first upload all files

This commit is contained in:
NW
2023-06-11 13:14:03 +01:00
parent f14dbc52b5
commit c08b36d1b6
1705 changed files with 106852 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
return [
'404' => '404',
'page_not_found' => 'Oops! Page Not Found.',
'unable_to_find_the_page' => 'Sorry but we are unable to find the page that you are looking for.',
'back_to_home' => 'BACK TO HOME',
];

View File

@@ -0,0 +1,100 @@
<?php
return [
'image' => 'IMAGE',
'product_name' => 'PRODUCT NAME',
'date' => 'DATE',
'status' => 'STATUS',
'action' => 'ACTION',
'pages' => [
'my_account' => 'My Account',
'dashboard' => 'Dashboard',
'my_orders' => 'My Orders',
'my_downloads' => 'My Downloads',
'my_wishlist' => 'My Wishlist',
'my_reviews' => 'My Reviews',
'my_addresses' => 'My Addresses',
'my_profile' => 'My Profile',
'logout' => 'Logout',
],
'dashboard' => [
'recent_orders' => 'Recent Orders',
'view_all' => 'View All',
'account_information' => 'Account Information',
'edit' => 'Edit',
],
'orders' => [
'order_id' => 'ORDER ID',
'total' => 'TOTAL',
'view' => 'View',
'view_order' => 'View Order',
'no_orders' => 'You haven\'t placed any order yet.',
],
'view_order' => [
'view_order' => 'View Order',
'order_information' => 'Order Information',
'id' => 'ID',
'phone' => 'Phone:',
'email' => 'Email:',
'date' => 'Date:',
'shipping_method' => 'Shipping Method:',
'payment_method' => 'Payment Method:',
'order_note' => 'Order Note:',
'billing_address' => 'Billing Address',
'shipping_address' => 'Shipping Address',
'unit_price' => 'UNIT PRICE',
'quantity' => 'QUANTITY',
'line_total' => 'LINE TOTAL',
'subtotal' => 'Subtotal',
'coupon' => 'Coupon',
'total' => 'Total',
],
'downloads' => [
'filename' => 'FILENAME',
'download' => 'Download',
'no_file_found' => 'No file found.',
'no_downloadable_files' => 'You don\'t have any downloadable files.',
],
'wishlist' => [
'price' => 'PRICE',
'availability' => 'AVAILABILITY',
'in_stock' => 'In Stock',
'out_of_stock' => 'Out of Stock',
'delete' => 'Delete',
'empty_wishlist' => 'Your wishlist is empty.',
],
'reviews' => [
'rating' => 'RATING',
'no_reviews' => 'You haven\'t reviewed any product yet.',
],
'addresses' => [
'confirm' => 'Are you sure want to delete this address?',
'edit' => 'Edit',
'delete' => 'Delete',
'new_address' => 'New Address',
'add_new_address' => 'ADD NEW ADDRESS',
'first_name' => 'First Name',
'last_name' => 'Last Name',
'street_address' => 'Street Address',
'address_line_1' => 'Address Line 1',
'address_line_2' => 'Address Line 2 (optional)',
'city' => 'City',
'zip' => 'Postcode / ZIP',
'country' => 'Country',
'state' => 'State / Province',
'please_select' => 'Please Select',
'cancel' => 'CANCEL',
'save_address' => 'SAVE ADDRESS',
],
'profile' => [
'account' => 'Account',
'email' => 'Email',
'phone' => 'Phone',
'first_name' => 'First Name',
'last_name' => 'Last Name',
'password' => 'Password',
'new_password' => 'New Password',
'confirm_password' => 'Confirm Password',
'save_changes' => 'SAVE CHANGES',
],
];

View File

