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-07-27 08:48:21 +0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-27 08:48:21 +0400
commite50bd7e21ff1e6def7820595e2cdf7356e5e61a9 (patch)
tree0075864364945b6e28e7e5d52f29c0ca02837ddc /admin_migrate
parenta5c93edc94b3369af752ee1721a7cea94c857193 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'admin_migrate')
-rw-r--r--admin_migrate/l10n/ta_IN.php9
-rw-r--r--admin_migrate/l10n/zh_HK.php5
2 files changed, 14 insertions, 0 deletions
diff --git a/admin_migrate/l10n/ta_IN.php b/admin_migrate/l10n/ta_IN.php
new file mode 100644
index 000000000..9f39af65a
--- /dev/null
+++ b/admin_migrate/l10n/ta_IN.php
@@ -0,0 +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 != 1);";
diff --git a/admin_migrate/l10n/zh_HK.php b/admin_migrate/l10n/zh_HK.php
new file mode 100644
index 000000000..64574f80f
--- /dev/null
+++ b/admin_migrate/l10n/zh_HK.php
@@ -0,0 +1,5 @@
+<?php
+$TRANSLATIONS = array(
+"Export" => "輸出"
+);
+$PLURAL_FORMS = "nplurals=1; plural=0;";