summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-04-18 00:30:13 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-04-18 00:30:13 +0300
commit263e57f36876d4e813c898c8d789268513705b67 (patch)
tree044c02b3175cad045ed0355158b1aecd8dfc31a4
parentebf0775f12a14d718c7e37f67e1264bebc53879b (diff)
downloadandroid_packages_inputmethods_LatinIME-263e57f36876d4e813c898c8d789268513705b67.tar.gz
android_packages_inputmethods_LatinIME-263e57f36876d4e813c898c8d789268513705b67.tar.bz2
android_packages_inputmethods_LatinIME-263e57f36876d4e813c898c8d789268513705b67.zip
Automatic translation import
Change-Id: I1640e7a48ce9d2c233329c0e1d4e097d9a7a3035
-rw-r--r--java/res/values-es-rUS/cm_strings.xml23
-rw-r--r--java/res/values-eu/cm_strings.xml1
2 files changed, 23 insertions, 1 deletions
diff --git a/java/res/values-es-rUS/cm_strings.xml b/java/res/values-es-rUS/cm_strings.xml
new file mode 100644
index 000000000..9e72763b7
--- /dev/null
+++ b/java/res/values-es-rUS/cm_strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ 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">Importar diccionario</string>
+ <string name="import_external_dictionary_multiple_files_title">Selecciona un archivo de diccionario para importar</string>
+ <string name="import_external_dictionary_confirm_install_title">Confirmar importación</string>
+ <string name="import_external_dictionary_confirm_install_message">¿Estás seguro de que quieres importar este diccionario para el idioma <xliff:g id="locale_name">%s</xliff:g>?</string>
+</resources>
diff --git a/java/res/values-eu/cm_strings.xml b/java/res/values-eu/cm_strings.xml
index 00c3c51d6..7e57fde93 100644
--- a/java/res/values-eu/cm_strings.xml
+++ b/java/res/values-eu/cm_strings.xml
@@ -16,7 +16,6 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="prefs_import_external_dictionary">Hiztegi fitxategia inportatu</string>
<string name="import_external_dictionary_multiple_files_title">Inportatzeko hiztegi fitxategi bat hautatu</string>
<string name="import_external_dictionary_confirm_install_title">Inportatzea berretsi</string>
<string name="import_external_dictionary_confirm_install_message">Ziur <xliff:g id="locale_name">%s</xliff:g> hizkuntzarako hiztegia inportatu nahi duzula?</string>