mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +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
62
modules/editor/tpl/lang/en.lang.php
Normal file
62
modules/editor/tpl/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/editor/tpl/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief English Language Pack (Basic Things)
|
||||
**/
|
||||
|
||||
$lang->edit->fontname = 'Font';
|
||||
$lang->edit->fontsize = 'Size';
|
||||
$lang->edit->use_paragraph = 'Paragraph Function';
|
||||
$lang->edit->fontlist = array(
|
||||
"Gulim",
|
||||
"Dodum",
|
||||
"Batang",
|
||||
"Goongseo",
|
||||
"times",
|
||||
"Courier",
|
||||
"Tahoma",
|
||||
"Arial",
|
||||
);
|
||||
|
||||
$lang->edit->header = "Style";
|
||||
$lang->edit->header_list = array(
|
||||
"h1" => "Subject 1",
|
||||
"h2" => "Subject 2",
|
||||
"h3" => "Subject 3",
|
||||
"h4" => "Subject 4",
|
||||
"h5" => "Subject 5",
|
||||
"h6" => "Subject 6",
|
||||
);
|
||||
|
||||
$lang->edit->submit = 'Submit';
|
||||
|
||||
$lang->edit->help_fontcolor = "Select font color";
|
||||
$lang->edit->help_fontbgcolor = "Select background color of font";
|
||||
$lang->edit->help_bold = "Make font bold";
|
||||
$lang->edit->help_italic = "Make italic font";
|
||||
$lang->edit->help_underline = "Underline font";
|
||||
$lang->edit->help_strike = "Strike font";
|
||||
$lang->edit->help_redo = "Redo";
|
||||
$lang->edit->help_undo = "Undo";
|
||||
$lang->edit->help_align_left = "Align left";
|
||||
$lang->edit->help_align_center = "Align center";
|
||||
$lang->edit->help_align_right = "Align right";
|
||||
$lang->edit->help_add_indent = "Add indent";
|
||||
$lang->edit->help_remove_indent = "Remove indent";
|
||||
$lang->edit->help_list_number = "Apply number list";
|
||||
$lang->edit->help_list_bullet = "Apply bullet list";
|
||||
$lang->edit->help_use_paragrapth = "Press Ctrl+Enter to use paragraph. (Press Alt+S to save)";
|
||||
|
||||
$lang->edit->upload = 'Attachment';
|
||||
$lang->edit->upload_file = 'Attach';
|
||||
$lang->edit->link_file = 'Insert to Content';
|
||||
$lang->edit->delete_selected = 'Delete Selected';
|
||||
|
||||
$lang->edit->icon_align_article = 'Occupy a paragraph';
|
||||
$lang->edit->icon_align_left = 'Align Left';
|
||||
$lang->edit->icon_align_middle = 'Align Center';
|
||||
$lang->edit->icon_align_right = 'Align Right';
|
||||
|
||||
$lang->about_dblclick_in_editor = 'You are able to set detail component configure by double-clicking on background, text, images, or quotations';
|
||||
?>
|
||||
62
modules/editor/tpl/lang/jp.lang.php
Normal file
62
modules/editor/tpl/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/editor/tpl/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa
|
||||
* @brief 日本語言語パッケージ(基本的な内容のみ)
|
||||
**/
|
||||
|
||||
$lang->edit->fontname = 'フォント';
|
||||
$lang->edit->fontsize = 'サイズ';
|
||||
$lang->edit->use_paragraph = '段落機能';
|
||||
$lang->edit->fontlist = array(
|
||||
"MS Pゴシック",
|
||||
"MS P明朝",
|
||||
"Osaka-等幅",
|
||||
"ヒラギノ角ゴ Pro W3",
|
||||
"times",
|
||||
"Courier",
|
||||
"Tahoma",
|
||||
"Arial",
|
||||
);
|
||||
|
||||
$lang->edit->header = "見出し";
|
||||
$lang->edit->header_list = array(
|
||||
"h1" => "見出し1",
|
||||
"h2" => "見出し2",
|
||||
"h3" => "見出し3",
|
||||
"h4" => "見出し4",
|
||||
"h5" => "見出し5",
|
||||
"h6" => "見出し6",
|
||||
);
|
||||
|
||||
$lang->edit->submit = '送信';
|
||||
|
||||
$lang->edit->help_fontcolor = "テキストの色を指定します。";
|
||||
$lang->edit->help_fontbgcolor = "テキストの背景色を指定します。";
|
||||
$lang->edit->help_bold = "テキストを太字に指定します。";
|
||||
$lang->edit->help_italic = "テキストを斜体にします。";
|
||||
$lang->edit->help_underline = "テキストに下線(アンダーライン)を引きます。";
|
||||
$lang->edit->help_strike = "打ち消し線を引きます。";
|
||||
$lang->edit->help_redo = "直前に取り消した処理をもう一度繰り返して実行します。";
|
||||
$lang->edit->help_undo = "直前に行った操作や処理を取り消し元に戻します。";
|
||||
$lang->edit->help_align_left = "テキストを左揃えで表示します。";
|
||||
$lang->edit->help_align_center = "テキストを中央揃えで表示します。";
|
||||
$lang->edit->help_align_right = "テキストを右揃えで表示します。";
|
||||
$lang->edit->help_add_indent = "テキストの行頭の位置を右に寄せます。";
|
||||
$lang->edit->help_remove_indent = "インデント(字下げ)を除去します。";
|
||||
$lang->edit->help_list_number = "リスト項目に数字で順序を付けます。";
|
||||
$lang->edit->help_list_bullet = "記号でリスト項目を記述します。";
|
||||
$lang->edit->help_use_paragrapth = "段落機能を使用する場合は、「Ctrl+Enter」を押します(書き終わった後、「Alt+S」を押すと保存されます)。";
|
||||
|
||||
$lang->edit->upload = '添付';
|
||||
$lang->edit->upload_file = 'ファイル添付';
|
||||
$lang->edit->link_file = 'テキスト挿入';
|
||||
$lang->edit->delete_selected = '選択リスト削除';
|
||||
|
||||
$lang->edit->icon_align_article = '一段落';
|
||||
$lang->edit->icon_align_left = '左揃え';
|
||||
$lang->edit->icon_align_middle = '中央揃え';
|
||||
$lang->edit->icon_align_right = '右揃え';
|
||||
|
||||
$lang->about_dblclick_in_editor = '背景、文字、イメージ、引用文の上にカーソルを合わせ,ダブルクリックすると詳細設定できるコンポーネントを表示します。';
|
||||
?>
|
||||
62
modules/editor/tpl/lang/ko.lang.php
Normal file
62
modules/editor/tpl/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/editor/tpl/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 한국어 언어팩 (기본적인 내용만 수록)
|
||||
**/
|
||||
|
||||
$lang->edit->fontname = '글꼴';
|
||||
$lang->edit->fontsize = '크기';
|
||||
$lang->edit->use_paragraph = '문단기능';
|
||||
$lang->edit->fontlist = array(
|
||||
"굴림",
|
||||
"돋움",
|
||||
"바탕",
|
||||
"궁서",
|
||||
"times",
|
||||
"Courier",
|
||||
"Tahoma",
|
||||
"Arial",
|
||||
);
|
||||
|
||||
$lang->edit->header = "형식";
|
||||
$lang->edit->header_list = array(
|
||||
"h1" => "제목 1",
|
||||
"h2" => "제목 2",
|
||||
"h3" => "제목 3",
|
||||
"h4" => "제목 4",
|
||||
"h5" => "제목 5",
|
||||
"h6" => "제목 6",
|
||||
);
|
||||
|
||||
$lang->edit->submit = '확인';
|
||||
|
||||
$lang->edit->help_fontcolor = "글자의 색상을 지정합니다";
|
||||
$lang->edit->help_fontbgcolor = "글자의 배경색상을 지정합니다";
|
||||
$lang->edit->help_bold = "글자를 진하게 합니다";
|
||||
$lang->edit->help_italic = "글자를 기울이게 합니다";
|
||||
$lang->edit->help_underline = "밑줄을 긋습니다";
|
||||
$lang->edit->help_strike = "취소선을 긋습니다";
|
||||
$lang->edit->help_redo = "다음 동작으로 돌아갑니다";
|
||||
$lang->edit->help_undo = "이전 동작으로 돌아갑니다";
|
||||
$lang->edit->help_align_left = "왼쪽 정렬을 합니다";
|
||||
$lang->edit->help_align_center = "가운데 정렬을 합니다";
|
||||
$lang->edit->help_align_right = "오른쪽 정렬을 합니다";
|
||||
$lang->edit->help_add_indent = "들여쓰기를 합니다";
|
||||
$lang->edit->help_remove_indent = "들여쓰기를 제거합니다";
|
||||
$lang->edit->help_list_number = "숫자로된 목록을 적용합니다";
|
||||
$lang->edit->help_list_bullet = "기호로된 목록을 적용합니다";
|
||||
$lang->edit->help_use_paragrapth = "문단 나누기를 하시려면 ctrl-엔터를 누르시면 됩니다. (글 작성완료후 alt-S를 누르면 저장이 됩니다)";
|
||||
|
||||
$lang->edit->upload = '첨부';
|
||||
$lang->edit->upload_file = '파일 첨부';
|
||||
$lang->edit->link_file = '본문 삽입';
|
||||
$lang->edit->delete_selected = '선택 삭제';
|
||||
|
||||
$lang->edit->icon_align_article = '한 문단을 차지';
|
||||
$lang->edit->icon_align_left = '글의 왼쪽으로';
|
||||
$lang->edit->icon_align_middle = '가운데 정렬';
|
||||
$lang->edit->icon_align_right = '글의 우측으로';
|
||||
|
||||
$lang->about_dblclick_in_editor = '배경, 글자, 이미지, 인용문등에서 더블클릭을 하시면 상세한 컴포넌트 설정이 가능합니다';
|
||||
?>
|
||||
62
modules/editor/tpl/lang/zh-CN.lang.php
Normal file
62
modules/editor/tpl/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/editor/tpl/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 简体中文语言包 (只收录基本内容)
|
||||
**/
|
||||
|
||||
$lang->edit->fontname = '字体';
|
||||
$lang->edit->fontsize = '大小';
|
||||
$lang->edit->use_paragraph = '段落功能';
|
||||
$lang->edit->fontlist = array(
|
||||
"仿宋_GB2312",
|
||||
"黑体",
|
||||
"楷体_GB2312",
|
||||
"宋体",
|
||||
"times",
|
||||
"Courier",
|
||||
"Tahoma",
|
||||
"Arial",
|
||||
);
|
||||
|
||||
$lang->edit->header = "样式";
|
||||
$lang->edit->header_list = array(
|
||||
"h1" => "标题 1",
|
||||
"h2" => "标题 2",
|
||||
"h3" => "标题 3",
|
||||
"h4" => "标题 4",
|
||||
"h5" => "标题 5",
|
||||
"h6" => "标题 6",
|
||||
);
|
||||
|
||||
$lang->edit->submit = '确认';
|
||||
|
||||
$lang->edit->help_fontcolor = "文本颜色";
|
||||
$lang->edit->help_fontbgcolor = "背景颜色";
|
||||
$lang->edit->help_bold = "粗体";
|
||||
$lang->edit->help_italic = "斜体";
|
||||
$lang->edit->help_underline = "下划线";
|
||||
$lang->edit->help_strike = "取消线";
|
||||
$lang->edit->help_redo = "重新操作";
|
||||
$lang->edit->help_undo = "返回操作";
|
||||
$lang->edit->help_align_left = "左对齐";
|
||||
$lang->edit->help_align_center = "居中对齐";
|
||||
$lang->edit->help_align_right = "右对齐";
|
||||
$lang->edit->help_add_indent = "缩进";
|
||||
$lang->edit->help_remove_indent = "清除缩进";
|
||||
$lang->edit->help_list_number = "有序列表";
|
||||
$lang->edit->help_list_bullet = "无序列表";
|
||||
$lang->edit->help_use_paragrapth = "分段请按 ctrl+回车. (发表主题快捷键:alt+S)";
|
||||
|
||||
$lang->edit->upload = '上传';
|
||||
$lang->edit->upload_file = '上传附件';
|
||||
$lang->edit->link_file = '插入内容';
|
||||
$lang->edit->delete_selected = '删除所选';
|
||||
|
||||
$lang->edit->icon_align_article = '占一个段落';
|
||||
$lang->edit->icon_align_left = '文本左侧';
|
||||
$lang->edit->icon_align_middle = '居中对齐';
|
||||
$lang->edit->icon_align_right = '文本右侧';
|
||||
|
||||
$lang->about_dblclick_in_editor = '双击背景, 文本, 图片, 引用即可对其相关组件进行详细设置。';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue