alecpl
2008-06-30 e189a6ca18fe43def249c78a0e89405012981de5
program/localization/en_US/labels.inc
@@ -6,7 +6,7 @@
 | language/en_US/labels.inc                                             |
 |                                                                       |
 | Language file of the RoundCube Webmail client                         |
 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 |
 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 +-----------------------------------------------------------------------+
@@ -66,6 +66,7 @@
$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';
@@ -88,12 +89,40 @@
$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';
@@ -109,6 +138,11 @@
$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';
@@ -152,6 +186,7 @@
$labels['nosubject']  = '(no subject)';
$labels['showimages'] = 'Display images';
$labels['alwaysshow'] = 'Always show images from $sender';
$labels['htmltoggle'] = 'HTML';
$labels['plaintoggle'] = 'Plain text';
@@ -160,6 +195,11 @@
$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';
@@ -210,19 +250,33 @@
$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';
@@ -234,4 +288,4 @@
$labels['sortasc']  = 'Sort ascending';
$labels['sortdesc'] = 'Sort descending';
?>
?>