Added default language pack (en-gb)
This commit is contained in:
9
catalog/account/success.php
Normal file
9
catalog/account/success.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Your Account Has Been Created!';
|
||||
|
||||
// Text
|
||||
$_['text_message'] = '<p>Congratulations! Your new account has been successfully created!</p> <p>You can now take advantage of member privileges to enhance your online shopping experience with us.</p> <p>If you have ANY questions about the operation of this online shop, 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 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 online shop, please <a href="%s">contact the store owner</a>.</p>';
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_success'] = 'Success';
|
Reference in New Issue
Block a user