git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-12 03:59:52 +00:00
commit 8326004cb2
2773 changed files with 91485 additions and 0 deletions

View file

@ -0,0 +1,30 @@
<?php
/**
* @file modules/editor/lang/jp.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa
* @brief ウィジウィグエディターeditorモジュールの基本言語パッケージ
**/
$lang->editor = "ウィジウィグエディター";
$lang->component_name = "コンポネント";
$lang->component_version = "バージョン";
$lang->component_author = "作者";
$lang->component_link = "リンク";
$lang->component_date = "作成日";
$lang->component_description = "説明";
$lang->component_extra_vars = "設定変数";
$lang->component_grant = "権限設定";
$lang->about_component = "コンポネント情報";
$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->cmd_disable = "未使用";
$lang->cmd_enable = "使用";
?>