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

use App\Komma\Users\Genders;

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

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

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

    'company_name'        => [
        'label'       => 'Bedrijfsnaam',
    ],

    'contact_name'        => [
        'label'       => 'Contactpersoon',
    ],

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

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

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

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

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

    'form_message' => [
        'label'       => 'Omschrijving',
    ],

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

    'culture' => [
        'label'       => 'Taal / Land',
    ],

    'street' => [
        'label'       => 'Straat',
    ],

    'house_number' => [
        'label'       => 'Huisnummer',
    ],

    'postal_code' => [
        'label'       => 'Postal code',
    ],

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

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

    'send' => 'Versturen'

];