Skip to content

Commit

Permalink
Advancement to version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxigeno2 authored Oct 29, 2017
1 parent 051d171 commit 44523cc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion languages/English/English_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* EU cookies plugin for CMS e107 v2
*
* @author OxigenO2 ([email protected])
* @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/
*/
Expand All @@ -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.");
?>
2 changes: 1 addition & 1 deletion languages/English/English_global.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* EU cookies plugin for CMS e107 v2
*
* @author OxigenO2 ([email protected])
* @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/
*/
Expand Down

0 comments on commit 44523cc

Please sign in to comment.