aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-es/plurals.xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-10-04 04:02:57 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-10-04 04:02:57 +0200
commitb8f4a8dda5a88fc8ad67801e39cb0f1a3bf0376d (patch)
treef62119f0a1b2374cc16cf2df900ddca6ba2ef2f2 /res/values-es/plurals.xml
parent9750de2308c2b6435f50d244cadd1e433a3850f9 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-b8f4a8dda5a88fc8ad67801e39cb0f1a3bf0376d.tar.gz
android_packages_wallpapers_PhotoPhase-b8f4a8dda5a88fc8ad67801e39cb0f1a3bf0376d.tar.bz2
android_packages_wallpapers_PhotoPhase-b8f4a8dda5a88fc8ad67801e39cb0f1a3bf0376d.zip
Spanish translation
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values-es/plurals.xml')
-rw-r--r--res/values-es/plurals.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/res/values-es/plurals.xml b/res/values-es/plurals.xml
new file mode 100644
index 0000000..951a797
--- /dev/null
+++ b/res/values-es/plurals.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 Jorge Ruesga
+
+ 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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <plurals name="album_number_of_pictures">
+ <item quantity="one">1 imagen</item>
+ <item quantity="other"><xliff:g id="pictures" example="7">%d</xliff:g> imágenes</item>
+ </plurals>
+ <plurals name="msg_media_reload_complete">
+ <item quantity="one">Recarga de imágenes completada. 1 imagen encontrada.</item>
+ <item quantity="other">Recarga de imágenes completada. <xliff:g id="pictures" example="7">%d</xliff:g> imágenes encontradas.</item>
+ </plurals>
+</resources>