Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

messages.inc 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | localization/<lang>/messages.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail client |
  7. | Copyright (C) 2005-2015, The Roundcube Dev Team |
  8. | |
  9. | Licensed under the GNU General Public License version 3 or |
  10. | any later version with exceptions for skins & plugins. |
  11. | See the README file for a full license statement. |
  12. | |
  13. +-----------------------------------------------------------------------+
  14. For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/
  15. */
  16. $messages['errortitle'] = 'An error occurred!';
  17. $messages['loginfailed'] = 'Login failed.';
  18. $messages['cookiesdisabled'] = 'Your browser does not accept cookies.';
  19. $messages['sessionerror'] = 'Your session is invalid or expired.';
  20. $messages['storageerror'] = 'Connection to storage server failed.';
  21. $messages['servererror'] = 'Server Error!';
  22. $messages['servererrormsg'] = 'Server Error: $msg';
  23. $messages['connerror'] = 'Connection Error (Failed to reach the server)!';
  24. $messages['dberror'] = 'Database Error!';
  25. $messages['requesttimedout'] = 'Request timed out';
  26. $messages['errorreadonly'] = 'Unable to perform operation. Folder is read-only.';
  27. $messages['errornoperm'] = 'Unable to perform operation. Permission denied.';
  28. $messages['erroroverquota'] = 'Unable to perform operation. No free disk space.';
  29. $messages['erroroverquotadelete'] = 'No free disk space. Use SHIFT+DEL to delete a message.';
  30. $messages['invalidrequest'] = 'Invalid request! No data was saved.';
  31. $messages['invalidhost'] = 'Invalid server name.';
  32. $messages['nomessagesfound'] = 'No messages found in this mailbox.';
  33. $messages['loggedout'] = 'You have successfully terminated the session. Good bye!';
  34. $messages['mailboxempty'] = 'Mailbox is empty';
  35. $messages['nomessages'] = 'No messages';
  36. $messages['refreshing'] = 'Refreshing...';
  37. $messages['loading'] = 'Loading...';
  38. $messages['uploading'] = 'Uploading file...';
  39. $messages['uploadingmany'] = 'Uploading files...';
  40. $messages['loadingdata'] = 'Loading data...';
  41. $messages['checkingmail'] = 'Checking for new messages...';
  42. $messages['sendingmessage'] = 'Sending message...';
  43. $messages['messagesent'] = 'Message sent successfully.';
  44. $messages['savingmessage'] = 'Saving message...';
  45. $messages['messagesaved'] = 'Message saved to Drafts.';
  46. $messages['successfullysaved'] = 'Successfully saved.';
  47. $messages['savingresponse'] = 'Saving response text...';
  48. $messages['deleteresponseconfirm'] = 'Do you really want to delete this response text?';
  49. $messages['addedsuccessfully'] = 'Contact added successfully to address book.';
  50. $messages['contactnameexists'] = 'A contact with the same name already exists.';
  51. $messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.';
  52. $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!';
  53. $messages['nocontactsfound'] = 'No contacts found.';
  54. $messages['contactnotfound'] = 'The requested contact was not found.';
  55. $messages['contactsearchonly'] = 'Enter some search terms to find contacts';
  56. $messages['sendingfailed'] = 'Failed to send message.';
  57. $messages['senttooquickly'] = 'Please wait $sec sec(s). before sending this message.';
  58. $messages['errorsavingsent'] = 'An error occurred while saving sent message.';
  59. $messages['errorsaving'] = 'An error occurred while saving.';
  60. $messages['errormoving'] = 'Could not move the message(s).';
  61. $messages['errorcopying'] = 'Could not copy the message(s).';
  62. $messages['errordeleting'] = 'Could not delete the message(s).';
  63. $messages['errormarking'] = 'Could not mark the message(s).';
  64. $messages['deletecontactconfirm'] = 'Do you really want to delete selected contact(s)?';
  65. $messages['deletegroupconfirm'] = 'Do you really want to delete selected group?';
  66. $messages['deletemessagesconfirm'] = 'Do you really want to delete selected message(s)?';
  67. $messages['deletefolderconfirm'] = 'Do you really want to delete this folder?';
  68. $messages['purgefolderconfirm'] = 'Do you really want to delete all messages in this folder?';
  69. $messages['contactdeleting'] = 'Deleting contact(s)...';
  70. $messages['groupdeleting'] = 'Deleting group...';
  71. $messages['folderdeleting'] = 'Deleting folder...';
  72. $messages['foldermoving'] = 'Moving folder...';
  73. $messages['foldersubscribing'] = 'Subscribing folder...';
  74. $messages['folderunsubscribing'] = 'Unsubscribing folder...';
  75. $messages['formincomplete'] = 'The form was not completely filled out.';
  76. $messages['noemailwarning'] = 'Please enter a valid email address.';
  77. $messages['nonamewarning'] = 'Please enter a name.';
  78. $messages['nopagesizewarning'] = 'Please enter a page size.';
  79. $messages['norecipientwarning'] = 'Please enter at least one recipient.';
  80. $messages['nosubjectwarning'] = 'The "Subject" field is empty. Would you like to enter one now?';
  81. $messages['nobodywarning'] = 'Send this message without text?';
  82. $messages['restoresavedcomposedata'] = 'A previously composed but unsent message was found.\n\nSubject: $subject\nSaved: $date\n\nDo you want to restore this message?';
  83. $messages['nosearchname'] = 'Please enter a contact name or email address.';
  84. $messages['notuploadedwarning'] = 'Not all attachments have been uploaded yet. Please wait or cancel the upload.';
  85. $messages['searchsuccessful'] = '$nr messages found.';
  86. $messages['contactsearchsuccessful'] = '$nr contacts found.';
  87. $messages['searchnomatch'] = 'Search returned no matches.';
  88. $messages['searching'] = 'Searching...';
  89. $messages['checking'] = 'Checking...';
  90. $messages['stillsearching'] = 'Still searching...';
  91. $messages['nospellerrors'] = 'No spelling errors found.';
  92. $messages['folderdeleted'] = 'Folder successfully deleted.';
  93. $messages['foldersubscribed'] = 'Folder successfully subscribed.';
  94. $messages['folderunsubscribed'] = 'Folder successfully unsubscribed.';
  95. $messages['folderpurged'] = 'Folder has successfully been emptied.';
  96. $messages['folderexpunged'] = 'Folder has successfully been compacted.';
  97. $messages['deletedsuccessfully'] = 'Successfully deleted.';
  98. $messages['converting'] = 'Removing formatting...';
  99. $messages['messageopenerror'] = 'Could not load message from server.';
  100. $messages['fileuploaderror'] = 'File upload failed.';
  101. $messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size.';
  102. $messages['copysuccess'] = 'Successfully copied $nr contacts.';
  103. $messages['movesuccess'] = 'Successfully moved $nr contacts.';
  104. $messages['copyerror'] = 'Could not copy any contacts.';
  105. $messages['moveerror'] = 'Could not move any contacts.';
  106. $messages['sourceisreadonly'] = 'This address source is read only.';
  107. $messages['errorsavingcontact'] = 'Could not save the contact address.';
  108. $messages['movingmessage'] = 'Moving message(s)...';
  109. $messages['copyingmessage'] = 'Copying message(s)...';
  110. $messages['copyingcontact'] = 'Copying contact(s)...';
  111. $messages['movingcontact'] = 'Moving contact(s)...';
  112. $messages['deletingmessage'] = 'Deleting message(s)...';
  113. $messages['markingmessage'] = 'Marking message(s)...';
  114. $messages['addingmember'] = 'Adding contact(s) to the group...';
  115. $messages['removingmember'] = 'Removing contact(s) from the group...';
  116. $messages['receiptsent'] = 'Successfully sent a read receipt.';
  117. $messages['errorsendingreceipt'] = 'Could not send the receipt.';
  118. $messages['deleteidentityconfirm'] = 'Do you really want to delete this identity?';
  119. $messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';
  120. $messages['forbiddencharacter'] = 'Folder name contains a forbidden character.';
  121. $messages['selectimportfile'] = 'Please select a file to upload.';
  122. $messages['addresswriterror'] = 'The selected address book is not writeable.';
  123. $messages['contactaddedtogroup'] = 'Successfully added the contacts to this group.';
  124. $messages['contactremovedfromgroup'] = 'Successfully removed contacts from this group.';
  125. $messages['nogroupassignmentschanged'] = 'No group assignments changed.';
  126. $messages['importwait'] = 'Importing, please wait...';
  127. $messages['importformaterror'] = 'Import failed! The uploaded file is not a valid import data file.';
  128. $messages['importconfirm'] = '<b>Successfully imported $inserted contacts</b>';
  129. $messages['importconfirmskipped'] = '<b>Skipped $skipped existing entries</b>';
  130. $messages['importmessagesuccess'] = 'Successfully imported $nr messages';
  131. $messages['importmessageerror'] = 'Import failed! The uploaded file is not a valid message or mailbox file';
  132. $messages['opnotpermitted'] = 'Operation not permitted!';
  133. $messages['httpreceivedencrypterror'] = 'A fatal configuration error occurred. Contact your administrator immediately. <b>Your message can not be sent.</b>';
  134. $messages['smtpconnerror'] = 'SMTP Error ($code): Connection to server failed.';
  135. $messages['smtpautherror'] = 'SMTP Error ($code): Authentication failed.';
  136. $messages['smtpfromerror'] = 'SMTP Error ($code): Failed to set sender "$from" ($msg).';
  137. $messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to" ($msg).';
  138. $messages['smtprecipientserror'] = 'SMTP Error: Unable to parse recipients list.';
  139. $messages['smtperror'] = 'SMTP Error: $msg';
  140. $messages['toomanyrecipients'] = 'Too many recipients. Reduce the number of recipients to $max.';
  141. $messages['maxgroupmembersreached'] = 'The number of group members exceeds the maximum of $max.';
  142. $messages['internalerror'] = 'An internal error occurred. Please try again.';
  143. $messages['contactdelerror'] = 'Could not delete contact(s).';
  144. $messages['contactdeleted'] = 'Contact(s) deleted successfully.';
  145. $messages['contactrestoreerror'] = 'Could not restore deleted contact(s).';
  146. $messages['contactrestored'] = 'Contact(s) restored successfully.';
  147. $messages['groupdeleted'] = 'Group deleted successfully.';
  148. $messages['grouprenamed'] = 'Group renamed successfully.';
  149. $messages['groupcreated'] = 'Group created successfully.';
  150. $messages['savedsearchdeleted'] = 'Saved search deleted successfully.';
  151. $messages['savedsearchdeleteerror'] = 'Could not delete saved search.';
  152. $messages['savedsearchcreated'] = 'Saved search created successfully.';
  153. $messages['savedsearchcreateerror'] = 'Could not create saved search.';
  154. $messages['messagedeleted'] = 'Message(s) deleted successfully.';
  155. $messages['messagemoved'] = 'Message(s) moved successfully.';
  156. $messages['messagecopied'] = 'Message(s) copied successfully.';
  157. $messages['messagemarked'] = 'Message(s) marked successfully.';
  158. $messages['autocompletechars'] = 'Enter at least $min characters for autocompletion.';
  159. $messages['autocompletemore'] = 'More matching entries found. Please type more characters.';
  160. $messages['namecannotbeempty'] = 'Name cannot be empty.';
  161. $messages['nametoolong'] = 'Name is too long.';
  162. $messages['folderupdated'] = 'Folder updated successfully.';
  163. $messages['foldercreated'] = 'Folder created successfully.';
  164. $messages['invalidimageformat'] = 'Not a valid image format.';
  165. $messages['mispellingsfound'] = 'Spelling errors detected in the message.';
  166. $messages['parentnotwritable'] = 'Unable to create/move folder into selected parent folder. No access rights.';
  167. $messages['messagetoobig'] = 'The message part is too big to process it.';
  168. $messages['noscriptwarning'] = 'Warning: This webmail service requires Javascript! In order to use it please enable Javascript in your browser\'s settings.';