summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Brohet <therbom@gmail.com>2014-02-24 19:21:57 +0000
committerGerrit Code Review <gerrit@cyanogenmod.org>2014-02-24 19:21:57 +0000
commitb3c21990e589dc36607977948683393e7fc89471 (patch)
treec749af0e698779ae49079370cbb9a6afc77aa0ab
parent13681320a6d862caf5ea3ec0b1664417ccb93dbe (diff)
parent54a8f27786397161165c60d9090de69b01072fa7 (diff)
downloadandroid_packages_apps_Trebuchet-b3c21990e589dc36607977948683393e7fc89471.tar.gz
android_packages_apps_Trebuchet-b3c21990e589dc36607977948683393e7fc89471.tar.bz2
android_packages_apps_Trebuchet-b3c21990e589dc36607977948683393e7fc89471.zip
Merge "Trebuchet: ES translations" into cm-11.0
-rw-r--r--res/values-es/cm_arrays.xml39
-rw-r--r--res/values-es/cm_strings.xml48
2 files changed, 87 insertions, 0 deletions
diff --git a/res/values-es/cm_arrays.xml b/res/values-es/cm_arrays.xml
new file mode 100644
index 000000000..d6440af38
--- /dev/null
+++ b/res/values-es/cm_arrays.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 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>
+ <string-array name="preferences_interface_general_icons_text_font_family_entries">
+ <item>Normal</item>
+ <item>Fina</item>
+ <item>Comprimida</item>
+ </string-array>
+ <string-array name="transition_effect_entries">
+ <item>Ninguno</item>
+ <item>Zoom entrante</item>
+ <item>Zoom saliente</item>
+ <item>Rotar arriba</item>
+ <item>Rotar abajo</item>
+ <item>Cúbico entrante</item>
+ <item>Cúbico saliente</item>
+ <item>Apilar</item>
+ <item>Acordeón</item>
+ <item>Voltear</item>
+ <item>Cilíndrico entrante</item>
+ <item>Cilíndrico saliente</item>
+ <item>Carrusel</item>
+ <item>Perspectiva</item>
+ </string-array>
+</resources>
diff --git a/res/values-es/cm_strings.xml b/res/values-es/cm_strings.xml
new file mode 100644
index 000000000..db17c063d
--- /dev/null
+++ b/res/values-es/cm_strings.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 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>
+ <string name="application_copyright">Copyright \u00A9 2014 The CyanogenMod Project</string>
+ <string name="sort_button_text">Ordenar</string>
+ <string name="filter_button_text">Filtrar</string>
+ <string name="default_screen_button_text">Pantalla por defecto</string>
+ <string name="transition_effect_button_text">Efecto de desplazamiento</string>
+ <string name="sort_mode_title">Título</string>
+ <string name="sort_mode_launch_count">Veces ejecutado</string>
+ <string name="sort_mode_install_time">Fecha de instalación</string>
+ <string name="scrolling_page_outlines">Bordes de pantalla</string>
+ <string name="scrolling_fade_adjacent">Efecto de fundido</string>
+ <string name="wallpaper_scroll">Desplazar fondo</string>
+ <string name="preferences_title">Ajustes</string>
+ <string name="preferences_application_title">Aplicación</string>
+ <string name="preferences_interface_homescreen_title">Pantalla de inicio</string>
+ <string name="preferences_interface_homescreen_search_title">Barra de búsqueda</string>
+ <string name="preferences_interface_homescreen_search_summary">Habilitar la barra de búsqueda permanentemente</string>
+ <string name="preferences_interface_drawer_title">Aplicaciones</string>
+ <string name="preferences_interface_dock_title">Barra de aplicaciones</string>
+ <string name="preferences_interface_general_title">General</string>
+ <string name="preferences_interface_general_icons_category">Iconos</string>
+ <string name="preferences_interface_general_icons_large_title">Iconos grandes</string>
+ <string name="preferences_interface_general_icons_large_summary">Usar iconos grandes en la pantalla de inicio y de aplicaciones</string>
+ <string name="preferences_interface_general_icons_text_style_title">Estilo del texto</string>
+ <string name="preferences_interface_general_icons_text_style_summary">Cambiar el estilo de texto para las etiquetas de los iconos</string>
+ <string name="dialog_pick_iconpack_title">Escoger paquete de iconos</string>
+ <string name="default_iconpack_title">Iconos por defecto</string>
+ <string name="icon_packs_title">Paquetes de iconos</string>
+ <string name="no_iconpacks_summary">No hay paquetes de iconos instalados</string>
+ <string name="all_apps_cling_cm">Personalizar tus aplicaciones</string>
+ <string name="all_apps_cling_summary">Tocar el indicador de página para mostrar ajustes adicionales</string>
+</resources>