From: moodler Date: Sun, 14 Sep 2003 16:34:36 +0000 (+0000) Subject: Strings to move activities left and right X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=892da6a051ac2048aad39c7f3f549e6392013229;p=moodle.git Strings to move activities left and right --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index ea55685f52..4d12e7a1df 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -496,6 +496,8 @@ $string['movedown'] = "Move down"; $string['movefilestohere'] = "Move files to here"; $string['movefull'] = "Move \$a to this location"; $string['movehere'] = "Move to here"; +$string['moveleft'] = "Move left"; +$string['moveright'] = "Move right"; $string['moveselectedcoursesto'] = "Move selected courses to..."; $string['movetoanotherfolder'] = "Move to another folder"; $string['moveup'] = "Move up";