mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +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
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* @file modules/editor/lang/jp.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa
|
||||
* @brief ウィジウィグエディター(editor)モジュルの基本言語パッケージ
|
||||
* @brief ウィジウィグエディター(editor)モジュールの基本言語パッケージ
|
||||
**/
|
||||
|
||||
$lang->editor = "ウィジウィグエディター";
|
||||
|
|
@ -16,15 +16,15 @@
|
|||
$lang->component_grant = "権限設定";
|
||||
|
||||
$lang->about_component = "コンポネント情報";
|
||||
$lang->about_component_grant = "選択されたグループでのみ使用できます(すべて解除時すべて使用可能)";
|
||||
$lang->about_component_grant = "選択されたグループでのみ使用できます(すべて解除時はすべて使用可能)。";
|
||||
|
||||
$lang->msg_component_is_not_founded = '%s エディターコンポネントが見つかりません';
|
||||
$lang->msg_component_is_inserted = '選択されたコンポネントは既に入力されています';
|
||||
$lang->msg_component_is_first_order = '選択されたコンポネントは最初に位置しています';
|
||||
$lang->msg_component_is_last_order = '選択されたコンポネントは最後に位置しています';
|
||||
$lang->msg_load_saved_doc = "自動保存された書き込みがあります。復旧しますか。\n書き終わってから保存すると自動保存データは削除されます。";
|
||||
$lang->msg_auto_saved = "自動保存されました";
|
||||
$lang->msg_component_is_not_founded = '%s エディターのコンポネントが見つかりません。';
|
||||
$lang->msg_component_is_inserted = '選択されたコンポネントは既に入力されています。';
|
||||
$lang->msg_component_is_first_order = '選択されたコンポネントは最初に位置しています。';
|
||||
$lang->msg_component_is_last_order = '選択されたコンポネントは最後に位置しています。';
|
||||
$lang->msg_load_saved_doc = "自動保存された書き込みがあります。復旧しますか?\n書き終わってから保存すると自動保存データは削除されます。";
|
||||
$lang->msg_auto_saved = "自動保存されました。";
|
||||
|
||||
$lang->cmd_disable = "非活性化";
|
||||
$lang->cmd_enable = "活性化";
|
||||
$lang->cmd_disable = "使用しない";
|
||||
$lang->cmd_enable = "使用する";
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue