
# Template for language file
#
# This shell fragment should contain definitions for 5 variables,
# STAMP, CHARSET, ADMIN_MSG, SENDER_MSG and RCPT_MSG.
#
# CHARSET defines character set used (as per MIME standard).
#
# STAMP is a description, author and/or timestamp of messages
#
# All *_MSG should contains shell code fragments that should
# be placed into resulting `infected' script to generate appropriate
# messages.  Be careful with quotes!
#

ID='$Id: en,v 1.4 2001/11/29 00:04:17 mjt Exp $'

STAMP="English translation 8 Aug 2001 by Michael Tokarev <mjt@corpit.ru>"

CHARSET=us-ascii

ADMIN_MSG='This is a mail anti-virus program at host $HOST
The mail system received a message from $SENDER
destined to
  $*
that contains either infected or suspicious file(s) and it has not
reached the above destination(s).  Original message given below.

Antivirus message(s):
$MSG'

SENDER_MSG='This is a mail anti-virus program at host $HOST
The mail system received a message from you ($SENDER)
destined to
  $*
that contains either infected or suspicious file(s)
and it has not reached the above destination(s).

Antivirus message(s):
$MSG

Please clean up your machine using antivirus software before trying
to send any new mail, and resend the message if you need.  Or or ask
your system administrator for help.

Please, do not respond to *this* message you'\''re reading now --
your response will be lost.  I, the antivirus program, will be unable
to read your response, sorry... :)'


RCPT_MSG='This is a mail anti-virus program at host $HOST
The mail system received a message from $SENDER
destined to you that contains either infected or suspicious file(s)
and it has not reached you.  Original message headers given below.

In order to receive that message, please ask sender of it, $SENDER,
to clean his/her machine using antivirus software, and resend the
message to you again, or ask your system administrator for help.

Please, do not respond to *this* message you'\''re reading now --
your response will be lost.  I, the antivirus program, will be unable
to read your response, sorry... :)'
