OSDN Git Service

Merge "es_ES: Add spanish translations" into cm-10.1
[android-x86/packages-apps-Eleven.git] / res / values-es / 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
18     <plurals name="Nartists">
19         <item quantity="one">1 artista</item>
20         <item quantity="other"><xliff:g id="count">%d</xliff:g> artistas</item>
21     </plurals>
22     <plurals name="Nalbums">
23         <item quantity="one">1 álbum</item>
24         <item quantity="other"><xliff:g id="count">%d</xliff:g> álbumes</item>
25     </plurals>
26     <plurals name="Nsongs">
27         <item quantity="one">1 canción</item>
28         <item quantity="other"><xliff:g id="count">%d</xliff:g> canciones</item>
29     </plurals>
30     <plurals name="Ngenres">
31         <item quantity="one">1 género</item>
32         <item quantity="other"><xliff:g id="count">%d</xliff:g> géneros</item>
33     </plurals>
34     <plurals name="NNNtrackstoplaylist">
35         <item quantity="one">1 canción se añadió a la lista.</item>
36         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> canciones se añadieron a la lista.</item>
37     </plurals>
38     <plurals name="NNNtrackstoqueue">
39         <item quantity="one">1 canción se añadió a la cola.</item>
40         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> canciones se añadieron a la cola.</item>
41     </plurals>
42     <plurals name="NNNtrackstofavorites">
43         <item quantity="one">1 canción se añadió a favoritos.</item>
44         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> canciones se añadieron a favoritos.</item>
45     </plurals>
46     <plurals name="NNNtracksdeleted">
47         <item quantity="one">1 canción fue eliminada.</item>
48         <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> canciones fueron eliminadas.</item>
49     </plurals>
50
51 </resources>