summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/res/values-ko/cm_strings.xml23
-rw-r--r--java/res/values-ro/cm_strings.xml2
2 files changed, 24 insertions, 1 deletions
diff --git a/java/res/values-ko/cm_strings.xml b/java/res/values-ko/cm_strings.xml
new file mode 100644
index 000000000..0030964fe
--- /dev/null
+++ b/java/res/values-ko/cm_strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.net-->
+<!--
+ Copyright 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">
+ <string name="prefs_import_external_dictionary">사전 파일 가져오기</string>
+ <string name="import_external_dictionary_multiple_files_title">가져올 사전 파일 선택</string>
+ <string name="import_external_dictionary_confirm_install_title">가져오기 확인</string>
+ <string name="import_external_dictionary_confirm_install_message"><xliff:g id="locale_name">%s</xliff:g> 언어에 이 사전을 설치할까요?</string>
+</resources>
diff --git a/java/res/values-ro/cm_strings.xml b/java/res/values-ro/cm_strings.xml
index ba9eb6bbe..eabcc9285 100644
--- a/java/res/values-ro/cm_strings.xml
+++ b/java/res/values-ro/cm_strings.xml
@@ -17,7 +17,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="prefs_import_external_dictionary">Importare fișier dicționar</string>
- <string name="import_external_dictionary_multiple_files_title">Selectați un fișier de dicţionar pentru importare</string>
+ <string name="import_external_dictionary_multiple_files_title">Selectați un fișier de dicționar pentru importare</string>
<string name="import_external_dictionary_confirm_install_title">Confirmare importare</string>
<string name="import_external_dictionary_confirm_install_message">Sigur doriți să importați acest dicționar pentru limba <xliff:g id="locale_name">%s</xliff:g> ?</string>
</resources>