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/ste.komma.pro/resources/lang/en/site/trainings.php
<?php

return [

    'meta_title' => 'Apply for training | STE Languages',
    'meta_description' => 'Apply for training | STE Languages',

    'subscribe_route' => 'subscribe',

    'all_languages' => 'All languages',
    'class' => 'class',
    'classes' => 'classes',

    'classes_choice' => 'class|classes',

    'weeks' => 'weeks',
    'weekly' => 'each week',
    'duration' => 'duration',
    'hour' => 'hour',
    'apply' => 'apply',
    'moreInfo' => 'more info',
    'additional_pricing' => 'Including intake<br/>Excl. VAT and training material',
    'additional_pricing_sub' => 'Private individuals do not need to pay VAT',
    'no_trainings_found' => 'We have not found a training matching your preferences. There is a good chance that we do have a suitable training for you. <a href=":contactLink">Contact&nbsp;us</a> or see <a href=":productsLink">our&nbsp;services</a>.',
    'in_consultation' => 'On request',

    'types' => [
        'None',
        'Group training',
        'Civic integration exam',
    ],

    'filters' => [
        'language' => 'Language',
        'location' => 'Location',
        'level' => 'Level',
        'type' => 'Type of training',
        'day' => 'Day of the week',
        'amount_of_weeks' => 'Duration',
        'each_week' => 'Lessons each week',
    ],

    'levelNames' => [
        'a' => 'Basic',
        'b' => 'Independent',
        'c' => 'Skilled',
    ],

    'c4' => [
        '1x per week' => '1x each week',
        '2x per week' => '2x each week',
        '3x per week' => '3x each week',
        '4x per week' => '4x each week',
        '1x per 2 weken' => '1x each 2 weeks',

        'Groepstraining' => 'Level increase',
        'Groepstraining mbo' => 'Level increase MBO',
        'Conversatietraining' => 'Conversation training',
        'Taalclinic' => 'Language clinic',
        'Examentraining' => 'Exam training',
        'Workshop' => 'Workshop',
        'Korte Intensieve Training' => 'Language boost',
        'Individueel' => 'Individual training',
    ],


    'form_title' => 'The first step towards your training',
    'form_subtitle' => 'It starts with an intake',
    'submit_button' => 'Subscribe',
    'more_trainings' => 'Show more trainings',
    'training_subscribe_title' => 'You are interested in this training:',

    'success' => [
        'title' => 'Thanks',
        'description' => 'We have received your application and will contact you as soon as possible.',
        'back_button' => 'Back home',
    ],

];