File: D:/HostingSpaces/SBogers10/stafa.komma.pro/resources/lang/en/site/form.php
<?php
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',
'test1' => [
'label' => 'Test 1',
],
'test2' => [
'label' => 'Test 2',
],
'test3' => [
'label' => 'Test 3',
],
'answer_a' => 'Answer A',
'answer_b' => 'Answer B',
'answer_c' => 'Answer C',
'answer_d' => 'Answer D',
];