Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-20 08:48:31 +0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-20 08:48:31 +0400
commite74f072b1a74f4abc9a56c49dd6065debf1724f7 (patch)
tree92b5fa8202d235cd9362e7c5e0f9a1a5de4aae1d /admin_migrate
parent03a5e1cab17711d66950bb9027774551066e7669 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'admin_migrate')
-rw-r--r--admin_migrate/l10n/da.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin_migrate/l10n/da.php b/admin_migrate/l10n/da.php
index faf8e6b40..a0d788fb2 100644
--- a/admin_migrate/l10n/da.php
+++ b/admin_migrate/l10n/da.php
@@ -1,9 +1,9 @@
<?php
$TRANSLATIONS = array(
-"Export data" => "Eksporter data",
+"Export data" => "Eksportér data",
"All system files and user data" => "Alle systemfiler og brugerdata",
"Only system files" => "Kun systemfiler",
"Only user data" => "Kun brugerdata",
-"Export" => "Eksporter"
+"Export" => "Eksportér"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";