First commit
This commit is contained in:
49
source/language/block/lang_forumstat.php
Normal file
49
source/language/block/lang_forumstat.php
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_forumstat.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'forumstat_name' => '论坛统计',
|
||||
'forumstat_desc' => '论坛统计数据调用',
|
||||
'forumstat_forums_allow' => '显示版块数统计',
|
||||
'forumstat_forums_order' => '版块数统计显示顺序',
|
||||
'forumstat_forums_text' => '版块数统计提示文字',
|
||||
'forumstat_forums_default' => '版块数:',
|
||||
|
||||
'forumstat_threads_allow' => '显示主题数统计',
|
||||
'forumstat_threads_order' => '主题数统计显示顺序',
|
||||
'forumstat_threads_text' => '主题数统计提示文字',
|
||||
'forumstat_threads_default' => '主题数:',
|
||||
|
||||
'forumstat_posts_allow' => '显示文章数统计',
|
||||
'forumstat_posts_order' => '文章数统计显示顺序',
|
||||
'forumstat_posts_text' => '文章数统计提示文字',
|
||||
'forumstat_posts_default' => '文章数:',
|
||||
|
||||
'forumstat_members_allow' => '显示用户数统计',
|
||||
'forumstat_members_order' => '用户数统计显示顺序',
|
||||
'forumstat_members_text' => '用户数统计提示文字',
|
||||
'forumstat_members_default' => '用户数:',
|
||||
|
||||
'forumstat_online_allow' => '显示在线人数统计',
|
||||
'forumstat_online_order' => '在线人数统计显示顺序',
|
||||
'forumstat_online_text' => '在线人数统计提示文字',
|
||||
'forumstat_online_default' => '在线人数:',
|
||||
|
||||
'forumstat_onlinemember_allow' => '显示在线会员统计',
|
||||
'forumstat_onlinemember_order' => '在线会员统计显示顺序',
|
||||
'forumstat_onlinemember_text' => '在线会员统计提示文字',
|
||||
'forumstat_onlinemember_default' => '在线会员:',
|
||||
);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user