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

return [

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

    'tracking' => [
        'pop-up' => [
            'title'   => 'Cookies',
            'message' => "This website makes use of various cookies. <a href=':link'>cookies</a>.<br/>
                    Read more in our <a href=':link'>privacy policy</a>.",

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

            'less-cookies' => 'Would you rather we stored fewer cookies?',
            'change-cookies-settings' => 'In that case, change your settings.',
            'change-settings' => [
                'title' => 'Change cookie settings',
                'text' => 'Select below which cookies you want to allow.',
            ],
            'accept-continue' => 'Accept and continue',
        ],
        'switch' => [
            'title'   => 'Change cookie settings',
            'message' => "Select below which cookies you want to allow.",
            'analytic' => '<strong>Functional and <span>analytical cookies</span></strong><br/>
                                These do not collect any personal data.',
            'tracking' => '<strong>Tracking cookies</strong><br/>
                                These follow users when they visit other websites and exchange data with third parties.',
            'save-settings' => 'Change your settings and confirm'
        ]
    ],
];