File: D:/HostingSpaces/SBogers10/kommabasic.nl/resources/lang/nl/email.php
<?php
return [
'contact' => [
'subject' => 'Contactverzoek',
],
'vacancy' => [
'subject' => 'Nieuwe sollicitatie'
],
'eventSignUp' => [
'subject' => [
'received' => 'Nieuwe inschrijving ontvangen',
'response' => 'Bevestiging inschrijving',
],
'greeting' => 'Beste',
'message' => 'Bedankt voor je inschrijving voor <strong>":eventName"</strong> op :eventDate.',
'practical_information' => 'Hieronder vind je alle praktische informatie. ',
'location' => 'Locatie',
'date' => 'Datum',
'time' => 'Tijd',
'costs' => 'Kosten',
'description' => 'Extra informatie',
'questions' => 'Heb je nog vragen?',
'contact_us' => 'Neem gerust contact met ons op',
'closing_shout' => 'Tot gauw!',
'closing_greet' => 'Met vriendelijke groet,',
'closing_team' => 'Het team van',
],
];