summaryrefslogtreecommitdiffstats
path: root/res/values-ko
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-05-02 02:34:42 +0300
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2016-05-13 14:07:25 -0700
commit4fa06203079229a7fa5bd41ea76277287354717b (patch)
tree84a9f75d35d838351e2277753ecfc5dd33a5a8cd /res/values-ko
parenta70aff9979379acf0b2eb52f3ecbc3e80fda2c26 (diff)
downloadandroid_packages_providers_DownloadProvider-4fa06203079229a7fa5bd41ea76277287354717b.tar.gz
android_packages_providers_DownloadProvider-4fa06203079229a7fa5bd41ea76277287354717b.tar.bz2
android_packages_providers_DownloadProvider-4fa06203079229a7fa5bd41ea76277287354717b.zip
Partially revert "Import translations. DO NOT MERGE"
* Add back some translations that were removed This reverts commit 6ed30705f468b2eb036899acf944bda523399fd2. RM-231 Change-Id: Id2704f551f7e8dfa7a839d98fd9aa5b8b49e96cd (cherry picked from commit d94d7f8f4f72ac7e827493f3e1fefca780b53097)
Diffstat (limited to 'res/values-ko')
-rw-r--r--res/values-ko/strings.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index e0276f8b..ce4e0619 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -44,8 +44,14 @@
<string name="button_queue_for_wifi" msgid="422576726189179221">"대기열"</string>
<string name="button_cancel_download" msgid="2430166148737975604">"취소"</string>
<string name="button_start_now" msgid="792123674007840864">"지금 시작"</string>
- <!-- no translation found for notif_summary_active (7290448463204837173) -->
- <!-- no translation found for notif_summary_waiting (2814217662029273005) -->
+ <plurals name="notif_summary_active">
+ <item quantity="one" msgid="8475775855911967027">"1개의 파일 다운로드 중"</item>
+ <item quantity="other" msgid="9087228371320573153">"<xliff:g id="NUMBER">%d</xliff:g>개의 파일 다운로드 중"</item>
+ </plurals>
+ <plurals name="notif_summary_waiting">
+ <item quantity="one" msgid="5537481763963544278">"1개의 파일 대기 중"</item>
+ <item quantity="other" msgid="549229034166062887">"<xliff:g id="NUMBER">%d</xliff:g>개의 파일 대기 중"</item>
+ </plurals>
<string name="download_remaining" msgid="3139295890887972718">"<xliff:g id="DURATION">%s</xliff:g> 남음"</string>
<string name="download_no_application_title" msgid="7935659741162801699">"파일을 열 수 없음"</string>
<string name="root_downloads" msgid="4098414876292351487">"다운로드"</string>