diff options
| author | Jorge Ruesga <jorge@ruesga.com> | 2013-09-25 20:20:29 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-09-25 20:20:29 +0000 |
| commit | fbc38c2ca8e305c278efc8526e6a1ec7b467fb50 (patch) | |
| tree | 611ba0b19769a6a39aab1f6c3001e7f163a65175 | |
| parent | 2c2b9c2ce4f9904a631c92e9c900100853374e88 (diff) | |
| parent | fd48b67467dfa6d8ed4444ff468c78d1a0546b75 (diff) | |
| download | android_packages_apps_CMFileManager-fbc38c2ca8e305c278efc8526e6a1ec7b467fb50.tar.gz android_packages_apps_CMFileManager-fbc38c2ca8e305c278efc8526e6a1ec7b467fb50.tar.bz2 android_packages_apps_CMFileManager-fbc38c2ca8e305c278efc8526e6a1ec7b467fb50.zip | |
Merge "CMFileManager: ES translations" into cm-10.2
| -rw-r--r-- | res/values-es/plurals.xml | 3 | ||||
| -rw-r--r-- | res/values-es/strings.xml | 10 |
2 files changed, 8 insertions, 5 deletions
diff --git a/res/values-es/plurals.xml b/res/values-es/plurals.xml index ac11d2f4..393c771c 100644 --- a/res/values-es/plurals.xml +++ b/res/values-es/plurals.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 The CyanogenMod Project +<!-- + Copyright (C) 2012-2013 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. diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index e302f331..376fcf62 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012-2013 The CyanogenMod Project +<!-- + Copyright (C) 2012-2013 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. @@ -12,9 +13,8 @@ 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:android="http://schemas.android.com/apk/res/android" - xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="app_name">File Manager</string> <string name="app_description">Un explorador de archivos de CyanogenMod.</string> <string name="size_bytes">B</string> @@ -306,6 +306,8 @@ <string name="pref_disk_usage_warning_level_summary" formatted="false">Mostrar un color diferente para los widgets de uso de disco, cuando el espacio ocupado supere el <xliff:g id="level">%1$s</xliff:g> por ciento del total</string> <string name="pref_compute_folder_statistics">Estadísticas de carpetas</string> <string name="pref_compute_folder_statistics_on">¡Aviso! El cálculo de estadísticas de las carpetas requerirá más tiempo y recursos del sistema</string> + <string name="pref_display_thumbs">Vista preliminar</string> + <string name="pref_display_thumbs_summary">Mostrar una vista preliminar para archivos de imagen, vídeo, música y aplicaciones</string> <string name="pref_use_flinger">Usar gestos</string> <string name="pref_use_flinger_summary">Realizar un gesto de izquierda a derecha para borrar archivos o carpetas.</string> <string name="pref_general_advanced_settings_category">Avanzado</string> |
