중국어 전체파일 수정보완 및 추가번 적용. by guny님

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2037 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-26 12:23:18 +00:00
parent 9bf4756ded
commit 1656f52701
103 changed files with 580 additions and 509 deletions

View file

@ -2,7 +2,7 @@
<component version="0.1">
<title xml:lang="ko">이미지 추가</title>
<title xml:lang="jp">イメージ追加</title>
<title xml:lang="zh-CN">添加图像</title>
<title xml:lang="zh-CN">插入图像</title>
<title xml:lang="en">Add Images</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">에디터에 이미지를 추가하거나 속성을 변경할 수 있습니다.</description>
<description xml:lang="jp">エディターにイメージを追加したり、属性を変更したりすることができます。</description>
<description xml:lang="zh-CN">可以添加图像或变更属性。</description>
<description xml:lang="zh-CN">可以插入图像或编辑其相应属性。</description>
<description xml:lang="en">It can add an image to editor or change the attribution of image.</description>
</author>
</component>

View file

@ -2,7 +2,7 @@
/**
* @file /modules/editor/components/image_link/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @brief 所见即所得(editor) 模块 > 图像链接(image_link) 组件的语言包
* @brief 网页编辑器(editor) 模块 > 图像链接(image_link) 组件的语言包
**/
$lang->image_url = "图像路径";
@ -15,5 +15,5 @@
$lang->image_align_right = "内容右侧";
$lang->image_border = "边框粗细";
$lang->cmd_get_scale = "获得图片大小";
$lang->cmd_get_scale = "获得图片大小";
?>