calendar/l10n/en_GB.js

67 lines
3.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-12-22 02:37:41 +00:00
"Share with users or groups" : "Share with users or groups",
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-12-22 02:37:41 +00:00
"Filename" : "Filename",
2019-10-20 02:21:35 +00:00
"Cancel" : "Cancel",
2019-12-22 02:37:41 +00:00
"Automatic" : "Automatic",
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-12-22 02:37:41 +00:00
"Notification" : "Notification",
2019-10-20 02:21:35 +00:00
"Email" : "Email",
2019-12-22 02:37:41 +00:00
"All day" : "All day",
2019-10-20 02:21:35 +00:00
"from" : "from",
"to" : "to",
"never" : "never",
"after" : "after",
"Repeat" : "Repeat",
2019-12-22 02:37:41 +00:00
"Monday" : "Monday",
"Summary" : "Summary",
2019-10-20 02:21:35 +00:00
"More" : "More",
2019-12-22 02:37:41 +00:00
"Save" : "Save",
2019-10-20 02:21:35 +00:00
"Update" : "Update",
2019-12-22 02:37:41 +00:00
"Personal" : "Personal",
2019-10-20 02:21:35 +00:00
"Details" : "Details",
"Attendees" : "Attendees",
"Reminders" : "Reminders",
2019-12-22 02:37:41 +00:00
"Activity" : "Activity",
"Close" : "Close",
"Anniversary" : "Anniversary",
"Week {number} of {year}" : "Week {number} of {year}",
"Daily" : "Daily",
"Weekly" : "Weekly",
"When shared show full event" : "When shared show full event",
"When shared show only busy" : "When shared show only busy",
"When shared hide this event" : "When shared hide this event",
"Location" : "Location",
"Description" : "Description",
"Status" : "Status",
"Confirmed" : "Confirmed",
"Tentative" : "Tentative",
"Cancelled" : "Cancelled",
"Categories" : "Categories",
"Presentation" : "Presentation",
"Office" : "Office",
"Mail" : "Mail",
"Play" : "Play",
"Global" : "Global"
2018-02-12 22:15:39 +00:00
},
"nplurals=2; plural=(n != 1);");