From: Frédéric Marchal Date: Mon, 16 Jul 2012 09:15:05 +0000 (+0200) Subject: Add a few comments for the translators X-Git-Tag: v2.3.3~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87e8625b59e55f7fd075c7c2c11bcd47d19f5ad3;p=thirdparty%2Fsarg.git Add a few comments for the translators --- 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;
%s
%s%s%s%s%s%s
%s%s%s%s