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.
205 lines
6.1 KiB
PHP
205 lines
6.1 KiB
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| language/en_GB/labels.inc |
|
|
| |
|
|
| Language file of the RoundCube Webmail client |
|
|
| Copyright (C) 2005, RoundQube Dev. - Switzerland |
|
|
| Licensed under the GNU GPL |
|
|
| |
|
|
+-----------------------------------------------------------------------+
|
|
| Author: Weiran Zhang (weiran@weiran.co.uk) |
|
|
+-----------------------------------------------------------------------+
|
|
|
|
$Id$
|
|
|
|
*/
|
|
|
|
$labels = array();
|
|
|
|
// login page
|
|
$labels['welcome'] = 'Welcome to $product';
|
|
$labels['username'] = 'Username';
|
|
$labels['password'] = 'Password';
|
|
$labels['server'] = 'Server';
|
|
$labels['login'] = 'Login';
|
|
|
|
// taskbar
|
|
$labels['logout'] = 'Logout';
|
|
$labels['mail'] = 'E-Mail';
|
|
$labels['settings'] = 'Personal Settings';
|
|
$labels['addressbook'] = 'Address Book';
|
|
|
|
// mailbox names
|
|
$labels['inbox'] = 'Inbox';
|
|
$labels['drafts'] = 'Drafts';
|
|
$labels['sent'] = 'Sent';
|
|
$labels['trash'] = 'Deleted Items';
|
|
$labels['drafts'] = 'Drafts';
|
|
$labels['junk'] = 'Junk';
|
|
|
|
// message listing
|
|
$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';
|
|
|
|
// aliases
|
|
$labels['reply-to'] = $labels['replyto'];
|
|
|
|
$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'] = 'Prefer HTML';
|
|
$labels['htmlmessage'] = 'HTML Message';
|
|
$labels['prettydate'] = 'Pretty dates';
|
|
|
|
$labels['addtoaddressbook'] = 'Add to address book';
|
|
|
|
// weekdays short
|
|
$labels['sun'] = 'Sun';
|
|
$labels['mon'] = 'Mon';
|
|
$labels['tue'] = 'Tue';
|
|
$labels['wed'] = 'Wed';
|
|
$labels['thu'] = 'Thu';
|
|
$labels['fri'] = 'Fri';
|
|
$labels['sat'] = 'Sat';
|
|
|
|
// weekdays long
|
|
$labels['sunday'] = 'Sunday';
|
|
$labels['monday'] = 'Monday';
|
|
$labels['tuesday'] = 'Tuesday';
|
|
$labels['wednesday'] = 'Wednesday';
|
|
$labels['thursday'] = 'Thursday';
|
|
$labels['friday'] = 'Friday';
|
|
$labels['saturday'] = 'Saturday';
|
|
|
|
$labels['today'] = 'Today';
|
|
|
|
// toolbar buttons
|
|
$labels['checkmail'] = 'Check for new messages';
|
|
$labels['writenewmessage'] = 'Create a new message';
|
|
$labels['replytomessage'] = 'Reply to the message';
|
|
$labels['replytoallmessage'] = 'Reply to sender and all recipients';
|
|
$labels['forwardmessage'] = 'Forward the message';
|
|
$labels['deletemessage'] = 'Move message to trash';
|
|
$labels['printmessage'] = 'Print this message';
|
|
$labels['previousmessages'] = 'Show previous set of messages';
|
|
$labels['nextmessages'] = 'Show next set of messages';
|
|
$labels['backtolist'] = 'Back to message list';
|
|
$labels['viewsource'] = 'Show source';
|
|
|
|
$labels['select'] = 'Select';
|
|
$labels['all'] = 'All';
|
|
$labels['none'] = 'None';
|
|
$labels['unread'] = 'Unread';
|
|
|
|
$labels['compact'] = 'Compact';
|
|
$labels['empty'] = 'Empty';
|
|
$labels['purge'] = 'Purge';
|
|
|
|
$labels['quota'] = 'Disk usage';
|
|
|
|
|
|
// 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['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';
|
|
|
|
|
|
// address boook
|
|
$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['addcontact'] = 'Add selected contact to your addressbook';
|
|
$labels['deletecontact'] = 'Delete selected contacts';
|
|
$labels['composeto'] = 'Compose mail to';
|
|
$labels['contactsfromto'] = 'Contacts $from to $to of $count';
|
|
$labels['print'] = 'Print';
|
|
$labels['export'] = 'Export';
|
|
|
|
// 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';
|
|
|
|
// settings
|
|
$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['language'] = 'Language';
|
|
$labels['timezone'] = 'Time zone';
|
|
$labels['pagesize'] = 'Rows per page';
|
|
$labels['signature'] = 'Signature';
|
|
|
|
$labels['folder'] = 'Folder';
|
|
$labels['folders'] = 'Folders';
|
|
$labels['foldername'] = 'Folder name';
|
|
$labels['subscribed'] = 'Subscribed';
|
|
$labels['create'] = 'Create';
|
|
$labels['createfolder'] = 'Create new folder';
|
|
$labels['deletefolder'] = 'Delete folder';
|
|
$labels['managefolders'] = 'Manage folders';
|
|
|
|
$labels['sortby'] = 'Sort by';
|
|
$labels['sortasc'] = 'Sort ascending';
|
|
$labels['sortdesc'] = 'Sort descending';
|
|
|
|
?>
|