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