mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 15:53:36 +01:00
8 lines
417 B
PHP
8 lines
417 B
PHP
|
<?PHP // $Id$
|
||
|
|
||
|
$string['enrolname'] = 'Flat file';
|
||
|
$string['filelockedmailsubject'] = 'Important error: Enrolment file';
|
||
|
$string['filelockedmail'] = 'The text file you are using for 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.';
|
||
|
|
||
|
?>
|