44 lines
1.6 KiB
PHP
Executable File
44 lines
1.6 KiB
PHP
Executable File
<?php
|
|
$lang->mail->common = 'Email setting';
|
|
$lang->mail->index = 'Index';
|
|
$lang->mail->detect = 'Detect';
|
|
$lang->mail->edit = 'Configure';
|
|
$lang->mail->save = 'Successfully saved';
|
|
$lang->mail->test = 'Testing';
|
|
|
|
$lang->mail->turnon = 'Turnon';
|
|
$lang->mail->fromAddress = 'From email';
|
|
$lang->mail->fromName = 'From title';
|
|
$lang->mail->mta = 'MTA';
|
|
$lang->mail->host = 'SMTP host';
|
|
$lang->mail->port = 'SMTP port';
|
|
$lang->mail->auth = 'Authentication';
|
|
$lang->mail->username = 'SMTP account';
|
|
$lang->mail->password = 'SMTP password';
|
|
$lang->mail->secure = 'Secure';
|
|
$lang->mail->debug = 'Debug';
|
|
$lang->mail->charset = 'Charset';
|
|
|
|
$lang->mail->turnonList[1] = 'on';
|
|
$lang->mail->turnonList[0] = 'off';
|
|
|
|
$lang->mail->debugList[0] = 'off';
|
|
$lang->mail->debugList[1] = 'normal';
|
|
$lang->mail->debugList[2] = 'high';
|
|
|
|
$lang->mail->authList[1] = 'necessary';
|
|
$lang->mail->authList[0] = 'unnecessary';
|
|
|
|
$lang->mail->secureList[''] = 'plain';
|
|
$lang->mail->secureList['ssl'] = 'ssl';
|
|
$lang->mail->secureList['tls'] = 'tls';
|
|
|
|
$lang->mail->inputFromEmail = 'Please input the from email:';
|
|
$lang->mail->nextStep = 'Next';
|
|
$lang->mail->successSaved = 'The configuration has been successfully saved.';
|
|
$lang->mail->subject = "It's a testing email from zentao.";
|
|
$lang->mail->content = 'If you can see this, the email notification feature can work now!';
|
|
$lang->mail->successSended = 'Successfully sended!';
|
|
$lang->mail->sendmailTips = 'Tips: system will not send mail to current user.';
|
|
$lang->mail->needConfigure = "I can not find the configuration, please configure it first.";
|