File: D:/HostingSpaces/SBogers10/wingssprayer.komma.pro/resources/lang/en/site/form.php
<?php
use App\Users\Genders;
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'
],
'company' => [
'label' => 'Company',
'placeholder' => 'Enter you company'
],
'phone' => [
'label' => 'Telephone',
'placeholder' => 'Enter your telephone'
],
'email' => [
'label' => 'E-mail address',
'placeholder' => 'Enter your e-mail address'
],
'coc' => [
'label' => 'Chamber of Commerce',
'placeholder' => 'Enter your C.o.C. number (optional)'
],
'vat' => [
'label' => 'VAT number',
'placeholder' => 'Enter your VAT number (optional)'
],
'wanted_date' => [
'label' => 'Wanted date',
'placeholder' => 'Enter your wanted date'
],
'website' => [
'label' => 'Website',
'placeholder' => 'Enter your website'
],
'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'
],
'remark_message' => [
'label' => 'Remark',
'placeholder' => 'Do you want to add anything else?'
],
'gender' => [
'label' => 'gender',
],
'street' => [
'label' => 'Street',
'placeholder' => 'Please enter your street'
],
'house_number' => [
'label' => 'House number',
'placeholder' => 'Please enter your house number'
],
'streetAndHouseNumber' => [
'label' => 'Street + house number',
'placeholder' => 'Street + house number'
],
'postal_code' => [
'label' => 'Postal code',
'placeholder' => 'Please enter your postal code'
],
'city' => [
'label' => 'City',
'placeholder' => 'Please enter your city'
],
'country' => [
'label' => 'Country',
'placeholder' => 'Choose your country'
],
'subject' => [
'label' => 'Subject',
'placeholder' => 'Choose a subject'
],
'info' => [
'label' => 'Address info or customer code',
'placeholder' => 'Enter your address info or customer code'
],
'motivation' => [
'label' => 'Motivation',
'placeholder' => 'Motivation'
],
'send' => 'Send message',
'form' => [
'subjects' => [
'orders' => 'Machine orders and/or quotation requests',
'parts' => 'Parts',
'administration' => 'Administration',
'invoices' => 'Invoices',
'other' => 'Other questions/remarks',
],
'salutation' => [
'name' => 'Salutation',
'formal' => [
Genders::Unknown => [
'with_salutation' => [
'short' => 'Dear Ms./Mr.',
'long' => 'Dear Missus / Mister.'
],
'without_salutation' => [
'short' => 'Ms./Mr.',
'long' => 'Missus / Mister'
]
],
Genders::Male => [
'with_salutation' => [
'short' => 'Dear Mr.',
'long' => 'Dear Mister.'
],
'without_salutation' => [
'short' => 'Mr.',
'long' => 'Mister.'
]
],
Genders::Female => [
'with_salutation' => [
'short' => 'Dear Ms.',
'long' => 'Dear Missus'
],
'without_salutation' => [
'short' => 'Ms.',
'long' => 'Missus'
]
],
],
'informal' => [
Genders::Unknown => [
'with_salutation' => [
'short' => 'Dear',
'long' => 'Dear'
],
'without_salutation' => [
'short' => 'Dear',
'long' => 'Dear'
]
],
Genders::Male => [
'with_salutation' => [
'short' => 'Dear',
'long' => 'Dear'
],
'without_salutation' => [
'short' => 'Dear',
'long' => 'Dear'
]
],
Genders::Female => [
'with_salutation' => [
'short' => 'Dear',
'long' => 'Dear'
],
'without_salutation' => [
'short' => 'Dear',
'long' => 'Dear'
]
],
],
],
],
];