summaryrefslogtreecommitdiffstats
path: root/res/values-da/plurals.xml
diff options
context:
space:
mode:
authorJacob Overgaard Madsen <u2jacob@gmail.com>2013-04-19 18:30:44 +0200
committerJacob Overgaard Madsen <u2jacob@gmail.com>2013-04-21 19:49:12 +0200
commit98bf6f4208636eb3e7511e9be18b99dd6b35a7b7 (patch)
treeb7ea2957e0224b2b164e3234aef41f7585b595e8 /res/values-da/plurals.xml
parente041e12977f329607faa5977173480197ffb22a9 (diff)
downloadandroid_packages_apps_Eleven-98bf6f4208636eb3e7511e9be18b99dd6b35a7b7.tar.gz
android_packages_apps_Eleven-98bf6f4208636eb3e7511e9be18b99dd6b35a7b7.tar.bz2
android_packages_apps_Eleven-98bf6f4208636eb3e7511e9be18b99dd6b35a7b7.zip
Apollo: Danish translation
Patchset 2: Changes based on reviews. Thanks for spotting 2 obvious errors. Change-Id: I2e7df9f082ce1e05ed3a3f44f58c681d21413270
Diffstat (limited to 'res/values-da/plurals.xml')
-rw-r--r--res/values-da/plurals.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/res/values-da/plurals.xml b/res/values-da/plurals.xml
new file mode 100644
index 0000000..8ff37f2
--- /dev/null
+++ b/res/values-da/plurals.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 Andrew Neal
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <plurals name="Nartists">
+ <item quantity="one">1 kunstner</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> kunstnere</item>
+ </plurals>
+
+ <plurals name="Nalbums">
+ <item quantity="one">1 album</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> albums</item>
+ </plurals>
+
+ <plurals name="Nsongs">
+ <item quantity="one">1 sang</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> sange</item>
+ </plurals>
+
+ <plurals name="Ngenres">
+ <item quantity="one">1 genre</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> genrer</item>
+ </plurals>
+
+ <plurals name="NNNtrackstoplaylist">
+ <item quantity="one">1 sang tilføjet til playliste.</item>
+ <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> sange tilføjet til playliste.</item>
+ </plurals>
+
+ <plurals name="NNNtrackstoqueue">
+ <item quantity="one">1 sang tilføjet til køen.</item>
+ <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> sange tilføjet til køen.</item>
+ </plurals>
+
+ <plurals name="NNNtrackstofavorites">
+ <item quantity="one">1 sang tilføjet til Favoritter.</item>
+ <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> sange tilføjet til Favoritter.</item>
+ </plurals>
+
+ <plurals name="NNNtracksdeleted">
+ <item quantity="one">1 sang blev slettet.</item>
+ <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> sange blev slettet.</item>
+ </plurals>
+</resources>