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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-06-17 03:20:01 +0300
committerNextcloud bot <bot@nextcloud.com>2017-06-17 03:20:01 +0300
commitebce8ad5ce0eec153d090f457988806efb70de89 (patch)
tree202f52e3dd5cc4a5e0fd1e019c10f6c3891293aa
parent39247a307b5800493a3ef699094f0fdb079f0379 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/af.js9
-rw-r--r--l10n/af.json7
-rw-r--r--l10n/pl.js2
-rw-r--r--l10n/pl.json2
4 files changed, 18 insertions, 2 deletions
diff --git a/l10n/af.js b/l10n/af.js
new file mode 100644
index 0000000..106e7e4
--- /dev/null
+++ b/l10n/af.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Notifications" : "Kennisgewings",
+ "No notifications" : "Geen kennisgewings",
+ "Dismiss" : "Wys Af",
+ "in {path}" : "in {path}"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/af.json b/l10n/af.json
new file mode 100644
index 0000000..fc9c5ad
--- /dev/null
+++ b/l10n/af.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Notifications" : "Kennisgewings",
+ "No notifications" : "Geen kennisgewings",
+ "Dismiss" : "Wys Af",
+ "in {path}" : "in {path}"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/pl.js b/l10n/pl.js
index c95aaa7..86bc3f1 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Dismiss" : "Anuluj",
"in {path}" : "w {path}"
},
-"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
+"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/l10n/pl.json b/l10n/pl.json
index f063986..bab5ab4 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -3,5 +3,5 @@
"No notifications" : "Brak powiadomień",
"Dismiss" : "Anuluj",
"in {path}" : "w {path}"
-},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
+},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
} \ No newline at end of file