aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-es
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-05-05 14:16:33 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-05-05 14:16:33 +0200
commitd2a9b3f454e46237c545c29e7e426b73e1e70987 (patch)
tree94a6d85bcec9fc0c3a4b62fef26fbfda26ba95ac /res/values-es
parent626c4eebeec9fdffde7a613d3bd6298863d5ff0f (diff)
downloadandroid_packages_apps_CMFileManager-d2a9b3f454e46237c545c29e7e426b73e1e70987.tar.gz
android_packages_apps_CMFileManager-d2a9b3f454e46237c545c29e7e426b73e1e70987.tar.bz2
android_packages_apps_CMFileManager-d2a9b3f454e46237c545c29e7e426b73e1e70987.zip
CMFM: es_ES: Styling fixes
Change-Id: I784852cca42916c851e423daae02661e3a4dbbe1 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values-es')
-rw-r--r--res/values-es/plurals.xml33
-rw-r--r--res/values-es/strings.xml15
2 files changed, 33 insertions, 15 deletions
diff --git a/res/values-es/plurals.xml b/res/values-es/plurals.xml
new file mode 100644
index 00000000..91c7a81b
--- /dev/null
+++ b/res/values-es/plurals.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <plurals name="fso_properties_dialog_folders">
+ <item quantity="zero">0 carpetas</item>
+ <item quantity="one">1 carpeta</item>
+ <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> carpetas</item>
+ </plurals>
+ <plurals name="fso_properties_dialog_files">
+ <item quantity="zero">0 archivos</item>
+ <item quantity="one">1 archivo</item>
+ <item quantity="other"><xliff:g id="files">%1$d</xliff:g> archivos</item>
+ </plurals>
+ <plurals name="search_found_items">
+ <item quantity="zero">No se han encontrado elementos</item>
+ <item quantity="one">1 elemento encontrado</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> elementos encontrados</item>
+ </plurals>
+</resources>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index df56a51b..acee4d00 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -128,16 +128,6 @@
<string name="fso_properties_dialog_owner">Propietario:</string>
<string name="fso_properties_dialog_group">Grupo:</string>
<string name="fso_properties_dialog_others">Otros:</string>
- <plurals name="fso_properties_dialog_folders">
- <item quantity="zero">0 carpetas</item>
- <item quantity="one">1 carpeta</item>
- <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> carpetas</item>
- </plurals>
- <plurals name="fso_properties_dialog_files">
- <item quantity="zero">0 archivos</item>
- <item quantity="one">1 archivo</item>
- <item quantity="other"><xliff:g id="files">%1$d</xliff:g> archivos</item>
- </plurals>
<string name="fso_properties_dialog_include_in_media_scan">Omitir escan.\nmedios:</string>
<string name="fso_failed_to_allow_media_scan">Fallo al permitir el escaneado de medios</string>
<string name="fso_failed_to_prevent_media_scan">Fallo al impedir el escaneado de medios</string>
@@ -153,11 +143,6 @@
<string name="search_voice_hint">Dictar búsqueda</string>
<string name="search_error_msg">Ocurrió un error mientras se buscaba. No se han encontrado resultados.</string>
<string name="search_no_results_msg">No se han encontrado resultados.</string>
- <plurals name="search_found_items">
- <item quantity="zero">No se han encontrado elementos</item>
- <item quantity="one">1 elemento encontrado</item>
- <item quantity="other"><xliff:g id="count">%d</xliff:g> elementos encontrados</item>
- </plurals>
<string name="search_found_items_in_directory"><xliff:g id="items">%1$s</xliff:g> en
<xliff:g id="path">%2$s</xliff:g></string>
<string name="search_terms"><![CDATA[<b>Términos:</b>]]> <xliff:g id="terms">%1$s</xliff:g></string>