From: Richard Fairhurst Date: Sun, 7 Feb 2010 19:08:46 +0000 (+0000) Subject: Potlatch 1.3e with experimental tagfinder X-Git-Tag: live~6336^2~45 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/7e44806fe27a8b3e7fd54aee1d37ffb7042f7629?ds=sidebyside Potlatch 1.3e with experimental tagfinder --- diff --git a/config/potlatch/locales/en.yml b/config/potlatch/locales/en.yml index b34ed155d..92b6b71d4 100644 --- a/config/potlatch/locales/en.yml +++ b/config/potlatch/locales/en.yml @@ -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 diff --git a/public/potlatch/potlatch.swf b/public/potlatch/potlatch.swf index b737fba07..36369a907 100644 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 index 000000000..186604acf --- /dev/null +++ b/public/potlatch/tags.css @@ -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; }