]> git.mjollnir.org Git - moodle.git/commitdiff
Sorted the strings, minor fixes
authormoodler <moodler>
Wed, 29 Oct 2003 12:48:17 +0000 (12:48 +0000)
committermoodler <moodler>
Wed, 29 Oct 2003 12:48:17 +0000 (12:48 +0000)
lang/en/editor.php

index 618f97a8ffb2993e9206e123495c34394fcc25c6..3ec7b6838767931b0a0cd64b74902780d9dc59ae 100644 (file)
@@ -1,70 +1,71 @@
 <?php // $Id$
       // Strings for the HTML editor
 
+$string['about'] = "About this editor";
+$string['absbottom'] = "Absbottom";
+$string['absmiddle'] = "Absmiddle";
+$string['alignment'] = "Alignment";
+$string['alternatetext'] = "Alternate text";
+$string['baseline'] = "Baseline";
 $string['bold'] = "Bold";
-$string['italic'] = "Italic";
-$string['underline'] = "Underline";
-$string['strikethrough'] = "Strikethrough";
-$string['subscript'] = "Subscript";
-$string['superscript'] = "Superscript";
-$string['justifyleft'] = "Justify Left";
-$string['justifycenter'] = "Justify Center";
-$string['justifyright'] = "Justify Right";
-$string['justifyfull'] = "Justify Full";
-$string['orderedlist'] = "Ordered List";
-$string['unorderedlist'] = "Bulleted List";
-$string['outdent'] = "Decrease Indent";
-$string['indent'] = "Increase Indent";
+$string['borderthickness'] = "Border thickness";
+$string['bottom'] = "Bottom";
+$string['browse'] = "Browse";
+$string['cancel'] = "Cancel";
+$string['cellpadding'] = "Cellpadding";
+$string['cellspacing'] = "Cellspacing";
+$string['choosechar'] = "Choose Character";
+$string['chooseicon'] = "Choose an icon to insert";
+$string['close'] = "Close";
+$string['cols'] = "Cols";
+$string['copy'] = "Copy selection";
+$string['createlink'] = "Insert Web Link";
+$string['cut'] = "Cut selection";
 $string['forecolor'] = "Font Color";
 $string['hilitecolor'] = "Background Color";
+$string['horizontal'] = "Horizontal";
 $string['horizontalrule'] = "Horizontal Rule";
-$string['createlink'] = "Insert Web Link";
-$string['insertimage'] = "Insert Image";
-$string['inserttable'] = "Insert Table";
 $string['htmlmode'] = "Toggle HTML Source";
-$string['popupeditor'] = "Enlarge Editor";
-$string['about'] = "About this editor";
-$string['showhelp'] = "Help using editor";
-$string['textindicator'] = "Current style";
-$string['undo'] = "Undo your last action";
-$string['redo'] = "Redo your last action";
-$string['cut'] = "Cut selection";
-$string['copy'] = "Copy selection";
-$string['paste'] = "Paste from clipboard";
-$string['ok'] = "OK";
-$string['cancel'] = "Cancel";
-$string['browse'] = "Browse";
 $string['imageurl'] = "Image URL";
-$string['preview'] = "Preview";
-$string['alternatetext'] = "Alternate text";
-$string['alignment'] = "Alignment";
+$string['indent'] = "Increase Indent";
+$string['insertchar'] = "Insert Special Character";
+$string['insertimage'] = "Insert Image";
+$string['insertsmile'] = "Insert Smiley";
+$string['inserttable'] = "Insert Table";
+$string['italic'] = "Italic";
+$string['justifycenter'] = "Justify Center";
+$string['justifyfull'] = "Justify Full";
+$string['justifyleft'] = "Justify Left";
+$string['justifyright'] = "Justify Right";
 $string['layout'] = "Layout";
-$string['spacing'] = "Spacing";
-$string['borderthickness'] = "Border thickness";
-$string['horizontal'] = "Horizontal";
-$string['vertical'] = "Vertical";
-$string['notset'] = "Not Set";
 $string['left'] = "Left";
+$string['middle'] = "Middle";
+$string['notset'] = "Not Set";
+$string['ok'] = "OK";
+$string['orderedlist'] = "Ordered List";
+$string['outdent'] = "Decrease Indent";
+$string['paste'] = "Paste from clipboard";
+$string['path'] = "Path";
+$string['percent'] = "Percent";
+$string['pixels'] = "Pixels";
+$string['popupeditor'] = "Enlarge Editor";
+$string['preview'] = "Preview";
+$string['redo'] = "Redo your last action";
 $string['right'] = "Right";
+$string['rows'] = "Rows";
+$string['showhelp'] = "Help using editor";
+$string['spacing'] = "Spacing";
+$string['strikethrough'] = "Strikethrough";
+$string['subscript'] = "Subscript";
+$string['superscript'] = "Superscript";
+$string['textindicator'] = "Current style";
+$string['textmode'] = "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWYG."
 $string['texttop'] = "Texttop";
-$string['baseline'] = "Baseline";
-$string['absbottom'] = "Absbottom";
-$string['bottom'] = "Bottom";
-$string['middle'] = "Middle";
 $string['top'] = "Top";
-$string['absmiddle'] = "Absmiddle";
-$string['rows'] = "Rows";
-$string['cols'] = "Cols";
+$string['underline'] = "Underline";
+$string['undo'] = "Undo your last action";
+$string['unorderedlist'] = "Bulleted List";
+$string['vertical'] = "Vertical";
 $string['width'] = "Width";
-$string['percent'] = "Percent";
-$string['pixels'] = "Pixels";
-$string['cellspacing'] = "Cellspacing";
-$string['cellpadding'] = "Cellpadding";
-$string['close'] = "Close";
-$string['chooseicon'] = "Choose an icon to insert";
-$string['choosechar'] = "Choose Character";
-$string['insertsmile'] = "Insert smile";
-$string['insertchar'] = "Insert Special Character";
-$string['path'] = "Path";
-$string['textmode'] = "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWIG."
+
 ?>