From: ethem Date: Thu, 15 Jun 2006 12:27:49 +0000 (+0000) Subject: When the number of pending orders expiring are sent to the teachers via email, which... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=43457b5f0f027b95a5513a6eadc56809d1a4250c;p=moodle.git When the number of pending orders expiring are sent to the teachers via email, which one is important? The number of the orders or the total of the amounts. Merged from 16 stable. --- diff --git a/lang/en_utf8/enrol_authorize.php b/lang/en_utf8/enrol_authorize.php index 11659f6c35..2ec03944df 100644 --- a/lang/en_utf8/enrol_authorize.php +++ b/lang/en_utf8/enrol_authorize.php @@ -10,6 +10,9 @@ $string['adminauthorizewide'] = 'Site-Wide Settings'; $string['adminavs'] = 'Check this if you have activated Address Verification System (AVS) in your authorize.net account. This demands address fields like street, state, country and zip when user fills out payment form.'; $string['admincronsetup'] = 'The cron.php maintenance script has not been run for at least 24 hours.
Cron must be enabled if you want to use scheduled-capture feature.
Enable \'Authorize.net plugin\' and setup cron properly; or uncheck an_review again.
If you disable scheduled-capture, transactions will be cancelled unless you review them within 30 days.
Check an_review and enter \'0\' to an_capture_day field
if you want to manually accept/deny payments within 30 days.'; $string['adminemailexpired'] = 'This is useful for \'Manual-Capture\'. Admins are notified $a days prior to pending orders expiring.'; +$string['adminemailexpiredsort'] = 'When the number of pending orders expiring are sent to the teachers via email, which one is important?'; +$string['adminemailexpiredsortcount'] = 'The number of the orders'; +$string['adminemailexpiredsortsum'] = 'The total of the amounts'; $string['adminemailexpiredteacher'] = 'If you have enabled manual-capture (see above) and teachers can manage the payments, teacher may also notified about pending orders expiring. This will send an email to each course teachers about how many pending orders expiring.'; $string['adminemailexpsetting'] = '(0=disable sending email, default=2, max=5)
(Manual capture settings for sending email: cron=enabled, an_review=checked, an_capture_day=0, an_emailexpired=1-5)'; $string['adminhelpcapturetitle'] = 'Scheduled-Capture Day';