File: D:/HostingSpaces/SBogers10/ste.komma.pro/resources/lang/nl/site/form.php
<?php
use App\Users\Genders;
return [
'optional' => 'Optioneel',
'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'
],
'phone' => [
'label' => 'Telefoon',
'placeholder' => 'Vul je telefoonnummer in'
],
'email' => [
'label' => 'E-mailadres',
'placeholder' => 'Vul je e-mail 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 hier uw bericht in'
],
'company' => [
'label' => 'Bedrijfsnaam',
],
'gender' => [
'label' => 'geslacht',
],
'street' => [
'label' => 'Straat',
'placeholder' => 'Vul hier uw straat in'
],
'house_number' => [
'label' => 'Huisnummer',
'placeholder' => 'Vul hier uw huisnummer in'
],
'postal_code' => [
'label' => 'Postal code',
'placeholder' => 'Vul hier uw postcode in'
],
'city' => [
'label' => 'Stad',
'placeholder' => 'Vul hier uw stad in'
],
'country' => [
'label' => 'Land',
'placeholder' => 'Kies uw land'
],
'language' => [
'label' => 'Taal',
'placeholder' => 'Kies uw taal'
],
'invoice_phone' => [
'label' => 'Telefoonnummer',
'placeholder' => 'Vul hier uw telefoonnumer in'
],
'invoice_street' => [
'label' => 'Straat',
'placeholder' => 'Vul hier uw straat in'
],
'invoice_house_number' => [
'label' => 'Huisnummer',
'placeholder' => 'Vul hier uw huisnummer in'
],
'invoice_postal_code' => [
'label' => 'Postal code',
'placeholder' => 'Vul hier uw postcode in'
],
'invoice_city' => [
'label' => 'Stad',
'placeholder' => 'Vul hier uw stad in'
],
'invoice_country' => [
'label' => 'Land',
'placeholder' => 'Kies uw land'
],
'shipping_phone' => [
'label' => 'Telefoonnummer',
'placeholder' => 'Vul hier uw telefoonnumer in'
],
'shipping_street' => [
'label' => 'Straat',
'placeholder' => 'Vul hier uw straat in'
],
'shipping_house_number' => [
'label' => 'Huisnummer',
'placeholder' => 'Vul hier uw huisnummer in'
],
'shipping_postal_code' => [
'label' => 'Postal code',
'placeholder' => 'Vul hier uw postcode in'
],
'shipping_city' => [
'label' => 'Stad',
'placeholder' => 'Vul hier uw stad in'
],
'shipping_country' => [
'label' => 'Land',
'placeholder' => 'Kies uw land'
],
'coupon_code' => [
'label' => 'Kortingscode',
'placeholder' => 'Vul een kortingscode in als je deze hebt'
],
'newsletter' => [
'label' => 'Nieuwsbrief',
'description' => 'Ik wil graag de nieuwsbrief van STE Languages ontvangen',
],
'site_language' => [
'label' => 'Taal website',
],
'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' => ''
]
],
]
],
],
'notes' => 'Opmerkingen',
'accept_legal' => 'Ik accepteer de algemene voorwaarden',
'send' => 'Verzend bericht',
'sent' => [
'title' => 'Bedankt',
'description' => 'Je bericht is verzonden. We komen zo snel mogelijk bij je terug.',
'buttonText' => 'Terug naar homepage',
]
];