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

use App\Users\Genders;

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

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

    'last_name_prefix'       => [
        'label'       => 'Tussenv.'
    ],

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

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

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

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

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

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

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

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

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

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

    'house_number' => [
        'label'       => 'Huisnr. + toevoeging',
    ],

    'addition' => [
        'label'       => 'Toev.',
    ],

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

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

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

    'language' => [
        'label'       => 'Taal',
    ],

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

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

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

    'invoice_addition' => [
        'label'       => 'Toev.',
    ],


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

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

    'invoice_country' => [
        'label'       => 'Land',
    ],

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

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

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

    'shipping_addition' => [
        'label'       => 'Toevoeging',
    ],

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

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

    'shipping_country' => [
        'label'       => 'Land',
    ],

    'coupon_code' => [
        'label'       => 'Kortingscode',
    ],

    'remarks' => [
        'label'       => 'Opmerkingen',
    ],

    'accept_legal' => [
        'label'       => 'Ik accepteer de algemene voorwaarden',
        'description' => 'algemene voorwaarden'
    ],

    'form' => [
        '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'  => ''
                    ]
                ],
            ]
        ],
    ],

    'show' => 'Toon',
    'hide' => 'Verberg',
    'send' => 'Verzend bericht',
    'sent' => 'Je bericht is verzonden. We komen zo snel mogelijk bij je terug.'
];