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:
-rw-r--r--l10n/cs.js8
-rw-r--r--l10n/cs.json6
-rw-r--r--l10n/hu.js8
-rw-r--r--l10n/hu.json6
-rw-r--r--l10n/nb.js8
-rw-r--r--l10n/nb.json6
6 files changed, 42 insertions, 0 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
new file mode 100644
index 0000000..902b3a5
--- /dev/null
+++ b/l10n/cs.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "nextcloud_announcements",
+ {
+ "Nextcloud announcements" : "Nextcloud oznámení",
+ "Nextcloud announcement" : "Nextcloud oznámení",
+ "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.json b/l10n/cs.json
new file mode 100644
index 0000000..7a2439f
--- /dev/null
+++ b/l10n/cs.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Nextcloud announcements" : "Nextcloud oznámení",
+ "Nextcloud announcement" : "Nextcloud oznámení",
+ "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/hu.js b/l10n/hu.js
new file mode 100644
index 0000000..2740383
--- /dev/null
+++ b/l10n/hu.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "nextcloud_announcements",
+ {
+ "Nextcloud announcements" : "Nextcloud közlemények",
+ "Nextcloud announcement" : "Nextcloud közlemény",
+ "These groups will be notified about the announcements." : "Ezek csoportok lesznek értesítve a bejelentésekről."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/hu.json b/l10n/hu.json
new file mode 100644
index 0000000..0265cf4
--- /dev/null
+++ b/l10n/hu.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Nextcloud announcements" : "Nextcloud közlemények",
+ "Nextcloud announcement" : "Nextcloud közlemény",
+ "These groups will be notified about the announcements." : "Ezek csoportok lesznek értesítve a bejelentésekről."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/nb.js b/l10n/nb.js
new file mode 100644
index 0000000..43a5ca6
--- /dev/null
+++ b/l10n/nb.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "nextcloud_announcements",
+ {
+ "Nextcloud announcements" : "Nextcloud kunngjøringer",
+ "Nextcloud announcement" : "Nextcloud kunngjøring",
+ "These groups will be notified about the announcements." : "Disse gruppene vil få varsler om kunngjøringene."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/nb.json b/l10n/nb.json
new file mode 100644
index 0000000..4c35deb
--- /dev/null
+++ b/l10n/nb.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Nextcloud announcements" : "Nextcloud kunngjøringer",
+ "Nextcloud announcement" : "Nextcloud kunngjøring",
+ "These groups will be notified about the announcements." : "Disse gruppene vil få varsler om kunngjøringene."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file