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/Eurotools/euro-tools.nl/resources/lang/nl/site/form.php
<?php

return [

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

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

    'emailAdres' => [
        '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'       => 'Telefoonnummer',
        'placeholder' => 'Vul hier uw telefoonnummer in'
    ],

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

    // registration form
    'email_address' => [
        'label'       => 'E-mailadres',
        'placeholder' => 'Vul hier uw e-mailadres in'
    ],
    'name' => [
        'label'       => 'Naam',
        'placeholder' => 'Vul hier uw naam in'
    ],
    'first_name' => [
        'label'       => 'Voornaam',
        'placeholder' => 'Vul hier uw voornaam in'
    ],
    'last_name' => [
        'label'       => 'Achternaam',
        'placeholder' => 'Vul hier uw achternaam in'
    ],
    'gender' => 'Man / Vrouw',


    'company_data' => 'Bedrijfsgegevens',
    'company_street' => [
        'label'       => 'Straat',
        'placeholder' => 'Vul hier uw straat in'
    ],
    'company_house_number' => [
        'label'       => 'Huisnr.',
        'placeholder' => 'Vul hier uw huisnummer in'
    ],
    'company_zip_code' => [
        'label'       => 'Postcode',
        'placeholder' => 'Vul hier uw postcode in'
    ],
    'company_city' => [
        'label'       => 'Plaats',
        'placeholder' => 'Vul hier uw woonplaats in'
    ],
    'company_country' => [
        'label'       => 'Land',
        'placeholder' => 'Vul hier uw land in'
    ],
    'chamber_of_commerce' => [
        'label'       => 'KvK',
        'placeholder' => 'Vul hier uw KvK nummer in'
    ],
    'vat_number' => [
        'label'       => 'BTW',
        'placeholder' => 'Vul hier uw BTW nummer in'
    ],

    'different_shipping_address' => 'Mijn afleveradres wijkt af van bovenstaande gegevens',
    'different_shipping_address_short' => 'Afwijkend afleveradres',

    'personal_data' => 'Persoonlijke gegevens',

    'i_agree_with' => 'Ik ga akkoord met de ',

    'request_login' => 'Logingegevens aanvragen',

    'send' => 'Verzenden',

    'sent_message_header' => 'Bedankt voor uw bericht!',
    'sent_message' => 'We nemen zo snel mogelijk contact met u op.',

];