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

return [

    'dcv_title' => 'Reserveer jouw geitje',

    'arrangement'       => [
        'label'       => 'Arrangement',
        'placeholder' => ''
    ],

    'name'       => [
        'label'       => 'Naam',
        'placeholder' => ''
    ],

    'first_name'       => [
        'label'       => 'Voornaam',
        'placeholder' => ''
    ],

    'last_name'        => [
        'label'       => 'Achternaam',
        'placeholder' => ''
    ],

    'phone' => [
        'label'       => 'Telefoonnummer',
        'placeholder' => ''
    ],

    'email' => [
        'label'       => 'E-mailadres',
        'placeholder' => ''
    ],

    'organisation' => [
        'label'       => 'Organisatie',
        'placeholder' => 'Optioneel'
    ],
    'timeslot' => [
        'label'       => 'Gewenste tijdslot',
        'option_1' => 'Voormiddag',
        'option_2' => 'Namiddag',
        'option_3' => 'Ganse dag',
    ],
    'with_picknick' => [
        'label'       => 'Met picknick?',
        'option' => 'Ja, graag! (+ €12 euro p.p)',
    ],
    'with_bbq' => [
        'label'       => 'Met BBQ?',
        'option' => 'Ja, graag! (+ €35 euro p.p)',
    ],
    'with_gas_service' => [
        'label'       => 'Met tankservice',
        'option' => 'Ja, graag! (halve dag + €10 / hele dag + €15)',
    ],
    'with_insurance' => [
        'label'       => 'Met Omniumverzekering',
        'option' => 'Ja, graag! (+ €50 per voertuig)',
    ],
    'voucher' => [
        'label'       => 'Center Parcs code',
        'placeholder' => 'Optioneel'
    ],

    'catering' => [
        'label'       => 'Catering',
    ],

    'date' => [
        'label'       => 'Gewenste datum',
        'placeholder' => 'DD/MM/YYYY'
    ],

    'group_size' => [
        'label'       => 'Aantal personen',
        'placeholder' => 'Schatting'
    ],

    'password' => [
        'label'       => 'Wachtwoord',
        'placeholder' => ''
    ],

    'password_confirmation' => [
        'label'       => 'Herhaling wachtwoord',
        'placeholder' => ''
    ],

    'form_message' => [
        'label'       => 'Opmerkingen',
        'placeholder' => 'Eventuele extra opmerkingen.'
    ],

    'remarks' => [
        'label'       => 'Jouw wensen',
        'placeholder' => 'Bijvoorbeeld: &#10;Eén van ons eet glutenvrij. &#10;We willen iets wat leuk is voor kinderen. &#10;We willen graag blijven slapen.'
    ],

    'motivation' => [
        'label'       => 'Motivatie',
        'placeholder' => ''
    ],

    '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'
    ],

    'cars' => [
        'label'       => 'Aantal auto\'s',
    ],

    'accept_legal' => 'Ik accepteer de algemene voorwaarden',

    'send' => 'Versturen'

];