]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix: [ 991768 ] "Created by awstats" not localized
authoreldy <>
Thu, 30 Dec 2004 17:55:54 +0000 (17:55 +0000)
committereldy <>
Thu, 30 Dec 2004 17:55:54 +0000 (17:55 +0000)
wwwroot/cgi-bin/awstats.pl
wwwroot/cgi-bin/lang/awstats-en.txt
wwwroot/cgi-bin/lang/awstats-fr.txt

index 1daa35c2ff64fc4b99a8046f45c517d187469285..9f4c4c0c1572b65ad7ccfdb0fb6cfe31444d8da4 100644 (file)
@@ -517,7 +517,9 @@ use vars qw/ @Message /;
 'Mails successfully sent',
 'Mails failed/refused',
 'Sensitive targets',
-'Javascript disabled'
+'Javascript disabled',
+'Created by',
+'plugins'
 );
 
 
@@ -670,11 +672,12 @@ sub html_end {
                if ($FrameName ne 'index' && $FrameName ne 'mainleft') {
                        print "$Center<br /><br />\n";
                        print "<span dir=\"ltr\" style=\"font: 11px verdana, arial, helvetica; color: #$color_text;\">";
-                       print "<b>Advanced Web Statistics $VERSION</b> - <a href=\"http://awstats.sourceforge.net\" target=\"awstatshome\">Created by $PROG";
+                       print "<b>Advanced Web Statistics $VERSION</b> - <a href=\"http://awstats.sourceforge.net\" target=\"awstatshome\">";
+                       print $Message[169]." $PROG";
                        if ($listplugins) {
                                my $atleastoneplugin=0;
                                foreach my $pluginname (keys %{$PluginsLoaded{'init'}}) {
-                                       if (! $atleastoneplugin) { $atleastoneplugin=1; print " (with plugin "; }
+                                       if (! $atleastoneplugin) { $atleastoneplugin=1; print " ($Message[170]: "; }
                                        else { print ", "; }
                                        print "$pluginname";
                                }
@@ -9551,7 +9554,7 @@ if (scalar keys %HTMLOutput) {
                                if ($_url_k{$key}/($_url_p{$key}||1) > $max_k) { $max_k = $_url_k{$key}/($_url_p{$key}||1); }
                        }
                        foreach my $key (@keylist) {
-                               print "<tr><td class=\"aws\">xx $key";
+                               print "<tr><td class=\"aws\">";
                                &ShowURLInfo($key);
                                print "</td>";
                                my $bredde_p=0; my $bredde_e=0; my $bredde_x=0; my $bredde_k=0;
index ee3845991b9d2ad57598b0c31fdc1871beb8dff5..df72e3d1dd5eedc7e3cea31012cc172a208b5a52 100644 (file)
@@ -168,4 +168,6 @@ message164=different worms
 message165=Mails successfully sent
 message166=Mails failed/refused
 message167=Sensitive targets
-message168=Javascript disabled
\ No newline at end of file
+message168=Javascript disabled
+message169=Created by
+message170=plugins
index 49accdf28ba73285649d3a9f1a268856d6bbbda2..70dcca1bd43768c85fb2fccd28d4d2f2eea81ab9 100644 (file)
@@ -168,4 +168,6 @@ message164=vers differents
 message165=Mails transférés
 message166=Mails en échec/refusés
 message167=Cibles sensibles
-message168=Javascript désactivé
\ No newline at end of file
+message168=Javascript désactivé
+message169=Généré par
+message170=plugins