diff options
Diffstat (limited to 'public/catalog/language/en-gb/account/success.php')
-rw-r--r-- | public/catalog/language/en-gb/account/success.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/account/success.php b/public/catalog/language/en-gb/account/success.php new file mode 100644 index 0000000..8b9a531 --- /dev/null +++ b/public/catalog/language/en-gb/account/success.php @@ -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';
\ No newline at end of file |