aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-es/strings.xml
diff options
context:
space:
mode:
authordjMesias <djmesias@yahoo.es>2013-05-10 09:42:59 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-05-10 09:56:37 +0200
commit0d192b8b0785a06299c3dd0ea5d9a9e261046de4 (patch)
tree225aa7d9bce7b8d91082743dc511ab9d66d67ad3 /res/values-es/strings.xml
parent4f7b23a367be2189240261fb5a4e905b93bfcf35 (diff)
downloadandroid_packages_apps_CMFileManager-0d192b8b0785a06299c3dd0ea5d9a9e261046de4.tar.gz
android_packages_apps_CMFileManager-0d192b8b0785a06299c3dd0ea5d9a9e261046de4.tar.bz2
android_packages_apps_CMFileManager-0d192b8b0785a06299c3dd0ea5d9a9e261046de4.zip
CMFileManager: ES translations
- file sizes Patchset 3: Remove Cid review Change-Id: I11b38843a9b99e5e10fc8239a23a84e033499a4f
Diffstat (limited to 'res/values-es/strings.xml')
-rw-r--r--res/values-es/strings.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index acee4d00..abc0a144 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -1,5 +1,5 @@
<?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.
@@ -12,11 +12,15 @@
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:android="http://schemas.android.com/apk/res/android"
+ 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>
+ <string name="size_kilobytes">KB</string>
+ <string name="size_megabytes">MB</string>
+ <string name="size_gigabytes">GB</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>