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/netwerkbrabant.komma.pro/resources/lang/nl/kms/courses.php
<?php

return [
    'new'              => 'Nieuw training',
    'newEventType'              => 'Nieuw training event',

    'signUp' => 'Inschrijvingen',

    'name'      => 'Naam',
    'enterName'      => 'Vul een trainingnaam in',
    'subTitle'      => 'Ondertitel',
    'enterSubTitle'      => 'Vul een ondertitel in (optional)',

    'content'      => 'Pagina',
    'intro'      => 'Introductie',
    'description'      => 'Omschrijving',

    'course_type'      => 'Type',
    'priceDisplay'      => 'Entree',
    'enterPriceDisplay'      => 'Bijv: € 37,50 (excl. drank)',
    'price' => 'Prijs (in centen)',
    'date'      => 'Datum',
    'time'      => 'Tijd',
    'enterTime' => 'Bijv: 18:00u - 22:00u',
    'startCalendar' => 'Starttijd agenda',
    'endCalendar' => 'Eindtijd agenda',

    'location'      => 'Locatie',
    'locationName'      => 'Naam',
    'enterLocationName'      => 'Vul een locatie naam in',
    'locationPostal'      => 'Postcode',
    'enterLocationPostal'      => 'Vul een postcode in',
    'locationCity'      => 'Stad',
    'enterLocationCity'      => 'Vul een stad in',
    'locationAddress'      => 'Straat',
    'enterLocationAddress'      => 'Vul een straat in (met evt. huisnummer)',

    'overrulesDescription' => '(Optioneel: Overschrijft standaard omschrijving van training type)',

    'wefact' => 'Wefact',
    'weFactName' => 'WeFact naam',
    'enterWeFactName' => 'Vul product naam in',
    'weFactDescription' => 'WeFact Omschrijving',
    'enterWeFactDescription' => 'Vul training omschrijving in',
    'weFactCode' => 'WeFact Code',

    'online_url' => 'Online url',
    'enter_online_url' => 'Vul een online url',

//    'postal'       => 'Postcode',
//    'enterPostal'  => 'Vul een postcode in',
//    'city'         => 'Stad',
//    'enterCity'    => 'Vul een stad in',
//    'email'        => 'E-mail',
//    'enterEmail'   => 'Vul een email in',
//    'phone'        => 'Telefoon',
//    'enterPhone'   => 'Vul een telefoon in',
//    'site'         => 'Website',
//    'enterUrl'     => 'Vul een link in',

    'section' => [
        'entity'   => 'training',
        'new'      => 'Nieuwe training',
        'title'    => 'Trainingen',
        'subTitle' => 'Overzicht',
        'min' => 'Prijs mag niet 0 zijn'
    ],

    'signUps' => [
        'overview' => 'Overzicht inschrijvingen',
        'noSignUps' => 'Geen inschrijvingen',
        'edit' => 'Wijzig'
    ],

];