calendar/l10n/da.js

38 lines
2.4 KiB
JavaScript
Raw Normal View History

2018-02-12 22:15:39 +00:00
OC.L10N.register(
"calendar",
{
"Calendar" : "Kalender",
"%s has published the calendar »%s«" : "%s har oprettet en begivenhed i kalenderen »%s«",
"Hello," : "Hej,",
"We wanted to inform you that %s has published the calendar »%s«." : "Vi ønkser at informerer dig om at %s har oprettet en begivenhed i kalenderen »%s«.",
2019-02-09 01:16:29 +00:00
"Open »%s«" : "Åbn »%s«",
2018-02-12 22:15:39 +00:00
"Cheers!" : "Hav en fortsat god dag.",
2018-06-08 00:16:51 +00:00
"A Calendar app for Nextcloud" : "En kalender-app til 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." : "Kalender-appen er brugerfladen for Nextclouds CalDAV-server. Synkroniser ubesværet begivenheder på tværs af enheder med Nextcloud og rediger dem online.\n\n* 🚀 **Integration med andre Nextcloud-apps!** Indtil videre Kontakt-app'en - flere på vej.\n* 🌐 **WebCal-understøttelse!** Vil du se dit favoritholds kampe i kalenderen? Intet problem!\n* 🙋 **Deltagere!** Inviter andre til dine begivenheder.\n* 🙈 **Vi genopfinder ikke hjulet!** Baseret på de fantastiske [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) og [fullcalendar](https://github.com/fullcalendar/fullcalendar)-systemer.",
2019-10-20 02:21:35 +00:00
"Today" : "I dag",
2018-02-12 22:15:39 +00:00
"Day" : "Dag",
"Week" : "Uge",
"Month" : "Måned",
"Download" : "Hent",
2019-10-20 02:21:35 +00:00
"Delete" : "Slet",
2018-02-12 22:15:39 +00:00
"Share link" : "Del link",
2019-10-20 02:21:35 +00:00
"can edit" : "kan redigere",
2018-02-12 22:15:39 +00:00
"New calendar" : "Ny kalender",
2019-10-20 02:21:35 +00:00
"Cancel" : "Annullér",
2018-02-12 22:15:39 +00:00
"Settings & import" : "Indstillinger & importer",
2018-03-06 01:16:20 +00:00
"Show week numbers" : "Vis ugenummer ",
2019-10-20 02:21:35 +00:00
"Email" : "E-mail",
"from" : "fra",
"to" : "til",
"never" : "aldrig",
"after" : "efter",
"Repeat" : "Gentag",
"More" : "Mere",
"Update" : "Opdatér",
"Details" : "Detaljer",
"Attendees" : "Deltagere",
"Reminders" : "Påmindelser",
2019-10-22 02:19:59 +00:00
"Close" : "Luk"
2018-02-12 22:15:39 +00:00
},
"nplurals=2; plural=(n != 1);");