mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6294 201d5d3c-b55e-5fd7-737f-ddc643e51545
40 lines
1.5 KiB
PHP
40 lines
1.5 KiB
PHP
<?php
|
||
/**
|
||
* @file modules/editor/components/emoticon/lang/jp.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 = "閉じる";
|
||
?>
|