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/SBogers85/dale-int.com/app/lang/en/cookies.php
<?php

return [

    // If this will be more then 2, we have to make some changes in the cookieHandler.js
    'types' => [
        'analytic' => [
            'title' => 'Functional and analytical&nbsp;cookies',
            'description' => 'These cookies do not collect any personal data',
        ],
        'tracking' => [
            'title' => 'Tracking cookies',
            'description' => 'These cookies follow visitors when they visit other websites,
                                in the process of which data is exchanged with third parties.',
        ]
    ],


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

    'overlay' => [
        'title'   => 'Cookies',

        'useCookieMessage' => 'This website uses :link.',
        'readOurPrivacyPolicy' => 'Read all about it in our :link.',
        'cookies' => 'cookies',



        'lessCookies' => 'Want to reduce the number of cookies?',
        'changeSettings' => 'Please change your settings.',

        'changeCookieSettings' => 'Changing the cookie settings',
        'chooseYourSettings' => 'Below, select which cookies you wish to allow',

        'acceptAndContinue' => 'Accept and proceed',
    ],

    'switch' => [
        'title'   => 'Changing the cookie settings',
        'text' => "Below, select which cookies you wish to allow.",
        'saveSettings' => 'Change settings and accept'
    ],
];