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-08-17 08:49:06 +0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-08-17 08:49:06 +0400
commite0266c64c8723a57c903f4da6ad380b1cbec1e59 (patch)
treec8d5240c44847497076b80c9f2b910850547a2f9 /admin_migrate
parent5abba795493fa2fb3da8879ec41678700510528a (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'admin_migrate')
-rw-r--r--admin_migrate/l10n/az.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/admin_migrate/l10n/az.php b/admin_migrate/l10n/az.php
new file mode 100644
index 000000000..7175e974a
--- /dev/null
+++ b/admin_migrate/l10n/az.php
@@ -0,0 +1,9 @@
+<?php
+$TRANSLATIONS = array(
+"Export data" => "Datanı çıxar",
+"All system files and user data" => "Bütün sistem faylları və istifadəçi datalar",
+"Only system files" => "Yalnız sistem fayllları",
+"Only user data" => "Yalnız istifadəçi verilənləri",
+"Export" => "Çıxarış"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";