mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 07:42:11 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
30
modules/editor/lang/en.lang.php
Normal file
30
modules/editor/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/editor/lang/en.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief WYSIWYG Editor module's basic language pack
|
||||
**/
|
||||
|
||||
$lang->editor = "WYSIWYG Editor";
|
||||
$lang->component_name = "Component";
|
||||
$lang->component_version = "Version";
|
||||
$lang->component_author = "Developer";
|
||||
$lang->component_link = "Link";
|
||||
$lang->component_date = "Date";
|
||||
$lang->component_description = "Description";
|
||||
$lang->component_extra_vars = "Option Variable";
|
||||
$lang->component_grant = "Permission Setting";
|
||||
|
||||
$lang->about_component = "About component";
|
||||
$lang->about_component_grant = "Only selected groups are allowed to use. (Everyone can use it when mode is disabled)";
|
||||
|
||||
$lang->msg_component_is_not_founded = 'Unabled to find editor component %s';
|
||||
$lang->msg_component_is_inserted = 'Selected component is already inputted';
|
||||
$lang->msg_component_is_first_order = 'Selected component is located at the first position';
|
||||
$lang->msg_component_is_last_order = 'Selected component is located at the last position';
|
||||
$lang->msg_load_saved_doc = "There is an automatically saved article. Do you wish to recover it?\nThe auto-saved draft will be discarded after saving current article";
|
||||
$lang->msg_auto_saved = "Automatically Saved";
|
||||
|
||||
$lang->cmd_disable = "Inactive";
|
||||
$lang->cmd_enable = "Active";
|
||||
?>
|
||||
30
modules/editor/lang/es.lang.php
Normal file
30
modules/editor/lang/es.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/editor/lang/es.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief Paquete lingual de editor WYSIWYG
|
||||
**/
|
||||
|
||||
$lang->editor = "Editor WYSIWYG";
|
||||
$lang->component_name = "Componente";
|
||||
$lang->component_version = "Versión";
|
||||
$lang->component_author = "Autor";
|
||||
$lang->component_link = "Enlace";
|
||||
$lang->component_date = "Fecha";
|
||||
$lang->component_description = "Descripción";
|
||||
$lang->component_extra_vars = "Varibles Extras";
|
||||
$lang->component_grant = "Autoridad";
|
||||
|
||||
$lang->about_component = "Sobre Componente";
|
||||
$lang->about_component_grant = "Puede usar el funcion solo grupos seleciónado";
|
||||
|
||||
$lang->msg_component_is_not_founded = 'No puede buscar componente editor %s';
|
||||
$lang->msg_component_is_inserted = 'Ya habia insertado el componente';
|
||||
$lang->msg_component_is_first_order = 'Componente seleciónado esta ordenado en primero lugar';
|
||||
$lang->msg_component_is_last_order = 'Componente seleciónado esta ordenado en ultimo lugar';
|
||||
$lang->msg_load_saved_doc = "Hay documento guardado automaticamente. ¿Desea recuperarlo?\nDespues de guardar el documento temporal van a eliminado.";
|
||||
$lang->msg_auto_saved = "Documento guardado automaticamente";
|
||||
|
||||
$lang->cmd_disable = "Activado";
|
||||
$lang->cmd_enable = "Desactivado";
|
||||
?>
|
||||
30
modules/editor/lang/jp.lang.php
Normal file
30
modules/editor/lang/jp.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 = "使用";
|
||||
?>
|
||||
30
modules/editor/lang/ko.lang.php
Normal file
30
modules/editor/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/editor/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @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 = "활성";
|
||||
?>
|
||||
30
modules/editor/lang/zh-CN.lang.php
Normal file
30
modules/editor/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/editor/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @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