You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
268 lines
10 KiB
PHP
268 lines
10 KiB
PHP
<?php
|
|
|
|
/*
|
|
|
|
+-----------------------------------------------------------------------+
|
|
| language/en_GB/labels.inc |
|
|
| |
|
|
| Language file of the RoundCube Webmail client |
|
|
| Copyright (C) 2005-2009, RoundCube Dev. - Switzerland |
|
|
| Licensed under the GNU GPL |
|
|
| |
|
|
+-----------------------------------------------------------------------+
|
|
| Author: Weiran Zhang (weiran@weiran.co.uk) |
|
|
+-----------------------------------------------------------------------+
|
|
|
|
@version $Id$
|
|
|
|
*/
|
|
|
|
$labels = array();
|
|
$labels['welcome'] = 'Welcome to $product';
|
|
$labels['username'] = 'Username';
|
|
$labels['password'] = 'Password';
|
|
$labels['server'] = 'Server';
|
|
$labels['login'] = 'Login';
|
|
$labels['logout'] = 'Logout';
|
|
$labels['mail'] = 'E-Mail';
|
|
$labels['settings'] = 'Personal Settings';
|
|
$labels['addressbook'] = 'Address Book';
|
|
$labels['inbox'] = 'Inbox';
|
|
$labels['drafts'] = 'Drafts';
|
|
$labels['sent'] = 'Sent';
|
|
$labels['trash'] = 'Deleted Items';
|
|
$labels['junk'] = 'Junk';
|
|
$labels['subject'] = 'Subject';
|
|
$labels['from'] = 'Sender';
|
|
$labels['to'] = 'Recipient';
|
|
$labels['cc'] = 'Copy';
|
|
$labels['bcc'] = 'Bcc';
|
|
$labels['replyto'] = 'Reply-To';
|
|
$labels['date'] = 'Date';
|
|
$labels['size'] = 'Size';
|
|
$labels['priority'] = 'Priority';
|
|
$labels['organization'] = 'Organisation';
|
|
$labels['reply-to'] = 'Reply-To';
|
|
$labels['mailboxlist'] = 'Folders';
|
|
$labels['messagesfromto'] = 'Messages $from to $to of $count';
|
|
$labels['messagenrof'] = 'Message $nr of $count';
|
|
$labels['moveto'] = 'Move to...';
|
|
$labels['download'] = 'Download';
|
|
$labels['filename'] = 'File name';
|
|
$labels['filesize'] = 'File size';
|
|
$labels['preferhtml'] = 'Display HTML';
|
|
$labels['htmlmessage'] = 'HTML Message';
|
|
$labels['prettydate'] = 'Pretty dates';
|
|
$labels['addtoaddressbook'] = 'Add to address book';
|
|
$labels['sun'] = 'Sun';
|
|
$labels['mon'] = 'Mon';
|
|
$labels['tue'] = 'Tue';
|
|
$labels['wed'] = 'Wed';
|
|
$labels['thu'] = 'Thu';
|
|
$labels['fri'] = 'Fri';
|
|
$labels['sat'] = 'Sat';
|
|
$labels['sunday'] = 'Sunday';
|
|
$labels['monday'] = 'Monday';
|
|
$labels['tuesday'] = 'Tuesday';
|
|
$labels['wednesday'] = 'Wednesday';
|
|
$labels['thursday'] = 'Thursday';
|
|
$labels['friday'] = 'Friday';
|
|
$labels['saturday'] = 'Saturday';
|
|
$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';
|
|
$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';
|
|
$labels['checkmail'] = 'Check for new messages';
|
|
$labels['writenewmessage'] = 'Create a new message';
|
|
$labels['replytomessage'] = 'Reply to sender';
|
|
$labels['replytoallmessage'] = 'Reply to sender and all recipients';
|
|
$labels['forwardmessage'] = 'Forward the message';
|
|
$labels['deletemessage'] = 'Delete message';
|
|
$labels['movemessagetotrash'] = 'Move message to "Deleted Items"';
|
|
$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['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['none'] = 'None';
|
|
$labels['unread'] = 'Unread';
|
|
$labels['flagged'] = 'Flagged';
|
|
$labels['unanswered'] = 'Unanswered';
|
|
$labels['filter'] = 'Filter';
|
|
$labels['compact'] = 'Compact';
|
|
$labels['empty'] = 'Empty';
|
|
$labels['purge'] = 'Purge';
|
|
$labels['quota'] = 'Disk usage';
|
|
$labels['unknown'] = 'unknown';
|
|
$labels['unlimited'] = 'unlimited';
|
|
$labels['quicksearch'] = 'Quick search';
|
|
$labels['resetsearch'] = 'Reset search';
|
|
$labels['openinextwin'] = 'Open in new window';
|
|
$labels['compose'] = 'Compose a message';
|
|
$labels['savemessage'] = 'Save this draft';
|
|
$labels['sendmessage'] = 'Send now';
|
|
$labels['addattachment'] = 'Attach a file';
|
|
$labels['charset'] = 'Charset';
|
|
$labels['editortype'] = 'Editor type';
|
|
$labels['returnreceipt'] = 'Return receipt';
|
|
$labels['checkspelling'] = 'Check spelling';
|
|
$labels['resumeediting'] = 'Resume editing';
|
|
$labels['revertto'] = 'Revert to';
|
|
$labels['attachments'] = 'Attachments';
|
|
$labels['upload'] = 'Upload';
|
|
$labels['close'] = 'Close';
|
|
$labels['low'] = 'Low';
|
|
$labels['lowest'] = 'Lowest';
|
|
$labels['normal'] = 'Normal';
|
|
$labels['high'] = 'High';
|
|
$labels['highest'] = 'Highest';
|
|
$labels['nosubject'] = '(no subject)';
|
|
$labels['showimages'] = 'Display images';
|
|
$labels['alwaysshow'] = 'Always show images from $sender';
|
|
$labels['htmltoggle'] = 'HTML';
|
|
$labels['plaintoggle'] = 'Plain text';
|
|
$labels['savesentmessagein'] = 'Save sent message in';
|
|
$labels['dontsave'] = 'don\'t save';
|
|
$labels['maxuploadsize'] = 'Maximum allowed file size is $size';
|
|
$labels['addcc'] = 'Add Cc';
|
|
$labels['addbcc'] = 'Add Bcc';
|
|
$labels['addreplyto'] = 'Add Reply-To';
|
|
$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.';
|
|
$labels['name'] = 'Display name';
|
|
$labels['firstname'] = 'First name';
|
|
$labels['surname'] = 'Last name';
|
|
$labels['email'] = 'E-Mail';
|
|
$labels['addcontact'] = 'Add new contact';
|
|
$labels['editcontact'] = 'Edit contact';
|
|
$labels['edit'] = 'Edit';
|
|
$labels['cancel'] = 'Cancel';
|
|
$labels['save'] = 'Save';
|
|
$labels['delete'] = 'Delete';
|
|
$labels['newcontact'] = 'Create new contact card';
|
|
$labels['deletecontact'] = 'Delete selected contacts';
|
|
$labels['composeto'] = 'Compose mail to';
|
|
$labels['contactsfromto'] = 'Contacts $from to $to of $count';
|
|
$labels['print'] = 'Print';
|
|
$labels['export'] = 'Export';
|
|
$labels['exportvcards'] = 'Export contacts in vCard format';
|
|
$labels['previouspage'] = 'Show previous set';
|
|
$labels['firstpage'] = 'Show first set';
|
|
$labels['nextpage'] = 'Show next set';
|
|
$labels['lastpage'] = 'Show last set';
|
|
$labels['groups'] = 'Groups';
|
|
$labels['personaladrbook'] = 'Personal Addresses';
|
|
$labels['import'] = 'Import';
|
|
$labels['importcontacts'] = 'Import contacts';
|
|
$labels['importfromfile'] = 'Import from file:';
|
|
$labels['importreplace'] = 'Replace the entire address book';
|
|
$labels['importtext'] = 'You can upload contacts from an existing address book. We currently support importing addresses from the vCard data format.';
|
|
$labels['done'] = 'Done';
|
|
$labels['settingsfor'] = 'Settings for';
|
|
$labels['preferences'] = 'Preferences';
|
|
$labels['userpreferences'] = 'User preferences';
|
|
$labels['editpreferences'] = 'Edit user preferences';
|
|
$labels['identities'] = 'Identities';
|
|
$labels['manageidentities'] = 'Manage identities for this account';
|
|
$labels['newidentity'] = 'New identity';
|
|
$labels['newitem'] = 'New item';
|
|
$labels['edititem'] = 'Edit item';
|
|
$labels['setdefault'] = 'Set default';
|
|
$labels['autodetect'] = 'Auto';
|
|
$labels['language'] = 'Language';
|
|
$labels['timezone'] = 'Time zone';
|
|
$labels['pagesize'] = 'Rows per page';
|
|
$labels['signature'] = 'Signature';
|
|
$labels['dstactive'] = 'Summer time';
|
|
$labels['htmleditor'] = 'Compose HTML messages';
|
|
$labels['htmlsignature'] = 'HTML signature';
|
|
$labels['previewpane'] = 'Show preview pane';
|
|
$labels['skin'] = 'Interface skin';
|
|
$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['skipdeleted'] = 'Do not show deleted messages';
|
|
$labels['showremoteimages'] = 'Display remote inline images';
|
|
$labels['fromknownsenders'] = 'from known senders';
|
|
$labels['always'] = 'always';
|
|
$labels['showinlineimages'] = 'Display attached images below the message';
|
|
$labels['autosavedraft'] = 'Automatically save draft';
|
|
$labels['everynminutes'] = 'every $n minutes';
|
|
$labels['keepaliveevery'] = 'every $n minute(s)';
|
|
$labels['keepalive'] = 'Check for new messages on';
|
|
$labels['never'] = 'never';
|
|
$labels['messagesdisplaying'] = 'Displaying Messages';
|
|
$labels['messagescomposition'] = 'Composing Messages';
|
|
$labels['mimeparamfolding'] = 'Attachment names';
|
|
$labels['2231folding'] = 'Full RFC 2231 (Thunderbird)';
|
|
$labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)';
|
|
$labels['2047folding'] = 'Full RFC 2047 (other)';
|
|
$labels['advancedoptions'] = 'Advanced options';
|
|
$labels['focusonnewmessage'] = 'Focus browser window on new message';
|
|
$labels['checkallfolders'] = 'Check all folders for new messages';
|
|
$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['renamefolder'] = 'Rename folder';
|
|
$labels['deletefolder'] = 'Delete folder';
|
|
$labels['managefolders'] = 'Manage folders';
|
|
$labels['specialfolders'] = 'Special Folders';
|
|
$labels['sortby'] = 'Sort by';
|
|
$labels['sortasc'] = 'Sort ascending';
|
|
$labels['sortdesc'] = 'Sort descending';
|
|
$labels['B'] = 'B';
|
|
$labels['KB'] = 'KB';
|
|
$labels['MB'] = 'MB';
|
|
$labels['GB'] = 'GB';
|
|
|
|
?>
|