. /** * Strings for component 'gradeimport_xml', language 'en', branch 'MOODLE_20_STABLE' * * @package gradeimport_xml * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['errbadxmlformat'] = 'Error - bad XML format'; $string['errduplicategradeidnumber'] = 'Error - there are two grade items with idnumber \'{$a}\' in this course. This should be impossible.'; $string['errduplicateidnumber'] = 'Error - duplicate idnumber'; $string['errincorrectgradeidnumber'] = 'Error - idnumber \'{$a}\' from the import file does not match any grade item.'; $string['errincorrectidnumber'] = 'Error - incorrect idnumber'; $string['errincorrectuseridnumber'] = 'Error - idnumber \'{$a}\' from the import file does not match any user.'; $string['error'] = 'Errors occur'; $string['fileurl'] = 'Remote file URL'; $string['pluginname'] = 'XML file'; $string['xml:publish'] = 'Publish import grades from XML'; $string['xml:view'] = 'Import grades from XML';