]> git.donarmstrong.com Git - roundcube.git/blob - program/localization/en_GB/messages.inc
Imported Upstream version 0.1~rc1~dfsg
[roundcube.git] / program / localization / en_GB / messages.inc
1 <?php
2
3 /*
4
5  +-----------------------------------------------------------------------+
6  | language/en_GB/messages.inc                                           |
7  |                                                                       |
8  | Language file of the RoundCube Webmail client                         |
9  | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 |
10  | Licensed under the GNU GPL                                            |
11  |                                                                       |
12  +-----------------------------------------------------------------------+
13  | Author: Weiran Zhang (weiran@weiran.co.uk)                            |
14  +-----------------------------------------------------------------------+
15
16  @version $Id: messages.inc 466 2007-02-06 09:17:01Z tomekp $
17
18 */
19
20 $messages = array();
21 $messages['loginfailed']  = 'Login failed';
22 $messages['cookiesdisabled'] = 'Your browser does not accept cookies';
23 $messages['sessionerror'] = 'Your session is invalid or expired';
24 $messages['imaperror'] = 'Connection to IMAP server failed';
25 $messages['nomessagesfound'] = 'No messages found in this mailbox';
26 $messages['loggedout'] = 'You have successfully terminated the session. Good bye!';
27 $messages['mailboxempty'] = 'Mailbox is empty';
28 $messages['loading'] = 'Loading...';
29 $messages['loadingdata'] = 'Loading data...';
30 $messages['checkingmail'] = 'Checking for new messages...';
31 $messages['messagesent'] = 'Message sent successfully';
32 $messages['savingmessage'] = 'Saving message...';
33 $messages['messagesaved'] = 'Message saved to Drafts';
34 $messages['successfullysaved'] = 'Successfully saved';
35 $messages['addedsuccessfully'] = 'Contact added successfully to address book';
36 $messages['contactexists'] = 'A contact with this e-mail address already exists';
37 $messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.';
38 $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!';
39 $messages['nocontactsfound'] = 'No contacts found';
40 $messages['sendingfailed'] = 'Failed to send message';
41 $messages['errorsaving'] = 'An error occured while saving';
42 $messages['errormoving'] = 'Could not move the message';
43 $messages['errordeleting'] = 'Could not delete the message';
44 $messages['deletecontactconfirm']  = 'Do you really want to delete the selected contact(s)?';
45 $messages['deletefolderconfirm']  = 'Do you really want to delete this folder?';
46 $messages['formincomplete'] = 'The form was not completely filled out';
47 $messages['noemailwarning'] = 'Please enter a valid email address';
48 $messages['nonamewarning']  = 'Please enter a name';
49 $messages['nopagesizewarning'] = 'Please enter a page size';
50 $messages['norecipientwarning'] = 'Please enter at least one recipient';
51 $messages['nosubjectwarning']  = 'The "Subject" field is empty. Would you like to enter one now?';
52 $messages['nobodywarning'] = 'Send this message without text?';
53 $messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?';
54 $messages['noldapserver'] = 'Please select an ldap server to search';
55 $messages['nocontactsreturned'] = 'No contacts were found';
56 $messages['nosearchname'] = 'Please enter a contact name or email address';
57 $messages['searchsuccessful'] = '$nr messages found';
58 $messages['searchnomatch'] = 'Search returned no matches';
59 $messages['searching'] = 'Searching...';
60 $messages['checking'] = 'Checking...';
61 $messages['nospellerrors'] = 'No spelling errors found';
62 $messages['folderdeleted'] = 'Folder successfully deleted';
63
64 ?>