]> git.mjollnir.org Git - moodle.git/commitdiff
Added page comment and lang entry for reports.php
authormark-nielsen <mark-nielsen>
Sun, 10 Sep 2006 01:37:50 +0000 (01:37 +0000)
committermark-nielsen <mark-nielsen>
Sun, 10 Sep 2006 01:37:50 +0000 (01:37 +0000)
lang/en_utf8/lesson.php

index e6e17e52b2d254f7dc198257b3e57b115a23aa84..32a1696e97c478ffa0915150cddd3a1b4d6a0861 100644 (file)
@@ -1,6 +1,12 @@
-<?PHP // $Id$ 
-      // lesson.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005020101)
-
+<?php  // $Id$
+/**
+ * Language entries for Lesson Module
+ *
+ * @version $Id$
+ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
+ * @package lesson
+ **/
 $string['accesscontrol'] = 'Access control';
 $string['actionaftercorrectanswer'] = 'Action after correct answer';
 $string['activitylink'] = 'Link to an activity';
@@ -23,6 +29,7 @@ $string['answersfornumerical'] = 'Answers for Numerical questions should be matc
 $string['arrangebuttonshorizontally'] = 'Arrange Branch buttons horizontally in slideshow mode?';
 $string['attempt'] = 'Attempt: $a';
 $string['attempts'] = 'Attempts';
+$string['attemptsdeleted'] = 'Deleted attempts';
 $string['attemptsremaining'] = 'You have $a attempt(s) remaining';
 $string['available'] = 'Available from';
 $string['averagescore'] = 'Average score';