* adjust lang for sso and mail.

This commit is contained in:
wangyidong
2015-09-09 10:03:23 +08:00
parent a1c129710c
commit 0bf04601f0
6 changed files with 15 additions and 1 deletions

View File

@@ -43,5 +43,6 @@
</tr>
</table>
</form>
<div class='alert alert-info'><?php echo $lang->sso->help?></div>
</div>
<?php include '../../common/view/footer.html.php';?>

View File

@@ -28,7 +28,6 @@
</tr>
</thead>
<tbody>
<?php echo $build?>
<?php foreach($allStories as $story):?>
<?php if(strpos(",{$build->stories},", ",{$story->id},") !== false) continue; ?>
<tr>

View File

@@ -70,4 +70,5 @@ $lang->mail->noOpenssl = 'Please open the extension of openssl when use tls
$lang->mail->sendCloudHelp = <<<EOD
<p>SendCloud Notice is SendCloud's team notification service. Can view to <a href="http://notice.sendcloud.net/" target="_blank">notice.sendcloud.net</a></p>
<p>accessKey and secretKey can go to the "Settings" page view after login. The sender name and address is also provided in the "Settings" page.</p>
<p>Letter, ZenTao account must be SendCloud contacts inside the same nickname. You may not succeed in sending.</p>
EOD;

View File

@@ -70,4 +70,5 @@ $lang->mail->noOpenssl = 'ssl和tls加密请打开openssl扩展。 保
$lang->mail->sendCloudHelp = <<<EOD
<p>Notice SendCloud是SendCloud的团队通知服务。具体可以到<a href="http://notice.sendcloud.net/" target="_blank">notice.sendcloud.net</a>查看</p>
<p>accessKey和secretKey可以到登陆后的"设置"页面查看。发信人地址和名称也在"设置"页面设置。</p>
<p>发信时禅道的用户名必须与Notice SendCloud联系人里面的昵称一致。否则可能无法成功发信。</p>
EOD;

View File

@@ -20,3 +20,9 @@ $lang->sso->addrNotice = 'Example: http://www.ranzhi.com/sys/sso-check.html';
$lang->sso->turnonList = array();
$lang->sso->turnonList[1] = 'on';
$lang->sso->turnonList[0] = 'off';
$lang->sso->help = <<<EOD
<p>1. Fill in Address, PATH_INFO http://ranzhi site/sys/sso-check.html, GEThttp://ranzhi site/sys/index.php?m=sso&f=check</p>
<p>2. Code and Key must be the same of setting of RanZhi.</p>
<p>3. The account of RanZhi must be consistent with the ZenTao, otherwise you can not correlation log in ZenTao from RanZhi </p>
EOD;

View File

@@ -20,3 +20,9 @@ $lang->sso->addrNotice = '比如http://www.ranzhi.com/sys/sso-check.html';
$lang->sso->turnonList = array();
$lang->sso->turnonList[1] = '打开';
$lang->sso->turnonList[0] = '关闭';
$lang->sso->help = <<<EOD
<p>1、接口地址的填写如果是PATH_INFO http://然之网址/sys/sso-check.html如果是GEThttp://然之网址/sys/index.php?m=sso&f=check</p>
<p>2、代号和密钥必须与然之后台设置的一致。</p>
<p>3、然之的用户名必须和禅道里面的一致否则无法从然之关联登录禅道</p>
EOD;