File: D:/HostingSpaces/SBogers10/honger.komma.pro/resources/lang/nl/site/form.php
<?php
return [
'company' => [
'label' => 'Bedrijfsnaam',
'placeholder' => 'Vul hier je bedrijfsnaam in'
],
'email' => [
'label' => 'E-mailadres',
'placeholder' => 'Vul hier je e-mailadres in'
],
'ip' => [
'label' => 'Ip-adres',
],
'vacancy' => [
'label' => 'Vacature',
],
'message' => [
'label' => 'Bericht',
'placeholder' => 'Vul hier je bericht in'
],
'name' => [
'label' => 'Naam',
'placeholder' => 'Vul hier je naam in'
],
'phone' => [
'label' => 'Telefoon',
'placeholder' => 'Vul hier je telefoon in'
],
'site' => [
'label' => 'Website (optioneel)',
'placeholder' => 'Vul hier je website in'
],
'motivation' => [
'label' => 'Motivatie',
'placeholder' => 'Vul hier je motivatie in'
],
'salutation' => [
'label' => 'Aanhef',
'options' => [
1 => 'Dhr.',
2 => 'Mevr.'
],
],
'send' => 'Verzenden',
];