mirror of
https://github.com/e107inc/e107.git
synced 2025-03-13 17:09:46 +01:00
Bugtracker #4319 - make clearer which stats are zeroed
This commit is contained in:
parent
44fd4ed8a7
commit
2f777de2bf
@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/languages/admin/English.php,v $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2007-11-01 20:28:22 $
|
||||
| $Revision: 1.5 $
|
||||
| $Date: 2008-02-16 14:57:37 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@ -31,7 +31,7 @@ define("ADSTAT_L9", "Countries/domains visited from");
|
||||
define("ADSTAT_L10", "Referrers");
|
||||
define("ADSTAT_L11", "Search queries");
|
||||
define("ADSTAT_L12", "Reset stats");
|
||||
define("ADSTAT_L13", "this will erase the all-time stats - careful!<br />There is a separate menu option to delete selected historical data");
|
||||
define("ADSTAT_L13", "this will erase the all-time stats - careful!<br />Deletes stats to the end of yesterday.<br />There is a separate menu option to delete selected historical data");
|
||||
define("ADSTAT_L14", "Page counts");
|
||||
define("ADSTAT_L15", "Update Statistic Settings");
|
||||
define("ADSTAT_L16", "Site Statistic Settings");
|
||||
|
@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/languages/admin/English_log_help.php,v $
|
||||
| $Revision: 1.1 $
|
||||
| $Date: 2008-01-06 10:18:34 $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2008-02-16 14:57:37 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@ -34,7 +34,7 @@ Sets the number of \'recent visitors\' retained<br /><br />
|
||||
Determines which information is logged. Recording monthly data will take up more database space, and gives better visibility.
|
||||
If monthly statistics are being collected, you can set whether just the current month, or current month and previous month, are displayed<br /><br />
|
||||
<b>Reset Stats</b><br />
|
||||
Clears the selected all-time data to zero<br /><br />
|
||||
Clears the selected all-time data (up to the end of yesterday) to zero. To delete today\'s data as well, delete the log*.php files in the log/logs plugin directory<br /><br />
|
||||
');
|
||||
define('LAN_STAT_HELP_06','');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user