MDL-45336 qtype_numerical: use own strings instead of mod_quiz
commit8766d1981cc53d4815bae8c8fa2b8c7f560b6a49
authorMarina Glancy <marina@moodle.com>
Thu, 18 Sep 2014 06:35:03 +0000 (18 14:35 +0800)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 23 Sep 2014 23:22:59 +0000 (24 01:22 +0200)
treedbd8a246189296fddc25ff7ee7698f274e9e8f07
parent5a0221f7c05fe414ff6ff34449c0b91a434c3b06
MDL-45336 qtype_numerical: use own strings instead of mod_quiz

These strings have already been copied from mod_quiz to qtype_numerical but
in the qtype_numerical plugin code the translations from mod_quiz were used.
Even though the strings were already present we copy the translations.

AMOS BEGIN
 CPY [invalidnumericanswer,mod_quiz],[invalidnumericanswer,qtype_numerical]
 CPY [multiplier,mod_quiz],[qtype_numerical]
 CPY [invalidnumerictolerance,mod_quiz],[qtype_numerical]
AMOS END
mod/quiz/lang/en/deprecated.txt [new file with mode: 0644]
mod/quiz/lang/en/quiz.php
question/type/missingtype/lang/en/deprecated.txt [new file with mode: 0644]
question/type/numerical/edit_numerical_form.php
question/type/numerical/questiontype.php