]> git.mjollnir.org Git - moodle.git/commitdiff
New language files for enrolment plugins
authormoodler <moodler>
Fri, 25 Jun 2004 03:32:41 +0000 (03:32 +0000)
committermoodler <moodler>
Fri, 25 Jun 2004 03:32:41 +0000 (03:32 +0000)
lang/en/enrol_flatfile.php [new file with mode: 0644]
lang/en/enrol_internal.php [new file with mode: 0644]
lang/en/enrol_paypal.php [new file with mode: 0644]

diff --git a/lang/en/enrol_flatfile.php b/lang/en/enrol_flatfile.php
new file mode 100644 (file)
index 0000000..0f42669
--- /dev/null
@@ -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.';
+
+?>
diff --git a/lang/en/enrol_internal.php b/lang/en/enrol_internal.php
new file mode 100644 (file)
index 0000000..ad7139c
--- /dev/null
@@ -0,0 +1,5 @@
+<?PHP // $Id$ 
+
+$string['enrolname'] = 'Internal Enrolment';
+
+?>
diff --git a/lang/en/enrol_paypal.php b/lang/en/enrol_paypal.php
new file mode 100644 (file)
index 0000000..58bf3cc
--- /dev/null
@@ -0,0 +1,5 @@
+<?PHP // $Id$ 
+
+$string['enrolname'] = 'Paypal';
+
+?>