68 lines
2.8 KiB
PHP
68 lines
2.8 KiB
PHP
<?php
|
|
|
|
$labels = array();
|
|
|
|
$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['alarmtitle'] = 'Upcoming events';
|
|
$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['showmore'] = 'Show more...';
|
|
|
|
// itip related labels
|
|
$labels['itipinvitation'] = 'Invitation to';
|
|
$labels['itipupdate'] = 'Update of';
|
|
$labels['itipcancellation'] = 'Cancelled:';
|
|
$labels['itipreply'] = 'Reply to';
|
|
$labels['itipaccepted'] = 'Accept';
|
|
$labels['itiptentative'] = 'Maybe';
|
|
$labels['itipdeclined'] = 'Decline';
|
|
|
|
$labels['itipobjectnotfound'] = 'The object referred by this message was not found in your account.';
|
|
$labels['itipsubjectaccepted'] = '"$title" has been accepted by $name';
|
|
$labels['itipsubjecttentative'] = '"$title" has been tentatively accepted by $name';
|
|
$labels['itipsubjectdeclined'] = '"$title" has been declined by $name';
|
|
|
|
$labels['itipnewattendee'] = 'This is a reply from a new participant';
|
|
$labels['updateattendeestatus'] = 'Update the participant\'s status';
|
|
$labels['acceptinvitation'] = 'Do you accept this invitation?';
|
|
$labels['acceptattendee'] = 'Accept attendee';
|
|
$labels['declineattendee'] = 'Decline attendee';
|
|
$labels['youhaveaccepted'] = 'You have accepted this invitation';
|
|
$labels['youhavetentative'] = 'You have tentatively accepted this invitation';
|
|
$labels['youhavedeclined'] = 'You have declined this invitation';
|
|
$labels['youhavedelegated'] = 'You have delegated this invitation';
|
|
$labels['attendeeaccepted'] = 'Participant has accepted';
|
|
$labels['attendeetentative'] = 'Participant has tentatively accepted';
|
|
$labels['attendeedeclined'] = 'Participant has declined';
|
|
$labels['attendeedelegated'] = 'Participant has delegated';
|
|
$labels['notanattendee'] = 'You\'re not listed as an attendee of this object';
|
|
|
|
$labels['importtocalendar'] = 'Save to my calendar';
|
|
$labels['removefromcalendar'] = 'Remove from my calendar';
|
|
$labels['updatemycopy'] = 'Update my copy';
|
|
|
|
$labels['deleteobjectconfirm'] = 'Do you really want to delete this object?';
|
|
$labels['declinedeleteconfirm'] = 'Do you also want to delete this declined object from your account?';
|
|
|
|
$labels['savingdata'] = 'Saving data...';
|
|
|