Skip to content

Commit

Permalink
Authorize.net Setting section strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethem committed Dec 3, 2005
1 parent 43c6482 commit 2a39186
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions lang/en/enrol_authorize.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?PHP // $Id$
// enrol_authorize.php - created with Moodle 1.6 development (2005081700)
// enrol_authorize.php - created with Moodle 1.6 development (2005101200)


$string['adminauthorizeccapture'] = 'Order Review & Auto-Capture Settings';
$string['adminauthorizeemail'] = 'Email Sending Settings';
$string['adminauthorizesettings'] = 'Authorize.net Settings';
$string['adminauthorizewide'] = 'Site-Wide Settings';
$string['adminreview'] = 'Review order before capturing the credit card.';
$string['anlogin'] = 'Authorize.net: Login name';
$string['anpassword'] = 'Authorize.net: Password';
Expand All @@ -17,7 +21,7 @@
$string['ccvvhelp'] = 'Look at the back of card (last 3 digits)';
$string['choosemethod'] = 'If you know enrolment key of the course, enter it; otherwise you need to paid for this course.';
$string['chooseone'] = 'Fill one or both of the following two fields';
$string['description'] = 'The Authorize.net module allows you to set up paid courses by merchants. If the cost for any course is zero, then students are not asked to pay for entry. There is a site-wide cost that you set here as a default for the whole site and then a course setting that you can set for each course individually. The course cost overrides the site cost.';
$string['description'] = 'The Authorize.net module allows you to set up paid courses by merchants. If the cost for any course is zero, then students are not asked to pay for entry. There is a site-wide cost that you set here as a default for the whole site and then a course setting that you can set for each course individually. The course cost overrides the site cost.<br /><br /><b>Note:</b> 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['enrolname'] = 'Authorize.net Credit Card Gateway';
$string['httpsrequired'] = 'We are sorry to inform you that your request cannot be processed currently. This site\'s configuration couldn\'t be set up correcly.
<br /><br />
Expand All @@ -28,7 +32,7 @@
<br /><br />
Turning this on will make Moodle use a secure https connection just for the login and payment pages.';
$string['nameoncard'] = 'Name on Card';
$string['reviewday'] = 'Capture the credit card automatically unless a teacher or administrator review the order within <b>$a</b> days. CRON MUST BE ENABLED.<br />(0 day = disable autocapture = teacher,admin review it manually. Transaction will be cancelled if you disable autocapture or unless you review it within 30 days.)';
$string['reviewday'] = 'Capture the credit card automatically unless a teacher or administrator review the order within <b>$a</b> days. CRON MUST BE ENABLED.<br />(0 day means it will disable autocapture, also means teacher or admin review order manually. Transaction will be cancelled if you disable autocapture or unless you review it within 30 days.)';
$string['reviewnotify'] = 'Your payment will be reviewed. Expect an email within a few days from your teacher.';
$string['sendpaymentbutton'] = 'Send Payment';
$string['zipcode'] = 'Zip Code';
Expand Down

0 comments on commit 2a39186

Please sign in to comment.