OSDN Git Service

Merge "Apollo: RU translation" into cm-10.2
[android-x86/packages-apps-Eleven.git] / res / values-it / 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 artista</item>
19         <item quantity="other"><xliff:g id="count">%d</xliff:g> artisti</item>
20     </plurals>
21     <plurals name="Nalbums">
22         <item quantity="one">1 album</item>
23         <item quantity="other"><xliff:g id="count">%d</xliff:g> albums</item>
24     </plurals>
25     <plurals name="Nsongs">
26         <item quantity="one">1 canzone</item>
27         <item quantity="other"><xliff:g id="count">%d</xliff:g> canzoni</item>
28     </plurals>
29     <plurals name="Ngenres">
30         <item quantity="one">1 genere</item>
31         <item quantity="other"><xliff:g id="count">%d</xliff:g> generi</item>
32     </plurals>
33     <plurals name="NNNtrackstoplaylist">
34         <item quantity="one">1 canzone aggiunta alla playlist.</item>
35         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> canzoni aggiunte alla playlist.</item>
36     </plurals>
37     <plurals name="NNNtracksfromplaylist">
38         <item quantity="one">1 canzone rimossa dalla playlist.</item>
39         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> canzoni rimosse dalla playlist.</item>
40     </plurals>
41     <plurals name="NNNtrackstoqueue">
42         <item quantity="one">1 canzone aggiunta alla coda.</item>
43         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> canzoni aggiunte alla coda.</item>
44     </plurals>
45     <plurals name="NNNtrackstofavorites">
46         <item quantity="one">1 canzone aggiunta ai Preferiti.</item>
47         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> canzoni aggiunte ai Preferiti.</item>
48     </plurals>
49     <plurals name="NNNtracksdeleted">
50         <item quantity="one">1 canzone รจ stata eliminata.</item>
51         <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> canzoni sono state eliminate.</item>
52     </plurals>
53
54 </resources>