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

39 lines
1.5 KiB
PHP
Executable File
Raw 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_grouplist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'grouplist_gtids' => '圈子类别',
'grouplist_gtids_comment' => '选择圈子类别',
'grouplist_fids' => '指定圈子',
'grouplist_fids_comment' => '输入指定圈子的ID多个ID之间用逗号分隔',
'grouplist_startrow' => '起始数据行数',
'grouplist_startrow_comment' => '如需设定起始的数据行数请输入具体数值0 为从第一行开始,以此类推',
'grouplist_titlelength' => '名称长度',
'grouplist_titlelength_comment' => '设置圈子名称最大长度',
'grouplist_summarylength' => '介绍长度',
'grouplist_summarylength_comment' => '设置圈子介绍最大长度',
'grouplist_orderby' => '圈子排序方式',
'grouplist_orderby_comment' => '设置以哪一字段或方式对圈子进行排序',
'grouplist_orderby_dateline' => '按创建时间倒序',
'grouplist_orderby_posts' => '按总发帖数倒序',
'grouplist_orderby_todayposts' => '按今日发帖数倒序',
'grouplist_orderby_threads' => '按话题数倒序',
'grouplist_orderby_level' => '按等级倒序',
'grouplist_orderby_membernum' => '按成员数倒序',
'grouplist_orderby_activity' => '按活跃度倒序',
'grouplist_orderby_commoncredits' => '按共同积分倒序',
'grouplist_orderby_displayorder' => '按默认顺序'
);
?>