mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
일본어 번역 적용 (by 리사파파님)
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1977 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0723855f12
commit
b1993f60a3
117 changed files with 814 additions and 356 deletions
|
|
@ -1,13 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component version="0.1">
|
||||
<title xml:lang="ko">인용구 작성</title>
|
||||
<title xml:lang="jp">引用文作成</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="jp">Zero</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<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="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>
|
||||
|
|
|
|||
40
modules/editor/components/quotation/lang/jp.lang.php
Normal file
40
modules/editor/components/quotation/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/emoticon/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa
|
||||
* @brief ウィジウィグエディター(editor)モジュール > 引用句 (quotation)コンポネント言語パッケージ
|
||||
**/
|
||||
|
||||
$lang->quotation_use_folder = "畳み機能使用";
|
||||
$lang->quotation_opener = "開くボタン名";
|
||||
$lang->quotation_closer = "閉じるボタン名";
|
||||
$lang->quotation_padding = "内部余白";
|
||||
$lang->quotation_margin = "外部余白";
|
||||
$lang->quotation_border_color = "ボーダーカラー";
|
||||
$lang->quotation_border_thickness = "ボーダー";
|
||||
|
||||
$lang->folder_text_bold = "太字にする";
|
||||
$lang->about_folder_text_bold = "チェックするとリンクの文字列が太字で表示されます。";
|
||||
|
||||
$lang->folder_text_color = "リンク色 ";
|
||||
$lang->folder_text_color_blue = "青";
|
||||
$lang->folder_text_color_red = "赤";
|
||||
$lang->folder_text_color_yellow = "黄";
|
||||
$lang->folder_text_color_green = "緑";
|
||||
|
||||
$lang->quotation_border_style = "ボーダータイプ";
|
||||
$lang->quotation_border_style_list = array(
|
||||
"なし",
|
||||
"実線",
|
||||
"点線",
|
||||
"左側実線",
|
||||
"右側実践",
|
||||
);
|
||||
|
||||
$lang->quotation_bg_color = "背景色";
|
||||
|
||||
$lang->quotation_opener = "「開く」リンク名";
|
||||
$lang->quotation_opener = "「閉じる」リンク名";
|
||||
$lang->quotation_cmd_opener = "詳細表示...";
|
||||
$lang->quotation_cmd_closer = "閉じる";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue