summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2010-11-15 15:34:42 +0100
committerJochen Topf <jochen@topf.org>2010-11-15 15:34:42 +0100
commitf9b66d1a766d5b1a2274adb98f67f40dc6463dae (patch)
tree174bf97211b6a7e29da66b289e415d7552db3120
parenta25d7303c612af08c2e53a7de76ac6c1930e7a6d (diff)
downloadtaginfo-f9b66d1a766d5b1a2274adb98f67f40dc6463dae.tar
taginfo-f9b66d1a766d5b1a2274adb98f67f40dc6463dae.tar.gz
More preps for translations
-rw-r--r--web/i18n/en.yml9
-rw-r--r--web/views/key.erb4
2 files changed, 11 insertions, 2 deletions
diff --git a/web/i18n/en.yml b/web/i18n/en.yml
index 0a963e3..015cf8c 100644
--- a/web/i18n/en.yml
+++ b/web/i18n/en.yml
@@ -68,6 +68,9 @@ pages:
of the reports can help with finding certain kinds of errors, such as popular
keys without wiki pages.</p>
data_sources: Data<br/>Sources
+ search:
+ result:
+ title: Search result
data_from: Data from
@@ -91,16 +94,22 @@ ui:
source:
master:
+ name: Master
description: Aggregate statistics and miscellaneous data needed for the Taginfo user interface.
db:
+ name: Database
description: Statistics about each key and each tag from the main OSM database (planet file).
wiki:
+ name: Wiki
description: Data from the tag and key pages of the OSM wiki.
josm:
+ name: JOSM
description: Configuration data from the JOSM OSM editor.
potlatch:
+ name: Potlatch
description: Configuration data from the Potlatch2 OSM editor.
merkaartor:
+ name: Merkaartor
description: Configuration data from the Merkaartor OSM editor.
reports:
diff --git a/web/views/key.erb b/web/views/key.erb
index 80111a3..4858173 100644
--- a/web/views/key.erb
+++ b/web/views/key.erb
@@ -31,8 +31,8 @@
<li><a href="#tabs-values"><%= t.osm.values %></a></li>
<li><a href="#tabs-keys"><%= t.key_combinations %></a></li>
<li><a href="#tabs-map"><%= t.map %></a></li>
- <li><a href="#tabs-wiki">Wiki</a></li>
- <li><a href="#tabs-josm">JOSM</a></li>
+ <li><a href="#tabs-wiki"><%= t.source.wiki.name %></a></li>
+ <li><a href="#tabs-josm"><%= t.source.josm.name %></a></li>
<%# <li><a href="#tabs-potlatch">Potlatch</a></li>%>
<%# <li><a href="#tabs-merkaartor">Merkaartor</a></li>%>
</ul>