]> git.openstreetmap.org Git - rails.git/commitdiff
Potlatch 1.3e with experimental tagfinder
authorRichard Fairhurst <richard@systemed.net>
Sun, 7 Feb 2010 19:08:46 +0000 (19:08 +0000)
committerRichard Fairhurst <richard@systemed.net>
Sun, 7 Feb 2010 19:08:46 +0000 (19:08 +0000)
config/potlatch/locales/en.yml
public/potlatch/potlatch.swf
public/potlatch/tags.css [new file with mode: 0644]

index b34ed155df2bd01569710add821fc0d30f95cd89..92b6b71d4be12952154b6d11e5a011f248a15e47 100644 (file)
@@ -101,6 +101,7 @@ en:
   inspector_way_name: $1 ($2)
   inspector_way_nodes: $1 nodes
   inspector_way_nodes_closed: $1 nodes (closed)
+  loading: Loading...
   login_pwd: "Password:"
   login_retry: Your site login was not recognised. Please try again.
   login_title: Couldn't log in
@@ -134,6 +135,7 @@ en:
   option_layer_ooc_25k: "UK historic: 1:25k"
   option_layer_ooc_7th: "UK historic: 7th"
   option_layer_ooc_npe: "UK historic: NPE"
+  option_layer_ooc_scotland: "UK historic: Scotland"
   option_layer_osmarender: OSM - Osmarender
   option_layer_tip: Choose the background to display
   option_layer_yahoo: Yahoo!
@@ -195,6 +197,11 @@ en:
   retry: Retry
   revert: Revert
   save: Save
+  tags_findatag: Find a tag
+  tags_typesearchterm: "Type a word to look for:"
+  tags_matching: Popular tags matching '$1'
+  tags_descriptions: Descriptions of '$1'
+  tags_backtolist: Back to list
   tip_addrelation: Add to a relation
   tip_addtag: Add a new tag
   tip_alert: An error occurred - click for details
index b737fba075c543458587298b5039be4a1e2e7f9b..36369a907e7218304dd65c3785e9aad32fed11b0 100644 (file)
Binary files a/public/potlatch/potlatch.swf and b/public/potlatch/potlatch.swf differ
diff --git a/public/potlatch/tags.css b/public/potlatch/tags.css
new file mode 100644 (file)
index 0000000..186604a
--- /dev/null
@@ -0,0 +1,10 @@
+h2     { font-family: Arial,Helvetica,sans-serif; 
+         font-size: 14px; 
+         color: #DDDDFF; } 
+
+p      { font-family: Arial,Helvetica,sans-serif; 
+         font-size: 12px; 
+         color: #FFFFFF; } 
+
+a:link { color: #00FFFF; 
+      text-decoration: underline; }