summaryrefslogtreecommitdiffstats
path: root/res/values-ca/plurals.xml
diff options
context:
space:
mode:
authorVladislav Koldobskiy <admin@nevergone.ru>2014-01-25 16:34:33 +0000
committerVladislav Koldobskiy <admin@nevergone.ru>2014-01-25 16:34:33 +0000
commitb56caf11d456078e2e26fbe0a21228a54cd9fa1b (patch)
treec6f92b58a605739a4d5fad4af7b5c66181145acf /res/values-ca/plurals.xml
parentdcbc054e4ebc93775664a0ebbb7e41188932b08e (diff)
downloadandroid_packages_apps_Eleven-b56caf11d456078e2e26fbe0a21228a54cd9fa1b.tar.gz
android_packages_apps_Eleven-b56caf11d456078e2e26fbe0a21228a54cd9fa1b.tar.bz2
android_packages_apps_Eleven-b56caf11d456078e2e26fbe0a21228a54cd9fa1b.zip
Revert "Apollo: CA translations"
This reverts commit dcbc054e4ebc93775664a0ebbb7e41188932b08e. Change-Id: I1f1e7aeab58338bbccc5e26c9ffbf3250ddee1a0
Diffstat (limited to 'res/values-ca/plurals.xml')
-rw-r--r--res/values-ca/plurals.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/res/values-ca/plurals.xml b/res/values-ca/plurals.xml
new file mode 100644
index 0000000..2d7b22e
--- /dev/null
+++ b/res/values-ca/plurals.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 Andrew Neal
+
+ 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="Nartists">
+ <item quantity="one">1 artista</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> artistes</item>
+ </plurals>
+ <plurals name="Nalbums">
+ <item quantity="one">1 àlbum</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> àlbums</item>
+ </plurals>
+ <plurals name="Nsongs">
+ <item quantity="one">1 cançó</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> cançons</item>
+ </plurals>
+ <plurals name="Ngenres">
+ <item quantity="one">1 gènere</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> gèneres</item>
+ </plurals>
+ <plurals name="NNNtrackstoplaylist">
+ <item quantity="one">1 cançó s\'ha afegit a la llista de reproducció.</item>
+ <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> cançons s\'han afegit a la llista de reproducció.</item>
+ </plurals>
+ <plurals name="NNNtracksfromplaylist">
+ <item quantity="one">1 cançó s\'ha tret de la llista de reproducció.</item>
+ <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> cançons s\'han tret de la llista de reproducció.</item>
+ </plurals>
+ <plurals name="NNNtrackstoqueue">
+ <item quantity="one">1 cançó s\'ha afegit a la cua.</item>
+ <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> cançons s\'han afegit a la cua.</item>
+ </plurals>
+ <plurals name="NNNtrackstofavorites">
+ <item quantity="one">1 cançó afegida als Preferits.</item>
+ <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> cançons afegides als Preferits.</item>
+ </plurals>
+ <plurals name="NNNtracksdeleted">
+ <item quantity="one">1 cançó s\'ha esborrat.</item>
+ <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> cançons s\'han esborrat.</item>
+ </plurals>
+</resources>