Index: moodle/mod/lamslesson/lang/en/lamslesson.php =================================================================== diff -u -rfff4221d477dd2d8bbac61f36246ab726ba6d570 -r46235ac76f73eafcdfd750f6aa682ccd2d889a1e --- moodle/mod/lamslesson/lang/en/lamslesson.php (.../lamslesson.php) (revision fff4221d477dd2d8bbac61f36246ab726ba6d570) +++ moodle/mod/lamslesson/lang/en/lamslesson.php (.../lamslesson.php) (revision 46235ac76f73eafcdfd750f6aa682ccd2d889a1e) @@ -77,11 +77,6 @@ // Labels for errors when calling LAMS Server -$string['restcall503'] = 'Call to LAMS failed: received an HTTP status of 503. This might mean that LAMS is unavailable. Please wait a minute and try again, or contact your system administrator.'; -$string['restcall403'] = 'Call to LAMS failed: received an HTTP status of 403 Forbidden. Please check the configurations settings and/or contact your system administrator.'; -$string['restcall400'] = 'Call to LAMS failed: received an HTTP status of 400 Bad Request. Please check the configurations settings and/or contact your system administrator.'; -$string['restcall500'] = 'Call to LAMS failed: received an HTTP status of 500 Internal Error. Please check the configurations settings and/or contact your system administrator.'; -$string['restcalldefault'] = 'Call to LAMS failed: received an HTTP status of: $a'; $string['restcallfail'] = 'Call to LAMS failed: received no response or connection was refused. Please check that you have the correct LAMS server URL and that it is online.'; $string['sequencenotselected'] = 'You must select a sequence to proceed.'; $string['previewthislesson'] = 'Preview this lesson';