summaryrefslogtreecommitdiffstats
path: root/res/values-lv/plurals.xml
diff options
context:
space:
mode:
authorDavis Mosenkovs <davikovs@gmail.com>2013-07-10 05:17:05 -0700
committerDavis Mosenkovs <davikovs@gmail.com>2013-07-10 08:30:52 -0700
commit2d130bacf6074f484e5605ddca95343bc3244c4e (patch)
treef1e511f96685cc2537c2aaca40039be26a31d738 /res/values-lv/plurals.xml
parenta65ae6192b720305e8cc3fadecaa0432926bc8b0 (diff)
downloadandroid_packages_apps_Eleven-2d130bacf6074f484e5605ddca95343bc3244c4e.tar.gz
android_packages_apps_Eleven-2d130bacf6074f484e5605ddca95343bc3244c4e.tar.bz2
android_packages_apps_Eleven-2d130bacf6074f484e5605ddca95343bc3244c4e.zip
Apollo: LV translation (rebase)
Change-Id: I1c6104aaec01f2afac06b083884218dc1d23b5f1
Diffstat (limited to 'res/values-lv/plurals.xml')
-rw-r--r--res/values-lv/plurals.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/res/values-lv/plurals.xml b/res/values-lv/plurals.xml
new file mode 100644
index 0000000..825d903
--- /dev/null
+++ b/res/values-lv/plurals.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 Andrew Neal
+ Copyright (C) 2013 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="Nartists">
+ <item quantity="one">1 izpildītājs</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> izpildītāji</item>
+ </plurals>
+ <plurals name="Nalbums">
+ <item quantity="one">1 albums</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> albumi</item>
+ </plurals>
+ <plurals name="Nsongs">
+ <item quantity="one">1 dziesma</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> dziesmas</item>
+ </plurals>
+ <plurals name="Ngenres">
+ <item quantity="one">1 žanrs</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> žanri</item>
+ </plurals>
+ <plurals name="NNNtrackstoplaylist">
+ <item quantity="one">1 dziesma pievienota atskaņošanas sarakstam.</item>
+ <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> dziesmas pievienotas atskaņošanas sarakstam.</item>
+ </plurals>
+ <plurals name="NNNtrackstoqueue">
+ <item quantity="one">1 dziesma pievienota rindai.</item>
+ <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> dziesmas pievienotas rindai.</item>
+ </plurals>
+ <plurals name="NNNtrackstofavorites">
+ <item quantity="one">1 dziesma pievienota izlasei.</item>
+ <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> dziesmas pievienotas izlasei.</item>
+ </plurals>
+ <plurals name="NNNtracksdeleted">
+ <item quantity="one">1 dziesma ir izdzēsta.</item>
+ <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> dziesmas ir izdzēstas.</item>
+ </plurals>
+</resources> \ No newline at end of file