File: D:/HostingSpaces/SBogers10/dndin.komma.pro/resources/lang/nl/site/form.php
<?php
return [
'company' => [
'label' => 'Bedrijfsnaam',
'placeholder' => 'Vul hier uw bedrijfsnaam in'
],
'email' => [
'label' => 'E-mailadres',
'placeholder' => 'Vul hier uw e-mailadres in'
],
'formMessage' => [
'label' => 'Bericht',
'placeholder' => 'Vul hier uw bericht in'
],
'name' => [
'label' => 'Naam',
'placeholder' => 'Vul hier uw naam in'
],
'phone' => [
'label' => 'Telefoon',
'placeholder' => 'Vul hier uw telefoon in'
],
'salutation' => [
'label' => 'Aanhef',
'options' => [
1 => 'Dhr.',
2 => 'Mevr.'
],
],
'send' => 'Verzenden'
];