From: thepurpleblob Date: Mon, 13 Mar 2006 19:41:13 +0000 (+0000) Subject: Additional strings for new import feature (bug #3896) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=02fecf447ca206d139064d9310b39bc4555e10d1;p=moodle.git Additional strings for new import feature (bug #3896) --- diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index 3ab4d5a250..af6e8254aa 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -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.';