First commit
This commit is contained in:
0
source/language/block/index.htm
Normal file
0
source/language/block/index.htm
Normal file
102
source/language/block/lang_activitylist.php
Normal file
102
source/language/block/lang_activitylist.php
Normal file
@@ -0,0 +1,102 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_activitylist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'activitylist_fids' => '所在版块',
|
||||
'activitylist_fids_comment' => '设置允许参与新帖调用的版块,可以按住 CTRL 多选,全选或全不选均为不做限制',
|
||||
'activitylist_uids' => '发起者UID',
|
||||
'activitylist_uids_comment' => '设置活动发起者UID,多个UID请用半角逗号“,”隔开。',
|
||||
'activitylist_startrow' => '起始数据行数',
|
||||
'activitylist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'activitylist_items' => '显示数据条数',
|
||||
'activitylist_items_comment' => '设置一次显示的主题条目数,请设置为大于 0 的整数',
|
||||
'activitylist_titlelength' => '标题最大字节数',
|
||||
'activitylist_titlelength_comment' => '设置当标题长度超过本设定时,是否将标题自动缩减到本设定中的字节数,0 为不自动缩减',
|
||||
'activitylist_fnamelength' => '标题最大字节数包含版块名称',
|
||||
'activitylist_fnamelength_comment' => '设置标题长度是否将所在版块名称的长度一同计算在内',
|
||||
'activitylist_summarylength' => '主题简短内容文字数',
|
||||
'activitylist_summarylength_comment' => '设置主题简短内容的文字数,0 为使用默认值 255',
|
||||
'activitylist_tids' => '指定主题',
|
||||
'activitylist_tids_comment' => '设置要指定显示的主题 tid ,多个 tid 请用半角逗号“,”隔开。注意: 留空为不进行任何过滤',
|
||||
'activitylist_keyword' => '标题关键字',
|
||||
'activitylist_keyword_comment' => '设置标题包含的关键字。注意: 留空为不进行任何过滤; 关键字中可使用通配符 *; 匹配多个关键字全部,可用空格或 AND 连接。如 win32 AND unix; 匹配多个关键字其中部分,可用 | 或 OR 连接。如 win32 OR unix',
|
||||
'activitylist_typeids' => '主题分类',
|
||||
'activitylist_typeids_comment' => '设置特定分类的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'activitylist_typeids_all' => '全部的主题分类',
|
||||
'activitylist_sortids' => '分类信息',
|
||||
'activitylist_sortids_comment' => '设置特定分类信息的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'activitylist_sortids_all' => '全部的分类信息',
|
||||
'activitylist_digest' => '精华主题过滤',
|
||||
'activitylist_digest_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'activitylist_digest_0' => '普通主题',
|
||||
'activitylist_digest_1' => '精华 I',
|
||||
'activitylist_digest_2' => '精华 II',
|
||||
'activitylist_digest_3' => '精华 III',
|
||||
'activitylist_stick' => '置顶主题过滤',
|
||||
'activitylist_stick_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'activitylist_stick_0' => '普通主题',
|
||||
'activitylist_stick_1' => '置顶 I',
|
||||
'activitylist_stick_2' => '置顶 II',
|
||||
'activitylist_stick_3' => '置顶 III',
|
||||
'activitylist_special' => '特殊主题过滤',
|
||||
'activitylist_special_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'activitylist_special_1' => '投票主题',
|
||||
'activitylist_special_2' => '商品主题',
|
||||
'activitylist_special_3' => '悬赏主题',
|
||||
'activitylist_special_4' => '活动主题',
|
||||
'activitylist_special_5' => '辩论主题',
|
||||
'activitylist_special_0' => '普通主题',
|
||||
'activitylist_special_reward' => '悬赏主题过滤',
|
||||
'activitylist_special_reward_comment' => '设置特定类型的悬赏主题',
|
||||
'activitylist_special_reward_0' => '全部',
|
||||
'activitylist_special_reward_1' => '已解决',
|
||||
'activitylist_special_reward_2' => '未解决',
|
||||
'activitylist_recommend' => '推荐主题过滤',
|
||||
'activitylist_recommend_comment' => '设置是否只显示推荐的主题',
|
||||
'activitylist_orderby' => '主题排序方式',
|
||||
'activitylist_orderby_comment' => '设置以哪一字段或方式对主题进行排序',
|
||||
'activitylist_orderby_lastpost' => '按最后回复时间倒序排序',
|
||||
'activitylist_orderby_dateline' => '按发布时间倒序排序',
|
||||
'activitylist_orderby_replies' => '按回复数倒序排序',
|
||||
'activitylist_orderby_views' => '按浏览次数倒序排序',
|
||||
'activitylist_orderby_heats' => '按热度倒序排序',
|
||||
'activitylist_orderby_recommends' => '按主题评价倒序排序',
|
||||
'activitylist_orderby_hourviews' => '按指定时间内浏览次数倒序排序',
|
||||
'activitylist_orderby_todayviews' => '按当天浏览次数倒序排序',
|
||||
'activitylist_orderby_weekviews' => '按本周浏览次数倒序排序',
|
||||
'activitylist_orderby_monthviews' => '按当月浏览次数倒序排序',
|
||||
'activitylist_orderby_hours' => '指定时间(小时)',
|
||||
'activitylist_orderby_hours_comment' => '指定时间内浏览次数倒序排序的时间值',
|
||||
'activitylist_orderby_todayhots' => '按当天累计售出数倒序排序',
|
||||
'activitylist_orderby_weekhots' => '按本周累计售出数倒序排序',
|
||||
'activitylist_orderby_monthhots' => '按当月累计售出数倒序排序',
|
||||
'activitylist_price_add' => ' 附加 ',
|
||||
'activitylist_place' => '活动地点',
|
||||
'activitylist_class' => '活动类型',
|
||||
'activitylist_class_all' => '所有类型',
|
||||
'activitylist_gender' => '性别要求',
|
||||
'activitylist_gender_0' => '不限',
|
||||
'activitylist_gender_1' => '男',
|
||||
'activitylist_gender_2' => '女',
|
||||
'activitylist_orderby_weekstart' => '按一周内活动开始时间排序',
|
||||
'activitylist_orderby_monthstart' => '按一月内活动开始时间排序',
|
||||
'activitylist_orderby_weekexp' => '按一周内报名截止时间排序',
|
||||
'activitylist_orderby_monthexp' => '按一月内报名截止时间排序',
|
||||
'activitylist_orderby_weekhot' => '按一周内已参加人数排序',
|
||||
'activitylist_orderby_monthhot' => '按一月内已参加人数排序',
|
||||
'activitylist_orderby_alltimehot' => '按所有未结束活动已参加人数排序',
|
||||
'activitylist_highlight' => '获得高亮值',
|
||||
);
|
||||
|
||||
?>
|
19
source/language/block/lang_adv.php
Normal file
19
source/language/block/lang_adv.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_adv.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'adv_title' => '或者输入名称',
|
||||
'adv_adv' => '选择广告',
|
||||
);
|
||||
?>
|
33
source/language/block/lang_albumlist.php
Normal file
33
source/language/block/lang_albumlist.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_albumlist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'albumlist_aids' => '指定相册',
|
||||
'albumlist_aids_comment' => '填入指定相册的ID(aid),多个相册之间用逗号(,)分隔',
|
||||
'albumlist_uids' => '用户UID',
|
||||
'albumlist_uids_comment' => '填入指定用户的ID(uid),多个用户之间用逗号(,)分隔',
|
||||
'albumlist_catid' => '指定分类',
|
||||
'albumlist_catid_comment' => '选择相册所属的系统相册分类,可多选',
|
||||
'albumlist_startrow' => '起始数据行数',
|
||||
'albumlist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'albumlist_titlelength' => '标题长度',
|
||||
'albumlist_titlelength_comment' => '指定相册名称最大长度',
|
||||
'albumlist_orderby' => '图片排序方式',
|
||||
'albumlist_orderby_comment' => '设置以哪一字段或方式对图片进行排序',
|
||||
'albumlist_orderby_dateline' => '按发布时间倒序',
|
||||
'albumlist_orderby_picnum' => '按照片数倒序',
|
||||
'albumlist_orderby_updatetime' => '按更新时间倒序'
|
||||
);
|
||||
|
||||
?>
|
23
source/language/block/lang_announcement.php
Normal file
23
source/language/block/lang_announcement.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_announcement.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'announcement_type' => '公告类型',
|
||||
'announcement_type_text' => '文字公告',
|
||||
'announcement_type_link' => '网站链接',
|
||||
'announcement_titlelength' => '标题长度',
|
||||
'announcement_summarylength' => '内容长度',
|
||||
'announcement_startrow' => '起始位置',
|
||||
);
|
||||
?>
|
52
source/language/block/lang_articlelist.php
Normal file
52
source/language/block/lang_articlelist.php
Normal file
@@ -0,0 +1,52 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_articlelist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'articlelist_aids' => '指定文章',
|
||||
'articlelist_aids_comment' => '填入指定文章的ID(aid),多篇文章之间用逗号(,)分隔',
|
||||
'articlelist_uids' => '作者UID',
|
||||
'articlelist_uids_comment' => '填入指定用户的ID(uid),多个用户之间用逗号(,)分隔',
|
||||
'articlelist_startrow' => '起始数据行数',
|
||||
'articlelist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'articlelist_tag' => '聚合标签',
|
||||
'articlelist_tag_comment' => '指定要聚合的标签',
|
||||
'articlelist_titlelength' => '标题长度',
|
||||
'articlelist_titlelength_comment' => '设置标题最大长度',
|
||||
'articlelist_summarylength' => '简介长度',
|
||||
'articlelist_summarylength_comment' => '设置简介最大长度',
|
||||
'articlelist_starttime' => '发布时间-起始',
|
||||
'articlelist_starttime_comment' => '文章的发布时间在指定时间之后',
|
||||
'articlelist_endtime' => '发布时间-结束',
|
||||
'articlelist_endtime_comment' => '文章的发布时间在指定时间之前',
|
||||
'articlelist_catid' => '文章栏目',
|
||||
'articlelist_catid_comment' => '选择文章所属栏目',
|
||||
'articlelist_picrequired' => '过滤无封面文章',
|
||||
'articlelist_picrequired_comment' => '是否过滤未设置封面图片的文章',
|
||||
'articlelist_orderby' => '文章排序方式',
|
||||
'articlelist_orderby_comment' => '设置以哪一字段或方式对文章进行排序',
|
||||
'articlelist_orderby_dateline' => '按发布时间倒序',
|
||||
'articlelist_orderby_viewnum' => '按查看数倒序',
|
||||
'articlelist_orderby_commentnum' => '按评论数倒序',
|
||||
'articlelist_orderby_click' => '按表态 {clickname} 数倒序',
|
||||
'articlelist_publishdateline' => '文章发布时间',
|
||||
'articlelist_publishdateline_nolimit' => '不限制',
|
||||
'articlelist_publishdateline_hour' => '1小时内',
|
||||
'articlelist_publishdateline_day' => '24小时内',
|
||||
'articlelist_publishdateline_week' => '7天内',
|
||||
'articlelist_publishdateline_month' => '1个月内',
|
||||
'articlelist_keyword' => '标题关键字',
|
||||
'articlelist_keyword_comment' => '设置标题包含的关键字。注意: 留空为不进行任何过滤; 关键字中可使用通配符 *; 匹配多个关键字全部,可用空格或 AND 连接。如 win32 AND unix; 匹配多个关键字其中部分,可用 | 或 OR 连接。如 win32 OR unix',
|
||||
);
|
||||
|
||||
?>
|
65
source/language/block/lang_attachmentlist.php
Normal file
65
source/language/block/lang_attachmentlist.php
Normal file
@@ -0,0 +1,65 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_attachmentlist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'attachmentlist_name' => '论坛附件列表',
|
||||
'attachmentlist_desc' => '论坛附件列表调用',
|
||||
'attachmentlist_fids' => '所在版块',
|
||||
'attachmentlist_fids_comment' => '设置允许参与图片调用的版块,可以按住 CTRL 多选,全选或全不选均为不做限制',
|
||||
'attachmentlist_tids' => '指定主题',
|
||||
'attachmentlist_tids_comment' => '指定主题ID,多个ID之间用逗号分隔',
|
||||
'attachmentlist_startrow' => '起始数据行数',
|
||||
'attachmentlist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'attachmentlist_items' => '显示数据条数',
|
||||
'attachmentlist_items_comment' => '设置一次显示的图片主题条目数,请设置为大于 0 的整数',
|
||||
'attachmentlist_titlelength' => '标题长度',
|
||||
'attachmentlist_titlelength_comment' => '设置当附件名称/文章标题显示的最大长度',
|
||||
'attachmentlist_summarylength' => '内容长度',
|
||||
'attachmentlist_summarylength_comment' => '设置附件介绍/文章内容显示的最大长度',
|
||||
'attachmentlist_maxwidth' => '图片最大宽度(像素)',
|
||||
'attachmentlist_maxwidth_comment' => '设置是否自动缩小或放大图片的尺寸到本设定的宽度,0 为不自动缩放',
|
||||
'attachmentlist_maxheight' => '图片最大高度(像素)',
|
||||
'attachmentlist_maxheight_comment' => '设置是否自动缩小或放大图片的尺寸到本设定的高度,0 为不自动缩放',
|
||||
'attachmentlist_threadmethod' => '主题方式调用',
|
||||
'attachmentlist_threadmethod_comment' => '选择“是”将按照主题方式调用附件,一个主题显示一个附件;选择“否”将按照附件方式调用',
|
||||
'attachmentlist_digest' => '精华帖过滤',
|
||||
'attachmentlist_digest_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'attachmentlist_digest_0' => '普通主题',
|
||||
'attachmentlist_digest_1' => '精华 I',
|
||||
'attachmentlist_digest_2' => '精华 II',
|
||||
'attachmentlist_digest_3' => '精华 III',
|
||||
'attachmentlist_special' => '特殊主题过滤',
|
||||
'attachmentlist_special_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'attachmentlist_special_1' => '投票主题',
|
||||
'attachmentlist_special_2' => '商品主题',
|
||||
'attachmentlist_special_3' => '悬赏主题',
|
||||
'attachmentlist_special_4' => '活动主题',
|
||||
'attachmentlist_special_5' => '辩论主题',
|
||||
'attachmentlist_special_0' => '普通主题',
|
||||
'attachmentlist_special_reward' => '悬赏主题过滤',
|
||||
'attachmentlist_special_reward_comment' => '设置特定类型的悬赏主题',
|
||||
'attachmentlist_special_reward_0' => '全部',
|
||||
'attachmentlist_special_reward_1' => '已解决',
|
||||
'attachmentlist_special_reward_2' => '未解决',
|
||||
'attachmentlist_dateline' => '附件上传时间',
|
||||
'attachmentlist_dateline_nolimit' => '不限制',
|
||||
'attachmentlist_dateline_hour' => '最近1小时',
|
||||
'attachmentlist_dateline_day' => '最近24小时',
|
||||
'attachmentlist_dateline_week' => '最近1周',
|
||||
'attachmentlist_dateline_month' => '最近1月',
|
||||
'attachmentlist_highlight' => '获得高亮值',
|
||||
|
||||
);
|
||||
|
||||
?>
|
27
source/language/block/lang_banner.php
Normal file
27
source/language/block/lang_banner.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_banner.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'banner_pic' => '图片地址',
|
||||
'banner_width' => '图片宽度',
|
||||
'banner_height' => '图片高度',
|
||||
'banner_url' => '图片链接',
|
||||
'banner_text' => '图片介绍',
|
||||
'banner_atarget' => '链接打开方式',
|
||||
'banner_atarget_top' => '本页面打开(跳出框架)',
|
||||
'banner_atarget_blank' => '新窗口打开',
|
||||
'banner_atarget_self' => '本页面打开',
|
||||
);
|
||||
|
||||
?>
|
18
source/language/block/lang_blank.php
Normal file
18
source/language/block/lang_blank.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_blank.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'blank_content' => 'HTML代码',
|
||||
);
|
||||
?>
|
43
source/language/block/lang_bloglist.php
Normal file
43
source/language/block/lang_bloglist.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_bloglist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'bloglist_blogids' => '指定日志',
|
||||
'bloglist_blogids_comment' => '填入指定日志的ID(blogid),多个日志之间用逗号(,)分隔',
|
||||
'bloglist_uids' => '作者UID',
|
||||
'bloglist_uids_comment' => '填入指定用户的ID(uid),多个用户之间用逗号(,)分隔',
|
||||
'bloglist_catid' => '指定分类',
|
||||
'bloglist_catid_comment' => '选择日志所属的系统日志分类,可多选',
|
||||
'bloglist_startrow' => '起始数据行数',
|
||||
'bloglist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'bloglist_titlelength' => '标题长度',
|
||||
'bloglist_summarylength' => '简介长度',
|
||||
'bloglist_picrequired' => '过滤无封面日志',
|
||||
'bloglist_picrequired_comment' => '是否过滤没有封面图片的日志',
|
||||
'bloglist_hours' => '时间范围',
|
||||
'bloglist_hours_nolimit' => '不限制',
|
||||
'bloglist_hours_hour' => '1小时内',
|
||||
'bloglist_hours_day' => '24小时内',
|
||||
'bloglist_hours_week' => '7天内',
|
||||
'bloglist_hours_month' => '1月内',
|
||||
'bloglist_hours_year' => '1年内',
|
||||
'bloglist_orderby' => '日志排序方式',
|
||||
'bloglist_orderby_comment' => '设置以哪一字段或方式对日志进行排序',
|
||||
'bloglist_orderby_dateline' => '按发布时间倒序',
|
||||
'bloglist_orderby_viewnum' => '按查看数倒序',
|
||||
'bloglist_orderby_replynum' => '按回复数倒序',
|
||||
'bloglist_orderby_hot' => '按热度倒序'
|
||||
);
|
||||
|
||||
?>
|
28
source/language/block/lang_doinglist.php
Normal file
28
source/language/block/lang_doinglist.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_doinglist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'doinglist_uids' => '用户UID',
|
||||
'doinglist_uids_comment' => '填入指定用户的ID(uid),多个用户之间用逗号(,)分隔',
|
||||
'doinglist_startrow' => '起始数据行数',
|
||||
'doinglist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'doinglist_titlelength' => '记录长度',
|
||||
'doinglist_titlelength_comment' => '指定记录的最大长度,设置为0则支持表情图片',
|
||||
'doinglist_orderby' => '动态排序方式',
|
||||
'doinglist_orderby_comment' => '设置以哪一字段或方式对动态进行排序',
|
||||
'doinglist_orderby_dateline' => '按发布时间倒序',
|
||||
'doinglist_orderby_replynum' => '按回复数倒序'
|
||||
);
|
||||
|
||||
?>
|
32
source/language/block/lang_forumlist.php
Normal file
32
source/language/block/lang_forumlist.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_forumlist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'forumlist_fids' => '指定版块',
|
||||
'forumlist_fids_comment' => '填入指定版块的ID(fid),多个版块之间用逗号(,)分隔',
|
||||
'forumlist_fups' => '上级版块',
|
||||
'forumlist_fups_comment' => '设置显示某些分类或版块下属的版块',
|
||||
'forumlist_titlelength' => '名称长度',
|
||||
'forumlist_titlelength_comment' => '设置版块名称显示的最大长度',
|
||||
'forumlist_summarylength' => '介绍长度',
|
||||
'forumlist_summarylength_comment' => '设置版块介绍显示的最大长度',
|
||||
'forumlist_orderby' => '版块排序方式',
|
||||
'forumlist_orderby_comment' => '设置以哪一字段或方式对版块进行排序',
|
||||
'forumlist_orderby_displayorder' => '按显示顺序顺序排序',
|
||||
'forumlist_orderby_threads' => '按主题数倒序排序',
|
||||
'forumlist_orderby_todayposts' => '按今日发帖数倒序排序',
|
||||
'forumlist_orderby_posts' => '按文章数倒序排序',
|
||||
);
|
||||
|
||||
?>
|
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' => '在线会员:',
|
||||
);
|
||||
|
||||
?>
|
22
source/language/block/lang_forumtree.php
Normal file
22
source/language/block/lang_forumtree.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_forumtree.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'forumtree_name' => '版块树形列表',
|
||||
'forumtree_desc' => '树形显示版块列表',
|
||||
'forumtree_fids' => '显示的版块',
|
||||
'forumtree_fids_comment' => '设置允许显示的版块,留空为显示所有版块',
|
||||
);
|
||||
|
||||
?>
|
31
source/language/block/lang_friendlink.php
Normal file
31
source/language/block/lang_friendlink.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_friendlink.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'friendlink_content' => '展示样式',
|
||||
'friendlink_content_both' => 'logo和文字',
|
||||
'friendlink_content_logo' => '仅logo',
|
||||
'friendlink_content_text' => '仅文字',
|
||||
'friendlink_type' => '链接分组',
|
||||
'friendlink_type_group1' => '分组1',
|
||||
'friendlink_type_group2' => '分组2',
|
||||
'friendlink_type_group3' => '分组3',
|
||||
'friendlink_type_group4' => '分组4',
|
||||
'friendlink_titlelength' => '站点名称长度',
|
||||
'friendlink_titlelength_comment' => '设置站点名称的最大长度',
|
||||
'friendlink_summarylength' => '简介长度',
|
||||
'friendlink_summarylength_comment' => '设置站点简介最大长度',
|
||||
);
|
||||
|
||||
?>
|
32
source/language/block/lang_google.php
Normal file
32
source/language/block/lang_google.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_google.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'google_name' => 'Google 搜索',
|
||||
'google_desc' => 'Google 搜索框',
|
||||
'google_lang' => '搜索网页的语言',
|
||||
'google_lang_comment' => '设置适合自己论坛的网页语言可以有效的提高搜索结果的质量',
|
||||
'google_lang_any' => '任何语言',
|
||||
'google_lang_en' => '英文',
|
||||
'google_lang_zh-CN' => '简体中文',
|
||||
'google_lang_zh-TW' => '繁体中文',
|
||||
'google_default' => '默认搜索选择',
|
||||
'google_default_comment' => '搜索框默认选择的项目',
|
||||
'google_default_0' => '网页搜索',
|
||||
'google_default_1' => '站内搜索',
|
||||
'google_client' => '搜索联盟 ID',
|
||||
'google_client_comment' => '如果您加入了 Google 搜索联盟,可以在这里填写 ID',
|
||||
);
|
||||
|
||||
?>
|
105
source/language/block/lang_groupactivity.php
Normal file
105
source/language/block/lang_groupactivity.php
Normal file
@@ -0,0 +1,105 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_groupactivity.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'groupactivity_fids' => '制定圈子',
|
||||
'groupactivity_fids_comment' => '指定圈子,多个ID之间请用半角逗号“,”隔开。',
|
||||
'groupactivity_gtids' => '圈子分类',
|
||||
'groupactivity_gtids_comment' => '设置圈子所在分类,可以按住 CTRL 多选,全选或全不选均为不做限制',
|
||||
'groupactivity_uids' => '发起者UID',
|
||||
'groupactivity_uids_comment' => '设置活动发起人UID ,多个 UID 请用半角逗号“,”隔开。',
|
||||
'groupactivity_startrow' => '起始数据行数',
|
||||
'groupactivity_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'groupactivity_items' => '显示数据条数',
|
||||
'groupactivity_items_comment' => '设置一次显示的主题条目数,请设置为大于 0 的整数',
|
||||
'groupactivity_titlelength' => '标题最大字节数',
|
||||
'groupactivity_titlelength_comment' => '设置当标题长度超过本设定时,是否将标题自动缩减到本设定中的字节数,0 为不自动缩减',
|
||||
'groupactivity_fnamelength' => '标题最大字节数包含版块名称',
|
||||
'groupactivity_fnamelength_comment' => '设置标题长度是否将所在版块名称的长度一同计算在内',
|
||||
'groupactivity_summarylength' => '主题简短内容文字数',
|
||||
'groupactivity_summarylength_comment' => '设置主题简短内容的文字数,0 为使用默认值 255',
|
||||
'groupactivity_tids' => '指定主题',
|
||||
'groupactivity_tids_comment' => '设置要指定显示的主题 tid ,多个 tid 请用半角逗号“,”隔开。注意: 留空为不进行任何过滤',
|
||||
'groupactivity_keyword' => '标题关键字',
|
||||
'groupactivity_keyword_comment' => '设置标题包含的关键字。注意: 留空为不进行任何过滤; 关键字中可使用通配符 *; 匹配多个关键字全部,可用空格或 AND 连接。如 win32 AND unix; 匹配多个关键字其中部分,可用 | 或 OR 连接。如 win32 OR unix',
|
||||
'groupactivity_typeids' => '主题分类',
|
||||
'groupactivity_typeids_comment' => '设置特定分类的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'groupactivity_typeids_all' => '全部的主题分类',
|
||||
'groupactivity_sortids' => '分类信息',
|
||||
'groupactivity_sortids_comment' => '设置特定分类信息的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'groupactivity_sortids_all' => '全部的分类信息',
|
||||
'groupactivity_digest' => '精华主题过滤',
|
||||
'groupactivity_digest_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'groupactivity_digest_0' => '普通主题',
|
||||
'groupactivity_digest_1' => '精华 I',
|
||||
'groupactivity_digest_2' => '精华 II',
|
||||
'groupactivity_digest_3' => '精华 III',
|
||||
'groupactivity_stick' => '置顶主题过滤',
|
||||
'groupactivity_stick_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'groupactivity_stick_0' => '普通主题',
|
||||
'groupactivity_stick_1' => '置顶 I',
|
||||
'groupactivity_stick_2' => '置顶 II',
|
||||
'groupactivity_stick_3' => '置顶 III',
|
||||
'groupactivity_special' => '特殊主题过滤',
|
||||
'groupactivity_special_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'groupactivity_special_1' => '投票主题',
|
||||
'groupactivity_special_2' => '商品主题',
|
||||
'groupactivity_special_3' => '悬赏主题',
|
||||
'groupactivity_special_4' => '活动主题',
|
||||
'groupactivity_special_5' => '辩论主题',
|
||||
'groupactivity_special_0' => '普通主题',
|
||||
'groupactivity_special_reward' => '悬赏主题过滤',
|
||||
'groupactivity_special_reward_comment' => '设置特定类型的悬赏主题',
|
||||
'groupactivity_special_reward_0' => '全部',
|
||||
'groupactivity_special_reward_1' => '已解决',
|
||||
'groupactivity_special_reward_2' => '未解决',
|
||||
'groupactivity_recommend' => '推荐主题过滤',
|
||||
'groupactivity_recommend_comment' => '设置是否只显示推荐的主题',
|
||||
'groupactivity_orderby' => '主题排序方式',
|
||||
'groupactivity_orderby_comment' => '设置以哪一字段或方式对主题进行排序',
|
||||
'groupactivity_orderby_lastpost' => '按最后回复时间倒序排序',
|
||||
'groupactivity_orderby_dateline' => '按发布时间倒序排序',
|
||||
'groupactivity_orderby_replies' => '按回复数倒序排序',
|
||||
'groupactivity_orderby_views' => '按浏览次数倒序排序',
|
||||
'groupactivity_orderby_heats' => '按热度倒序排序',
|
||||
'groupactivity_orderby_recommends' => '按主题评价倒序排序',
|
||||
'groupactivity_orderby_hourviews' => '按指定时间内浏览次数倒序排序',
|
||||
'groupactivity_orderby_todayviews' => '按当天浏览次数倒序排序',
|
||||
'groupactivity_orderby_weekviews' => '按本周浏览次数倒序排序',
|
||||
'groupactivity_orderby_monthviews' => '按当月浏览次数倒序排序',
|
||||
'groupactivity_orderby_hours' => '指定时间(小时)',
|
||||
'groupactivity_orderby_hours_comment' => '指定时间内浏览次数倒序排序的时间值',
|
||||
'groupactivity_orderby_todayhots' => '按当天累计售出数倒序排序',
|
||||
'groupactivity_orderby_weekhots' => '按本周累计售出数倒序排序',
|
||||
'groupactivity_orderby_monthhots' => '按当月累计售出数倒序排序',
|
||||
'groupactivity_price_add' => ' 附加 ',
|
||||
'groupactivity_place' => '活动地点',
|
||||
'groupactivity_class' => '活动类型',
|
||||
'groupactivity_class_all' => '所有类型',
|
||||
'groupactivity_gender' => '性别要求',
|
||||
'groupactivity_gender_0' => '不限',
|
||||
'groupactivity_gender_1' => '男',
|
||||
'groupactivity_gender_2' => '女',
|
||||
'groupactivity_orderby_weekstart' => '按一周内活动开始时间排序',
|
||||
'groupactivity_orderby_monthstart' => '按一月内活动开始时间排序',
|
||||
'groupactivity_orderby_weekexp' => '按一周内报名截止时间排序',
|
||||
'groupactivity_orderby_monthexp' => '按一月内报名截止时间排序',
|
||||
'groupactivity_gviewperm' => '圈子浏览权限',
|
||||
'groupactivity_gviewperm_nolimit' => '不限制',
|
||||
'groupactivity_gviewperm_only_member' => '仅成员',
|
||||
'groupactivity_gviewperm_all_member' => '所有人',
|
||||
'groupactivity_highlight' => '获得高亮值',
|
||||
);
|
||||
|
||||
?>
|
70
source/language/block/lang_groupattachment.php
Normal file
70
source/language/block/lang_groupattachment.php
Normal file
@@ -0,0 +1,70 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_groupattachment.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'groupattachment_name' => '论坛附件列表',
|
||||
'groupattachment_desc' => '论坛附件列表调用',
|
||||
'groupattachment_fids' => '指定圈子',
|
||||
'groupattachment_fids_comment' => '指定圈子,多个ID之间请用半角逗号“,”隔开。',
|
||||
'groupattachment_tids' => '指定主题',
|
||||
'groupattachment_tids_comment' => '指定主题ID,多个ID之间用逗号分隔',
|
||||
'groupattachment_gtids' => '圈子分类',
|
||||
'groupattachment_gtids_comment' => '设置圈子所在分类,可以按住 CTRL 多选,全选或全不选均为不做限制',
|
||||
'groupattachment_startrow' => '起始数据行数',
|
||||
'groupattachment_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'groupattachment_items' => '显示数据条数',
|
||||
'groupattachment_items_comment' => '设置一次显示的图片主题条目数,请设置为大于 0 的整数',
|
||||
'groupattachment_titlelength' => '标题长度',
|
||||
'groupattachment_titlelength_comment' => '设置当附件名称/文章标题显示的最大长度',
|
||||
'groupattachment_summarylength' => '内容长度',
|
||||
'groupattachment_summarylength_comment' => '设置附件介绍/文章内容显示的最大长度',
|
||||
'groupattachment_maxwidth' => '图片最大宽度(像素)',
|
||||
'groupattachment_maxwidth_comment' => '设置是否自动缩小或放大图片的尺寸到本设定的宽度,0 为不自动缩放',
|
||||
'groupattachment_maxheight' => '图片最大高度(像素)',
|
||||
'groupattachment_maxheight_comment' => '设置是否自动缩小或放大图片的尺寸到本设定的高度,0 为不自动缩放',
|
||||
'groupattachment_threadmethod' => '主题方式调用',
|
||||
'groupattachment_threadmethod_comment' => '选择“是”将按照主题方式调用附件,一个主题显示一个附件;选择“否”将按照附件方式调用',
|
||||
'groupattachment_digest' => '精华帖过滤',
|
||||
'groupattachment_digest_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'groupattachment_digest_0' => '普通主题',
|
||||
'groupattachment_digest_1' => '精华 I',
|
||||
'groupattachment_digest_2' => '精华 II',
|
||||
'groupattachment_digest_3' => '精华 III',
|
||||
'groupattachment_special' => '特殊主题过滤',
|
||||
'groupattachment_special_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'groupattachment_special_1' => '投票主题',
|
||||
'groupattachment_special_2' => '商品主题',
|
||||
'groupattachment_special_3' => '悬赏主题',
|
||||
'groupattachment_special_4' => '活动主题',
|
||||
'groupattachment_special_5' => '辩论主题',
|
||||
'groupattachment_special_0' => '普通主题',
|
||||
'groupattachment_special_reward' => '悬赏主题过滤',
|
||||
'groupattachment_special_reward_comment' => '设置特定类型的悬赏主题',
|
||||
'groupattachment_special_reward_0' => '全部',
|
||||
'groupattachment_special_reward_1' => '已解决',
|
||||
'groupattachment_special_reward_2' => '未解决',
|
||||
'groupattachment_dateline' => '附件上传时间',
|
||||
'groupattachment_dateline_nolimit' => '不限制',
|
||||
'groupattachment_dateline_hour' => '最近1小时',
|
||||
'groupattachment_dateline_day' => '最近24小时',
|
||||
'groupattachment_dateline_week' => '最近1周',
|
||||
'groupattachment_dateline_month' => '最近1月',
|
||||
'groupattachment_gviewperm' => '圈子浏览权限',
|
||||
'groupattachment_gviewperm_nolimit' => '不限制',
|
||||
'groupattachment_gviewperm_only_member' => '仅成员',
|
||||
'groupattachment_gviewperm_all_member' => '所有人',
|
||||
'groupattachment_highlight' => '获得高亮值',
|
||||
);
|
||||
|
||||
?>
|
39
source/language/block/lang_grouplist.php
Normal file
39
source/language/block/lang_grouplist.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?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' => '按默认顺序'
|
||||
);
|
||||
|
||||
?>
|
113
source/language/block/lang_groupthread.php
Normal file
113
source/language/block/lang_groupthread.php
Normal file
@@ -0,0 +1,113 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_groupthread.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'groupthread_fids' => '圈子ID',
|
||||
'groupthread_fids_comment' => '指定圈子ID,多个ID之间用 , 分割',
|
||||
'groupthread_gtids' => '圈子分类',
|
||||
'groupthread_gtids_comment' => '选择圈子分类',
|
||||
'groupthread_uids' => '楼主UID',
|
||||
'groupthread_uids_comment' => '指定主题作者ID,多个ID之间用 , 分割',
|
||||
'groupthread_keyword' => '标题关键字',
|
||||
'groupthread_keyword_comment' => '设置标题包含的关键字。注意: 留空为不进行任何过滤; 关键字中可使用通配符 *; 匹配多个关键字全部,可用空格或 AND 连接。如 win32 AND unix; 匹配多个关键字其中部分,可用 | 或 OR 连接。如 win32 OR unix',
|
||||
'groupthread_startrow' => '起始数据行数',
|
||||
'groupthread_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'groupthread_items' => '显示数据条数',
|
||||
'groupthread_items_comment' => '设置一次显示的主题条目数,请设置为大于 0 的整数',
|
||||
'groupthread_titlelength' => '标题最大字节数',
|
||||
'groupthread_maxlength_comment' => '设置当标题长度超过本设定时,是否将标题自动缩减到本设定中的字节数,0 为不自动缩减',
|
||||
'groupthread_fnamelength' => '标题最大字节数包含版块名称',
|
||||
'groupthread_fnamelength_comment' => '设置标题长度是否将所在版块名称的长度一同计算在内',
|
||||
'groupthread_summarylength' => '主题简短内容文字数',
|
||||
'groupthread_summarylength_comment' => '设置主题简短内容的文字数,0 为使用默认值 255',
|
||||
'groupthread_picpre' => '前缀图标',
|
||||
'groupthread_picpre_comment' => '设置是否在主题前加入图片形式的图标,输入图片的 URL (绝对或相对)地址即可,留空为不显示前缀图标',
|
||||
'groupthread_tids' => '指定主题',
|
||||
'groupthread_tids_comment' => '设置要指定显示的主题 tid ,多个 tid 请用半角逗号“,”隔开。注意: 留空为不进行任何过滤',
|
||||
'groupthread_keyword' => '标题关键字',
|
||||
'groupthread_keyword_comment' => '设置标题包含的关键字。注意: 留空为不进行任何过滤; 关键字中可使用通配符 *; 匹配多个关键字全部,可用空格或 AND 连接。如 win32 AND unix; 匹配多个关键字其中部分,可用 | 或 OR 连接。如 win32 OR unix',
|
||||
'groupthread_typeids' => '主题分类',
|
||||
'groupthread_typeids_comment' => '设置特定分类的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'groupthread_typeids_all' => '全部的主题分类',
|
||||
'groupthread_sortids' => '分类信息',
|
||||
'groupthread_sortids_comment' => '设置特定分类信息的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'groupthread_sortids_all' => '全部的分类信息',
|
||||
'groupthread_threadtype' => '显示主题分类前缀',
|
||||
'groupthread_threadtype_comment' => '设置是否在主题列表中,给分类的主题前加上分类名称',
|
||||
'groupthread_groupthreadort' => '显示分类信息前缀',
|
||||
'groupthread_groupthreadort_comment' => '设置是否在主题列表中,给分类信息的主题前加上分类信息名称',
|
||||
'groupthread_highlight' => '显示主题的高亮特性',
|
||||
'groupthread_highlight_comment' => '设置是否显示主题的高亮特性',
|
||||
'groupthread_digest' => '精华主题过滤',
|
||||
'groupthread_digest_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'groupthread_digest_0' => '普通主题',
|
||||
'groupthread_digest_1' => '精华 I',
|
||||
'groupthread_digest_2' => '精华 II',
|
||||
'groupthread_digest_3' => '精华 III',
|
||||
'groupthread_stick' => '置顶主题过滤',
|
||||
'groupthread_stick_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'groupthread_stick_0' => '普通主题',
|
||||
'groupthread_stick_1' => '置顶 I',
|
||||
'groupthread_stick_2' => '置顶 II',
|
||||
'groupthread_stick_3' => '置顶 III',
|
||||
'groupthread_special' => '特殊主题过滤',
|
||||
'groupthread_special_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'groupthread_special_1' => '投票主题',
|
||||
'groupthread_special_2' => '商品主题',
|
||||
'groupthread_special_3' => '悬赏主题',
|
||||
'groupthread_special_4' => '活动主题',
|
||||
'groupthread_special_5' => '辩论主题',
|
||||
'groupthread_special_0' => '普通主题',
|
||||
'groupthread_special_reward' => '悬赏主题过滤',
|
||||
'groupthread_special_reward_comment' => '设置特定类型的悬赏主题',
|
||||
'groupthread_picrequired' => '必须含图片附件',
|
||||
'groupthread_picrequired_comment' => '设置是否只显示含有图片附件的主题',
|
||||
'groupthread_special_reward_0' => '全部',
|
||||
'groupthread_special_reward_1' => '已解决',
|
||||
'groupthread_special_reward_2' => '未解决',
|
||||
'groupthread_recommend' => '推荐主题过滤',
|
||||
'groupthread_recommend_comment' => '设置是否只显示推荐的主题',
|
||||
'groupthread_orderby' => '主题排序方式',
|
||||
'groupthread_orderby_comment' => '设置以哪一字段或方式对主题进行排序',
|
||||
'groupthread_orderby_lastpost' => '按最后回复时间倒序排序',
|
||||
'groupthread_orderby_dateline' => '按发布时间倒序排序',
|
||||
'groupthread_orderby_replies' => '按回复数倒序排序',
|
||||
'groupthread_orderby_views' => '按浏览次数倒序排序',
|
||||
'groupthread_orderby_heats' => '按热度倒序排序',
|
||||
'groupthread_orderby_recommends' => '按主题评价倒序排序',
|
||||
'groupthread_orderby_hourviews' => '按小时内浏览次数倒序排序',
|
||||
'groupthread_orderby_todayviews' => '按当天浏览次数倒序排序',
|
||||
'groupthread_orderby_weekviews' => '按本周浏览次数倒序排序',
|
||||
'groupthread_orderby_monthviews' => '按当月浏览次数倒序排序',
|
||||
'groupthread_postdateline' => '主题发布时间',
|
||||
'groupthread_postdateline_nolimit' => '不限制',
|
||||
'groupthread_postdateline_hour' => '1小时内',
|
||||
'groupthread_postdateline_day' => '24小时内',
|
||||
'groupthread_postdateline_week' => '7天内',
|
||||
'groupthread_postdateline_month' => '1个月内',
|
||||
'groupthread_lastpost' => '最后更新时间',
|
||||
'groupthread_lastpost_nolimit' => '不限制',
|
||||
'groupthread_lastpost_hour' => '1小时内',
|
||||
'groupthread_lastpost_day' => '24小时内',
|
||||
'groupthread_lastpost_week' => '7天内',
|
||||
'groupthread_lastpost_month' => '1个月内',
|
||||
'groupthread_orderby_displayorder' => '按默认顺序',
|
||||
'groupthread_gviewperm' => '圈子浏览权限',
|
||||
'groupthread_gviewperm_nolimit' => '不限制',
|
||||
'groupthread_gviewperm_only_member' => '仅成员',
|
||||
'groupthread_gviewperm_all_member' => '所有人',
|
||||
'groupthread_highlight' => '获得高亮值',
|
||||
);
|
||||
|
||||
?>
|
104
source/language/block/lang_grouptrade.php
Normal file
104
source/language/block/lang_grouptrade.php
Normal file
@@ -0,0 +1,104 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_grouptrade.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'grouptrade_fids' => '指定圈子',
|
||||
'grouptrade_fids_comment' => '设置允许参与新帖调用的圈子,可以按住 CTRL 多选,全选或全不选均为不做限制',
|
||||
'grouptrade_gtids' => '圈子分类',
|
||||
'grouptrade_gtids_comment' => '设置圈子所在分类,可以按住 CTRL 多选,全选或全不选均为不做限制',
|
||||
'grouptrade_uids' => '用户UID',
|
||||
'grouptrade_uids_comment' => '设置要指定显示的用户UID,多个UID请用半角逗号“,”隔开。',
|
||||
'grouptrade_startrow' => '起始数据行数',
|
||||
'grouptrade_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'grouptrade_items' => '显示数据条数',
|
||||
'grouptrade_items_comment' => '设置一次显示的主题条目数,请设置为大于 0 的整数',
|
||||
'grouptrade_titlelength' => '标题最大字节数',
|
||||
'grouptrade_titlelength_comment' => '设置当标题长度超过本设定时,是否将标题自动缩减到本设定中的字节数,0 为不自动缩减',
|
||||
'grouptrade_fnamelength' => '标题最大字节数包含版块名称',
|
||||
'grouptrade_fnamelength_comment' => '设置标题长度是否将所在版块名称的长度一同计算在内',
|
||||
'grouptrade_summarylength' => '主题简短内容文字数',
|
||||
'grouptrade_summarylength_comment' => '设置主题简短内容的文字数,0 为使用默认值 255',
|
||||
'grouptrade_tids' => '指定主题',
|
||||
'grouptrade_tids_comment' => '设置要指定显示的主题 tid ,多个 tid 请用半角逗号“,”隔开。注意: 留空为不进行任何过滤',
|
||||
'grouptrade_keyword' => '标题关键字',
|
||||
'grouptrade_keyword_comment' => '设置标题包含的关键字。注意: 留空为不进行任何过滤; 关键字中可使用通配符 *; 匹配多个关键字全部,可用空格或 AND 连接。如 win32 AND unix; 匹配多个关键字其中部分,可用 | 或 OR 连接。如 win32 OR unix',
|
||||
'grouptrade_typeids' => '主题分类',
|
||||
'grouptrade_typeids_comment' => '设置特定分类的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'grouptrade_typeids_all' => '全部的主题分类',
|
||||
'grouptrade_sortids' => '分类信息',
|
||||
'grouptrade_sortids_comment' => '设置特定分类信息的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'grouptrade_sortids_all' => '全部的分类信息',
|
||||
'grouptrade_digest' => '精华主题过滤',
|
||||
'grouptrade_digest_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'grouptrade_digest_0' => '普通主题',
|
||||
'grouptrade_digest_1' => '精华 I',
|
||||
'grouptrade_digest_2' => '精华 II',
|
||||
'grouptrade_digest_3' => '精华 III',
|
||||
'grouptrade_stick' => '置顶主题过滤',
|
||||
'grouptrade_stick_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'grouptrade_stick_0' => '普通主题',
|
||||
'grouptrade_stick_1' => '置顶 I',
|
||||
'grouptrade_stick_2' => '置顶 II',
|
||||
'grouptrade_stick_3' => '置顶 III',
|
||||
'grouptrade_special' => '特殊主题过滤',
|
||||
'grouptrade_special_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'grouptrade_special_1' => '投票主题',
|
||||
'grouptrade_special_2' => '商品主题',
|
||||
'grouptrade_special_3' => '悬赏主题',
|
||||
'grouptrade_special_4' => '活动主题',
|
||||
'grouptrade_special_5' => '辩论主题',
|
||||
'grouptrade_special_0' => '普通主题',
|
||||
'grouptrade_special_reward' => '悬赏主题过滤',
|
||||
'grouptrade_special_reward_comment' => '设置特定类型的悬赏主题',
|
||||
'grouptrade_special_reward_0' => '全部',
|
||||
'grouptrade_special_reward_1' => '已解决',
|
||||
'grouptrade_special_reward_2' => '未解决',
|
||||
'grouptrade_recommend' => '推荐主题过滤',
|
||||
'grouptrade_recommend_comment' => '设置是否只显示推荐的主题',
|
||||
'grouptrade_orderby' => '主题排序方式',
|
||||
'grouptrade_orderby_comment' => '设置以哪一字段或方式对主题进行排序',
|
||||
'grouptrade_orderby_lastpost' => '按最后回复时间倒序排序',
|
||||
'grouptrade_orderby_dateline' => '按发布时间倒序排序',
|
||||
'grouptrade_orderby_replies' => '按回复数倒序排序',
|
||||
'grouptrade_orderby_views' => '按浏览次数倒序排序',
|
||||
'grouptrade_orderby_heats' => '按热度倒序排序',
|
||||
'grouptrade_orderby_recommends' => '按主题评价倒序排序',
|
||||
'grouptrade_orderby_hourviews' => '按指定时间内浏览次数倒序排序',
|
||||
'grouptrade_orderby_todayviews' => '按当天浏览次数倒序排序',
|
||||
'grouptrade_orderby_weekviews' => '按本周浏览次数倒序排序',
|
||||
'grouptrade_orderby_monthviews' => '按当月浏览次数倒序排序',
|
||||
'grouptrade_orderby_hours' => '指定时间(小时)',
|
||||
'grouptrade_orderby_hours_comment' => '指定时间内浏览次数倒序排序的时间值',
|
||||
'grouptrade_orderby_todayhots' => '按当天累计售出数倒序排序',
|
||||
'grouptrade_orderby_weekhots' => '按本周累计售出数倒序排序',
|
||||
'grouptrade_orderby_monthhots' => '按当月累计售出数倒序排序',
|
||||
'grouptrade_price_add' => ' 附加 ',
|
||||
'grouptrade_place' => '活动地点',
|
||||
'grouptrade_class' => '活动类型',
|
||||
'grouptrade_gender' => '性别要求',
|
||||
'grouptrade_gender_0' => '不限',
|
||||
'grouptrade_gender_1' => '男',
|
||||
'grouptrade_gender_2' => '女',
|
||||
'grouptrade_orderby_weekstart' => '按一周内活动开始时间排序',
|
||||
'grouptrade_orderby_monthstart' => '按一月内活动开始时间排序',
|
||||
'grouptrade_orderby_weekexp' => '按一周内报名截止时间排序',
|
||||
'grouptrade_orderby_monthexp' => '按一月内报名截止时间排序',
|
||||
'grouptrade_gviewperm' => '圈子浏览权限',
|
||||
'grouptrade_gviewperm_nolimit' => '不限制',
|
||||
'grouptrade_gviewperm_only_member' => '仅成员',
|
||||
'grouptrade_gviewperm_all_member' => '所有人',
|
||||
'grouptrade_highlight' => '获得高亮值',
|
||||
);
|
||||
|
||||
?>
|
88
source/language/block/lang_houselist.php
Normal file
88
source/language/block/lang_houselist.php
Normal file
@@ -0,0 +1,88 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_houselist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'categorylist_fids' => '所在版块',
|
||||
'categorylist_fids_comment' => '设置允许参与新帖调用的版块,可以按住 CTRL 多选,全选或全不选均为不做限制',
|
||||
'categorylist_startrow' => '起始数据行数',
|
||||
'categorylist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'categorylist_showitems' => '显示数据条数',
|
||||
'categorylist_showitems_comment' => '设置一次显示的主题条目数,请设置为大于 0 的整数',
|
||||
'categorylist_titlelength' => '标题最大字节数',
|
||||
'categorylist_titlelength_comment' => '设置当标题长度超过本设定时,是否将标题自动缩减到本设定中的字节数,0 为不自动缩减',
|
||||
'categorylist_fnamelength' => '标题最大字节数包含版块名称',
|
||||
'categorylist_fnamelength_comment' => '设置标题长度是否将所在版块名称的长度一同计算在内',
|
||||
'categorylist_summarylength' => '主题简短内容文字数',
|
||||
'categorylist_summarylength_comment' => '设置主题简短内容的文字数,0 为使用默认值 255',
|
||||
'categorylist_tids' => '指定主题',
|
||||
'categorylist_tids_comment' => '设置要指定显示的主题 tid ,多个 tid 请用半角逗号“,”隔开。注意: 留空为不进行任何过滤',
|
||||
'categorylist_keyword' => '标题关键字',
|
||||
'categorylist_keyword_comment' => '设置标题包含的关键字。注意: 留空为不进行任何过滤; 关键字中可使用通配符 *; 匹配多个关键字全部,可用空格或 AND 连接。如 win32 AND unix; 匹配多个关键字其中部分,可用 | 或 OR 连接。如 win32 OR unix',
|
||||
'categorylist_sortids' => '分类信息',
|
||||
'categorylist_sortids_comment' => '设置特定分类的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'categorylist_styleids' => '分类模板',
|
||||
'categorylist_styleids_comment' => '在后台对应的分类信息里面设置模板',
|
||||
'categorylist_styleids_style1' => '样式1',
|
||||
'categorylist_styleids_style2' => '样式2',
|
||||
'categorylist_styleids_style3' => '样式3',
|
||||
'categorylist_styleids_style4' => '样式4',
|
||||
'categorylist_styleids_style5' => '样式5',
|
||||
'categorylist_typeids_all' => '全部的主题分类',
|
||||
'categorylist_categoryids' => '分类信息',
|
||||
'categorylist_categoryids_comment' => '设置特定分类信息的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'categorylist_categoryids_all' => '全部的分类信息',
|
||||
'categorylist_digest' => '精华主题过滤',
|
||||
'categorylist_digest_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'categorylist_digest_0' => '普通主题',
|
||||
'categorylist_digest_1' => '精华 I',
|
||||
'categorylist_digest_2' => '精华 II',
|
||||
'categorylist_digest_3' => '精华 III',
|
||||
'categorylist_stick' => '置顶主题过滤',
|
||||
'categorylist_stick_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'categorylist_stick_0' => '普通主题',
|
||||
'categorylist_stick_1' => '置顶 I',
|
||||
'categorylist_stick_2' => '置顶 II',
|
||||
'categorylist_stick_3' => '置顶 III',
|
||||
'categorylist_special' => '特殊主题过滤',
|
||||
'categorylist_special_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'categorylist_special_1' => '投票主题',
|
||||
'categorylist_special_2' => '商品主题',
|
||||
'categorylist_special_3' => '悬赏主题',
|
||||
'categorylist_special_4' => '活动主题',
|
||||
'categorylist_special_5' => '辩论主题',
|
||||
'categorylist_special_0' => '普通主题',
|
||||
'categorylist_special_reward' => '悬赏主题过滤',
|
||||
'categorylist_special_reward_comment' => '设置特定类型的悬赏主题',
|
||||
'categorylist_special_reward_0' => '全部',
|
||||
'categorylist_special_reward_1' => '已解决',
|
||||
'categorylist_special_reward_2' => '未解决',
|
||||
'categorylist_recommend' => '推荐主题过滤',
|
||||
'categorylist_recommend_comment' => '设置是否只显示推荐的主题',
|
||||
'categorylist_orderby' => '主题排序方式',
|
||||
'categorylist_orderby_comment' => '设置以哪一字段或方式对主题进行排序',
|
||||
'categorylist_orderby_lastpost' => '按最后回复时间倒序排序',
|
||||
'categorylist_orderby_dateline' => '按发布时间倒序排序',
|
||||
'categorylist_orderby_replies' => '按回复数倒序排序',
|
||||
'categorylist_orderby_views' => '按浏览次数倒序排序',
|
||||
'categorylist_orderby_heats' => '按热度倒序排序',
|
||||
'categorylist_orderby_recommends' => '按主题评价倒序排序',
|
||||
'categorylist_orderby_hourviews' => '按指定时间内浏览次数倒序排序',
|
||||
'categorylist_orderby_todayviews' => '按当天浏览次数倒序排序',
|
||||
'categorylist_orderby_weekviews' => '按本周浏览次数倒序排序',
|
||||
'categorylist_orderby_monthviews' => '按当月浏览次数倒序排序',
|
||||
'categorylist_orderby_hours' => '指定时间(小时)',
|
||||
'categorylist_orderby_hours_comment' => '指定时间内浏览次数倒序排序的时间值',
|
||||
);
|
||||
|
||||
?>
|
20
source/language/block/lang_line.php
Normal file
20
source/language/block/lang_line.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_line.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'line_style' => '分割线样式',
|
||||
'line_style_line' => '实线',
|
||||
'line_style_dash' => '虚线',
|
||||
);
|
||||
?>
|
66
source/language/block/lang_memberlist.php
Normal file
66
source/language/block/lang_memberlist.php
Normal file
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_memberlist.php 28353 2012-02-28 06:57:02Z chenmengshu $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'memberlist_uids' => '用户UID',
|
||||
'memberlist_uids_comment' => '指定用户UID,多个UID之间用 ,分割',
|
||||
'memberlist_special' => '特殊会员',
|
||||
'memberlist_special_nolimit' => '不限',
|
||||
'memberlist_special_hot' => '推荐关注',
|
||||
'memberlist_gender' => '性别',
|
||||
'memberlist_gender_nolimit' => '不限',
|
||||
'memberlist_gender_male' => '男',
|
||||
'memberlist_gender_female' => '女',
|
||||
'memberlist_residecity' => '居住城市',
|
||||
'memberlist_birthcity' => '出生城市',
|
||||
'memberlist_avatarstatus' => '过滤无头像用户',
|
||||
'memberlist_emailstatus' => '通过邮件认证',
|
||||
'memberlist_secmobilestatus' => '通过安全手机认证',
|
||||
'memberlist_verifystatus' => '已通过的认证',
|
||||
'memberlist_special_default' => '推荐好友',
|
||||
'memberlist_startrow' => '起始数据行数',
|
||||
'memberlist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'memberlist_groupid' => '用户组',
|
||||
'memberlist_groupid_comment' => '指定用户组',
|
||||
'memberlist_items' => '显示数据条数',
|
||||
'memberlist_items_comment' => '设置一次显示的用户条目数,请设置为大于 0 的整数',
|
||||
'memberlist_orderby' => '用户排序方式',
|
||||
'memberlist_orderby_comment' => '设置以哪一字段或方式对用户进行排序',
|
||||
'memberlist_orderby_credits' => '按总积分倒序',
|
||||
'memberlist_orderby_extcredits' => '按指定扩展积分倒序',
|
||||
'memberlist_orderby_posts' => '按发帖数倒序',
|
||||
'memberlist_orderby_blogs' => '按日志数倒序',
|
||||
'memberlist_orderby_albums' => '按相册数倒序',
|
||||
'memberlist_orderby_doings' => '按记录数倒序',
|
||||
'memberlist_orderby_sharings' => '按分享数倒序',
|
||||
'memberlist_orderby_show' => '按竞价排行排序',
|
||||
'memberlist_orderby_special' => '按推荐优先级排序',
|
||||
'memberlist_orderby_threads' => '按主题数倒序',
|
||||
'memberlist_orderby_digestposts' => '按精华帖数倒序',
|
||||
'memberlist_orderby_regdate' => '按注册日期倒序',
|
||||
'memberlist_orderby_todayposts' => '按今日发帖数倒序',
|
||||
'memberlist_lastpost' => '最后发帖时间',
|
||||
'memberlist_lastpost_nolimit' => '不限制',
|
||||
'memberlist_lastpost_hour' => '最近1小时',
|
||||
'memberlist_lastpost_day' => '最近1天',
|
||||
'memberlist_lastpost_week' => '最近一周',
|
||||
'memberlist_lastpost_month' => '最近一月',
|
||||
'memberlist_orderby_extcreditselect' => '扩展积分',
|
||||
'memberlist_orderby_extcreditselect_comment' => '按指定扩展积分倒序排序的积分值',
|
||||
'memberlist_orderby_hours' => '按小时内发帖数倒序',
|
||||
'memberlist_orderby_hours_comment' => '指定时间内发帖数倒序排序的时间值',
|
||||
'memberlist_yes' => '是',
|
||||
);
|
||||
|
||||
?>
|
39
source/language/block/lang_piclist.php
Normal file
39
source/language/block/lang_piclist.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_piclist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'piclist_picids' => '指定图片',
|
||||
'piclist_picids_comment' => '填入指定图片的ID(picid),多个图片之间用逗号(,)分隔',
|
||||
'piclist_aids' => '相册ID',
|
||||
'piclist_aids_comment' => '填入指定相册的ID(aid),多个相册之间用逗号(,)分隔',
|
||||
'piclist_uids' => '用户UID',
|
||||
'piclist_uids_comment' => '填入指定用户的ID(uid),多个用户之间用逗号(,)分隔',
|
||||
'piclist_startrow' => '起始数据行数',
|
||||
'piclist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'piclist_hours' => '时间范围',
|
||||
'piclist_hours_nolimit' => '不限制',
|
||||
'piclist_hours_hour' => '1小时内',
|
||||
'piclist_hours_day' => '24小时内',
|
||||
'piclist_hours_week' => '7天内',
|
||||
'piclist_hours_month' => '1月内',
|
||||
'piclist_hours_year' => '1年内',
|
||||
'piclist_titlelength' => '标题长度',
|
||||
'piclist_titlelength_comment' => '指定图片标题最大长度',
|
||||
'piclist_orderby' => '图片排序方式',
|
||||
'piclist_orderby_comment' => '设置以哪一字段或方式对图片进行排序',
|
||||
'piclist_orderby_dateline' => '按发布时间倒序',
|
||||
'piclist_orderby_hot' => '按热度倒序'
|
||||
);
|
||||
|
||||
?>
|
41
source/language/block/lang_polllist.php
Normal file
41
source/language/block/lang_polllist.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_polllist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'polllist_name' => '投票列表',
|
||||
'polllist_desc' => '投票列表调用',
|
||||
'polllist_uids' => '用户UID',
|
||||
'polllist_uids_comment' => '填入指定用户的ID(uid),多个用户之间用逗号(,)分隔',
|
||||
'polllist_startrow' => '起始数据行数',
|
||||
'polllist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'polllist_titlelength' => '标题长度',
|
||||
'polllist_summarylength' => '简介长度',
|
||||
'polllist_orderby' => '投票排序方式',
|
||||
'polllist_orderby_comment' => '设置以哪一字段或方式对投票进行排序',
|
||||
'polllist_orderby_dateline' => '按发布时间倒序',
|
||||
'polllist_orderby_hot' => '按热度倒序',
|
||||
'polllist_orderby_lastvote' => '按最后投票时间倒序',
|
||||
'polllist_orderby_viewnum' => '按查看数倒序',
|
||||
'polllist_orderby_replynum' => '按回复数倒序',
|
||||
'polllist_orderby_votenum' => '按投票数倒序',
|
||||
'polllist_credit' => '悬赏投票',
|
||||
'polllist_credit_nolimit' => '不限定',
|
||||
'polllist_credit_yes' => '只取悬赏投票',
|
||||
'polllist_expirefilter' => '过期投票',
|
||||
'polllist_expirefilter_off' => '不屏蔽',
|
||||
'polllist_expirefilter_on' => '屏蔽',
|
||||
|
||||
);
|
||||
|
||||
?>
|
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' => '按文章数倒序',
|
||||
);
|
||||
|
||||
?>
|
82
source/language/block/lang_sortlist.php
Normal file
82
source/language/block/lang_sortlist.php
Normal file
@@ -0,0 +1,82 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_sortlist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'sortlist_fids' => '所在版块',
|
||||
'sortlist_fids_comment' => '设置允许参与新帖调用的版块,可以按住 CTRL 多选,全选或全不选均为不做限制',
|
||||
'sortlist_startrow' => '起始数据行数',
|
||||
'sortlist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'sortlist_showitems' => '显示数据条数',
|
||||
'sortlist_showitems_comment' => '设置一次显示的主题条目数,请设置为大于 0 的整数',
|
||||
'sortlist_titlelength' => '标题最大字节数',
|
||||
'sortlist_titlelength_comment' => '设置当标题长度超过本设定时,是否将标题自动缩减到本设定中的字节数,0 为不自动缩减',
|
||||
'sortlist_fnamelength' => '标题最大字节数包含版块名称',
|
||||
'sortlist_fnamelength_comment' => '设置标题长度是否将所在版块名称的长度一同计算在内',
|
||||
'sortlist_summarylength' => '主题简短内容文字数',
|
||||
'sortlist_summarylength_comment' => '设置主题简短内容的文字数,0 为使用默认值 255',
|
||||
'sortlist_tids' => '指定主题',
|
||||
'sortlist_tids_comment' => '设置要指定显示的主题 tid ,多个 tid 请用半角逗号“,”隔开。注意: 留空为不进行任何过滤',
|
||||
'sortlist_keyword' => '标题关键字',
|
||||
'sortlist_keyword_comment' => '设置标题包含的关键字。注意: 留空为不进行任何过滤; 关键字中可使用通配符 *; 匹配多个关键字全部,可用空格或 AND 连接。如 win32 AND unix; 匹配多个关键字其中部分,可用 | 或 OR 连接。如 win32 OR unix',
|
||||
'sortlist_typeids' => '主题分类',
|
||||
'sortlist_typeids_comment' => '设置特定分类的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'sortlist_typeids_all' => '全部的主题分类',
|
||||
'sortlist_sortids' => '分类信息',
|
||||
'sortlist_sortids_comment' => '设置特定分类信息的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'sortlist_sortids_all' => '全部的分类信息',
|
||||
'sortlist_digest' => '精华主题过滤',
|
||||
'sortlist_digest_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'sortlist_digest_0' => '普通主题',
|
||||
'sortlist_digest_1' => '精华 I',
|
||||
'sortlist_digest_2' => '精华 II',
|
||||
'sortlist_digest_3' => '精华 III',
|
||||
'sortlist_stick' => '置顶主题过滤',
|
||||
'sortlist_stick_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'sortlist_stick_0' => '普通主题',
|
||||
'sortlist_stick_1' => '置顶 I',
|
||||
'sortlist_stick_2' => '置顶 II',
|
||||
'sortlist_stick_3' => '置顶 III',
|
||||
'sortlist_special' => '特殊主题过滤',
|
||||
'sortlist_special_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'sortlist_special_1' => '投票主题',
|
||||
'sortlist_special_2' => '商品主题',
|
||||
'sortlist_special_3' => '悬赏主题',
|
||||
'sortlist_special_4' => '活动主题',
|
||||
'sortlist_special_5' => '辩论主题',
|
||||
'sortlist_special_0' => '普通主题',
|
||||
'sortlist_special_reward' => '悬赏主题过滤',
|
||||
'sortlist_special_reward_comment' => '设置特定类型的悬赏主题',
|
||||
'sortlist_special_reward_0' => '全部',
|
||||
'sortlist_special_reward_1' => '已解决',
|
||||
'sortlist_special_reward_2' => '未解决',
|
||||
'sortlist_recommend' => '推荐主题过滤',
|
||||
'sortlist_recommend_comment' => '设置是否只显示推荐的主题',
|
||||
'sortlist_orderby' => '主题排序方式',
|
||||
'sortlist_orderby_comment' => '设置以哪一字段或方式对主题进行排序',
|
||||
'sortlist_orderby_lastpost' => '按最后回复时间倒序排序',
|
||||
'sortlist_orderby_dateline' => '按发布时间倒序排序',
|
||||
'sortlist_orderby_replies' => '按回复数倒序排序',
|
||||
'sortlist_orderby_views' => '按浏览次数倒序排序',
|
||||
'sortlist_orderby_heats' => '按热度倒序排序',
|
||||
'sortlist_orderby_recommends' => '按主题评价倒序排序',
|
||||
'sortlist_lastpost' => '主题发布时间',
|
||||
'sortlist_lastpost_nolimit' => '不限制',
|
||||
'sortlist_lastpost_hour' => '一小时内',
|
||||
'sortlist_lastpost_day' => '一天内',
|
||||
'sortlist_lastpost_week' => '一周内',
|
||||
'sortlist_lastpost_month' => '一月内',
|
||||
'sortlist_orderby_hours_comment' => '指定时间内浏览次数倒序排序的时间值',
|
||||
);
|
||||
|
||||
?>
|
48
source/language/block/lang_stat.php
Normal file
48
source/language/block/lang_stat.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_stat.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'stat_option' => '统计选项',
|
||||
'stat_option_posts' => '发帖总数',
|
||||
'stat_option_groups' => '圈子总数',
|
||||
'stat_option_members' => '会员总数',
|
||||
'stat_option_groupnewposts' => '圈子今日发帖',
|
||||
'stat_option_bbsnewposts' => '论坛今日发帖数',
|
||||
'stat_option_bbslastposts' => '论坛昨日发帖数',
|
||||
'stat_option_onlinemembers' => '当前在线会员数',
|
||||
'stat_option_maxmembers' => '历史最高在线会员数',
|
||||
'stat_option_doings' => '动态数',
|
||||
'stat_option_blogs' => '日志数',
|
||||
'stat_option_albums' => '相册数',
|
||||
'stat_option_pics' => '图片数',
|
||||
'stat_option_shares' => '分享数',
|
||||
|
||||
'stat_edit_showtitle' => '显示名称',
|
||||
'stat_edit_showtitle_detail' => '您可以编辑以下对应项来自定义各统计项的显示名称',
|
||||
|
||||
'stat_posts' => '文章',
|
||||
'stat_groups' => '圈子',
|
||||
'stat_members' => '会员',
|
||||
'stat_groupnewposts' => '圈子今日发帖',
|
||||
'stat_bbsnewposts' => '论坛今日发帖',
|
||||
'stat_bbslastposts' => '论坛昨日发帖',
|
||||
'stat_onlinemembers' => '当前在线会员',
|
||||
'stat_maxmembers' => '历史最高在线',
|
||||
'stat_doings' => '动态',
|
||||
'stat_blogs' => '日志',
|
||||
'stat_albums' => '相册',
|
||||
'stat_pics' => '图片',
|
||||
'stat_shares' => '分享',
|
||||
);
|
||||
?>
|
116
source/language/block/lang_threadlist.php
Normal file
116
source/language/block/lang_threadlist.php
Normal file
@@ -0,0 +1,116 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_threadlist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'threadlist_fids' => '所在版块',
|
||||
'threadlist_fids_comment' => '设置允许参与新帖调用的版块,可以按住 CTRL 多选,全选或全不选均为不做限制',
|
||||
'threadlist_uids' => '楼主UID',
|
||||
'threadlist_uids_comment' => '设置要楼主UID,多个UID请用半角逗号“,”隔开。',
|
||||
'threadlist_startrow' => '起始数据行数',
|
||||
'threadlist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'threadlist_items' => '显示数据条数',
|
||||
'threadlist_items_comment' => '设置一次显示的主题条目数,请设置为大于 0 的整数',
|
||||
'threadlist_titlelength' => '标题最大字节数',
|
||||
'threadlist_titlelength_comment' => '设置当标题长度超过本设定时,是否将标题自动缩减到本设定中的字节数,0 为不自动缩减',
|
||||
'threadlist_fnamelength' => '标题最大字节数包含版块名称',
|
||||
'threadlist_fnamelength_comment' => '设置标题长度是否将所在版块名称的长度一同计算在内',
|
||||
'threadlist_summarylength' => '主题简短内容文字数',
|
||||
'threadlist_summarylength_comment' => '设置主题简短内容的文字数,0 为使用默认值 255',
|
||||
'threadlist_tids' => '指定主题',
|
||||
'threadlist_tids_comment' => '设置要指定显示的主题 tid ,多个 tid 请用半角逗号“,”隔开。注意: 留空为不进行任何过滤',
|
||||
'threadlist_keyword' => '标题关键字',
|
||||
'threadlist_keyword_comment' => '设置标题包含的关键字。注意: 留空为不进行任何过滤; 关键字中可使用通配符 *; 匹配多个关键字全部,可用空格或 AND 连接。如 win32 AND unix; 匹配多个关键字其中部分,可用 | 或 OR 连接。如 win32 OR unix',
|
||||
'threadlist_tagkeyword' => 'TAG标签',
|
||||
'threadlist_tagkeyword_comment' => 'TAG标签关键字。注意: 留空为不进行任何过滤; 关键字中可使用通配符 *; 匹配多个关键字其中部分,可用 | 或 OR 连接。如 win32 OR unix',
|
||||
'threadlist_typeids' => '主题分类ID',
|
||||
'threadlist_typeids_comment' => '输入主题分类ID,多个 ID 之间用半角逗号“,”隔开。',
|
||||
'threadlist_typeids_all' => '全部的主题分类',
|
||||
'threadlist_sortids' => '分类信息',
|
||||
'threadlist_sortids_comment' => '设置特定分类信息的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'threadlist_sortids_all' => '全部的分类信息',
|
||||
'threadlist_reply' => '无回复主题过滤',
|
||||
'threadlist_digest' => '精华主题过滤',
|
||||
'threadlist_digest_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'threadlist_digest_0' => '普通主题',
|
||||
'threadlist_digest_1' => '精华 I',
|
||||
'threadlist_digest_2' => '精华 II',
|
||||
'threadlist_digest_3' => '精华 III',
|
||||
'threadlist_stick' => '置顶主题过滤',
|
||||
'threadlist_stick_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'threadlist_stick_0' => '普通主题',
|
||||
'threadlist_stick_1' => '置顶 I',
|
||||
'threadlist_stick_2' => '置顶 II',
|
||||
'threadlist_stick_3' => '置顶 III',
|
||||
'threadlist_special' => '特殊主题过滤',
|
||||
'threadlist_special_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'threadlist_special_1' => '投票主题',
|
||||
'threadlist_special_2' => '商品主题',
|
||||
'threadlist_special_3' => '悬赏主题',
|
||||
'threadlist_special_4' => '活动主题',
|
||||
'threadlist_special_5' => '辩论主题',
|
||||
'threadlist_special_0' => '普通主题',
|
||||
'threadlist_special_reward' => '悬赏主题过滤',
|
||||
'threadlist_special_reward_comment' => '设置特定类型的悬赏主题',
|
||||
'threadlist_special_reward_0' => '全部',
|
||||
'threadlist_special_reward_1' => '已解决',
|
||||
'threadlist_special_reward_2' => '未解决',
|
||||
'threadlist_recommend' => '推荐主题过滤',
|
||||
'threadlist_viewmod' => '文章模式查看',
|
||||
'threadlist_recommend_comment' => '设置是否只显示推荐的主题',
|
||||
'threadlist_picrequired' => '必须含图片附件',
|
||||
'threadlist_picrequired_comment' => '设置是否只显示含有图片附件的主题',
|
||||
'threadlist_orderby' => '主题排序方式',
|
||||
'threadlist_orderby_comment' => '设置以哪一字段或方式对主题进行排序',
|
||||
'threadlist_orderby_lastpost' => '按最后回复时间倒序排序',
|
||||
'threadlist_orderby_dateline' => '按发布时间倒序排序',
|
||||
'threadlist_orderby_replies' => '按回复数倒序排序',
|
||||
'threadlist_orderby_views' => '按浏览次数倒序排序',
|
||||
'threadlist_orderby_heats' => '按热度倒序排序',
|
||||
'threadlist_orderby_recommends' => '按主题评价倒序排序',
|
||||
'threadlist_orderby_hourviews' => '按指定时间内浏览次数倒序排序',
|
||||
'threadlist_orderby_todayviews' => '按当天浏览次数倒序排序',
|
||||
'threadlist_orderby_weekviews' => '按本周浏览次数倒序排序',
|
||||
'threadlist_orderby_monthviews' => '按当月浏览次数倒序排序',
|
||||
'threadlist_orderby_hours' => '指定时间(小时)',
|
||||
'threadlist_orderby_hours_comment' => '指定时间内浏览次数倒序排序的时间值',
|
||||
'threadlist_orderby_todayhots' => '按当天累计售出数倒序排序',
|
||||
'threadlist_orderby_weekhots' => '按本周累计售出数倒序排序',
|
||||
'threadlist_orderby_monthhots' => '按当月累计售出数倒序排序',
|
||||
'threadlist_lastpost' => '最后更新时间',
|
||||
'threadlist_postdateline' => '主题发布时间',
|
||||
'threadlist_postdateline_nolimit' => '不限制',
|
||||
'threadlist_postdateline_hour' => '1小时内',
|
||||
'threadlist_postdateline_day' => '24小时内',
|
||||
'threadlist_postdateline_week' => '7天内',
|
||||
'threadlist_postdateline_month' => '1个月内',
|
||||
'threadlist_lastpost_nolimit' => '不限制',
|
||||
'threadlist_lastpost_hour' => '1小时内',
|
||||
'threadlist_lastpost_day' => '24小时内',
|
||||
'threadlist_lastpost_week' => '7天内',
|
||||
'threadlist_lastpost_month' => '1个月内',
|
||||
'threadlist_price_add' => ' 附加 ',
|
||||
'threadlist_place' => '活动地点',
|
||||
'threadlist_class' => '活动类型',
|
||||
'threadlist_gender' => '性别要求',
|
||||
'threadlist_gender_0' => '不限',
|
||||
'threadlist_gender_1' => '男',
|
||||
'threadlist_gender_2' => '女',
|
||||
'threadlist_orderby_weekstart' => '按一周内活动开始时间排序',
|
||||
'threadlist_orderby_monthstart' => '按一月内活动开始时间排序',
|
||||
'threadlist_orderby_weekexp' => '按一周内报名截止时间排序',
|
||||
'threadlist_orderby_monthexp' => '按一月内报名截止时间排序',
|
||||
'threadlist_highlight' => '获得高亮值',
|
||||
);
|
||||
|
||||
?>
|
34
source/language/block/lang_topiclist.php
Normal file
34
source/language/block/lang_topiclist.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_topiclist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'topiclist_topicids' => '指定专题',
|
||||
'topiclist_topicids_comment' => '填入指定专题的ID(topicid),多个专题之间用逗号(,)分隔',
|
||||
'topiclist_uids' => '创建者UID',
|
||||
'topiclist_uids_comment' => '填入指定专题创建者的ID(uid),多个用户之间用逗号(,)分隔',
|
||||
'topiclist_startrow' => '起始数据行数',
|
||||
'topiclist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'topiclist_titlelength' => '标题长度',
|
||||
'topiclist_titlelength_comment' => '指定专题标题最大长度',
|
||||
'topiclist_summarylength' => '介绍长度',
|
||||
'topiclist_summarylength_comment' => '指定专题介绍最大长度',
|
||||
'topiclist_picrequired' => '过滤无封面专题',
|
||||
'topiclist_picrequired_comment' => '是否过滤没有封面图片的专题',
|
||||
'topiclist_orderby' => '专题排序方式',
|
||||
'topiclist_orderby_comment' => '设置以哪一字段或方式对专题进行排序',
|
||||
'topiclist_orderby_dateline' => '按发布时间倒序',
|
||||
'topiclist_orderby_viewnum' => '按查看数倒序',
|
||||
);
|
||||
|
||||
?>
|
98
source/language/block/lang_tradelist.php
Normal file
98
source/language/block/lang_tradelist.php
Normal file
@@ -0,0 +1,98 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_tradelist.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'tradelist_fids' => '所在版块',
|
||||
'tradelist_fids_comment' => '设置允许参与新帖调用的版块,可以按住 CTRL 多选,全选或全不选均为不做限制',
|
||||
'tradelist_uids' => '用户UID',
|
||||
'tradelist_uids_comment' => '设置要指定显示的用户UID,多个 UID 请用半角逗号“,”隔开。',
|
||||
'tradelist_startrow' => '起始数据行数',
|
||||
'tradelist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
|
||||
'tradelist_items' => '显示数据条数',
|
||||
'tradelist_items_comment' => '设置一次显示的主题条目数,请设置为大于 0 的整数',
|
||||
'tradelist_titlelength' => '标题最大字节数',
|
||||
'tradelist_titlelength_comment' => '设置当标题长度超过本设定时,是否将标题自动缩减到本设定中的字节数,0 为不自动缩减',
|
||||
'tradelist_fnamelength' => '标题最大字节数包含版块名称',
|
||||
'tradelist_fnamelength_comment' => '设置标题长度是否将所在版块名称的长度一同计算在内',
|
||||
'tradelist_summarylength' => '主题简短内容文字数',
|
||||
'tradelist_summarylength_comment' => '设置主题简短内容的文字数,0 为使用默认值 255',
|
||||
'tradelist_tids' => '指定主题',
|
||||
'tradelist_tids_comment' => '设置要指定显示的主题 tid ,多个 tid 请用半角逗号“,”隔开。注意: 留空为不进行任何过滤',
|
||||
'tradelist_keyword' => '标题关键字',
|
||||
'tradelist_keyword_comment' => '设置标题包含的关键字。注意: 留空为不进行任何过滤; 关键字中可使用通配符 *; 匹配多个关键字全部,可用空格或 AND 连接。如 win32 AND unix; 匹配多个关键字其中部分,可用 | 或 OR 连接。如 win32 OR unix',
|
||||
'tradelist_typeids' => '主题分类',
|
||||
'tradelist_typeids_comment' => '设置特定分类的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'tradelist_typeids_all' => '全部的主题分类',
|
||||
'tradelist_sortids' => '分类信息',
|
||||
'tradelist_sortids_comment' => '设置特定分类信息的主题。注意: 全选或全不选均为不进行任何过滤',
|
||||
'tradelist_sortids_all' => '全部的分类信息',
|
||||
'tradelist_digest' => '精华主题过滤',
|
||||
'tradelist_digest_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'tradelist_digest_0' => '普通主题',
|
||||
'tradelist_digest_1' => '精华 I',
|
||||
'tradelist_digest_2' => '精华 II',
|
||||
'tradelist_digest_3' => '精华 III',
|
||||
'tradelist_stick' => '置顶主题过滤',
|
||||
'tradelist_stick_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'tradelist_stick_0' => '普通主题',
|
||||
'tradelist_stick_1' => '置顶 I',
|
||||
'tradelist_stick_2' => '置顶 II',
|
||||
'tradelist_stick_3' => '置顶 III',
|
||||
'tradelist_special' => '特殊主题过滤',
|
||||
'tradelist_special_comment' => '设置特定的主题范围。注意: 全选或全不选均为不进行任何过滤',
|
||||
'tradelist_special_1' => '投票主题',
|
||||
'tradelist_special_2' => '商品主题',
|
||||
'tradelist_special_3' => '悬赏主题',
|
||||
'tradelist_special_4' => '活动主题',
|
||||
'tradelist_special_5' => '辩论主题',
|
||||
'tradelist_special_0' => '普通主题',
|
||||
'tradelist_special_reward' => '悬赏主题过滤',
|
||||
'tradelist_special_reward_comment' => '设置特定类型的悬赏主题',
|
||||
'tradelist_special_reward_0' => '全部',
|
||||
'tradelist_special_reward_1' => '已解决',
|
||||
'tradelist_special_reward_2' => '未解决',
|
||||
'tradelist_recommend' => '推荐主题过滤',
|
||||
'tradelist_recommend_comment' => '设置是否只显示推荐的主题',
|
||||
'tradelist_orderby' => '主题排序方式',
|
||||
'tradelist_orderby_comment' => '设置以哪一字段或方式对主题进行排序',
|
||||
'tradelist_orderby_lastpost' => '按最后回复时间倒序排序',
|
||||
'tradelist_orderby_dateline' => '按发布时间倒序排序',
|
||||
'tradelist_orderby_replies' => '按回复数倒序排序',
|
||||
'tradelist_orderby_views' => '按浏览次数倒序排序',
|
||||
'tradelist_orderby_heats' => '按热度倒序排序',
|
||||
'tradelist_orderby_recommends' => '按主题评价倒序排序',
|
||||
'tradelist_orderby_hourviews' => '按指定时间内浏览次数倒序排序',
|
||||
'tradelist_orderby_todayviews' => '按当天浏览次数倒序排序',
|
||||
'tradelist_orderby_weekviews' => '按本周浏览次数倒序排序',
|
||||
'tradelist_orderby_monthviews' => '按当月浏览次数倒序排序',
|
||||
'tradelist_orderby_hours' => '指定时间(小时)',
|
||||
'tradelist_orderby_hours_comment' => '指定时间内浏览次数倒序排序的时间值',
|
||||
'tradelist_orderby_todayhots' => '按当天累计售出数倒序排序',
|
||||
'tradelist_orderby_weekhots' => '按本周累计售出数倒序排序',
|
||||
'tradelist_orderby_monthhots' => '按当月累计售出数倒序排序',
|
||||
'tradelist_price_add' => ' 附加 ',
|
||||
'tradelist_place' => '活动地点',
|
||||
'tradelist_class' => '活动类型',
|
||||
'tradelist_gender' => '性别要求',
|
||||
'tradelist_gender_0' => '不限',
|
||||
'tradelist_gender_1' => '男',
|
||||
'tradelist_gender_2' => '女',
|
||||
'tradelist_orderby_weekstart' => '按一周内活动开始时间排序',
|
||||
'tradelist_orderby_monthstart' => '按一月内活动开始时间排序',
|
||||
'tradelist_orderby_weekexp' => '按一周内报名截止时间排序',
|
||||
'tradelist_orderby_monthexp' => '按一月内报名截止时间排序',
|
||||
'tradelist_highlight' => '获得高亮值',
|
||||
);
|
||||
|
||||
?>
|
20
source/language/block/lang_vedio.php
Normal file
20
source/language/block/lang_vedio.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
||||
* This is NOT a freeware, use is subject to license terms
|
||||
*
|
||||
* $Id: lang_vedio.php 27449 2012-02-01 05:32:35Z zhangguosheng $
|
||||
*/
|
||||
|
||||
if(!defined('IN_DISCUZ')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'vedio_url' => '视频地址',
|
||||
'vedio_width' => '视频宽度',
|
||||
'vedio_height' => '视频高度',
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user