From 44523ccc501fe220c38f2ba73e52a6c6e141fd33 Mon Sep 17 00:00:00 2001 From: Roland Graf Date: Sun, 29 Oct 2017 03:43:38 +0100 Subject: [PATCH] Advancement to version 1.1 --- languages/English/English_admin.php | 24 +++++++++++++++++++++++- languages/English/English_global.php | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/languages/English/English_admin.php b/languages/English/English_admin.php index 20384fe..3d3e7d1 100644 --- a/languages/English/English_admin.php +++ b/languages/English/English_admin.php @@ -4,7 +4,7 @@ * EU cookies plugin for CMS e107 v2 * * @author OxigenO2 (oxigen.rg@gmail.com) - * @copyright Copyright (C) 2015 OxigenO2 + * @copyright Copyright (C) 2017 OxigenO2 * @license GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * @link http://oxigen.mablog.eu/ */ @@ -20,4 +20,26 @@ define("LAN_PLUGIN_EUC_CLOSEEFFECT", "It is the closing effect"); define("LAN_PLUGIN_EUC_CLOSEEFFECTDURATION", "It is the duration in msec for the closing effect"); define("LAN_PLUGIN_EUC_CLOSEEFFECTEASING", "It is the easing function for the closing effect "); +define("LAN_PLUGIN_EUC_TOP", "Top"); +define("LAN_PLUGIN_EUC_BOTTOM", "Bottom"); +define("LAN_PLUGIN_EUC_DARK", "Dark"); +define("LAN_PLUGIN_EUC_LIGHT", "Light"); +define("LAN_PLUGIN_EUC_FADE", "Fade"); +define("LAN_PLUGIN_EUC_SLIDE_DOWN", "Slide down"); +define("LAN_PLUGIN_EUC_SLIDE_UP", "Slide up"); +define("LAN_PLUGIN_EUC_SLIDE_LEFT", "Slide left"); +define("LAN_PLUGIN_EUC_SLIDE_RIGHT", "Slide right"); +define("LAN_PLUGIN_EUC_SWING", "Swing"); +define("LAN_PLUGIN_EUC_LINEAR", "Linear"); + +// Help field +define("LAN_PLUGIN_EUC_HELP_TEXT", "Explaining the use of cookies, what purpose,"); +define("LAN_PLUGIN_EUC_HELP_POLICYLINK", "Button description, link to the official site with explanation."); +define("LAN_PLUGIN_EUC_HELP_BTN", "Description button to agree to the use of cookies."); + +// Help administration +define("LAN_PLUGIN_EUC_HELP_ADMIN_01", "Explanation"); +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."); +define("LAN_PLUGIN_EUC_HELP_ADMIN_03", "Who shall require consent to use cookies?"); +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."); ?> \ No newline at end of file diff --git a/languages/English/English_global.php b/languages/English/English_global.php index 106910a..df1b249 100644 --- a/languages/English/English_global.php +++ b/languages/English/English_global.php @@ -4,7 +4,7 @@ * EU cookies plugin for CMS e107 v2 * * @author OxigenO2 (oxigen.rg@gmail.com) - * @copyright Copyright (C) 2015 OxigenO2 + * @copyright Copyright (C) 2017 OxigenO2 * @license GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * @link http://oxigen.mablog.eu/ */