rhymix/modules/editor/tpl/lang/jp.lang.php
2007-07-13 02:16:39 +00:00

62 lines
2.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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(
" Pゴシック",
" 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 = '背景、文字、イメージ、引用などでダブルクリックすると詳細なコンポーネントの設定ができます。';
?>