1 |
efrain |
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.
|
|
|
13 |
//
|
|
|
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/>.
|
|
|
16 |
|
|
|
17 |
/**
|
|
|
18 |
* Strings for component 'editor', language 'en', branch 'MOODLE_20_STABLE'
|
|
|
19 |
*
|
|
|
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
|
|
|
23 |
*/
|
|
|
24 |
|
|
|
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['editorxformat'] = '{$a} format';
|
|
|
57 |
$string['enterurlfirst'] = 'You have to enter an URL first';
|
|
|
58 |
$string['filebrowser'] = 'File Browser';
|
|
|
59 |
$string['findwhat'] = 'Find';
|
|
|
60 |
$string['fontname'] = 'Fontname';
|
|
|
61 |
$string['fontsize'] = 'Font-size';
|
|
|
62 |
$string['forecolor'] = 'Font Color';
|
|
|
63 |
$string['formatblock'] = 'Format';
|
|
|
64 |
$string['fullscreen'] = 'Fullscreen editor';
|
|
|
65 |
$string['heading'] = 'Heading';
|
|
|
66 |
$string['height'] = 'Height';
|
|
|
67 |
$string['hilitecolor'] = 'Background Color';
|
|
|
68 |
$string['horizontal'] = 'Horizontal';
|
|
|
69 |
$string['horizontalrule'] = 'Horizontal Rule';
|
|
|
70 |
$string['htmlmode'] = 'Toggle HTML Source';
|
|
|
71 |
$string['choosechar'] = 'Choose Character';
|
|
|
72 |
$string['chooseicon'] = 'Choose an icon to insert';
|
|
|
73 |
$string['imageurl'] = 'Image URL';
|
|
|
74 |
$string['indent'] = 'Increase Indent';
|
|
|
75 |
$string['insertchar'] = 'Insert Special Character';
|
|
|
76 |
$string['insertimage'] = 'Insert Image';
|
|
|
77 |
$string['insertlink'] = 'Insert Link';
|
|
|
78 |
$string['insertsmile'] = 'Insert Smiley';
|
|
|
79 |
$string['inserttable'] = 'Insert Table';
|
|
|
80 |
$string['italic'] = 'Italic';
|
|
|
81 |
$string['itemsreplaced'] = 'items replaced!';
|
|
|
82 |
$string['justifycenter'] = 'Justify Center';
|
|
|
83 |
$string['justifyfull'] = 'Justify Full';
|
|
|
84 |
$string['justifyleft'] = 'Justify Left';
|
|
|
85 |
$string['justifyright'] = 'Justify Right';
|
|
|
86 |
$string['lang'] = 'Lang';
|
|
|
87 |
$string['layout'] = 'Layout';
|
|
|
88 |
$string['left'] = 'Left';
|
|
|
89 |
$string['lefttoright'] = 'Direction from left to right';
|
|
|
90 |
$string['linkproperties'] = 'Link properties';
|
|
|
91 |
$string['linktarget'] = 'Target';
|
|
|
92 |
$string['linktargetblank'] = 'New window';
|
|
|
93 |
$string['linktargetnone'] = 'None';
|
|
|
94 |
$string['linktargetother'] = 'Other (out of order)';
|
|
|
95 |
$string['linktargetself'] = 'Same frame';
|
|
|
96 |
$string['linktargettop'] = 'Same window';
|
|
|
97 |
$string['linktitle'] = 'Title';
|
|
|
98 |
$string['linkurl'] = 'URL';
|
|
|
99 |
$string['matchcase'] = 'Match case';
|
|
|
100 |
$string['middle'] = 'Middle';
|
|
|
101 |
$string['minimize'] = 'Minimize editor';
|
|
|
102 |
$string['move'] = 'Move';
|
|
|
103 |
$string['multi'] = 'Multi';
|
|
|
104 |
$string['mustenterurl'] = 'You must enter the URL';
|
|
|
105 |
$string['nolink'] = 'Prevent automatic linking';
|
|
|
106 |
$string['normal'] = 'Normal';
|
|
|
107 |
$string['notimage'] = 'Selected file is not an image. Please select an image!';
|
|
|
108 |
$string['notset'] = 'Not Set';
|
|
|
109 |
$string['ok'] = 'OK';
|
|
|
110 |
$string['options'] = 'Options';
|
|
|
111 |
$string['orderedlist'] = 'Ordered List';
|
|
|
112 |
$string['outdent'] = 'Decrease Indent';
|
|
|
113 |
$string['paste'] = 'Paste from clipboard';
|
|
|
114 |
$string['path'] = 'Path';
|
|
|
115 |
$string['percent'] = 'Percent';
|
|
|
116 |
$string['pixels'] = 'Pixels';
|
|
|
117 |
$string['pleaseenteralt'] = 'Please enter the alternate text';
|
|
|
118 |
$string['popupeditor'] = 'Enlarge Editor';
|
|
|
119 |
$string['preformatted'] = 'Preformatted';
|
|
|
120 |
$string['preview'] = 'Preview';
|
|
|
121 |
$string['privacy:metadata:preference:htmleditor'] = 'Text editor preference.';
|
|
|
122 |
$string['privacy:preference:htmleditor'] = 'Your preferred editor to use for writing HTML text is {$a}';
|
|
|
123 |
$string['properties'] = 'Properties';
|
|
|
124 |
$string['redo'] = 'Redo your last action';
|
|
|
125 |
$string['regularexpressions'] = 'Use regular expressions';
|
|
|
126 |
$string['removelink'] = 'Remove link';
|
|
|
127 |
$string['rename'] = 'Rename';
|
|
|
128 |
$string['replaceall'] = 'Replace all';
|
|
|
129 |
$string['replacewith'] = 'Replace';
|
|
|
130 |
$string['right'] = 'Right';
|
|
|
131 |
$string['righttoleft'] = 'Direction from right to left';
|
|
|
132 |
$string['rows'] = 'Rows';
|
|
|
133 |
$string['searchandreplace'] = 'Search and replace';
|
|
|
134 |
$string['searchnotfound'] = 'Search string Not Found!';
|
|
|
135 |
$string['selectcolor'] = 'Select color';
|
|
|
136 |
$string['selection'] = 'Selection';
|
|
|
137 |
$string['showhelp'] = 'Help using editor';
|
|
|
138 |
$string['size'] = 'Size';
|
|
|
139 |
$string['spacing'] = 'Spacing';
|
|
|
140 |
$string['strikethrough'] = 'Strikethrough';
|
|
|
141 |
$string['subscript'] = 'Subscript';
|
|
|
142 |
$string['superscript'] = 'Superscript';
|
|
|
143 |
$string['textindicator'] = 'Current style';
|
|
|
144 |
$string['textmode'] = 'You are in TEXT MODE. Use the [<>] button to go back to WYSIWYG MODE.';
|
|
|
145 |
$string['texttop'] = 'Texttop';
|
|
|
146 |
$string['top'] = 'Top';
|
|
|
147 |
$string['type'] = 'Type';
|
|
|
148 |
$string['underline'] = 'Underline';
|
|
|
149 |
$string['undo'] = 'Undo your last action';
|
|
|
150 |
$string['unorderedlist'] = 'Bulleted List';
|
|
|
151 |
$string['upload'] = 'Upload';
|
|
|
152 |
$string['vertical'] = 'Vertical';
|
|
|
153 |
$string['width'] = 'Width';
|
|
|
154 |
$string['wordclean'] = 'Clean Word HTML';
|
|
|
155 |
$string['zip'] = 'Zip';
|