Skip to content

Commit e21e05d

Browse files
committed
feat: add 'cookies_lang' for cookies consent lines
1 parent 2f18a9a commit e21e05d

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

src/app_lang.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
$lang['contact_support_mistake'] = 'Please contact support if you believe this is a mistake.';
104104
$lang['contact_support_unexpected'] = 'Please contact support if this was unexpected.';
105105
$lang['content'] = 'Content';
106-
$lang['cookie_consent'] = 'We use cookies to understand how visitors interact with our website and to improve its functionality.';
107106
$lang['copy'] = 'Copy';
108107
$lang['country'] = 'Country';
109108
$lang['create'] = 'Create';

src/cookies_lang.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
/**
4+
* Cookies language file.
5+
*
6+
* Contains labels and messages used by the cookie-consent banner,
7+
* cookie settings UI, and cookie policy helpers.
8+
*/
9+
10+
$lang['cookies_consent_title'] = 'We use cookies';
11+
$lang['cookies_consent_message'] = 'We use necessary cookies to keep this website working. With your permission, we also use analytics and marketing cookies to understand how visitors use the site and improve our content.';
12+
$lang['cookies_consent_accept_all'] = 'Accept all';
13+
$lang['cookies_consent_accept_required'] = 'Required only';

0 commit comments

Comments
 (0)