From: thepurpleblob Date: Wed, 29 Nov 2006 13:07:23 +0000 (+0000) Subject: Added strings for selecting category inside import file. MDL-4163 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=029a3c52243741a9d81402a49937dc6417418e94;p=moodle.git Added strings for selecting category inside import file. MDL-4163 --- diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index 818a962e5f..dcd9f0c842 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -206,6 +206,7 @@ $string['formatnotfound'] = 'Import/export format $a not found'; $string['formatnotimplemented'] = 'This format has not been correctly implemented, please post a bug report'; $string['fractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%%
Instead, they add up to $a%%
Do you want to go back and fix this question?'; $string['fractionsnomax'] = 'One of the answers should be 100%%, so that it is
possible to get a full grade for this question.
Do you want to go back and fix this question?'; +$string['fromfile'] = 'from file:'; $string['functiontakesatleasttwo'] = 'The function $a must have at least two arguments'; $string['functiontakesnoargs'] = 'The function $a does not take any arguments'; $string['functiontakesonearg'] = 'The function $a must have exactly one argument'; @@ -233,6 +234,7 @@ $string['illegalformulasyntax'] = 'Illegal formula syntax starting with \'$a\''; $string['imagedisplay'] = 'Image to display'; $string['imagemissing'] = 'Image not available at line $a. The filename will be ignored'; $string['import'] = 'Import'; +$string['importcategory'] = 'import category'; $string['importerror'] = 'An error occurred during import processing'; $string['importfilearea'] = 'Import from file already in course files...'; $string['importfileupload'] = 'Import from file upload...';