mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
영어번역 적용 (by 나이스투님)
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1964 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
86bbeec870
commit
8c394d8589
45 changed files with 666 additions and 3 deletions
40
modules/editor/components/quotation/en.lang.php
Normal file
40
modules/editor/components/quotation/en.lang.php
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/quotation/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief editor module > language pack of quotation component
|
||||
**/
|
||||
|
||||
$lang->quotation_use_folder = "Use Folding Function";
|
||||
$lang->quotation_opener = "Name of Open Button";
|
||||
$lang->quotation_closer = "Name of Close Button";
|
||||
$lang->quotation_padding = "Padding";
|
||||
$lang->quotation_margin = "Margin";
|
||||
$lang->quotation_border_color = "Border Color";
|
||||
$lang->quotation_border_thickness = "Border Thickness";
|
||||
|
||||
$lang->folder_text_bold = "Text Boldness";
|
||||
$lang->about_folder_text_bold = "Make Link Text Bold";
|
||||
|
||||
$lang->folder_text_color = "Link Color";
|
||||
$lang->folder_text_color_blue = "Blue";
|
||||
$lang->folder_text_color_red = "Red";
|
||||
$lang->folder_text_color_yellow = "Yellow";
|
||||
$lang->folder_text_color_green = "Green";
|
||||
|
||||
$lang->quotation_border_style = "Border Style";
|
||||
$lang->quotation_border_style_list = array(
|
||||
"None",
|
||||
"Solid",
|
||||
"Dotted",
|
||||
"Solid on Left",
|
||||
"Solid on Right",
|
||||
);
|
||||
|
||||
$lang->quotation_bg_color = "Background Color";
|
||||
|
||||
$lang->quotation_opener = "Name of Open Link";
|
||||
$lang->quotation_opener = "Name of Close Link";
|
||||
$lang->quotation_cmd_opener = "More...";
|
||||
$lang->quotation_cmd_closer = "Close";
|
||||
?>
|
||||
|
|
@ -2,10 +2,13 @@
|
|||
<component version="0.1">
|
||||
<title xml:lang="ko">인용구 작성</title>
|
||||
<title xml:lang="zh-CN">引用文</title>
|
||||
<title xml:lang="en">Quotations</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>
|
||||
<name xml:lang="en">zero</name>
|
||||
<description xml:lang="ko">특정 범위를 인용문으로 꾸밀 수 있습니다. 외곽선의 종류나 색상, 굵기를 수정할 수 있으며 열기/닫기 기능을 가진 폴더기능을 만들 수 있습니다.</description>
|
||||
<description xml:lang="zh-CN">把特定范围用引用文布置。可以修改外围线的种类或粗细,可以做打开/关闭的文件夹功能。</description>
|
||||
<description xml:lang="en">You can decorate specific range as quotation. The style, color or thickness of outline can be modified and folder system which has open/close function can be made.</description>
|
||||
</author>
|
||||
</component>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue