]> git.mjollnir.org Git - moodle.git/commitdiff
[Added] Added lang entry for lesson_delete_course() feedback
authormichaelpenne <michaelpenne>
Thu, 9 Mar 2006 02:27:23 +0000 (02:27 +0000)
committermichaelpenne <michaelpenne>
Thu, 9 Mar 2006 02:27:23 +0000 (02:27 +0000)
lang/en_utf8/lesson.php

index e8f622552d90ca40d95920d5413b8aeb12c4cba3..85405a95f9893549d2e332d776be33e1339bccde 100644 (file)
@@ -1,6 +1,6 @@
 <?PHP // $Id$ 
       // lesson.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005020101)
-      
+
 $string['accesscontrol'] = 'Access control';
 $string['actionaftercorrectanswer'] = 'Action after correct answer';
 $string['activitylink'] = 'Link to an activity';
@@ -57,6 +57,7 @@ $string['customscoring'] = 'Custom scoring';
 $string['deadline'] = 'Deadline';
 $string['defaultessayresponse'] = 'Your essay will be graded by the course instructor.';
 $string['deleteattempts'] = 'Delete student attempts for this lesson (user id)';
+$string['deletedefaults'] = 'Deleted $a x lesson default';      
 $string['deletedpage'] = 'Deleted page';
 $string['deleting'] = 'Deleting';
 $string['deletingpage'] = 'Deleting page: $a';
@@ -275,6 +276,4 @@ $string['yourgradeisnow'] = 'Your grade for the lesson has been changed to $a';
 $string['yourresponse'] = 'Your response';
 $string['youshouldview'] = 'You should view at least: $a';
 
-
-
 ?>