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 /user_migrate
parent8bffa2633b9af7db344e1f1abc54fc0dbd03ea3f (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'user_migrate')
-rw-r--r--user_migrate/l10n/bs.js7
-rw-r--r--user_migrate/l10n/bs.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/user_migrate/l10n/bs.js b/user_migrate/l10n/bs.js
new file mode 100644
index 000000000..492915ae6
--- /dev/null
+++ b/user_migrate/l10n/bs.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "user_migrate",
+ {
+ "Export" : "Izvezi",
+ "Import" : "Uvezi"
+},
+"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/user_migrate/l10n/bs.json b/user_migrate/l10n/bs.json
new file mode 100644
index 000000000..cb3fb725c
--- /dev/null
+++ b/user_migrate/l10n/bs.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Export" : "Izvezi",
+ "Import" : "Uvezi"
+},"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