Browse code

Move translation folder to correct position

Benjamin Roth authored on11/12/2019 22:27:10
Showing4 changed files
1 1
deleted file mode 100644
... ...
@@ -1,22 +0,0 @@
1
-<?php
2
-
3
-/*
4
-* This file is part of eSales Media cookieconsent module
5
-*
6
-* (c) Benjamin Roth
7
-*
8
-* @license https://www.gnu.org/licenses/gpl-3.0.html GPL
9
-*/
10
-
11
-/**
12
- * Fields.
13
- */
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
-
18
-/*
19
- * Legends
20
- */
21
-$GLOBALS['TL_LANG']['tl_page']['cookieconsent_legend'] = 'Cookie-Einwilligung';
22
-
23 0
deleted file mode 100644
... ...
@@ -1,22 +0,0 @@
1
-<?php
2
-
3
-/*
4
-* This file is part of eSales Media cookieconsent module
5
-*
6
-* (c) Benjamin Roth
7
-*
8
-* @license https://www.gnu.org/licenses/gpl-3.0.html GPL
9
-*/
10
-
11
-/**
12
- * Fields.
13
- */
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
-
18
-/*
19
- * Legends
20
- */
21
-$GLOBALS['TL_LANG']['tl_page']['cookieconsent_legend'] = 'Cookie-Consent';
22
-
23 0
new file mode 100644
... ...
@@ -0,0 +1,22 @@
1
+<?php
2
+
3
+/*
4
+* This file is part of eSales Media cookieconsent module
5
+*
6
+* (c) Benjamin Roth
7
+*
8
+* @license https://www.gnu.org/licenses/gpl-3.0.html GPL
9
+*/
10
+
11
+/**
12
+ * Fields.
13
+ */
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
+
18
+/*
19
+ * Legends
20
+ */
21
+$GLOBALS['TL_LANG']['tl_page']['cookieconsent_legend'] = 'Cookie-Einwilligung';
22
+
0 23
new file mode 100644
... ...
@@ -0,0 +1,22 @@
1
+<?php
2
+
3
+/*
4
+* This file is part of eSales Media cookieconsent module
5
+*
6
+* (c) Benjamin Roth
7
+*
8
+* @license https://www.gnu.org/licenses/gpl-3.0.html GPL
9
+*/
10
+
11
+/**
12
+ * Fields.
13
+ */
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
+
18
+/*
19
+ * Legends
20
+ */
21
+$GLOBALS['TL_LANG']['tl_page']['cookieconsent_legend'] = 'Cookie-Consent';
22
+