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:
authorExMix <rahuba.youri@mapswithme.com>2014-10-08 16:12:43 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:29:51 +0300
commit773a8c937c3debcd2670b5cd440878682aa25c2c (patch)
treed9c4ca96e24438c7416dfce6c0c4aab4307af644 /android/res/values-zh-rTW
parent13b399395321ff642679d5d9b4900817c1b59ece (diff)
generated routing fail messages
Diffstat (limited to 'android/res/values-zh-rTW')
-rw-r--r--android/res/values-zh-rTW/strings.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/android/res/values-zh-rTW/strings.xml b/android/res/values-zh-rTW/strings.xml
index 8d91435bab..6dc314382b 100644
--- a/android/res/values-zh-rTW/strings.xml
+++ b/android/res/values-zh-rTW/strings.xml
@@ -390,6 +390,7 @@
<string name="pref_calibration_title">指南針校準</string>
<!-- Search Suggestion -->
<string name="wifi">無線網絡/互聯網</string>
+<<<<<<< HEAD
<!-- Context menu item for downloader. -->
<string name="downloader_download_map_and_routing">下載地圖 + 佈置路線</string>
<!-- Context menu item for downloader. -->
@@ -400,4 +401,19 @@
<string name="downloader_download_map">下載地圖</string>
<!-- Button for routing PP. -->
<string name="routing_go">開始!</string>
+=======
+ <!-- Show in Lite version when user try to download routing files or try to build route -->
+ <string name="routing_failed_buy_pro">佈置路線只在MAPS.ME的完整版本中才有。现在就得到它吧!</string>
+ <!-- Show when user try build route, but we don't know where he -->
+ <string name="routing_failed_unknown_my_position">當前地點未定。請明確地點以創建路線。</string>
+ <!-- StartPointNotFound or EndPointNotFound -->
+ <string name="routing_failed_start_point_not_found">無法計算路線。沒有在您起點附近的路。</string>
+ <string name="routing_failed_dst_point_not_found">無法計算路線。沒有在您終點附近的路。</string>
+ <!-- PointsInDifferentMWM -->
+ <string name="routing_failed_cross_mwm_building">路程只能完全處在同一地圖裏時才能被創建。</string>
+ <!-- RouteNotFound -->
+ <string name="routing_failed_route_not_found">找不到所選起點和終點間的路程。請選擇不同的起點或終點。</string>
+ <!-- InternalError -->
+ <string name="routing_failed_internal_error">出現內部錯誤。請嘗試刪除并再次下載地圖。如果還有問題請聯系我們:support@maps.me。</string>
+>>>>>>> generated routing fail messages
</resources>