summaryrefslogtreecommitdiffstats
path: root/res/values-ca/plurals.xml
diff options
context:
space:
mode:
authorarnau <arnaullv@gmail.com>2014-01-25 16:26:14 +0100
committerarnau <arnaullv@gmail.com>2014-01-25 16:26:14 +0100
commitdcbc054e4ebc93775664a0ebbb7e41188932b08e (patch)
tree4b5987da8d441dfb7648f242f246537a9d0ab4a9 /res/values-ca/plurals.xml
parente22217a3852ef84b7125176a4ad640eac5ba5059 (diff)
downloadandroid_packages_apps_Eleven-dcbc054e4ebc93775664a0ebbb7e41188932b08e.tar.gz
android_packages_apps_Eleven-dcbc054e4ebc93775664a0ebbb7e41188932b08e.tar.bz2
android_packages_apps_Eleven-dcbc054e4ebc93775664a0ebbb7e41188932b08e.zip
Apollo: CA translations
Convertion to Transifex new standard Change-Id: Iece518058998809895330f26b86cd77de2455137 Signed-off-by: arnau <arnaullv@gmail.com>
Diffstat (limited to 'res/values-ca/plurals.xml')
-rw-r--r--res/values-ca/plurals.xml53
1 files changed, 0 insertions, 53 deletions
diff --git a/res/values-ca/plurals.xml b/res/values-ca/plurals.xml
deleted file mode 100644
index 2d7b22e..0000000
--- a/res/values-ca/plurals.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?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>