... | ... |
@@ -11,9 +11,9 @@ |
11 | 11 |
/** |
12 | 12 |
* Fields. |
13 | 13 |
*/ |
14 |
-$GLOBALS['TL_LANG']['tl_page']['cookieconsent_enable'] = ['Cookie-Einwilligung aktivieren', 'Die Cookie-Einwilligung auf der Webseite anzeigen.']; |
|
15 |
-$GLOBALS['TL_LANG']['tl_page']['cookieconsent_link'] = ['Link zur Datenschutzerklärung', 'Hier können Sie einen Link zur Datenschutzerklärung angeben']; |
|
16 |
-$GLOBALS['TL_LANG']['tl_page']['cookieconsent_services'] = ['Geblockte Dienste', 'Wählen Sie aus, welche Dienste sie blocken möchten und die der User mit einer Einwilligung freischalten kann.']; |
|
14 |
+$GLOBALS['TL_LANG']['tl_page']['cookieconsent_enable'] = array('Cookie-Einwilligung aktivieren', 'Die Cookie-Einwilligung auf der Webseite anzeigen.'); |
|
15 |
+$GLOBALS['TL_LANG']['tl_page']['cookieconsent_link'] = array('Link zur Datenschutzerklärung', 'Hier können Sie einen Link zur Datenschutzerklärung angeben'); |
|
16 |
+$GLOBALS['TL_LANG']['tl_page']['cookieconsent_services'] = array('Geblockte Dienste', 'Wählen Sie aus, welche Dienste sie blocken möchten und die der User mit einer Einwilligung freischalten kann.'); |
|
17 | 17 |
|
18 | 18 |
/* |
19 | 19 |
* Legends |
... | ... |
@@ -11,9 +11,9 @@ |
11 | 11 |
/** |
12 | 12 |
* Fields. |
13 | 13 |
*/ |
14 |
-$GLOBALS['TL_LANG']['tl_page']['cookieconsent_enable'] = ['Enable cookie consent', 'Show the cookie consent bar on the website.']; |
|
15 |
-$GLOBALS['TL_LANG']['tl_page']['cookieconsent_link'] = ['Link to privacy policy', 'Here you can provide a link to the privacy policy.']; |
|
16 |
-$GLOBALS['TL_LANG']['tl_page']['cookieconsent_services'] = ['Blocked services', 'Select which services you want to block and which the user can unlock with a consent.']; |
|
14 |
+$GLOBALS['TL_LANG']['tl_page']['cookieconsent_enable'] = array('Enable cookie consent', 'Show the cookie consent bar on the website.'); |
|
15 |
+$GLOBALS['TL_LANG']['tl_page']['cookieconsent_link'] = array('Link to privacy policy', 'Here you can provide a link to the privacy policy.'); |
|
16 |
+$GLOBALS['TL_LANG']['tl_page']['cookieconsent_services'] = array('Blocked services', 'Select which services you want to block and which the user can unlock with a consent.'); |
|
17 | 17 |
|
18 | 18 |
/* |
19 | 19 |
* Legends |