Skip to content

Commit 44523cc

Browse files
authored
Advancement to version 1.1
1 parent 051d171 commit 44523cc

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

languages/English/English_admin.php

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* EU cookies plugin for CMS e107 v2
55
*
66
* @author OxigenO2 (oxigen.rg@gmail.com)
7-
* @copyright Copyright (C) 2015 OxigenO2
7+
* @copyright Copyright (C) 2017 OxigenO2
88
* @license GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
99
* @link http://oxigen.mablog.eu/
1010
*/
@@ -20,4 +20,26 @@
2020
define("LAN_PLUGIN_EUC_CLOSEEFFECT", "It is the closing effect");
2121
define("LAN_PLUGIN_EUC_CLOSEEFFECTDURATION", "It is the duration in msec for the closing effect");
2222
define("LAN_PLUGIN_EUC_CLOSEEFFECTEASING", "It is the easing function for the closing effect ");
23+
define("LAN_PLUGIN_EUC_TOP", "Top");
24+
define("LAN_PLUGIN_EUC_BOTTOM", "Bottom");
25+
define("LAN_PLUGIN_EUC_DARK", "Dark");
26+
define("LAN_PLUGIN_EUC_LIGHT", "Light");
27+
define("LAN_PLUGIN_EUC_FADE", "Fade");
28+
define("LAN_PLUGIN_EUC_SLIDE_DOWN", "Slide down");
29+
define("LAN_PLUGIN_EUC_SLIDE_UP", "Slide up");
30+
define("LAN_PLUGIN_EUC_SLIDE_LEFT", "Slide left");
31+
define("LAN_PLUGIN_EUC_SLIDE_RIGHT", "Slide right");
32+
define("LAN_PLUGIN_EUC_SWING", "Swing");
33+
define("LAN_PLUGIN_EUC_LINEAR", "Linear");
34+
35+
// Help field
36+
define("LAN_PLUGIN_EUC_HELP_TEXT", "Explaining the use of cookies, what purpose,");
37+
define("LAN_PLUGIN_EUC_HELP_POLICYLINK", "Button description, link to the official site with explanation.");
38+
define("LAN_PLUGIN_EUC_HELP_BTN", "Description button to agree to the use of cookies.");
39+
40+
// Help administration
41+
define("LAN_PLUGIN_EUC_HELP_ADMIN_01", "Explanation");
42+
define("LAN_PLUGIN_EUC_HELP_ADMIN_02", "Cookies are short text files that a server places on a user's computer when viewing websites. Cookies collect information about user behavior on the Internet, serve for personalizing content, tracking, measuring, and identifying.");
43+
define("LAN_PLUGIN_EUC_HELP_ADMIN_03", "Who shall require consent to use cookies?");
44+
define("LAN_PLUGIN_EUC_HELP_ADMIN_04", "The user must be provided with clear, comprehensible and complete information on the processing of the data, in particular its purpose. It is not sufficient if the information is available to the user somewhere on websites where he would have to search for it himself. This information must be provided directly.");
2345
?>

languages/English/English_global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* EU cookies plugin for CMS e107 v2
55
*
66
* @author OxigenO2 (oxigen.rg@gmail.com)
7-
* @copyright Copyright (C) 2015 OxigenO2
7+
* @copyright Copyright (C) 2017 OxigenO2
88
* @license GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
99
* @link http://oxigen.mablog.eu/
1010
*/

0 commit comments

Comments
 (0)