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/ijzerenman.komma.pro/app/lang/nl/form.php
<?php

return [

    // todo: contact

    'reservation' => [
        'name'      =>  'Naam',
        'party'     =>  'Gezelschap',
        'date'      =>  'Datum',
        'time'      =>  'Tijd',
        'phone'     =>  'Telefoon',
        'email'     =>  'E-mail',
        'menu'      =>  'Menu',
        'notes'     =>  'Bericht',
        'reservation_for' =>  'Reservering voor',
        'newsletter'     =>  'Nieuwsbrief',
    ],

    'callMeBack' => [
        'name'      =>  'Naam',
        'company'   =>  'Organisatie',
        'email'     =>  'E-mail',
        'phone'     =>  'Telefoon',
        'notes'     =>  'Bericht',
        'reservation_for' =>  'Reservering voor',
        'newsletter'     =>  'Nieuwsbrief',
    ],

    'contact' => [
        'name'      =>  'Naam',
        'email'     =>  'E-mail',
        'phone'     =>  'Telefoon',
        'notes'     =>  'Bericht',
        'global'     =>  'Pagina',
        'newsletter'     =>  'Nieuwsbrief',
    ],

    'offer' => [
        'name'      =>  'Naam',
        'company'   =>  'Organisatie',
        'address'   =>  'Adres',
        'postal'    =>  'Postcode',
        'city'      =>  'Woonplaats',
        'email'     =>  'E-mail',
        'phone'     =>  'Telefoon',
        'date'      =>  'Datum',
        'time'      =>  'Tijd',
        'event'     =>  'Evenement',
        'party'     =>  'Gezelschap',
        'catering'  =>  'Horeca-wensen',
        'notes'     =>  'Bericht',
        'reservation_for' =>  'Reservering voor',
        'newsletter'     =>  'Nieuwsbrief',
    ]

];