From 8dd19dd3d209a64aab0bb7904123bc9f9e121796 Mon Sep 17 00:00:00 2001 From: ethem Date: Thu, 15 Jun 2006 14:08:41 +0000 Subject: [PATCH] $a->course: course information added. --- lang/en_utf8/enrol_authorize.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lang/en_utf8/enrol_authorize.php b/lang/en_utf8/enrol_authorize.php index 4c29d3b2bd..266b3a4bbb 100644 --- a/lang/en_utf8/enrol_authorize.php +++ b/lang/en_utf8/enrol_authorize.php @@ -99,7 +99,7 @@ $string['paymentmanagement'] = 'Payment Management'; $string['paymentpending'] = 'Your payment is pending for this course with this order number $a->orderid. See url\'>Order Details.'; $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.'; -- 2.39.5