From: ethem Date: Mon, 13 Nov 2006 07:53:32 +0000 (+0000) Subject: New feature: Show my payments only for users who has_capability('enrol/authorize... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=43d3fab9ff0ca5619eb54c972a112470e1bb74b3;p=moodle.git New feature: Show my payments only for users who has_capability('enrol/authorize:managepayments') --- diff --git a/lang/en_utf8/enrol_authorize.php b/lang/en_utf8/enrol_authorize.php index 1049ef48e1..efcb661b87 100644 --- a/lang/en_utf8/enrol_authorize.php +++ b/lang/en_utf8/enrol_authorize.php @@ -1,5 +1,5 @@ -url\">turned loginhttps ON\" to use this plugin
in Admin >> Variables >> Security >> HTTP security.'; +$string['adminconfighttps'] = 'Please ensure that you have \"url\">turned loginhttps ON\" to use this plugin
in Admin >> Variables >> Security >> HTTP security.'; $string['adminconfighttpsgo'] = 'Go to the url\">secure page to configure this plugin.'; $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.'; @@ -117,6 +117,7 @@ $string['missingccexpire'] = 'Missing expiration date'; $string['missingcctype'] = 'Missing card type'; $string['missingcvv'] = 'Missing verification number'; $string['missingzip'] = 'Missing postal code'; +$string['mypaymentsonly'] = 'Show my payments only'; $string['nameoncard'] = 'Name on Card'; $string['new'] = 'New'; $string['noreturns'] = 'No returns!';