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/angular.php
<?php

return [
    'cart' => [
        'free' => 'free',
        'for_free' => 'for free',

        'set' => 'set',
        'sets' => 'sets',

        'filter' => 'filter',
        'filters' => 'filters',

        'stuk' => 'unit',
        'stuks' => 'units',

        'coupon_error' => 'The used coupon code does not apply',
        'coupon_success' => 'The coupon code is assigned.',

        'products' => 'Products',
        'categories' => 'Categories',
        'pages' => 'Pages',

        'show_all' => 'Show all results',
        'show_all_pages' => 'Show all pages',
        'show_all_products' => 'Show all products',
        'show_all_categories' => 'Show all categories',
    ],

    'parcelShop' => [

        "search" => "search",
        "opening_times" => "Opening Times",
        "monday" => "Monday",
        "tuesday" => "Tuesday",
        "wednesday" => "Wednesday",
        "thursday" => "Thursday",
        "friday" => "Friday",
        "saturday" => "Saturday",
        "sunday" => "Sunday",
        "deliver_parcel_here" => "Deliver my parcel here",
        "close" => "Close",
        "closed" => "Closed",
        "inactive_country" => "The Pickup parcelshops in this country are shown as inactive <br /> because of your country selection",
    ]
];