diff options
author | clyde@build01 <jenkins@cyanogenmod.com> | 2016-09-06 20:06:46 -0700 |
---|---|---|
committer | clyde@build01 <jenkins@cyanogenmod.com> | 2016-09-06 20:06:46 -0700 |
commit | 4075c50ffe577b315193365cd54744c63d25c11e (patch) | |
tree | 4160500fead475a1703742c3c98a88302c284ed1 /res/values-es | |
parent | fa08a0a443aa0ddb294a0a9b3e13a89da8eb880e (diff) | |
download | packages_apps_ThemeChooser-4075c50ffe577b315193365cd54744c63d25c11e.zip packages_apps_ThemeChooser-4075c50ffe577b315193365cd54744c63d25c11e.tar.gz packages_apps_ThemeChooser-4075c50ffe577b315193365cd54744c63d25c11e.tar.bz2 |
Automatic translation import
Change-Id: I9c1273cf144ada2fc7e42dd339334d0a7290e071
Ticket: -
Diffstat (limited to 'res/values-es')
-rw-r--r-- | res/values-es/strings.xml | 52 |
1 files changed, 17 insertions, 35 deletions
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index fa7d6e0..941af22 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -1,65 +1,47 @@ <?xml version="1.0" encoding="utf-8"?> <!--Generated by crowdin.com--> <!-- - Copyright (C) 2014-2015 Cyanogen, Inc. ---> + Copyright (C) 2016 Cyanogen, Inc. + Copyright (C) 2016 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="app_name">Selector de temas</string> - <string name="font_preview_letters">AaBbCcDd</string> <string name="theme_installed_notification_title">%s instalado</string> <string name="theme_installed_notification_text">Tema instalado correctamente.</string> <!-- Note: These are for "themes", meaning multiple themes --> - <string name="themes_installed_notification_title">%d temas instalados</string> <string name="themes_installed_notification_text_one">%1$s y %2$d otro instalado.</string> - <string name="themes_installed_notification_text_other">%1$s y %2$d otros instalados.</string> - <string name="font_component_item_text">Aa</string> <!-- Labels for each theme component card --> <string name="icon_label">Iconos</string> - <string name="font_label">Tipos de letra</string> - <string name="statusbar_label">Estado</string> - <string name="navbar_label">Navegación</string> - <string name="wallpaper_label">Fondo de pantalla</string> - <string name="lockscreen_label">Fondo de pantalla de bloqueo</string> - <string name="live_lock_screen_label">Pantalla de bloqueo animada</string> - <string name="style_label">Controles</string> - <string name="boot_animation_label">Animación de inicio</string> + <string name="font_label">Fuentes</string> <string name="alarm_label">Alarma</string> <string name="notification_label">Notificación</string> <string name="ringtone_label">Timbre de llamada</string> <!-- Overflow menu --> - <string name="menu_author_info">Autor</string> - <string name="menu_delete">Eliminar</string> - <string name="menu_reset">Restablecer tema</string> <!-- Shop themes --> - <string name="shop_themes">Tienda de temas</string> <!-- Overlay titles --> <string name="apply_theme_overlay_title">Aplicar</string> - <string name="delete_theme_overlay_title">Eliminar</string> - <string name="reset_theme_overlay_title">Restablecer</string> <!-- TAG text --> - <string name="default_tag_text">Por defecto</string> - <string name="customized_tag_text">Personalizado</string> - <string name="updated_tag_text">Actualizado</string> - <string name="add_component_text">Añadir</string> - <string name="wallpaper_none">Ninguno</string> - <string name="audible_title_none">Ninguno</string> <!-- Labels for the customize/reset theme layout --> - <string name="reset_theme">Restablecer</string> - <string name="customize_theme">Personalizar</string> <!-- Extra wallpaper components for selector --> - <string name="wallpaper_external_title">Elegir imagen</string> - <string name="wallpaper_none_title">Ninguno</string> <string name="processing_theme">Procesando\u2026</string> <!-- Legacy themes --> <string name="legacy_theme_warning">AVISO: %s fue diseñado para una versión anterior de CM. Puedes experimentar problemas de compatibilidad con este tema.</string> <!-- Per app theming --> - <string name="per_app_theming_title">Temas de la aplicación</string> <string name="per_app_theme_removal_warning">AVISO: Aplicar un nuevo tema eliminará cualquier personalización previa de la aplicación de temas.</string> - <string name="per_app_theme_applying">El tema está siendo aplicado</string> - <string name="per_app_theme_app_not_overlaid_warning">El tema no es compatible con esta aplicación. Puede que algunos elementos no cambien.</string> <string name="read_external_permission_denied_message">El selector de temas no puede acceder al almacenamiento y no puede escoger una imagen en este momento.</string> - <string name="animated_lock_screen_badge_text">Animada</string> <string name="enable_live_lock_screen_dialog_title">Activar la pantalla de bloqueo animada</string> <string name="enable_live_lock_screen_dialog_message">Las pantallas de bloqueo animadas necesitan la función de pantalla de bloqueo directo. Puedes cambiar esto más tarde en Ajustes y visitando la página de opciones de pantalla de bloqueo.</string> <string name="enable_live_lock_screen_dialog_positive_btn_text">Activada</string> + <string name="get_more_app_not_available">Aplicación no disponible</string> </resources> |