File: D:/HostingSpaces/blijegasten/blijegasten.be/resources/lang/nl/site/form.php
<?php
use App\Komma\Users\Genders;
return [
'name' => [
'label' => 'Naam',
'placeholder' => 'Vul je naam in',
],
'company_name' => [
'label' => 'Bedrijfsnaam',
'placeholder' => '',
],
'first_name' => [
'label' => 'Voornaam',
'placeholder' => 'Vul je voornaam in',
],
'last_name' => [
'label' => 'Achternaam',
'placeholder' => 'Vul je achternaam in',
],
'name_preposition' => [
'label' => 'Tussenv.',
'placeholder' => '',
],
'phone' => [
'label' => 'Telefoon',
'placeholder' => 'Vul je telefoonnummer in',
],
'email' => [
'label' => 'E-mailadres',
'placeholder' => 'Vul je e-mailadres 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',
],
'gender' => [
'label' => 'geslacht',
],
'quantity' => [
'label' => 'Aantal',
],
'street' => [
'label' => 'Straat',
'placeholder' => 'Vul hier uw straat in',
],
'house_number' => [
'label' => 'Huisnummer',
'placeholder' => 'Vul hier uw huisnummer in',
],
'postal_code' => [
'label' => 'Postcode',
'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_company' => [
'label' => 'Bedrijfsnaam',
'placeholder' => 'Vul hier uw bedrijfsnaam in',
],
'invoice_vat_number' => [
'label' => 'Btw-nummer',
'placeholder' => 'Vul hier uw btw-nummer in',
],
'invoice_street' => [
'label' => 'Straat',
'placeholder' => 'Vul hier uw straat in',
],
'invoice_house_number' => [
'label' => 'Huisnr.',
'placeholder' => 'Vul hier uw huisnummer in',
],
'invoice_house_number_addition' => [
'label' => 'Toev.',
'placeholder' => '',
],
'invoice_postal_code' => [
'label' => 'Postcode',
'placeholder' => 'Vul hier uw postcode in',
],
'invoice_city' => [
'label' => 'Plaats',
'placeholder' => 'Vul hier uw stad in',
],
'invoice_country' => [
'label' => 'Land',
'placeholder' => 'Kies uw land',
],
'other_shipping_address' => [
'label' => 'Het leveringsadres is anders dan het factuuradres.',
],
'shipping_phone' => [
'label' => 'Telefoonnummer',
'placeholder' => 'Vul hier uw telefoonnumer in',
],
'shipping_street' => [
'label' => 'Straat',
'placeholder' => 'Vul hier uw straat in',
],
'shipping_house_number' => [
'label' => 'Huisnr.',
'placeholder' => 'Vul hier uw huisnummer in',
],
'shipping_house_number_addition' => [
'label' => 'Toev.',
'placeholder' => '',
],
'shipping_postal_code' => [
'label' => 'Postcode',
'placeholder' => 'Vul hier uw postcode in',
],
'shipping_city' => [
'label' => 'Plaats',
'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',
],
'remarks' => [
'label' => 'Opmerkingen',
'placeholder' => 'Geef aan welke opmerkingen u nog heeft',
],
'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' => '',
],
],
],
],
],
'accept_legal' => 'Ik accepteer de algemene voorwaarden',
'send' => 'Verzend bericht',
];