2011-05-20 19:04:25 +02:00
< ? 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' ;
2011-06-11 14:10:49 -06:00
$labels [ 'defaultcalendar' ] = 'Create new events in' ;
2011-05-20 19:04:25 +02:00
// calendar
$labels [ 'calendar' ] = 'Calendar' ;
$labels [ 'calendars' ] = 'Calendars' ;
$labels [ 'category' ] = 'Category' ;
$labels [ 'categories' ] = 'Categories' ;
$labels [ 'createcalendar' ] = 'Create new calendar' ;
2011-06-05 19:08:47 -06:00
$labels [ 'editcalendar' ] = 'Edit calendar properties' ;
$labels [ 'name' ] = 'Name' ;
$labels [ 'color' ] = 'Color' ;
2011-05-20 19:04:25 +02:00
$labels [ 'day' ] = 'Day' ;
$labels [ 'week' ] = 'Week' ;
$labels [ 'month' ] = 'Month' ;
2011-06-08 14:31:40 -06:00
$labels [ 'agenda' ] = 'Agenda' ;
2011-05-20 19:04:25 +02:00
$labels [ 'new_event' ] = 'New event' ;
$labels [ 'edit_event' ] = 'Edit event' ;
$labels [ 'edit' ] = 'Edit' ;
$labels [ 'save' ] = 'Save' ;
$labels [ 'remove' ] = 'Remove' ;
$labels [ 'cancel' ] = 'Cancel' ;
2011-07-16 16:11:10 +02:00
$labels [ 'print' ] = 'Print calendars' ;
2011-05-20 19:04:25 +02:00
$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' ;
2011-06-14 14:52:20 +03:00
$labels [ 'freebusy' ] = 'Show me as' ;
2011-05-20 19:04:25 +02:00
$labels [ 'free' ] = 'Free' ;
$labels [ 'busy' ] = 'Busy' ;
$labels [ 'outofoffice' ] = 'Out of Office' ;
2011-06-14 14:52:20 +03:00
$labels [ 'tentative' ] = 'Tentative' ;
2011-05-20 19:04:25 +02:00
$labels [ 'priority' ] = 'Priority' ;
2011-06-14 14:52:20 +03:00
$labels [ 'sensitivity' ] = 'Privacy' ;
2011-05-27 18:41:01 +02:00
$labels [ 'public' ] = 'public' ;
$labels [ 'private' ] = 'private' ;
$labels [ 'confidential' ] = 'confidential' ;
2011-05-20 19:04:25 +02:00
$labels [ 'alarms' ] = 'Reminder' ;
$labels [ 'generated' ] = 'generated at' ;
$labels [ 'selectdate' ] = 'Select date' ;
2011-07-16 16:11:10 +02:00
$labels [ 'printdescriptions' ] = 'Print descriptions' ;
2011-05-20 19:04:25 +02:00
2011-05-22 22:27:56 +02:00
// alarm/reminder settings
2011-07-19 17:51:15 +02:00
$labels [ 'alarmemail' ] = 'Send Email' ;
2011-05-22 22:27:56 +02:00
$labels [ 'alarmdisplay' ] = 'Show message' ;
$labels [ 'alarmdisplayoption' ] = 'Message' ;
2011-07-19 17:51:15 +02:00
$labels [ 'alarmemailoption' ] = 'Email' ;
2011-05-22 22:27:56 +02:00
$labels [ 'alarmat' ] = 'at $datetime' ;
2011-05-22 18:45:04 +02:00
$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' ;
2011-05-20 19:04:25 +02:00
$labels [ 'addalarm' ] = 'add alarm' ;
2011-05-22 22:27:56 +02:00
$labels [ 'defaultalarmtype' ] = 'Default reminder setting' ;
$labels [ 'defaultalarmoffset' ] = 'Default reminder time' ;
2011-05-25 23:16:13 +02:00
$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' ;
2011-05-24 23:22:43 +02:00
$labels [ 'alarmtitle' ] = 'Upcoming events' ;
2011-05-20 19:04:25 +02:00
2011-07-08 17:29:22 +02:00
// attendees
$labels [ 'attendee' ] = 'Participant' ;
$labels [ 'role' ] = 'Role' ;
$labels [ 'availability' ] = 'Avail.' ;
2011-07-13 13:42:11 +02:00
$labels [ 'confirmstate' ] = 'Status' ;
2011-07-08 17:29:22 +02:00
$labels [ 'addattendee' ] = 'Add participant' ;
2011-07-13 13:42:11 +02:00
$labels [ 'roleorganizer' ] = 'Organizer' ;
$labels [ 'rolerequired' ] = 'Required' ;
$labels [ 'roleoptional' ] = 'Optional' ;
$labels [ 'roleresource' ] = 'Resource' ;
2011-07-20 14:46:38 +02:00
$labels [ 'availfree' ] = 'Free' ;
$labels [ 'availbusy' ] = 'Busy' ;
$labels [ 'availunknown' ] = 'Unknown' ;
$labels [ 'availoutofoffice' ] = 'Out of Office' ;
$labels [ 'scheduletime' ] = 'Available times' ;
$labels [ 'sendnotifications' ] = 'Send notifications' ;
2011-07-20 19:15:21 +02:00
$labels [ 'onlyworkinghours' ] = 'Show only working hours' ;
2011-07-08 17:29:22 +02:00
2011-05-22 22:27:56 +02:00
// event dialog tabs
2011-05-20 19:04:25 +02:00
$labels [ 'tabsummary' ] = 'Summary' ;
$labels [ 'tabrecurrence' ] = 'Recurrence' ;
$labels [ 'tabattendees' ] = 'Participants' ;
$labels [ 'tabattachments' ] = 'Attachments' ;
// messages
2011-07-18 15:28:57 +02:00
$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.' ;
2011-05-20 19:04:25 +02:00
// recurrence form
2011-05-30 22:57:36 +02:00
$labels [ 'repeat' ] = 'Repeat' ;
2011-05-20 19:04:25 +02:00
$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' ;
2011-06-29 19:42:56 +02:00
$labels [ 'onsamedate' ] = 'On the same date' ;
2011-05-20 19:04:25 +02:00
$labels [ 'forever' ] = 'forever' ;
2011-05-31 17:12:59 +02:00
$labels [ 'recurrencend' ] = 'until' ;
2011-05-20 19:04:25 +02:00
$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' ;
2011-06-01 18:35:10 +02:00
$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' ;
2011-05-20 19:04:25 +02:00
?>