mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1922 201d5d3c-b55e-5fd7-737f-ddc643e51545
62 lines
2.8 KiB
PHP
62 lines
2.8 KiB
PHP
<?php
|
||
/**
|
||
* @file modules/editor/tpl/lang/ko.lang.php
|
||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa
|
||
* @brief 日本語言語パッケージ(基本的な内容のみ)
|
||
**/
|
||
|
||
$lang->edit->fontname = 'フォント';
|
||
$lang->edit->fontsize = 'サイズ';
|
||
$lang->edit->use_paragraph = '段落機能';
|
||
$lang->edit->fontlist = array(
|
||
"MS Pゴシック",
|
||
"MS P明朝",
|
||
"Osaka-等幅",
|
||
"ヒラギノ角ゴ Pro W3",
|
||
"times",
|
||
"Courier",
|
||
"Tahoma",
|
||
"Arial",
|
||
);
|
||
|
||
$lang->edit->header = "見出し";
|
||
$lang->edit->header_list = array(
|
||
"h1" => "見出し1",
|
||
"h2" => "見出し2",
|
||
"h3" => "見出し3",
|
||
"h4" => "見出し4",
|
||
"h5" => "見出し5",
|
||
"h6" => "見出し6",
|
||
);
|
||
|
||
$lang->edit->submit = '送信';
|
||
|
||
$lang->edit->help_fontcolor = "テキストの色を指定します。";
|
||
$lang->edit->help_fontbgcolor = "テキストの背景色を指定します。";
|
||
$lang->edit->help_bold = "テキストを太字に指定します。";
|
||
$lang->edit->help_italic = "テキストを斜体にします。";
|
||
$lang->edit->help_underline = "・テキストに下線(アンダーライン)を引きます。";
|
||
$lang->edit->help_strike = "打ち消し線を引きます。";
|
||
$lang->edit->help_redo = "直前に取り消した処理をもう一度繰り返して実行します。";
|
||
$lang->edit->help_undo = "直前に行った操作や処理を取り消し元に戻します。";
|
||
$lang->edit->help_align_left = "テキストを左揃えで表示します。";
|
||
$lang->edit->help_align_center = "テキストを中央揃えで表示します。";
|
||
$lang->edit->help_align_right = "テキストを右揃えで表示します。";
|
||
$lang->edit->help_add_indent = "テキストの行頭の位置を右に寄せます。";
|
||
$lang->edit->help_remove_indent = "インデント(字下げ)を除去します。";
|
||
$lang->edit->help_list_number = "リスト項目に数字で順序を付けます。";
|
||
$lang->edit->help_list_bullet = "記号でリスト項目を記述します。";
|
||
$lang->edit->help_use_paragrapth = "段落機能を使用する場合は、「Ctrl+Enter」を押します(書き終わった後、「Alt+S」を押すと保存されます)。";
|
||
|
||
$lang->edit->upload = '添付';
|
||
$lang->edit->upload_file = 'ファイル添付';
|
||
$lang->edit->link_file = 'テキスト挿入';
|
||
$lang->edit->delete_selected = '選択解除';
|
||
|
||
$lang->edit->icon_align_article = '一段落';
|
||
$lang->edit->icon_align_left = '左揃え';
|
||
$lang->edit->icon_align_middle = '中央揃え';
|
||
$lang->edit->icon_align_right = '右揃え';
|
||
|
||
$lang->about_dblclick_in_editor = '背景、文字、イメージ、引用などでダブルクリックすると詳細なコンポーネントの設定ができます。';
|
||
?>
|