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/farmfun/reserveren.farmfun.be/resources/lang/nl/kms/products.php
<?php

return [
    'entity' => 'product',

    'section' => [
        'new'      => 'Nieuw product',
        'title'    => 'Product',
        'subtitle' => 'Overzicht',
    ],

    'stars' => '[0] 0 - Geen sterren|[1] 1 - Een ster|[2] 2 - Twee sterren|[3] 3- Drie sterren|[4] 4 - Vier sterren|[5] 5 - Vijf sterren',

    'tabs' => [
        'default' => 'Instellingen',
        'page'    => 'Pagina',
        'score'   => 'Score',
        'media'   => 'Media',
        'seo'     => 'SEO',
        'quote'   => 'Quote',
    ],

    'pricing'     => 'Prijzen',
    'times'       => 'Tijden',
    'fixed_price' => 'Heeft alleen vaste prijs',
    'age_persons' => 'Leeftijd & Aantal personen',

    'price_each_unit'                 => 'Prijs per persoon',
    'enter_price_each_unit'           => 'Vul prijs per persoon in (in cent)',
    'price_start_up'                  => 'Prijs opstart / Vaste prijs',
    'enter_price_start_up'            => 'Vul opstart prijs in (in cent)',
    'duration'                        => 'Duurtijd',
    'enter_duration'                  => 'Vul duurtijd in (in uur)',
    'system_duration'                 => 'Systeemtijd',
    'enter_system_duration'           => 'Vul systeemtijd in (in uur)',
    'required_age'                    => 'Minimum leeftijd',
    'enter_required_age'              => 'Vul een minimum leeftijd in',
    'minimum_amount_of_persons'       => 'Minimum aantal personen',
    'enter_minimum_amount_of_persons' => 'Vul een minimum aantal personen in',
    'maximum_amount_of_persons'       => 'Maximum aantal personen',
    'enter_maximum_amount_of_persons' => 'Vul een maximum aantal personen in',

    'type'           => 'Product type',
    'vat_percentage' => 'Btw percentage',
    'typeOptions'    => [
        'activity' => 'Activiteit',
        'food'     => 'Eten',
    ],

    'score_fun'       => 'Fun',
    'score_variation' => 'Afwisseling',
    'score_teamwork'  => 'Teamwork',
    'score_endurance' => 'Uithouding',
    'score_strategy'  => 'Strategisch',

    //    'score_fun'                     => 'Fun',
    //    'score_variation'               => 'Afwisseling',
    //    'score_experience'              => 'Beleving',
    //    'score_intelligence'            => 'Denk-opdrachten',
    //    'score_active'                  => 'Doe-opdrachten',
    //    'score_collaborate'                  => 'Samenwerken',
    //    'score_productivity_afterwards' => 'Productiviteit achteraf',
    //    'score_elaboration'           => 'Uitwerking',
    //    'score_communication'           => 'Communiceren',

    'with_trophy' => 'Met trofee',

    'overview_image' => 'Overzicht afbeelding',
    'video'          => 'Video',
    'images'         => 'Afbeeldingen',

    'notification'       => 'Opmerking',
    'enter_notification' => 'Vul een opmerking in',

    'quote_description'       => 'Omschrijving',
    'enter_quote_description' => 'Vul een omschrijving in',
    'quote_author'            => 'schrijver',
    'enter_quote_author'      => 'Vul een naam in',
    'quote_function'          => 'functie schrijver',
    'enter_quote_function'    => 'Vul een functie in',

    'quote_image' => 'Afbeelding bij quote',

];