lang_repent.php 819 B

123456789101112131415161718192021222324252627
  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_repent.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. 'repent_name' => '悔悟卡',
  14. 'repent_desc' => '可以删除自己的帖子',
  15. 'repent_forum' => '允许使用本道具的版块',
  16. 'repent_info' => '删除自己的帖子,请输入帖子的 ID',
  17. 'repent_info_nonexistence' => '请指定要删除的帖子',
  18. 'repent_succeed' => '您操作的帖子已删除',
  19. 'repent_info_noperm' => '对不起,主题所在版块不允许使用本道具',
  20. 'repent_info_user_noperm' => '对不起,您只能删除自己的帖子',
  21. 'repent_do_not_rushreply' => '不能在抢楼帖中使用此道具',
  22. );
  23. ?>