Files
web-discuz/source/language/block/lang_portalcategory.php
2025-06-27 21:04:18 +08:00

26 lines
804 B
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_portalcategory.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'portalcategory_thecatid' => '指定栏目',
'portalcategory_thecatid_comment' => '指定栏目的ID多个ID之间用半角逗号,)分割',
'portalcategory_catid' => '指定父级栏目',
'portalcategory_catid_comment' => '选择父级栏目',
'portalcategory_orderby' => '排序方式',
'portalcategory_orderby_comment' => '设置以哪一字段或方式对分类进行排序',
'portalcategory_orderby_displayorder' => '按默认顺序排序',
'portalcategory_orderby_articles' => '按文章数倒序',
);
?>