<?PHP // $Id$
- // editor.php - created with Moodle 1.2 development (2003120700)
+ // editor.php - created with Moodle 1.2 (2004032000)
$string['about'] = 'About this editor';
$string['close'] = 'Close';
$string['cols'] = 'Cols';
$string['copy'] = 'Copy selection';
+$string['createfolder'] = 'Create folder';
$string['createlink'] = 'Insert Web Link';
$string['cut'] = 'Cut selection';
+$string['delete'] = 'Delete';
+$string['filebrowser'] = 'File Browser';
$string['forecolor'] = 'Font Color';
+$string['fullscreen'] = 'Fullscreen editor';
$string['heading'] = 'Heading';
+$string['height'] = 'Height';
$string['hilitecolor'] = 'Background Color';
$string['horizontal'] = 'Horizontal';
$string['horizontalrule'] = 'Horizontal Rule';
$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';
$string['justifyright'] = 'Justify Right';
$string['layout'] = 'Layout';
$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';
$string['middle'] = 'Middle';
+$string['minimize'] = 'Minimize editor';
+$string['move'] = 'Move';
$string['normal'] = 'Normal';
+$string['notimage'] = 'Selected file is not an image. Please select an image!';
$string['notset'] = 'Not Set';
$string['ok'] = 'OK';
$string['orderedlist'] = 'Ordered List';
$string['popupeditor'] = 'Enlarge Editor';
$string['preformatted'] = 'Preformatted';
$string['preview'] = 'Preview';
+$string['properties'] = 'Properties';
$string['redo'] = 'Redo your last action';
+$string['rename'] = 'Rename';
+$string['removelink'] = 'Remove link';
$string['right'] = 'Right';
+$string['righttoleft'] = 'Direction from right to left';
$string['rows'] = 'Rows';
+$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['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';
?>