From eaa39477bd53130e68bfb26d63308cc9b6af9369 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 11 Apr 2008 09:34:19 -0400 Subject: [PATCH] #1483863: empty trash and expunge inbox on logout --- program/localization/en_US/labels.inc | 147 +++++++++++++++++++++++++++---------------------- 1 files changed, 81 insertions(+), 66 deletions(-) diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index e64b55b..ddd1a5f 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -1,19 +1,19 @@ <?php /* + +-----------------------------------------------------------------------+ | language/en_US/labels.inc | | | | Language file of the RoundCube Webmail client | - | Copyright (C) 2005, RoundQube Dev. - Switzerland | + | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | - | Author: Tobias 'tri' Richter <tobias@datenwerkstatt-richter.de> | +-----------------------------------------------------------------------+ - $Id$ + @version $Id$ */ @@ -64,7 +64,7 @@ $labels['filename'] = 'File name'; $labels['filesize'] = 'File size'; -$labels['preferhtml'] = 'Prefer HTML'; +$labels['preferhtml'] = 'Display HTML'; $labels['htmlmessage'] = 'HTML Message'; $labels['prettydate'] = 'Pretty dates'; @@ -88,6 +88,34 @@ $labels['friday'] = 'Friday'; $labels['saturday'] = 'Saturday'; +// months short +$labels['jan'] = 'Jan'; +$labels['feb'] = 'Feb'; +$labels['mar'] = 'Mar'; +$labels['apr'] = 'Apr'; +$labels['may'] = 'May'; +$labels['jun'] = 'Jun'; +$labels['jul'] = 'Jul'; +$labels['aug'] = 'Aug'; +$labels['sep'] = 'Sep'; +$labels['oct'] = 'Oct'; +$labels['nov'] = 'Nov'; +$labels['dec'] = 'Dec'; + +// months long +$labels['longjan'] = 'January'; +$labels['longfeb'] = 'February'; +$labels['longmar'] = 'March'; +$labels['longapr'] = 'April'; +$labels['longmay'] = 'May'; +$labels['longjun'] = 'June'; +$labels['longjul'] = 'July'; +$labels['longaug'] = 'August'; +$labels['longsep'] = 'September'; +$labels['longoct'] = 'October'; +$labels['longnov'] = 'November'; +$labels['longdec'] = 'December'; + $labels['today'] = 'Today'; // toolbar buttons @@ -96,12 +124,22 @@ $labels['replytomessage'] = 'Reply to the message'; $labels['replytoallmessage'] = 'Reply to sender and all recipients'; $labels['forwardmessage'] = 'Forward the message'; -$labels['deletemessage'] = 'Move message to trash'; +$labels['deletemessage'] = 'Delete message'; +$labels['movemessagetotrash'] = 'Move message to trash'; $labels['printmessage'] = 'Print this message'; +$labels['previousmessage'] = 'Show the previous message'; $labels['previousmessages'] = 'Show previous set of messages'; +$labels['firstmessage'] = 'Show the first message'; +$labels['firstmessages'] = 'Show first set of messages'; +$labels['nextmessage'] = 'Show the next message'; $labels['nextmessages'] = 'Show next set of messages'; +$labels['lastmessage'] = 'Show the last message'; +$labels['lastmessages'] = 'Show last set of messages'; $labels['backtolist'] = 'Back to message list'; $labels['viewsource'] = 'Show source'; +$labels['markmessages'] = 'Mark messages'; +$labels['markread'] = 'As read'; +$labels['markunread'] = 'As unread'; $labels['select'] = 'Select'; $labels['all'] = 'All'; @@ -121,16 +159,17 @@ // message compose -$labels['compose'] = 'Compose a message'; -$labels['savemessage'] = 'Save this draft'; -$labels['sendmessage'] = 'Send the message now'; +$labels['compose'] = 'Compose a message'; +$labels['savemessage'] = 'Save this draft'; +$labels['sendmessage'] = 'Send the message now'; $labels['addattachment'] = 'Attach a file'; -$labels['charset'] = 'Charset'; -$labels['returnreceipt'] = 'Return receipt'; +$labels['charset'] = 'Charset'; +$labels['editortype'] = 'Editor type'; +$labels['returnreceipt'] = 'Return receipt'; $labels['checkspelling'] = 'Check spelling'; $labels['resumeediting'] = 'Resume editing'; -$labels['revertto'] = 'Revert to'; +$labels['revertto'] = 'Revert to'; $labels['attachments'] = 'Attachments'; $labels['upload'] = 'Upload'; @@ -145,52 +184,24 @@ $labels['nosubject'] = '(no subject)'; $labels['showimages'] = 'Display images'; +$labels['htmltoggle'] = 'HTML'; +$labels['plaintoggle'] = 'Plain text'; + +$labels['addcc'] = 'Add Cc'; +$labels['addbcc'] = 'Add Bcc'; +$labels['addreplyto'] = 'Add Reply-To'; + +// mdn +$labels['mdnrequest'] = 'The sender of this message has asked to be notified when you read this message. Do you wish to notify the sender?'; +$labels['receiptread'] = 'Return Receipt (read)'; +$labels['yourmessage'] = 'This is a Return Receipt for your message'; +$labels['receiptnote'] = 'Note: This receipt only acknowledges that the message was displayed on the recipient\'s computer. There is no guarantee that the recipient has read or understood the message contents.'; // address boook -$labels['name'] = 'Display name'; -$labels['first_name'] = 'First name'; -$labels['last_name'] = 'Last name'; -$labels['email'] = 'E-Mail'; -$labels['middle_name'] = 'Middle Name'; -$labels['addon'] = 'Addon'; -$labels['nickname'] = 'Nickname'; -$labels['company'] = 'Company'; -$labels['organisation'] = 'Organisation'; -$labels['department'] = 'Department'; -$labels['job_title'] = 'Job Title'; -$labels['note'] = 'Note'; -$labels['tel_work1_voice'] = 'Tel Work1 Voice'; -$labels['tel_work2_voice'] = 'Tel Work2 Voice'; -$labels['tel_home1_voice'] = 'Tel Home1 Voice'; -$labels['tel_home2_voice'] = 'Tel Home2 Voice'; -$labels['tel_cell_voice'] = 'Tel Cell Voice'; -$labels['tel_car_voice'] = 'Tel Car Voice'; -$labels['tel_pager_voice'] = 'Tel Pager Voice'; -$labels['tel_additional'] = 'Tel Additional'; -$labels['tel_work_fax'] = 'Tel Work Fax'; -$labels['tel_home_fax'] = 'Tel Home Fax'; -$labels['tel_isdn'] = 'Tel ISDN'; -$labels['tel_preferred'] = 'Tel Preferred'; -$labels['work_street'] = 'Work Street'; -$labels['work_zip'] = 'Work Zip'; -$labels['work_city'] = 'Work City'; -$labels['work_region'] = 'Work Region'; -$labels['work_county'] = 'Work Country'; -$labels['home_street'] = 'Home Street'; -$labels['home_zip'] = 'Home Zip'; -$labels['home_city'] = 'Home City'; -$labels['home_region'] = 'Home Region'; -$labels['home_country'] = 'Home Country'; -$labels['postal_street'] = 'Postal Street'; -$labels['postal_zip'] = 'Postal Zip'; -$labels['postal_city'] = 'Postal City'; -$labels['postal_region'] = 'Postal Region'; -$labels['postal_country'] = 'Postal Country'; -$labels['url_work'] = 'URL Work'; -$labels['role'] = 'Role'; -$labels['birthday'] = 'Birthday'; -$labels['rev'] = 'Revision'; -$labels['lang'] = 'Language'; +$labels['name'] = 'Display name'; +$labels['firstname'] = 'First name'; +$labels['surname'] = 'Last name'; +$labels['email'] = 'E-Mail'; $labels['addcontact'] = 'Add new contact'; $labels['editcontact'] = 'Edit contact'; @@ -208,18 +219,12 @@ $labels['export'] = 'Export'; $labels['previouspage'] = 'Show previous set'; +$labels['firstpage'] = 'Show first set'; $labels['nextpage'] = 'Show next set'; +$labels['lastpage'] = 'Show last set'; - -// LDAP search -$labels['ldapsearch'] = 'LDAP directory search'; - -$labels['ldappublicsearchname'] = 'Contact name'; -$labels['ldappublicsearchtype'] = 'Exact match?'; -$labels['ldappublicserverselect'] = 'Select servers'; -$labels['ldappublicsearchfield'] = 'Search on'; -$labels['ldappublicsearchform'] = 'Look for a contact'; -$labels['ldappublicsearch'] = 'Search'; +$labels['groups'] = 'Groups'; +$labels['personaladrbook'] = 'Personal Addresses'; // settings @@ -241,12 +246,22 @@ $labels['timezone'] = 'Time zone'; $labels['pagesize'] = 'Rows per page'; $labels['signature'] = 'Signature'; -$labels['dstactive'] = 'Daylight savings'; +$labels['dstactive'] = 'Daylight saving time'; +$labels['htmleditor'] = 'Compose HTML messages'; +$labels['htmlsignature'] = 'HTML signature'; +$labels['previewpane'] = 'Show preview pane'; +$labels['logoutclear'] = 'Clear Trash on logout'; +$labels['logoutcompact'] = 'Compact Inbox on logout'; + +$labels['autosavedraft'] = 'Automatically save draft'; +$labels['everynminutes'] = 'every $n minutes'; +$labels['never'] = 'never'; $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; $labels['foldername'] = 'Folder name'; $labels['subscribed'] = 'Subscribed'; +$labels['messagecount'] = 'Messages'; $labels['create'] = 'Create'; $labels['createfolder'] = 'Create new folder'; $labels['rename'] = 'Rename'; -- Gitblit v1.9.1