OSDN Git Service

Merge "Apollo: zh-rTW translations" into cm-10.2
[android-x86/packages-apps-Eleven.git] / res / values-zh-rTW / 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 位演出者</item>
19         <item quantity="other"><xliff:g id="count">%d</xliff:g> 位演出者</item>
20     </plurals>
21     <plurals name="Nalbums">
22         <item quantity="one">1 張專輯</item>
23         <item quantity="other"><xliff:g id="count">%d</xliff:g> 張專輯</item>
24     </plurals>
25     <plurals name="Nsongs">
26         <item quantity="one">1 首樂曲</item>
27         <item quantity="other"><xliff:g id="count">%d</xliff:g> 首樂曲</item>
28     </plurals>
29     <plurals name="Ngenres">
30         <item quantity="one">1 種類型</item>
31         <item quantity="other"><xliff:g id="count">%d</xliff:g> 種類型</item>
32     </plurals>
33     <plurals name="NNNtrackstoplaylist">
34         <item quantity="one">1 首歌已加入播放清單。</item>
35         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> 首歌已加入播放清單。</item>
36     </plurals>
37     <plurals name="NNNtrackstoqueue">
38         <item quantity="one">1 首歌已加入佇列。</item>
39         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> 首歌已加入佇列。</item>
40     </plurals>
41     <plurals name="NNNtrackstofavorites">
42         <item quantity="one">1 首歌已加入我的最愛。</item>
43         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> 首歌已加入我的最愛。</item>
44     </plurals>
45     <plurals name="NNNtracksdeleted">
46         <item quantity="one">1 首歌已被刪除</item>
47         <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> 首歌已被刪除</item>
48     </plurals>
49 </resources>