중국어 번역본 적용. by eiken님

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1909 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-12 08:23:33 +00:00
parent fc2bb871de
commit 1cf673838a
24 changed files with 644 additions and 0 deletions

View file

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<component version="0.1">
<title xml:lang="ko">이미지 추가</title>
<title xml:lang="zh-CN">添加图像</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">zero</name>
<description xml:lang="ko">에디터에 이미지를 추가하거나 속성을 변경할 수 있습니다.</description>
<description xml:lang="zh-CN">可以添加图像或变更属性。</description>
</author>
</component>

View file

@ -0,0 +1,19 @@
<?php
/**
* @file /modules/editor/components/image_link/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @brief 所见即所得(editor) 模块 > 图像链接(image_link) 组件的语言包
**/
$lang->image_url = "图像路径";
$lang->image_alt = "图像说明";
$lang->image_scale = "图像大小";
$lang->image_align = "对齐方式";
$lang->image_align_normal = "占一个段落";
$lang->image_align_left = "内容左侧";
$lang->image_align_middle = "居中";
$lang->image_align_right = "内容右侧";
$lang->image_border = "边框粗细";
$lang->cmd_get_scale = "获得图片值大小";
?>