diff options
author | Jochen Topf <jochen@topf.org> | 2013-10-07 15:26:54 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2013-10-07 15:28:32 +0200 |
commit | c16b94047a36a6738c6f95eb24deddf6519cd1af (patch) | |
tree | c4466e458d0d79477957975db936be6126556dcb /web/i18n | |
parent | f84a44f998063fdf457f91e950940112bbc1bc6e (diff) | |
download | taginfo-c16b94047a36a6738c6f95eb24deddf6519cd1af.tar taginfo-c16b94047a36a6738c6f95eb24deddf6519cd1af.tar.gz |
Improved message when there is no wiki description
Diffstat (limited to 'web/i18n')
-rw-r--r-- | web/i18n/de.yml | 6 | ||||
-rw-r--r-- | web/i18n/en.yml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/web/i18n/de.yml b/web/i18n/de.yml index 5c08870..f509f98 100644 --- a/web/i18n/de.yml +++ b/web/i18n/de.yml @@ -206,7 +206,7 @@ pages: empty_role: Role ist leer key: description_from_wiki: Beschreibung dieses Keys aus dem Wiki (falls vorhanden in der gewählten Sprache, sonst auf Englisch). - no_description_in_wiki: Keine Beschreibung dieses Keys im Wiki. + no_description_in_wiki: Keine deutschsprachige Beschreibung dieses Keys im Wiki. (Siehe auch im "Wiki"-Tab.) filter: label: | Filter: @@ -246,7 +246,7 @@ pages: no_styles: Keine JOSM-Stilregeln für diesen Key. tag: description_from_wiki: Beschreibung dieses Tags aus dem Wiki (falls vorhanden in der gewählten Sprache, sonst auf Englisch). - no_description_in_wiki: Keine Beschreibung dieses Tags im Wiki. + no_description_in_wiki: Keine deutschsprachige Beschreibung dieses Tags im Wiki. (Siehe auch im "Wiki"-Tab.) number_objects: Anzahl Objekte overview: see_also: Siehe auch auf der Relation-Typ-Seite @@ -276,7 +276,7 @@ pages: relation: name: Relation-Typ description_from_wiki: Beschreibung dieses Relations-Types aus dem Wiki (falls vorhanden in der gewählten Sprache, sonst auf Englisch). - no_description_in_wiki: Keine Beschreibung dieser Relation im Wiki. + no_description_in_wiki: Keine deutschsprachige Beschreibung dieser Relation im Wiki. (Siehe auch im "Wiki"-Tab.) overview: tab: Übersicht title: Übersicht diff --git a/web/i18n/en.yml b/web/i18n/en.yml index 27de128..d88d15e 100644 --- a/web/i18n/en.yml +++ b/web/i18n/en.yml @@ -202,7 +202,7 @@ pages: empty_role: empty role key: description_from_wiki: Description of this key from the wiki (if available in your chosen language, otherwise in English). - no_description_in_wiki: No description for this key in the wiki. + no_description_in_wiki: No English language description for this key in the wiki. (See also the "Wiki" tab.) filter: label: | Filter: @@ -242,7 +242,7 @@ pages: no_styles: No JOSM styles for this key. tag: description_from_wiki: Description of this tag from the wiki (if available in your chosen language, otherwise in English). - no_description_in_wiki: No description for this tag in the wiki. + no_description_in_wiki: No English language description for this tag in the wiki. (See also the "Wiki" tab.) number_objects: Number of objects overview: see_also: See also the relation type page @@ -272,7 +272,7 @@ pages: relation: name: Relation type description_from_wiki: Description of this relation type from the wiki (if available in your chosen language, otherwise in English). - no_description_in_wiki: No description for this relation type in the wiki. + no_description_in_wiki: No English language description for this relation type in the wiki. (See also the "Wiki" tab.) overview: tab: Overview title: Overview |