rhymix/modules/blog/lang/zh-CN.lang.php

33 lines
1.7 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 博客(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时在菜单模块里生成菜单后在皮肤管理链接就可以。";
?>