first commit
This commit is contained in:
19
catalog/language/en-gb/common/cart.php
Normal file
19
catalog/language/en-gb/common/cart.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_items'] = '%s item(s) - %s';
|
||||
$_['text_points'] = 'Reward Points';
|
||||
$_['text_subscription'] = 'Subscription';
|
||||
$_['text_subscription_trial'] = '%s every %d %s(s) for %d payment(s) then ';
|
||||
$_['text_subscription_duration'] = '%s every %d %s(s) for %d payment(s)';
|
||||
$_['text_subscription_cancel'] = '%s every %d %s(s) until canceled';
|
||||
$_['text_day'] = 'day';
|
||||
$_['text_week'] = 'week';
|
||||
$_['text_semi_month'] = 'half-month';
|
||||
$_['text_month'] = 'month';
|
||||
$_['text_year'] = 'year';
|
||||
$_['text_no_results'] = 'Your shopping cart is empty!';
|
||||
$_['text_cart'] = 'View Cart';
|
||||
$_['text_checkout'] = 'Checkout';
|
||||
|
||||
// Error
|
||||
$_['error_product'] = 'Warning: Product could not be found!';
|
8
catalog/language/en-gb/common/cookie.php
Normal file
8
catalog/language/en-gb/common/cookie.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_success'] = 'Thank you for letting us know your choice!';
|
||||
$_['text_cookie'] = 'This website uses cookies. For more information <a href="%s" class="alert-link modal-link">click here</a>.';
|
||||
|
||||
// Button
|
||||
$_['button_agree'] = 'Yes, that\'s fine!';
|
||||
$_['button_disagree'] = 'No Thanks!';
|
3
catalog/language/en-gb/common/currency.php
Normal file
3
catalog/language/en-gb/common/currency.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_currency'] = 'Currency';
|
19
catalog/language/en-gb/common/footer.php
Normal file
19
catalog/language/en-gb/common/footer.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_information'] = 'Information';
|
||||
$_['text_blog'] = 'Blog';
|
||||
$_['text_service'] = 'Customer Service';
|
||||
$_['text_extra'] = 'Extras';
|
||||
$_['text_contact'] = 'Contact Us';
|
||||
$_['text_return'] = 'Returns';
|
||||
$_['text_sitemap'] = 'Site Map';
|
||||
$_['text_gdpr'] = 'GDPR';
|
||||
$_['text_manufacturer'] = 'Brands';
|
||||
$_['text_voucher'] = 'Gift Certificates';
|
||||
$_['text_affiliate'] = 'Affiliate';
|
||||
$_['text_special'] = 'Specials';
|
||||
$_['text_account'] = 'My Account';
|
||||
$_['text_order'] = 'Order History';
|
||||
$_['text_wishlist'] = 'Wish List';
|
||||
$_['text_newsletter'] = 'Newsletter';
|
||||
$_['text_powered'] = '<a href="#"> © Copyright 2024. All Right Reserved. Ekdant</a>';
|
12
catalog/language/en-gb/common/header.php
Normal file
12
catalog/language/en-gb/common/header.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_wishlist'] = 'Wish List (%s)';
|
||||
$_['text_shopping_cart'] = 'Shopping Cart';
|
||||
$_['text_account'] = 'My Account';
|
||||
$_['text_register'] = 'Register';
|
||||
$_['text_login'] = 'Login';
|
||||
$_['text_order'] = 'Order History';
|
||||
$_['text_transaction'] = 'Transactions';
|
||||
$_['text_download'] = 'Downloads';
|
||||
$_['text_logout'] = 'Logout';
|
||||
$_['text_checkout'] = 'Checkout';
|
3
catalog/language/en-gb/common/language.php
Normal file
3
catalog/language/en-gb/common/language.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_language'] = 'Language';
|
7
catalog/language/en-gb/common/maintenance.php
Normal file
7
catalog/language/en-gb/common/maintenance.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Maintenance';
|
||||
|
||||
// Text
|
||||
$_['text_maintenance'] = 'Maintenance';
|
||||
$_['text_message'] = '<h1 style="text-align:center;">We are currently performing some scheduled maintenance. <br/>We will be back as soon as possible. Please check back soon.</h1>';
|
4
catalog/language/en-gb/common/menu.php
Normal file
4
catalog/language/en-gb/common/menu.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_category'] = 'Categories';
|
||||
$_['text_all'] = 'Show All';
|
3
catalog/language/en-gb/common/search.php
Normal file
3
catalog/language/en-gb/common/search.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_search'] = 'Search';
|
Reference in New Issue
Block a user