Skip to content

Commit

Permalink
New strings for authorize.net account verification
Browse files Browse the repository at this point in the history
  • Loading branch information
ethem committed Jan 16, 2008
1 parent 1eeaed2 commit d4ed9c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lang/en_utf8/enrol_authorize.php
@@ -1,5 +1,5 @@
<?PHP // $Id$
// enrol_authorize.php - created with Moodle 1.8 dev (2006112200)
// enrol_authorize.php - created with Moodle 2.0 dev (2007101506)


$string['adminacceptccs'] = 'Which credit card types will be accepted?';
Expand Down Expand Up @@ -195,6 +195,8 @@
$string['uploadcsv'] = 'Upload a CSV file';
$string['usingccmethod'] = 'Enrol using <a href=\"$a->url\"><strong>Credit Card</strong></a>';
$string['usingecheckmethod'] = 'Enrol using <a href=\"$a->url\"><strong>eCheck</strong></a>';
$string['verifyaccount'] = 'Verify your authorize.net account';
$string['verifyaccountresult'] = 'Verification result: $a';
$string['void'] = 'Void';
$string['voidyes'] = 'The transaction will be cancelled. Are you sure?';
$string['welcometocoursesemail'] = 'Dear student,
Expand Down

0 comments on commit d4ed9c7

Please sign in to comment.