rhymix/modules/board/lang/zh-CN.lang.php
2008-12-18 17:16:19 +00:00

48 lines
No EOL
2.3 KiB
PHP
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
/**
* @file zh-CN.lang.php
* @author zero (zero@nzeo.com)
* @brief 版面(board) 模块语言包
**/
$lang->board = "版面";
$lang->except_notice = "公告选项";
$lang->cmd_manage_menu = '菜单管理';
$lang->cmd_make_child = '添加下级分类';
$lang->cmd_enable_move_category = "分类顺序(勾选后用鼠标拖动分类项)";
$lang->cmd_remake_cache = '重新生成缓冲文件';
$lang->cmd_layout_setup = '布局设置';
$lang->cmd_layout_edit = '编辑布局';
// 项目
$lang->parent_category_title = '上级分类名';
$lang->category_title = '分类名';
$lang->category_color = '分类颜色';
$lang->expand = '展开';
$lang->category_group_srls = '用户组';
$lang->search_result = '搜索结果';
$lang->consultation = '咨询功能';
$lang->secret = '密帖';
$lang->admin_mail = '管理员电子邮件';
// 按钮语言
$lang->cmd_board_list = '版面目录';
$lang->cmd_module_config = '版面共同设置';
$lang->cmd_view_info = '版面信息';
// 信息、提示..
$lang->about_category_title = '请输入分类名。';
$lang->about_expand = '选择此项将维持展开状态。';
$lang->about_category_group_srls = '被选的用户组才可以查看此分类。';
$lang->about_layout_setup = '可直接编辑博客布局代码。可以把控件代码插入到您喜欢的位置。';
$lang->about_board_category = '可以添加/删除分类项<br />分类有异常情况时,可以尝试重新生成缓冲文件。';
$lang->about_except_notice = "设置公告目录项不再重复显示到普通目录当中。";
$lang->about_board = "可生成及管理版面的模块。";
$lang->about_consultation = "咨询功能是指除有管理权限的会员以外,其他会员只能浏览自己发表的主题。\n使用咨询功能时系统将自动禁止非会员的发表主题权限。";
$lang->about_secret = '设置主题及评论当中使用密帖与否。';
$lang->about_admin_mail = '有新的主题或评论时,将自动发电子邮件来通知管理员。<br />多数电子邮件由逗号(,)来分隔。';
$lang->about_category_color = '请指定分类颜色(必须带#符号。ex#ff0000';
?>