OSDN Git Service

Merge "Add Lithuanian translations" into cm-10.2
[android-x86/packages-apps-Eleven.git] / res / values-lt / plurals.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2012 Andrew Neal
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15  -->
16 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17     <plurals name="Nartists">
18         <item quantity="one">1 artistas</item>
19         <item quantity="other"><xliff:g id="count">%d</xliff:g> artistai</item>
20     </plurals>
21
22     <plurals name="Nalbums">
23         <item quantity="one">1 albumas</item>
24         <item quantity="other"><xliff:g id="count">%d</xliff:g> albumai</item>
25     </plurals>
26
27     <plurals name="Nsongs">
28         <item quantity="one">1 daina</item>
29         <item quantity="other"><xliff:g id="count">%d</xliff:g> dainos</item>
30     </plurals>
31
32     <plurals name="Ngenres">
33         <item quantity="one">1 žanras</item>
34         <item quantity="other"><xliff:g id="count">%d</xliff:g> žanrai</item>
35     </plurals>
36
37     <plurals name="NNNtrackstoplaylist">
38         <item quantity="one">1 daina įtraukta į grojaraštį.</item>
39         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> dainos įtrauktos į grojaraštį.</item>
40     </plurals>
41
42     <plurals name="NNNtracksfromplaylist">
43         <item quantity="one">1 daina pašalinta iš grojaraščio.</item>
44         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> dainos pašalintos iš grojaraščio.</item>
45     </plurals>
46
47     <plurals name="NNNtrackstoqueue">
48         <item quantity="one">1 daina įtraukta į eilę.</item>
49         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> dainos įtrauktos į eilę.</item>
50     </plurals>
51
52     <plurals name="NNNtrackstofavorites">
53         <item quantity="one">1 daina įtraukta į mėgstamus.</item>
54         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> dainos įtrauktos mėgstamus.</item>
55     </plurals>
56
57     <plurals name="NNNtracksdeleted">
58         <item quantity="one">Pašalinta 1 daina.</item>
59         <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> dainos pašalintos.</item>
60     </plurals>
61 </resources>