mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-8290, fix for broken plugins
This commit is contained in:
parent
74a344bf3b
commit
537ea84763
11 changed files with 114 additions and 114 deletions
|
@ -11,7 +11,7 @@ $string['createnewcourses'] = 'Create new (hidden) courses if not found in Moodl
|
|||
$string['createnewusers'] = 'Create user accounts for users not yet registered in Moodle';
|
||||
$string['cronfrequency'] = 'Frequency of processing';
|
||||
$string['deleteusers'] = 'Delete user accounts when specified in IMS data';
|
||||
$string['description'] = 'This method will repeatedly check for and process a specially-formatted text file in the location that you specify. The file must follow the <a href=\'../help.php?module=enrol/imsenterprise&file=formatoverview.html\' target=\'_blank\'>IMS Enterprise specifications</a> containing person, group, and membership XML elements.';
|
||||
$string['description'] = 'This method will repeatedly check for and process a specially-formatted text file in the location that you specify. The file must follow the <a href=\'../help.php?module=enrol/imsenterprise&file=formatoverview.html\'>IMS Enterprise specifications</a> containing person, group, and membership XML elements.';
|
||||
$string['doitnow'] = 'perform an IMS Enterprise import right now';
|
||||
$string['enrolname'] = 'IMS Enterprise file';
|
||||
$string['filelockedmail'] = 'The text file you are using for IMS-file-based enrolments ($a) can not be deleted by the cron process. This usually means the permissions are wrong on it. Please fix the permissions so that Moodle can delete the file, otherwise it might be processed repeatedly.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue