Changing one generic class-name to a glossary specific one.
[pfb-moodle.git] / lang / en_utf8 / qtype_numerical.php
blob9239f86bf153c4108dfe0f8300b78dcbc55c0847
1 <?php
2 $string['addmoreanswerblanks'] = 'Blanks for {no} More Answers';
3 $string['addmoreunitblanks'] = 'Blanks for {no} More Units';
4 $string['answerno'] = 'Answer $a';
5 $string['errorrepeatedunit'] = 'You cannot have two units with the same name.';
6 $string['errornomultiplier'] = 'You must specify a multiplier for this unit.';
7 $string['notenoughanswers'] = 'You must enter at least one answer.';
8 $string['unithdr'] = 'Unit $a';
9 ?>