rhymix/modules/editor/skins/dreditor/lang/en.lang.php
2011-02-09 06:29:09 +00:00

85 lines
No EOL
4.6 KiB
PHP

<?php
/**
* @file modules/editor/skins/dreditor/lang/en.lang.php
* @author nicetwo
* @brief Dr.Editor
**/
$lang->edit->msg_dr_delete_confirm = 'Do you want to remove selected paragraph?';
$lang->edit->insert_dr_title = 'Please input title';
$lang->edit->richtext_area = 'Richtext Area';
$lang->edit->insert_site_name = 'Please input the name of site';
$lang->edit->insert_explain = 'Please input description';
$lang->edit->text = 'Text';
$lang->edit->link = 'Link';
$lang->edit->blockquote = 'Quote';
$lang->edit->insert_blockquote = 'Please input quote';
$lang->edit->insert_cite = 'You can input the origin source. <a>, <strong>, <em> tags are available.';
$lang->edit->image = 'Image';
$lang->edit->find_image = 'Find Image';
$lang->edit->uploading = 'Uploading...';
$lang->edit->uploading_info = 'You can upload to maximum %sMB';
$lang->edit->uploaded_image = 'User Uploaded Image';
$lang->edit->image_width = 'Image Width';
$lang->edit->resize = 'Resize';
$lang->edit->resize_info = 'A new copy of image in inputted size will be created. Original image will still remain';
$lang->edit->resize_error = 'Please input smaller size than original image size';
$lang->edit->insert_image_explain = 'Please input description. <a>, <strong>, <em> tags are available.';
$lang->edit->mov ='Movie';
$lang->edit->insert_mov = 'Please input multimedia insertion code starts with <object> or <embed>';
$lang->edit->insert_mov_explain = 'Please input description. <a>, <strong>, <em> tags are available.';
$lang->edit->file = 'File';
$lang->edit->file_select = 'Please select a file to upload';
$lang->edit->file_uploadinfo = 'You can upload to maximum %sMB each, %sMB total';
$lang->edit->file_total ='Total <strong class="filecount">{total_filecount}</strong>file(s)';
$lang->edit->insert_file_explain ='Please input description';
$lang->edit->hr = 'HR';
$lang->edit->hr_simple= 'Simple HR';
$lang->edit->title_title = 'Strapline';
$lang->edit->title='Subject';
$lang->edit->title1='Large';
$lang->edit->title2='Medium';
$lang->edit->title3='Small';
$lang->edit->list = 'List';
$lang->edit->list_explain = 'You can change the position or level of items by pressing CTRL+Arrow Keys.';
$lang->edit->toc = 'Index';
$lang->edit->toc_explain ='It makes an index with created straplines, and will be renewed automatically.';
$lang->edit->more = 'More';
$lang->edit->move_button = 'Move Button';
$lang->edit->material = 'Ingredients';
$lang->edit->insert = 'Insert the ingredient to content';
$lang->edit->close_materials = 'Close';
$lang->edit->no_materials = 'There is no writting ingredient.';
$lang->edit->msg_no_selected_object = 'There is no selected object.';
$lang->edit->msg_insert_value = 'Please input the value.';
$lang->edit->help_first_title = '도움말';
$lang->edit->help_shortcut = '단축키';
$lang->edit->help_bug_report = '글쓰기 오류신고';
$lang->edit->help_first_dt_1 = '새 단락 쓰기(1~9, 0, `)';
$lang->edit->help_first_dd_1 = '도구모음 버튼을 클릭함으로써 새 단락 쓰기를 시작할 수 있습니다. 도구모음 버튼에는 배치된 순서대로 왼쪽으로부터 1~9까지 단축키가 할당되어 있습니다. 숫자키 \'0\' 또는 ESC키 바로 아래 위치한 [`] 그레이브(grave) 키를 누르시면 숨겨진 도구모음 버튼을 보거나 토글(toggle)할 수 있습니다.';
$lang->edit->help_first_dt_2 = '단락 선택(Click, Ctrl+Click, Shift+Click)';
$lang->edit->help_first_dd_2 = '클릭 또는 클릭 후 방향키(&uarr;&darr;)를 조작함으로써 원하는 단락을 선택할 수 있습니다. 단일선택(Click)과 다중선택(Ctrl+Click, Shift+Click)이 가능합니다';
$lang->edit->help_first_dt_3 = '단락 편집 및 취소(Enter, Double Click, ESC)';
$lang->edit->help_first_dd_3 = '단락 선택 후 Enter 또는 더블클릭으로 편집할 수 있습니다. ESC키를 이용하여 편집을 취소할 수 있습니다.';
$lang->edit->help_first_dt_4 = '단락 이동(Ctrl+&uarr;&darr;, Click-Drag-Drop)';
$lang->edit->help_first_dd_4 = '단락 선택 후 Ctrl+방향키(&uarr;&darr;)를 조작하거나 \'클릭-드래그-드롭\'으로 이동할 수 있습니다.';
$lang->edit->help_first_dt_5 = '단락 저장 및 삭제(Ctrl+Enter, Del)';
$lang->edit->help_first_dd_5 = '\'확인\'버튼을 누르거나 Ctrl+Enter 명령으로 저장할 수 있습니다. Del키를 이용하여 선택된 단락을 삭제할 수 있습니다.';
$lang->edit->drag_this = '단락을 드래그하여 이동하세요.';
$lang->edit->cmd_new_window = '새창';
$lang->edit->cmd_del = '삭제';
?>