summaryrefslogtreecommitdiffstats
path: root/res/values-ko
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-ko')
-rw-r--r--res/values-ko/cm_plurals.xml22
-rw-r--r--res/values-ko/cm_strings.xml11
2 files changed, 33 insertions, 0 deletions
diff --git a/res/values-ko/cm_plurals.xml b/res/values-ko/cm_plurals.xml
new file mode 100644
index 00000000..008a556a
--- /dev/null
+++ b/res/values-ko/cm_plurals.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2014 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <plurals name="events_selected">
+ <item quantity="other">%1$d건 선택됨</item>
+ </plurals>
+</resources>
diff --git a/res/values-ko/cm_strings.xml b/res/values-ko/cm_strings.xml
index eb01b936..6ab31132 100644
--- a/res/values-ko/cm_strings.xml
+++ b/res/values-ko/cm_strings.xml
@@ -24,4 +24,15 @@
<string name="preferences_default_snooze_delay_dialog">기본 일시중지 시간</string>
<string name="default_start_title">기본 보기</string>
<string name="default_start_last">이전에 사용한 보기</string>
+ <string name="events_delete">이벤트 삭제</string>
+ <string name="action_select_all">모두 선택</string>
+ <string name="action_select_none">모두 선택 취소</string>
+ <string name="action_delete">완료</string>
+ <string name="all_events">모든 이벤트</string>
+ <string name="no_events">이벤트가 없습니다</string>
+ <string name="evt_del_dlg_title">이벤트를 삭제할까요?</string>
+ <string name="evt_del_dlg_msg_selected">선택된 이벤트가 모두 삭제됩니다</string>
+ <string name="evt_del_dlg_msg_all">모든 이벤트가 삭제됩니다</string>
+ <string name="no_events_selected">선택된 이벤트가 없습니다</string>
+ <string name="go_to">"탐색"</string>
</resources>