File: D:/HostingSpaces/SBogers10/reiskick.komma.nl/resources/lang/nl/form.php
<?php
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'
],
'phone' => [
'label' => 'Telefoonnummer',
'placeholder' => 'Vul je telefoonnummer in'
],
'email' => [
'label' => 'E-mailadres',
'placeholder' => 'Vul je e-mail 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',
],
'culture' => [
'label' => 'Taal / Land',
'placeholder' => 'Vul hier uw land in'
],
'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'
],
'accept_legal' => 'Ik accepteer de algemene voorwaarden',
'send' => 'Versturen'
];