Bumped the version up to 1.9.3
[moodle.git] / lang / en_utf8 / enrol_authorize.php
blob1969835ac218de3cc933a53a4d3936b1a08dc44e
1 <?PHP // $Id$
2 // enrol_authorize.php - created with Moodle 1.8 dev (2006112200)
5 $string['adminacceptccs'] = 'Which credit card types will be accepted?';
6 $string['adminaccepts'] = 'Select payment methods allowed and their types';
7 $string['adminauthcode'] = 'If an user\'s credit card cannot be captured on the internet directly, obtain authorization code over the phone from customer\'s bank.';
8 $string['adminauthorizeccapture'] = 'Order Review &amp; Scheduled-Capture Settings';
9 $string['adminauthorizeemail'] = 'Email Sending Settings';
10 $string['adminauthorizesettings'] = 'Authorize.net Settings';
11 $string['adminauthorizewide'] = 'Site-Wide Settings';
12 $string['adminavs'] = 'Check this if you have activated Address Verification System (AVS) in your authorize.net account. This demands address fields like street, state, country and zip when user fills out payment form.';
13 $string['adminconfighttps'] = 'Please ensure that you have \"<a href=\"$a->url\">turned loginhttps ON</a>\" to use this plugin<br />in Admin >> Variables >> Security >> HTTP security.';
14 $string['adminconfighttpsgo'] = 'Go to the <a href=\"$a->url\">secure page</a> to configure this plugin.';
15 $string['admincronsetup'] = 'The cron.php maintenance script has not been run for at least 24 hours.<br />Cron must be enabled if you want to use scheduled-capture feature.<br /><b>Enable</b> \'Authorize.net plugin\' and <b>setup cron</b> properly; or <b>uncheck an_review</b> again.<br />If you disable scheduled-capture, transactions will be cancelled unless you review them within 30 days.<br />Check <b>an_review</b> and enter <b>\'0\' to an_capture_day</b> field<br />if you want to <b>manually</b> accept/deny payments within 30 days.';
16 $string['adminemailexpired'] = 'This is useful for \'Manual-Capture\'. Admins are notified <b>$a</b> days prior to pending orders expiring.';
17 $string['adminemailexpiredsort'] = 'When the number of pending orders expiring are sent to the teachers via email, which one is important?';
18 $string['adminemailexpiredsortcount'] = 'Order count';
19 $string['adminemailexpiredsortsum'] = 'Total amount';
20 $string['adminemailexpiredteacher'] = 'If you have enabled manual-capture (see above) and teachers can manage the payments, they may also notified about pending orders expiring. This will send an email to each course teachers about the count of the pending orders to expire.';
21 $string['adminemailexpsetting'] = '(0=disable sending email, default=2, max=5)<br />(Manual capture settings for sending email: cron=enabled, an_review=checked, an_capture_day=0, an_emailexpired=1-5)';
22 $string['adminhelpcapturetitle'] = 'Scheduled-Capture Day';
23 $string['adminhelpreviewtitle'] = 'Order Review';
24 $string['adminneworder'] = 'Dear Admin,
26 You have received a new pending order:
28 Order ID: $a->orderid
29 Transaction ID: $a->transid
30 User: $a->user
31 Course: $a->course
32 Amount: $a->amount
34 SCHEDULED-CAPTURE ENABLED?: $a->acstatus
36 If the scheduled-capture is active, the credit card is to be captured on $a->captureon
37 and then the user is to be enrolled to course; otherwise it will be expired
38 on $a->expireon and cannot be captured after this day.
40 You can also accept/deny the payment to enrol the student immediately following this link:
41 $a->url';
42 $string['adminnewordersubject'] = '$a->course; New Pending Order: $a->orderid';
43 $string['adminpendingorders'] = 'You have disabled scheduled-capture feature.<br />Total $a->count transactions with the status of \'Authorized/Pending Capture\' are to be cancelled unless you check them.<br />To accept/deny payments, go to <a href=\'$a->url\'>Payment Management</a> page.';
44 $string['adminreview'] = 'Review order before processing the credit card.';
45 $string['adminteachermanagepay'] = 'Teachers can manage the payments of the course.';
46 $string['allpendingorders'] = 'All Pending Orders';
47 $string['amount'] = 'Amount';
48 $string['anlogin'] = 'Authorize.net: Login name';
49 $string['anpassword'] = 'Authorize.net: Password';
50 $string['anreferer'] = 'Define the URL referer if you have set up this in your authorize.net account. This will send a line \"Referer: URL\" embedded in the web request.';
51 $string['antestmode'] = 'Run transactions in test mode only (no money will be drawn)';
52 $string['antrankey'] = 'Authorize.net: Transaction Key';
53 $string['approvedreview'] = 'Approved Review';
54 $string['authcaptured'] = 'Authorized / Captured';
55 $string['authcode'] = 'Authorization Code';
56 $string['authorize:managepayments'] = 'Manage payments';
57 $string['authorize:uploadcsv'] = 'Upload CSV file';
58 $string['authorizedpendingcapture'] = 'Authorized / Pending Capture';
59 $string['avsa'] = 'Address (street) matches, postal code does not';
60 $string['avsb'] = 'Address information not provided';
61 $string['avse'] = 'Address Verification System Error';
62 $string['avsg'] = 'Non-U.S. Card Issuing Bank';
63 $string['avsn'] = 'No match on address (street) nor postal code';
64 $string['avsp'] = 'Address Verification System not applicable';
65 $string['avsr'] = 'Retry - System unavailable or timed out';
66 $string['avsresult'] = 'AVS Result: $a';
67 $string['avss'] = 'Service not supported by issuer';
68 $string['avsu'] = 'Address information is unavailable';
69 $string['avsw'] = '9 digit postal code matches, address (street) does not';
70 $string['avsx'] = 'Address (street) and 9 digit postal code match';
71 $string['avsy'] = 'Address (street) and 5 digit postal code match';
72 $string['avsz'] = '5 digit postal code matches, address (street) does not';
73 $string['canbecredit'] = 'Can be refunded to $a->upto';
74 $string['cancelled'] = 'Cancelled';
75 $string['capture'] = 'Capture';
76 $string['capturedpendingsettle'] = 'Captured / Pending Settlement';
77 $string['capturedsettled'] = 'Captured / Settled';
78 $string['captureyes'] = 'The credit card will be captured and the student will be enrolled to the course. Are you sure?';
79 $string['ccexpire'] = 'Expiry Date';
80 $string['ccexpired'] = 'The credit card has expired';
81 $string['ccinvalid'] = 'Invalid card number';
82 $string['ccno'] = 'Credit Card Number';
83 $string['cctype'] = 'Credit Card Type';
84 $string['ccvv'] = 'Card Verification';
85 $string['ccvvhelp'] = 'Look at the back of card (last 3 digits)';
86 $string['choosemethod'] = 'If you know the enrolment key of the cource, please enter it below;<br />Otherwise you need to pay for this course.';
87 $string['chooseone'] = 'Fill one or both of the following two fields. The password isn\'t shown.';
88 $string['costdefaultdesc'] = '<strong>In course settings, enter -1</strong> to use this default cost to course cost field.';
89 $string['cutofftime'] = 'Transaction Cut-Off Time. When the last transaction is picked up for settlement?';
90 $string['dataentered'] = 'Data entered';
91 $string['delete'] = 'Destroy';
92 $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.<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.';
93 $string['echeckabacode'] = 'Bank ABA Number';
94 $string['echeckaccnum'] = 'Bank Account Number';
95 $string['echeckacctype'] = 'Bank Account Type';
96 $string['echeckbankname'] = 'Bank Name';
97 $string['echeckbusinesschecking'] = 'Business Checking';
98 $string['echeckchecking'] = 'Checking';
99 $string['echeckfirslasttname'] = 'Bank Account Owner';
100 $string['echecksavings'] = 'Savings';
101 $string['enrolname'] = 'Authorize.net Payment Gateway';
102 $string['expired'] = 'Expired';
103 $string['haveauthcode'] = 'I have already an authorization code';
104 $string['howmuch'] = 'How much?';
105 $string['httpsrequired'] = 'We are sorry to inform you that your request cannot be processed now. This site\'s configuration couldn\'t be set up correctly.<br /><br />Please don\'t enter your credit card number unless you see a yellow lock at the bottom of the browser. If the symbol appears, it means the page encrypts all data sent between client and server. So the information during the transaction between the two computers is protected, hence your credit card number cannot be captured over the internet.';
106 $string['invalidaba'] = 'Invalid ABA number';
107 $string['invalidaccnum'] = 'Invalid account number';
108 $string['invalidacctype'] = 'Invalid account type';
109 $string['logindesc'] = 'This option must be ON. <br /><br />Please ensure that you have turned <a href=\"$a->url\">loginhttps ON</a> in Admin >> Variables >> Security.<br /><br />Turning this on will make Moodle use a secure https connection just for the login and payment pages.';
110 $string['logininfo'] = 'Login name, password and transaction key are not shown due to security precautions. There is no need to enter again if you have configured these fields before. You see a green text left of the box if some fields were already configured. If you enter these fields for the first time, the login name (*) is required and you must enter <strong>either</strong> the transaction key (#1) <strong>or</strong> the password (#2) in the appropriate box. We recommend you enter the transaction key due to security precautions. If you want to delete the current password, tick the checkbox.';
111 $string['methodcc'] = 'Credit Card';
112 $string['methodecheck'] = 'eCheck (ACH)';
113 $string['missingaba'] = 'Missing ABA number';
114 $string['missingaddress'] = 'Missing address';
115 $string['missingbankname'] = 'Missing bank name';
116 $string['missingcc'] = 'Missing card number';
117 $string['missingccauthcode'] = 'Missing authorization code';
118 $string['missingccexpire'] = 'Missing expiration date';
119 $string['missingcctype'] = 'Missing card type';
120 $string['missingcvv'] = 'Missing verification number';
121 $string['missingzip'] = 'Missing postal code';
122 $string['mypaymentsonly'] = 'Show my payments only';
123 $string['nameoncard'] = 'Name on Card';
124 $string['new'] = 'New';
125 $string['noreturns'] = 'No returns!';
126 $string['notsettled'] = 'Not settled';
127 $string['orderid'] = 'OrderID';
128 $string['paymentmanagement'] = 'Payment Management';
129 $string['paymentmethod'] = 'Payment Method';
130 $string['paymentpending'] = 'Your payment is pending for this course with this order number $a->orderid. See <a href=\'$a->url\'>Order Details</a>.';
131 $string['pendingecheckemail'] = 'Dear manager,
133 There are $a->count pending echecks now and you have to upload a csv file to get the users enrolled.
135 Click the link and read the help file on the page seen:
136 $a->url';
137 $string['pendingechecksubject'] = '$a->course: Pending eChecks($a->count)';
138 $string['pendingordersemail'] = 'Dear admin,
140 $a->pending transactions for course \"$a->course\" will expire unless you accept payment within $a->days days.
142 This is a warning message, because you didn\'t enable scheduled-capture.
143 It means you have to accept or deny payments manually.
145 To accept/deny pending payments go to:
146 $a->url
148 To enable scheduled-capture, it means you will not receive any warning emails anymore, go to:
150 $a->enrolurl';
151 $string['pendingordersemailteacher'] = 'Dear teacher,
153 $a->pending transactions costed $a->currency $a->sumcost for course \"$a->course\"
154 will expire unless you accept payment with in $a->days days.
156 You have to accept or deny payments manually because of the admin hasn\'t enabled the scheduled-capture.
158 $a->url';
159 $string['pendingorderssubject'] = 'WARNING: $a->course, $a->pending order(s) will expire within $a->days day(s).';
160 $string['reason11'] = 'A duplicate transaction has been submitted.';
161 $string['reason13'] = 'The merchant Login ID is invalid or the account is inactive.';
162 $string['reason16'] = 'The transaction was not found.';
163 $string['reason17'] = 'The merchant does not accept this type of credit card.';
164 $string['reason245'] = 'This eCheck type is not allowed when using the payment gateway hosted payment form.';
165 $string['reason246'] = 'This eCheck type is not allowed.';
166 $string['reason27'] = 'The transaction resulted in an AVS mismatch. The address provided does not match billing address of cardholder.';
167 $string['reason28'] = 'The merchant does not accept this type of credit card.';
168 $string['reason30'] = 'The configuration with the processor is invalid. Call Merchant Service Provider.';
169 $string['reason39'] = 'The supplied currency code is either invalid, not supported, not allowed for this merchant or doesn\'t have an exchange rate.';
170 $string['reason43'] = 'The merchant was incorrectly set up at the processor. Call your Merchant Service Provider.';
171 $string['reason44'] = 'This transaction has been declined. Card Code filter error!';
172 $string['reason45'] = 'This transaction has been declined. Card Code / AVS filter error!';
173 $string['reason47'] = 'The amount requested for settlement may not be greater than the original amount authorized.';
174 $string['reason5'] = 'A valid amount is required.';
175 $string['reason50'] = 'This transaction is awaiting settlement and cannot be refunded.';
176 $string['reason51'] = 'The sum of all credits against this transaction is greater than the original transaction amount.';
177 $string['reason54'] = 'The referenced transaction does not meet the criteria for issuing a credit.';
178 $string['reason55'] = 'The sum of credits against the referenced transaction would exceed the original debit amount.';
179 $string['reason56'] = 'This merchant accepts eCheck (ACH) transactions only; no credit card transactions are accepted.';
180 $string['refund'] = 'Refund';
181 $string['refunded'] = 'Refunded';
182 $string['returns'] = 'Returns';
183 $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 scheduled-capture, also means teacher or admin review order manually. Transaction will be cancelled if you disable scheduled-capture or unless you review it within 30 days.)';
184 $string['reviewfailed'] = 'Review Failed';
185 $string['reviewnotify'] = 'Your payment will be reviewed. Expect an email within a few days from your teacher.';
186 $string['sendpaymentbutton'] = 'Send Payment';
187 $string['settled'] = 'Settled';
188 $string['settlementdate'] = 'Settlement Date';
189 $string['subvoidyes'] = 'The transaction refunded ($a->transid) is going to be cancelled and this will cause crediting $a->amount to your account. Are you sure?';
190 $string['tested'] = 'Tested';
191 $string['testmode'] = '[TEST MODE]';
192 $string['testwarning'] = 'Capturing/Voiding/Refunding seems working in test mode, but no record was updated or inserted in database.';
193 $string['transid'] = 'TransactionID';
194 $string['underreview'] = 'Under Review';
195 $string['unenrolstudent'] = 'Unenrol student?';
196 $string['uploadcsv'] = 'Upload a CSV file';
197 $string['usingccmethod'] = 'Enrol using <a href=\"$a->url\"><strong>Credit Card</strong></a>';
198 $string['usingecheckmethod'] = 'Enrol using <a href=\"$a->url\"><strong>eCheck</strong></a>';
199 $string['void'] = 'Void';
200 $string['voidyes'] = 'The transaction will be cancelled. Are you sure?';
201 $string['welcometocoursesemail'] = 'Dear student,
203 Thanks for your payments. You have enrolled these courses:
205 $a->courses
207 You may edit your profile:
208 $a->profileurl
210 You may view your payment details:
211 $a->paymenturl';
212 $string['youcantdo'] = 'You can\'t do this action: $a->action';
213 $string['zipcode'] = 'Zip Code';