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

github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-09-07 03:58:14 +0300
committerNextcloud bot <bot@nextcloud.com>2016-09-07 03:58:14 +0300
commitb9b2134d6f54b0374d969a8ca85468ccbb7b40e7 (patch)
tree24b50598223c113589d87f553c9e9984bd1d51cb
parentff2a73a80f62b5b0b2532839d9f157f6e2bce7e5 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/cs_CZ.js8
-rw-r--r--l10n/cs_CZ.json6
-rw-r--r--l10n/is.js8
-rw-r--r--l10n/is.json6
-rw-r--r--l10n/it.js8
-rw-r--r--l10n/it.json6
-rw-r--r--l10n/nl.js8
-rw-r--r--l10n/nl.json6
8 files changed, 56 insertions, 0 deletions
diff --git a/l10n/cs_CZ.js b/l10n/cs_CZ.js
new file mode 100644
index 0000000..e4dae9b
--- /dev/null
+++ b/l10n/cs_CZ.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "nextcloud_announcements",
+ {
+ "Nextcloud announcements" : "Nextcloud oznámení",
+ "%s announced “%s”" : "%s oznámil(a) \"%s\"",
+ "These groups will be notified about the announcements." : "Tyto skupiny budou upozorněni na oznámení."
+},
+"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/l10n/cs_CZ.json b/l10n/cs_CZ.json
new file mode 100644
index 0000000..0978975
--- /dev/null
+++ b/l10n/cs_CZ.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Nextcloud announcements" : "Nextcloud oznámení",
+ "%s announced “%s”" : "%s oznámil(a) \"%s\"",
+ "These groups will be notified about the announcements." : "Tyto skupiny budou upozorněni na oznámení."
+},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+} \ No newline at end of file
diff --git a/l10n/is.js b/l10n/is.js
new file mode 100644
index 0000000..46eddbd
--- /dev/null
+++ b/l10n/is.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "nextcloud_announcements",
+ {
+ "Nextcloud announcements" : "Nextcloud-tilkynningar",
+ "%s announced “%s”" : "%s tilkynnti “%s”",
+ "These groups will be notified about the announcements." : "Þessir hópar munu munu verða látnir vita um tilkynningarnar."
+},
+"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/l10n/is.json b/l10n/is.json
new file mode 100644
index 0000000..4517d97
--- /dev/null
+++ b/l10n/is.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Nextcloud announcements" : "Nextcloud-tilkynningar",
+ "%s announced “%s”" : "%s tilkynnti “%s”",
+ "These groups will be notified about the announcements." : "Þessir hópar munu munu verða látnir vita um tilkynningarnar."
+},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
+} \ No newline at end of file
diff --git a/l10n/it.js b/l10n/it.js
new file mode 100644
index 0000000..ee329a8
--- /dev/null
+++ b/l10n/it.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "nextcloud_announcements",
+ {
+ "Nextcloud announcements" : "Annunci di Nextcloud",
+ "%s announced “%s”" : "%s ha annunciato \"%s\"",
+ "These groups will be notified about the announcements." : "Questi gruppi saranno notificati sugli annunci."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/it.json b/l10n/it.json
new file mode 100644
index 0000000..661e2fd
--- /dev/null
+++ b/l10n/it.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Nextcloud announcements" : "Annunci di Nextcloud",
+ "%s announced “%s”" : "%s ha annunciato \"%s\"",
+ "These groups will be notified about the announcements." : "Questi gruppi saranno notificati sugli annunci."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/nl.js b/l10n/nl.js
new file mode 100644
index 0000000..a9d033d
--- /dev/null
+++ b/l10n/nl.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "nextcloud_announcements",
+ {
+ "Nextcloud announcements" : "Nextcloud aankondigingen",
+ "%s announced “%s”" : "%s heeft \"%s\" aangekondigt",
+ "These groups will be notified about the announcements." : "Deze groepen zullen een melding krijgen van deze aankondigingen."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/nl.json b/l10n/nl.json
new file mode 100644
index 0000000..5a6ecd8
--- /dev/null
+++ b/l10n/nl.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Nextcloud announcements" : "Nextcloud aankondigingen",
+ "%s announced “%s”" : "%s heeft \"%s\" aangekondigt",
+ "These groups will be notified about the announcements." : "Deze groepen zullen een melding krijgen van deze aankondigingen."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file