calendar/l10n/hr.js

38 lines
2.5 KiB
JavaScript
Raw Normal View History

2018-02-12 22:15:39 +00:00
OC.L10N.register(
"calendar",
{
"Calendar" : "Kalendar",
2019-08-28 02:20:13 +00:00
"%s has published the calendar »%s«" : "%s je objavio kalendar »%s«",
"Hello," : "Pozdrav,",
"We wanted to inform you that %s has published the calendar »%s«." : "htjeli bismo vas obavijestiti da je %s objavio kalendar »%s«.",
"Open »%s«" : "Otvori »%s«",
"Cheers!" : "Bok!",
"A Calendar app for Nextcloud" : "Aplikacija Kalendar za Nextcloud",
"The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Contacts - more to come.\n* 🌐 **WebCal Support!** Want to see your favorite teams matchdays in your calendar? No problem!\n* 🙋 **Attendees!** Invite people to your events.\n* 🙈 **Were not reinventing the wheel!** Based on the great [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries." : "Aplikacija Kalendar je korisničko sučelje za Nextcloudov CalDAV poslužitelj. Jednostavno sinkronizirajte događaje s raznih uređaja s Nextcloudom i uređujte ih na mreži.\n\n* 🚀 **Integracija s drugim Nextcloudovim aplikacijama!** Trenutno kontakti i još puno toga.\n* 🌐 **Podrška za WebCal!** Želite li u kalendaru vidjeti važne dane svojeg omiljenog tima? Nema problema!\n* 🙋 **Sudionici!** Pozovite ljude na svoje događaje.\n* 🙈 **Ne izmišljamo toplu vodu!** Na temelju odličnih [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) i [fullcalendar](https://github.com/fullcalendar/fullcalendar) biblioteka.",
2019-10-20 02:21:35 +00:00
"Today" : "Danas",
2018-02-12 22:15:39 +00:00
"Day" : "Dan",
2019-08-28 02:20:13 +00:00
"Week" : "Tjedan",
2018-02-12 22:15:39 +00:00
"Month" : "Mjesec",
"Download" : "Preuzmi",
2019-10-20 02:21:35 +00:00
"Delete" : "Izbriši",
2019-08-28 02:20:13 +00:00
"Share link" : "Dijeli poveznicu",
2019-10-20 02:21:35 +00:00
"can edit" : "uređivanje moguće",
2018-02-12 22:15:39 +00:00
"New calendar" : "Novi kalendar",
2019-10-20 02:21:35 +00:00
"Cancel" : "Odustani",
2019-08-28 02:20:13 +00:00
"Settings & import" : "Postavke i uvoz",
"Show week numbers" : "Prikaži brojeve tjedana",
2019-10-20 02:21:35 +00:00
"Email" : "E-pošta",
"from" : "od",
"to" : "do",
"never" : "nikad",
"after" : "nakon",
"Repeat" : "Ponovi",
"More" : "Više",
"Update" : "Ažurirajte",
"Details" : "Pojedinosti",
"Attendees" : "Sudionici",
"Reminders" : "Podsjetnici",
2019-10-22 02:19:59 +00:00
"Close" : "Zatvori"
2018-02-12 22:15:39 +00:00
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");