| | |
| | | |
| | | $labels['preferhtml'] = 'Display HTML'; |
| | | $labels['htmlmessage'] = 'HTML Message'; |
| | | $labels['showknownimages'] = 'Show images from known senders'; |
| | | $labels['prettydate'] = 'Pretty dates'; |
| | | |
| | | $labels['addtoaddressbook'] = 'Add to address book'; |
| | |
| | | $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 |
| | | $labels['checkmail'] = 'Check for new messages'; |
| | | $labels['writenewmessage'] = 'Create a new message'; |
| | | $labels['replytomessage'] = 'Reply to the message'; |
| | | $labels['replytomessage'] = 'Reply to sender'; |
| | | $labels['replytoallmessage'] = 'Reply to sender and all recipients'; |
| | | $labels['forwardmessage'] = 'Forward the message'; |
| | | $labels['deletemessage'] = 'Delete 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['markflagged'] = 'As flagged'; |
| | | $labels['markunflagged'] = 'As unflagged'; |
| | | |
| | | $labels['select'] = 'Select'; |
| | | $labels['all'] = 'All'; |
| | |
| | | |
| | | $labels['nosubject'] = '(no subject)'; |
| | | $labels['showimages'] = 'Display images'; |
| | | $labels['alwaysshow'] = 'Always show images from $sender'; |
| | | |
| | | $labels['htmltoggle'] = 'HTML'; |
| | | $labels['plaintoggle'] = 'Plain text'; |
| | |
| | | $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['uisettings'] = 'User Interface'; |
| | | $labels['serversettings'] = 'Server Settings'; |
| | | $labels['mailboxview'] = 'Mailbox View'; |
| | | $labels['mdnrequests'] = 'Sender notifications'; |
| | | $labels['askuser'] = 'ask the user'; |
| | | $labels['autosend'] = 'send automatically'; |
| | | $labels['ignore'] = 'ignore'; |
| | | $labels['readwhendeleted'] = 'Mark the message as read on delete'; |
| | | $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete'; |
| | | $labels['showinlineimages'] = 'Display attached images below the message'; |
| | | $labels['autosavedraft'] = 'Automatically save draft'; |
| | | $labels['everynminutes'] = 'every $n minutes'; |
| | | $labels['never'] = 'never'; |
| | | $labels['messagesdisplaying'] = 'Messages displaying'; |
| | | $labels['messagescomposition'] = 'Messages composition'; |
| | | |
| | | $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'; |
| | |
| | | $labels['sortasc'] = 'Sort ascending'; |
| | | $labels['sortdesc'] = 'Sort descending'; |
| | | |
| | | ?> |
| | | ?> |