| Current Path : /var/www/administrator/language/en-GB/ |
| Current File : /var/www/administrator/language/en-GB/en-GB.plg_system_easygoogleanalytics.ini |
; Easy Google Analytics ; Copyright (C) 2011 - 2015 Michael Albert Gilkes. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 - No BOM ; ; These translations are used for: ; a. front-end text ; b. back-end text ; ; Keys in XML details file EASYGOOGLEANALYTICS="Easy Google Analytics" PLG_EGA_DESCRIPTION="<h2>Easy Google Analytics</h2><h4>Developed by Michael Gilkes<br />Valor Apps</h4><h3>Description</h3><p>This is a flexible, simple-to-use system plugin that is used to add Google Analytics Tracking (asynchronous) Code to a Joomla site. It adds the Google tracking code to the head tag of each page of the website without having to edit any template code. This plugin uses the asynchronous tracking code for tracking a single domain, one domain with multiple subdomains, or multiple TLD domains.</p><p>Note, though, that the tracking code will be added at the end of the list of script tags that Joomla generates, but since the Joomla generated tags usually come before the template scripts, there is no guarantee that the tracking code will be the last script before the </head> tag.</p><h3>Main features:</h3><ul><li>Automatiaclly places Google Analytics tracking code in head tag</li><li>Specify the Profile ID for your Analytics Account in the Plugin Manager</li><li>Choose what you are tracking: Single domain, Multiple Subdomains, or Multiple TLD</li><li>Automatic (or manual) entry of domain name for Multiple subdomain setting</li><li>Option to exclude Analytics in Administration backend</li></ul><h3>Known Issues:</h3><p>The tracking code may not be the last script tag before the </head> tag, because of when the template script tags are added. This may cause a performance issue in some browsers, as specified by Google Help.</p>" PLG_EGA_PROFILE_LABEL="Profile ID" PLG_EGA_PROFILE_DESC="This is the profile ID of the Google Analytics account." PLG_EGA_TRACKING_LABEL="Tracking" PLG_EGA_TRACKING_DESC="This specifies what you are actually tracking. There are three options: Single Domain, One Domain with Multiple Subdomains, or Multiple TLD Domains." PLG_EGA_SUBDOMAINS_SPACER="<b>Multiple Subdomains Options</b>" PLG_EGA_HOSTNAME_LABEL="Hostname" PLG_EGA_HOSTNAME_DESC="This is the second-level domain and top-level domain that will be typically specified when you select the 'One Domain with Multiple Subdomains' option. The plugin automatically fills this out for you." PLG_EGA_ADMIN_LABEL="Exclude Administration" PLG_EGA_ADMIN_DESC="If this option is set to Yes, Google Analytics will track access to the Administration pages." PLG_EGA_TRACKING_SPACER="<b>Outbound Link Tracking</b>" PLG_EGA_TRACK_LABEL="Enable Event Tracking" PLG_EGA_TRACK_DESC="Adds event tracking for outbound links" PLG_EGA_JSCRIPT_LABEL="Choose Javascript Type" PLG_EGA_JSCRIPT_DESC="Choose the type of javascript code to use for tracking" PLG_EGA_CATEGORY_LABEL="Category Label" PLG_EGA_CATEGORY_DESC="This is the label used for tracking the outbound links in Event Tracking reports." PLG_EGA_SKIPLINKS_LABEL="Skip Popup Links" PLG_EGA_SKIPLINKS_DESC="Specify popup links to skip browser redirect that contain words. Separated by pipe character, |." ; Values PLG_EGA_SINGLE_VALUE="Single Domain" PLG_EGA_SUBDOMAINS_VALUE="One Domain with Multiple Subdomains" PLG_EGA_TLD_VALUE="Multiple TLD Domains" PLG_EGA_UNIVERSAL_VALUE="Use Universal Analytics Tracking Code" PLG_EGA_YES_VALUE="Yes" PLG_EGA_NO_VALUE="No" PLG_EGA_MOOTOOLS_VALUE="Mootools" PLG_EGA_JQUERY_VALUE="jQuery" ; Documentation PLG_EGA_DOCUMENTATION="https://www.valorapps.com/documentation/15-easy-google-analytics-documentation.html?tmpl=component"