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 /user_migrate
parenta5c93edc94b3369af752ee1721a7cea94c857193 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'user_migrate')
-rw-r--r--user_migrate/l10n/ta_IN.php5
-rw-r--r--user_migrate/l10n/zh_HK.php1
2 files changed, 6 insertions, 0 deletions
diff --git a/user_migrate/l10n/ta_IN.php b/user_migrate/l10n/ta_IN.php
new file mode 100644
index 000000000..4c5511abd
--- /dev/null
+++ b/user_migrate/l10n/ta_IN.php
@@ -0,0 +1,5 @@
+<?php
+$TRANSLATIONS = array(
+"Export" => "ஏற்றுமதி"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/zh_HK.php b/user_migrate/l10n/zh_HK.php
index fc68a14e5..300ee40c2 100644
--- a/user_migrate/l10n/zh_HK.php
+++ b/user_migrate/l10n/zh_HK.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Export" => "輸出",
"Import" => "導入"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";