MDL-21432 lang string for missing_moodle_backup_xml_file error message

This is so you can easily see which file is missing.
This commit is contained in:
Ashley Holman
2010-08-18 09:35:49 +00:00
parent 3ead116af3
commit dd824dbc2b
+1
View File
@@ -328,6 +328,7 @@ $string['missingparameter'] = 'Parameter missing';
$string['missingrequiredfield'] = 'Some required field is missing';
$string['missinguseranditemid'] = 'Missing userid and itemid';
$string['missingvarname'] = 'Required variable name is missing!';
$string['missing_moodle_backup_xml_file'] = 'Backup is missing XML file: {$a}';
$string['mixedtypesqlparam'] = 'ERROR: Mixed types of sql query parameters!!';
$string['mnetdisable'] = 'MNET is disabled';
$string['mnetlocal'] = 'Remote MNET users cannot login locally';