From: thepurpleblob Date: Thu, 13 Apr 2006 12:11:12 +0000 (+0000) Subject: New string - importfromthisfile X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8c65c93e50cc6cf60702a4777613b880918f8fae;p=moodle.git New string - importfromthisfile --- diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index 7628022497..2c6ff4f82b 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -216,6 +216,7 @@ $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['importfromthisfile'] = 'Import from this file'; $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.';