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>2015-01-08 08:50:45 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-08 08:50:45 +0300
commit4b13ae29e9a46d94dbbc1f39ffef2832e13c1d6f (patch)
tree34996087f61d9efef832c81971c4ddecde6b0873 /admin_migrate
parent8820dcb017c0d2759b297179b29824303449464a (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'admin_migrate')
-rw-r--r--admin_migrate/l10n/sr@latin.js6
-rw-r--r--admin_migrate/l10n/sr@latin.json4
2 files changed, 10 insertions, 0 deletions
diff --git a/admin_migrate/l10n/sr@latin.js b/admin_migrate/l10n/sr@latin.js
new file mode 100644
index 000000000..4f1f3ace2
--- /dev/null
+++ b/admin_migrate/l10n/sr@latin.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/sr@latin.json b/admin_migrate/l10n/sr@latin.json
new file mode 100644
index 000000000..47fb12e27
--- /dev/null
+++ b/admin_migrate/l10n/sr@latin.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