| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/en_US/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas Bruederli <roundcube@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['forwardmessage'] = 'Forward the message'; |
| | | $labels['deletemessage'] = '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['nosubject'] = '(no subject)'; |
| | | $labels['showimages'] = 'Display images'; |
| | | |
| | | $labels['htmltoggle'] = 'HTML'; |
| | | $labels['plaintoggle'] = 'Plain text'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Display name'; |
| | |
| | | $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 |
| | |
| | | $labels['dstactive'] = 'Daylight savings'; |
| | | $labels['htmleditor'] = 'Compose HTML messages'; |
| | | $labels['htmlsignature'] = 'HTML signature'; |
| | | $labels['previewpane'] = 'Show preview pane'; |
| | | |
| | | $labels['autosavedraft'] = 'Automatically save draft'; |
| | | $labels['everynminutes'] = 'every $n minutes'; |
| | |
| | | $labels['sortasc'] = 'Sort ascending'; |
| | | $labels['sortdesc'] = 'Sort descending'; |
| | | |
| | | ?> |
| | | ?> |