summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/da.php
diff options
context:
space:
mode:
authorTheSFReader <TheSFReader@gmail.com>2013-02-01 23:28:20 +0100
committerTheSFReader <TheSFReader@gmail.com>2013-02-01 23:28:20 +0100
commitd8f6595c5e69cdcae43d0dd91d8082ee05f08e2f (patch)
tree1d702c1fa709d1103fe37d1301e28c895ea14d9b /apps/files_trashbin/l10n/da.php
parent469b1e8dd2943f35253761dfeeadedf628aea878 (diff)
parent03c18a61868dcda429a91550916961f71ff35170 (diff)
downloadnextcloud-server-d8f6595c5e69cdcae43d0dd91d8082ee05f08e2f.tar.gz
nextcloud-server-d8f6595c5e69cdcae43d0dd91d8082ee05f08e2f.zip
Merge remote-tracking branch 'refs/remotes/upstream/master'
Diffstat (limited to 'apps/files_trashbin/l10n/da.php')
-rw-r--r--apps/files_trashbin/l10n/da.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/da.php b/apps/files_trashbin/l10n/da.php
new file mode 100644
index 00000000000..3343b6fc8f6
--- /dev/null
+++ b/apps/files_trashbin/l10n/da.php
@@ -0,0 +1,8 @@
+<?php $TRANSLATIONS = array(
+"Name" => "Navn",
+"1 folder" => "1 mappe",
+"{count} folders" => "{count} mapper",
+"1 file" => "1 fil",
+"{count} files" => "{count} filer",
+"Restore" => "Gendan"
+);