mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
#119 파이어폭스에서 에디터에 포커스가 이동되어도 커서가 나타나지 않던 문제 해결.
#117 위지윅 에디터의 스킨화를 위한 분리 및 검사 완료. 단 모듈에서 에디터 스킨을 선택하는 부분에 대한 기획 필요. 에디터 tpl내의 언어파일을 에디터 모듈의 공통 언어로 합쳐서 수정. 에디터 iframe을 window.onload후 객체 생성을 하지 않고 바로 html태그로 출력하여 브라우저의 버벅거림을 살짝 줄임. git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2406 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
67039ea3a1
commit
5574ab94b7
40 changed files with 548 additions and 278 deletions
|
|
@ -27,4 +27,59 @@
|
|||
|
||||
$lang->cmd_disable = "Activado";
|
||||
$lang->cmd_enable = "Desactivado";
|
||||
|
||||
$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';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue