diff options
Diffstat (limited to 'public/catalog/language/en-gb/account/affiliate.php')
-rw-r--r-- | public/catalog/language/en-gb/account/affiliate.php | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/account/affiliate.php b/public/catalog/language/en-gb/account/affiliate.php new file mode 100644 index 0000000..820d41e --- /dev/null +++ b/public/catalog/language/en-gb/account/affiliate.php @@ -0,0 +1,35 @@ +<?php +// Heading +$_['heading_title'] = 'Your Affiliate Information'; + +// Text +$_['text_account'] = 'Account'; +$_['text_affiliate'] = 'Affiliate'; +$_['text_my_affiliate'] = 'My Affiliate Account'; +$_['text_payment'] = 'Payment Information'; +$_['text_cheque'] = 'Cheque'; +$_['text_paypal'] = 'PayPal'; +$_['text_bank'] = 'Bank Transfer'; +$_['text_success'] = 'Success: Your account has been successfully updated.'; +$_['text_agree'] = 'I have read and agree to the <a href="%s" class="agree"><b>%s</b></a>'; + +// Entry +$_['entry_company'] = 'Company'; +$_['entry_website'] = 'Web Site'; +$_['entry_tax'] = 'Tax ID'; +$_['entry_payment'] = 'Payment Method'; +$_['entry_cheque'] = 'Cheque Payee Name'; +$_['entry_paypal'] = 'PayPal Email Account'; +$_['entry_bank_name'] = 'Bank Name'; +$_['entry_bank_branch_number'] = 'ABA/BSB number (Branch Number)'; +$_['entry_bank_swift_code'] = 'SWIFT Code'; +$_['entry_bank_account_name'] = 'Account Name'; +$_['entry_bank_account_number'] = 'Account Number'; + +// Error +$_['error_agree'] = 'Warning: You must agree to the %s!'; +$_['error_cheque'] = 'Cheque Payee Name required!'; +$_['error_paypal'] = 'PayPal Email Address does not appear to be valid!'; +$_['error_bank_account_name'] = 'Account Name required!'; +$_['error_bank_account_number'] = 'Account Number required!'; +$_['error_custom_field'] = '%s required!';
\ No newline at end of file |