OSDN Git Service

Merge "Apollo: improve default translations" into cm-10.1
[android-x86/packages-apps-Eleven.git] / res / values-zh-rCN / 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     <!-- Used to indicate the number of artists -->
19     <plurals name="Nartists">
20
21         <!-- Only one artist -->
22         <item quantity="one">1 位艺术家</item>
23         <!-- More than one artist -->
24         <item quantity="other"><xliff:g id="count">%d</xliff:g> 位艺术家</item>
25     </plurals>
26
27     <!-- Used to indicate the number of albums for an artist -->
28     <plurals name="Nalbums">
29
30         <!-- Only one album -->
31         <item quantity="one">1 张专辑</item>
32         <!-- More than one album -->
33         <item quantity="other"><xliff:g id="count">%d</xliff:g> 张专辑</item>
34     </plurals>
35
36     <!-- Used to indicate the number of songs for an album -->
37     <plurals name="Nsongs">
38
39         <!-- Only one song -->
40         <item quantity="one">1 首歌曲</item>
41         <item quantity="other"><xliff:g id="count">%d</xliff:g> 首歌曲</item>
42     </plurals>
43
44     <!-- Used to indicate the number of genres -->
45     <plurals name="Ngenres">
46
47         <!-- Only one genre -->
48         <item quantity="one">1 种类型</item>
49         <!-- More than one genre -->
50         <item quantity="other"><xliff:g id="count">%d</xliff:g> 种类型</item>
51     </plurals>
52
53     <!-- Toasts after adding song(s) to playlists -->
54     <plurals name="NNNtrackstoplaylist">
55
56         <!-- message shown when one song was added -->
57         <item quantity="one">添加 1 首歌曲到播放列表.</item>
58         <!-- message shown when zero or more than one song was added -->
59         <item quantity="other">添加 <xliff:g id="number" example="27">%d</xliff:g> 首歌曲到播放列表.</item>
60     </plurals>
61
62     <!-- Toasts after adding song(s) to queue -->
63     <plurals name="NNNtrackstoqueue">
64
65         <!-- message shown when one song was added -->
66         <item quantity="one">添加 1 首歌曲到队列中.</item>
67         <!-- message shown when zero or more than one song was added -->
68         <item quantity="other">添加 <xliff:g id="number" example="27">%d</xliff:g> 首歌曲到队列中.</item>
69     </plurals>
70
71     <!-- Toasts after adding song(s) to the favorites list -->
72     <plurals name="NNNtrackstofavorites">
73
74         <!-- message shown when one song was added -->
75         <item quantity="one">添加 1 首歌曲到收藏夹.</item>
76         <!-- message shown when zero or more than one song was added -->
77         <item quantity="other">添加 <xliff:g id="number" example="27">%d</xliff:g> 首歌曲到收藏夹.</item>
78     </plurals>
79
80     <!-- Toast confirming that song(s) was/were deleted. -->
81     <plurals name="NNNtracksdeleted">
82
83         <!-- delete confirmation message for 1 song -->
84         <item quantity="one">删除 1 首歌曲.</item>
85         <!-- delete confirmation message for 0 or more than 1 songs -->
86         <item quantity="other">删除 <xliff:g id="songs_to_delete">%d</xliff:g> 首歌曲.</item>
87     </plurals>
88
89 </resources>