File: D:/HostingSpaces/SBogers10/koen-cox-groendesign.komma.pro/resources/lang/en/site/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 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.',
]
],
'bar' => [
'message' => 'This website uses cookies. :link for more information.',
'link' => 'Click here',
'close' => 'Close',
],
'overlay' => [
'title' => 'Cookies',
'use_cookie_message' => 'This website uses :link.',
'read_our_privacy_policy' => 'Read all about it in our :link.',
'cookies' => 'cookies',
'less_cookies' => 'Want to reduce the number of cookies?',
'change_settings' => 'Please change your settings.',
'change_cookie_settings' => 'Changing the cookie settings',
'choose_your_settings' => 'Below, select which cookies you wish to allow',
'accept_and_continue' => 'Accept and proceed',
],
'switch' => [
'title' => 'Changing the cookie settings',
'text' => "Below, select which cookies you wish to allow.",
'save_settings' => 'Change settings and accept'
],
];