mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14961] Also translate "learn more" link
PHPBB3-14961
This commit is contained in:
parent
e0eeea800c
commit
af4f477a1b
2 changed files with 3 additions and 1 deletions
|
@ -178,6 +178,7 @@ $lang = array_merge($lang, array(
|
||||||
'CONTACT' => 'Contact',
|
'CONTACT' => 'Contact',
|
||||||
'CONTACT_USER' => 'Contact %s',
|
'CONTACT_USER' => 'Contact %s',
|
||||||
'CONTACT_US' => 'Contact us',
|
'CONTACT_US' => 'Contact us',
|
||||||
|
'COOKIE_CONSENT_INFO' => 'Learn more',
|
||||||
'COOKIE_CONSENT_MSG' => 'This website uses cookies to ensure you get the best experience on our website.',
|
'COOKIE_CONSENT_MSG' => 'This website uses cookies to ensure you get the best experience on our website.',
|
||||||
'COOKIE_CONSENT_OK' => 'Got it!',
|
'COOKIE_CONSENT_OK' => 'Got it!',
|
||||||
'COOKIES_DELETED' => 'All board cookies successfully deleted.',
|
'COOKIES_DELETED' => 'All board cookies successfully deleted.',
|
||||||
|
|
|
@ -75,7 +75,8 @@
|
||||||
"theme": "classic",
|
"theme": "classic",
|
||||||
"content": {
|
"content": {
|
||||||
"message": "{LA_COOKIE_CONSENT_MSG}",
|
"message": "{LA_COOKIE_CONSENT_MSG}",
|
||||||
"dismiss": "{LA_COOKIE_CONSENT_OK}"
|
"dismiss": "{LA_COOKIE_CONSENT_OK}",
|
||||||
|
"link": "{LA_COOKIE_CONSENT_INFO}"
|
||||||
}
|
}
|
||||||
})});
|
})});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue