From fa6a9cba167f3d5a560e3822fdace6a2b264664c Mon Sep 17 00:00:00 2001 From: ethem Date: Thu, 15 Jun 2006 13:25:47 +0000 Subject: [PATCH] pendingordersemailteacher string added --- lang/en_utf8/enrol_authorize.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/lang/en_utf8/enrol_authorize.php b/lang/en_utf8/enrol_authorize.php index 2ec03944df..4c29d3b2bd 100644 --- a/lang/en_utf8/enrol_authorize.php +++ b/lang/en_utf8/enrol_authorize.php @@ -97,18 +97,26 @@ $string['notsettled'] = 'Not settled'; $string['orderid'] = 'Order ID'; $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/teacher, +$string['pendingordersemail'] = 'Dear admin, $a->pending transactions will expire unless you accept payment with in $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. +This is a warning message, because you didn\'t enable scheduled-capture. +It means you have to accept or deny payments manually. To accept/deny pending payments go to: $a->url -To enable scheduled-capture (for admins only), it means you will not receive any warning emails anymore, go to: +To enable scheduled-capture, it means you will not receive any warning emails anymore, go to: $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. + +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['reason11'] = 'A duplicate transaction has been submitted.'; $string['reason13'] = 'The merchant Login ID is invalid or the account is inactive.'; -- 2.39.5