lang_profile.php 830 B

12345678910111213141516171819202122232425262728
  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_profile.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. 'profile_name' => '完善用户资料任务',
  14. 'profile_desc' => '完善指定的用户资料获得相应的奖励',
  15. 'profile_view' => '<strong>您还有以下个人资料项需要补充完整:</strong><br>
  16. <span style="color:red;">{profiles}</span><br><br>
  17. <strong>请按照以下的说明来完成本任务:</strong>
  18. <ul>
  19. <li><a href="home.php?mod=spacecp&ac=profile" target="_blank" class="xi2">点击这里打开个人资料设置页面</a></li>
  20. <li>在新打开的设置页面中,将上述个人资料补充完整</li>
  21. </ul>',
  22. );
  23. ?>