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:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-03-13 15:14:55 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:38:58 +0300
commit075d6ae210928273ddd32c1a8fa25e01749b5094 (patch)
tree5dc0a4d35655c31dc011d19f2d09a1ade27cbd7f /android/res/values
parentbe6d66ca262960accb83a6138d6e25f8dfcd0400 (diff)
New strings.
Diffstat (limited to 'android/res/values')
-rw-r--r--android/res/values/strings.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index 5a7dcf3bcc..337107a88f 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -485,4 +485,22 @@
<string name="rating_send_feedback">Send feedback</string>
<!-- Text for g+ dialog -->
<string name="rating_google_plus">Click g+ to tell your friends about the app.</string>
+ <!-- Text for routing error dialog -->
+ <string name="routing_download_maps_along">Download maps along route</string>
+ <!-- Text for routing error dialog -->
+ <string name="routing_download_map">Get map</string>
+ <!-- Text for routing error dialog -->
+ <string name="routing_download_map_and_routing">Download updated map and routing data to get all MAPS.ME features.</string>
+ <!-- Text for routing error dialog -->
+ <string name="routing_get_routing_data">Get routing data</string>
+ <!-- Text for routing error dialog -->
+ <string name="routing_get_additional_data">Additional data required to create routes from your location.</string>
+ <!-- Text for routing error dialog -->
+ <string name="routing_requires_all_map">Creating a route requires all the maps from your location to destination downloaded and updated.</string>
+ <!-- Text for routing error dialog -->
+ <string name="routing_not_enough_space">Not enough space</string>
+ <!-- Text for routing error dialog -->
+ <string name="routing_download_more_than_avail">You need to download %1$s MB, but only %2$s MB are available.</string>
+ <!-- Text for routing error dialog -->
+ <string name="routing_download_roaming">You are going to download %s MB using Mobile Data (in Roaming). This may result in additional charges, depending on your operator mobile data plan.</string>
</resources>