* change for en lang and zh-tw lang.

This commit is contained in:
wangyidong
2017-01-03 10:18:33 +08:00
parent 147167bee6
commit 141b5c4df0
8 changed files with 76 additions and 23 deletions

View File

@@ -8,9 +8,12 @@ $lang->mail->test = '測試發信';
$lang->mail->reset = '重置';
$lang->mail->browse = '郵件列表';
$lang->mail->delete = '刪除郵件';
$lang->mail->sendCloud = 'SendCloud發信';
$lang->mail->ztCloud = '禪道雲發信';
$lang->mail->sendCloud = 'Notice發信';
$lang->mail->batchDelete = '批量刪除';
$lang->mail->sendcloudUser = '同步聯繫人';
$lang->mail->agreeLicense = '同意';
$lang->mail->disagree = '不同意';
$lang->mail->turnon = '是否打開';
$lang->mail->async = '非同步發送';
@@ -27,6 +30,7 @@ $lang->mail->debug = '調試級別';
$lang->mail->charset = '編碼';
$lang->mail->accessKey = 'accessKey';
$lang->mail->secretKey = 'secretKey';
$lang->mail->license = 'SendCloud發信須知';
$lang->mail->selectMTA = '請選擇發信方式:';
$lang->mail->smtp = 'SMTP發信';
@@ -64,6 +68,7 @@ $lang->mail->secureList[''] = '不加密';
$lang->mail->secureList['ssl'] = 'ssl';
$lang->mail->secureList['tls'] = 'tls';
$lang->mail->more = '更多...';
$lang->mail->inputFromEmail = '請輸入發信郵箱:';
$lang->mail->nextStep = '下一步';
$lang->mail->successSaved = '配置信息已經成功保存。';
@@ -73,6 +78,8 @@ $lang->mail->successSended = '成功發送!';
$lang->mail->confirmDelete = '是否刪除郵件?';
$lang->mail->sendmailTips = '提示:系統不會為當前操作者發信。';
$lang->mail->needConfigure = '無法找到郵件配置信息,請先配置郵件發送參數。';
$lang->mail->connectFail = '無法連接禪道網站。';
$lang->mail->centifyFail = '驗證失敗,可能密鑰已經修改。請重新綁定!';
$lang->mail->nofsocket = 'fsocket相關函數被禁用不能發信請在php.ini中修改allow_url_fopen為On打開openssl擴展。 保存並重新啟動apache。';
$lang->mail->noOpenssl = 'ssl和tls加密請打開openssl擴展。 保存並重新啟動apache。';
$lang->mail->disableSecure = '沒有openssl擴展禁用ssl和tls加密';
@@ -85,6 +92,17 @@ EOD;
$lang->mail->sendCloudSuccess = '操作成功';
$lang->mail->closeSendCloud = '關閉SendCloud';
$lang->mail->addressWhiteList = '為防止郵件被屏蔽,請在郵件伺服器裡面將發信郵箱設為白名單';
$lang->mail->ztCloudNotice = <<<EOD
<p>禪道雲發信是由禪道開發團隊和<a href='http://sendcloud.sohu.com/' target='_blank'>SendCloud</a>聯合推出的一個免費發信服務。</p>
<p>您只需要在禪道官網註冊帳號,並完成手機和郵箱的驗證,即可享受免費的發信服務。</p>
<p style='color:red'>您的認證信息我們會幫您提交到SendCloud的團隊進行認證以獲得每天200封郵件的免費額度。</p>
<ul>
<li>您在禪道官網提交認證之後,即可享受每天<strong style='color:red'>50</strong>封的發信額度,為期<strong style='color:red'>3</strong>天。</li>
<li>您的信息經由禪道官網審核之後,即可享受每天<strong style='color:red'>200</strong>封的發信額度,為期<strong style='color:red'>7</strong>天。</li>
<li>您的信息經由SendCloud最終審核之後即可長期享受每天<strong style='color:red'>200</strong>封的發信額度。</li>
</ul>
<p>如果不同意以上條款,就不能該服務。</p>
EOD;
$lang->mail->placeholder = new stdclass();
$lang->mail->placeholder->password = '有些郵箱需要填寫單獨申請的授權碼,具體請到郵箱相關設置查詢。';