. /** * 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['errorduringimport'] = 'An error occurred when trying to import: {$a}'; $string['fileurl'] = 'Remote file URL'; $string['fileurl_help'] = 'The remote file URL field is for fetching data from a remote server, such as a student information system.'; $string['pluginname'] = 'XML file'; $string['xml:publish'] = 'Publish import grades from XML'; $string['xml:view'] = 'Import grades from XML'; $string['importxml'] = 'XML import'; $string['importxml_help'] = 'Grades can be imported via an XML file containing user ID numbers and activity ID numbers. To obtain the correct format, first export some grades to XML file then view the file.'; $string['importxml_link'] = 'grade/import/xml/index';