일본어 번역 적용 (by 리사파파님)

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1977 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-24 01:15:56 +00:00
parent 0723855f12
commit b1993f60a3
117 changed files with 814 additions and 356 deletions

View file

@ -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 = "使用する";
?>