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-08-28 06:03:48 +0300
committerNextcloud bot <bot@nextcloud.com>2019-08-28 06:03:48 +0300
commit7357606ccf705e709599f60c68ef9000d295fa96 (patch)
tree92ffa6b2aa8e7196dec84c83fc724106ebfb08c5
parent5d9bded92fcfb764f38d9caa4616abdd61fec806 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/hr.js13
-rw-r--r--l10n/hr.json11
2 files changed, 24 insertions, 0 deletions
diff --git a/l10n/hr.js b/l10n/hr.js
new file mode 100644
index 0000000..82426e5
--- /dev/null
+++ b/l10n/hr.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "event_update_notification",
+ {
+ "Calendar event update notifications" : "Obavijesti o ažuriranju kalendarskog događaja",
+ "{actor} created {event} in {calendar}" : "{actor} je stvorio {event} u {calendar}",
+ "{actor} deleted {event} from {calendar}" : "{actor} je izbrisao {event} iz {calendar}",
+ "{actor} updated {event} in {calendar}" : "{actor} je ažurirao {event} u {calendar}",
+ "Busy" : "Zauzeto",
+ "Personal" : "Osobno",
+ "Notifications for calendar event updates" : "Obavijesti za ažuriranja kalendarskog događaja",
+ "Receive a notification when an event in a shared calendar was added, modified or deleted." : "Primite obavijesti o dodavanju, mijenjanju ili brisanju događaja iz dijeljenog kalendara."
+},
+"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
diff --git a/l10n/hr.json b/l10n/hr.json
new file mode 100644
index 0000000..0e31a91
--- /dev/null
+++ b/l10n/hr.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "Calendar event update notifications" : "Obavijesti o ažuriranju kalendarskog događaja",
+ "{actor} created {event} in {calendar}" : "{actor} je stvorio {event} u {calendar}",
+ "{actor} deleted {event} from {calendar}" : "{actor} je izbrisao {event} iz {calendar}",
+ "{actor} updated {event} in {calendar}" : "{actor} je ažurirao {event} u {calendar}",
+ "Busy" : "Zauzeto",
+ "Personal" : "Osobno",
+ "Notifications for calendar event updates" : "Obavijesti za ažuriranja kalendarskog događaja",
+ "Receive a notification when an event in a shared calendar was added, modified or deleted." : "Primite obavijesti o dodavanju, mijenjanju ili brisanju događaja iz dijeljenog kalendara."
+},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
+} \ No newline at end of file