@@ -0,0 +1,47 @@
<?php
return [
'storefront_welcome_text' => 'Welcome Text',
'storefront_theme_color' => 'Theme Color',
'storefront_custom_theme_color' => 'Custom Theme Color',
'storefront_mail_theme_color' => 'Mail Theme Color',
'storefront_custom_mail_theme_color' => 'Custom Mail Theme Color',
'storefront_slider' => 'Slider',
'storefront_terms_page' => 'Terms & Conditions Page',
'storefront_privacy_page' => 'Privacy Policy Page',
'storefront_address' => 'Address',
'storefront_most_searched_keywords' => 'Most Searched Keywords',
'storefront_navbar_text' => 'Navbar Text',
'storefront_primary_menu' => 'Primary Menu',
'storefront_category_menu' => 'Category Menu',
'storefront_footer_menu_one_title' => 'Footer Menu One Title',
'storefront_footer_menu_one' => 'Footer Menu One',
'storefront_footer_menu_two_title' => 'Footer Menu Two Title',
'storefront_footer_menu_two' => 'Footer Menu Two',
'storefront_footer_tags' => 'Footer Tags',
'storefront_copyright_text' => 'Footer Copyright Text',
'storefront_facebook_link' => 'Facebook',
'storefront_twitter_link' => 'Twitter',
'storefront_instagram_link' => 'Instagram',
'storefront_youtube_link' => 'Youtube',
'caption_1' => 'Caption 1',
'caption_2' => 'Caption 2',
'call_to_action_text' => 'Call to Action Text',
'call_to_action_url' => 'Call to Action URL',
'url' => 'URL',
'enabled' => 'Enabled',
'open_in_new_window' => 'Open in new window',
'title' => 'Title',
'subtitle' => 'Subtitle',
'icon' => 'Icon',
'section_status' => 'Section Status',
'section_title' => 'Section Title',
'section_subtitle' => 'Section Subtitle',
'category' => 'Category',
'total_products' => 'Total Products',
'type' => 'Type',
'products_limit' => 'Products Limit',
'products' => 'Products',
'storefront_top_brands' => 'Top Brands',
'storefront_active_flash_sale_campaign' => 'Active Campaign',
];

View File

@@ -0,0 +1,6 @@
<?php
return [
'brands' => 'Brands',
'no_brand_found' => 'Oops! No brand found.',
];

View File

@@ -0,0 +1,29 @@
<?php
return [
'cart' => 'Cart',
'shopping_cart' => 'SHOPPING CART',
'checkout' => 'CHECKOUT',
'order_complete' => 'ORDER COMPLETE',
'table' => [
'image' => 'IMAGE',
'product_name' => 'PRODUCT NAME',
'unit_price' => 'UNIT PRICE',
'quantity' => 'QUANTITY',
'line_total' => 'LINE TOTAL',
'unit_price:' => 'Unit Price:',
'quantity:' => 'Quantity:',
'line_total:' => 'Line Total:',
],
'enter_coupon_code' => 'Enter coupon code',
'apply_coupon' => 'APPLY COUPON',
'order_summary' => 'Order Summary',
'subtotal' => 'Subtotal',
'coupon' => 'Coupon',
'shipping_method' => 'Shipping Method',
'total' => 'Total',
'proceed_to_checkout' => 'PROCEED TO CHECKOUT',
'your_cart_is_empty' => 'Your cart is empty',
'looks_like_you_haven\'t_made_any_choice_yet' => 'Looks like you haven\'t made any choice yet.',
'continue_shopping' => 'Continue Shopping',
];

View File

@@ -0,0 +1,6 @@
<?php
return [
'all_categories' => 'All Categories',
'no_category_found' => 'Opps! No category found.',
];

View File

@@ -0,0 +1,19 @@
<?php
return [
'checkout' => 'Checkout',
'account_details' => 'Account Details',
'add_new_address' => '+ ADD NEW ADDRESS',
'billing_details' => 'Billing Details',
'you_must_select_an_address' => 'You must select an address.',
'please_select' => 'Please Select',
'create_an_account_by_entering_the_information_below' => 'Create an account by entering the information below. If you are a returning customer please login from the top of the page.',
'shipping_details' => 'Shipping Details',
'special_note_for_delivery' => 'Special note for delivery',
'payment_method' => 'Payment Method',
'no_payment_method' => 'No payment method is found.',
'payment_instructions' => 'Payment Instructions',
'i_agree_to_the' => 'I agree to the',
'terms_&_conditions' => 'Terms & Conditions',
'place_order' => 'PLACE ORDER',
];

View File

@@ -0,0 +1,15 @@
<?php
return [
'compare' => 'Compare',
'no_product' => 'No product in the compare list.',
'product_overview' => 'Product Overview',
'description' => 'Description',
'rating' => 'Rating',
'availability' => 'Availability',
'in_stock' => 'In Stock',
'out_of_stock' => 'Out of Stock',
'price' => 'Price',
'actions' => 'Actions',
'add_to_cart' => 'Add to cart',
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'contact' => 'Contact',
'leave_a_message' => 'Leave a Message',
'send_message' => 'SEND MESSAGE',
];

View File

