rhymix/modules/editor/lang/jp.lang.php
zero 8326004cb2 삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
2007-08-12 03:59:52 +00:00

30 lines
1.6 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/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 = "使用";
?>