mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Missing language string.
This commit is contained in:
parent
51195e6f9f
commit
6ac7a65d76
@ -1,11 +1,13 @@
|
||||
<?php
|
||||
/*
|
||||
* Created on Aug 20, 2006
|
||||
*
|
||||
* To change the template for this generated file go to
|
||||
* Window - Preferences - PHPeclipse - PHP - Code Templates
|
||||
*/
|
||||
<?php // $Id$
|
||||
/**
|
||||
* The language strings for the multiple choice question type.
|
||||
*
|
||||
* @author Tim Hunt.
|
||||
* @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['answersingleyes'] = 'One answer only';
|
||||
$string['choiceno'] = 'Choice $a';
|
||||
|
Loading…
x
Reference in New Issue
Block a user