From: moodler <moodler>
Date: Sat, 15 May 2004 03:21:41 +0000 (+0000)
Subject: Added new strings for editor
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=db6450c5e4d6770a5c1eb14605b1ef776c9dec1a;p=moodle.git

Added new strings for editor
---

diff --git a/lang/en/editor.php b/lang/en/editor.php
index 3493fc0df6..6d9c3c38c9 100644
--- a/lang/en/editor.php
+++ b/lang/en/editor.php
@@ -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';
 
 ?>