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-06-09 08:48:18 +0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-09 08:48:18 +0400
commit649f31b53b24773e6bc0375089ac97fb691a76c3 (patch)
treef01bf2b8490840f0b9c66ecf8bbbe826af2cba38 /admin_migrate
parent267a6f556f9291f652462ba4653f26c6b7bcb4c8 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'admin_migrate')
-rw-r--r--admin_migrate/l10n/mk.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin_migrate/l10n/mk.php b/admin_migrate/l10n/mk.php
index 6919fd75f..ed97a2302 100644
--- a/admin_migrate/l10n/mk.php
+++ b/admin_migrate/l10n/mk.php
@@ -1,5 +1,9 @@
<?php
$TRANSLATIONS = array(
+"Export data" => "Извези ги податоците",
+"All system files and user data" => "Сите системски датотеки и кориснички податоци",
+"Only system files" => "Само системски датотеки",
+"Only user data" => "Само кориснички податоци",
"Export" => "Извези"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";