summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorLorenzo M <djmesias@yahoo.es>2014-02-24 14:48:01 +0100
committerLorenzo M <djmesias@yahoo.es>2014-02-24 14:48:01 +0100
commitf367ce89d03a940997b599c377c6ff663ace5671 (patch)
treedea692a4d67696eac61ac4927abedcaa1d73acb0 /java
parent29cf9c5f4d293f586e6aaaf99c20ea0bad947900 (diff)
downloadandroid_packages_inputmethods_LatinIME-f367ce89d03a940997b599c377c6ff663ace5671.tar.gz
android_packages_inputmethods_LatinIME-f367ce89d03a940997b599c377c6ff663ace5671.tar.bz2
android_packages_inputmethods_LatinIME-f367ce89d03a940997b599c377c6ff663ace5671.zip
LatinIME: ES translations
- Initial translations (import from Tx) Change-Id: I9069f54bc931c29f9d1e1e9f3e703b851c19c022
Diffstat (limited to 'java')
-rw-r--r--java/res/values-es/cm_strings.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/java/res/values-es/cm_strings.xml b/java/res/values-es/cm_strings.xml
new file mode 100644
index 000000000..992e3d86a
--- /dev/null
+++ b/java/res/values-es/cm_strings.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ 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>