Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-07-13 05:59:43 +0300
committerNextcloud bot <bot@nextcloud.com>2019-07-13 05:59:43 +0300
commite457732f69fc1728d6bb29f9b7d38fc5557c5513 (patch)
treecfa7ed6fceecb1f0afc2ef925f2fc0123be3d3a2
parent7a9adbb65d25126d9e9ac64d9bc94db413bae385 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/ar.js6
-rw-r--r--l10n/ar.json4
-rw-r--r--l10n/eu.js6
-rw-r--r--l10n/eu.json4
4 files changed, 20 insertions, 0 deletions
diff --git a/l10n/ar.js b/l10n/ar.js
new file mode 100644
index 0000000..5620c3b
--- /dev/null
+++ b/l10n/ar.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "event_update_notification",
+ {
+ "Busy" : "مشغول"
+},
+"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
diff --git a/l10n/ar.json b/l10n/ar.json
new file mode 100644
index 0000000..3f7a684
--- /dev/null
+++ b/l10n/ar.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Busy" : "مشغول"
+},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
+} \ No newline at end of file
diff --git a/l10n/eu.js b/l10n/eu.js
new file mode 100644
index 0000000..d370e3f
--- /dev/null
+++ b/l10n/eu.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "event_update_notification",
+ {
+ "Personal" : "Pertsonala"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/eu.json b/l10n/eu.json
new file mode 100644
index 0000000..711c235
--- /dev/null
+++ b/l10n/eu.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Personal" : "Pertsonala"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file