aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-ca/plurals.xml
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@cyanogenmod.com>2016-05-23 21:14:37 +0200
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2016-05-23 21:14:37 +0200
commitecd2fa5dc060ab8eee738f3c514b2af2eacd21af (patch)
tree4a4f77ae0f9b8a8c3eafeea48e9efef52f3baccd /res/values-ca/plurals.xml
parent4031909ed54680540b622c0b4be1982280a6ef84 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-ecd2fa5dc060ab8eee738f3c514b2af2eacd21af.tar.gz
android_packages_wallpapers_PhotoPhase-ecd2fa5dc060ab8eee738f3c514b2af2eacd21af.tar.bz2
android_packages_wallpapers_PhotoPhase-ecd2fa5dc060ab8eee738f3c514b2af2eacd21af.zip
Automatic translation import
Change-Id: I3f9ca5d6fb67b34c20570c4ad014fce340119c98 Ticket: RM-170
Diffstat (limited to 'res/values-ca/plurals.xml')
-rw-r--r--res/values-ca/plurals.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-ca/plurals.xml b/res/values-ca/plurals.xml
index 2d0a5c5..5cb7f4b 100644
--- a/res/values-ca/plurals.xml
+++ b/res/values-ca/plurals.xml
@@ -16,10 +16,12 @@
limitations under the License.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Number of pictures found in an album -->
<plurals name="album_number_of_pictures">
<item quantity="one">1 imatge</item>
<item quantity="other"><xliff:g id="pictures" example="7">%d</xliff:g> imatges</item>
</plurals>
+ <!-- Total of pictures found after a media reload -->
<plurals name="msg_media_reload_complete">
<item quantity="one">Recàrrega multimèdia completada. S\'ha trobat 1 imatge.</item>
<item quantity="other">Recàrrega multimèdia completada. S\'han trobat <xliff:g id="pictures" example="7">%d</xliff:g> imatges.</item>