mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
New language files for enrolment plugins
This commit is contained in:
parent
f57d61e2a2
commit
e6012b542e
7
lang/en/enrol_flatfile.php
Normal file
7
lang/en/enrol_flatfile.php
Normal 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.';
|
||||
|
||||
?>
|
5
lang/en/enrol_internal.php
Normal file
5
lang/en/enrol_internal.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
|
||||
$string['enrolname'] = 'Internal Enrolment';
|
||||
|
||||
?>
|
5
lang/en/enrol_paypal.php
Normal file
5
lang/en/enrol_paypal.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
|
||||
$string['enrolname'] = 'Paypal';
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user