adding some strings
[moodle-linuxchix.git] / lang / en_utf8 / qtype_numerical.php
blob1aa6af279b52bee30890993f4cc83b518d4c5f02
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['answermustbenumberorstar'] = 'The answer must be a number, or \'*\'.';
6 $string['errorrepeatedunit'] = 'You cannot have two units with the same name.';
7 $string['errornomultiplier'] = 'You must specify a multiplier for this unit.';
8 $string['notenoughanswers'] = 'You must enter at least one answer.';
9 $string['unithdr'] = 'Unit $a';