mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 19:29:56 +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,7 +2,7 @@
|
|||
<component version="0.1">
|
||||
<title xml:lang="ko">표(table) 생성</title>
|
||||
<title xml:lang="jp">テーブル作成</title>
|
||||
<title xml:lang="zh-CN">表格(table) 生成</title>
|
||||
<title xml:lang="zh-CN">表格</title>
|
||||
<title xml:lang="en">Create Table</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
<name xml:lang="en">zero</name>
|
||||
<description xml:lang="ko">에디터에 표(table)을 생성하거나 표(table) 또는 칸(td)의 속성을 변경할 수 있습니다.</description>
|
||||
<description xml:lang="jp">エディターにテーブル(table)を作成したり、テーブル(table)またはセル(td)の属性を変更したりすることができます。</description>
|
||||
<description xml:lang="zh-CN">在编辑器里生成表格(table)或变更属性。</description>
|
||||
<description xml:lang="zh-CN">插入表格(table)或编辑表格属性。</description>
|
||||
<description xml:lang="en">It can create a table on editor or modify the attribution of table or td.</description>
|
||||
</author>
|
||||
</component>
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@
|
|||
/**
|
||||
* @file /modules/editor/components/emoticon/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 所见即所得编辑器(editor) 模块 > 表格生成(table_maker) 组件的语言包
|
||||
* @brief 网页编辑器(editor) 模块 > 表格生成(table_maker) 组件的语言包
|
||||
**/
|
||||
|
||||
$lang->table_attribute = "表格属性变更";
|
||||
$lang->cell_attribute = "单元格属性变更";
|
||||
$lang->table_attribute = "修改表格属性";
|
||||
$lang->cell_attribute = "修改单元格属性";
|
||||
|
||||
$lang->table_width = "宽度大小";
|
||||
$lang->table_width = "宽度";
|
||||
$lang->table_cols_count = "行数";
|
||||
$lang->table_rows_count = "列数";
|
||||
$lang->table_cellspacing = "单元格间距";
|
||||
|
|
@ -16,8 +16,8 @@
|
|||
$lang->table_border = "边框粗细";
|
||||
$lang->table_inner_border = "区分线粗细";
|
||||
|
||||
$lang->cell_width = "表格宽度 ";
|
||||
$lang->cell_height = "表格高度 ";
|
||||
$lang->cell_width = "宽度 ";
|
||||
$lang->cell_height = "高度 ";
|
||||
|
||||
$lang->table_border_color = "边框颜色";
|
||||
$lang->table_bg_color = "背景颜色";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue