$MESS ['SEC_ANTIVIRUS_TITLE'] = "Web antivirus";
$MESS ['SEC_ANTIVIRUS_MAIN_TAB'] = "Web antivirus";
$MESS ['SEC_ANTIVIRUS_MAIN_TAB_TITLE'] = "Activate web antivirus.";
$MESS ['SEC_ANTIVIRUS_PARAMETERS_TAB'] = "Parameters";
$MESS ['SEC_ANTIVIRUS_PARAMETERS_TAB_TITLE'] = "Virus infection notification parameters.";
$MESS ['SEC_ANTIVIRUS_WHITE_LIST_TAB'] = "Exceptions";
$MESS ['SEC_ANTIVIRUS_WHITE_LIST_SET_TAB'] = "Exceptions (listed)";
$MESS ['SEC_ANTIVIRUS_WHITE_LIST_TAB_TITLE'] = "Filtration will not be performed on html blocks containing the below code excerpts.";
$MESS ['SEC_ANTIVIRUS_ON'] = "Web antivirus activated";
$MESS ['SEC_ANTIVIRUS_WARNING'] = "Exceptions have been added or notification-only regime is engaged.";
$MESS ['SEC_ANTIVIRUS_PREBODY_NOTFOUND'] = "To detect viruses which have entered before output buffering, assign the following parameter in php.ini:
auto_prepend_file = #PATH#
or in .htaccess:
php_value auto_prepend_file \"#PATH#\"";
$MESS ['SEC_ANTIVIRUS_PREBODY_NOTFOUND_CGI'] = "To detect viruses which have entered before output buffering, assign the following parameter in php.ini:
auto_prepend_file = #PATH#";
$MESS ['SEC_ANTIVIRUS_BUTTON_OFF'] = "Turn off web antivirus";
$MESS ['SEC_ANTIVIRUS_OFF'] = "Web antivirus deactivated";
$MESS ['SEC_ANTIVIRUS_BUTTON_ON'] = "Activate web antivirus";
$MESS ['SEC_ANTIVIRUS_NOTE'] = "
Web antivirus
Web antivirus - a system that counteracts infection of sites. The web antivirus identifies potentially dangerous html code and \"cuts\" the suspicious object from the site code, deterring the infection of the user's computer.
Attention! The web antivirus is not a replacement for a traditional antivirus program.
"; $MESS ['SEC_ANTIVIRUS_LEVEL'] = "Activation is recommended for the Highest level of security."; $MESS ['SEC_ANTIVIRUS_TIMEOUT'] = "Notification interval (minutes)"; $MESS ['SEC_ANTIVIRUS_WHITE_LIST'] = "Exceptions:"; $MESS ['SEC_ANTIVIRUS_ADD'] = "Add"; $MESS ['SEC_ANTIVIRUS_ACTION'] = "Action when virus detected"; $MESS ['SEC_ANTIVIRUS_ACTION_REPLACE'] = "Cut object from site code"; $MESS ['SEC_ANTIVIRUS_ACTION_NOTIFY_ONLY'] = "Record in log and notify administrator"; ?>