FleetCart/Themes/Storefront/resources/lang/en/layout.php
2023-06-11 13:14:03 +01:00

42 lines
1.6 KiB
PHP

<?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',
'all_categories' => 'All Categories',
'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',
'view_cart' => 'VIEW CART',
'checkout' => 'CHECKOUT',
'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',
'subscribe' => 'SUBSCRIBE',
'subscribed' => 'SUBSCRIBED',
'the_website_uses_cookies' => 'The website uses cookies to ensure you get the best experience on our website.',
'got_it' => 'GOT IT!',
'next' => 'NEXT',
'prev' => 'PREV',
'enter_captcha_code' => 'Enter captcha code',
'contact_us' => 'Contact Us',
'my_account' => 'My Account',
'tags' => 'Tags',
];