new strings for authorize.net plugin.

This commit is contained in:
ethem
2005-05-13 09:42:00 +00:00
parent 425b774177
commit b817ed4503
+6 -3
View File
@@ -3,11 +3,14 @@
$string['anlogin'] = 'Authorize.net: Login name';
$string['anpassword'] = 'Authorize.net: Password (not required)';
$string['anpassword'] = 'Authorize.net: Password (not required)';
$string['anreferer'] = 'Set up referer URL if required. This sends Rererer: URL header in web request';
$string['antestmode'] = 'Authorize.net: Test transactions';
$string['antrankey'] = 'Authorize.net: Transaction Key';
$string['ccexpire'] = 'Expiry Date';
$string['ccno'] = 'Credit Card Number';
$string['ccexpire'] = 'Expiry Date';
$string['ccinvalid'] = 'Invalid card number';
$string['ccno'] = 'Credit Card Number';
$string['cctype'] = 'Credit Card Type';
$string['ccvv'] = 'CV2';
$string['ccvvhelp'] = 'Look at the back of card (last 3 digits)';
$string['description'] = 'The Authorize.net module allows you to set up paid courses via CC providers. 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.';