mirror of
https://github.com/moodle/moodle.git
synced 2025-02-20 16:15:54 +01:00
5 lines
166 B
PHP
5 lines
166 B
PHP
<?php
|
|
$string['invalidxml'] = 'Invalid xml file - string expected (use CDATA?)';
|
|
$string['unsupportedexport'] = 'Question type $a is not supported by xml export';
|
|
?>
|