mirror of
https://github.com/e107inc/e107.git
synced 2025-02-21 06:52:28 +01:00
64 lines
2.6 KiB
PHP
64 lines
2.6 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system
|
|
|
|
|
| ©Steve Dunstan 2001-2002
|
|
| http://e107.org
|
|
| jalist@e107.org
|
|
|
|
|
| Released under the terms and conditions of the
|
|
| GNU General Public License (http://gnu.org).
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/languages/English.php,v $
|
|
| $Revision: 1.1.1.1 $
|
|
| $Date: 2006-12-02 04:35:30 $
|
|
| $Author: mcfly_e107 $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
define("PAGE_NAME", "Statistics");
|
|
|
|
define("ADSTAT_L1", "This plugin will log all visits to your site, and build detailed statistic screens based on the information gathered.");
|
|
define("ADSTAT_L2", "The statistics logger has been successfully installed. To convert your existing stats to the new system, please <a href='".e_PLUGIN."log/update_routine.php'>click here to run update routine</a>.");
|
|
define("ADSTAT_L3", "Statistic Logging");
|
|
define("ADSTAT_L4", "You do not have permission to view this page.");
|
|
define("ADSTAT_L5", "The features on this page have been disabled.");
|
|
define("ADSTAT_L6", "Site Statistics");
|
|
define("ADSTAT_L7", "Statistics for this type is not being gathered.");
|
|
define("ADSTAT_L8", "Today's Stats");
|
|
define("ADSTAT_L9", "All-time Stats");
|
|
define("ADSTAT_L10", "Daily Stats");
|
|
define("ADSTAT_L11", "Monthly Stats");
|
|
define("ADSTAT_L12", "Browser Stats");
|
|
define("ADSTAT_L13", "Operating System Stats");
|
|
define("ADSTAT_L14", "Domain Stats");
|
|
define("ADSTAT_L15", "Screen Resolution / Color Depth Stats");
|
|
define("ADSTAT_L16", "Referral Stats");
|
|
define("ADSTAT_L17", "Search String Stats");
|
|
define("ADSTAT_L18", "Recent Visitors");
|
|
define("ADSTAT_L19", "Page");
|
|
define("ADSTAT_L20", "Visits Today");
|
|
define("ADSTAT_L21", "Total");
|
|
define("ADSTAT_L22", "Unique");
|
|
define("ADSTAT_L23", "Total Visits");
|
|
define("ADSTAT_L24", "Total Unique Visits");
|
|
define("ADSTAT_L25", "No statistics yet.");
|
|
define("ADSTAT_L26", "Browser");
|
|
define("ADSTAT_L27", "Operating System");
|
|
define("ADSTAT_L28", "Countries / Domains");
|
|
define("ADSTAT_L29", "Screen Resolution");
|
|
define("ADSTAT_L30", "Site Referrals");
|
|
define("ADSTAT_L31", "Search Engine Query Strings");
|
|
define("ADSTAT_L32", "Referred from");
|
|
define("ADSTAT_L33", "Visits in last");
|
|
define("ADSTAT_L34", "Visits");
|
|
define("ADSTAT_L35", "Unique visits in last");
|
|
define("ADSTAT_L36", "days by page");
|
|
define("ADSTAT_L37", "Visits by month");
|
|
define("ADSTAT_L38", "Unique visits by month");
|
|
define("ADSTAT_L39", "remove this entry");
|
|
define("ADSTAT_L40", "days");
|
|
define("ADSTAT_L41", "Error");
|
|
|
|
?>
|