DiscuzX/upload/source/language/task/lang_connect_bind.php

25 lines
765 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_connect_bind.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'connect_bind_name' => 'QQ 帐号绑定任务',
'connect_bind_desc' => '绑定 QQ 帐号即可获得相应的奖励',
'connect_bind_view' => '<strong>请按照以下的说明来参与本任务:</strong>
<ul>
<li>1. <a href="connect.php?mod=config" target="_blank">新窗口打开 QQ 帐号绑定的页面</a></li>
<li>2. 在新打开的页面中点击“QQ帐号绑定”按钮填写您的 QQ 账号和密码即可完成绑定</li>
</ul>',
);
?>