mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
중국어 전체파일 수정보완 및 추가번 적용. by guny님
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2037 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9bf4756ded
commit
1656f52701
103 changed files with 580 additions and 509 deletions
|
|
@ -2,29 +2,29 @@
|
|||
/**
|
||||
* @file modules/editor/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 所见所得编辑器(editor) 模块基本语言包
|
||||
* @brief 网页编辑器(editor) 模块语言包
|
||||
**/
|
||||
|
||||
$lang->editor = "所见所得编辑器";
|
||||
$lang->editor = "网页编辑器";
|
||||
$lang->component_name = "组件";
|
||||
$lang->component_version = "版本";
|
||||
$lang->component_author = "作者";
|
||||
$lang->component_link = "链接";
|
||||
$lang->component_date = "编写日期";
|
||||
$lang->component_description = "说明";
|
||||
$lang->component_extra_vars = "设定变数";
|
||||
$lang->component_grant = "设定权限";
|
||||
$lang->component_extra_vars = "变数设置";
|
||||
$lang->component_grant = "权限设置";
|
||||
|
||||
$lang->about_component = "组件介绍";
|
||||
$lang->about_component_grant = "指定的用户组可以使用。 (解除时全部可以使用)";
|
||||
$lang->about_component = "组件简介";
|
||||
$lang->about_component_grant = "指定的用户群才可以使用。 (解除时所有用户群都可以使用)";
|
||||
|
||||
$lang->msg_component_is_not_founded = '找不到%s 组建说明';
|
||||
$lang->msg_component_is_inserted = '您选择的组件已输入';
|
||||
$lang->msg_component_is_first_order = '您选择的组件在最上端的位置';
|
||||
$lang->msg_component_is_last_order = '您选择的组件在最下端的位置';
|
||||
$lang->msg_load_saved_doc = "有自动保存的内容, 确定要恢复吗?\n输入完的内容保存后自动保存的文本会被删除";
|
||||
$lang->msg_auto_saved = "已自动保存";
|
||||
$lang->msg_component_is_not_founded = '找不到%s 组件说明!';
|
||||
$lang->msg_component_is_inserted = '您选择的组件已插入!';
|
||||
$lang->msg_component_is_first_order = '您选择的组件已到最上端位置!';
|
||||
$lang->msg_component_is_last_order = '您选择的组件已到最下端位置!';
|
||||
$lang->msg_load_saved_doc = "有自动保存的内容, 确定要恢复吗?\n保存内容后,自动保存的文本将会被删除。";
|
||||
$lang->msg_auto_saved = "已自动保存!";
|
||||
|
||||
$lang->cmd_disable = "没有激活";
|
||||
$lang->cmd_disable = "非激活";
|
||||
$lang->cmd_enable = "激活";
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue