File: D:/HostingSpaces/stafa/stafa.nl/resources/lang/en/site/form.php
<?php
use App\Komma\Users\Genders;
return [
'name' => [
'label' => 'Name',
],
'first_name' => [
'label' => 'First name',
],
'last_name' => [
'label' => 'Last name',
],
'company_name' => [
'label' => 'Company name',
],
'contact_name' => [
'label' => 'Contact name',
],
'phone' => [
'label' => 'Phone',
],
'email' => [
'label' => 'E-mail address',
],
'website' => [
'label' => 'Website',
],
'password' => [
'label' => 'Password',
],
'password_confirmation' => [
'label' => 'Confirm password',
],
'form_message' => [
'label' => 'Message',
],
'gender' => [
'label' => 'gender',
],
'culture' => [
'label' => 'Language / Country',
],
'street' => [
'label' => 'Street',
],
'house_number' => [
'label' => 'House number',
],
'postal_code' => [
'label' => 'Postal code',
],
'city' => [
'label' => 'City',
],
'accept_legal' => 'I agree to the terms of service',
'send' => 'Send'
];