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

View File

@ -0,0 +1,7 @@
<?php
// Text
$_['text_subject'] = '%s - Your affiliate account has been activated!';
$_['text_welcome'] = 'Welcome and thank you for registering at %s!';
$_['text_login'] = 'Your account has now been approved and you can log in by using your email address and password by visiting our website or at the following URL:';
$_['text_services'] = 'Upon logging in, you will be able to generate tracking codes, track commission payments and edit your account information.';
$_['text_thanks'] = 'Thanks,';

View File

@ -0,0 +1,6 @@
<?php
// Text
$_['text_subject'] = '%s - Your affiliate account has been denied!';
$_['text_welcome'] = 'Welcome and thank you for registering at %s!';
$_['text_denied'] = 'Unfortunately your request has been denied. For more information you can contact the store owner here:';
$_['text_thanks'] = 'Thanks,';

View File

@ -0,0 +1,7 @@
<?php
// Text
$_['text_subject'] = '%s - Your Account has been activated!';
$_['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_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,';

View File

@ -0,0 +1,6 @@
<?php
// Text
$_['text_subject'] = '%s - Your Account has been denied!';
$_['text_welcome'] = 'Welcome and thank you for registering at %s!';
$_['text_denied'] = 'Unfortunately your request has been denied. For more information you can contact the store owner here:';
$_['text_thanks'] = 'Thanks,';

6
admin/mail/forgotten.php Normal file
View File

@ -0,0 +1,6 @@
<?php
// Text
$_['text_subject'] = '%s - Password reset request';
$_['text_greeting'] = 'A new password was requested for %s administration.';
$_['text_change'] = 'To reset your password click on the link below:';
$_['text_ip'] = 'The IP used to make this request was:';

8
admin/mail/return.php Normal file
View File

@ -0,0 +1,8 @@
<?php
// Text
$_['text_subject'] = '%s - Return Update %s';
$_['text_return_id'] = 'Return ID:';
$_['text_date_added'] = 'Return Date:';
$_['text_return_status'] = 'Your return has been updated to the following status:';
$_['text_comment'] = 'The comments for your return are:';
$_['text_footer'] = 'Please reply to this email if you have any questions.';

5
admin/mail/reward.php Normal file
View File

@ -0,0 +1,5 @@
<?php
// Text
$_['text_subject'] = '%s - Reward Points';
$_['text_received'] = 'You have received %s Reward Points!';
$_['text_total'] = 'Your total number of reward points is now %s.';

View File

@ -0,0 +1,6 @@
<?php
// Text
$_['text_subject'] = '%s - Affiliate Credit';
$_['text_received'] = 'You have received %s credit!';
$_['text_total'] = 'Your total amount of credit is now %s.';
$_['text_credit'] = 'Your account credit can deducted from your next purchase.';

9
admin/mail/voucher.php Normal file
View File

@ -0,0 +1,9 @@
<?php
// Text
$_['text_success'] = 'Success: You have modified vouchers!';
$_['text_subject'] = 'You have been sent a gift certificate from %s';
$_['text_greeting'] = 'Congratulations, You have received a Gift Certificate worth %s';
$_['text_from'] = 'This Gift Certificate has been sent to you by %s';
$_['text_message'] = 'With a message saying';
$_['text_redeem'] = 'To redeem this Gift Certificate, write down the redemption code which is <b>%s</b> then click on the the link below and purchase the product you wish to use this gift certificate on. You can enter the gift certificate code on the shopping cart page before you click checkout.';
$_['text_footer'] = 'Please reply to this email if you have any questions.';