first commit
This commit is contained in:
35
catalog/language/en-gb/account/register.php
Normal file
35
catalog/language/en-gb/account/register.php
Normal file
@ -0,0 +1,35 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Register Account';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_register'] = 'Register';
|
||||
$_['text_account_already'] = 'If you already have an account with us, please login at the <a href="%s">login page</a>.';
|
||||
$_['text_your_details'] = 'Your Personal Details';
|
||||
$_['text_newsletter'] = 'Newsletter';
|
||||
$_['text_your_password'] = 'Your Password';
|
||||
$_['text_agree'] = 'I have read and agree to the <a href="%s" class="modal-link"><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_newsletter'] = 'Subscribe';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_confirm'] = 'Password Confirm';
|
||||
|
||||
// Error
|
||||
$_['error_token'] = 'Warning: Register token invalid!';
|
||||
$_['error_exists'] = 'Warning: E-Mail Address is already registered!';
|
||||
$_['error_customer_group'] = 'Customer Group does not appear to be valid!';
|
||||
$_['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_regex'] = '%s is not a valid input!';
|
||||
$_['error_password'] = 'Password must be between 4 and 20 characters!';
|
||||
$_['error_agree'] = 'Warning: You must agree to the %s!';
|
Reference in New Issue
Block a user