First commit

This commit is contained in:
2025-06-18 10:24:27 +08:00
commit ebc39cd5dd
3873 changed files with 412712 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<?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' => '按文章数倒序',
);
?>