owncalendar/l10n/en_GB.php

219 lines
7.9 KiB
PHP
Raw Normal View History

2013-08-30 13:29:19 +00:00
<?php $TRANSLATIONS = array(
"Not all calendars are completely cached" => "Not all calendars are completely cached",
"Everything seems to be completely cached" => "Everything seems to be completely cached",
"No calendars found." => "No calendars found.",
"No events found." => "No events found.",
"Wrong calendar" => "Wrong calendar",
2013-10-16 03:33:01 +00:00
"You do not have the permissions to edit this event." => "You do not have permission to edit this event.",
2013-08-30 13:29:19 +00:00
"The file contained either no events or all events are already saved in your calendar." => "The file contained either no events or all events are already saved in your calendar.",
"events has been saved in the new calendar" => "events has been saved in the new calendar",
"Import failed" => "Import failed",
"events has been saved in your calendar" => "events have been saved in your calendar",
"New Timezone:" => "New Timezone:",
"Timezone changed" => "Timezone changed",
"Invalid request" => "Invalid request",
"Calendar" => "Calendar",
"Deletion failed" => "Deletion failed",
"ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}" => "ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}",
"ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" => "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}",
"group" => "group",
2013-11-24 05:10:07 +00:00
"can edit" => "can edit",
2013-11-29 18:20:15 +00:00
"can share" => "can share",
2013-08-30 13:29:19 +00:00
"ddd" => "ddd",
"ddd M/d" => "ddd M/d",
"dddd M/d" => "dddd M/d",
"MMMM yyyy" => "MMMM yyyy",
2013-10-11 02:23:39 +00:00
"MMM d[ yyyy]{ ''[ MMM] d yyyy}" => "d MMM[ yyyy]{ '' d [MMM ]yyyy}",
2013-08-30 13:29:19 +00:00
"dddd, MMM d, yyyy" => "dddd, MMM d, yyyy",
"Sunday" => "Sunday",
"Monday" => "Monday",
"Tuesday" => "Tuesday",
"Wednesday" => "Wednesday",
"Thursday" => "Thursday",
"Friday" => "Friday",
"Saturday" => "Saturday",
"Sun." => "Sun.",
"Mon." => "Mon.",
"Tue." => "Tue.",
"Wed." => "Wed.",
"Thu." => "Thu.",
"Fri." => "Fri.",
"Sat." => "Sat.",
"January" => "January",
"February" => "February",
"March" => "March",
"April" => "April",
"May" => "May",
"June" => "June",
"July" => "July",
"August" => "August",
"September" => "September",
"October" => "October",
"November" => "November",
"December" => "December",
"Jan." => "Jan.",
"Feb." => "Feb.",
"Mar." => "Mar.",
"Apr." => "Apr.",
"May." => "May.",
"Jun." => "Jun.",
"Jul." => "Jul.",
"Aug." => "Aug.",
"Sep." => "Sep.",
"Oct." => "Oct.",
"Nov." => "Nov.",
"Dec." => "Dec.",
"All day" => "All day",
"New Calendar" => "New Calendar",
"Missing or invalid fields" => "Missing or invalid fields",
"Title" => "Title",
"From Date" => "From Date",
"From Time" => "From Time",
"To Date" => "To Date",
"To Time" => "To Time",
"The event ends before it starts" => "The event ends before it starts",
"There was a database fail" => "There was a database failure",
"Birthday" => "Birthday",
"Business" => "Business",
"Call" => "Call",
"Clients" => "Clients",
"Deliverer" => "Deliverer",
"Holidays" => "Holidays",
"Ideas" => "Ideas",
"Journey" => "Journey",
"Jubilee" => "Jubilee",
"Meeting" => "Meeting",
"Other" => "Other",
"Personal" => "Personal",
"Projects" => "Projects",
"Questions" => "Questions",
"Work" => "Work",
"by" => "by",
"unnamed" => "unnamed",
2013-10-16 03:33:01 +00:00
"You do not have the permissions to update this calendar." => "You do not have permission to update this calendar.",
"You do not have the permissions to delete this calendar." => "You do not have permission to delete this calendar.",
"You do not have the permissions to add to this calendar." => "You do not have permission to add to this calendar.",
"You do not have the permissions to add events to this calendar." => "You do not have permission to add events to this calendar.",
2014-02-08 07:16:10 +00:00
"You cannot add non-public events to a shared calendar." => "You cannot add non-public events to a shared calendar.",
2013-10-16 03:33:01 +00:00
"You do not have the permissions to delete this event." => "You do not have permission to delete this event.",
2013-08-30 13:29:19 +00:00
"Busy" => "Busy",
2013-11-29 18:20:15 +00:00
"Show full event" => "Show full event",
"Show only busy" => "Show only busy",
"Hide event" => "Hide event",
2013-08-30 13:29:19 +00:00
"Does not repeat" => "Does not repeat",
"Daily" => "Daily",
"Weekly" => "Weekly",
"Every Weekday" => "Every Weekday",
"Bi-Weekly" => "Bi-Weekly",
"Monthly" => "Monthly",
"Yearly" => "Yearly",
"never" => "never",
"by occurrences" => "by occurrences",
"by date" => "by date",
"by monthday" => "by day of month",
"by weekday" => "by weekday",
2013-10-16 03:33:01 +00:00
"events week of month" => "event's week of month",
2013-08-30 13:29:19 +00:00
"first" => "first",
"second" => "second",
"third" => "third",
"fourth" => "fourth",
"fifth" => "fifth",
"last" => "last",
"by events date" => "by event's date",
"by yearday(s)" => "by yearday(s)",
"by weeknumber(s)" => "by week number(s)",
"by day and month" => "by day and month",
2013-10-11 02:23:39 +00:00
"Contact birthdays" => "Contact birthdays",
2013-08-30 13:29:19 +00:00
"Date" => "Date",
"Cal." => "Cal.",
2013-11-29 18:20:15 +00:00
"Day" => "Day",
2013-08-30 13:29:19 +00:00
"Week" => "Week",
"Month" => "Month",
"Today" => "Today",
"Settings" => "Settings",
"Share Calendar" => "Share Calendar",
2013-10-05 14:17:43 +00:00
"CalDav Link" => "CalDav Link",
2013-08-30 13:29:19 +00:00
"Download" => "Download",
"Edit" => "Edit",
"Delete" => "Delete",
"New calendar" => "New calendar",
"Edit calendar" => "Edit calendar",
"Displayname" => "Displayname",
"Calendar color" => "Calendar colour",
"Save" => "Save",
"Submit" => "Submit",
"Cancel" => "Cancel",
2013-11-29 18:20:15 +00:00
"Edit event" => "Edit event",
"Save event" => "Save event",
"Delete event" => "Delete event",
2013-08-30 13:29:19 +00:00
"Eventinfo" => "Eventinfo",
"Repeating" => "Repeating",
"Alarm" => "Alarm",
"Attendees" => "Attendees",
"Share" => "Share",
"Title of the Event" => "Title of the Event",
2013-11-24 05:10:07 +00:00
"from" => "from",
2013-11-29 18:20:15 +00:00
"to" => "to",
2013-08-30 13:29:19 +00:00
"All Day Event" => "All Day Event",
"Advanced options" => "Advanced options",
"Location" => "Location",
2013-11-29 18:20:15 +00:00
"Categories (separate by comma)" => "Categories (separate by comma)",
2013-11-22 02:02:57 +00:00
"Edit categories" => "Edit categories",
2013-08-30 13:29:19 +00:00
"Description" => "Description",
2013-11-29 18:20:15 +00:00
"Export event" => "Export event",
2013-08-30 13:29:19 +00:00
"Repeat" => "Repeat",
"Advanced" => "Advanced",
"Select weekdays" => "Select weekdays",
"Select days" => "Select days",
2013-10-16 03:33:01 +00:00
"and the events day of year." => "and the event's day of year.",
"and the events day of month." => "and the event's day of month.",
2013-08-30 13:29:19 +00:00
"Select months" => "Select months",
"Select weeks" => "Select weeks",
2013-10-16 03:33:01 +00:00
"and the events week of year." => "and the event's week of year.",
2013-08-30 13:29:19 +00:00
"Interval" => "Interval",
"End" => "End",
"occurrences" => "occurrences",
2013-11-29 18:20:15 +00:00
"Visibility to people shared with" => "Visibility to people shared with",
2013-08-30 13:29:19 +00:00
"create a new calendar" => "create a new calendar",
"Import a calendar file" => "Import a calendar file",
"Please choose a calendar" => "Please choose a calendar",
"Name of new calendar" => "Name of new calendar",
"Take an available name!" => "Take an available name!",
"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "A Calendar with this name already exists. If you continue anyway, these calendars will be merged.",
"Remove all events from the selected calendar" => "Remove all events from the selected calendar",
"Import" => "Import",
2013-10-16 03:33:01 +00:00
"Close Dialog" => "Close Dialog",
2013-08-30 13:29:19 +00:00
"Create a new event" => "Create a new event",
2013-11-29 18:20:15 +00:00
"Create event" => "Create event",
"Share with user or group" => "Share with user or group",
2013-08-30 13:29:19 +00:00
"Unshare" => "Unshare",
2013-11-29 18:20:15 +00:00
"Not shared with anyone" => "Not shared with anyone",
2013-10-11 02:23:39 +00:00
"Send Email" => "Send Email",
2013-08-30 13:29:19 +00:00
"Shared via calendar" => "Shared via calendar",
2013-11-29 18:20:15 +00:00
"Not shared with anyone via calendar" => "Not shared with anyone via calendar",
2013-08-30 13:29:19 +00:00
"View an event" => "View an event",
2013-11-22 02:02:57 +00:00
"Category" => "Category",
2013-08-30 13:29:19 +00:00
"No categories selected" => "No categories selected",
"of" => "of",
2013-11-22 02:02:57 +00:00
"Access Class" => "Access Class",
"From" => "From",
2013-08-30 13:29:19 +00:00
"at" => "at",
2013-11-22 02:02:57 +00:00
"To" => "To",
2013-10-05 14:17:43 +00:00
"Your calendars" => "Your calendars",
2013-08-30 13:29:19 +00:00
"General" => "General",
"Timezone" => "Timezone",
"Update timezone automatically" => "Update timezone automatically",
"Time format" => "Time format",
"24h" => "24h",
"12h" => "12h",
"Start week on" => "Start week on",
"Cache" => "Cache",
"Clear cache for repeating events" => "Clear cache for repeating events",
"URLs" => "URLs",
"Calendar CalDAV syncing addresses" => "Calendar CalDAV syncing addresses",
"more info" => "more info",
"Primary address (Kontact et al)" => "Primary address (Kontact et al)",
"iOS/OS X" => "iOS/OS X",
"Read only iCalendar link(s)" => "Read only iCalendar link(s)"
);