]> git.mjollnir.org Git - moodle.git/commitdiff
Strings for Paypal enrolments
authormoodler <moodler>
Sat, 26 Jun 2004 09:52:06 +0000 (09:52 +0000)
committermoodler <moodler>
Sat, 26 Jun 2004 09:52:06 +0000 (09:52 +0000)
lang/en/enrol_paypal.php
lang/en/moodle.php

index 58bf3ccce0835299a7ab4b1bc40d8219825767b3..71baabb6dfd058ba0525670ea873c335cf7e10ee 100644 (file)
@@ -1,5 +1,6 @@
 <?PHP // $Id$ 
 
 $string['enrolname'] = 'Paypal';
+$string['sendpaymentbutton'] = 'Send payment via Paypal';
 
 ?>
index 015c47be9f89a753c3e963fffe872af2589fa4e3..8aff1f5053bca81dd265d6a6fc29c50b0cfe9293 100644 (file)
@@ -364,8 +364,9 @@ $string['enrolmentkeyfrom'] = 'This course requires an \'enrolment key\' - a one
 password that you should have received from $a';
 $string['enrolmentkeyhint'] = 'That enrolment key was incorrect, please try again<BR>
 (Here\'s a hint - it starts with \'$a\')';
-$string['enrolments'] = 'Enrolments';
+$string['enrolmentnew'] = 'New enrolment in $a';
 $string['enrolmentnointernal'] = 'Manual enrolments are currently not enabled';
+$string['enrolments'] = 'Enrolments';
 $string['entercourse'] = 'Click to enter this course';
 $string['enteremailaddress'] = 'Enter in your email address to reset your 
    password and have the new password sent to you via email.';
@@ -765,6 +766,7 @@ $string['rename'] = 'Rename';
 $string['renamefileto'] = 'Rename <b>$a</b> to';
 $string['required'] = 'Required';
 $string['requireskey'] = 'This course requires an enrolment key';
+$string['requirespayment'] = 'This course requires payment for access';
 $string['resortcoursesbyname'] = 'Re-sort courses by name';
 $string['resources'] = 'Resources';
 $string['restore'] = 'Restore';