File: D:/HostingSpaces/SBogers10/timentessagaantrouwen.nl/resources/lang/nl/form.php
<?php
return [
'username' => [
'label' => 'Inlogcode',
'placeholder' => 'Vul je inlogcode in'
],
'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' => ''
// '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' => 'Opmerkingen',
'placeholder' => 'Vul hier uw bericht in'
],
'gender' => [
'label' => 'geslacht',
],
'culture' => [
'label' => 'Taal / Land',
'placeholder' => 'Vul hier uw land in'
],
'present' => [
'label' => 'Ben je er bij?',
],
'present_persons' => [
'label' => 'Aantal personen:',
],
'present_multi' => [
'label' => 'Ben jij / zijn jullie er bij?',
],
'at_ceremony' => [
'label' => 'Wil je ook bij de ceremonie + borrel zijn?',
],
'stay_sleeping' => [
'label' => 'Wil je blijven slapen?',
],
'stay_sleeping_multi' => [
'label' => 'Wil jij / willen jullie blijven slapen?',
],
'allergies' => [
'label' => 'Allergieën/dieetwensen?',
],
'has_allergies' => [
'label' => 'namelijk:',
],
'addressQuestion' => 'Wat zijn je adres gegevens?',
'addressQuestionMulti' => 'Wat zijn je / jullie adres gegevens?',
//
// 'address' => [
// 'label' => 'Wat is je volledige adres?',
// ],
//
// 'address_multi' => [
// 'label' => 'Wat is je / jullie volledige adres?',
// ],
'street' => [
'label' => 'Straat + huisnummer',
// 'placeholder' => 'Vul hier uw huisnummer in'
],
'postal' => [
'label' => 'Postcode',
// 'placeholder' => 'Vul hier uw postcode in'
],
'city' => [
'label' => 'Stad',
// 'placeholder' => 'Vul hier uw stad in'
],
'accept_legal' => 'Ik accepteer de algemen voorwaarden',
'send' => 'Verzenden',
'login' => 'Inloggen',
];