From: vyshane Date: Fri, 8 Dec 2006 04:41:19 +0000 (+0000) Subject: New strings required to fix MDL-7437. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a15070d195af668159bf3adf31c0ed645010b1d3;p=moodle.git New strings required to fix MDL-7437. --- diff --git a/lang/en_utf8/editor.php b/lang/en_utf8/editor.php index e89da38b75..a335fbbd15 100644 --- a/lang/en_utf8/editor.php +++ b/lang/en_utf8/editor.php @@ -59,6 +59,7 @@ $string['justifyfull'] = 'Justify Full'; $string['justifyleft'] = 'Justify Left'; $string['justifyright'] = 'Justify Right'; $string['layout'] = 'Layout'; +$string['lang'] = 'Lang'; $string['left'] = 'Left'; $string['lefttoright'] = 'Direction from left to right'; $string['linkproperties'] = 'Link properties'; @@ -74,6 +75,7 @@ $string['matchcase'] = 'Match case'; $string['middle'] = 'Middle'; $string['minimize'] = 'Minimize editor'; $string['move'] = 'Move'; +$string['multi'] = 'Multi'; $string['mustenterurl'] = 'You must enter the URL'; $string['nolink'] = 'Prevent automatic linking'; $string['normal'] = 'Normal';