calendar/l10n/en_GB.js

38 lines
2.4 KiB
JavaScript
Raw Normal View History

2018-02-12 22:15:39 +00:00
OC.L10N.register(
"calendar",
{
"Calendar" : "Calendar",
"%s has published the calendar »%s«" : "%s has published the calendar »%s«",
"Hello," : "Hello,",
"We wanted to inform you that %s has published the calendar »%s«." : "We wanted to inform you that %s has published the calendar »%s«.",
"Open »%s«" : "Open »%s«",
"Cheers!" : "Cheers!",
2018-06-12 00:16:45 +00:00
"A Calendar app for Nextcloud" : "A Calendar app for 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." : "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 favourite 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.",
2019-10-20 02:21:35 +00:00
"Today" : "Today",
2018-02-12 22:15:39 +00:00
"Day" : "Day",
"Week" : "Week",
"Month" : "Month",
"Download" : "Download",
2019-10-20 02:21:35 +00:00
"Delete" : "Delete",
2018-02-12 22:15:39 +00:00
"Share link" : "Share link",
2019-10-20 02:21:35 +00:00
"can edit" : "can edit",
2018-02-12 22:15:39 +00:00
"New calendar" : "New calendar",
2019-10-20 02:21:35 +00:00
"Cancel" : "Cancel",
2018-02-12 22:15:39 +00:00
"Settings & import" : "Settings & import",
2018-03-06 01:16:20 +00:00
"Show week numbers" : "Show week numbers",
2019-10-20 02:21:35 +00:00
"Email" : "Email",
"from" : "from",
"to" : "to",
"never" : "never",
"after" : "after",
"Repeat" : "Repeat",
"More" : "More",
"Update" : "Update",
"Details" : "Details",
"Attendees" : "Attendees",
"Reminders" : "Reminders",
2019-10-22 02:19:59 +00:00
"Close" : "Close"
2018-02-12 22:15:39 +00:00
},
"nplurals=2; plural=(n != 1);");