From 87e8625b59e55f7fd075c7c2c11bcd47d19f5ad3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Mon, 16 Jul 2012 11:15:05 +0200 Subject: [PATCH] Add a few comments for the translators --- siteuser.c | 1 + topsites.c | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/siteuser.c b/siteuser.c index 1904afe..2780431 100644 --- a/siteuser.c +++ b/siteuser.c @@ -97,6 +97,7 @@ void siteuser(void) fprintf(fp_ou,"%s",_("BYTES")); fputs("%s\n",_("USERS")); ourl=NULL; diff --git a/topsites.c b/topsites.c index 94380c8..7579016 100644 --- a/topsites.c +++ b/topsites.c @@ -239,9 +239,21 @@ void topsites(void) fputs("
\n",fp_ou); - fprintf(fp_ou,"\n",_("ACCESSED SITE"),_("CONNECT"),_("BYTES"),_("TIME"),_("USERS")); + fprintf(fp_ou,"\">%s\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; -- 2.47.2
%s
%s%s%s%s%s%s
%s%s%s%s