Index: temp_moodle_dev/lamstwo.php =================================================================== diff -u -r413ef9db9a94b751e76d21c66a2300c79e95e24a -r205b761be7efb776f23731d020a882b308251b66 --- temp_moodle_dev/lamstwo.php (.../lamstwo.php) (revision 413ef9db9a94b751e76d21c66a2300c79e95e24a) +++ temp_moodle_dev/lamstwo.php (.../lamstwo.php) (revision 205b761be7efb776f23731d020a882b308251b66) @@ -58,5 +58,10 @@ $string['update'] = 'Update the lesson details'; $string['updateExplanation'] = 'Please change name and description'; $string['settingsValid'] = 'These settings are valid'; +$string['restcall503'] = 'The Moodle to LAMS REST call failed and returned an HTTP status of 503. This might mean that LAMS is unavailable. Please check the configurations settings and/or contact your system administrator.'; +$string['restcall403'] = 'The Moodle to LAMS REST call failed and returned an HTTP status of 403 Forbidden. Please check the configurations settings and/or contact your system administrator.'; +$string['restcall400'] = 'The Moodle to LAMS REST call failed and returned an HTTP status of 400 Bad Request. Please check the configurations settings and/or contact your system administrator.'; +$string['restcalldefault'] = 'The Moodle to LAMS REST call failed and returned an HTTP status of: '; +$string['parsingerror'] = 'There has been an error parsing the rest response. Please contact your system administrator.'; ?>