OSDN Git Service

Apollo: Danish translation
[android-x86/packages-apps-Eleven.git] / res / values-da / 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 kunstner</item>
19         <item quantity="other"><xliff:g id="count">%d</xliff:g> kunstnere</item>
20     </plurals>
21
22     <plurals name="Nalbums">
23         <item quantity="one">1 album</item>
24         <item quantity="other"><xliff:g id="count">%d</xliff:g> albums</item>
25     </plurals>
26
27     <plurals name="Nsongs">
28         <item quantity="one">1 sang</item>
29         <item quantity="other"><xliff:g id="count">%d</xliff:g> sange</item>
30     </plurals>
31
32     <plurals name="Ngenres">
33         <item quantity="one">1 genre</item>
34         <item quantity="other"><xliff:g id="count">%d</xliff:g> genrer</item>
35     </plurals>
36
37     <plurals name="NNNtrackstoplaylist">
38         <item quantity="one">1 sang tilføjet til playliste.</item>
39         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> sange tilføjet til playliste.</item>
40     </plurals>
41
42     <plurals name="NNNtrackstoqueue">
43         <item quantity="one">1 sang tilføjet til køen.</item>
44         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> sange tilføjet til køen.</item>
45     </plurals>
46
47     <plurals name="NNNtrackstofavorites">
48         <item quantity="one">1 sang tilføjet til Favoritter.</item>
49         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> sange tilføjet til Favoritter.</item>
50     </plurals>
51
52     <plurals name="NNNtracksdeleted">
53         <item quantity="one">1 sang blev slettet.</item>
54         <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> sange blev slettet.</item>
55     </plurals>
56 </resources>