lang_grouplist.php 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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_grouplist.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. 'grouplist_gtids' => '群组类别',
  14. 'grouplist_gtids_comment' => '选择群组类别',
  15. 'grouplist_fids' => '指定群组',
  16. 'grouplist_fids_comment' => '输入指定群组的ID,多个ID之间用逗号分隔',
  17. 'grouplist_startrow' => '起始数据行数',
  18. 'grouplist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
  19. 'grouplist_titlelength' => '名称长度',
  20. 'grouplist_titlelength' => '设置群组名称最大长度',
  21. 'grouplist_summarylength' => '介绍长度',
  22. 'grouplist_summarylength_comment' => '设置群组介绍最大长度',
  23. 'grouplist_orderby' => '群组排序方式',
  24. 'grouplist_orderby_comment' => '设置以哪一字段或方式对群组进行排序',
  25. 'grouplist_orderby_dateline' => '按创建时间倒序',
  26. 'grouplist_orderby_posts' => '按总发帖数倒序',
  27. 'grouplist_orderby_todayposts' => '按今日发帖数倒序',
  28. 'grouplist_orderby_threads' => '按话题数倒序',
  29. 'grouplist_orderby_level' => '按等级倒序',
  30. 'grouplist_orderby_membernum' => '按成员数倒序',
  31. 'grouplist_orderby_activity' => '按活跃度倒序',
  32. 'grouplist_orderby_commoncredits' => '按共同积分倒序',
  33. 'grouplist_orderby_displayorder' => '按默认顺序'
  34. );
  35. ?>