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>2014-09-24 14:24:05 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:28:44 +0300
commit86a4614e13f51d086dd383b9bc99d82710eefa78 (patch)
treec94779ad1d0291a7b730d6f1bcc5b280d749c934 /android/res/values-ko
parent5f117cc7762405a4c9136201421e7277b2f397af (diff)
New strings for downloader and routing dialogs.

Diffstat (limited to 'android/res/values-ko')
-rw-r--r--android/res/values-ko/strings.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/android/res/values-ko/strings.xml b/android/res/values-ko/strings.xml
index 8dc51aa7b1..85aaf53139 100644
--- a/android/res/values-ko/strings.xml
+++ b/android/res/values-ko/strings.xml
@@ -386,4 +386,22 @@
<string name="pref_calibration_title">나침반 보정</string>
<!-- Search Suggestion -->
<string name="wifi">WiFi 인터넷/인터넷</string>
+ <!-- Update map suggestion -->
+ <string name="routing_map_outdated">경로를 생성하도록 지도를 업데이트하십시오.</string>
+ <!-- Update maps suggestion -->
+ <string name="routing_update_maps">MAPS.ME의 새로운 버전으로 당신의 현재 위치에서 목적지 지점으로 경로를 생성할 수 있습니다. 이 기능을 사용하려면 지도를 업데이트하십시오.</string>
+ <!-- Route building error message -->
+ <string name="routing_error_select_new_dst">경로를 만드는 동안 오류가 발생했습니다. 다른 목적지를 선택하도록 시도하십시오.</string>
+ <!-- Routing between different MWMs error message -->
+ <string name="routing_one_map_only">경로를 생성하는 것은 하나의 지도 내에서만 가능합니다.</string>
+ <!-- Update all button text -->
+ <string name="downloader_update_all">모두 업데이트</string>
+ <!-- Downloaded maps category -->
+ <string name="downloader_downloaded">다운로드</string>
+ <!-- Downloaded maps category -->
+ <string name="downloader_downloaded_maps">다운로드한 지도</string>
+ <!-- My maps category -->
+ <string name="downloader_my_maps">내 지도</string>
+ <!-- Country queued for download -->
+ <string name="downloader_queued">대기</string>
</resources>