OSDN Git Service

Automatic translation import
[android-x86/packages-apps-Eleven.git] / res / values-nl / plurals.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3      Copyright (C) 2012-2013 Andrew Neal
4      Copyright (C) 2012-2014 The CyanogenMod Project
5
6      Licensed under the Apache License, Version 2.0 (the "License");
7      you may not use this file except in compliance with the License.
8      You may obtain a copy of the License at
9
10           http://www.apache.org/licenses/LICENSE-2.0
11
12      Unless required by applicable law or agreed to in writing, software
13      distributed under the License is distributed on an "AS IS" BASIS,
14      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15      See the License for the specific language governing permissions and
16      limitations under the License.
17 -->
18 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19     <plurals name="Nartists">
20         <item quantity="one"><xliff:g id="count">%d</xliff:g> artiest</item>
21         <item quantity="other"><xliff:g id="count">%d</xliff:g> artiesten</item>
22     </plurals>
23     <plurals name="Nalbums">
24         <item quantity="one"><xliff:g id="count">%d</xliff:g> album</item>
25         <item quantity="other"><xliff:g id="count">%d</xliff:g> albums</item>
26     </plurals>
27     <plurals name="Nsongs">
28         <item quantity="one"><xliff:g id="count">%d</xliff:g> nummer</item>
29         <item quantity="other"><xliff:g id="count">%d</xliff:g> nummers</item>
30     </plurals>
31     <plurals name="Ngenres">
32         <item quantity="one"><xliff:g id="count">%d</xliff:g> genre</item>
33         <item quantity="other"><xliff:g id="count">%d</xliff:g> genres</item>
34     </plurals>
35     <plurals name="Nhours">
36         <item quantity="one"><xliff:g id="hours">%d</xliff:g>u</item>
37         <item quantity="other"><xliff:g id="hours">%d</xliff:g>u</item>
38     </plurals>
39     <plurals name="Nminutes">
40         <item quantity="one"><xliff:g id="minutes">%d</xliff:g>m</item>
41         <item quantity="other"><xliff:g id="minutes">%d</xliff:g>m</item>
42     </plurals>
43     <plurals name="NNNtrackstoplaylist">
44         <item quantity="one"><xliff:g id="number" example="1">%d</xliff:g> nummer toegevoegd aan afspeellijst.</item>
45         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> nummers toegevoegd aan afspeellijst.</item>
46     </plurals>
47     <plurals name="NNNtracksfromplaylist">
48         <item quantity="one"><xliff:g id="number" example="1">%d</xliff:g> nummer verwijderd uit afspeellijst.</item>
49         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> nummers verwijderd uit afspeellijst.</item>
50     </plurals>
51     <plurals name="NNNtrackstoqueue">
52         <item quantity="one"><xliff:g id="number" example="1">%d</xliff:g> nummer toegevoegd aan wachtrij.</item>
53         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> nummers toegevoegd aan wachtrij.</item>
54     </plurals>
55     <plurals name="NNNtrackstofavorites">
56         <item quantity="one"><xliff:g id="number" example="1">%d</xliff:g> nummer toegevoegd aan favorieten.</item>
57         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> nummers toegevoegd aan favorieten.</item>
58     </plurals>
59     <plurals name="NNNtracksdeleted">
60         <item quantity="one"><xliff:g id="songs_to_delete" example="1">%d</xliff:g> nummer verwijderd.</item>
61         <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> nummers verwijderd.</item>
62     </plurals>
63 </resources>