Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@mapswithme.com>2014-07-04 21:28:36 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:19:30 +0300
commit56b821376405ff94b6b603d5051c651d3c8f6463 (patch)
treebb3860bd2c8aa51d6ecab176a3b46e31fa848d54 /android/res/values-de
parentc716739a62d309649d0ed872340c4c85d6d51f58 (diff)
[strings] Fixed country name position
Diffstat (limited to 'android/res/values-de')
-rw-r--r--android/res/values-de/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/values-de/strings.xml b/android/res/values-de/strings.xml
index 90d503403d..af08751e80 100644
--- a/android/res/values-de/strings.xml
+++ b/android/res/values-de/strings.xml
@@ -246,9 +246,9 @@
<!-- Warning message when doing search around current position -->
<string name="unknown_current_position">Ihr Standort wurde bisher noch nicht bestimmt</string>
<!-- Warning message when location country isn't downloaded during search (see also download_location_map_proposal). -->
- <string name="download_location_country">Land (%s) Ihres derzeitigen Standorts herunterladen</string>
+ <string name="download_location_country">Land Ihres derzeitigen Standorts herunterladen (%s)</string>
<!-- Warning message when viewport country isn't downloaded during search -->
- <string name="download_viewport_country_to_search">Land (%s) herunterladen, von dem aus Sie suchen</string>
+ <string name="download_viewport_country_to_search">Land herunterladen, von dem aus Sie suchen (%s)</string>
<!-- Alert message that we can't run Map Storage settings due to some reasons. -->
<string name="cant_change_this_setting">Es tut uns leid, die Einstellungen der Kartenspeicherung sind deaktiviert.</string>
<!-- Alert message that downloading is in progress. -->