OSDN Git Service

Merge "Apollo: Add menu action to delete current track." into cm-10.1
[android-x86/packages-apps-Eleven.git] / res / values-lv / plurals.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2012 Andrew Neal
3      Copyright (C) 2013 The CyanogenMod Project
4
5      Licensed under the Apache License, Version 2.0 (the "License");
6      you may not use this file except in compliance with the License.
7      You may obtain a copy of the License at
8
9           http://www.apache.org/licenses/LICENSE-2.0
10
11      Unless required by applicable law or agreed to in writing, software
12      distributed under the License is distributed on an "AS IS" BASIS,
13      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14      See the License for the specific language governing permissions and
15      limitations under the License.
16  -->
17  <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18     <plurals name="Nartists">
19         <item quantity="one">1 izpildītājs</item>
20         <item quantity="other"><xliff:g id="count">%d</xliff:g> izpildītāji</item>
21     </plurals>
22     <plurals name="Nalbums">
23         <item quantity="one">1 albums</item>
24         <item quantity="other"><xliff:g id="count">%d</xliff:g> albumi</item>
25     </plurals>
26     <plurals name="Nsongs">
27         <item quantity="one">1 dziesma</item>
28         <item quantity="other"><xliff:g id="count">%d</xliff:g> dziesmas</item>
29     </plurals>
30     <plurals name="Ngenres">
31         <item quantity="one">1 žanrs</item>
32         <item quantity="other"><xliff:g id="count">%d</xliff:g> žanri</item>
33     </plurals>
34     <plurals name="NNNtrackstoplaylist">
35         <item quantity="one">1 dziesma pievienota atskaņošanas sarakstam.</item>
36         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> dziesmas pievienotas atskaņošanas sarakstam.</item>
37     </plurals>
38     <plurals name="NNNtrackstoqueue">
39         <item quantity="one">1 dziesma pievienota rindai.</item>
40         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> dziesmas pievienotas rindai.</item>
41     </plurals>
42     <plurals name="NNNtrackstofavorites">
43         <item quantity="one">1 dziesma pievienota izlasei.</item>
44         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> dziesmas pievienotas izlasei.</item>
45     </plurals>
46     <plurals name="NNNtracksdeleted">
47         <item quantity="one">1 dziesma ir izdzēsta.</item>
48         <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> dziesmas ir izdzēstas.</item>
49     </plurals>
50 </resources>