]> git.mjollnir.org Git - moodle.git/commitdiff
[Added] two new lang entries for import.php
authormark-nielsen <mark-nielsen>
Sun, 26 Mar 2006 00:13:37 +0000 (00:13 +0000)
committermark-nielsen <mark-nielsen>
Sun, 26 Mar 2006 00:13:37 +0000 (00:13 +0000)
lang/en_utf8/lesson.php

index c1fedd43847969bd055c1a4de17a2cd8d48d08e8..5b05048e9ea084942fa46a5c63ccf17acee482f3 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';
@@ -111,6 +111,7 @@ $string['here'] = 'here';
 $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';
@@ -260,6 +261,7 @@ $string['timespentminutes'] = 'Time Spent (minutes)';
 $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';
@@ -286,4 +288,5 @@ $string['yourresponse'] = 'Your response';
 $string['youshouldview'] = 'You should view at least: $a';
 
 
+
 ?>