first commit

This commit is contained in:
sujan
2024-08-06 18:06:00 +05:45
commit a2fa49071a
2745 changed files with 391199 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<?php
// Heading
$_['heading_title'] = 'Contact Us';
// Text
$_['text_location'] = 'Our Locations';
$_['text_store'] = 'Our Stores';
$_['text_contact'] = 'Contact Form';
$_['text_address'] = 'Address';
$_['text_telephone'] = 'Telephone';
$_['text_open'] = 'Opening Times';
$_['text_comment'] = 'Comments';
$_['text_message'] = '<p>Your enquiry has been successfully sent to the store owner!</p>';
// Entry
$_['entry_name'] = 'Your Name';
$_['entry_email'] = 'E-Mail Address';
$_['entry_enquiry'] = 'Enquiry';
// Email
$_['email_subject'] = 'Enquiry %s';
// Errors
$_['error_name'] = 'Name must be between 3 and 32 characters!';
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
$_['error_enquiry'] = 'Enquiry must be between 10 and 3000 characters!';

View File

@ -0,0 +1,25 @@
<?php
// Heading
$_['heading_title'] = 'General Data Protection Regulation Request';
// Text
$_['text_account'] = 'Account';
$_['text_gdpr'] = 'You can view %s GDPR policy on the <a href="%s" target="_blank">%s</a> page.';
$_['text_verification'] = 'Account Verification';
$_['text_email'] = 'Before we can carry out any GDPR requests we must validate you account. Please enter your E-Mail Address below.';
$_['text_action'] = 'Choose an action';
$_['text_export'] = 'Export Personal Data';
$_['text_remove'] = 'Remove Personal Data';
$_['text_warning'] = 'Warning: You will lose access to your account!';
$_['text_access'] = 'You will no longer have access to your %s account.';
$_['text_history'] = 'You will no longer have access to your order history, invoices, wishlists or downloads.';
$_['text_limit'] = 'Account deletion requests will be processed after <strong>%s days</strong> so any fraud detection, chargebacks or refunds can be processed.';
$_['text_success'] = 'Success: An email has been sent to your email address!';
$_['text_cancel'] = 'Cancel';
// Entry
$_['entry_email'] = 'E-Mail';
// Error
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
$_['error_action'] = 'You must select a valid GDPR action!';

View File

@ -0,0 +1,8 @@
<?php
// Heading
$_['heading_title'] = 'GDPR Success';
// Text
$_['text_account'] = 'Account';
$_['text_export'] = 'A request to export your account data has been received.';
$_['text_remove'] = 'GDPR account deletion requests will process after <strong>%s days</strong> so any chargebacks, refunds or fraud detection can be processed.';

View File

@ -0,0 +1,3 @@
<?php
// Text
$_['text_error'] = 'Information Page Not Found!';

View File

@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Site Map';
// Text
$_['text_special'] = 'Special Offers';
$_['text_account'] = 'My Account';
$_['text_edit'] = 'Account Information';
$_['text_password'] = 'Password';
$_['text_address'] = 'Address Book';
$_['text_history'] = 'Order History';
$_['text_download'] = 'Downloads';
$_['text_cart'] = 'Shopping Cart';
$_['text_checkout'] = 'Checkout';
$_['text_search'] = 'Search';
$_['text_information'] = 'Information';
$_['text_contact'] = 'Contact Us';