FleetCart/Themes/Storefront/resources/lang/en/layout.php

41 lines
1.6 KiB
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'home' => 'Home',
'contact' => 'Contact',
'compare' => 'Compare',
'account' => 'Account',
'login' => 'Login',
'search_for_products' => 'Search for products',
'category_suggestions' => 'Category Suggestions',
'product_suggestions' => 'Product Suggestions',
'more_results' => ':count more results',
'favorites' => 'Favorites',
'most_searched' => 'Most searched:',
'all_categories_header' => 'ALL CATEGORIES',
'all_categories' => 'All Categories',
'navigation' => 'Navigation',
'categories' => 'Categories',
'menu' => 'Menu',
'shopping_cart' => 'Shopping Cart',
'subtotal' => 'Subtotal',
2023-12-03 14:07:47 +00:00
'view_cart' => 'View Cart',
'checkout' => 'Checkout',
2023-06-11 12:14:03 +00:00
'subscribe_to_our_newsletter' => 'Subscribe to Our Newsletter',
'subscribe_to_our_newsletter_subtitle' => 'Subscribe to our newsletter & get notification about discounts.',
'by_subscribing' => 'By subscribing to our newsletter you agree to our ',
'privacy_policy' => 'Privacy Policy.',
'don\'t_show_this_popup_again' => 'Don\'t show this popup again',
'enter_your_email_address' => 'Enter your email address',
2023-12-03 14:07:47 +00:00
'subscribe' => 'Subscribe',
'subscribed' => 'Subscribed',
2023-06-11 12:14:03 +00:00
'the_website_uses_cookies' => 'The website uses cookies to ensure you get the best experience on our website.',
2023-12-03 14:07:47 +00:00
'accept' => 'Accept',
2023-06-11 12:14:03 +00:00
'next' => 'NEXT',
'prev' => 'PREV',
'enter_captcha_code' => 'Enter captcha code',
'contact_us' => 'Contact Us',
'my_account' => 'My Account',
'tags' => 'Tags',
];