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-zh-rTW
parentb028c55b983cb5006d01a840dfd3ad09dcd43e91 (diff)
[routing][strings]
Diffstat (limited to 'android/res/values-zh-rTW')
-rw-r--r--android/res/values-zh-rTW/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/res/values-zh-rTW/strings.xml b/android/res/values-zh-rTW/strings.xml
index 9b5f7fec93..70e329aa39 100644
--- a/android/res/values-zh-rTW/strings.xml
+++ b/android/res/values-zh-rTW/strings.xml
@@ -319,4 +319,12 @@
<string name="buy">購買</string>
<!-- 1st search button-like result -->
<string name="search_on_map">在地圖上搜尋</string>
+ <!-- toast with an error -->
+ <string name="no_route_found">找不到路線</string>
+ <!-- route title -->
+ <string name="route">路線</string>
+ <!-- button in the interface -->
+ <string name="choose_starting_point">選擇起點…</string>
+ <!-- button in the interface -->
+ <string name="choose_destination">選擇目的地…</string>
</resources>