mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1850 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a0526f8485
commit
bc3fba33b2
231 changed files with 2671 additions and 2132 deletions
33
modules/blog/lang/zh-CN.lang.php
Normal file
33
modules/blog/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* @file zh-CN.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 博客(blog) 模块的基本语言包
|
||||
**/
|
||||
|
||||
// 按钮使用的语言
|
||||
$lang->cmd_blog_list = '博客目录';
|
||||
$lang->cmd_module_config = '博客共同设定';
|
||||
$lang->cmd_view_info = '博客 信息';
|
||||
$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_name = '上级分类名称';
|
||||
$lang->category_name = '分类名称';
|
||||
$lang->expand = '展开';
|
||||
$lang->category_group_srls = '用户组限制';
|
||||
$lang->search_result = '搜索结果';
|
||||
|
||||
// 信息、提示..
|
||||
$lang->about_category_name = '请输入分类名称';
|
||||
$lang->about_expand = '选择后总是展开状态';
|
||||
$lang->about_category_group_srls = '只有选择的用户可以查看现在的分类。 (查看xml文件会显示)';
|
||||
$lang->about_layout_setup = '可以直接修改博客的布局代码。把Widget代码插入到您喜欢的位置或管理';
|
||||
$lang->about_blog_category = '可以制作博客分类<br />博客分类有异常的情况可以尝试缓冲文件再生成。';
|
||||
$lang->about_blog = "可以制作博客和管理的博客模块\n博客模块是利用博客皮肤里包含的布局,生成博客后必须通过分类及皮肤管理布置。\n在博客内需要链接其他board时在菜单模块里生成菜单后在皮肤管理链接就可以。";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue