lang_friend.php 824 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * [Discuz!] (C)2001-2099 Comsenz Inc.
  4. * This is NOT a freeware, use is subject to license terms
  5. *
  6. * $Id: lang_friend.php 27449 2012-02-01 05:32:35Z zhangguosheng $
  7. */
  8. if(!defined('IN_DISCUZ')) {
  9. exit('Access Denied');
  10. }
  11. $lang = array
  12. (
  13. 'friend_name' => '添加好友任务',
  14. 'friend_desc' => '拥有 5 个好友获得相应的奖励',
  15. 'friend_view' => '<strong>请按照以下的说明来参与本任务:</strong>
  16. <ul>
  17. <li>1. <a href="home.php?mod=spacecp&ac=friend&op=find" target="_blank">新窗口打开寻找好友页面</a></li>
  18. <li>2. 在新打开的页面中,可以将系统自动给您找到的推荐用户加为好友,也可以自己设置条件寻找并添加为好友</li>
  19. <li>3. 接下来,您还需要等待对方批准您的好友申请</li>
  20. </ul>',
  21. );
  22. ?>