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/netwerkbrabant/netwerkbrabant.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'
    ],

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

    'address' => [
        'label'       => 'Straat + huisnummer',
    ],

    'postal' => [
        'label'       => 'Postcode',
    ],

    'city' => [
        'label'       => 'Plaats',
    ],

    'country' => [
        'label'       => 'Land',
        'empty'       => 'Kies een land'
    ],

    'site' => [
        'label'       => 'Website',
    ],

    'site_url' => [
//        'label'       => 'Website URL (https://)',
        'label'       => 'Website',
    ],

    'instagram' => [
        'label'       => 'Instagram',
    ],

    'linkedin' => [
        'label'       => 'LinkedIn',
    ],

    'facebook' => [
        'label'       => 'Facebook',
    ],

    'twitter' => [
        'label'       => 'Twitter',
    ],

    'youtube' => [
        'label'       => 'Youtube',
    ],

    'translationDescription' => [
        'label'       => 'Bedrijfsprofiel',
    ],

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

    'region_id' => [
        'label'       => 'Regio',
        'empty'       => 'Geen regio',
    ],

    'company_category_id' => [
        'label'       => 'Branche',
        'empty'       => 'Geen branche',
    ],

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

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

    'function' => [
        'label'       => 'Functie',
    ],

    'currentPassword' => [
        'label'       => 'Huidig wachtwoord',
    ],

    'newPassword' => [
        'label'       => 'Nieuw wachtwoord, minimaal 8 tekens',
    ],

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

    'repeatPassword' => [
        'label'       => 'Herhaal wachtwoord',
    ],

    'invoice_email' => [
        'label'       => 'E-mailadres',
    ],

    'invoice_address' => [
        'label'       => 'Straat + huisnummer',
    ],

    'invoice_phone' => [
        'label'       => 'Telefoonnummer',
    ],

    'invoice_postal' => [
        'label'       => 'Postcode',
    ],

    'invoice_city' => [
        'label'       => 'Plaats',
    ],

    'other_invoice_address' => [
        'label'       => 'De factuurgegevens wijken af van de bedrijfsgegevens.',
    ],

    'user_first_name' => [
        'label'       => 'Voornaam',
    ],

    'user_last_name' => [
        'label'       => 'Achternaam',
    ],

    'user_email' => [
        'label'       => 'E-mailadres',
    ],

    'user_phone' => [
        'label'       => 'Telefoonnummer',
    ],

    'user_password' => [
        'label'       => 'Wachtwoord, minimaal 8 tekens',
    ],

    'user_repeat_password' => [
        'label'       => 'Herhaal wachtwoord',
    ],

    'particularities' => [
        'label'       => 'Bijzonderheden: Bijv. glutenallergie',
    ],
    'invoice_reference' => [
        'label'       => 'Referentie: Bijv. proquronummer',
    ],

    'other_invoice_email' => [
        'label'       => 'E-mailadres voor facturatie',
    ],

    'other_invoice_company' => [
        'label'       => 'Bedrijfsnaam voor facturatie',
    ],

    'plus_one_company' => [
        'label'       => 'Bedrijfsnaam',
    ],
    'plus_one_first_name' => [
        'label'       => 'Voornaam',
    ],
    'plus_one_last_name' => [
        'label'       => 'Achternaam',
    ],
    'plus_one_email' => [
        'label'       => 'E-mailadres',
    ],
    'plus_one_address' => [
        'label'       => 'Straat + huisnummer',
    ],
    'plus_one_postal' => [
        'label'       => 'Postcode',
    ],
    'plus_one_city' => [
        'label'       => 'Plaats',
    ],
    'plus_one_country' => [
        'label'       => 'Land',
        'empty'       => 'Kies een land'
    ],
    'plus_one_phone' => [
        'label'       => 'Telefoonnummer',
    ],
    'plus_one_site' => [
        'label'       => 'Website',
    ],
    'plus_one_particularities' => [
        'label'       => 'Bijzonderheden: Bijv. glutenallergie',
    ],

    'send' => 'Verzenden'

];