first commit
This commit is contained in:
@ -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_service'] = 'Upon logging in, you will be able to generate tracking codes, track commission payments and edit your account information.';
|
||||
$_['text_thanks'] = 'Thanks,';
|
6
admininistrator/language/en-gb/mail/affiliate_deny.php
Normal file
6
admininistrator/language/en-gb/mail/affiliate_deny.php
Normal 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,';
|
6
admininistrator/language/en-gb/mail/authorize.php
Normal file
6
admininistrator/language/en-gb/mail/authorize.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_subject'] = 'Security';
|
||||
$_['text_code'] = 'You must enter the security code in the admin security check.';
|
||||
$_['text_ip'] = 'IP:';
|
||||
$_['text_regards'] = 'Best Regards';
|
7
admininistrator/language/en-gb/mail/authorize_reset.php
Normal file
7
admininistrator/language/en-gb/mail/authorize_reset.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_subject'] = 'Reset security code attempts';
|
||||
$_['text_reset'] = 'Some one entered the security code wrongly more than 3 times.';
|
||||
$_['text_link'] = 'Click on the link below to reset account security:';
|
||||
$_['text_ip'] = 'IP:';
|
||||
$_['text_regards'] = 'Best Regards';
|
10
admininistrator/language/en-gb/mail/customer_approve.php
Normal file
10
admininistrator/language/en-gb/mail/customer_approve.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?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,';
|
||||
|
||||
// Button
|
||||
$_['button_login'] = 'Login';
|
9
admininistrator/language/en-gb/mail/customer_deny.php
Normal file
9
admininistrator/language/en-gb/mail/customer_deny.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?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,';
|
||||
|
||||
// Button
|
||||
$_['button_contact'] = 'Contact Us';
|
6
admininistrator/language/en-gb/mail/forgotten.php
Normal file
6
admininistrator/language/en-gb/mail/forgotten.php
Normal 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:';
|
11
admininistrator/language/en-gb/mail/gdpr_approve.php
Normal file
11
admininistrator/language/en-gb/mail/gdpr_approve.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_subject'] = '%s - GDPR request approved!';
|
||||
$_['text_request'] = 'Account Deletion Request';
|
||||
$_['text_hello'] = 'Hello <strong>%s</strong>,';
|
||||
$_['text_user'] = 'User';
|
||||
$_['text_gdpr'] = 'Your GDPR data deletion request has been approved and will be deleted in <strong>%s Days</strong>.';
|
||||
$_['text_q'] = 'Q. Why do we not delete your data straight away?';
|
||||
$_['text_a'] = 'A. Account deletion requests will process after <strong>%s days</strong> so any refunds, chargebacks or fraud detection can be processed.';
|
||||
$_['text_delete'] = 'You will receive a email informing you when your account has been deleted.';
|
||||
$_['text_thanks'] = 'Thanks,';
|
12
admininistrator/language/en-gb/mail/gdpr_delete.php
Normal file
12
admininistrator/language/en-gb/mail/gdpr_delete.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_subject'] = '%s - GDPR request has been processed!';
|
||||
$_['text_request'] = 'Account Deletion Request';
|
||||
$_['text_hello'] = 'Hello <strong>%s</strong>,';
|
||||
$_['text_user'] = 'User';
|
||||
$_['text_delete'] = 'Your GDPR data deletion request has now been completed.';
|
||||
$_['text_contact'] = 'For more information you can contact the store owner here:';
|
||||
$_['text_thanks'] = 'Thanks,';
|
||||
|
||||
// Button
|
||||
$_['button_contact'] = 'Contact Us';
|
12
admininistrator/language/en-gb/mail/gdpr_deny.php
Normal file
12
admininistrator/language/en-gb/mail/gdpr_deny.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_subject'] = '%s - GDPR request denied!';
|
||||
$_['text_export'] = 'Account Export Data Request';
|
||||
$_['text_remove'] = 'Account Deletion Request';
|
||||
$_['text_hello'] = 'Hello <strong>%s</strong>,';
|
||||
$_['text_user'] = 'User';
|
||||
$_['text_contact'] = 'Unfortunately your request has been denied. For more information you can contact the store here:';
|
||||
$_['text_thanks'] = 'Thanks,';
|
||||
|
||||
// Button
|
||||
$_['button_contact'] = 'Contact Us';
|
26
admininistrator/language/en-gb/mail/gdpr_export.php
Normal file
26
admininistrator/language/en-gb/mail/gdpr_export.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_subject'] = '%s - GDPR export request completed!';
|
||||
$_['text_request'] = 'Export Personal Data';
|
||||
$_['text_hello'] = 'Hello <strong>%s</strong>,';
|
||||
$_['text_user'] = 'User';
|
||||
$_['text_gdpr'] = 'Your GDPR data request has now been complete. Below you will find your GDPR data.';
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_customer'] = 'Personal Information';
|
||||
$_['text_address'] = 'Address';
|
||||
$_['text_addresses'] = 'Addresses';
|
||||
$_['text_name'] = 'Customer Name';
|
||||
$_['text_recipient'] = 'Recipient';
|
||||
$_['text_email'] = 'E-Mail';
|
||||
$_['text_telephone'] = 'Telephone';
|
||||
$_['text_company'] = 'Company';
|
||||
$_['text_address_1'] = 'Address 1';
|
||||
$_['text_address_2'] = 'Address 2';
|
||||
$_['text_postcode'] = 'Post Code';
|
||||
$_['text_city'] = 'City';
|
||||
$_['text_country'] = 'Country';
|
||||
$_['text_zone'] = 'Region / State';
|
||||
$_['text_history'] = 'Login History';
|
||||
$_['text_ip'] = 'IP';
|
||||
$_['text_date_added'] = 'Date Added';
|
||||
$_['text_thanks'] = 'Thanks,';
|
8
admininistrator/language/en-gb/mail/returns.php
Normal file
8
admininistrator/language/en-gb/mail/returns.php
Normal 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
admininistrator/language/en-gb/mail/reward.php
Normal file
5
admininistrator/language/en-gb/mail/reward.php
Normal 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.';
|
10
admininistrator/language/en-gb/mail/subscription.php
Normal file
10
admininistrator/language/en-gb/mail/subscription.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_subject'] = '%s - Subscription';
|
||||
$_['text_subscription_id'] = 'Subscription ID';
|
||||
$_['text_date_added'] = 'Subscription Date:';
|
||||
$_['text_subscription_status'] = 'Your subscription has been added to the following status:';
|
||||
$_['text_comment'] = 'The comments for your subscription are:';
|
||||
$_['text_payment_method'] = 'Payment Method';
|
||||
$_['text_payment_code'] = 'Payment Code';
|
||||
$_['text_footer'] = 'Please reply to this email if you have any questions.';
|
6
admininistrator/language/en-gb/mail/transaction.php
Normal file
6
admininistrator/language/en-gb/mail/transaction.php
Normal 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.';
|
10
admininistrator/language/en-gb/mail/voucher.php
Normal file
10
admininistrator/language/en-gb/mail/voucher.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?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'] = 'In the first place, to redeem this Gift Certificate, write down the redemption code which is <b>%s</b>. Then, click on the link below and purchase the product you wish to use this gift certificate. Lastly, you can enter the gift certificate code on the <b>Shopping Cart</b> page before you click: <b>Checkout</b>.';
|
||||
$_['text_footer'] = 'Please reply to this email if you have any questions.';
|
||||
$_['text_sent'] = 'Success: Gift Voucher e-mail has been sent!';
|
Reference in New Issue
Block a user