lang_forumlist.php 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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_forumlist.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. 'forumlist_fids' => '指定版块',
  14. 'forumlist_fids_comment' => '填入指定版块的ID(fid),多个版块之间用逗号(,)分隔',
  15. 'forumlist_fups' => '上级版块',
  16. 'forumlist_fups_comment' => '设置显示某些分类或版块下属的版块',
  17. 'forumlist_titlelength' => '名称长度',
  18. 'forumlist_titlelength_comment' => '设置版块名称显示的最大长度',
  19. 'forumlist_summarylength' => '介绍长度',
  20. 'forumlist_summarylength_comment' => '设置版块介绍显示的最大长度',
  21. 'forumlist_orderby' => '版块排序方式',
  22. 'forumlist_orderby_comment' => '设置以哪一字段或方式对版块进行排序',
  23. 'forumlist_orderby_displayorder' => '按显示顺序顺序排序',
  24. 'forumlist_orderby_threads' => '按主题数倒序排序',
  25. 'forumlist_orderby_todayposts' => '按今日发帖数倒序排序',
  26. 'forumlist_orderby_posts' => '按帖子数倒序排序',
  27. );
  28. ?>