File: D:/HostingSpaces/SBogers10/stielman.komma.nl/resources/lang/en/form.php
<?php
return [
'name' => [
'label' => 'Name',
'placeholder' => 'Enter your name'
],
'first_name' => [
'label' => 'First name',
'placeholder' => 'Enter your first name'
],
'last_name' => [
'label' => 'Last name',
'placeholder' => 'Enter your last name'
],
'phone' => [
'label' => 'Telephone',
'placeholder' => 'Enter your telephone'
],
'email' => [
'label' => 'E-mailadres',
'placeholder' => 'Enter your e-mail address'
],
'password' => [
'label' => 'Password',
'placeholder' => 'Enter your password'
],
'password_confirmation' => [
'label' => 'Confirm password',
'placeholder' => 'Type your password again'
],
'form_message' => [
'label' => 'Message',
'placeholder' => 'Please enter your message'
],
'motivation' => [
'label' => 'Motivation',
'placeholder' => 'Please enter your motivation'
],
'gender' => [
'label' => 'gender',
],
'culture' => [
'label' => 'Language / Country',
'placeholder' => 'Please enter your language / country'
],
'street' => [
'label' => 'Street',
'placeholder' => 'Please enter your street'
],
'house_number' => [
'label' => 'House number',
'placeholder' => 'Please enter your house number'
],
'postal_code' => [
'label' => 'Postal code',
'placeholder' => 'Please enter your postal code'
],
'city' => [
'label' => 'City',
'placeholder' => 'Please enter your city'
],
'accept_legal' => 'I agree to the terms of service',
'send' => 'Send'
];