affiliate.php (1647B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Your Affiliate Information'; 4 5 // Text 6 $_['text_account'] = 'Account'; 7 $_['text_affiliate'] = 'Affiliate'; 8 $_['text_my_affiliate'] = 'My Affiliate Account'; 9 $_['text_payment'] = 'Payment Information'; 10 $_['text_cheque'] = 'Cheque'; 11 $_['text_paypal'] = 'PayPal'; 12 $_['text_bank'] = 'Bank Transfer'; 13 $_['text_success'] = 'Success: Your account has been successfully updated.'; 14 $_['text_agree'] = 'I have read and agree to the <a href="%s" class="agree"><b>%s</b></a>'; 15 16 // Entry 17 $_['entry_company'] = 'Company'; 18 $_['entry_website'] = 'Web Site'; 19 $_['entry_tax'] = 'Tax ID'; 20 $_['entry_payment'] = 'Payment Method'; 21 $_['entry_cheque'] = 'Cheque Payee Name'; 22 $_['entry_paypal'] = 'PayPal Email Account'; 23 $_['entry_bank_name'] = 'Bank Name'; 24 $_['entry_bank_branch_number'] = 'ABA/BSB number (Branch Number)'; 25 $_['entry_bank_swift_code'] = 'SWIFT Code'; 26 $_['entry_bank_account_name'] = 'Account Name'; 27 $_['entry_bank_account_number'] = 'Account Number'; 28 29 // Error 30 $_['error_agree'] = 'Warning: You must agree to the %s!'; 31 $_['error_cheque'] = 'Cheque Payee Name required!'; 32 $_['error_paypal'] = 'PayPal Email Address does not appear to be valid!'; 33 $_['error_bank_account_name'] = 'Account Name required!'; 34 $_['error_bank_account_number'] = 'Account Number required!'; 35 $_['error_custom_field'] = '%s required!';