Added default language pack (en-gb)
This commit is contained in:
22
catalog/affiliate/login.php
Normal file
22
catalog/affiliate/login.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Affiliate Program';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_login'] = 'Login';
|
||||
$_['text_description'] = '<p>%s affiliate program is free and enables members to earn revenue by placing a link or links on their web site which advertises %s or specific products on it. Any sales made to customers who have clicked on those links will earn the affiliate commission. The standard commission rate is currently %s.</p><p>For more information, visit our FAQ page or see our Affiliate terms & conditions.</p>';
|
||||
$_['text_new_affiliate'] = 'New Affiliate';
|
||||
$_['text_register_account'] = '<p>I am not currently an affiliate.</p><p>Click Continue below to create a new affiliate account. Please note that this is not connected in any way to your customer account.</p>';
|
||||
$_['text_returning_affiliate'] = 'Affiliate Login';
|
||||
$_['text_i_am_returning_affiliate'] = 'I am a returning affiliate.';
|
||||
$_['text_forgotten'] = 'Forgotten Password';
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'Affiliate E-Mail';
|
||||
$_['entry_password'] = 'Password';
|
||||
|
||||
// Error
|
||||
$_['error_login'] = 'Warning: No match for E-Mail Address and/or Password.';
|
||||
$_['error_attempts'] = 'Warning: Your account has exceeded allowed number of login attempts. Please try again in 1 hour.';
|
||||
$_['error_approved'] = 'Warning: Your account requires approval before you can login.';
|
52
catalog/affiliate/register.php
Normal file
52
catalog/affiliate/register.php
Normal file
@ -0,0 +1,52 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Affiliate Program';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_register'] = 'Affiliate Register';
|
||||
$_['text_account_already'] = 'If you already have an account with us, please login at the <a href="%s">login page</a>.';
|
||||
$_['text_signup'] = 'To create an affiliate account, fill in the form below ensuring you complete all the required fields:';
|
||||
$_['text_your_details'] = 'Your Personal Details';
|
||||
$_['text_your_address'] = 'Your Address Details';
|
||||
$_['text_your_affiliate'] = 'Your Affiliate Information';
|
||||
$_['text_your_password'] = 'Your Password';
|
||||
$_['text_cheque'] = 'Cheque';
|
||||
$_['text_paypal'] = 'PayPal';
|
||||
$_['text_bank'] = 'Bank Transfer';
|
||||
$_['text_agree'] = 'I have read and agree to the <a href="%s" class="agree"><b>%s</b></a>';
|
||||
|
||||
// Entry
|
||||
$_['entry_customer_group'] = 'Customer Group';
|
||||
$_['entry_firstname'] = 'First Name';
|
||||
$_['entry_lastname'] = 'Last Name';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_telephone'] = 'Telephone';
|
||||
$_['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';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_confirm'] = 'Password Confirm';
|
||||
|
||||
// Error
|
||||
$_['error_exists'] = 'Warning: E-Mail Address is already registered!';
|
||||
$_['error_firstname'] = 'First Name must be between 1 and 32 characters!';
|
||||
$_['error_lastname'] = 'Last Name must be between 1 and 32 characters!';
|
||||
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
|
||||
$_['error_telephone'] = 'Telephone must be between 3 and 32 characters!';
|
||||
$_['error_custom_field'] = '%s required!';
|
||||
$_['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_password'] = 'Password must be between 4 and 20 characters!';
|
||||
$_['error_confirm'] = 'Password confirmation does not match password!';
|
||||
$_['error_agree'] = 'Warning: You must agree to the %s!';
|
9
catalog/affiliate/success.php
Normal file
9
catalog/affiliate/success.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Your Affiliate Account Has Been Created!';
|
||||
|
||||
// Text
|
||||
$_['text_message'] = '<p>Congratulations! Your new account has been successfully created!</p> <p>You are now a member of %s affiliates.</p> <p>If you have ANY questions about the operation of this affiliate system, please e-mail the store owner.</p> <p>A confirmation has been sent to the provided e-mail address. If you have not received it within the hour, please <a href="%s">contact us</a>.</p>';
|
||||
$_['text_approval'] = '<p>Thank you for registering for an affiliate account with %s!</p><p>You will be notified by e-mail once your account has been activated by the store owner.</p><p>If you have ANY questions about the operation of this affiliate system, please <a href="%s">contact the store owner</a>.</p>';
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_success'] = 'Success';
|
Reference in New Issue
Block a user