###
#
# English language file
#

## WARNING MAILS MESSAGE DECLARATIONS SECTION 
# This section starts with the keyword _define_strings and it can
# be included anywhere in the configuration file provided that it is placed before
# group definitions.
# Here you can define subjects and messages for warning mails that will be sent
# to those who are interested.
# Syntax:
# variable = string
# The variable will contain the specified string.
# The strings that the warning message will be created from can contain the
# following macros, which will be replaced by RAV with the proper values:
#	FILE_NAME   	-> the full path and name of the scanned file,
#  	ATTACH_NAME 	-> the name of the scanned attachment,
#	VIRUS_NAME  	-> virus name found,
#	FROM_USER   	-> mail sender address,
#	TO_USER(S)  	-> mail addresses of receiver(s),
#	SUBJECT     	-> mail subject,
#	QUARANTINE_NAME -> the name of the file saved to quarantine by move or 
#		copy actions. 
#	HEADER			-> the entire mail header
#	HEADER_RECEIVED	-> the "Received:" fields from the mail header
#	ON_HOST			-> the mail server name
_define_strings

digest_subject_english = "RAV AntiVirus scan results"

infected_m_english = "
The file ATTACH_NAME attached to mail (with subject:SUBJECT) sent by FROM_USER to TO_USER(S)
is infected with virus: VIRUS_NAME."

suspicious_m_english = "
The file ATTACH_NAME attached to mail (with subject:SUBJECT) sent by FROM_USER to TO_USER(S)
contains suspicious code."

cleaned_m_english = "
The file was successfully cured by RAV AntiVirus."

moved_m_english = "
The file was moved to quarantine with name: QUARANTINE_NAME."

#moved_m_english = "
#The file was moved to quarantine."

copied_m_english = "
The file was copied to quarantine with name: QUARANTINE_NAME."

saved_inf_m_english = "
The infected file was saved to quarantine with name: SAVED_FILE_NAME."

saved_sus_m_english = "
The suspicious file was saved to quarantine with name: SAVED_FILE_NAME."

deleted_m_english = "
The file was successfully deleted by RAV AntiVirus."

renamed_m_english = "
The file was successfully renamed by RAV AntiVirus."

cannot_clean_m_english = "
Cannot clean this file."

cannot_move_m_english = "
Cannot move this file to quarantine."

cannot_copy_m_english = "
Cannot copy this file to quarantine."

cannot_save_inf_m_english = "
Cannot copy this infected file to quarantine."

cannot_save_sus_m_english = "
Cannot copy this suspicious file to quarantine."

cannot_delete_m_english = "
Cannot delete this file (most probably it's in an archive)."

cannot_rename_m_english = "
Cannot rename this file (most probably it's in an archive)."

ignored_m_english = "
The file was ignored because all previous actions failed.

It is highly recommended not to use this file."

rejected_m_english = "
The mail was not delivered because it contained dangerous code.
"

warn_txt_m_english = "
 "
 
warn_footer_m_english = "
------------------------
this is a copy of the e-mail header:

HEADER_RECEIVED
"

warn_header_m_english = "
-----------------------
This e-mail is generated by the ON_HOST mail server to warn you that the e-mail
sent by FROM_USER to TO_USER(S) is infected with virus: VIRUS_NAME.

Please contact your system administrator for further information.

If you are the sender:
-------------------
The scanned e-mail has your address in the <From> header field. Either your
computer is infected or someone's computer having your e-mail address in
the address book has been infected.

(Please note that some viruses are sending e-mails directly from your computer.
Our advise is to check your computer using an up-to-date antivirus product).

If you are the receiver:
---------------------
Please contact the sender: very probably he/she doesn't know he/she has a computer virus.

Actions taken for the infected files:
-------------------------------------

"
discarded_m_english="
The mail was silently discarded because it contained dangerous code.
"

embedded_clean_m_english="
RAV AntiVirus has scanned the original mail and found it virus free.
The clean mail is attached.
"

embedded_cleaned_m_english="
RAV AntiVirus has scanned the original mail and found it infected.
RAV has cleaned the virus and you can find the cleaned mail attached.
"

embedded_unclean_m_english="
RAV AntiVirus has scanned the original mail and found it infected.
RAV was unable to clean the virus and you can find the uncleaned mail attached.
"

bulk_header_low_english = "X-RAV-Bulk: RAV AntiVirus classifies this e-mail as possible spam (accuracy low)"

bulk_subject_low_english = "Possible SPAM (accuracy low): "

bulk_embedded_low_english = "
The original mail (that you can find attached) was tagged by
RAV AntiVirus as LOW ACCURACY SPAM, according to your mail system
administrator's settings. A 'low' accuracy level means that
RAV AntiVirus reports the suspected mail message as spam even if
only few spam patterns exist.
This means that you might get some 'false alarms', but no spam messages
will pass by RAV AntiVirus.

"

bulk_header_med_english = "X-RAV-Bulk: RAV AntiVirus classifies this e-mail as spam (accuracy medium)"
bulk_subject_med_english = "Possible SPAM (accuracy medium): "
bulk_embedded_med_english = "
The original mail (that you can find attached) was tagged by
RAV AntiVirus as MEDIUM ACCURACY SPAM, according to your mail system
administrator's settings. A 'medium' accuracy level means that
RAV AntiVirus reports the suspected mail message as spam if several
spam patterns exist. This means that the number of 'false alarms'
is lower than in case of LOW ACCURACY SPAM, but some spam messages
might pass by RAV AntiVirus.

"

bulk_header_high_english = "X-RAV-Bulk: RAV AntiVirus classifies this e-mail as spam (accuracy high)"

bulk_subject_high_english = "Possible SPAM (accuracy high): "

bulk_embedded_high_english = "
The original mail (that you can find attached) was tagged by
RAV AntiVirus as HIGH ACCURACY SPAM, according to your mail system
administrator's settings. A 'high' accuracy level means that
RAV AntiVirus reports the suspected mail message as spam if more
spam patterns exist. This means that the number of 'false alarms'
is low, but some spam messages might pass by RAV AntiVirus.

"

bulk_header_very_high_english = "X-RAV-Bulk: RAV AntiVirus classifies this e-mail as spam (accuracy very high)"

bulk_subject_very_high_english = "Possible SPAM (accuracy very high): "

bulk_embedded_very_high_english = "
The original mail (that you can find attached) was tagged by
RAV AntiVirus as VERY HIGH ACCURACY SPAM, according to your mail
system administrator's settings. A 'very high' accuracy level means
that RAV AntiVirus reports the suspected mail message as spam only if
lots of spam patterns exist. Therefore, it is highly unlikely for
RAV AntiVirus to report false alarms, but more spam messages
will probably pass by RAV AntiVirus.

"
