repo.or.cz
/
moodle-pu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git]
/
lang
/
en_utf8
/
qtype_match.php
blob
203cb0fa54cbcb901e5302113f5b7232f4ebeb55
1
<
?php
2
$string
[
'addmoreqblanks'
] =
'{no} More Sets of Blanks'
;
3
$string
[
'notenoughquestions'
] =
'You must supply at least
$a
question and answer pairs.'
;
4
$string
[
'nomatchinganswerforq'
] =
'You must specify an answer for this question.'
;
5
?
>