]> git.mjollnir.org Git - moodle.git/commitdiff
Merged editor string fixes
authormoodler <moodler>
Wed, 7 Jul 2004 17:46:59 +0000 (17:46 +0000)
committermoodler <moodler>
Wed, 7 Jul 2004 17:46:59 +0000 (17:46 +0000)
lang/en_us/editor.php

index 46f6f434fad03c42e17db000aa43d4b4119f1340..6d9c3c38c917794ae5b64ec66323ec261bc1af3c 100755 (executable)
@@ -1,5 +1,5 @@
 <?PHP // $Id$ 
-      // editor.php - created with Moodle 1.2 development (2003120700)
+      // editor.php - created with Moodle 1.2 (2004032000)
 
 
 $string['about'] = 'About this editor';
@@ -21,10 +21,15 @@ $string['chooseicon'] = 'Choose an icon to insert';
 $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';
@@ -33,6 +38,7 @@ $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';
@@ -42,8 +48,21 @@ $string['justifyleft'] = 'Justify Left';
 $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';
@@ -55,10 +74,17 @@ $string['pixels'] = 'Pixels';
 $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';
@@ -67,10 +93,14 @@ $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';
 
 ?>