]> git.mjollnir.org Git - moodle.git/commitdiff
pendingordersemailteacher string added
authorethem <ethem>
Thu, 15 Jun 2006 13:25:47 +0000 (13:25 +0000)
committerethem <ethem>
Thu, 15 Jun 2006 13:25:47 +0000 (13:25 +0000)
lang/en_utf8/enrol_authorize.php

index 2ec03944dfe6ea7480e9a221315fe565a16b1f9c..4c29d3b2bd7decaa80c329dea9cc71f17a25760a 100644 (file)
@@ -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 <a href=\'$a->url\'>Order Details</a>.';
-$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.';