OSDN Git Service

Merge remote-tracking branch 'github/master' into HEAD
[android-x86/packages-apps-Eleven.git] / res / values / plurals.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <!--\r
3   Copyright (C) 2012 Andrew Neal\r
4  \r
5   Licensed under the Apache License, Version 2.0 (the "License");\r
6   you may not use this file except in compliance with the License.\r
7   You may obtain a copy of the License at\r
8  \r
9        http://www.apache.org/licenses/LICENSE-2.0\r
10  \r
11   Unless required by applicable law or agreed to in writing, software\r
12   distributed under the License is distributed on an "AS IS" BASIS,\r
13   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14   See the License for the specific language governing permissions and\r
15   limitations under the License.\r
16 -->\r
17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">\r
18 \r
19     <!-- Used to indicate the number of artists -->\r
20     <plurals name="Nartists">\r
21 \r
22         <!-- Only one artist -->\r
23         <item quantity="one">1 artist</item>\r
24         <!-- More than one artist -->\r
25         <item quantity="other"><xliff:g id="count">%d</xliff:g> artists</item>\r
26     </plurals>\r
27 \r
28     <!-- Used to indicate the number of albums for an artist -->\r
29     <plurals name="Nalbums">\r
30 \r
31         <!-- Only one album -->\r
32         <item quantity="one">1 album</item>\r
33         <!-- More than one album -->\r
34         <item quantity="other"><xliff:g id="count">%d</xliff:g> albums</item>\r
35     </plurals>\r
36 \r
37     <!-- Used to indicate the number of songs for an album -->\r
38     <plurals name="Nsongs">\r
39 \r
40         <!-- Only one song -->\r
41         <item quantity="one">1 song</item>\r
42         <item quantity="other"><xliff:g id="count">%d</xliff:g> songs</item>\r
43     </plurals>\r
44 \r
45     <!-- Used to indicate the number of genres -->\r
46     <plurals name="Ngenres">\r
47 \r
48         <!-- Only one genre -->\r
49         <item quantity="one">1 genre</item>\r
50         <!-- More than one genre -->\r
51         <item quantity="other"><xliff:g id="count">%d</xliff:g> genres</item>\r
52     </plurals>\r
53 \r
54     <!-- Toasts after adding song(s) to playlists -->\r
55     <plurals name="NNNtrackstoplaylist">\r
56 \r
57         <!-- message shown when one song was added -->\r
58         <item quantity="one">1 song added to playlist.</item>\r
59         <!-- message shown when zero or more than one song was added -->\r
60         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> songs added to playlist.</item>\r
61     </plurals>\r
62 \r
63     <!-- Toasts after adding song(s) to queue -->\r
64     <plurals name="NNNtrackstoqueue">\r
65 \r
66         <!-- message shown when one song was added -->\r
67         <item quantity="one">1 song added to the queue.</item>\r
68         <!-- message shown when zero or more than one song was added -->\r
69         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> songs added to the queue.</item>\r
70     </plurals>\r
71 \r
72     <!-- Toasts after adding song(s) to the favorites list -->\r
73     <plurals name="NNNtrackstofavorites">\r
74 \r
75         <!-- message shown when one song was added -->\r
76         <item quantity="one">1 song added to Favorites.</item>\r
77         <!-- message shown when zero or more than one song was added -->\r
78         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> songs added to Favorites.</item>\r
79     </plurals>\r
80 \r
81     <!-- Toast confirming that song(s) was/were deleted. -->\r
82     <plurals name="NNNtracksdeleted">\r
83 \r
84         <!-- delete confirmation message for 1 song -->\r
85         <item quantity="one">1 song was deleted.</item>\r
86         <!-- delete confirmation message for 0 or more than 1 songs -->\r
87         <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> songs were deleted.</item>\r
88     </plurals>\r
89 \r
90 </resources>