Missing language string.

This commit is contained in:
tjhunt 2006-08-25 14:29:47 +00:00
parent 51195e6f9f
commit 6ac7a65d76

View File

@ -1,11 +1,13 @@
<?php <?php // $Id$
/* /**
* Created on Aug 20, 2006 * The language strings for the multiple choice question type.
* *
* To change the template for this generated file go to * @author Tim Hunt.
* Window - Preferences - PHPeclipse - PHP - Code Templates * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
*/ * @package question
*//** */
$string['answerhowmany'] = 'One or multiple answers?';
$string['answersingleno'] = 'Multiple answers allowed'; $string['answersingleno'] = 'Multiple answers allowed';
$string['answersingleyes'] = 'One answer only'; $string['answersingleyes'] = 'One answer only';
$string['choiceno'] = 'Choice $a'; $string['choiceno'] = 'Choice $a';