mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
일본어 번역 적용 (by 리사파파님, 스카님)
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1898 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
385481ac5d
commit
eedda91996
64 changed files with 1287 additions and 30 deletions
|
|
@ -4,14 +4,17 @@
|
|||
<title xml:lang="en">WYSIWYG Editor </title>
|
||||
<title xml:lang="es">Editor WYSIWYG </title>
|
||||
<title xml:lang="zh-CN">所见即所得编辑器</title>
|
||||
<title xml:lang="jp">ウィジウィグエディター</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="en">Zero</name>
|
||||
<name xml:lang="es">zero</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="jp">ゼロ</name>
|
||||
<description xml:lang="ko">위지윅 에디터를 출력하거나 에디터 컴포넌트들을 관리/중계하는 모듈입니다.</description>
|
||||
<description xml:lang="en">Module for displaying WYSIWYG editor and managing/relaying editor components.</description>
|
||||
<description xml:lang="es">Manejar/ transmitir módulo de componentes editores o muestra WYSIWYG editores.</description>
|
||||
<description xml:lang="zh-CN">显示所见即所得编辑器或管理/转递编辑器组件的模块。</description>
|
||||
<description xml:lang="jp">ウィジウィグエディター 出力したりエディターのコンポネントを管理中継するモジュルです。</description>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
30
modules/editor/lang/js.lang.php
Normal file
30
modules/editor/lang/js.lang.php
Normal 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 = "活性化";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue