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