HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/topswtwmobile.komma.pro/app/lang/en/checkout/thanks.php
<?php

return [

    // Global
    'title'                 => 'Thank you',
    'no_order_found'        => 'Unfortunately, we could not find your order.',

    // Delivery time for thanks page
    'del_time' => [
        'inStock' => '2 to 3 working days',
        'del_time1' => '5 to 7 working days',
        'del_time2' => '10 to 15 working days',
    ],

    // Message to user
    'message' => [
        'thank_you'             => '<strong>Thank you</strong>for your<br />order!',
        'message'               => '<p><strong>We have received your order</strong>. We will do everything we can to 
        							ship your order as soon as possible.</p>',
        'details' => [
            'email'             => 'We have sent an e-mail to <strong>:email</strong>',
            'orderNumber'       => 'Your order number is <strong>:orderNumber</strong>',
            'shipping'          => 'Your order will be delivered within <strong>:deliveryTime</strong>',
        ],
        'greetings'             => 'With kind regards,',
    ],

    // Create account after order
    'create_account' => [
        'title'             => 'Make it easier for yourself when placing a future order!',
        'description'       => '<p>
                                Fill in a password and <strong>create an account</strong> for easy acces next time. 
                                That way, you will not have to fill out your personal data next time!
                                </p>',
        'button'            => 'Create an account',
    ],

    // Link existing account to order
    'link_account' => [
        'title'             => 'Keep track of all your orders!',
        'description'       => '<p>Enter your password and <strong>link this order</strong> to your account.
                                That way, you will always have an overview of your orders at
                                TOPS MVHR Filters.
                                </p>',
        'button'            => 'Link account',
    ],

];