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-12-31 08:50:46 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-12-31 08:50:46 +0300
commit01650b59ec4f58deee264a87fbd735b32ffcdb6c (patch)
tree1b2abff1c59bcea0e153ff7e3e962fc491cf7191 /admin_migrate
parent8bffa2633b9af7db344e1f1abc54fc0dbd03ea3f (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'admin_migrate')
-rw-r--r--admin_migrate/l10n/bs.js6
-rw-r--r--admin_migrate/l10n/bs.json4
-rw-r--r--admin_migrate/l10n/zh_HK.js1
-rw-r--r--admin_migrate/l10n/zh_HK.json1
4 files changed, 12 insertions, 0 deletions
diff --git a/admin_migrate/l10n/bs.js b/admin_migrate/l10n/bs.js
new file mode 100644
index 000000000..4f1f3ace2
--- /dev/null
+++ b/admin_migrate/l10n/bs.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "admin_migrate",
+ {
+ "Export" : "Izvezi"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/admin_migrate/l10n/bs.json b/admin_migrate/l10n/bs.json
new file mode 100644
index 000000000..47fb12e27
--- /dev/null
+++ b/admin_migrate/l10n/bs.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Export" : "Izvezi"
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
+} \ No newline at end of file
diff --git a/admin_migrate/l10n/zh_HK.js b/admin_migrate/l10n/zh_HK.js
index 02dce857e..7b64dc925 100644
--- a/admin_migrate/l10n/zh_HK.js
+++ b/admin_migrate/l10n/zh_HK.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"admin_migrate",
{
+ "Export data" : "匯出資料",
"Export" : "輸出"
},
"nplurals=1; plural=0;");
diff --git a/admin_migrate/l10n/zh_HK.json b/admin_migrate/l10n/zh_HK.json
index ed2dfd5da..581872c01 100644
--- a/admin_migrate/l10n/zh_HK.json
+++ b/admin_migrate/l10n/zh_HK.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Export data" : "匯出資料",
"Export" : "輸出"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file