en.php 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?php
  2. $lang->mail->index = 'Email Homepage';
  3. $lang->mail->detect = 'Detect';
  4. $lang->mail->detectAction = 'Detect via Email Address';
  5. $lang->mail->edit = 'Edit Settings';
  6. $lang->mail->save = 'Save';
  7. $lang->mail->saveAction = 'Save Settings';
  8. $lang->mail->test = 'Send Test Email';
  9. $lang->mail->reset = 'Reset';
  10. $lang->mail->resetAction = 'Reset Settings';
  11. $lang->mail->resend = 'Resend';
  12. $lang->mail->resendAction = 'Resend Email';
  13. $lang->mail->browse = 'Email List';
  14. $lang->mail->delete = 'Delete Email';
  15. $lang->mail->ztCloud = 'ZenTao Cloud Mail';
  16. $lang->mail->gmail = 'Gmail';
  17. $lang->mail->sendCloud = 'Notice SendCloud';
  18. $lang->mail->batchDelete = 'Batch Delete';
  19. $lang->mail->sendcloudUser = 'Sync Contacts';
  20. $lang->mail->agreeLicense = 'Yes';
  21. $lang->mail->disagree = 'No';
  22. $lang->mail->turnon = 'Email Notification';
  23. $lang->mail->async = 'Async Sending';
  24. $lang->mail->fromAddress = 'Sender Email';
  25. $lang->mail->fromName = 'Sender Name';
  26. $lang->mail->domain = 'ZenTao Domain';
  27. $lang->mail->host = 'SMTP Server';
  28. $lang->mail->port = 'SMTP Port';
  29. $lang->mail->auth = 'Authentication';
  30. $lang->mail->username = 'SMTP Account';
  31. $lang->mail->password = 'SMTP Password';
  32. $lang->mail->secure = 'Encryption';
  33. $lang->mail->debug = 'Debug Level';
  34. $lang->mail->charset = 'Encoding';
  35. $lang->mail->accessKey = 'Access Key';
  36. $lang->mail->secretKey = 'Secret Key';
  37. $lang->mail->license = 'Important Notes for ZenTao Cloud Mail';
  38. $lang->mail->selectMTA = 'Select outgoing mail method: ';
  39. $lang->mail->smtp = 'SMTP';
  40. $lang->mail->syncedUser = 'Synced';
  41. $lang->mail->unsyncUser = 'Not Synced';
  42. $lang->mail->sync = 'Sync';
  43. $lang->mail->remove = 'Remove';
  44. $lang->mail->toList = 'Recipient';
  45. $lang->mail->ccList = 'CC';
  46. $lang->mail->subject = 'Subject';
  47. $lang->mail->createdBy = 'Sender';
  48. $lang->mail->createdDate = 'Created at';
  49. $lang->mail->sendTime = 'Sent at';
  50. $lang->mail->status = 'Status';
  51. $lang->mail->failReason = 'Failure reason';
  52. $lang->mail->statusList['wait'] = 'Pending';
  53. $lang->mail->statusList['sending'] = 'Sending';
  54. $lang->mail->statusList['sended'] = 'Sent';
  55. $lang->mail->statusList['fail'] = 'Failed';
  56. $lang->mail->turnonList[1] = 'On';
  57. $lang->mail->turnonList[0] = 'Off';
  58. $lang->mail->asyncList[1] = 'Yes';
  59. $lang->mail->asyncList[0] = 'No';
  60. $lang->mail->debugList[0] = 'Off';
  61. $lang->mail->debugList[1] = 'Medium';
  62. $lang->mail->debugList[2] = 'High';
  63. $lang->mail->authList[1] = 'Yes';
  64. $lang->mail->authList[0] = 'No';
  65. $lang->mail->secureList['0'] = 'Off';
  66. $lang->mail->secureList['ssl'] = 'ssl';
  67. $lang->mail->secureList['tls'] = 'tls';
  68. $lang->mail->more = 'More';
  69. $lang->mail->noticeResend = 'Email sent successfully.';
  70. $lang->mail->inputFromEmail = 'Enter sender email: ';
  71. $lang->mail->nextStep = 'Next';
  72. $lang->mail->successSaved = 'Email settings saved successfully.';
  73. $lang->mail->setForUser = 'No valid user email addresses found. Cannot send test email. Please configure user email addresses first.';
  74. $lang->mail->testSubject = 'Test email';
  75. $lang->mail->testContent = 'Email settings saved.';
  76. $lang->mail->successSended = 'Sent successfully!';
  77. $lang->mail->confirmDelete = 'Are you sure you want to delete the email?';
  78. $lang->mail->sendmailTips = 'Email sender will not receive this email.';
  79. $lang->mail->needConfigure = 'Email settings not found. Please configure outgoing mail settings first.';
  80. $lang->mail->connectFail = 'Cannot connect to the ZenTao website.';
  81. $lang->mail->centifyFail = 'Verification failed. The key may have changed. Please reconnect.';
  82. $lang->mail->nofsocket = 'fsocket functions are disabled; email cannot be sent. Please set allow_url_fopen to On in php.ini, enable the OpenSSL extension, and restart Apache.';
  83. $lang->mail->noOpenssl = 'To use SSL or TLS encryption, please enable the OpenSSL extension. Save changes and restart Apache.';
  84. $lang->mail->disableSecure = 'OpenSSL extension missing. SSL/TLS encryption disabled.';
  85. $lang->mail->sendCloudFail = 'Failed. Reason:';
  86. $lang->mail->sendCloudHelp = <<<EOD
  87. <p>. Notice SendCloud is a team notification service provided by SendCloud. For details, please visit <a href="http://notice.sendcloud.net/" target="_blank">notice.sendcloud.net</a></p>
  88. <p>2. You can view your accessKey and secretKey on the "Settings" page after logging in. The sender address and name are also configured in "Settings".</p>
  89. <p>3. To send emails successfully, the nickname in Notice SendCloud contacts must match the email address. Please visit the [<a href='%s'>Sync contacts</a>] page to sync ZenTao users to SendCloud.</p>
  90. EOD;
  91. $lang->mail->sendCloudSuccess = 'Done!';
  92. $lang->mail->closeSendCloud = 'Close SendCloud';
  93. $lang->mail->addressWhiteList = 'To prevent emails from being blocked, please whitelist the sender address on your mail server.';
  94. $lang->mail->ztCloudNotice = <<<EOD
  95. <p>ZenTao Cloud Mail is a free email service launched jointly by the ZenTao team and <a href='http://sendcloud.sohu.com/' target='_blank'>SendCloud</a>.</p>
  96. <p>To access this free service, simply register an account on the official ZenTao website and verify your mobile number and email address.</p>
  97. <p style='color:red'>We will submit your verification details to the SendCloud team for approval, granting you a free daily quota of 200 emails.</p>
  98. <ul>
  99. <li>Upon submitting verification on the ZenTao website, you will receive a daily quota of <strong style='color:red'>50</strong> emails for <strong style='color:red'>3</strong> days.</li>
  100. <li>nce your information is reviewed by ZenTao, you will receive a daily quota of <strong style='color:red'>200</strong> emails for <strong style='color:red'>7</strong>days.</li>
  101. <li>After final approval by SendCloud, you will receive a permanent daily quota of <strong style='color:red'>200</strong>emails.</li>
  102. </ul>
  103. <p>You cannot use this service if you do not agree to the terms above.</p>
  104. EOD;
  105. $lang->mail->forgetPassword = <<<EOT
  106. <p>Hi there,</p>
  107. <p>You requested a password reset for ZenTao. This link is valid for 3 minutes. If it expires, please request a new one.</p>
  108. <p><a href="%s" target="_blank">Click here to reset</a></p>
  109. EOT;
  110. $lang->mail->placeholder = new stdclass();
  111. $lang->mail->placeholder->password = 'App Password may be required. Please check your email settings.';