<?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';
$string['highscore'] = 'High score';
$string['highscores'] = 'High Scores';
$string['hightime'] = 'High time';
+$string['importcount'] = 'Importing $a questions';
$string['importppt'] = 'Import PowerPoint';
$string['importquestions'] = 'Import questions';
$string['insertedpage'] = 'Inserted page';
$string['timetaken'] = 'Time taken';
$string['topscorestitle'] = 'Top $a High Scores';
$string['unseenpageinbranch'] = 'Unseen question within a branch';
+$string['unsupportedqtype'] = 'Unsupported question type ($a)!';
$string['updatedpage'] = 'Updated page';
$string['updatefailed'] = 'Update failed';
$string['updatesuccess'] = 'Update successful';
$string['youshouldview'] = 'You should view at least: $a';
+
?>