summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-04-17 17:16:24 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-04-17 17:58:23 +0300
commit6f2c9b8352d75dd9d732d0eb72ee467ea24f46ec (patch)
tree3c3b06074234e81abc31853888b4ac3a3e461c87
parent5afaa8c5808b1699a519e14f19fd8deebf2e2e35 (diff)
downloadandroid_packages_inputmethods_LatinIME-6f2c9b8352d75dd9d732d0eb72ee467ea24f46ec.tar.gz
android_packages_inputmethods_LatinIME-6f2c9b8352d75dd9d732d0eb72ee467ea24f46ec.tar.bz2
android_packages_inputmethods_LatinIME-6f2c9b8352d75dd9d732d0eb72ee467ea24f46ec.zip
Automatic translation import
Change-Id: I7dcb0e96eb501f1ee4912074facff600c70519a1
-rw-r--r--java/res/values-ja/cm_strings.xml23
-rw-r--r--java/res/values-pt-rPT/cm_strings.xml (renamed from java/res/values-lt/cm_strings.xml)9
-rw-r--r--java/res/values-zh-rTW/cm_strings.xml2
3 files changed, 29 insertions, 5 deletions
diff --git a/java/res/values-ja/cm_strings.xml b/java/res/values-ja/cm_strings.xml
new file mode 100644
index 000000000..98169f78d
--- /dev/null
+++ b/java/res/values-ja/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-lt/cm_strings.xml b/java/res/values-pt-rPT/cm_strings.xml
index 9e2a044ec..554740802 100644
--- a/java/res/values-lt/cm_strings.xml
+++ b/java/res/values-pt-rPT/cm_strings.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.net-->
<!--
Copyright 2014 The CyanogenMod Project
@@ -15,8 +16,8 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="prefs_import_external_dictionary">Importuoti žodyno failą</string>
- <string name="import_external_dictionary_multiple_files_title">Pasirinkite importuoti žodyno failą</string>
- <string name="import_external_dictionary_confirm_install_title">Patvirtinti importavimą</string>
- <string name="import_external_dictionary_confirm_install_message">Ar tikrai norite importuoti šį žodyną <xliff:g id="locale_name">%s</xliff:g> kalbai?</string>
+ <string name="prefs_import_external_dictionary">Importar ficheiro de dicionario</string>
+ <string name="import_external_dictionary_multiple_files_title">Selecionar o ficheiro de dicionário a importar</string>
+ <string name="import_external_dictionary_confirm_install_title">Confirmar a importação</string>
+ <string name="import_external_dictionary_confirm_install_message">Tem a certeza que quer importar o dicionário para o idioma de <xliff:g id="locale_name">%s</xliff:g>?</string>
</resources>
diff --git a/java/res/values-zh-rTW/cm_strings.xml b/java/res/values-zh-rTW/cm_strings.xml
index 4f22c2b93..bd9726eeb 100644
--- a/java/res/values-zh-rTW/cm_strings.xml
+++ b/java/res/values-zh-rTW/cm_strings.xml
@@ -19,5 +19,5 @@
<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>
+ <string name="import_external_dictionary_confirm_install_message">您確定要為<xliff:g id="locale_name">%s</xliff:g>語匯入此字典?</string>
</resources>