| 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-2008, RoundCube Dev. - Switzerland | |
|---|
| 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['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['sendingmessage'] = 'Sending message...'; |
|---|
| 32 | $messages['messagesent'] = 'Message sent successfully'; |
|---|
| 33 | $messages['savingmessage'] = 'Saving message...'; |
|---|
| 34 | $messages['messagesaved'] = 'Message saved to Drafts'; |
|---|
| 35 | $messages['successfullysaved'] = 'Successfully saved'; |
|---|
| 36 | $messages['addedsuccessfully'] = 'Contact added successfully to address book'; |
|---|
| 37 | $messages['contactexists'] = 'A contact with this e-mail address already exists'; |
|---|
| 38 | $messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.'; |
|---|
| 39 | $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!'; |
|---|
| 40 | $messages['nocontactsfound'] = 'No contacts found'; |
|---|
| 41 | $messages['contactnotfound'] = 'The requested contact was not found'; |
|---|
| 42 | $messages['sendingfailed'] = 'Failed to send message'; |
|---|
| 43 | $messages['senttooquickly'] = 'You have to wait $sec sec. to sent the message'; |
|---|
| 44 | $messages['errorsavingsent'] = 'An error occured while saving sent message'; |
|---|
| 45 | $messages['errorsaving'] = 'An error occured while saving'; |
|---|
| 46 | $messages['errormoving'] = 'Could not move the message'; |
|---|
| 47 | $messages['errordeleting'] = 'Could not delete the message'; |
|---|
| 48 | $messages['deletecontactconfirm'] = 'Do you really want to delete the selected contact(s)?'; |
|---|
| 49 | $messages['deletemessagesconfirm'] = 'Do you really want to delete the selected message(s)?'; |
|---|
| 50 | $messages['deletefolderconfirm'] = 'Do you really want to delete this folder?'; |
|---|
| 51 | $messages['purgefolderconfirm'] = 'Do you really want to delete all messages in this folder?'; |
|---|
| 52 | $messages['foldercreating'] = 'Folder creating...'; |
|---|
| 53 | $messages['folderdeleting'] = 'Folder deleting...'; |
|---|
| 54 | $messages['folderrenaming'] = 'Folder renaming...'; |
|---|
| 55 | $messages['formincomplete'] = 'The form was not completely filled out'; |
|---|
| 56 | $messages['noemailwarning'] = 'Please enter a valid email address'; |
|---|
| 57 | $messages['nonamewarning'] = 'Please enter a name'; |
|---|
| 58 | $messages['nopagesizewarning'] = 'Please enter a page size'; |
|---|
| 59 | $messages['norecipientwarning'] = 'Please enter at least one recipient'; |
|---|
| 60 | $messages['nosubjectwarning'] = 'The "Subject" field is empty. Would you like to enter one now?'; |
|---|
| 61 | $messages['nobodywarning'] = 'Send this message without text?'; |
|---|
| 62 | $messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?'; |
|---|
| 63 | $messages['noldapserver'] = 'Please select an ldap server to search'; |
|---|
| 64 | $messages['nocontactsreturned'] = 'No contacts were found'; |
|---|
| 65 | $messages['nosearchname'] = 'Please enter a contact name or email address'; |
|---|
| 66 | $messages['searchsuccessful'] = '$nr messages found'; |
|---|
| 67 | $messages['searchnomatch'] = 'Search returned no matches'; |
|---|
| 68 | $messages['searching'] = 'Searching...'; |
|---|
| 69 | $messages['checking'] = 'Checking...'; |
|---|
| 70 | $messages['nospellerrors'] = 'No spelling errors found'; |
|---|
| 71 | $messages['folderdeleted'] = 'Folder successfully deleted'; |
|---|
| 72 | $messages['deletedsuccessfully'] = "Successfully deleted"; |
|---|
| 73 | $messages['converting'] = 'Removing formatting...'; |
|---|
| 74 | $messages['messageopenerror'] = 'Could not load message from server'; |
|---|
| 75 | $messages['fileuploaderror'] = 'File upload failed'; |
|---|
| 76 | $messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size'; |
|---|
| 77 | $messages['copysuccess'] = 'Successfully copied $nr addresses'; |
|---|
| 78 | $messages['copyerror'] = 'Could not copy any addresses'; |
|---|
| 79 | $messages['sourceisreadonly'] = 'This address source is read only'; |
|---|
| 80 | $messages['errorsavingcontact'] = 'Could not save the contact address'; |
|---|
| 81 | $messages['movingmessage'] = 'Moving message...'; |
|---|
| 82 | $messages['receiptsent'] = 'Successfully sent a read receipt'; |
|---|
| 83 | $messages['errorsendingreceipt'] = 'Could not send the receipt'; |
|---|
| 84 | $messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.'; |
|---|
| 85 | $messages['addsubfolderhint'] = 'This folder will be created as subfolder of the currently selected one'; |
|---|
| 86 | $messages['forbiddencharacter'] = 'Folder name contains a forbidden character'; |
|---|
| 87 | $messages['selectimportfile'] = 'Please select a file to upload'; |
|---|
| 88 | $messages['addresswriterror'] = 'The selected address book is not writeable'; |
|---|
| 89 | $messages['importwait'] = 'Importing, please wait...'; |
|---|
| 90 | $messages['importerror'] = 'Import failed! The uploaded file is not a valid vCard file.'; |
|---|
| 91 | $messages['importconfirm'] = '<b>Successfully imported $inserted contacts, $skipped existing entries skipped</b>:<p><em>$names</em></p>'; |
|---|
| 92 | $messages['opnotpermitted'] = 'Operation not permitted!'; |
|---|
| 93 | |
|---|
| 94 | ?> |
|---|