aboutsummaryrefslogtreecommitdiffstats
path: root/cm/res/res/values-es/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cm/res/res/values-es/strings.xml')
-rw-r--r--cm/res/res/values-es/strings.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/cm/res/res/values-es/strings.xml b/cm/res/res/values-es/strings.xml
index d0af313..3282e89 100644
--- a/cm/res/res/values-es/strings.xml
+++ b/cm/res/res/values-es/strings.xml
@@ -110,4 +110,26 @@
<string name="touchscreen_gesture_extras">Extras</string>
<string name="touchscreen_gesture_haptic_feedback">Respuesta háptica</string>
<string name="touchscreen_gesture_haptic_feedback_summary">Vibrar cuando se detecte un gesto</string>
+ <!-- Theme installation error notification -->
+ <string name="theme_install_error_title">Error al instalar el tema</string>
+ <string name="theme_install_error_message">Error al instalar <xliff:g id="theme">%1$s</xliff:g></string>
+ <!-- Theme reset notification -->
+ <string name="theme_reset_notification_title">Tema restablecido</string>
+ <string name="theme_reset_notification_message">Tema del sistema restablecido debido a múltiples cierres de la aplicación.</string>
+ <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+ <string name="permlab_accessThemeService">acceso al servicio de temas</string>
+ <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+ <string name="permdesc_accessThemeService">Permite que la aplicación acceda al servicio de temas. Nunca debería ser necesario para aplicaciones normales.</string>
+ <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+ <string name="permlab_readThemes">leer información del tema</string>
+ <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+ <string name="permdesc_readThemesDesc">Permite que la aplicación lea los temas instalados y determine cual es el que has aplicado.</string>
+ <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+ <string name="permlab_writeThemes">modificar los temas</string>
+ <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+ <string name="permdesc_writeThemesDesc">Permite que la aplicación añada nuevos temas y modifique el tema aplicado actualmente.</string>
+ <!-- Performance manager permission title -->
+ <string name="permlab_perfAccess">acceder al supervisor de rendimiento</string>
+ <!-- Performance manager permission description -->
+ <string name="permdesc_perfAccessDesc">Permite que la aplicación acceda al servicio de rendimiento. Nunca debería ser necesario para aplicaciones normales.</string>
</resources>