From: stronk7 Date: Tue, 6 Oct 2009 01:58:36 +0000 (+0000) Subject: MDL-12922 'moodle/restore:rolldates' capability - added missing string. Merged from... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b3fab0f876656a0f25610dd63bf92f4150edbe46;p=moodle.git MDL-12922 'moodle/restore:rolldates' capability - added missing string. Merged from 19_STABLE --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 3048dee9de..9c16329e67 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1169,6 +1169,7 @@ $string['noteachersyet'] = 'No teachers in this course yet'; $string['notenrollable'] = 'This course is not enrollable at the moment.'; $string['notenrolled'] = '$a is not enrolled in this course.'; $string['notenrolledprofile'] = 'This profile is not available because this user is not enrolled in this course.'; +$string['noteusercannotrolldatesoncontext'] = 'Note: The ability to roll dates when restoring this backup has been disabled because you lack the required permissions.'; $string['noteuserschangednonetocourse'] = 'Note: Course users need to be restored when restoring user data (in activities, files or messages). This setting has been changed for you.'; $string['nothingnew'] = 'Nothing new since your last login'; $string['nothingtodisplay'] = 'Nothing to display';