OSDN Git Service

Merge "Fix some scaling issues with non-square album art." into cm-13.0
[android-x86/packages-apps-Eleven.git] / res / values-zh-rCN / plurals.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--Generated by crowdin.com-->
3 <!--
4      Copyright (C) 2012-2013 Andrew Neal
5      Copyright (C) 2012-2014 The CyanogenMod Project
6
7      Licensed under the Apache License, Version 2.0 (the "License");
8      you may not use this file except in compliance with the License.
9      You may obtain a copy of the License at
10
11           http://www.apache.org/licenses/LICENSE-2.0
12
13      Unless required by applicable law or agreed to in writing, software
14      distributed under the License is distributed on an "AS IS" BASIS,
15      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16      See the License for the specific language governing permissions and
17      limitations under the License.
18 -->
19 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
20   <!-- Used to indicate the number of artists -->
21   <plurals name="Nartists">
22     <item quantity="other"><xliff:g id="count">%d</xliff:g> 位艺术家</item>
23   </plurals>
24   <!-- Used to indicate the number of albums for an artist -->
25   <plurals name="Nalbums">
26     <item quantity="other"><xliff:g id="count">%d</xliff:g> 张专辑</item>
27   </plurals>
28   <!-- Used to indicate the number of songs for an album -->
29   <plurals name="Nsongs">
30     <item quantity="other"><xliff:g id="count">%d</xliff:g> 首歌曲</item>
31   </plurals>
32   <!-- Used to indicate the number of genres -->
33   <plurals name="Ngenres">
34     <item quantity="other"><xliff:g id="count">%d</xliff:g> 种类型</item>
35   </plurals>
36   <!-- Used to show a shortened version of hours-->
37   <plurals name="Nhours">
38     <item quantity="other"><xliff:g id="hours">%d</xliff:g> 小时</item>
39   </plurals>
40   <!-- Used to show a shortened version of minutes -->
41   <plurals name="Nminutes">
42     <item quantity="other"><xliff:g id="minutes">%d</xliff:g> 分钟</item>
43   </plurals>
44   <!-- Toasts after adding song(s) to playlists -->
45   <plurals name="NNNtrackstoplaylist">
46     <item quantity="other">已添加 <xliff:g id="number" example="27">%d</xliff:g> 首歌曲到播放列表。</item>
47   </plurals>
48   <!-- Toasts after removing song(s) from playlists -->
49   <plurals name="NNNtracksfromplaylist">
50     <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> 首歌曲已从播放列表中移除。</item>
51   </plurals>
52   <!-- Toasts after adding song(s) to queue -->
53   <plurals name="NNNtrackstoqueue">
54     <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> 首歌曲已添加到队列。</item>
55   </plurals>
56   <!-- Toasts after adding song(s) to the favorites list -->
57   <plurals name="NNNtrackstofavorites">
58     <item quantity="other">已添加 <xliff:g id="number" example="27">%d</xliff:g> 首歌曲到收藏夹。</item>
59   </plurals>
60   <!-- Toast confirming that song(s) was/were deleted. -->
61   <plurals name="NNNtracksdeleted">
62     <item quantity="other">已删除 <xliff:g id="songs_to_delete">%d</xliff:g>首歌曲。</item>
63   </plurals>
64 </resources>