diff options
author | Torsten Grote <t@grobox.de> | 2014-11-28 00:28:08 (GMT) |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2014-11-28 00:28:08 (GMT) |
commit | de012552e7655e2fdf46747716870bde7d9bb1fe (patch) | |
tree | 4d6923c52319ef3b648812dff3d1c635352d4278 /plugins/libcalendaring | |
parent | 897421bf92eff9ddda51a7e53338cd16ab981e2a (diff) | |
download | roundcubemail-plugins-kolab-de012552e7655e2fdf46747716870bde7d9bb1fe.tar.gz |
another translation update
Diffstat (limited to 'plugins/libcalendaring')
-rw-r--r-- | plugins/libcalendaring/localization/et_EE.inc | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/plugins/libcalendaring/localization/et_EE.inc b/plugins/libcalendaring/localization/et_EE.inc index 7ed9944..755ebdd 100644 --- a/plugins/libcalendaring/localization/et_EE.inc +++ b/plugins/libcalendaring/localization/et_EE.inc @@ -1,4 +1,5 @@ <?php + /** * Localizations for the Kolab calendaring utilities plugin * @@ -6,11 +7,20 @@ * * For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/ */ + +$labels = array(); + +// words for spoken dates $labels['until'] = 'until'; +$labels['at'] = 'at'; + +// alarms related labels $labels['alarmemail'] = 'Send Email'; $labels['alarmdisplay'] = 'Show message'; +$labels['alarmaudio'] = 'Play sound'; $labels['alarmdisplayoption'] = 'Message'; $labels['alarmemailoption'] = 'E-post'; +$labels['alarmaudiooption'] = 'Sound'; $labels['alarmat'] = 'at $datetime'; $labels['trigger@'] = 'on date'; $labels['trigger-M'] = 'minutes before'; @@ -19,6 +29,10 @@ $labels['trigger-D'] = 'days before'; $labels['trigger+M'] = 'minutes after'; $labels['trigger+H'] = 'hours after'; $labels['trigger+D'] = 'days after'; +$labels['triggerattime'] = 'at time'; +$labels['addalarm'] = 'Add alarm'; +$labels['removealarm'] = 'Remove alarm'; + $labels['alarmtitle'] = 'Upcoming events'; $labels['dismissall'] = 'Dismiss all'; $labels['dismiss'] = 'Dismiss'; @@ -28,7 +42,10 @@ $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...'; + +// recurrence related labels $labels['frequency'] = 'Repeat'; $labels['never'] = 'never'; $labels['daily'] = 'daily'; @@ -40,6 +57,7 @@ $labels['every'] = 'Every'; $labels['days'] = 'day(s)'; $labels['weeks'] = 'week(s)'; $labels['months'] = 'month(s)'; +$labels['years'] = 'year(s)'; $labels['bydays'] = 'On'; $labels['untildate'] = 'the'; $labels['each'] = 'Each'; @@ -47,6 +65,7 @@ $labels['onevery'] = 'On every'; $labels['onsamedate'] = 'On the same date'; $labels['forever'] = 'forever'; $labels['recurrencend'] = 'until'; +$labels['untilenddate'] = 'until date'; $labels['forntimes'] = 'for $nr time(s)'; $labels['first'] = 'first'; $labels['second'] = 'second'; @@ -55,4 +74,83 @@ $labels['fourth'] = 'fourth'; $labels['last'] = 'last'; $labels['dayofmonth'] = 'Day of month'; $labels['addrdate'] = 'Add repeat date'; +$labels['except'] = 'except'; + +// 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['itipdelegated'] = 'Delegate'; +$labels['itipneeds-action'] = 'Postpone'; +$labels['itipcomment'] = 'Your response'; +$labels['itipeditresponse'] = 'Enter a response text'; +$labels['itipsendercomment'] = 'Sender\'s comment: '; +$labels['itipsuppressreply'] = 'Do not send a response'; + +$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['itipsubjectin-process'] = '"$title" is in-process by $name'; +$labels['itipsubjectcompleted'] = '"$title" was completed by $name'; +$labels['itipsubjectcancel'] = 'Your participation in "$title" has been cancelled'; +$labels['itipsubjectdelegated'] = '"$title" has been delegated by $name'; +$labels['itipsubjectdelegatedto'] = '"$title" has been delegated to you 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 participant'; +$labels['declineattendee'] = 'Decline participant'; +$labels['declineattendeeconfirm'] = 'Enter a message to the declined participant (optional):'; + +$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.'; + |