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

return [

    'bar' => [
        'message' => 'This&nbsp;website&nbsp;uses&nbsp;cookies. :link for&nbsp;more&nbsp;information.',
        'link' => 'Click&nbsp;here',
        'close'   => 'Close',
    ],

    'tracking' => [
        'pop_up' => [
            'title'   => 'Cookies',

            'use_cookie_message' => 'This website employs several :link.',
            'read_our_privacy_policy' => 'Read everything about it in our :link.',
            'cookies' => 'cookies',


            'analytic' => '<strong>Functional and <span>analytical cookies</span></strong><br/>
                                These do not collect personal data',
            'tracking' => '<strong>Tracking cookies</strong><br/>
                                These will follow visitors when they visit other websites, exchanging data with third parties.',

            'less_cookies' => 'Do you prefer less cookies?',
            'change_cookies_settings' => 'Change your settings.',
            'change_settings' => [
                'title' => 'Change cookies settings',
                'text' => 'Please select below which cookies to allow.',
            ],
            'accept_continue' => 'Accept and continue',
        ],
        'switch' => [
            'title'   => 'Change cookies settings',
            'text' => "Please select below which cookies to allow.",
            'analytic' => '<strong>Functional and <span>analytical cookies </span></strong><br/>
                                These do not collect personal data',
            'tracking' => '<strong>Tracking cookies</strong><br/>
                                These will follow visitors when they visit other websites, exchanging data with third parties.',
            'save_settings' => 'Change and accept settings changes'
        ]
    ],
];