mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
15 lines
754 B
PHP
15 lines
754 B
PHP
<?PHP // $Id$
|
|
|
|
$string['errbadxmlformat'] = 'Error - bad XML format';
|
|
$string['errduplicateidnumber'] = 'Error - duplicate idnumber';
|
|
$string['errincorrectidnumber'] = 'Error - incorrect idnumber';
|
|
$string['errduplicategradeidnumber'] = 'Error - there are two grade items with idnumber \'$a\' in this course. This should be impossible.';
|
|
$string['errincorrectgradeidnumber'] = 'Error - idnumber \'$a\' from the import file does not match any grade item.';
|
|
$string['errincorrectuseridnumber'] = 'Error - idnumber \'$a\' from the import file does not match any user.';
|
|
$string['fileurl'] = 'Remote file URL';
|
|
$string['modulename'] = 'XML file';
|
|
$string['xml:view'] = 'Import grades from XML';
|
|
$string['xml:publish'] = 'Publish import grades from XML';
|
|
|
|
?>
|