2012-08-16 08:57:25 +02:00
|
|
|
<?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';
|
2012-08-16 21:26:37 +02:00
|
|
|
|
2012-08-16 08:57:25 +02:00
|
|
|
$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...';
|
|
|
|
|
2014-03-19 15:32:37 +01:00
|
|
|
// 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';
|
2014-03-20 18:06:35 +01:00
|
|
|
$labels['itipcomment'] = 'Your response';
|
|
|
|
$labels['itipeditresponse'] = 'Enter a response text';
|
2014-03-24 16:54:02 +01:00
|
|
|
$labels['itipsendercomment'] = 'Sender\'s comment: ';
|
2014-03-19 15:32:37 +01:00
|
|
|
|
|
|
|
$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';
|
2014-03-19 21:13:06 +01:00
|
|
|
$labels['itipsubjectcancel'] = 'Your participation in "$title" has been cancelled';
|
2014-03-19 15:32:37 +01:00
|
|
|
|
|
|
|
$labels['itipnewattendee'] = 'This is a reply from a new participant';
|
|
|
|
$labels['updateattendeestatus'] = 'Update the participant\'s status';
|
|
|
|
$labels['acceptinvitation'] = 'Do you accept this invitation?';
|
2014-03-19 21:13:06 +01:00
|
|
|
$labels['acceptattendee'] = 'Accept participant';
|
|
|
|
$labels['declineattendee'] = 'Decline participant';
|
|
|
|
$labels['declineattendeeconfirm'] = 'Enter a message to the declined participant (optional):';
|
|
|
|
|
2014-03-19 15:32:37 +01:00
|
|
|
$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';
|
2014-03-24 15:10:39 +01:00
|
|
|
$labels['attendeedelegated'] = 'Participant has delegated to $delegatedto';
|
2014-03-19 15:32:37 +01:00
|
|
|
$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...';
|
|
|
|
|