]> git.mjollnir.org Git - moodle.git/commitdiff
Additional strings for new import feature (bug #3896)
authorthepurpleblob <thepurpleblob>
Mon, 13 Mar 2006 19:41:13 +0000 (19:41 +0000)
committerthepurpleblob <thepurpleblob>
Mon, 13 Mar 2006 19:41:13 +0000 (19:41 +0000)
lang/en_utf8/quiz.php

index 3ab4d5a2506fe41e6316f4c17ba9794eb1e2a4fe..af6e8254aa54f9ad06dd2d2746573db25fc6fb93 100644 (file)
@@ -78,6 +78,7 @@ $string['checkanswer'] = 'Check';
 $string['choice'] = 'Choice';
 $string['choices'] = 'Available choices';
 $string['choosedatasetproperties'] = 'Choose dataset properties';
+$string['choosefile'] = 'Choose a file';
 $string['close'] = 'Close window';
 $string['closepreview'] = 'Close preview';
 $string['closereview'] = 'Close review';
@@ -206,6 +207,8 @@ $string['imagedisplay'] = 'Image to display';
 $string['imagemissing'] = 'Image not available at line $a. The filename will be ignored';
 $string['import'] = 'Import';
 $string['importerror'] = 'An error occurred during import processing';
+$string['importfilearea'] = 'Import from file already in course files...';
+$string['importfileupload'] = 'Import from file upload...';
 $string['importingquestions'] = 'Importing $a questions from file';
 $string['importmax10error'] = 'There is an error in the question. You may not have more than ten answers';
 $string['importmaxerror'] = 'There is an error in the question. There are too many answers.';