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,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!';

View 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!';

View File

@ -0,0 +1,3 @@
<?php
// Text
$_['text_currency'] = 'Currency';

View 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>';

View 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';

View File

@ -0,0 +1,3 @@
<?php
// Text
$_['text_language'] = 'Language';

View 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>';

View File

@ -0,0 +1,4 @@
<?php
// Text
$_['text_category'] = 'Categories';
$_['text_all'] = 'Show All';

View File

@ -0,0 +1,3 @@
<?php
// Text
$_['text_search'] = 'Search';