From 0a8ba9dd7d8a03de7546db754877d87a7f661872 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 29 Oct 2003 12:48:17 +0000 Subject: [PATCH] Sorted the strings, minor fixes --- lang/en/editor.php | 109 +++++++++++++++++++++++---------------------- 1 file changed, 55 insertions(+), 54 deletions(-) diff --git a/lang/en/editor.php b/lang/en/editor.php index 618f97a8ff..3ec7b68387 100644 --- a/lang/en/editor.php +++ b/lang/en/editor.php @@ -1,70 +1,71 @@ ] 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." + ?> -- 2.39.5