diff options
author | Jochen Topf <jochen@topf.org> | 2011-03-04 18:06:02 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2011-03-04 18:06:02 +0100 |
commit | a8b477919838726172f82b4605a63871a8847942 (patch) | |
tree | 389bf128581f343aee649a4dcb9645e66f757f34 /web/i18n | |
parent | c8da2729b5d4b539fe0fbc07e3ae0228b7d7a876 (diff) | |
download | taginfo-a8b477919838726172f82b4605a63871a8847942.tar taginfo-a8b477919838726172f82b4605a63871a8847942.tar.gz |
added support for different instances of OSM, added some translations
Diffstat (limited to 'web/i18n')
-rw-r--r-- | web/i18n/de.yml | 9 | ||||
-rw-r--r-- | web/i18n/en.yml | 11 | ||||
-rw-r--r-- | web/i18n/it.yml | 2 |
3 files changed, 20 insertions, 2 deletions
diff --git a/web/i18n/de.yml b/web/i18n/de.yml index 07b9496..bc19498 100644 --- a/web/i18n/de.yml +++ b/web/i18n/de.yml @@ -26,6 +26,11 @@ taginfo: maps: Karten key_combinations: Kombinationen data_from: Daten vom + instance: + title: Über dieses Taginfo + other: Andere Taginfo-Webseiten sind im <a href="http://wiki.openstreetmap.org/wiki/Taginfo/Sites">OSM-Wiki</a> zu finden. + description: + main: Dieses sind die Haupt-Taginfo-Webseiten. Sie enthalten OSM-Daten für die ganze Erde und werden täglich aktualisiert. pages: index: @@ -123,3 +128,7 @@ reports: wiki_pages_about_non_existing_keys: name: Wiki-Seiten über nicht-existierende Keys +misc: + values_less_than_one_percent: alle Values haben weniger als 1% + empty_string: leere Zeichenkette + diff --git a/web/i18n/en.yml b/web/i18n/en.yml index 42462cc..dff278b 100644 --- a/web/i18n/en.yml +++ b/web/i18n/en.yml @@ -19,7 +19,7 @@ taginfo: source: Source sources: Sources download: Download - about: About + about: About Taginfo wiki: Wiki reports: Reports keys: Keys @@ -28,6 +28,11 @@ taginfo: maps: Maps key_combinations: Combinations data_from: Data from + instance: + title: About this Taginfo site + other: See the <a href="http://wiki.openstreetmap.org/wiki/Taginfo/Sites">OSM wiki</a> for other sites. + description: + main: This is the main Taginfo site. It contains OSM data for the whole planet and is updated daily. pages: index: @@ -176,3 +181,7 @@ reports: added the documentation in the wiki as preparation for using a key or the wiki page documents a now obsolete key), but it can also be a typo or other error.</p> +misc: + values_less_than_one_percent: all values have less than 1% + empty_string: empty string + diff --git a/web/i18n/it.yml b/web/i18n/it.yml index 1891dca..e542f1d 100644 --- a/web/i18n/it.yml +++ b/web/i18n/it.yml @@ -19,7 +19,7 @@ taginfo: source: Fonte sources: Fonti download: Download - about: Riguardo a + about: Riguardo a Taginfo wiki: Wiki reports: Reports keys: Chiavi |