summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-06-29 23:57:18 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-06-29 23:57:18 +0300
commitec2b83f6a3732c7f26a7f4c41be5d71aa2ace6aa (patch)
tree22ceef91b52308a91e824db9bde4a1875eff3c36
parent470fdf426a618f7089f8faf518ad7eeb55d08ad3 (diff)
downloadandroid_packages_inputmethods_LatinIME-ec2b83f6a3732c7f26a7f4c41be5d71aa2ace6aa.tar.gz
android_packages_inputmethods_LatinIME-ec2b83f6a3732c7f26a7f4c41be5d71aa2ace6aa.tar.bz2
android_packages_inputmethods_LatinIME-ec2b83f6a3732c7f26a7f4c41be5d71aa2ace6aa.zip
Automatic translation import
Change-Id: I4fbc381ef59732b003836c8127960ad1ac128518
-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>