Merged tidy-ups from stable

This commit is contained in:
moodler 2006-11-01 09:44:01 +00:00
parent 6dfb22349f
commit 304d08f0c4
76 changed files with 1463 additions and 1525 deletions

View file

@ -1,6 +1,6 @@
<?php // $Id$
<?PHP // $Id$
// enrol_flatfile.php - created with Moodle 1.7 beta + (2006101003)
$string['enrolname'] = 'Flat file';
$string['description'] = 'This method will repeatedly check for and process a specially-formatted text file in the location that you specify.
The file is a comma separated file assumed to have four or six fields per line:
@ -22,13 +22,12 @@ It could look something like this:
del, student, 8, CF101
del, student, 17, CF101
add, student, 21, CF101, 1091115000, 1091215000
</pre>
';
$string['filelockedmailsubject'] = 'Important error: Enrolment file';
</pre>';
$string['enrolname'] = 'Flat 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.';
$string['filelockedmailsubject'] = 'Important error: Enrolment file';
$string['location'] = 'File location';
$string['mailusers'] = 'Notify users by email';
$string['mailadmin'] = 'Notify admin by email';
$string['mailusers'] = 'Notify users by email';
?>