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/otium.komma.nl/resources/lang/nl/form.php
<?php

return [
    'name'       => [
        'label'       => 'Naam',
        'placeholder' => 'Vul je naam in'
    ],

    'first_name'       => [
        'label'       => 'Voornaam',
        'placeholder' => 'Vul je voornaam in'
    ],

    'last_name'        => [
        'label'       => 'Achternaam',
        'placeholder' => 'Vul je achternaam in'
    ],

    'phone' => [
        'label'       => 'Telefoonnummer',
        'placeholder' => 'Vul je telefoonnummer in'
    ],

    'email' => [
        'label'       => 'E-mailadres',
        'placeholder' => 'Vul je e-mail in'
    ],

    'password' => [
        'label'       => 'Wachtwoord',
        'placeholder' => 'Vul je wachtwoord in'
    ],

    'password_confirmation' => [
        'label'       => 'Herhaling wachtwoord',
        'placeholder' => 'Vul opnieuw je wachtwoord in'
    ],

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

    'gender' => [
        'label'       => 'geslacht',
    ],

    'culture' => [
        'label'       => 'Taal / Land',
        'placeholder' => 'Vul hier uw land in'
    ],

    'street' => [
        'label'       => 'Straat',
        'placeholder' => 'Vul hier uw straat in'
    ],

    'house_number' => [
        'label'       => 'Huisnummer',
        'placeholder' => 'Vul hier uw huisnummer in'
    ],

    'postal_code' => [
        'label'       => 'Postal code',
        'placeholder' => 'Vul hier uw postcode in'
    ],

    'city' => [
        'label'       => 'Stad',
        'placeholder' => 'Vul hier uw stad in'
    ],

    'day_of_the_week' => [
        'label'       => 'Dag',
        'placeholder'       => 'Kies een dag',
        'options' => [
            'maandag' => 'maandag',
            'dinsdag' => 'dinsdag',
            'woensdag' => 'woensdag',
            'donderdag' => 'donderdag',
            'vrijdag' => 'vrijdag',
            'zaterdag' => 'zaterdag',
            'zondag' => 'zondag',
        ],
    ],

    'accept_legal' => [
        'label' => 'Algemene voorwaarden',
        'checkbox_label' => 'Ik accepteer de algemene voorwaarden',
    ],

    'send' => 'Versturen'

];