fprintf(fp_ou,"<th class=\"header_l\">%s</th>",_("BYTES"));
fputs("<th class=\"header_l",fp_ou);
if (SortTableJs[0]) fputs(" sorttable_alpha",fp_ou);
+ /* TRANSLATORS: This is a column header showing the users who visited each site. */
fprintf(fp_ou,"\">%s</th></tr></thead>\n",_("USERS"));
ourl=NULL;
fputs("<div class=\"report\"><table cellpadding=\"1\" cellspacing=\"2\"",fp_ou);
if (SortTableJs[0]) fputs(" class=\"sortable\"",fp_ou);
fputs(">\n",fp_ou);
- fprintf(fp_ou,"<thead><tr><th class=\"header_l\">%s</th><th class=\"header_l",_("NUM"));
+ fprintf(fp_ou,"<thead><tr><th class=\"header_l\">%s</th><th class=\"header_l",
+ /* TRANSLATORS: This is a column header showing the position of the entry in the sorted list. */
+ _("NUM"));
if (SortTableJs[0]) fputs(" sorttable_alpha",fp_ou);
- fprintf(fp_ou,"\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th></tr></thead>\n",_("ACCESSED SITE"),_("CONNECT"),_("BYTES"),_("TIME"),_("USERS"));
+ fprintf(fp_ou,"\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th></tr></thead>\n",
+ /* TRANSLATORS: This is a column header showing the URL of the visited sites. */
+ _("ACCESSED SITE"),
+ /* TRANSLATORS: This is a column header showing the number of connections to a visited site. */
+ _("CONNECT"),
+ /* TRANSLATORS: This is a column header showing the number of transfered bytes. */
+ _("BYTES"),
+ /* TRANSLATORS: This is a column header showing the time spent by the proxy processing the requests. */
+ _("TIME"),
+ /* TRANSLATORS: This is a column header showing the number of users who visited a sites. */
+ _("USERS"));
regs=0;
ntopsites = 0;