Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/enrol/authorize/lang/en/enrol_authorize.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // This file is part of Moodle - http://moodle.org/
00004 //
00005 // Moodle is free software: you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation, either version 3 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // Moodle is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00017 
00026 $string['authorize:config'] = 'Configure Authorize.Net enrol instances';
00027 $string['authorize:manage'] = 'Manage enrolled users';
00028 $string['authorize:unenrol'] = 'Unenrol users from course';
00029 $string['authorize:unenrolself'] = 'Unenrol self from the course';
00030 $string['authorize:managepayments'] = 'Manage payments';
00031 $string['authorize:uploadcsv'] = 'Upload CSV file';
00032 $string['adminacceptccs'] = 'Which credit card types will be accepted?';
00033 $string['adminaccepts'] = 'Select payment methods allowed and their types';
00034 $string['anauthcode'] = 'Obtain authcode';
00035 $string['anauthcodedesc'] = 'If a user\'s credit card cannot be captured on the internet directly, obtain authorization code over the phone from customer\'s bank.';
00036 $string['adminauthorizeccapture'] = 'Order review and scheduled-capture settings';
00037 $string['adminauthorizeemail'] = 'Email sending settings';
00038 $string['adminauthorizesettings'] = 'Authorize.Net merchant account settings';
00039 $string['adminauthorizewide'] = 'General settings';
00040 $string['anavs'] = 'Address Verification System';
00041 $string['anavsdesc'] = 'Check this if you have activated Address Verification System (AVS) in your Authorize.Net merchant account. This demands address fields like street, state, country and zip when user fills out payment form.';
00042 $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.';
00043 $string['adminconfighttpsgo'] = 'Go to the <a href="{$a->url}">secure page</a> to configure this plugin.';
00044 $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.';
00045 $string['anemailexpired'] = 'Expiry notification';
00046 $string['anemailexpireddesc'] = 'This is useful for \'manual-capture\'. Admins are notified the specified amount of days prior to pending orders expiring.';
00047 $string['adminemailexpiredsort'] = 'When the number of pending orders expiring are sent to the teachers via email, which one is important?';
00048 $string['adminemailexpiredsortcount'] = 'Order count';
00049 $string['adminemailexpiredsortsum'] = 'Total amount';
00050 $string['anemailexpiredteacher'] = 'Expiry notification - Teacher';
00051 $string['anemailexpiredteacherdesc'] = '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.';
00052 $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)';
00053 $string['adminhelpcapturetitle'] = 'Scheduled-capture day';
00054 $string['adminhelpreviewtitle'] = 'Order review';
00055 $string['adminneworder'] = 'Dear Admin,
00056 
00057   You have received a new pending order:
00058 
00059    Order ID: {$a->orderid}
00060    Transaction ID: {$a->transid}
00061    User: {$a->user}
00062    Course: {$a->course}
00063    Amount: {$a->amount}
00064 
00065    SCHEDULED-CAPTURE ENABLED?: {$a->acstatus}
00066 
00067   If the scheduled-capture is active, the credit card is to be captured on {$a->captureon}
00068   and then the user is to be enrolled to course; otherwise it will be expired
00069   on {$a->expireon} and cannot be captured after this day.
00070 
00071   You can also accept/deny the payment to enrol the student immediately following this link:
00072   {$a->url}';
00073 $string['adminnewordersubject'] = '{$a->course}: New pending order: {$a->orderid}';
00074 $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.';
00075 $string['anreview'] = 'Review';
00076 $string['anreviewdesc'] = 'Review order before processing the credit card.';
00077 $string['adminteachermanagepay'] = 'Teachers can manage the payments of the course.';
00078 $string['allpendingorders'] = 'All pending orders';
00079 $string['amount'] = 'Amount';
00080 $string['anlogin'] = 'Authorize.Net: Login name';
00081 $string['anpassword'] = 'Authorize.Net: Password';
00082 $string['anreferer'] = 'Referer';
00083 $string['anrefererdesc'] = 'Define the URL referer if you have set up this in your Authorize.Net merchant account. This will send a line "Referer: URL" embedded in the web request.';
00084 $string['antestmode'] = 'Test mode';
00085 $string['antestmodedesc'] = 'Run transactions in test mode only (no money will be drawn)';
00086 $string['antrankey'] = 'Authorize.Net: Transaction key';
00087 $string['approvedreview'] = 'Approved review';
00088 $string['authcaptured'] = 'Authorized / Captured';
00089 $string['authcode'] = 'Authorization code';
00090 $string['authorizedpendingcapture'] = 'Authorized / Pending capture';
00091 $string['authorizeerror'] = 'Authorize.Net error: {$a}';
00092 $string['avsa'] = 'Address (street) matches, postal code does not';
00093 $string['avsb'] = 'Address information not provided';
00094 $string['avse'] = 'Address Verification System error';
00095 $string['avsg'] = 'Non-U.S. card issuing bank';
00096 $string['avsn'] = 'No match on address (street) nor postal code';
00097 $string['avsp'] = 'Address Verification System not applicable';
00098 $string['avsr'] = 'Retry - system unavailable or timed out';
00099 $string['avsresult'] = 'AVS result: {$a}';
00100 $string['avss'] = 'Service not supported by issuer';
00101 $string['avsu'] = 'Address information is unavailable';
00102 $string['avsw'] = '9 digit postal code matches, address (street) does not';
00103 $string['avsx'] = 'Address (street) and 9 digit postal code match';
00104 $string['avsy'] = 'Address (street) and 5 digit postal code match';
00105 $string['avsz'] = '5 digit postal code matches, address (street) does not';
00106 $string['canbecredit'] = 'Can be refunded to {$a->upto}';
00107 $string['cancelled'] = 'Cancelled';
00108 $string['capture'] = 'Capture';
00109 $string['capturedpendingsettle'] = 'Captured / Pending settlement';
00110 $string['capturedsettled'] = 'Captured / Settled';
00111 $string['captureyes'] = 'The credit card will be captured and the student will be enrolled to the course. Are you sure?';
00112 $string['ccexpire'] = 'Expiry date';
00113 $string['ccexpired'] = 'The credit card has expired';
00114 $string['ccinvalid'] = 'Invalid card number';
00115 $string['cclastfour'] = 'CC last four';
00116 $string['ccno'] = 'Credit card number';
00117 $string['cctype'] = 'Credit card type';
00118 $string['ccvv'] = 'Card verification';
00119 $string['ccvvhelp'] = 'Look at the back of card (last 3 digits)';
00120 $string['costdefaultdesc'] = '<strong>In course settings, enter -1</strong> to use this default cost to course cost field.';
00121 $string['cutofftime'] = 'Cut-off time';
00122 $string['cutofftimedesc'] = 'Transaction cut-off time. When the last transaction is picked up for settlement?';
00123 $string['dataentered'] = 'Data entered';
00124 $string['delete'] = 'Destroy';
00125 $string['description'] = 'The Authorize.Net module allows you to set up paid courses via payment providers. 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.';
00126 $string['echeckabacode'] = 'Bank ABA number';
00127 $string['echeckaccnum'] = 'Bank account number';
00128 $string['echeckacctype'] = 'Bank account type';
00129 $string['echeckbankname'] = 'Bank name';
00130 $string['echeckbusinesschecking'] = 'Business checking';
00131 $string['echeckfirslasttname'] = 'Bank account owner';
00132 $string['echeckchecking'] = 'Checking';
00133 $string['echecksavings'] = 'Savings';
00134 $string['enrolname'] = 'Authorize.Net payment gateway';
00135 $string['expired'] = 'Expired';
00136 $string['haveauthcode'] = 'I have already an authorization code';
00137 $string['howmuch'] = 'How much?';
00138 $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.';
00139 $string['choosemethod'] = 'If you know the enrolment key of the cource, please enter it below;<br />Otherwise you need to pay for this course.';
00140 $string['chooseone'] = 'Fill one or both of the following two fields. The password isn\'t shown.';
00141 $string['invalidaba'] = 'Invalid ABA number';
00142 $string['invalidaccnum'] = 'Invalid account number';
00143 $string['invalidacctype'] = 'Invalid account type';
00144 $string['isbusinesschecking'] = 'Is business checking?';
00145 $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.';
00146 $string['logininfo'] = 'When configuring your Authorize.Net account, the login name is required and you must enter <strong>either</strong> the transaction key <strong>or</strong> the password in the appropriate box. We recommend you enter the transaction key due to security precautions.';
00147 $string['methodcc'] = 'Credit card';
00148 $string['methodccdesc'] = 'Select credit card and accepted types below';
00149 $string['methodecheck'] = 'eCheck (ACH)';
00150 $string['methodecheckdesc'] = 'Select eCheck and accepted types below';
00151 $string['missingaba'] = 'Missing ABA number';
00152 $string['missingaddress'] = 'Missing address';
00153 $string['missingbankname'] = 'Missing bank name';
00154 $string['missingcc'] = 'Missing card number';
00155 $string['missingccauthcode'] = 'Missing authorization code';
00156 $string['missingccexpiremonth'] = 'Missing expiration month';
00157 $string['missingccexpireyear'] = 'Missing expiration year';
00158 $string['missingcctype'] = 'Missing card type';
00159 $string['missingcvv'] = 'Missing verification number';
00160 $string['missingzip'] = 'Missing postal code';
00161 $string['mypaymentsonly'] = 'Show my payments only';
00162 $string['nameoncard'] = 'Name on card';
00163 $string['new'] = 'New';
00164 $string['noreturns'] = 'No returns!';
00165 $string['notsettled'] = 'Not settled';
00166 $string['orderdetails'] = 'Order details';
00167 $string['orderid'] = 'OrderID';
00168 $string['paymentmanagement'] = 'Payment management';
00169 $string['paymentmethod'] = 'Payment method';
00170 $string['paymentpending'] = 'Your payment is pending for this course with this order number {$a->orderid}.  See <a href=\'{$a->url}\'>Order Details</a>.';
00171 $string['pendingecheckemail'] = 'Dear manager,
00172 
00173 There are {$a->count} pending echecks now and you have to upload a csv file to get the users enrolled.
00174 
00175 Click the link and read the help file on the page seen:
00176 {$a->url}';
00177 $string['pendingechecksubject'] = '{$a->course}: Pending eChecks({$a->count})';
00178 $string['pendingordersemail'] = 'Dear admin,
00179 
00180 {$a->pending} transactions for course "{$a->course}" will expire unless you accept payment within {$a->days} days.
00181 
00182 This is a warning message, because you didn\'t enable scheduled-capture.
00183 It means you have to accept or deny payments manually.
00184 
00185 To accept/deny pending payments go to:
00186 {$a->url}
00187 
00188 To enable scheduled-capture, it means you will not receive any warning emails anymore, go to:
00189 
00190 {$a->enrolurl}';
00191 $string['pendingordersemailteacher'] = 'Dear teacher,
00192 
00193 {$a->pending} transactions costed {$a->currency} {$a->sumcost} for course "{$a->course}"
00194 will expire unless you accept payment with in {$a->days} days.
00195 
00196 You have to accept or deny payments manually because of the admin hasn\'t enabled the scheduled-capture.
00197 
00198 {$a->url}';
00199 $string['pendingorderssubject'] = 'WARNING: {$a->course}, {$a->pending} order(s) will expire within {$a->days} day(s).';
00200 $string['pluginname'] = 'Authorize.Net';
00201 $string['reason11'] = 'A duplicate transaction has been submitted.';
00202 $string['reason13'] = 'The merchant Login ID is invalid or the account is inactive.';
00203 $string['reason16'] = 'The transaction was not found.';
00204 $string['reason17'] = 'The merchant does not accept this type of credit card.';
00205 $string['reason245'] = 'This eCheck type is not allowed when using the payment gateway hosted payment form.';
00206 $string['reason246'] = 'This eCheck type is not allowed.';
00207 $string['reason27'] = 'The transaction resulted in an AVS mismatch. The address provided does not match billing address of cardholder.';
00208 $string['reason28'] = 'The merchant does not accept this type of credit card.';
00209 $string['reason30'] = 'The configuration with the processor is invalid. Call merchant service provider.';
00210 $string['reason39'] = 'The supplied currency code is either invalid, not supported, not allowed for this merchant or doesn\'t have an exchange rate.';
00211 $string['reason43'] = 'The merchant was incorrectly set up at the processor. Call your merchant service provider.';
00212 $string['reason44'] = 'This transaction has been declined. Card code filter error!';
00213 $string['reason45'] = 'This transaction has been declined. Card code / AVS filter error!';
00214 $string['reason47'] = 'The amount requested for settlement may not be greater than the original amount authorized.';
00215 $string['reason5'] = 'A valid amount is required.';
00216 $string['reason50'] = 'This transaction is awaiting settlement and cannot be refunded.';
00217 $string['reason51'] = 'The sum of all credits against this transaction is greater than the original transaction amount.';
00218 $string['reason54'] = 'The referenced transaction does not meet the criteria for issuing a credit.';
00219 $string['reason55'] = 'The sum of credits against the referenced transaction would exceed the original debit amount.';
00220 $string['reason56'] = 'This merchant accepts eCheck (ACH) transactions only; no credit card transactions are accepted.';
00221 $string['refund'] = 'Refund';
00222 $string['refunded'] = 'Refunded';
00223 $string['returns'] = 'Returns';
00224 $string['ancaptureday'] = 'Capture day';
00225 $string['ancapturedaydesc'] = 'Capture the credit card automatically unless a teacher or administrator review the order within the specified days. CRON MUST BE ENABLED.<br />(0 days 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.)';
00226 $string['reviewfailed'] = 'Review failed';
00227 $string['reviewnotify'] = 'Your payment will be reviewed. Expect an email within a few days from your teacher.';
00228 $string['sendpaymentbutton'] = 'Send payment';
00229 $string['settled'] = 'Settled';
00230 $string['settlementdate'] = 'Settlement date';
00231 $string['shopper'] = 'Shopper';
00232 $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?';
00233 $string['tested'] = 'Tested';
00234 $string['testmode'] = '[TEST MODE]';
00235 $string['testwarning'] = 'Capturing/Voiding/Refunding seems working in test mode, but no record was updated or inserted in database.';
00236 $string['transid'] = 'TransactionID';
00237 $string['underreview'] = 'Under review';
00238 $string['unenrolstudent'] = 'Unenrol student?';
00239 $string['uploadcsv'] = 'Upload a CSV file';
00240 $string['usingccmethod'] = 'Enrol using <a href="{$a->url}"><strong>Credit Card</strong></a>';
00241 $string['usingecheckmethod'] = 'Enrol using <a href="{$a->url}"><strong>eCheck</strong></a>';
00242 $string['verifyaccount'] = 'Verify your Authorize.Net merchant account';
00243 $string['verifyaccountresult'] = '<b>Verification result:</b> {$a}';
00244 $string['void'] = 'Void';
00245 $string['voidyes'] = 'The transaction will be cancelled. Are you sure?';
00246 $string['welcometocoursesemail'] = 'Dear {$a->name},
00247 
00248 Thanks for your payments. You have enrolled these courses:
00249 
00250 {$a->courses}
00251 
00252 You may view your payment details or edit your profile:
00253  {$a->paymenturl}
00254  {$a->profileurl}';
00255 $string['youcantdo'] = 'You can\'t do this action: {$a->action}';
00256 $string['zipcode'] = 'Zip code';
00257 $string['cost'] = 'Cost';
00258 $string['currency'] = 'Currency';
00259 $string['enrolperiod'] = 'Enrolment duration';
00260 $string['enrolstartdate'] = 'Start date';
00261 $string['enrolenddate'] = 'End date';
00262 $string['enrolenddaterror'] = 'Enrolment end date cannot be earlier than start date';
00263 $string['status'] = 'Allow Autorize.Net enrolments';
00264 $string['nocost'] = 'There is no cost associated with enrolling in this course via Authorize.Net!';
00265 $string['firstnameoncard'] = 'Firstname on card';
00266 $string['lastnameoncard'] = 'Lastname on card';
00267 $string['expiremonth'] = 'Expiry month';
00268 $string['expireyear'] = 'Expiry year';
00269 $string['cccity'] = 'City';
00270 $string['ccstate'] = 'State';
00271 $string['unenrolselfconfirm'] = 'Do you really want to unenrol yourself from course "{$a}"?';
 All Data Structures Namespaces Files Functions Variables Enumerations