New language files for enrolment plugins

This commit is contained in:
moodler 2004-06-25 03:32:41 +00:00
parent f57d61e2a2
commit e6012b542e
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?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.';
?>

View File

@ -0,0 +1,5 @@
<?PHP // $Id$
$string['enrolname'] = 'Internal Enrolment';
?>

5
lang/en/enrol_paypal.php Normal file
View File

@ -0,0 +1,5 @@
<?PHP // $Id$
$string['enrolname'] = 'Paypal';
?>