From: eldy <> Date: Fri, 31 May 2002 05:54:55 +0000 (+0000) Subject: no message X-Git-Tag: AWSTATS_4_1_BETA~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=640ae1d7a294a1b371281921af7166274a00a95d;p=thirdparty%2FAWStats.git no message --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 74139e30..5bb49ada 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -1307,6 +1307,7 @@ sub Check_Config { if (! $Message[122]) { $Message[122]="different refering search engines"; } if (! $Message[123]) { $Message[123]="different refering sites"; } if (! $Message[124]) { $Message[124]="Other phrases"; } + if (! $Message[125]) { $Message[125]="Anonymous users"; } # Refuse LogFile if contains a pipe and PurgeLogFile || ArchiveLogRecords set on if (($PurgeLogFile || $ArchiveLogRecords) && $LogFile =~ /\|\s*$/) { @@ -4978,7 +4979,7 @@ EOF $rest_h=$TotalHits-$total_h; $rest_k=$TotalBytes-$total_k; if ($rest_p > 0 || $rest_h > 0 || $rest_k > 0) { # All other login - print "$Message[2]$rest_p$rest_h".Format_Bytes($rest_k)." \n"; + print "$Message[125]$rest_p$rest_h".Format_Bytes($rest_k)." \n"; } &tab_end; } diff --git a/wwwroot/cgi-bin/lang/awstats-en.txt b/wwwroot/cgi-bin/lang/awstats-en.txt index 7b4717c0..ae2b1e96 100644 --- a/wwwroot/cgi-bin/lang/awstats-en.txt +++ b/wwwroot/cgi-bin/lang/awstats-en.txt @@ -124,4 +124,5 @@ message120=Search Keyphrases message121=Search Keywords message122=different refering search engines message123=different refering sites -message124=Other phrases \ No newline at end of file +message124=Other phrases +message125=Anonymous users \ No newline at end of file diff --git a/wwwroot/cgi-bin/lang/awstats-fr.txt b/wwwroot/cgi-bin/lang/awstats-fr.txt index 3761ce91..96fa1ca1 100644 --- a/wwwroot/cgi-bin/lang/awstats-fr.txt +++ b/wwwroot/cgi-bin/lang/awstats-fr.txt @@ -124,4 +124,5 @@ message120=Phrases cl message121=Mots clés de recherche message122=moteurs de recherche différents message123=sites différents -message124=Autres phrases \ No newline at end of file +message124=Autres phrases +message125=Utilisateurs anonymes \ No newline at end of file