File: D:/HostingSpaces/SBogers10/eleo.komma.nl/resources/lang/en/vacancy.php
<?php
return [
//'form_title' => 'Contactformulier',
//'feedback_message' => 'We nemen graag contact met je op. Laat je de ontbrekende gegevens nog even achter?',
'send' => [
'title' => 'Thanks!',
'description' => 'We will try to contact you as fast as possible.'
],
'feedback_message' => 'We would be happy to get in touch with you. Will you please enter the missing data?',
'thanks' => [
'title' => 'Thanks for your application!',
'you_applied' => 'You have applied successfully!',
'heading' => 'How does our application process work?',
'heading_servicepoint' => 'Any questions?',
],
'validation' => [
'max_file_upload' => 'Your resume may not exceed :size',
'mimetypes' => 'Your resume must be of one of the following file types: :types',
]
];