From b9b2134d6f54b0374d969a8ca85468ccbb7b40e7 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 7 Sep 2016 00:58:14 +0000 Subject: [tx-robot] updated from transifex --- l10n/cs_CZ.js | 8 ++++++++ l10n/cs_CZ.json | 6 ++++++ l10n/is.js | 8 ++++++++ l10n/is.json | 6 ++++++ l10n/it.js | 8 ++++++++ l10n/it.json | 6 ++++++ l10n/nl.js | 8 ++++++++ l10n/nl.json | 6 ++++++ 8 files changed, 56 insertions(+) create mode 100644 l10n/cs_CZ.js create mode 100644 l10n/cs_CZ.json create mode 100644 l10n/is.js create mode 100644 l10n/is.json create mode 100644 l10n/it.js create mode 100644 l10n/it.json create mode 100644 l10n/nl.js create mode 100644 l10n/nl.json 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 -- cgit v1.2.3