OSDN Git Service

Merge "Apollo: CS translation" into cm-11.0
[android-x86/packages-apps-Eleven.git] / res / values-iw / plurals.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3      Copyright (C) 2012-2013 Andrew Neal
4
5      Licensed under the Apache License, Version 2.0 (the "License");
6      you may not use this file except in compliance with the License.
7      You may obtain a copy of the License at
8
9           http://www.apache.org/licenses/LICENSE-2.0
10
11      Unless required by applicable law or agreed to in writing, software
12      distributed under the License is distributed on an "AS IS" BASIS,
13      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14      See the License for the specific language governing permissions and
15      limitations under the License.
16 -->
17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18   <plurals name="Nartists">
19     <item quantity="one">אומן אחד</item>
20     <item quantity="other"><xliff:g id="count">%d</xliff:g> אומנים</item>
21   </plurals>
22   <plurals name="Nalbums">
23     <item quantity="one">אלבום אחד</item>
24     <item quantity="other"><xliff:g id="count">%d</xliff:g> אלבומים</item>
25   </plurals>
26   <plurals name="Nsongs">
27     <item quantity="one">1 שיר</item>
28     <item quantity="other"><xliff:g id="count">%d</xliff:g> שירים</item>
29   </plurals>
30   <plurals name="Ngenres">
31     <item quantity="one">1 ז\'אנר</item>
32     <item quantity="other"><xliff:g id="count">%d</xliff:g> ז\'אנרים</item>
33   </plurals>
34   <plurals name="NNNtrackstoplaylist">
35     <item quantity="one">שיר אחד נוסף לרשימת השמעה.</item>
36     <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> שירים נוספו לרשימת השמעה.</item>
37   </plurals>
38   <plurals name="NNNtracksfromplaylist">
39     <item quantity="one">שיר אחד הוסר מרשימת השמעה.</item>
40     <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> שירים הוסרו מרשימת השמעה.</item>
41   </plurals>
42   <plurals name="NNNtrackstoqueue">
43     <item quantity="one">שיר אחד הוסף לתור השמעה.</item>
44     <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> שירים נוספו לתור השמעה.</item>
45   </plurals>
46   <plurals name="NNNtrackstofavorites">
47     <item quantity="one">שיר אחד נוסף למועדפים.</item>
48     <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> שירים נוספו למועדפים.</item>
49   </plurals>
50   <plurals name="NNNtracksdeleted">
51     <item quantity="one">שיר אחד נמחק.</item>
52     <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> שירים נמחקו.</item>
53   </plurals>
54 </resources>