@@ -0,0 +1,21 @@
<?php
return [
'subject' => 'Invoice for order #:id',
'invoice' => 'INVOICE',
'order_id' => 'Order ID',
'date' => 'Date',
'order_details' => 'Order Details',
'email' => 'Email',
'phone' => 'Phone',
'payment_method' => 'Payment Method',
'billing_address' => 'Billing Address',
'shipping_address' => 'Shipping Address',
'product' => 'Product',
'unit_price' => 'Unit Price',
'quantity' => 'Quantity',
'line_total' => 'Line Total',
'subtotal' => 'Subtotal',
'coupon' => 'Coupon',
'total' => 'Total',
];

View File

@@ -0,0 +1,41 @@
<?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',
];

View File

@@ -0,0 +1,6 @@
<?php
return [
'default' => 'Default',
'slider_with_banners' => 'Slider With Banners',
];

View File

@@ -0,0 +1,6 @@
<?php
return [
'hello' => 'Hello :name!',
'all_rights_reserved' => 'All rights reserved.',
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'order_placed' => 'Order Placed!',
'your_order_has_been_placed' => 'Your order has been placed. Your order ID is: <b>:id</b>',
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'storefront' => [
'edit' => 'Edit Storefront Settings',
],
];

View File

@@ -0,0 +1,35 @@
<?php
return [
'left_in_stock' => ':count left in stock',
'in_stock' => 'In stock',
'out_of_stock' => 'Out of stock',
'wishlist' => 'Wishlist',
'compare' => 'Compare',
'options' => [
'choose_an_option' => 'Choose an option',
],
'quantity' => 'Quantity',
'add_to_cart' => 'ADD TO CART',
'sku' => 'SKU:',
'categories' => 'Categories:',
'tags' => 'Tags:',
'share' => 'Share:',
'facebook' => 'Facebook',
'twitter' => 'Twitter',
'linkedin' => 'Linkedin',
'tumblr' => 'Tumblr',
'you_might_also_like' => 'You might also like',
'description' => 'Description',
'specification' => 'Specification',
'reviews' => 'Reviews (:count)',
'add_a_review' => 'Add a review',
'review_form' => [
'your_rating' => 'Your Rating',
'name' => 'Name',
'comment' => 'Comment',
'submit' => 'SUBMIT',
],
'be_the_first_one_to_review_this_product' => 'Be the first one to review this product.',
'related_products' => 'Related Products',
];

View File

@@ -0,0 +1,19 @@
<?php
return [
'out_of_stock' => 'Out of Stock',
'new' => 'New',
'add_to_cart' => 'ADD TO CART',
'view_options' => 'VIEW OPTIONS',
'compare' => 'Compare',
'wishlist' => 'Wishlist',
'available' => 'Available:',
'sold' => 'Sold:',
'years' => 'Years',
'months' => 'Months',
'weeks' => 'Weeks',
'days' => 'Days',
'hours' => 'Hours',
'minutes' => 'Minutes',
'seconds' => 'Seconds',
];

View File

@@ -0,0 +1,31 @@
<?php
return [
'browse_categories' => 'Browse Categories',
'price' => 'Price',
'filters' => 'Filters',
'latest_products' => 'Latest Products',
'search_results_for' => 'Search results for:',
'shop' => 'Shop',
'grid_view' => 'Grid View',
'list_view' => 'List View',
'sort_options' => [
'relevance' => 'Relevance',
'alphabetic' => 'Alphabetic',
'topRated' => 'Top Rated',
'latest' => 'Latest',
'priceLowToHigh' => 'Price: Low to High',
'priceHighToLow' => 'Price: High to Low',
],
'per_page_options' => [
'10' => '10',
'20' => '20',
'30' => '30',
'40' => '40',
'50' => '50',
],
'show_more' => '+ show more',
'show_less' => '- show less',
'no_product_found' => 'Oops! No product found.',
'showing_results' => 'Showing :from-:to of :total results',
];

View File

@@ -0,0 +1,5 @@
<?php
return [
'storefront' => 'Storefront',
];

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

View File

@@ -0,0 +1,17 @@
<?php
return [
'blue' => 'Blue',
'bondi-blue' => 'Bondi Blue',
'cornflower' => 'Cornflower',
'violet' => 'Violet',
'red' => 'Red',
'yellow' => 'Yellow',
'orange' => 'Orange',
'green' => 'Green',
'pink' => 'Pink',
'black' => 'Black',
'indigo' => 'Indigo',
'magenta' => 'Magenta',
'custom_color' => 'Custom Color',
];