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
|
<?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';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user