; @package Joomla ; @subpackage CW Traffic Online Plugin ; @author Steven Palmer ; @author url https://coalaweb.com ; @author email support@coalaweb.com ; @license GNU/GPL, see /assets/en-GB.license.txt ; @copyright Copyright (c) 2020 Steven Palmer All rights reserved. PLG_CWTRAFFICONLINE="System - CW Traffic Online" PLG_CWTRAFFICONLINE_DESC="<div class=\"well well-lg\"><h3>Overview</h3><div class=\"alert alert-info\"><span class=\"icon-info\"></span> This plugin will count and display the website visitors that are currently online. It uses it own database table along with cookies to keep track of visitors.</div><ul><li>Website: <strong><a href=\"https://coalaweb.com\" target=\"_blank\" title=\"Web Services\">https://coalaweb.com</a></strong></li><li>License: <strong><a href=\"https://www.gnu.org/licenses/gpl.html\" title=\"GNU/GPL v3 license\">GNU/GPL v3</a></strong></li></ul><h3>Support</h3><div class=\"alert alert-info\"><span class=\"icon-list\"></span> Latest Updates - <a class=\"alert-link\" href=\"https://coalaweb.com/support/documentation/item/coalaweb-traffic-change-log\" target=\"_blank\" title=\"Change Log\">Change Log</a></div><div class=\"alert alert-warning\"><span class=\"icon-book\"></span> Documentation - <a class=\"alert-link\" href=\"https://coalaweb.com/support/documentation/category/extensions\" target=\"_blank\" title=\"CoalaWeb Docs\">CoalaWeb Docs</a></div><div class=\"alert alert-success\"><span class=\"icon-comments-2\"></span> Ask a question - <a class=\"alert-link\" href=\"https://coalaweb.com/forum/index\" target=\"_blank\" title=\"Forum\">CoalaWeb Forum </a></div><div class=\"alert alert-danger\"><span class=\"icon-thumbs-up\"></span> Write a review - <a class=\"alert-link\" href=\"https://extensions.joomla.org/profile/profile/details/123339\" target=\"_blank\" title=\"Vote\">Extension Directory </a></div></div>" PLG_CWTRAFFICONLINE_SETTINGS="Plugin Information" PLG_CWTRAFFICONLINE_TITLE_VERSION="Release Information" ;------------------------------------------------------------------------------- ;Version 1.1.1 ;------------------------------------------------------------------------------- PLG_CWTRAFFICONLINE_SETTINGS_TITLE="Note" PLG_CWTRAFFICONLINE_SETTINGS_MESSAGE="Configuration options for this plugin can be found in the CoalaWeb Traffic component." ;------------------------------------------------------------------------------- ;Version 1.1.5 ;------------------------------------------------------------------------------- PLG_CWTRAFFICONLINE_SPACER_DEPENDENCY="Dependency Checks" PLG_CWTRAFFICONLINE_SPACER_ADVANCED="Advanced Options" PLG_CWTRAFFICONLINE_SPACER_DEBUG="Debug Options" PLG_CWTRAFFICONLINE_FIELD_COM_OPT="-- Com Options --" PLG_CWTRAFFICONLINE_DEPENDENCY_MSG="If a dependency is not being met a warning message will display below." ; Debug Messages PLG_CWTRAFFICONLINE_FILE_MISSING_MESSAGE="One of the <strong>Files</strong> that is needed for the correct operation of the <strong>CoalaWeb Traffic Online</strong> plugin appears to be <strong>missing</strong>! Please install a fresh copy of the latest version to fix this issue." PLG_CWTRAFFICONLINE_FOLDER_MISSING_MESSAGE="One of the <strong>Folders</strong> that is needed for the correct operation of the <strong>CoalaWeb Traffic Online</strong> plugin appears to be <strong>missing</strong>! Please install a fresh copy of the latest version to fix this issue." PLG_CWTRAFFICONLINE_NOEXT_CHECK_MESSAGE="For the <strong>CoalaWeb Traffic Online</strong> plugin to function correctly you must have the <strong>%s</strong> extension <strong>installed</strong>, <strong>enabled</strong> and be using the <a class=\"alert-link\" href=\"https://coalaweb.com/downloads/joomla-extensions/latest-releases\" target=\"_blank\">latest version</a>." PLG_CWTRAFFICONLINE_NOGEARSPLUGIN_HELPER_MESSAGE="The system has detected that one of the <strong>System - CW Gears</strong> plugin files is missing! Please install a fresh copy of the latest version to fix this issue which is available from <a class=\"alert-link\" href=\"https://coalaweb.com/downloads/joomla-extensions/latest-releases\" target=\"_blank\">coalaweb.com</a>." PLG_CWTRAFFICONLINE_NOGEARSPLUGIN_CHECK_MESSAGE="For the <strong>CoalaWeb Traffic Online</strong> plugin to function correctly you must have the <strong>System - CW Gears</strong> plugin installed and enabled. It must also be version <a class=\"alert-link\" href=\"https://coalaweb.com/downloads/joomla-extensions/latest-releases\" target=\"_blank\">%s</a> or greater!" PLG_CWTRAFFICONLINE_MSG_DEBUG="It's only recommended to use the <strong>Debug Messages</strong> option when fault finding an issue. <strong>Note:</strong> The option below will override the <strong>component options</strong>." PLG_CWTRAFFICONLINE_FIELD_DEBUG_LABEL="Debug Messages" PLG_CWTRAFFICONLINE_FIELD_DEBUG_DESC="Turn on or off the display of debug messages to help fault find issues with the system."