First commit
This commit is contained in:
26
source/language/block/lang_portalcategory.php
Normal file
26
source/language/block/lang_portalcategory.php
Normal 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' => '按文章数倒序',
|
||||
);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user