rhymix/modules/editor/skins/dreditor/lang/en.lang.php

85 lines
4.4 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 the selected paragraph?';
$lang->edit->insert_dr_title = 'Please input the title';
$lang->edit->richtext_area = 'Richtext Area';
$lang->edit->insert_site_name = 'Please input the name of the site';
$lang->edit->insert_explain = 'Please input the description';
$lang->edit->text = 'Text';
$lang->edit->link = 'Link';
$lang->edit->blockquote = 'Quote';
$lang->edit->insert_blockquote = 'Please input the quote';
$lang->edit->insert_cite = 'You can input the original source. <a>, <strong>, <em> tags are allowed.';
$lang->edit->image = 'Image';
$lang->edit->find_image = 'Find Image';
$lang->edit->uploading = 'Uploading...';
$lang->edit->uploading_info = 'You can upload 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 the image will be created in the specified size. Original image will still remain';
$lang->edit->resize_error = 'Please input smaller size than the original image size';
$lang->edit->insert_image_explain = 'Please input the description. <a>, <strong>, <em> tags are available.';
$lang->edit->mov ='Movie';
$lang->edit->insert_mov = 'Input the multimedia insertion code which 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 files each maximum %sMB, %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 are no writting ingredients.';
$lang->edit->msg_no_selected_object = 'There are no selected objects.';
$lang->edit->msg_insert_value = 'Please input the value.';
$lang->edit->help_first_title = 'Help';
$lang->edit->help_shortcut = 'Shortcuts';
$lang->edit->help_bug_report = 'Article writing error report';
$lang->edit->help_first_dt_1 = 'Write a new paragraph (1~9, 0, `)';
$lang->edit->help_first_dd_1 = 'To start writing a new paragraph click on the toolbar. The buttons on the toolbar have keyboard shortcuts starting from 1 to 9, 1 representing the first left button. To toggle the toolbar, press the numeric \'0\' or Esc key.';
$lang->edit->help_first_dt_2 = 'Select a paragraph (Click, Ctrl+Click, Shift+Click)';
$lang->edit->help_first_dd_2 = 'You can press Up/Down keys (&uarr;&darr;) holding down the Ctrl key to manipulate the paragraphs. To select a single paragraph, just click on it, to select multiple paragraphs hold down the Ctrl or Shift keys, then click.';
$lang->edit->help_first_dt_3 = 'Edit a paragraph or Cancel editing (Enter, Double Click, ESC)';
$lang->edit->help_first_dd_3 = 'To edit a paragraph, select it and press Enter or double click on it. To cancel editing, press Esc button';
$lang->edit->help_first_dt_4 = 'Drag (Ctrl+&uarr;&darr;, Click-Drag-Drop)';
$lang->edit->help_first_dd_4 = 'To move a paragraph, press Ctrl key and move the paragraph around with up/down arrow keys (&uarr;&darr;) or press Ctrl key and drag the paragraph around with your mouse.';
$lang->edit->help_first_dt_5 = 'Save or delete a paragraph (Ctrl+Enter, Del)';
$lang->edit->help_first_dd_5 = 'To save a paragraph press the \'Confirm\' button or press Ctrl+Enter. Press Del key to delete the paragraph.';
$lang->edit->drag_this = 'Please drag the paragraph.';
$lang->edit->cmd_new_window = 'New window';
$lang->edit->cmd_del = 'Delete';
?>