12 lines
428 B
PHP
12 lines
428 B
PHP
<?php
|
|
/**
|
|
* English language file for cookielaw plugin
|
|
*
|
|
* @author Michal Koutny <michal@fykos.cz>
|
|
*/
|
|
$lang['information'] = 'This website uses cookies for visitor traffic analysis. ' .
|
|
'By using the website, you agree with storing the cookies on your computer.';
|
|
$lang['consent'] = 'OK';
|
|
$lang['details'] = 'More information';
|
|
$lang['details_url'] = 'https://www.google.com/intl/en/policies/technologies/cookies/';
|