diff --git a/lang/en/question.php b/lang/en/question.php index bddaf68b0e5..b4c28040102 100644 --- a/lang/en/question.php +++ b/lang/en/question.php @@ -151,7 +151,9 @@ $string['importcategory_help'] = 'This setting determines the category into whic Certain import formats, such as GIFT and Moodle XML, may include category and context data in the import file. To make use of this data, rather than the selected category, the appropriate checkboxes should be ticked. If categories specified in the import file do not exist, they will be created.'; $string['importerror'] = 'An error occurred during import processing'; +$string['importerrorquestion'] = 'Error importing question'; $string['importingquestions'] = 'Importing {$a} questions from file'; +$string['importparseerror'] = 'Error(s) found parsing the import file. No questions have been imported. To import any good questions try again setting \'Stop on error\' to \'No\''; $string['importquestions'] = 'Import questions from file'; $string['importquestions_help'] = 'This function enables questions in a variety of formats to be imported via text file. Note that the file must use UTF-8 encoding.'; $string['importquestions_link'] = 'question/import'; diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index 3b33cf9382d..d3ddfb6ece1 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -358,14 +358,12 @@ Import and Export formats are a pluggable resource. Other optional formats may b $string['import_link'] = 'question/import'; $string['importcategory'] = 'import category'; $string['importerror'] = 'An error occurred during import processing'; -$string['importerrorquestion'] = 'Error importing question'; $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['importmaxerror'] = 'There is an error in the question. There are too many answers.'; $string['importmax10error'] = 'There is an error in the question. You may not have more than ten answers'; -$string['importparseerror'] = 'Error(s) found parsing the import file. No questions have been imported. To import any good questions try again setting \'Stop on error\' to \'No\''; $string['importquestions'] = 'Import questions from file'; $string['inactiveoverridehelp'] = '* Student does not have the correct group or role to attempt the quiz'; $string['incorrect'] = 'Incorrect';