exit(EXIT_FAILURE);
}
+ /* TRANSLATORS: This is a column header */
write_html_header(fp_ou,(IndexTree == INDEX_TREE_DATE) ? 3 : 1,_("Authentication Failures"),HTML_JS_NONE);
fputs("<tr><td class=\"header_c\">",fp_ou);
fprintf(fp_ou,_("Period: %s"),period.html);
fputs(warea,stdout);
} else {
/* TRANSLATORS: The string is formatted using strftime. You can use
- any string formatting marker allowed by strftime. */
+ * any string formatting marker allowed by strftime. The %c is the
+ * time formatted according to the currently selected locale.
+ */
strftime(Subject,sizeof(Subject),_("SARG report, %c"),local);
snprintf(warea,sizeof(warea),"%s -s \"%s\" \"%s\" <\"%s\"",MailUtility,Subject,email,top3);
if (debug)
{
va_list ap;
+ /* TRANSLATORS: This text is printed on the console before any message from
+ * the debug log with level "debug".
+ */
fputs(_("SARG: "),stderr);
fprintf(stderr,"(%s) ",pos);
va_start(ap,msg);
{
va_list ap;
+ /* TRANSLATORS: This text is printed on the console before any message from
+ * the debug log with level "info".
+ */
fputs(_("SARG: (info) "),stderr);
va_start(ap,msg);
vfprintf(stderr,msg,ap);