163 lines
No EOL
6 KiB
PHP
163 lines
No EOL
6 KiB
PHP
<?php
|
|
$labels = array();
|
|
|
|
// preferences
|
|
$labels['default_view'] = 'Default view';
|
|
$labels['time_format'] = 'Time format';
|
|
$labels['timeslots'] = 'Timeslots per hour';
|
|
$labels['first_day'] = 'First weekday';
|
|
$labels['add_category'] = 'Add category';
|
|
$labels['remove_category'] = 'Remove category';
|
|
$labels['add_calendar'] = 'Add calendar';
|
|
$labels['remove_calendar'] = 'Remove calendar';
|
|
$labels['defaultcalendar'] = 'Create new events in';
|
|
|
|
// calendar
|
|
$labels['calendar'] = 'Calendar';
|
|
$labels['calendars'] = 'Calendars';
|
|
$labels['category'] = 'Category';
|
|
$labels['categories'] = 'Categories';
|
|
$labels['createcalendar'] = 'Create new calendar';
|
|
$labels['editcalendar'] = 'Edit calendar properties';
|
|
$labels['name'] = 'Name';
|
|
$labels['color'] = 'Color';
|
|
$labels['day'] = 'Day';
|
|
$labels['week'] = 'Week';
|
|
$labels['month'] = 'Month';
|
|
$labels['agenda'] = 'Agenda';
|
|
$labels['new_event'] = 'New event';
|
|
$labels['edit_event'] = 'Edit event';
|
|
$labels['edit'] = 'Edit';
|
|
$labels['save'] = 'Save';
|
|
$labels['remove'] = 'Remove';
|
|
$labels['cancel'] = 'Cancel';
|
|
$labels['adobt'] = 'Adopt changes';
|
|
$labels['print'] = 'Print calendars';
|
|
$labels['title'] = 'Summary';
|
|
$labels['description'] = 'Description';
|
|
$labels['all-day'] = 'all-day';
|
|
$labels['export'] = 'Export to ICS';
|
|
$labels['location'] = 'Location';
|
|
$labels['date'] = 'Date';
|
|
$labels['start'] = 'Start';
|
|
$labels['end'] = 'End';
|
|
$labels['choose_date'] = 'Choose date';
|
|
$labels['freebusy'] = 'Show me as';
|
|
$labels['free'] = 'Free';
|
|
$labels['busy'] = 'Busy';
|
|
$labels['outofoffice'] = 'Out of Office';
|
|
$labels['tentative'] = 'Tentative';
|
|
$labels['priority'] = 'Priority';
|
|
$labels['sensitivity'] = 'Privacy';
|
|
$labels['public'] = 'public';
|
|
$labels['private'] = 'private';
|
|
$labels['confidential'] = 'confidential';
|
|
$labels['alarms'] = 'Reminder';
|
|
$labels['generated'] = 'generated at';
|
|
$labels['selectdate'] = 'Select date';
|
|
$labels['printdescriptions'] = 'Print descriptions';
|
|
|
|
// alarm/reminder settings
|
|
$labels['alarmemail'] = 'Send Email';
|
|
$labels['alarmdisplay'] = 'Show message';
|
|
$labels['alarmdisplayoption'] = 'Message';
|
|
$labels['alarmemailoption'] = 'Email';
|
|
$labels['alarmat'] = 'at $datetime';
|
|
$labels['trigger@'] = 'on date';
|
|
$labels['trigger-M'] = 'minutes before';
|
|
$labels['trigger-H'] = 'hours before';
|
|
$labels['trigger-D'] = 'days before';
|
|
$labels['trigger+M'] = 'minutes after';
|
|
$labels['trigger+H'] = 'hours after';
|
|
$labels['trigger+D'] = 'days after';
|
|
$labels['addalarm'] = 'add alarm';
|
|
$labels['defaultalarmtype'] = 'Default reminder setting';
|
|
$labels['defaultalarmoffset'] = 'Default reminder time';
|
|
$labels['dismissall'] = 'Dismiss all';
|
|
$labels['dismiss'] = 'Dismiss';
|
|
$labels['snooze'] = 'Snooze';
|
|
$labels['repeatinmin'] = 'Repeat in $min minutes';
|
|
$labels['repeatinhr'] = 'Repeat in 1 hour';
|
|
$labels['repeatinhrs'] = 'Repeat in $hrs hours';
|
|
$labels['repeattomorrow'] = 'Repeat tomorrow';
|
|
$labels['repeatinweek'] = 'Repeat in a week';
|
|
$labels['alarmtitle'] = 'Upcoming events';
|
|
|
|
// attendees
|
|
$labels['attendee'] = 'Participant';
|
|
$labels['role'] = 'Role';
|
|
$labels['availability'] = 'Avail.';
|
|
$labels['confirmstate'] = 'Status';
|
|
$labels['addattendee'] = 'Add participant';
|
|
$labels['roleorganizer'] = 'Organizer';
|
|
$labels['rolerequired'] = 'Required';
|
|
$labels['roleoptional'] = 'Optional';
|
|
$labels['roleresource'] = 'Resource';
|
|
$labels['availfree'] = 'Free';
|
|
$labels['availbusy'] = 'Busy';
|
|
$labels['availunknown'] = 'Unknown';
|
|
$labels['availtentative'] = 'Tentative';
|
|
$labels['availoutofoffice'] = 'Out of Office';
|
|
$labels['scheduletime'] = 'Available times';
|
|
$labels['sendnotifications'] = 'Send notifications';
|
|
$labels['onlyworkinghours'] = 'Only working hours';
|
|
$labels['prevslot'] = 'Previous Slot';
|
|
$labels['nextslot'] = 'Next Slot';
|
|
$labels['noslotfound'] = 'Unable to find a free time slot';
|
|
|
|
// event dialog tabs
|
|
$labels['tabsummary'] = 'Summary';
|
|
$labels['tabrecurrence'] = 'Recurrence';
|
|
$labels['tabattendees'] = 'Participants';
|
|
$labels['tabattachments'] = 'Attachments';
|
|
|
|
// messages
|
|
$labels['deleteventconfirm'] = 'Do you really want to delete this event?';
|
|
$labels['deletecalendarconfirm'] = 'Do you really want to delete this calendar with all its events?';
|
|
$labels['savingdata'] = 'Saving data...';
|
|
$labels['errorsaving'] = 'Failed to save changes.';
|
|
$labels['operationfailed'] = 'The requested operation failed.';
|
|
$labels['invalideventdates'] = 'Invalid dates entered! Please check your input.';
|
|
$labels['invalidcalendarproperties'] = 'Invalid calendar properties! Please set a valid name.';
|
|
$labels['searchnoresults'] = 'No events found in the selected calendars.';
|
|
$labels['successremoval'] = 'The event has been deleted successfully.';
|
|
$labels['successrestore'] = 'The event has been restored successfully.';
|
|
|
|
// recurrence form
|
|
$labels['repeat'] = 'Repeat';
|
|
$labels['frequency'] = 'Repeat';
|
|
$labels['never'] = 'never';
|
|
$labels['daily'] = 'daily';
|
|
$labels['weekly'] = 'weekly';
|
|
$labels['monthly'] = 'monthly';
|
|
$labels['yearly'] = 'annually';
|
|
$labels['every'] = 'Every';
|
|
$labels['days'] = 'day(s)';
|
|
$labels['weeks'] = 'week(s)';
|
|
$labels['months'] = 'month(s)';
|
|
$labels['years'] = 'year(s) in:';
|
|
$labels['bydays'] = 'On';
|
|
$labels['until'] = 'the';
|
|
$labels['each'] = 'Each';
|
|
$labels['onevery'] = 'On every';
|
|
$labels['onsamedate'] = 'On the same date';
|
|
$labels['forever'] = 'forever';
|
|
$labels['recurrencend'] = 'until';
|
|
$labels['forntimes'] = 'for $nr time(s)';
|
|
$labels['first'] = 'first';
|
|
$labels['second'] = 'second';
|
|
$labels['third'] = 'third';
|
|
$labels['fourth'] = 'fourth';
|
|
$labels['last'] = 'last';
|
|
$labels['dayofmonth'] = 'Day of month';
|
|
|
|
$labels['changerecurringevent'] = 'Change recurring event';
|
|
$labels['removerecurringevent'] = 'Remove recurring event';
|
|
$labels['changerecurringeventwarning'] = 'This is a recurring event. Would you like to edit the current event only, this and all future occurences, all occurences or save it as a new event?';
|
|
$labels['removerecurringeventwarning'] = 'This is a recurring event. Would you like to remove the current event only, this and all future occurences or all occurences of this event?';
|
|
$labels['currentevent'] = 'Current';
|
|
$labels['futurevents'] = 'Future';
|
|
$labels['allevents'] = 'All';
|
|
$labels['saveasnew'] = 'Save as new';
|
|
|
|
?>
|