PageRenderTime 48ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/roundcubemail-0.7.2-dep/program/localization/en_US/messages.inc

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