mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-05 08:23:28 +02:00
Merge branch '3.2.x'
* 3.2.x: [ticket/14974] make cookie notice configurable via language files
This commit is contained in:
commit
9c49aebfe9
@ -181,6 +181,7 @@ $lang = array_merge($lang, array(
|
||||
'COOKIE_CONSENT_INFO' => 'Learn more',
|
||||
'COOKIE_CONSENT_MSG' => 'This website uses cookies to ensure you get the best experience on our website.',
|
||||
'COOKIE_CONSENT_OK' => 'Got it!',
|
||||
'COOKIE_CONSENT_HREF' => 'http://cookiesandyou.com',
|
||||
'COOKIES_DELETED' => 'All board cookies successfully deleted.',
|
||||
'CURRENT_TIME' => 'It is currently %s',
|
||||
|
||||
|
@ -84,7 +84,8 @@
|
||||
"content": {
|
||||
"message": "{LA_COOKIE_CONSENT_MSG}",
|
||||
"dismiss": "{LA_COOKIE_CONSENT_OK}",
|
||||
"link": "{LA_COOKIE_CONSENT_INFO}"
|
||||
"link": "{LA_COOKIE_CONSENT_INFO}",
|
||||
"href": "{LA_COOKIE_CONSENT_HREF}"
|
||||
}
|
||||
})});
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user