]> git.mjollnir.org Git - moodle.git/commitdiff
$a->course: course information added.
authorethem <ethem>
Thu, 15 Jun 2006 14:08:41 +0000 (14:08 +0000)
committerethem <ethem>
Thu, 15 Jun 2006 14:08:41 +0000 (14:08 +0000)
lang/en_utf8/enrol_authorize.php

index 4c29d3b2bd7decaa80c329dea9cc71f17a25760a..266b3a4bbb0ccb15876a7bfb299b212f8b6c7eda 100644 (file)
@@ -99,7 +99,7 @@ $string['paymentmanagement'] = 'Payment Management';
 $string['paymentpending'] = 'Your payment is pending for this course with this order number $a->orderid.  See <a href=\'$a->url\'>Order Details</a>.';
 $string['pendingordersemail'] = 'Dear admin,
 
-$a->pending transactions will expire unless you accept payment with in $a->days days.
+$a->pending transactions for course \"$a->course\" will expire unless you accept payment within $a->days days.
 
 This is a warning message, because you didn\'t enable scheduled-capture.
 It means you have to accept or deny payments manually.
@@ -112,12 +112,13 @@ To enable scheduled-capture, it means you will not receive any warning emails an
 $a->enrolurl';
 $string['pendingordersemailteacher'] = 'Dear teacher,
 
-$a->pending transactions costed $a->currency $a->sumcost will expire unless you accept payment with in $a->days days.
+$a->pending transactions costed $a->currency $a->sumcost for course \"$a->course\"
+will expire unless you accept payment with in $a->days days.
 
 You have to accept or deny payments manually because of the admin hasn\'t enabled the scheduled-capture.
 
 $a->url';
-$string['pendingorderssubject'] = 'WARNING: $a->pending order(s) will expire within $a->days day(s).';
+$string['pendingorderssubject'] = 'WARNING: $a->course, $a->pending order(s) will expire within $a->days day(s).';
 $string['reason11'] = 'A duplicate transaction has been submitted.';
 $string['reason13'] = 'The merchant Login ID is invalid or the account is inactive.';
 $string['reason16'] = 'The transaction was not found.';