first upload all files
This commit is contained in:
82
Themes/Storefront/resources/lang/en/storefront.php
Normal file
82
Themes/Storefront/resources/lang/en/storefront.php
Normal file
@@ -0,0 +1,82 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'storefront' => 'Storefront',
|
||||
'form' => [
|
||||
'favicon' => 'Favicon',
|
||||
'header_logo' => 'Header Logo',
|
||||
'mail_logo' => 'Mail Logo',
|
||||
'accepted_payment_methods_image' => 'Accepted Payment Methods Image',
|
||||
'newsletter_bg_image' => 'Background Image',
|
||||
'please_select' => 'Please Select',
|
||||
'background' => 'Background',
|
||||
'banner' => 'Banner',
|
||||
'banner_1' => 'Banner 1',
|
||||
'banner_2' => 'Banner 2',
|
||||
'banner_3' => 'Banner 3',
|
||||
'feature_1' => 'Feature 1',
|
||||
'feature_2' => 'Feature 2',
|
||||
'feature_3' => 'Feature 3',
|
||||
'feature_4' => 'Feature 4',
|
||||
'feature_5' => 'Feature 5',
|
||||
'enable_features_section' => 'Enable features section',
|
||||
'enable_most_searched_keywords' => 'Enable most searched keywords',
|
||||
'product_page_banner' => 'Product Page Banner',
|
||||
'enable_three_column_full_width_banners_section' => 'Enable three column full width banners section',
|
||||
'enable_featured_categories_section' => 'Enable featured categories section',
|
||||
'enable_product_tabs_one_section' => 'Enable product tabs one section',
|
||||
'enable_brands_section' => 'Enable brands section',
|
||||
'enable_flash_sale_and_vertical_products_section' => 'Enable flash sale & vertical products section',
|
||||
'enable_two_column_banners_section' => 'Enable two column banners section',
|
||||
'enable_product_grid_section' => 'Enable product grid section',
|
||||
'enable_three_column_banners_section' => 'Enable three column banners section',
|
||||
'enable_product_tabs_two_section' => 'Enable product tabs two section',
|
||||
'enable_one_column_banner_section' => 'Enable One column banner section',
|
||||
'product_types' => [
|
||||
'category_products' => 'Category Products',
|
||||
'latest_products' => 'Latest Products',
|
||||
'recently_viewed_products' => 'Recently Viewed Products',
|
||||
'custom_products' => 'Custom Products',
|
||||
],
|
||||
'category_1' => 'Category 1',
|
||||
'category_2' => 'Category 2',
|
||||
'category_3' => 'Category 3',
|
||||
'category_4' => 'Category 4',
|
||||
'category_5' => 'Category 5',
|
||||
'category_6' => 'Category 6',
|
||||
'tab_1' => 'Tab 1',
|
||||
'tab_2' => 'Tab 2',
|
||||
'tab_3' => 'Tab 3',
|
||||
'tab_4' => 'Tab 4',
|
||||
'storefront_top_brands' => 'Top Brands',
|
||||
'flash_sale' => 'Flash Sale',
|
||||
'vertical_products_1' => 'Vertical Products 1',
|
||||
'vertical_products_2' => 'Vertical Products 2',
|
||||
'vertical_products_3' => 'Vertical Products 3',
|
||||
],
|
||||
'tabs' => [
|
||||
'group' => [
|
||||
'general_settings' => 'General Settings',
|
||||
'home_page_sections' => 'Home Page Sections',
|
||||
],
|
||||
'general' => 'General',
|
||||
'logo' => 'Logo',
|
||||
'menus' => 'Menus',
|
||||
'footer' => 'Footer',
|
||||
'newsletter' => 'Newsletter',
|
||||
'features' => 'Features',
|
||||
'product_page' => 'Product Page',
|
||||
'social_links' => 'Social Links',
|
||||
'slider_banners' => 'Slider Banners',
|
||||
'featured_categories' => 'Featured Categories',
|
||||
'three_column_full_width_banners' => 'Three Column Full Width Banners',
|
||||
'product_tabs_one' => 'Product Tabs One',
|
||||
'top_brands' => 'Top Brands',
|
||||
'flash_sale_and_vertical_products' => 'Flash Sale & Vertical Products',
|
||||
'two_column_banners' => 'Two column banners',
|
||||
'product_grid' => 'Product Grid',
|
||||
'three_column_banners' => 'Three Column Banners',
|
||||
'product_tabs_two' => 'Product Tabs Two',
|
||||
'one_column_banner' => 'One Column Banner',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user