svncommit
2006-06-19 1966c53255495890dd7f25c31bac73d97ecc3291
program/localization/en_US/labels.inc
@@ -2,7 +2,7 @@
/*
 +-----------------------------------------------------------------------+
 | language/en/labels.inc                                                |
 | language/en_US/labels.inc                                             |
 |                                                                       |
 | Language file of the RoundCube Webmail client                         |
 | Copyright (C) 2005, RoundQube Dev. - Switzerland                      |
@@ -19,7 +19,7 @@
$labels = array();
// login page
$labels['welcome']   = 'Welcome to Roundcube|Mail';
$labels['welcome']   = 'Welcome to $product';
$labels['username']  = 'Username';
$labels['password']  = 'Password';
$labels['server']    = 'Server';
@@ -33,9 +33,9 @@
// mailbox names
$labels['inbox']  = 'Inbox';
$labels['drafts'] = 'Drafts';
$labels['sent']   = 'Sent';
$labels['trash']  = 'Trash';
$labels['drafts'] = 'Drafts';
$labels['junk']   = 'Junk';
// message listing
@@ -120,9 +120,15 @@
// message compose
$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['checkspelling'] = 'Check spelling';
$labels['resumeediting'] = 'Resume editing';
$labels['revertto'] = 'Revert to';
$labels['attachments'] = 'Attachments';
$labels['upload'] = 'Upload';
@@ -160,6 +166,10 @@
$labels['print']          = 'Print';
$labels['export']         = 'Export';
$labels['previouspage']   = 'Show previous set';
$labels['nextpage']       = 'Show next set';
// LDAP search
$labels['ldapsearch'] = 'LDAP directory search';