lang_close.php 1.0 KB

123456789101112131415161718192021222324252627282930
  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_close.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. 'close_name' => '沉默卡',
  14. 'close_desc' => '可以将主题关闭,禁止回复',
  15. 'close_expiration' => '关闭有效期',
  16. 'close_expiration_comment' => '设置主题可以被关闭多长时间,默认 24 小时',
  17. 'close_forum' => '允许使用本道具的版块',
  18. 'close_info' => '关闭指定的主题 {expiration} 小时,请输入主题的 ID',
  19. 'close_info_nonexistence' => '请指定要关闭的主题',
  20. 'close_succeed' => '您操作的主题已关闭',
  21. 'close_info_noperm' => '对不起,主题所在版块不允许使用本道具',
  22. 'close_info_user_noperm' => '对不起,您不能对此人使用本道具',
  23. 'close_notification' => '您的主题 {subject} 被 {actor} 使用了{magicname},<a href="forum.php?mod=viewthread&tid={tid}">快去看看吧!</a>',
  24. );
  25. ?>