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-07 19:08:26 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:19:46 +0300
commitde1e125f6208ab69c0e789407438dd29d8344061 (patch)
tree1aa7106f0227ff5539cf7f25ee1cc22403bb9b71 /android/res/values-it
parentb028c55b983cb5006d01a840dfd3ad09dcd43e91 (diff)
[routing][strings]
Diffstat (limited to 'android/res/values-it')
-rw-r--r--android/res/values-it/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/res/values-it/strings.xml b/android/res/values-it/strings.xml
index 3785aaa3b6..a8583070a5 100644
--- a/android/res/values-it/strings.xml
+++ b/android/res/values-it/strings.xml
@@ -337,4 +337,12 @@
<string name="buy">Acquista</string>
<!-- 1st search button-like result -->
<string name="search_on_map">Cerca sulla mappa</string>
+ <!-- toast with an error -->
+ <string name="no_route_found">Nessun percorso trovato</string>
+ <!-- route title -->
+ <string name="route">Linea</string>
+ <!-- button in the interface -->
+ <string name="choose_starting_point">Scegli il punto di partenza…</string>
+ <!-- button in the interface -->
+ <string name="choose_destination">Scegli la destinazione…</string>
</resources>