OSDN Git Service

Merge "Apollo: RU translation" into cm-10.1
[android-x86/packages-apps-Eleven.git] / res / values-cs / 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 umělec</item>
19         <item quantity="few"><xliff:g id="count">%d</xliff:g> umělci</item>
20         <item quantity="other"><xliff:g id="count">%d</xliff:g> umělců</item>
21     </plurals>
22
23     <plurals name="Nalbums">
24         <item quantity="one">1 album</item>
25         <item quantity="few"><xliff:g id="count">%d</xliff:g> alba</item>
26         <item quantity="other"><xliff:g id="count">%d</xliff:g> alb</item>
27     </plurals>
28
29     <plurals name="Nsongs">
30         <item quantity="one">1 skladba</item>
31         <item quantity="few"><xliff:g id="count">%d</xliff:g> skladby</item>
32         <item quantity="other"><xliff:g id="count">%d</xliff:g> skladeb</item>
33     </plurals>
34
35     <plurals name="Ngenres">
36         <item quantity="one">1 žánr</item>
37         <item quantity="few"><xliff:g id="count">%d</xliff:g> žánry</item>
38         <item quantity="other"><xliff:g id="count">%d</xliff:g> žánrů</item>
39     </plurals>
40
41     <plurals name="NNNtrackstoplaylist">
42         <item quantity="one">Do seznamu skladeb byla přidána jedna skladba.</item>
43         <item quantity="few">Do seznamu skladeb byly přidány <xliff:g id="number" example="2">%d</xliff:g> skladby.</item>
44         <item quantity="other">Do seznamu skladeb bylo přidáno <xliff:g id="number" example="27">%d</xliff:g> skladeb.</item>
45     </plurals>
46
47     <plurals name="NNNtrackstoqueue">
48         <item quantity="one">Do fronty byla přidána jedna skladba.</item>
49         <item quantity="few">Do fronty byly přidány <xliff:g id="number" example="2">%d</xliff:g> skladby.</item>
50         <item quantity="other">Do fronty bylo přidáno <xliff:g id="number" example="27">%d</xliff:g> skladeb.</item>
51     </plurals>
52
53     <plurals name="NNNtrackstofavorites">
54         <item quantity="one">Do oblíbených byla přidána jedna skladba.</item>
55         <item quantity="few">Do oblíbených byly přidány <xliff:g id="number" example="2">%d</xliff:g> skladby.</item>
56         <item quantity="other">Do oblíbených bylo přidáno <xliff:g id="number" example="27">%d</xliff:g> skladeb.</item>
57     </plurals>
58
59     <plurals name="NNNtracksdeleted">
60         <item quantity="one">Smazána jedna skladba.</item>
61         <item quantity="few">Smazány <xliff:g id="songs_to_delete" example="2">%d</xliff:g> skladby.</item>
62         <item quantity="other">Smazáno <xliff:g id="songs_to_delete" example="27">%d</xliff:g> skladeb.</item>
63     </plurals>
64 </resources>