From 50569114acdc64e7c7cae1498635d3f821517c30 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 7 Mar 2016 15:53:16 +0100 Subject: Initial commit of the Faster IT roundcube_calendar plugin distribution This includes: * Kolab plugins 3.2.9 (calendar and libcalendaring) * CalDAV driver 3.2.8 * .htaccess files for at least some security * SabreDAV updated to 1.8.12 (Jan 2015 release) * Support for CURLOPT_SSL_* settings to allow self-signed certificates * Small fixes & improved documentation --- libcalendaring/localization/en_US.inc | 165 ++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 libcalendaring/localization/en_US.inc (limited to 'libcalendaring/localization/en_US.inc') diff --git a/libcalendaring/localization/en_US.inc b/libcalendaring/localization/en_US.inc new file mode 100644 index 0000000..e5e0426 --- /dev/null +++ b/libcalendaring/localization/en_US.inc @@ -0,0 +1,165 @@ +single occurrence out of a series of events'; +$labels['itipfutureoccurrence'] = 'Refers to this and all future occurrences of a series of events'; +$labels['itipmessagesingleoccurrence'] = 'The message only refers to this single occurrence'; +$labels['itipmessagefutureoccurrence'] = 'The message refers to this and all future occurrences'; + +$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['youhavein-process'] = 'You are working on this assignment'; +$labels['youhavecompleted'] = 'You have completed this assignment'; +$labels['youhaveneeds-action'] = 'Your response to this invitation is still pending'; + +$labels['youhavepreviouslyaccepted'] = 'You have previously accepted this invitation'; +$labels['youhavepreviouslytentative'] = 'You have previously accepted this invitation tentatively'; +$labels['youhavepreviouslydeclined'] = 'You have previously declined this invitation'; +$labels['youhavepreviouslydelegated'] = 'You have previously delegated this invitation'; +$labels['youhavepreviouslyin-process'] = 'You have previously reported to work on this assignment'; +$labels['youhavepreviouslycompleted'] = 'You have previously completed this assignment'; +$labels['youhavepreviouslyneeds-action'] = 'Your response to this invitation is still pending'; + +$labels['attendeeaccepted'] = 'Participant has accepted'; +$labels['attendeetentative'] = 'Participant has tentatively accepted'; +$labels['attendeedeclined'] = 'Participant has declined'; +$labels['attendeedelegated'] = 'Participant has delegated to $delegatedto'; +$labels['attendeein-process'] = 'Participant is in-process'; +$labels['attendeecompleted'] = 'Participant has completed'; +$labels['notanattendee'] = 'You\'re not listed as an attendee of this object'; +$labels['outdatedinvitation'] = 'This invitation has been replaced by a newer version'; + +$labels['importtocalendar'] = 'Save to my calendar'; +$labels['removefromcalendar'] = 'Remove from my calendar'; +$labels['updatemycopy'] = 'Update my copy'; +$labels['openpreview'] = 'Open Preview'; + +$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['delegateinvitation'] = 'Delegate Invitation'; +$labels['delegateto'] = 'Delegate to'; +$labels['delegatersvpme'] = 'Keep me informed about updates of this incidence'; +$labels['delegateinvalidaddress'] = 'Please enter a valid email address for the delegate'; + +$labels['savingdata'] = 'Saving data...'; + +// attendees labels +$labels['expandattendeegroup'] = 'Substitute with group members'; +$labels['expandattendeegroupnodata'] = 'Unable to substitute this group. No members found.'; +$labels['expandattendeegrouperror'] = 'Unable to substitute this group. It might contain too many members.'; +$labels['expandattendeegroupsizelimit'] = 'This group contains too many members for substituting.'; + -- cgit v1.2.3