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/Neopoints/momsecurity.be/resources/lang/nl/form.php
<?php

return [

    'company' => [
        'label'       => 'Bedrijfsnaam',
        'placeholder' => 'Vul hier uw bedrijfsnaam in'
    ],

    'email' => [
        'label'       => 'E-mailadres',
        'placeholder' => 'Vul hier uw e-mailadres in'
    ],

    'formMessage' => [
        'label'       => 'Bericht',
        'placeholder' => 'Vul hier uw bericht in'
    ],

    'name' => [
        'label'       => 'Naam',
        'placeholder' => 'Vul hier uw naam in'
    ],

    'phone' => [
        'label'       => 'Telefoon',
        'placeholder' => 'Vul hier uw telefoon in'
    ],

    'clientType' => [
        'label'       => 'Particulier of bedrijf?',
    ],

    'salutation' => [
        'label' => 'Aanhef',
        'options' => [
            1 => 'Dhr.',
            2 => 'Mevr.'
        ],
    ],

    'send' => 'Verstuur bericht'

];