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/topswtwmobile.komma.pro/app/lang/en/pages/products.php
<?php

return [

    // Global
    'products'                  => 'Products',
    'back_to_overview'          => 'Return to summary',
    'back_to_brands_overview'   => 'Return to summary',
    'free'                      => 'Free',

    // Filter bar
    'filter_bar' => [
        'show_all'              => 'Show all',

        'bypass'                => 'Bypass',
        'with_bypass'           => 'With bypass',
        'without_bypass'        => 'Without bypass',

        'filter_class'          => 'Filter class',
        'fine_dust_filter'      => 'Pollen filter',
        'regular_filter'        => 'Standard filter',
    ],


    // Data
    'article_number'            => 'Article number',
    'you_will_receive'          => 'You receive',
    'composition' => [
        'quantity'              => '',
        'type'                  => 'Type',
        'size'                  => 'Size',
        'class'                 => 'Class',
        'note'                  => 'Note',
    ],
    'read_more'                 => 'Read more',
    'warning'                   => 'Please note',
    'description'               => 'Description',

    'add_to_cart'               => 'In shopping cart',

    // Rule3
    'is_filter_set_1'           => 'Filter set',
    'is_filter_set_0'           => 'Filter',
    'is_filter_set_'            => 'Filter',

    'filterset' => 'Filter set',
    'filter' => 'Filter',
    'pollen_filterset' => 'Pollen filter set',
    'pollen_filter' => 'Pollen filter',
    'filtergrepen' => 'Filter grips',
    'toevoerventiel' => 'Supply air valve',
    'afvoerventiel' => 'Exhaust air valve',


    // Selling point
    'shippable_from_stock'  => 'Directly available from stock!',
    'inStock' => 'In stock',
    'del_time1' => 'Delivery: 5-7 working days',
    'del_time2' => 'Delivery: 10-15 working days',
    'onRequest' => 'Only on request',


    // Nothing found
    'no_products_found_in_category' => 'No products were found in this category.',

    // Units
    'units' => [
        'per_set'                   => 'per set',
        'per_filter'                => 'per filter',
        'per_unit'                  => 'per unit',

        'sets'                      => 'Set(s)',
        'filters'                   => 'Filter(s)',
    ],
    //filter info
    'filters' =>[
        'wat_means'                 => 'Wat does :filter mean'
    ],

];