Merge branch 'MDL-51922-master' of git://github.com/andrewnicols/moodle
[moodle.git] / lang / en / editor.php
blob123bdad3116b6418a15df517f5237a436ddc4342
1 <?php
2 // This file is part of Moodle - http://moodle.org/
3 //
4 // Moodle is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // Moodle is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License for more details.
14 // You should have received a copy of the GNU General Public License
15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
17 /**
18 * Strings for component 'editor', language 'en', branch 'MOODLE_20_STABLE'
20 * @package core_editor
21 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25 $string['about'] = 'About this editor';
26 $string['absbottom'] = 'Absbottom';
27 $string['acteditorshhdr'] = 'Available text editors';
28 $string['address'] = 'Address';
29 $string['alertnoselectedtext'] = 'You must select text first!';
30 $string['alignment'] = 'Alignment';
31 $string['alternatetext'] = 'Alternate text';
32 $string['anchorhelp'] = 'This only creates an anchor. You still need to create a link manually.';
33 $string['anchorname'] = 'Anchorname';
34 $string['anchors'] = 'Anchors';
35 $string['baseline'] = 'Baseline';
36 $string['bold'] = 'Bold';
37 $string['borderthickness'] = 'Border thickness';
38 $string['bottom'] = 'Bottom';
39 $string['browse'] = 'Browse';
40 $string['cancel'] = 'Cancel';
41 $string['cellpadding'] = 'Cellpadding';
42 $string['cellspacing'] = 'Cellspacing';
43 $string['close'] = 'Close';
44 $string['closeafterreplace'] = 'Close after replace';
45 $string['cols'] = 'Cols';
46 $string['configeditorplugins'] = 'Please choose the editor plugins you wish to use and arrange them in recommended order.';
47 $string['copy'] = 'Copy selection';
48 $string['createanchor'] = 'Create anchor';
49 $string['createfolder'] = 'Create folder';
50 $string['createlink'] = 'Insert Web Link';
51 $string['cut'] = 'Cut selection';
52 $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';
53 $string['delete'] = 'Delete';
54 $string['editors'] = 'Text editors';
55 $string['editorsettings'] = 'Manage editors';
56 $string['enterurlfirst'] = 'You have to enter an URL first';
57 $string['filebrowser'] = 'File Browser';
58 $string['findwhat'] = 'Find';
59 $string['fontname'] = 'Fontname';
60 $string['fontsize'] = 'Font-size';
61 $string['forecolor'] = 'Font Color';
62 $string['formatblock'] = 'Format';
63 $string['fullscreen'] = 'Fullscreen editor';
64 $string['heading'] = 'Heading';
65 $string['height'] = 'Height';
66 $string['hilitecolor'] = 'Background Color';
67 $string['horizontal'] = 'Horizontal';
68 $string['horizontalrule'] = 'Horizontal Rule';
69 $string['htmlmode'] = 'Toggle HTML Source';
70 $string['choosechar'] = 'Choose Character';
71 $string['chooseicon'] = 'Choose an icon to insert';
72 $string['imageurl'] = 'Image URL';
73 $string['indent'] = 'Increase Indent';
74 $string['insertchar'] = 'Insert Special Character';
75 $string['insertimage'] = 'Insert Image';
76 $string['insertlink'] = 'Insert Link';
77 $string['insertsmile'] = 'Insert Smiley';
78 $string['inserttable'] = 'Insert Table';
79 $string['italic'] = 'Italic';
80 $string['itemsreplaced'] = 'items replaced!';
81 $string['justifycenter'] = 'Justify Center';
82 $string['justifyfull'] = 'Justify Full';
83 $string['justifyleft'] = 'Justify Left';
84 $string['justifyright'] = 'Justify Right';
85 $string['lang'] = 'Lang';
86 $string['layout'] = 'Layout';
87 $string['left'] = 'Left';
88 $string['lefttoright'] = 'Direction from left to right';
89 $string['linkproperties'] = 'Link properties';
90 $string['linktarget'] = 'Target';
91 $string['linktargetblank'] = 'New window';
92 $string['linktargetnone'] = 'None';
93 $string['linktargetother'] = 'Other (out of order)';
94 $string['linktargetself'] = 'Same frame';
95 $string['linktargettop'] = 'Same window';
96 $string['linktitle'] = 'Title';
97 $string['linkurl'] = 'URL';
98 $string['matchcase'] = 'Match case';
99 $string['middle'] = 'Middle';
100 $string['minimize'] = 'Minimize editor';
101 $string['move'] = 'Move';
102 $string['multi'] = 'Multi';
103 $string['mustenterurl'] = 'You must enter the URL';
104 $string['nolink'] = 'Prevent automatic linking';
105 $string['normal'] = 'Normal';
106 $string['notimage'] = 'Selected file is not an image. Please select an image!';
107 $string['notset'] = 'Not Set';
108 $string['ok'] = 'OK';
109 $string['options'] = 'Options';
110 $string['orderedlist'] = 'Ordered List';
111 $string['outdent'] = 'Decrease Indent';
112 $string['paste'] = 'Paste from clipboard';
113 $string['path'] = 'Path';
114 $string['percent'] = 'Percent';
115 $string['pixels'] = 'Pixels';
116 $string['pleaseenteralt'] = 'Please enter the alternate text';
117 $string['popupeditor'] = 'Enlarge Editor';
118 $string['preformatted'] = 'Preformatted';
119 $string['preview'] = 'Preview';
120 $string['properties'] = 'Properties';
121 $string['redo'] = 'Redo your last action';
122 $string['regularexpressions'] = 'Use regular expressions';
123 $string['removelink'] = 'Remove link';
124 $string['rename'] = 'Rename';
125 $string['replaceall'] = 'Replace all';
126 $string['replacewith'] = 'Replace';
127 $string['right'] = 'Right';
128 $string['righttoleft'] = 'Direction from right to left';
129 $string['rows'] = 'Rows';
130 $string['searchandreplace'] = 'Search and replace';
131 $string['searchnotfound'] = 'Search string Not Found!';
132 $string['selectcolor'] = 'Select color';
133 $string['selection'] = 'Selection';
134 $string['showhelp'] = 'Help using editor';
135 $string['size'] = 'Size';
136 $string['spacing'] = 'Spacing';
137 $string['strikethrough'] = 'Strikethrough';
138 $string['subscript'] = 'Subscript';
139 $string['superscript'] = 'Superscript';
140 $string['textindicator'] = 'Current style';
141 $string['textmode'] = 'You are in TEXT MODE. Use the [<>] button to go back to WYSIWYG MODE.';
142 $string['texttop'] = 'Texttop';
143 $string['top'] = 'Top';
144 $string['type'] = 'Type';
145 $string['underline'] = 'Underline';
146 $string['undo'] = 'Undo your last action';
147 $string['unorderedlist'] = 'Bulleted List';
148 $string['upload'] = 'Upload';
149 $string['vertical'] = 'Vertical';
150 $string['width'] = 'Width';
151 $string['wordclean'] = 'Clean Word HTML';
152 $string['zip'] = 'Zip';