thomascube
2010-12-17 db1a87cd6c506f2afbd1a37c64cb56ae11120b49
commit | author | age
e66f5b 1 <?php
T 2
3 /*
9d41ed 4
8da62f 5 +-----------------------------------------------------------------------+
Y 6 | language/en_GB/messages.inc                                           |
7 |                                                                       |
e019f2 8 | Language file of the Roundcube Webmail client                         |
A 9 | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 |
8da62f 10 | Licensed under the GNU GPL                                            |
Y 11 |                                                                       |
12 +-----------------------------------------------------------------------+
13 | Author: Weiran Zhang (weiran@weiran.co.uk)                            |
14 +-----------------------------------------------------------------------+
e66f5b 15
8da62f 16 @version $Id$
e66f5b 17
T 18 */
19
20 $messages = array();
f5e936 21 $messages['loginfailed'] = 'Login failed';
e66f5b 22 $messages['cookiesdisabled'] = 'Your browser does not accept cookies';
75f534 23 $messages['sessionerror'] = 'Your session is invalid or has expired';
e66f5b 24 $messages['imaperror'] = 'Connection to IMAP server failed';
74d421 25 $messages['servererror'] = 'Server Error!';
db1a87 26 $messages['servererrormsg'] = 'Server Error: $msg';
742db4 27 $messages['invalidrequest'] = 'Invalid request! No data was saved.';
e66f5b 28 $messages['nomessagesfound'] = 'No messages found in this mailbox';
T 29 $messages['loggedout'] = 'You have successfully terminated the session. Good bye!';
30 $messages['mailboxempty'] = 'Mailbox is empty';
e1a3f0 31 $messages['loading'] = 'Loading...';
742db4 32 $messages['uploading'] = 'Uploading file...';
e66f5b 33 $messages['loadingdata'] = 'Loading data...';
c8c1e0 34 $messages['checkingmail'] = 'Checking for new messages...';
75f534 35 $messages['sendingmessage'] = 'Sending message...';
e66f5b 36 $messages['messagesent'] = 'Message sent successfully';
1966c5 37 $messages['savingmessage'] = 'Saving message...';
S 38 $messages['messagesaved'] = 'Message saved to Drafts';
e66f5b 39 $messages['successfullysaved'] = 'Successfully saved';
75f534 40 $messages['addedsuccessfully'] = 'Contact successfully added to address book';
e66f5b 41 $messages['contactexists'] = 'A contact with this e-mail address already exists';
T 42 $messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.';
43 $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!';
44 $messages['nocontactsfound'] = 'No contacts found';
75f534 45 $messages['contactnotfound'] = 'The requested contact was not found';
e66f5b 46 $messages['sendingfailed'] = 'Failed to send message';
3562eb 47 $messages['senttooquickly'] = 'Please wait $sec sec(s). before sending this message';
A 48 $messages['errorsavingsent'] = 'An error occurred while saving sent message';
49 $messages['errorsaving'] = 'An error occurred while saving';
db1a87 50 $messages['errormoving'] = 'Could not move the message(s)';
c75f8e 51 $messages['errorcopying'] = 'Could not copy the message(s)';
db1a87 52 $messages['errordeleting'] = 'Could not delete the message(s)';
T 53 $messages['errormarking'] = 'Could not mark the message(s)';
f5e936 54 $messages['deletecontactconfirm'] = 'Do you really want to delete the selected contact(s)?';
75f534 55 $messages['deletemessagesconfirm'] = 'Do you really want to delete the selected message(s)?';
f5e936 56 $messages['deletefolderconfirm'] = 'Do you really want to delete this folder?';
S 57 $messages['purgefolderconfirm'] = 'Do you really want to delete all messages in this folder?';
3562eb 58 $messages['folderdeleting'] = 'Deleting folder...';
701b9a 59 $messages['foldermoving'] = 'Moving folder...';
c9d09b 60 $messages['formincomplete'] = 'The form was not completely filled out';
T 61 $messages['noemailwarning'] = 'Please enter a valid email address';
f5e936 62 $messages['nonamewarning'] = 'Please enter a name';
c9d09b 63 $messages['nopagesizewarning'] = 'Please enter a page size';
3feb55 64 $messages['nosenderwarning'] = 'Please enter sender e-mail address';
c9d09b 65 $messages['norecipientwarning'] = 'Please enter at least one recipient';
f5e936 66 $messages['nosubjectwarning'] = 'The "Subject" field is empty. Would you like to enter one now?';
75f534 67 $messages['nobodywarning'] = 'Send this message without any text?';
S 68 $messages['notsentwarning'] = 'Your message has not been sent. Do you want to discard it?';
69 $messages['noldapserver'] = 'Please select an LDAP server to search';
c9d09b 70 $messages['nocontactsreturned'] = 'No contacts were found';
T 71 $messages['nosearchname'] = 'Please enter a contact name or email address';
742db4 72 $messages['notuploadedwarning'] = 'Not all attachments have been uploaded yet. Please wait or cancel the upload.';
f9c107 73 $messages['searchsuccessful'] = '$nr messages found';
75f534 74 $messages['searchnomatch'] = 'Search found no matches';
f9c107 75 $messages['searching'] = 'Searching...';
T 76 $messages['checking'] = 'Checking...';
77 $messages['nospellerrors'] = 'No spelling errors found';
78 $messages['folderdeleted'] = 'Folder successfully deleted';
f5e936 79 $messages['deletedsuccessfully'] = 'Successfully deleted';
3bd94b 80 $messages['converting'] = 'Removing formatting...';
75f534 81 $messages['messageopenerror'] = 'Could not load message from server';
S 82 $messages['fileuploaderror'] = 'File upload failed';
83 $messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size';
84 $messages['copysuccess'] = 'Successfully copied $nr addresses';
85 $messages['copyerror'] = 'Could not copy any addresses';
86 $messages['sourceisreadonly'] = 'This address source is read-only';
87 $messages['errorsavingcontact'] = 'Could not save the contact address';
db1a87 88 $messages['movingmessage'] = 'Moving message(s)...';
T 89 $messages['copyingmessage'] = 'Copying message(s)...';
90 $messages['deletingmessage'] = 'Deleting message(s)...';
91 $messages['markingmessage'] = 'Marking message(s)...';
f5e936 92 $messages['receiptsent'] = 'Successfully sent a read receipt';
S 93 $messages['errorsendingreceipt'] = 'Could not send the receipt';
e3a0af 94 $messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';
3562eb 95 $messages['forbiddencharacter'] = 'Folder name contains a forbidden character';
A 96 $messages['selectimportfile'] = 'Please select a file to upload';
97 $messages['addresswriterror'] = 'The selected address book is not writeable';
8da62f 98 $messages['contactaddedtogroup'] = 'Successfully added the contacts to this group';
Y 99 $messages['contactremovedfromgroup'] = 'Successfully remove contacts from this group';
3562eb 100 $messages['importwait'] = 'Importing, please wait...';
A 101 $messages['importerror'] = 'Import failed! The uploaded file is not a valid vCard file.';
47369b 102 $messages['importconfirm'] = '<b>Successfully imported $inserted contacts, $skipped existing entries skipped</b>:<p><em>$names</em></p>';
3562eb 103 $messages['opnotpermitted'] = 'Operation not permitted!';
3feb55 104 $messages['nofromaddress'] = 'Missing e-mail address in selected identity';
71e6d5 105 $messages['editorwarning'] = 'Switching to the plain text editor will cause all text formatting to be lost. Do you wish to continue?';
2471d3 106 $messages['httpreceivedencrypterror'] = 'A fatal configuration error occurred. Contact your administrator immediately. <b>Your message can not be sent.</b>';
2818f8 107 $messages['smtpconnerror'] = 'SMTP Error ($code): Connection to server failed';
A 108 $messages['smtpautherror'] = 'SMTP Error ($code): Authentication failed';
349a8e 109 $messages['smtpfromerror'] = 'SMTP Error ($code): Failed to set sender "$from" ($msg)';
A 110 $messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to" ($msg)';
2818f8 111 $messages['smtprecipientserror'] = 'SMTP Error: Unable to parse recipients list';
db1a87 112 $messages['smtpdsnerror'] = 'SMTP Error: Server does not support Delivery Status Notifications';
2818f8 113 $messages['smtperror'] = 'SMTP Error: $msg';
742db4 114 $messages['emailformaterror'] = 'Incorrect e-mail address: $email';
8da62f 115 $messages['toomanyrecipients'] = 'Too many recipients. Reduce the number of recipients to $max.';
Y 116 $messages['maxgroupmembersreached'] = 'The number of group members exceeds the maximum of $max';
e7ed90 117 $messages['internalerror'] = 'An internal error occured. Please try again';
db1a87 118 $messages['contactdelerror'] = 'Could not delete contact(s)';
T 119 $messages['contactdeleted'] = 'Contact(s) deleted successfully';
120 $messages['groupdeleted'] = 'Group deleted successfully';
121 $messages['grouprenamed'] = 'Group renamed successfully';
122 $messages['groupcreated'] = 'Group created successfully';
123 $messages['messagedeleted'] = 'Message(s) deleted successfully';
124 $messages['messagemoved'] = 'Message(s) moved successfully';
125 $messages['messagecopied'] = 'Message(s) copied successfully';
126 $messages['messagemarked'] = 'Message(s) marked successfully';
127 $messages['autocompletechars'] = 'Enter at least $min characters for autocompletion';
f5e936 128
db1a87 129 ?>