1
0

Added default language pack (en-gb)

This commit is contained in:
Christer Waren
2020-02-12 23:25:39 +02:00
parent 27b4234c0f
commit 704d608ff8
465 changed files with 15946 additions and 0 deletions

15
catalog/mail/register.php Normal file
View File

@ -0,0 +1,15 @@
<?php
// Text
$_['text_subject'] = '%s - Thank you for registering';
$_['text_welcome'] = 'Welcome and thank you for registering at %s!';
$_['text_login'] = 'Your account has now been created and you can log in by using your email address and password by visiting our website or at the following URL:';
$_['text_approval'] = 'Your account must be approved before you can login. Once approved you can log in by using your email address and password by visiting our website or at the following URL:';
$_['text_service'] = 'Upon logging in, you will be able to access other services including reviewing past orders, printing invoices and editing your account information.';
$_['text_thanks'] = 'Thanks,';
$_['text_new_customer'] = 'New customer';
$_['text_signup'] = 'A new customer has signed up:';
$_['text_customer_group'] = 'Customer Group:';
$_['text_firstname'] = 'First Name:';
$_['text_lastname'] = 'Last Name:';
$_['text_email'] = 'E-Mail:';
$_['text_telephone'] = 'Telephone:';