Index: moodle/mod/lamslesson/lang/en/lamslesson.php =================================================================== RCS file: /usr/local/cvsroot/moodle/mod/lamslesson/lang/en/lamslesson.php,v diff -u -r1.7 -r1.8 --- moodle/mod/lamslesson/lang/en/lamslesson.php 5 May 2011 06:14:28 -0000 1.7 +++ moodle/mod/lamslesson/lang/en/lamslesson.php 9 Jan 2012 16:14:10 -0000 1.8 @@ -66,14 +66,16 @@ $string['requestsourceinfo'] = 'What is the name of your Moodle instance?. This value will appear after saving a sequence and will be used to prompt the user to "return to ". So here you can put the name you give your Moodle server. ie: "Virtual Campus"'; $string['validationbutton'] = "Validate settings"; -$string['validationinfo'] = 'Press the button to validate your settings.'; +$string['validationheader'] = 'Settings validation'; +$string['validationinfo'] = 'Before you save your settings, please press the button to validate them with the LAMS server. If the validation is correct, save these settings. If not, please check that the settings you have entered match with the values in the LAMS server'; +$string['validationhelp'] = 'Need help? check out the'; +$string['lamsmoodlehelp'] = 'LAMS-Moodle integration tutorial'; - +$string['validationsuccessful'] = 'Validation successful! You can now save your settings and start using LAMS within Moodle.'; +$string['validationfailed'] = 'Validation failed: please check that the settings you have entered match with the settings in LAMS'; // -$string['notsetup'] = 'Configuration is not complete'; - // 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.';