File: D:/HostingSpaces/marisrental/boldt.tech/resources/lang/en/site/cookies.php
<?php
return [
'bar' => [
'message' => 'This website uses cookies. :link for more information.',
'link' => 'Click here',
'close' => 'Close',
],
'tracking' => [
'pop_up' => [
'title' => 'Cookies',
'use_cookie_message' => 'This website employs several :link.',
'read_our_privacy_policy' => 'Read everything about it in our :link.',
'cookies' => 'cookies',
'analytic' => '<strong>Functional and <span>analytical cookies</span></strong><br/>
These do not collect personal data',
'tracking' => '<strong>Tracking cookies</strong><br/>
These will follow visitors when they visit other websites, exchanging data with third parties.',
'less_cookies' => 'Do you prefer less cookies?',
'change_cookies_settings' => 'Change your settings.',
'change_settings' => [
'title' => 'Change cookies settings',
'text' => 'Please select below which cookies to allow.',
],
'accept_continue' => 'Accept and continue',
],
'switch' => [
'title' => 'Change cookies settings',
'text' => "Please select below which cookies to allow.",
'analytic' => '<strong>Functional and <span>analytical cookies </span></strong><br/>
These do not collect personal data',
'tracking' => '<strong>Tracking cookies</strong><br/>
These will follow visitors when they visit other websites, exchanging data with third parties.',
'save_settings' => 'Change and accept settings changes'
]
],
];