From f8f817b73dac52b2274f5dd2e0640c202a0db453 Mon Sep 17 00:00:00 2001 From: ethem Date: Fri, 4 Jul 2008 16:59:24 +0000 Subject: [PATCH] http://moodle.org/mod/forum/discuss.php?d=100629 --- enrol/authorize/config_form.php | 6 +++--- lang/en_utf8/enrol_authorize.php | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/enrol/authorize/config_form.php b/enrol/authorize/config_form.php index 0ae9f2d29c..74de44a16c 100755 --- a/enrol/authorize/config_form.php +++ b/enrol/authorize/config_form.php @@ -80,17 +80,17 @@ if (!isset($frm->acceptechecktypes)) { - an_login:
an_login)) ? ''.get_string('ok').'' : ''; ?> + an_login:
an_login)) ? ''.get_string('dataentered', 'enrol_authorize').'' : ''; ?>
* - an_tran_key:
an_tran_key)) ? ''.get_string('ok').'' : ''; ?> + an_tran_key:
an_tran_key)) ? ''.get_string('dataentered', 'enrol_authorize').'' : ''; ?>
#1 - an_password:
an_password)) ? ''.get_string('ok').'' : ''; ?> + an_password:
an_password)) ? ''.get_string('dataentered', 'enrol_authorize').'' : ''; ?>
#2 diff --git a/lang/en_utf8/enrol_authorize.php b/lang/en_utf8/enrol_authorize.php index c1965e5f99..86561f8412 100644 --- a/lang/en_utf8/enrol_authorize.php +++ b/lang/en_utf8/enrol_authorize.php @@ -89,6 +89,7 @@ $string['choosemethod'] = 'If you know the enrolment key of the cource, please e $string['chooseone'] = 'Fill one or both of the following two fields. The password isn\'t shown.'; $string['costdefaultdesc'] = 'In course settings, enter -1 to use this default cost to course cost field.'; $string['cutofftime'] = 'Transaction Cut-Off Time. When the last transaction is picked up for settlement?'; +$string['dataentered'] = 'Data entered'; $string['delete'] = 'Destroy'; $string['description'] = 'The Authorize.net module allows you to set up paid courses via payment providers. If the cost for any course is zero, then students are not asked to pay for entry. Two ways to set the course cost (1) a site-wide cost as a default for the whole site or (2) a course setting that you can set for each course individually. The course cost overrides the site cost.

Note: If you enter an enrolment key in the course settings, then students will also have the option to enrol using a key. This is useful if you have a mixture of paying and non-paying students.'; $string['echeckabacode'] = 'Bank ABA Number'; -- 2.39.5