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/blije-gasten.komma.pro/resources/lang/nl/site/email.php
<?php

return [
    'contact' => [
        'subject' => 'Contactverzoek'
    ],

    'order' => [
        'invoice_number' => 'Factuurnummer',
        'order_number' => 'Bestelnummer',
        'date' => 'Datum activiteit',
        'product_heading' => 'Product',
        'quantity_heading' => 'Aantal',
        'price_each_heading' => 'Prijs per stuk',
        'price_heading' => 'Prijs',
        'subtotal_heading' => 'Subtotal',
        'shipping_heading' => 'Leveringskosten',
        'paid_deposit' => 'Reeds betaalde borg',
        'shortage_total' => 'Gemaakte kosten',
        'additional_payment' => 'Bij te betalen',
        'shipping_undefined' => 'n.t.b.',
        'vat_heading' => 'inclusief btw',
        'total_heading' => 'Total',

        'use_shipping' => [
            'title' => 'Afhalen',
            'description' => 'Je hebt aangegeven om de bestelling zelf te komen afhalen.'
        ],

        'deposit' => [
            'title' => 'Borgkosten',
            'description' => 'Na correcte en volledige inlevering wordt de borg binnen 5 werkdagen teruggestort op je betaalrekening.',
        ]
    ]
];