aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-es/strings.xml
diff options
context:
space:
mode:
authordjMesias <djmesias@terra.es>2013-04-21 08:59:50 +0200
committerdjMesias <djmesias@terra.es>2013-04-21 20:05:19 +0200
commit03c940c1f56c2bd56c7cd5d50292ad408931aed8 (patch)
tree9488dee9a66e604151029b87cbbd5e5cf514895e /res/values-es/strings.xml
parent87492122426a2143dbd9eb3474809d4e8c74104e (diff)
downloadandroid_packages_apps_CMFileManager-03c940c1f56c2bd56c7cd5d50292ad408931aed8.tar.gz
android_packages_apps_CMFileManager-03c940c1f56c2bd56c7cd5d50292ad408931aed8.tar.bz2
android_packages_apps_CMFileManager-03c940c1f56c2bd56c7cd5d50292ad408931aed8.zip
CMFileManager: ES translations
- Add user-defined date/time format - Add missing translations Change-Id: I134114b17cb6afb6638c39e3a554debb6fa96da3
Diffstat (limited to 'res/values-es/strings.xml')
-rw-r--r--res/values-es/strings.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index 1c100fb7..df56a51b 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -12,11 +12,16 @@
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">
+-->
+<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="datetime_format_order">%1$s %2$s</string>
+ <string name="device_blockdevice">Dispositivo de bloques</string>
+ <string name="device_characterdevice">Dispositivo de caracteres</string>
+ <string name="device_namedpipe">Tubería nombrada</string>
+ <string name="device_domainsocket">Socket de dominio</string>
<string name="mount_point_readonly">RO</string>
<string name="mount_point_readwrite">RW</string>
<string name="yes">Sí</string>
@@ -270,6 +275,11 @@
<string name="mime_folder">Carpeta</string>
<string name="mime_symlink">Acceso directo</string>
<string name="mime_unknown">Desconocido</string>
+ <string name="filetime_format_mode_system">Configuración del sistema</string>
+ <string name="filetime_format_mode_locale">Configuración regional</string>
+ <string name="filetime_format_mode_ddMMyyyy_HHmmss">dd/mm/aaaa hh:mm:ss</string>
+ <string name="filetime_format_mode_MMddyyyy_HHmmss">mm/dd/aaaa hh:mm:ss</string>
+ <string name="filetime_format_mode_yyyyMMdd_HHmmss">aaaa-mm-dd hh:mm:ss</string>
<string name="selection_one_folder"><xliff:g id="folders">%1$s</xliff:g> carpeta seleccionada.</string>
<string name="selection_other_folders"><xliff:g id="folders">%1$s</xliff:g> carpetas seleccionadas.</string>
<string name="selection_one_file"><xliff:g id="files">%1$s</xliff:g> archivo seleccionado.</string>
@@ -307,6 +317,7 @@
<string name="pref_general_behaviour_category">General</string>
<string name="pref_case_sensitive_sort">Ordenación sensible</string>
<string name="pref_case_sensitive_sort_summary">Tener en cuenta minúsculas/mayúsculas al navegar o mostrar resultados de búsqueda</string>
+ <string name="pref_filetime_format_mode">Formato de fecha/hora</string>
<string name="pref_disk_usage_warning_level">Aviso de uso de disco</string>
<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>
@@ -374,5 +385,4 @@
<string name="changelog_title">Registro de cambios</string>
<string name="welcome_title">Bienvenido</string>
<string name="welcome_msg">Bienvenido al explorador de archivos de CyanogenMod.\n\nEsta aplicación permite explorar el sistema de archivos y con ello, realizar operaciones que podrían bloquear el dispositivo. Para prevenir esta circunstancia, la aplicación se iniciará en modo seguro.\n\nPodrá acceder al modo avanzado de superusuario mediante el menú Ajustes, pero será su responsabilidad el evitar que una operación dañe el dispositivo.\n\nEl equipo de CyanogenMod.\n</string>
-
</resources>