mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +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
|
|
@ -10,7 +10,7 @@
|
|||
<name xml:lang="jp">Zero</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<description xml:lang="ko">레이아웃을 생성/관리하는 모듈입니다.</description>
|
||||
<description xml:lang="zh-CN">布局生成/管理模块</description>
|
||||
<description xml:lang="zh-CN">生成/管理布局的模块。</description>
|
||||
<description xml:lang="jp">レイアウトを生成・管理するモジュールです。</description>
|
||||
<description xml:lang="en">This module is for creating/managing.</description>
|
||||
</author>
|
||||
|
|
|
|||
|
|
@ -2,31 +2,33 @@
|
|||
/**
|
||||
* @file modules/layout/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 布局(layout) 模块基本语言包
|
||||
* @brief 布局(layout) 模块语言包
|
||||
**/
|
||||
|
||||
$lang->cmd_layout_management = '布局设定';
|
||||
$lang->cmd_layout_management = '布局设置';
|
||||
$lang->cmd_layout_edit = '布局编辑';
|
||||
$lang->cmd_preview = '预览';
|
||||
$lang->cmd_reset = '初始化';
|
||||
|
||||
$lang->layout_name = '布局名称';
|
||||
$lang->layout_name = '布局名';
|
||||
$lang->layout_maker = "布局作者";
|
||||
$lang->layout_history = "变更事项 ";
|
||||
$lang->layout_history = "更新记录 ";
|
||||
$lang->layout_info = "布局信息";
|
||||
$lang->layout_list = '布局目录';
|
||||
$lang->menu_count = '菜单数';
|
||||
$lang->downloaded_list = '下载目录';
|
||||
$lang->layout_preview_content = '显示内容的部分';
|
||||
$lang->not_apply_menu = '布局全部适用';
|
||||
$lang->layout_preview_content = '显示内容的部分。';
|
||||
$lang->not_apply_menu = '布局共享';
|
||||
|
||||
$lang->cmd_move_to_installed_list = "查看生成目录";
|
||||
|
||||
$lang->about_downloaded_layouts = "已下载的布局目录";
|
||||
$lang->about_title = '请输入链接模块时容易区分的标题';
|
||||
$lang->about_not_apply_menu = '选择将全部变更已链接整个菜单的模块布局。';
|
||||
$lang->about_title = '请输入连接2模块时容易区分的标题。';
|
||||
$lang->about_not_apply_menu = '更新所有被连接到菜单的模块布局。';
|
||||
|
||||
$lang->about_layout = "布局模块是使制作网站变得更简单。<br />通过布局设定和菜单的链接可以展示多种模块组成的网站。<br />* 不能删除和修改的布局是博客或其他模块自带的布局,要设定到相关模块设置。";
|
||||
$lang->about_layout_code =
|
||||
"修改下面的代码保存后会马上生效。
|
||||
保存之前请先预览后再保存。
|
||||
zeroboard XE 模板的语法请参考 <a href=\"#\" onclick=\"winopen('http://trac.zeroboard.com/trac/wiki/TemplateHandler');return false;\">zeroboard XE 模板</a>。";
|
||||
"修改下面的布局代码,保存后即可生效。
|
||||
保存之前请必须先预览后再保存。
|
||||
zeroboard XE 模板语法请参考 <a href=\"#\" onclick=\"winopen('http://trac.zeroboard.com/trac/wiki/TemplateHandler');return false;\">zeroboard XE 模板</a>。";
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue