2010-04-10 14:01:45 +00:00
< ? php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
2009-05-17 21:10:06 +00:00
2010-04-10 14:01:45 +00:00
/**
* Strings for component 'editor' , language 'en' , branch 'MOODLE_20_STABLE'
*
2014-11-22 10:59:14 +13:00
* @ package core_editor
2010-04-10 14:01:45 +00:00
* @ copyright 1999 onwards Martin Dougiamas { @ link http :// moodle . com }
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
2006-02-06 09:28:59 +00:00
$string [ 'about' ] = 'About this editor' ;
$string [ 'absbottom' ] = 'Absbottom' ;
2010-07-07 05:49:24 +00:00
$string [ 'acteditorshhdr' ] = 'Available text editors' ;
2006-02-06 09:28:59 +00:00
$string [ 'address' ] = 'Address' ;
2006-11-01 09:44:01 +00:00
$string [ 'alertnoselectedtext' ] = 'You must select text first!' ;
2006-02-06 09:28:59 +00:00
$string [ 'alignment' ] = 'Alignment' ;
$string [ 'alternatetext' ] = 'Alternate text' ;
$string [ 'anchorhelp' ] = 'This only creates an anchor. You still need to create a link manually.' ;
2006-11-01 09:44:01 +00:00
$string [ 'anchorname' ] = 'Anchorname' ;
2006-02-06 09:28:59 +00:00
$string [ 'anchors' ] = 'Anchors' ;
$string [ 'baseline' ] = 'Baseline' ;
$string [ 'bold' ] = 'Bold' ;
$string [ 'borderthickness' ] = 'Border thickness' ;
$string [ 'bottom' ] = 'Bottom' ;
$string [ 'browse' ] = 'Browse' ;
$string [ 'cancel' ] = 'Cancel' ;
$string [ 'cellpadding' ] = 'Cellpadding' ;
$string [ 'cellspacing' ] = 'Cellspacing' ;
$string [ 'close' ] = 'Close' ;
2006-11-01 09:44:01 +00:00
$string [ 'closeafterreplace' ] = 'Close after replace' ;
2006-02-06 09:28:59 +00:00
$string [ 'cols' ] = 'Cols' ;
2010-04-10 14:01:45 +00:00
$string [ 'configeditorplugins' ] = 'Please choose the editor plugins you wish to use and arrange them in recommended order.' ;
2006-02-06 09:28:59 +00:00
$string [ 'copy' ] = 'Copy selection' ;
$string [ 'createanchor' ] = 'Create anchor' ;
$string [ 'createfolder' ] = 'Create folder' ;
$string [ 'createlink' ] = 'Insert Web Link' ;
$string [ 'cut' ] = 'Cut selection' ;
$string [ 'cutpastemozilla' ] = 'Unfortunately, you cannot currently use normal keyboard shortcuts (or even the Paste button) for pasting text into this online editor. This is because of a security feature that is built into some versions of Mozilla and Firefox browsers.<br /><br />There are three known workarounds you can try: <br /> (1) Instead of CTRL-v, use SHIFT-Insert <br /> (2) Use the Edit->Paste menu in your browser <br /> (3) Change the preferences in your browser by editing the user.js file. <br /><br />Click the OK button below for more help, or Cancel to return to the editor' ;
$string [ 'delete' ] = 'Delete' ;
2010-04-10 14:01:45 +00:00
$string [ 'editors' ] = 'Text editors' ;
$string [ 'editorsettings' ] = 'Manage editors' ;
2006-11-05 12:59:09 +00:00
$string [ 'enterurlfirst' ] = 'You have to enter an URL first' ;
2006-02-06 09:28:59 +00:00
$string [ 'filebrowser' ] = 'File Browser' ;
2006-11-01 09:44:01 +00:00
$string [ 'findwhat' ] = 'Find' ;
$string [ 'fontname' ] = 'Fontname' ;
$string [ 'fontsize' ] = 'Font-size' ;
2006-02-06 09:28:59 +00:00
$string [ 'forecolor' ] = 'Font Color' ;
2006-11-01 09:44:01 +00:00
$string [ 'formatblock' ] = 'Format' ;
2006-02-06 09:28:59 +00:00
$string [ 'fullscreen' ] = 'Fullscreen editor' ;
$string [ 'heading' ] = 'Heading' ;
$string [ 'height' ] = 'Height' ;
$string [ 'hilitecolor' ] = 'Background Color' ;
$string [ 'horizontal' ] = 'Horizontal' ;
$string [ 'horizontalrule' ] = 'Horizontal Rule' ;
$string [ 'htmlmode' ] = 'Toggle HTML Source' ;
2010-04-10 14:01:45 +00:00
$string [ 'choosechar' ] = 'Choose Character' ;
$string [ 'chooseicon' ] = 'Choose an icon to insert' ;
2006-02-06 09:28:59 +00:00
$string [ 'imageurl' ] = 'Image URL' ;
$string [ 'indent' ] = 'Increase Indent' ;
$string [ 'insertchar' ] = 'Insert Special Character' ;
$string [ 'insertimage' ] = 'Insert Image' ;
$string [ 'insertlink' ] = 'Insert Link' ;
$string [ 'insertsmile' ] = 'Insert Smiley' ;
$string [ 'inserttable' ] = 'Insert Table' ;
$string [ 'italic' ] = 'Italic' ;
2006-11-01 09:44:01 +00:00
$string [ 'itemsreplaced' ] = 'items replaced!' ;
2006-02-06 09:28:59 +00:00
$string [ 'justifycenter' ] = 'Justify Center' ;
$string [ 'justifyfull' ] = 'Justify Full' ;
$string [ 'justifyleft' ] = 'Justify Left' ;
$string [ 'justifyright' ] = 'Justify Right' ;
2006-12-08 04:41:19 +00:00
$string [ 'lang' ] = 'Lang' ;
2010-04-10 14:01:45 +00:00
$string [ 'layout' ] = 'Layout' ;
2006-02-06 09:28:59 +00:00
$string [ 'left' ] = 'Left' ;
$string [ 'lefttoright' ] = 'Direction from left to right' ;
$string [ 'linkproperties' ] = 'Link properties' ;
$string [ 'linktarget' ] = 'Target' ;
$string [ 'linktargetblank' ] = 'New window' ;
$string [ 'linktargetnone' ] = 'None' ;
$string [ 'linktargetother' ] = 'Other (out of order)' ;
$string [ 'linktargetself' ] = 'Same frame' ;
$string [ 'linktargettop' ] = 'Same window' ;
$string [ 'linktitle' ] = 'Title' ;
$string [ 'linkurl' ] = 'URL' ;
2006-11-01 09:44:01 +00:00
$string [ 'matchcase' ] = 'Match case' ;
2006-02-06 09:28:59 +00:00
$string [ 'middle' ] = 'Middle' ;
$string [ 'minimize' ] = 'Minimize editor' ;
$string [ 'move' ] = 'Move' ;
2006-12-08 04:41:19 +00:00
$string [ 'multi' ] = 'Multi' ;
2006-11-05 12:59:09 +00:00
$string [ 'mustenterurl' ] = 'You must enter the URL' ;
2006-11-01 09:44:01 +00:00
$string [ 'nolink' ] = 'Prevent automatic linking' ;
2006-02-06 09:28:59 +00:00
$string [ 'normal' ] = 'Normal' ;
$string [ 'notimage' ] = 'Selected file is not an image. Please select an image!' ;
$string [ 'notset' ] = 'Not Set' ;
$string [ 'ok' ] = 'OK' ;
2006-11-01 09:44:01 +00:00
$string [ 'options' ] = 'Options' ;
2006-02-06 09:28:59 +00:00
$string [ 'orderedlist' ] = 'Ordered List' ;
$string [ 'outdent' ] = 'Decrease Indent' ;
$string [ 'paste' ] = 'Paste from clipboard' ;
$string [ 'path' ] = 'Path' ;
$string [ 'percent' ] = 'Percent' ;
$string [ 'pixels' ] = 'Pixels' ;
2006-11-05 12:59:09 +00:00
$string [ 'pleaseenteralt' ] = 'Please enter the alternate text' ;
2006-02-06 09:28:59 +00:00
$string [ 'popupeditor' ] = 'Enlarge Editor' ;
$string [ 'preformatted' ] = 'Preformatted' ;
$string [ 'preview' ] = 'Preview' ;
2018-04-24 19:57:06 +02:00
$string [ 'privacy:metadata:preference:htmleditor' ] = 'Text editor preference.' ;
2018-04-08 18:40:20 +08:00
$string [ 'privacy:preference:htmleditor' ] = 'Your preferred editor to use for writing HTML text is {$a}' ;
2006-02-06 09:28:59 +00:00
$string [ 'properties' ] = 'Properties' ;
$string [ 'redo' ] = 'Redo your last action' ;
2006-11-01 09:44:01 +00:00
$string [ 'regularexpressions' ] = 'Use regular expressions' ;
2006-02-06 09:28:59 +00:00
$string [ 'removelink' ] = 'Remove link' ;
2006-11-01 09:44:01 +00:00
$string [ 'rename' ] = 'Rename' ;
$string [ 'replaceall' ] = 'Replace all' ;
$string [ 'replacewith' ] = 'Replace' ;
2006-02-06 09:28:59 +00:00
$string [ 'right' ] = 'Right' ;
$string [ 'righttoleft' ] = 'Direction from right to left' ;
$string [ 'rows' ] = 'Rows' ;
2006-11-01 09:44:01 +00:00
$string [ 'searchandreplace' ] = 'Search and replace' ;
$string [ 'searchnotfound' ] = 'Search string Not Found!' ;
2006-02-06 09:28:59 +00:00
$string [ 'selectcolor' ] = 'Select color' ;
$string [ 'selection' ] = 'Selection' ;
$string [ 'showhelp' ] = 'Help using editor' ;
$string [ 'size' ] = 'Size' ;
$string [ 'spacing' ] = 'Spacing' ;
$string [ 'strikethrough' ] = 'Strikethrough' ;
$string [ 'subscript' ] = 'Subscript' ;
$string [ 'superscript' ] = 'Superscript' ;
$string [ 'textindicator' ] = 'Current style' ;
$string [ 'textmode' ] = 'You are in TEXT MODE. Use the [<>] button to go back to WYSIWYG MODE.' ;
$string [ 'texttop' ] = 'Texttop' ;
$string [ 'top' ] = 'Top' ;
$string [ 'type' ] = 'Type' ;
$string [ 'underline' ] = 'Underline' ;
$string [ 'undo' ] = 'Undo your last action' ;
$string [ 'unorderedlist' ] = 'Bulleted List' ;
$string [ 'upload' ] = 'Upload' ;
$string [ 'vertical' ] = 'Vertical' ;
$string [ 'width' ] = 'Width' ;
$string [ 'wordclean' ] = 'Clean Word HTML' ;
$string [ 'zip' ] = 'Zip' ;