HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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',
    ],

];