| | |
| | | $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['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['autosavedraft'] = 'Automatically save draft'; |
| | | $labels['everynminutes'] = 'every $n minutes'; |
| | |
| | | $labels['sortasc'] = 'Sort ascending'; |
| | | $labels['sortdesc'] = 'Sort descending'; |
| | | |
| | | ?> |
| | | ?> |