OSDN Git Service

Apollo: LT translations
[android-x86/packages-apps-Eleven.git] / res / values-lt / plurals.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- 
3      Copyright (C) 2012-2013 Andrew Neal
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 artistas</item>
20         <item quantity="other"><xliff:g id="count">%d</xliff:g> artistai</item>
21     </plurals>
22
23     <plurals name="Nalbums">
24         <item quantity="one">1 albumas</item>
25         <item quantity="other"><xliff:g id="count">%d</xliff:g> albumai</item>
26     </plurals>
27
28     <plurals name="Nsongs">
29         <item quantity="one">1 daina</item>
30         <item quantity="other"><xliff:g id="count">%d</xliff:g> dainos</item>
31     </plurals>
32
33     <plurals name="Ngenres">
34         <item quantity="one">1 žanras</item>
35         <item quantity="other"><xliff:g id="count">%d</xliff:g> žanrai</item>
36     </plurals>
37
38     <plurals name="NNNtrackstoplaylist">
39         <item quantity="one">1 daina įtraukta į grojaraštį.</item>
40         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> dainos įtrauktos į grojaraštį.</item>
41     </plurals>
42
43     <plurals name="NNNtracksfromplaylist">
44         <item quantity="one">1 daina pašalinta iš grojaraščio.</item>
45         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> dainos pašalintos iš grojaraščio.</item>
46     </plurals>
47
48     <plurals name="NNNtrackstoqueue">
49         <item quantity="one">1 daina įtraukta į eilę.</item>
50         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> dainos įtrauktos į eilę.</item>
51     </plurals>
52
53     <plurals name="NNNtrackstofavorites">
54         <item quantity="one">1 daina įtraukta į mėgstamus.</item>
55         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> dainos įtrauktos mėgstamus.</item>
56     </plurals>
57
58     <plurals name="NNNtracksdeleted">
59         <item quantity="one">1 daina pašalinta.</item>
60         <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> dainos pašalintos.</item>
61     </plurals>
62 </resources>