]> git.mjollnir.org Git - moodle.git/commitdiff
Added new strings for editor
authormoodler <moodler>
Sat, 15 May 2004 03:21:41 +0000 (03:21 +0000)
committermoodler <moodler>
Sat, 15 May 2004 03:21:41 +0000 (03:21 +0000)
lang/en/editor.php

index 3493fc0df6c739ab908a5e24ee7b8f6a553c6945..6d9c3c38c917794ae5b64ec66323ec261bc1af3c 100644 (file)
@@ -27,6 +27,7 @@ $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';
@@ -47,6 +48,7 @@ $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';
@@ -57,6 +59,7 @@ $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!';
@@ -76,7 +79,9 @@ $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';
@@ -95,6 +100,7 @@ $string['unorderedlist'] = 'Bulleted List';
 $string['upload'] = 'Upload';
 $string['vertical'] = 'Vertical';
 $string['width'] = 'Width';
+$string['wordclean'] = 'Clean Word HTML';
 $string['zip'] = 'Zip';
 
 ?>