###
#
# russian language file
#
# Created: 28/feb/2002 by Aleksey M. Baranov <bam@ufps.udm.net>
#
# The following texts are encoded with: KOI8-R.

## 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

# RAV AntiVirus scan results
digest_subject_russian = "RAV AntiVirus.   "

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

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

# The file was successfully cured by RAV AntiVirus.
cleaned_m_russian = "
     RAV AntiVirus. "

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

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

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

# The suspicious file was saved to quarantine with name: SAVED_FILE_NAME.
saved_sus_m_russian = "
  ,       : SAVED_FILE_NAME. "

# The file was successfully deleted by RAV AntiVirus.
deleted_m_russian = "
     RAV AntiVirus. "

# The file was successfully renamed by RAV AntiVirus.
renamed_m_russian = "
     RAV AntiVirus."

# Cannot clean this file.
cannot_clean_m_russian = "
   . "

# Cannot move this file to quarantine.
cannot_move_m_russian = "
     . "

# Cannot copy this file to quarantine.
cannot_copy_m_russian = "
     . "

# Cannot copy this infected file to quarantine.
cannot_save_inf_m_russian = "
      . "

# Cannot copy this suspicious file to quarantine.
cannot_save_sus_m_russian = "
    ( )  . "

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

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

# The file was ignored because all previous actions failed.
#
# It is highly recommended not to use this file.
ignored_m_russian = "
  ,      .

     . "

# The mail was not delivered because it contained dangerous code.
rejected_m_russian = "
   ,     . "

# This file has been removed because it contained dangerous code.
warn_txt_m_russian = "
  ,     . "

# This e-mail has been scanned by my Company's server.
#advertising_m_russian = " "

#-----------------------
# RAV Antivirus results
#-----------------------
warn_header_m_russian = "
------------------------------------------------------
     RAV AntiVirus:
------------------------------------------------------
"

#------------------------
#this is a copy of the e-mail header:
#
#HEADER_RECEIVED
warn_footer_m_russian = "
------------------------
  :

HEADER_RECEIVED 
"

discarded_m_russian="-- not defined --"

embedded_clean_m_russian="-- not defined --"

embedded_cleaned_m_russian="-- not defined --"

embedded_unclean_m_russian="-- not defined --"
