Potlatch 1.3e with experimental tagfinder
This commit is contained in:
parent
b7d954be44
commit
7e44806fe2
3 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
|
Binary file not shown.
10
public/potlatch/tags.css
Normal file
10
public/potlatch/tags.css
Normal file
|
@ -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; }
|
Loading…
Add table
Add a link
Reference in a new issue