From: eldy <> Date: Sat, 3 Nov 2001 14:19:52 +0000 (+0000) Subject: Added translation for "Code". X-Git-Tag: AWSTATS_1_0~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4728cb6d05189be6100555ff29b123a73bc2972;p=thirdparty%2FAWStats.git Added translation for "Code". --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 0950baca..14c83f34 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -842,6 +842,7 @@ sub Check_Config { if ($Message[102] eq "") { $Message[102]="Total"; } if ($Message[103] eq "") { $Message[103]="different keyphrases"; } if ($Message[104] eq "") { $Message[104]="Entry pages"; } + if ($Message[105] eq "") { $Message[105]="Code"; } } #-------------------------------------------------------------------- @@ -2970,7 +2971,7 @@ EOF my @sortdomains_p=sort { $SortDir*$_domener_p{$a} <=> $SortDir*$_domener_p{$b} } keys (%_domener_p); print "$CENTER 
"; &tab_head($Message[25],19); - print "$Message[17]Code$Message[56]$Message[57]$Message[75] \n"; + print "$Message[17]$Message[105]$Message[56]$Message[57]$Message[75] \n"; $total_p=$total_h=$total_k=0; $max_h=1; foreach my $key (values %_domener_h) { if ($key > $max_h) { $max_h = $key; } } $max_k=1; foreach my $key (values %_domener_k) { if ($key > $max_k) { $max_k = $key; } } diff --git a/wwwroot/cgi-bin/lang/awstats-en.txt b/wwwroot/cgi-bin/lang/awstats-en.txt index 2c2c14b3..3dcbb483 100644 --- a/wwwroot/cgi-bin/lang/awstats-en.txt +++ b/wwwroot/cgi-bin/lang/awstats-en.txt @@ -103,4 +103,5 @@ message100=Before compression message101=After compression message102=Total message103=different keyphrases -message104=Entry pages \ No newline at end of file +message104=Entry pages +message105=Code \ No newline at end of file diff --git a/wwwroot/cgi-bin/lang/awstats-es.txt b/wwwroot/cgi-bin/lang/awstats-es.txt index 6659fcc0..82a5e2fd 100644 --- a/wwwroot/cgi-bin/lang/awstats-es.txt +++ b/wwwroot/cgi-bin/lang/awstats-es.txt @@ -104,3 +104,4 @@ message101=Despues de la compresi message102=Total message103=diferentes palabras clave message104=Pagina de entrada +message105=Código \ 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 0f15c3e3..3cae72e7 100644 --- a/wwwroot/cgi-bin/lang/awstats-fr.txt +++ b/wwwroot/cgi-bin/lang/awstats-fr.txt @@ -103,4 +103,5 @@ message100=Avant compression message101=Après compression message102=Total message103=phrases clés différentes -message104=Pages d'entrée \ No newline at end of file +message104=Pages d'entrée +message105=Code \ No newline at end of file