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

use App\Users\Genders;

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

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

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

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

    'coc' => [
        'label'       => 'Kamer van Koophandel',
        'placeholder' => 'Vul je K.v.K. nummer in (optioneel)'
    ],

    'vat' => [
        'label'       => 'BTW-nummer',
        'placeholder' => 'Vul je BTW-nummer in (optioneel)'
    ],

    'wanted_date' => [
        'label'       => 'Gewenste datum',
        'placeholder' => 'Vul je gewenste datum in'
    ],

    'website' => [
        'label'       => 'Website',
        'placeholder' => 'Vul je website 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 je bericht in'
    ],

    'remark_message' => [
        'label'       => 'Opmerking',
        'placeholder' => 'Wil je nog iets aan ons kwijt?'
    ],

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

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

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

    'streetAndHouseNumber' => [
        'label'       => 'Straatnaam + huisnummer',
        'placeholder' => 'Straatnaam + huisnummer'
    ],

    'postal_code' => [
        'label'       => 'Postcode',
        'placeholder' => 'Postcode'
    ],

    'city' => [
        'label'       => 'Woonplaats',
        'placeholder' => 'Woonplaats'
    ],

    'country' => [
        'label'       => 'Land',
        'placeholder' => 'Kies uw land'
    ],

    'subject' => [
        'label'       => 'Onderwerp',
        'placeholder' => 'Kies een onderwerp'
    ],

    'info' => [
        'label'       => 'Adresgegevens en/of klantnummer',
        'placeholder' => 'Vul je adresgegevens en/of klantnummer in'
    ],

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

    'form' => [
        'subjects' => [
            'orders' => 'Bestellingen van machines en/of aanvragen offerte',
            'parts' => 'Onderdelen',
            'administration' => 'Administratie',
            'invoices' => 'Facturen',
            'other' => 'Overige vragen/opmerkingen',
        ],

        'salutation' => [
            'name'         => 'Aanhef',
            'formal' => [
                Genders::Unknown => [
                    'with_salutation' => [
                        'short' => 'Geachte m / mevr',
                        'long'  => 'Geachte heer / mevrouw'
                    ],
                    'without_salutation' => [
                        'short' => 'Dhr. / Mvr.',
                        'long'  => 'De heer / mevrouw'
                    ]
                ],
                Genders::Male => [
                    'with_salutation' => [
                        'short' => 'Geachte m',
                        'long'  => 'Geachte heer'
                    ],
                    'without_salutation' => [
                        'short' => 'Dhr.',
                        'long'  => 'De heer'
                    ]
                ],
                Genders::Female => [
                    'with_salutation' => [
                        'short' => 'Geachte mevr',
                        'long'  => 'Geachte mevrouw'
                    ],
                    'without_salutation' => [
                        'short' => 'Mvr.',
                        'long'  => 'mevrouw'
                    ]
                ],
            ],
            'informal' => [
                Genders::Unknown => [
                    'with_salutation' => [
                        'short' => 'Beste',
                        'long'  => 'Beste'
                    ],
                    'without_salutation' => [
                        'short' => '',
                        'long'  => ''
                    ]
                ],
                Genders::Male => [
                    'with_salutation' => [
                        'short' => 'Beste',
                        'long'  => 'Beste'
                    ],
                    'without_salutation' => [
                        'short' => '',
                        'long'  => ''
                    ]
                ],
                Genders::Female => [
                    'with_salutation' => [
                        'short' => 'Beste',
                        'long'  => 'Beste'
                    ],
                    'without_salutation' => [
                        'short' => '',
                        'long'  => ''
                    ]
                ],
            ]
        ],
    ],
];