mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
219 lines
11 KiB
PHP
219 lines
11 KiB
PHP
<?php
|
|
$lang->editor_component = 'Editor Component';
|
|
$lang->main_editor = 'Main editor';
|
|
$lang->comment_editor = 'Comment editor';
|
|
$lang->editor_option = 'Editor Options';
|
|
$lang->guide_choose_main_editor = 'Main editor';
|
|
$lang->guide_set_height_main_editor = 'Main editor height';
|
|
$lang->guide_choose_comment_editor = 'Comment editor';
|
|
$lang->guide_set_height_comment_editor = 'Comment editor height';
|
|
$lang->guide_additional_css = 'Additional CSS Files';
|
|
$lang->about_additional_css = 'To load additional CSS files inside the editor, such as web fonts, please enter one URL per line.';
|
|
$lang->guide_choose_text_formatting = 'Text formatting style';
|
|
$lang->guide_choose_font_preview = 'Preview';
|
|
$lang->guide_choose_font_body = 'Default font';
|
|
$lang->guide_choose_font_size_body = 'Default font size';
|
|
$lang->guide_choose_line_height = 'Line spacing';
|
|
$lang->guide_choose_paragraph_spacing = 'Paragraph spacing';
|
|
$lang->guide_choose_word_break = 'Line wrapping';
|
|
$lang->word_break_normal = 'Wrap Asian scripts at character boundary and Latin scripts at word boundary (default)';
|
|
$lang->word_break_keep_all = 'Wrap at word boundary';
|
|
$lang->word_break_break_all = 'Wrap at character boundary';
|
|
$lang->word_break_none = 'Do not wrap long lines';
|
|
$lang->guide_choose_autoinsert_image = 'Auto-insert images';
|
|
$lang->autoinsert_image_paragraph = 'Automatically insert images into editor (after line break at cursor position)';
|
|
$lang->autoinsert_image_inline = 'Automatically insert images into editor (directly at cursor position)';
|
|
$lang->autoinsert_image_none = 'Do not auto-insert images into editor';
|
|
$lang->about_unit_default_px = 'The unit is px unless otherwise specified.';
|
|
$lang->about_unit_default_percent = 'The unit is % unless otherwise specified.';
|
|
$lang->font_preview = 'The quick brown fox jumps over the lazy dog.
|
|
키스의 고유 조건은 입술끼리 만나야 하고 특별한 기술은 필요치 않다.
|
|
誰が何としても、独島は大韓民国の領土です。';
|
|
$lang->msg_avail_easy_update = 'There is new version for this item.';
|
|
$lang->msg_do_you_like_update = 'Would you like to update?';
|
|
$lang->msg_font_too_big = 'The font is too big.';
|
|
$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_license = 'License';
|
|
$lang->component_history = 'Updates';
|
|
$lang->component_description = 'Description';
|
|
$lang->component_extra_vars = 'Option Variable';
|
|
$lang->component_grant = 'Permission Setting';
|
|
$lang->content_style = 'Content Style';
|
|
$lang->content_font = 'Content Font';
|
|
$lang->content_font_size = 'Content Font Size';
|
|
$lang->about_component = 'About component';
|
|
$lang->about_component_mid = 'Editor components can select targets.(All targets will be selected when nothing is selected.)';
|
|
$lang->msg_component_is_not_founded = 'Cannot find editor component %s.';
|
|
$lang->msg_component_is_inserted = 'Selected component is already inserted.';
|
|
$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 a draft automatically saved. Do you want to restore it? The auto-saved draft will be discarded when you write and save it.';
|
|
$lang->msg_auto_saved = 'Automatically Saved.';
|
|
$lang->cmd_disable = 'Inactive';
|
|
$lang->cmd_enable = 'Active';
|
|
$lang->cmd_select_cover = 'Be a cover image';
|
|
$lang->default_editor_settings = 'Default settings for this module';
|
|
$lang->editor_skin = 'Editor Skin';
|
|
$lang->upload_file_grant = 'Permission to upload files';
|
|
$lang->enable_default_component_grant = 'Permission to use default components';
|
|
$lang->enable_extra_component_grant = 'Permission to use extra components';
|
|
$lang->enable_html_grant = 'Permission to edit HTML';
|
|
$lang->enable_autosave = 'Enable Auto-Save';
|
|
$lang->height_resizable = 'Height Resizable';
|
|
$lang->editor_height = 'Height of Editor';
|
|
$lang->about_default_editor_settings = 'Follow editor settings of Rhymix Admin page through whole site.';
|
|
$lang->about_content_font = 'Please use comma for multiple input.';
|
|
$lang->about_content_font_size = 'Please input units such as px or em.';
|
|
$lang->about_enable_autosave = 'You may decide whether the auto-save function will be used.';
|
|
$lang->edit['fontname'] = 'Font';
|
|
$lang->edit['fontsize'] = 'Size';
|
|
$lang->edit['use_paragraph'] = 'Paragraph Function';
|
|
$lang->edit['fontlist']['arial'] = 'Arial, Helvetica, sans-serif';
|
|
$lang->edit['fontlist']['tahoma'] = 'Tahoma, Geneva, sans-serif';
|
|
$lang->edit['fontlist']['verdana'] = 'Verdana, Geneva, sans-serif';
|
|
$lang->edit['fontlist']['sans-serif'] = 'Sans-serif';
|
|
$lang->edit['fontlist']['georgia'] = 'Georgia, Times New Roman, Times, serif';
|
|
$lang->edit['fontlist']['palatinoLinotype'] = 'Palatino Linotype, Book Antiqua, Palatino, serif';
|
|
$lang->edit['fontlist']['timesNewRoman'] = 'Times New Roman, Times, serif';
|
|
$lang->edit['fontlist']['serif'] = 'Serif';
|
|
$lang->edit['fontlist']['consolas'] = 'Consolas, monospace';
|
|
$lang->edit['fontlist']['courierNew'] = 'Courier New, Courier, monospace';
|
|
$lang->edit['fontlist']['lucidaConsole'] = 'Lucida Console, Monaco, monospace';
|
|
$lang->edit['fontlist']['monospace'] = 'Monospace';
|
|
$lang->edit['header'] = 'Style';
|
|
$lang->edit['header_list']['h1'] = 'Header 1';
|
|
$lang->edit['header_list']['h2'] = 'Header 2';
|
|
$lang->edit['header_list']['h3'] = 'Header 3';
|
|
$lang->edit['header_list']['h4'] = 'Header 4';
|
|
$lang->edit['header_list']['h5'] = 'Header 5';
|
|
$lang->edit['header_list']['h6'] = 'Header 6';
|
|
$lang->edit['submit'] = 'Submit';
|
|
$lang->edit['fontcolor'] = 'Text Color';
|
|
$lang->edit['fontbgcolor'] = 'Background Color';
|
|
$lang->edit['bold'] = 'Bold';
|
|
$lang->edit['italic'] = 'Italic';
|
|
$lang->edit['underline'] = 'Underline';
|
|
$lang->edit['strike'] = 'Strikethrough';
|
|
$lang->edit['sup'] = 'Super';
|
|
$lang->edit['sub'] = 'Sub';
|
|
$lang->edit['redo'] = 'Redo';
|
|
$lang->edit['undo'] = 'Undo';
|
|
$lang->edit['align_left'] = 'Align Left';
|
|
$lang->edit['align_center'] = 'Align Center';
|
|
$lang->edit['align_right'] = 'Align Right';
|
|
$lang->edit['align_justify'] = 'Align Justify';
|
|
$lang->edit['add_indent'] = 'Indent';
|
|
$lang->edit['remove_indent'] = 'Outdent';
|
|
$lang->edit['list_number'] = 'Orderd List';
|
|
$lang->edit['list_bullet'] = 'Unordered List';
|
|
$lang->edit['remove_format'] = 'Style Remover';
|
|
$lang->edit['help_remove_format'] = 'Tags in selected area will be removed.';
|
|
$lang->edit['help_strike_through'] = 'Mark the text with strikethrough.';
|
|
$lang->edit['help_align_full'] = 'Align left and right';
|
|
$lang->edit['help_fontcolor'] = 'Select the text color.';
|
|
$lang->edit['help_fontbgcolor'] = 'Select the background color of the text.';
|
|
$lang->edit['help_bold'] = 'Make the text bold.';
|
|
$lang->edit['help_italic'] = 'Make the text italic.';
|
|
$lang->edit['help_underline'] = 'Underline the text.';
|
|
$lang->edit['help_strike'] = 'Mark the text with strikethrough.';
|
|
$lang->edit['help_sup'] = 'Make the text superscript.';
|
|
$lang->edit['help_sub'] = 'Make the text subscript.';
|
|
$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_align_justify'] = 'Align justity';
|
|
$lang->edit['help_add_indent'] = 'Add indent';
|
|
$lang->edit['help_remove_indent'] = 'Remove indent';
|
|
$lang->edit['help_list_number'] = 'Apply ordered list.';
|
|
$lang->edit['help_list_bullet'] = 'Apply bullet list.';
|
|
$lang->edit['help_use_paragraph'] = 'Press Ctrl+Enter to use paragraph break. (Press Alt+S to save it.)';
|
|
$lang->edit['url'] = 'URL';
|
|
$lang->edit['blockquote'] = 'Blockquote';
|
|
$lang->edit['table'] = 'Table';
|
|
$lang->edit['image'] = 'Image';
|
|
$lang->edit['multimedia'] = 'Video';
|
|
$lang->edit['emoticon'] = 'Emoticon';
|
|
$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'] = 'Left of Article';
|
|
$lang->edit['icon_align_middle'] = 'Align Center';
|
|
$lang->edit['icon_align_right'] = 'Right of Article';
|
|
$lang->edit['rich_editor'] = 'Rich Text Editor';
|
|
$lang->edit['html_editor'] = 'HTML Editor';
|
|
$lang->edit['extension'] = 'Extension Components';
|
|
$lang->edit['help'] = 'Help';
|
|
$lang->edit['help_command'] = 'Help Hotkeys';
|
|
$lang->edit['lineheight'] = 'Line Height';
|
|
$lang->edit['fontbgsampletext'] = 'ABC';
|
|
$lang->edit['hyperlink'] = 'Hyperlink';
|
|
$lang->edit['target_blank'] = 'New Window';
|
|
$lang->edit['quotestyle1'] = 'Left Solid';
|
|
$lang->edit['quotestyle2'] = 'Quote';
|
|
$lang->edit['quotestyle3'] = 'Solid';
|
|
$lang->edit['quotestyle4'] = 'Solid + Background';
|
|
$lang->edit['quotestyle5'] = 'Bold Solid';
|
|
$lang->edit['quotestyle6'] = 'Dotted';
|
|
$lang->edit['quotestyle7'] = 'Dotted + Background';
|
|
$lang->edit['quotestyle8'] = 'Cancel';
|
|
$lang->edit['jumptoedit'] = 'Skip Edit Toolbox';
|
|
$lang->edit['set_sel'] = 'Set Cell Count';
|
|
$lang->edit['row'] = 'Row';
|
|
$lang->edit['col'] = 'Column';
|
|
$lang->edit['add_one_row'] = 'Add 1 Row';
|
|
$lang->edit['del_one_row'] = 'Remove 1 Row';
|
|
$lang->edit['add_one_col'] = 'Add 1 Column';
|
|
$lang->edit['del_one_col'] = 'Remove 1 Column';
|
|
$lang->edit['table_config'] = 'Table Properties';
|
|
$lang->edit['border_width'] = 'Border Width';
|
|
$lang->edit['border_color'] = 'Border Color';
|
|
$lang->edit['add'] = 'Add';
|
|
$lang->edit['del'] = 'Sub';
|
|
$lang->edit['search_color'] = 'Search Colors';
|
|
$lang->edit['table_backgroundcolor'] = 'Table Background Color';
|
|
$lang->edit['special_character'] = 'Special Characters';
|
|
$lang->edit['insert_special_character'] = 'Insert Special Characters';
|
|
$lang->edit['close_special_character'] = 'Close Special Characters Layer';
|
|
$lang->edit['symbol'] = 'Symbols';
|
|
$lang->edit['number_unit'] = 'Numbers and Units';
|
|
$lang->edit['circle_bracket'] = 'Circles, Brackets';
|
|
$lang->edit['korean'] = 'Korean';
|
|
$lang->edit['greece'] = 'Greek';
|
|
$lang->edit['Latin'] = 'Latin';
|
|
$lang->edit['japan'] = 'Japanese';
|
|
$lang->edit['selected_symbol'] = 'Selected Symbols';
|
|
$lang->edit['search_replace'] = 'Find/Replace';
|
|
$lang->edit['close_search_replace'] = 'Close Find/Replace Layer';
|
|
$lang->edit['replace_all'] = 'Replace All';
|
|
$lang->edit['search_words'] = 'Words to Find';
|
|
$lang->edit['replace_words'] = 'Words to Replace';
|
|
$lang->edit['next_search_words'] = 'Find Next';
|
|
$lang->edit['edit_height_control'] = 'Set Edit Form Size';
|
|
$lang->edit['edit_height_auto'] = 'Auto-resize editor';
|
|
$lang->edit['merge_cells'] = 'Merge Table Cells';
|
|
$lang->edit['split_row'] = 'Split Row';
|
|
$lang->edit['split_col'] = 'Split Column';
|
|
$lang->edit['toggle_list'] = 'Fold/Unfold';
|
|
$lang->edit['minimize_list'] = 'Minimize';
|
|
$lang->edit['refresh'] = 'Refresh';
|
|
$lang->edit['materials'] = 'Materials';
|
|
$lang->edit['temporary_savings'] = 'Temporary Saved List';
|
|
$lang->edit['paging_prev'] = 'Prev';
|
|
$lang->edit['paging_next'] = 'Next';
|
|
$lang->edit['paging_prev_help'] = 'Move to previous page.';
|
|
$lang->edit['paging_next_help'] = 'Move to next page.';
|
|
$lang->edit['toc'] = 'Table of Contents';
|
|
$lang->edit['close_help'] = 'Close Help';
|
|
$lang->edit['confirm_submit_without_saving'] = 'There are paragraphs which were not saved.\\nProceed anyway?';
|
|
$lang->edit['image_align'] = 'Image Alignment';
|
|
$lang->edit['attached_files'] = 'Attachments';
|
|
$lang->about_dblclick_in_editor = 'You may set the component\'s detailed configurations by double-clicking background, text, images, or quotations.';
|