File: D:/HostingSpaces/SBogers95/rentman.io/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',
//
// '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'
// ],
];