lang_portalcategory.php 804 B

1234567891011121314151617181920212223242526
  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_portalcategory.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. 'portalcategory_thecatid' => '指定栏目',
  14. 'portalcategory_thecatid_comment' => '指定栏目的ID,多个ID之间用半角逗号(,)分割',
  15. 'portalcategory_catid' => '指定父级栏目',
  16. 'portalcategory_catid_comment' => '选择父级栏目',
  17. 'portalcategory_orderby' => '排序方式',
  18. 'portalcategory_orderby_comment' => '设置以哪一字段或方式对分类进行排序',
  19. 'portalcategory_orderby_displayorder' => '按默认顺序排序',
  20. 'portalcategory_orderby_articles' => '按文章数倒序',
  21. );
  22. ?>