diff --git a/module/mail/lang/en.php b/module/mail/lang/en.php
index 2508e0daaa..3ca09b5210 100755
--- a/module/mail/lang/en.php
+++ b/module/mail/lang/en.php
@@ -80,5 +80,9 @@ $lang->mail->sendCloudHelp = <<
3、Email时,Notice SendCloudContact里面的昵称要跟Email一致,否则无法成功Email。可以到[同步Contact]页面,将ZenTaoUser同步到SendCloudContact中
EOD; -$lang->mail->sendCloudSuccess = '操作成功'; -$lang->mail->closeSendCloud = '关闭发送'; +$lang->mail->sendCloudSuccess = 'Success'; +$lang->mail->closeSendCloud = 'Close sendcloud'; +$lang->mail->addressWhiteList = 'Please add the email to the whilte list on email server to avoid be treated as spam'; + +$lang->mail->placeholder = new stdclass(); +$lang->mail->placeholder->password = 'Some mail needs to fill in the auth code, specific to the mailbox related settings query.'; diff --git a/module/mail/lang/zh-cn.php b/module/mail/lang/zh-cn.php index 81ba400aba..00b08f6769 100755 --- a/module/mail/lang/zh-cn.php +++ b/module/mail/lang/zh-cn.php @@ -82,3 +82,7 @@ $lang->mail->sendCloudHelp = <<