Fixes for bug MDL-12256, "Course AJAX has very poor accessibility - ALT text".
authornfreear <nfreear>
Mon, 19 Nov 2007 17:21:28 +0000 (17:21 +0000)
committernfreear <nfreear>
Mon, 19 Nov 2007 17:21:28 +0000 (17:21 +0000)
lang/en_utf8/moodle.php

index c439f607fe27dc7027760bd02160ad015e5deca7..d2e7a640f43aa08558dc7ab4466d51e2d76cd4d1 100644 (file)
@@ -749,6 +749,7 @@ $string['hiddensectionsinvisible'] = 'Hidden sections are completely invisible';
 $string['hide'] = 'Hide';
 $string['hideadvancedsettings'] = 'Hide advanced settings';
 $string['hidepicture'] = 'Hide picture';
+$string['hidesection'] = 'Hide section $a';
 $string['hidesettings'] = 'Hide settings';
 $string['hits'] = 'Hits';
 $string['hitsoncourse'] = 'Hits on $a->coursename by $a->username';
@@ -951,6 +952,7 @@ $string['movefull'] = 'Move $a to this location';
 $string['movehere'] = 'Move to here';
 $string['moveleft'] = 'Move left';
 $string['moveright'] = 'Move right';
+$string['movesection'] = 'Move section $a';
 $string['moveselectedcoursesto'] = 'Move selected courses to...';
 $string['movetoanotherfolder'] = 'Move to another folder';
 $string['moveup'] = 'Move up';