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/sdo/sdoschoonmaak.nl/resources/lang/en/site/cookies.php
<?php

return [
    'message' => 'This&nbsp;website&nbsp;uses&nbsp;cookies. <a href=":link">Click&nbsp;here</a>&nbsp;to&nbsp;change&nbsp;these.',
    'close'   => 'Close',

    'tracking' => [
        'pop-up' => [
            'title'   => 'Cookies',
            'message' => "This website uses <a href=':link'>cookies</a>.<br/>
                    Read all about it in our <a href=':link'>privacy policy</a>.",

            'analytic' => '<strong>Functional and <span>analytical cookies</span></strong><br/>
                                These cookies do not collect any personal data',
            'tracking' => '<strong>Tracking cookies</strong><br/>
                                These cookies follow visitors when they visit other websites,
                                in the process of which data is exchanged with third parties.',

            'less-cookies' => 'Want to reduce the number of cookies?',
            'change-cookies-settings' => 'Please change your settings.',
            'change-settings' => [
                'title' => 'Changing the cookie settings',
                'text' => 'Below, select which cookies you wish to allow.',
            ],
            'accept-continue' => 'Accept and proceed',
        ],
        'switch' => [
            'title'   => 'Changing the cookie settings',
            'text' => "Below, select which cookies you wish to allow.",
            'analytic' => '<strong>Functional and <span>analytical cookies</span></strong><br/>
                                These cookies do not collect any personal data',
            'tracking' => '<strong>Tracking cookies</strong><br/>
                                These cookies follow visitors when they visit other websites,
                                in the process of which data is exchanged with third parties.',
            'save-settings' => 'Change settings and accept'
        ]
    ],
];