-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/ | ||
*/ | ||
|
@@ -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."); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/ | ||
*/ | ||
|