﻿AskScanSettingsAlertHeader = 'Removable drive ' + $DriveLabel + ' (' + $DriveName + ')' + ' detected'
AskScanSettingsAlertDescription = 'You are advised to scan the drive for malicious objects.'
AskScanSettingsAlertCheckDrive = 'Scan'
AskScanSettingsAlertDontCheckDrive = 'Do not scan'
AskScanSettingsAlertApplyToAll = 'Remember my choice for all removable drives'

DatabasesObsoleteAlertHeader = 'Databases and application modules require updating. New threats may not be found during scanning.'
DatabasesObsoleteAlertDescription = 'The databases and the application require an update'
DatabasesObsoleteAlertDescriptionUpdating = 'You are advised to wait until the update is completed'
DatabasesObsoleteAlertUpdateBases = 'Update databases and application modules'
DatabasesObsoleteAlertRunScanWithoutUpdate = 'Scan without update'
DatabasesObsoleteAlertUpdateBasesUpdating = 'Scan after update'
DatabasesObsoleteAlertRunScanWithoutUpdateUpdating = 'Scan now'


DatabasesObsoletePaidInternetAlertHeader = 'Databases and application modules are out of date. You need to update application databases.'
DatabasesObsoletePaidInternetAlertDescription = 'Internet connection will be used for updating'
DatabasesObsoletePaidInternetAlertUpdateBases = 'Run update'
DatabasesObsoletePaidInternetAlertSkipUpdate = 'Skip update'

TrafficMonitorAskActionHeader = 'Cannot guarantee authenticity of the domain to which encrypted connection is established'
TrafficMonitorAskActionDescriptionProgram = 'Application: '
TrafficMonitorAskActionDescriptionUrl = 'URL: '
TrafficMonitorAskActionDescriptionReason = 'Reason: '

TrafficMonitorAskActionDisconnect = 'Disconnect'
TrafficMonitorAskActionContinue = 'Continue'
TrafficMonitorAskActionMoreDetails = 'Details'
TrafficMonitorAskActionMoreViewCertificate = 'View certificate'

SwBssAlertHeaderSuspicios = 'Application performing suspicious activity characteristic of malware'
SwBssAlertHeaderExact = 'Application performing dangerous activity characteristic of malware'
SwBssAlertClose = 'Close the application'
SwBssAlertAllowOnce = 'Allow once'
SwBssAlertAllowAndAddToExcludes = 'Allow and add to exclusions'
SwBssAlertCloseAndDelete = 'Close and remove the application'
SwBssAlertProgram = 'Application: '
SwBssAlertName = 'Name: '
SwBssAlertDetected = 'Detected: '
SwBssAlertHistory = 'Application activity log'

HttpScanAlertHeader = 'This web page or file contains ' + $DetectGroup
HttpScanGeoSecurityHeaderText = 'Detected attempt to open a link with domain from a dangerous region'
HttpScanAlertUrl = 'URL: '
HttpScanAlertDomain = 'Domain: '
HttpScanAlertAllow = 'Allow'
HttpScanAlertDeny = 'Block'

HttpScanAlertDetectGroupMalware = 'malware'
HttpScanAlertDetectGroupUnsafeLegalSoftware = 'legitimate software that can be used by criminals to damage your computer or personal data'
HttpScanAlertDetectGroupKsnDetect = 'malware detected by Kaspersky Security Network'
HttpScanAlertDetectGroupDangerousContent = 'dangerous content'
HttpScanAlertDetectGroupUnsafeSoftware = 'packed object. Packing may be used to protect malicious code'
HttpScanAlertDetectGroupUnknownSoftware = 'untrusted software'

WmufAlertHeader = 'Attempt to download ' + $DetectGroup
WmufAlertAllow = 'Allow download'
WmufAlertDeny = 'Block download'
WmufAlertProgram = 'Application: '
WmufAlertApplyToAll = 'Remember my choice for all objects'

AppNameUnknown = 'Unknown application'

AntiphishingAlertHeader = $AppName + ' (' + $AppGroup + ') is attempting to access a web page that is used to steal passwords, credit card numbers, and other confidential data'
AntiphishingAlertHeaderWithoutGroup = $AppName + ' is attempting to access a web page that is used to steal passwords, credit card numbers, and other confidential data'
AntiphishingAlertReason = 'Reason: phishing link '
AntiphishihngApplyToAll = 'Apply to all'

AvsAlertSelectProcessingMethodHeader = 'Select method of processing ' + $DetectGroup

AvsAlertHeaderDetectGroupMalware = 'malware'
AvsAlertHeaderDetectGroupUnsafeLegalSoftware = 'legitimate software that can be used by criminals to damage your computer or personal data'
AvsAlertHeaderDetectGroupKsnDetect = 'malware detected by Kaspersky Security Network'
AvsAlertHeaderDetectGroupDangerousContent = 'unknown software'
AvsAlertHeaderDetectGroupUnsafeSoftware = 'packed object. Packing may be used to protect malicious code'
AvsAlertHeaderDetectGroupUnknownSoftware = 'unknown software'

AvsAlertObject = 'Location: '
AvsAlertDetect = 'Detected: '

AvsAlertDisinfect = 'Disinfect'
AvsAlertDelete = 'Delete'
AvsAlertCancel = 'Skip'
AvsAlertDeleteArchive = 'Delete archive'
AvsAlertAddToExcludes = 'Add to exclusions'
AvsAlertApplyToAll = 'Apply to all objects of this type'
AvsAlertDeny = 'Deny'
AvsAlertAllow = 'Allow'
AvsAlertBlock = 'Block'

; !- it should be consistent with DecisionReason* from skin\resources\ru\locs\DetailedReport.lt
AvsAlertNotCuredReasonNonCurable = 'Cannot disinfect the detected object.'
AvsAlertNotCuredReasonLocked = 'Cannot disinfect the detected object: object is blocked.'
AvsAlertNotCuredReasonRepOnly = 'Cannot disinfect the detected object: the \"Log events\" action is selected.'
AvsAlertNotCuredReasonNoRights = 'Cannot disinfect the detected object: access is denied.'
AvsAlertNotCuredReasonCancelled = 'Cannot disinfect the detected object: processing was canceled.'
AvsAlertNotCuredReasonWriteProtect = 'Cannot disinfect the detected object: object is write-protected.'
AvsAlertNotCuredReasonTaskStopped = 'Cannot disinfect the detected object: processing was paused.'
AvsAlertNotCuredReasonPostponed = 'Cannot disinfect the detected object: processing was postponed.'
AvsAlertNotCuredReasonNonOverwritable = 'Cannot disinfect the detected object: object is non-overwritable.'
AvsAlertNotCuredReasonCopyFailed = 'Cannot disinfect the detected object due to copy error.'
AvsAlertNotCuredReasonWriteError = 'Cannot disinfect the detected object due to write error.'
AvsAlertNotCuredReasonOutOfSpace = 'Cannot disinfect the detected object: not enough disk space.'
AvsAlertNotCuredReasonReadError = 'Cannot disinfect the detected object due to read error.'
AvsAlertNotCuredReasonDeviceNotReady = 'Cannot disinfect the detected object: access to device is denied.'
AvsAlertNotCuredReasonObjectNotFound = 'Cannot disinfect the detected object: object is not found.'
AvsAlertNotCuredReasonWriteNotSupported = 'Cannot disinfect the detected object: write not supported.'
AvsAlertNotCuredReasonCannotBackup = 'Cannot disinfect the detected object: cannot create its backup copy.'
AvsAlertNotCuredReasonSystemCriticalObject = 'Cannot disinfect the detected object: this is a critical system object.'
AvsAlertNotCuredReasonAlreadyProcessed = 'Cannot disinfect the detected object: access to device is denied.'
AvsAlertNotCuredReasonExceptionOccured = 'Cannot disinfect the detected object due to internal error.'
AvsAlertNotCuredReasonStackOverflow = 'Cannot disinfect the detected object due to internal error.'
AvsAlertNotCuredReasonScanError = 'Cannot disinfect the detected object due to internal error.'
AvsAlertNotCuredReasonEngineUnavailable = 'Cannot disinfect the detected object due to internal error.'

AvsAlertDeleteIncurableRecommendation = 'We recommend that you delete it.'

AvsActiveDetectAlertHeader = $ProductName + ' advises you to disinfect ' + $DetectGroup
AvsActiveDetectAlertDescription = 'Special disinfection procedure is necessary, which requires computer restart. We recommend that you close all running applications before disinfection. Do you want to perform a special disinfection procedure?'

AvsActiveDetectAlertYes = 'Yes, disinfect and restart'
AvsActiveDetectAlertNo = 'Skip'

OasAlertHeader = $AppName + ' (' + $AppGroup + ') is attempting to get access to ' + $DetectGroup
OasAlertHeaderWithoutGroup = $AppName + ' is attempting to get access to ' + $DetectGroup

OasAlertHeaderDetectGroupMalware = 'malware'
OasAlertHeaderDetectGroupUnsafeLegalSoftware = 'legitimate software that can be used by criminals to damage your computer or personal data'
OasAlertHeaderDetectGroupKsnDetect = 'malware detected by Kaspersky Security Network'
OasAlertHeaderDetectGroupDangerousContent = 'unknown software'
OasAlertHeaderDetectGroupUnsafeSoftware = 'packed object. Packing may be used to protect malicious code '
OasAlertHeaderDetectGroupUnknownSoftware = 'unknown software'

OasActiveDetectAlertHeader = 'Active malware detected'
OasActiveKsnDetectAlertHeader = 'Malware was detected by Kaspersky Security Network'
OasActiveDetectAlertDescription = 'You are advised to close all active programs and save your changes before computer restart.'
OasAcitveDetectAlertDisinfect = 'Disinfect and restart the computer'
OasActiveDetectAlertFooterLink = 'Try to disinfect without computer restart'
OasActiveDetectAlertFooterDescription = 'This method does not guarantee complete disinfection.'

OdsAlertHeaderUnsafeLegalSoftware = 'Legitimate software that can be used by criminals to damage your computer or personal data detected'
OdsAlertHeaderKsnDetect = 'Malicious object detected by Kaspersky Security Network'
OdsAlertHeaderUnsafeSoftware = 'Packed object detected. Packing may be used to protect malicious code'
OdsAlertHeaderMalware  = 'Malware detected'
OdsAlertHeaderDangerousContent = 'Dangerous web content detected'
OdsAlertHeaderUnknownSoftware = 'Unknown software detected'

HipsOdsAlertHeaderUnsafeLegalSoftware = 'Legitimate software that can be used by criminals to damage your computer or personal data detected'
HipsOdsAlertHeaderKsnDetect = 'Malicious object detected by Kaspersky Security Network'
HipsOdsAlertHeaderUnsafeSoftware = 'Packed object detected. Packing may be used to protect malicious code'
HipsOdsAlertHeaderMalware  = 'Malware detected'
HipsOdsAlertHeaderDangerousContent = 'Dangerous web content detected'
HipsOdsAlertHeaderUnknownSoftware = 'Unknown software detected'

HipsOasAlertHeaderMalware = 'Detected attempt to start malware'
HipsOasAlertHeaderUnsafeLegalSoftware = 'Detected attempt to start legitimate software that can be used by criminals to damage your computer or personal data'
HipsOasAlertHeaderUnsafeSoftware = 'Detected attempt to start packed object. Packing may be used to protect malicious code'
HipsOasAlertHeaderKsnDetect = 'Detected attempt to start a malicious object recognized by Kaspersky Security Network'
HipsOasAlertHeaderUnknownSoftware = 'Detected attempt to start unknown software'

McAlertHeader = 'Detected email containing ' + $DetectGroup
McAlertAllow = 'Allow'
McAlertDisinfect = 'Disinfect'
McAlertDeny   = 'Block'
McAlertDelete = 'Delete'
McAlertDeleteArchive = 'Delete archive'
McAlertIgnore = 'Ignore'
McAlertAddToExclusions = 'Add to exclusions'
McAlertApplyToAll = 'Apply to all'

FirewallAlertHeaderTcpOutgoing = $AppName + ' (' + $AppGroup + ') is attempting to establish an outgoing TCP connection with remote computer ' + $Address + ' to remote port ' + $RemotePort
FirewallAlertHeaderTcpIncoming = $AppName + ' (' + $AppGroup + ') is attempting to accept an incoming TCP connection from remote computer ' + $Address + ' to local port ' + $LocalPort

FirewallAlertHeaderPacketOutgoing = $AppName + ' (' + $AppGroup + ') is attempting to send a ' + $Protocol + ' packet to remote computer ' + $Address + ' to remote port ' + $RemotePort
FirewallAlertHeaderPacketIncoming = $AppName + ' (' + $AppGroup + ') is attempting to receive a ' + $Protocol + ' packet from remote computer ' + $Address + ' to local port ' + $LocalPort

FirewallAlertDescription = 'It is possible that this trusted application is being used to perform a privileged operation by an application whose activity was restricted.'

FirewallAlertHeaderRawSocket = $AppName + ' (' + $AppGroup + ') is attempting to establish connection using a raw socket. Such activity is malware-specific. Legitimate software generally does not use such networking methods.'
FirewallAlertDescriptionRawSocket = 'Such activity is malware-specific. Legitimate software generally does not use such networking methods.'
FirewallAlertDescriptionProtocol = 'Protocol: '
FirewallAlertButtonAllow = 'Allow'
FirewallAlertButtonAllowCreateRule = 'Allow and create rule'
FirewallAlertButtonDeny = 'Block'
FirewallAlertButtonDenyCreateRule = 'Block and create rule'
FirewallAlertButtonCreateRule = 'Create rule'
FirewallAlertRememberForever = 'Apply always'
FirewallAlertRememberForSession = 'Apply to current application session'
FirewallAlertRememberCreateRule = 'Create rule based on action'

AdditionalActions = 'Additional actions'

KLAppRoot           = 'All applications'
KLAppTrusted        = 'Trusted'
KLAppSecurity       = 'Security'
KLAppRestrictedLow  = 'Low Restricted'
KLAppRestrictedHi   = 'High Restricted'
KLAppUntrusted      = 'Untrusted'
KLAppSBBrowser = 'KLAppSBBrowser'
KLAppSBSimple = 'KLAppSBSimple'
KLAppUnknown        = 'Unknown'
KLAppUndefined        = 'Undefined'

InvestigatorWindowTitle = 'Application appearance log'

HipsAlertHeader = $AppName + ' is attempting to ' + $Action

HipsAlertHeaderReadResource = $AppName + ' is attempting to read protected ' + $ResourceName + ' (' + $ResourceGroup + ')'
HipsAlertHeaderWriteResource = $AppName + ' is attempting to modify protected ' + $ResourceName + ' (' + $ResourceGroup + ')'
HipsAlertHeaderDeleteResource = $AppName + ' is attempting to remove protected ' + $ResourceName + ' (' + $ResourceGroup + ')'
HipsAlertHeaderChainReadResource = $AppName + ' run by a program with restrictions is attempting to read protected ' + $ResourceName + ' (' + $ResourceGroup + ')'
HipsAlertHeaderChainWriteResource = $AppName + ' run by a program with restrictions is attempting to change protected ' + $ResourceName + ' (' + $ResourceGroup + ')'
HipsAlertHeaderChainDeleteResource = $AppName + ' run by a program with restrictions is attempting to delete protected ' + $ResourceName + ' (' + $ResourceGroup + ')'

HipsAlertHeaderCreateRegistry = $AppName + ' is attempting to create an embedded key or parameter in protected registry key (' + $ResourceGroup + ')'
HipsAlertHeaderCreateFile = $AppName + ' is attempting to create a file (' + $ResourceGroup + ')'
HipsAlertHeaderCreateResource = $AppName + ' is attempting to create ' + $ResourceName + ' on protected resource (' + $ResourceGroup + ')'
HipsAlertHeaderChainCreateRegistry = $AppName + ' run by a program with restrictions is attempting to create an embedded key or parameter in a protected registry key (' + $ResourceGroup + ')'
HipsAlertHeaderChainCreateFile = $AppName + ' run by a program with restrictions is attempting to create a file (' + $ResourceGroup + ')'
HipsAlertHeaderChainCreateResource = $AppName + ' run by a program with restrictions is attempting to create ' + $ResourceName + ' on a protected resource (' + $ResourceGroup + ')'

HipsAlertMakeTrusted = 'Trust this application'
HipsAlertAllowNow = 'Allow now'
HipsAlertDenyNow = 'Block now'
HipsAlertCloseAndMakeUntrusted = 'Close application, do not trust'
RememberForThisApplication = 'Remember my choice for this application'
RememberForThisSequence = 'Remember my choice for this sequence'

HipsAlertHeaderRename 				= $AppName + ' is attempting to rename ' + $ResourceName
HipsAlertHeaderProcessStop 			= $AppName + ' is attempting to stop the process ' + $TargetAppName
HipsAlertHeaderImageLoad           	= $AppName + ' is attempting to load ' + $ResourceName
HipsAlertHeaderImageUnload         	= $AppName + ' is attempting to unload ' + $ResourceName
HipsAlertHeaderSend                	= $AppName + ' is attempting to send ' + $ResourceName
HipsAlertHeaderReceive             	= $AppName + ' is attempting to receive ' + $ResourceName
HipsAlertHeaderTerminate           	= $AppName + ' is attempting to stop the process ' + $TargetAppName
HipsAlertHeaderCreateKnownDlls     	= $AppName + ' is attempting to change the operating system modules (KnownDlls) which will be loaded by all processes'
HipsAlertHeaderWindowsShutDown     	= $AppName + ' is attempting to shut down the operating system or obtain shutdown privileges'
HipsAlertHeaderHiddenRegistry      	= $AppName + ' is attempting to create a hidden ' + $ResourceName
HipsAlertHeaderKeyLogger           	= $AppName + ' is attempting to intercept keyboard input'
HipsAlertHeaderSchedulerStart      	= $AppName + ' is attempting to start scheduler'
HipsAlertHeaderWMSend              	= $AppName + ' is attempting to send a message'
HipsAlertHeaderScreenShots         	= $AppName + ' is attempting to take a screenshot'
HipsAlertHeaderSelfStart           	= $AppName + 'is attempting to start running'
HipsAlertHeaderLLDiskAccess        	= $AppName + ' is attempting to obtain low-level disk access'
HipsAlertHeaderLLFSAccess          	= $AppName + ' is attempting to obtain low-level file system access (' + $ResourceName + ')'
HipsAlertHeaderClipBoardAcceess   	= $AppName + ' is attempting to get clipboard access'
HipsAlertHeaderCriticalCOMAccess   	= $AppName + ' is attempting to get access to system files'
HipsAlertHeaderADSAccess           	= $AppName + ' is attempting to get access to file streams'
HipsAlertHeaderDirectMemAccess     	= $AppName + ' is attempting to get direct access to global memory'
HipsAlertHeaderSetDbgPrivilege     	= $AppName + ' is attempting to set debug privileges'
HipsAlertHeaderChangeObjPrivilege  	= $AppName + ' is attempting to modify object access rights'
HipsAlertHeaderUseBrowserCL        	= $AppName + ' is attempting to use the browser command line'
HipsAlertHeaderUseBrowserAPI       	= $AppName + ' is attempting to use browser APIs'
HipsAlertHeaderUseDNS              	= $AppName + ' is attempting to use DNS caching service, probably for hidden data transmission over network'
HipsAlertHeaderUseBITS             	= $AppName + ' is attempting to use system function for hidden sending of data through the network'
HipsAlertHeaderPrtStgAccess        	= $AppName + ' is attempting to get access to protected password storage'
HipsAlertHeaderShellWindowsAcceess 	= $AppName + ' is attempting to get access to internal browser data'
HipsAlertHeaderUserAccountAccess   	= $AppName + ' is attempting to access user account settings'
HipsAlertHeaderDuplicateHandle     	= $AppName + ' is attempting to duplicate the internal handle of the ' + $TargetAppName + ' process'
HipsAlertHeaderSuspProcessInteraction	 = $AppName + ' is attempting to perform a suspicious operation on the process ' + $TargetAppName
HipsAlertHeaderWinspool            	= $AppName + ' is attempting to access printer driver management'
HipsAlertHeaderOpenWebcam           = $AppName + ' is attempting to get access to webcam'
HipsAlertHeaderOpenAudioDevice      = $AppName + ' is attempting to receive audio stream'

HipsAlertHeaderChainRename					= $AppName + ' run by a program with restrictions is attempting to rename ' + $ResourceName
HipsAlertHeaderChainProcessStop				= $AppName + ' run by a program with restrictions is attempting to stop the ' + $TargetAppName + ' process'
HipsAlertHeaderChainImageLoad				= $AppName + ' run by a program with restrictions is attempting to load ' + $ResourceName
HipsAlertHeaderChainImageUnload				= $AppName + ' run by a program with restrictions is attempting to unload ' + $ResourceName
HipsAlertHeaderChainSend					= $AppName + ' run by a program with restrictions is attempting to send ' + $ResourceName
HipsAlertHeaderChainReceive					= $AppName + ' run by a program with restrictions is attempting to receive ' + $ResourceName
HipsAlertHeaderChainTerminate				= $AppName + ' run by a program with restrictions is attempting to stop the ' + $TargetAppName + ' process'
HipsAlertHeaderChainCreateKnownDlls			= $AppName + ' run by a program with restrictions is attempting to change the operating system modules (KnownDlls) which will be loaded by all processes'
HipsAlertHeaderChainWindowsShutDown			= $AppName + ' run by a program with restrictions is attempting to shut down the operating system or obtain shutdown privileges'
HipsAlertHeaderChainHiddenRegistry			= $AppName + ' run by a program with restrictions is attempting to create a hidden ' + $ResourceName
HipsAlertHeaderChainKeyLogger				= $AppName + ' run by a program with restrictions is attempting to intercept keyboard input'
HipsAlertHeaderChainSchedulerStart			= $AppName + ' run by a program with restrictions is attempting to start scheduler'
HipsAlertHeaderChainWMSend					= $AppName + ' run by a program with restrictions is attempting to send a message'
HipsAlertHeaderChainScreenShots				= $AppName + ' run by a program with restrictions is attempting to take a screenshot'
HipsAlertHeaderChainSelfStart				= $AppName + ' run by a program with restrictions is attempting to start running'
HipsAlertHeaderChainLLDiskAccess			= $AppName + ' run by a program with restrictions is attempting to obtain low-level disk access'
HipsAlertHeaderChainLLFSAccess				= $AppName + ' run by a program with restrictions is attempting to obtain low-level file system access (' + $ResourceName + ')'
HipsAlertHeaderChainClipBoardAcceess		= $AppName + ' run by a program with restrictions is attempting to get clipboard access'
HipsAlertHeaderChainCriticalCOMAccess		= $AppName + ' run by a program with restrictions is attempting to get access to system files'
HipsAlertHeaderChainADSAccess				= $AppName + ' run by a program with restrictions is attempting to get access to file streams'
HipsAlertHeaderChainDirectMemAccess			= $AppName + ' run by a program with restrictions is attempting to get direct access to global memory'
HipsAlertHeaderChainSetDbgPrivilege			= $AppName + ' run by a program with restrictions is attempting to set debug privileges'
HipsAlertHeaderChainChangeObjPrivilege		= $AppName + ' run by a program with restrictions is attempting to modify object access rights'
HipsAlertHeaderChainUseBrowserCL			= $AppName + ' run by a program with restrictions is attempting to use the browser command line'
HipsAlertHeaderChainUseBrowserAPI			= $AppName + ' run by a program with restrictions is attempting to use browser APIs'
HipsAlertHeaderChainUseDNS					= $AppName + ' run by a program with restrictions is attempting to use DNS caching service, probably for hidden data transmission over network'
HipsAlertHeaderChainUseBITS					= $AppName + ' run by a program with restrictions is attempting to use an unspecified system function to send data covertly through the network'
HipsAlertHeaderChainPrtStgAccess			= $AppName + ' run by a program with restrictions is attempting to get access to a protected password storage'
HipsAlertHeaderChainShellWindowsAcceess		= $AppName + ' run by a program with restrictions is attempting to get access to internal browser data'
HipsAlertHeaderChainUserAccountAccess		= $AppName + ' run by a program with restrictions is attempting to get access to user account settings'
HipsAlertHeaderChainDuplicateHandle			= $AppName + ' run by a program with restrictions is attempting to duplicate the internal handle of the ' + $TargetAppName + ' process'
HipsAlertHeaderChainSuspProcessInteraction	= $AppName + ' run by a program with restrictions is attempting to perform a suspicious operation on the ' + $TargetAppName + ' process'
HipsAlertHeaderChainWinspool				= $AppName + ' run by a program with restrictions is attempting to get access to manage printer drivers'
HipsAlertHeaderChainOpenWebcam				= $AppName + ' run by a program with restrictions is attempting to get access to webcam'
HipsAlertHeaderChainOpenAudioDevice			= $AppName + ' run by a program with restrictions is attempting to receive audio stream'

HipsAlertHeaderSetHardLink         = $AppName + ' is attempting to create a link to a file. Link name: ' + $ObjectName
HipsAlertHeaderServiceStart        = $AppName + ' is attempting to start the ' + $ObjectName + ' service'
HipsAlertHeaderRegistrySave        = $AppName + ' is attempting to save a ' + $ObjectType + ' to the file ' + $ObjectName
HipsAlertHeaderDeleteService       = $AppName + ' is attempting to delete the ' + $ObjectName + ' service'
HipsAlertHeaderStartService        = $AppName + ' is attempting to start the ' + $ObjectName + ' service'
HipsAlertHeaderControlService      = $AppName + ' is attempting to get access to manage the ' + $ObjectName + ' service'
HipsAlertHeaderChangeServiceConfig = $AppName + ' is attempting to modify configuration of the ' + $ObjectName + ' service'
HipsAlertHeaderOpenService         = $AppName + ' is attempting to open the ' + $ObjectName + ' service for write'
HipsAlertHeaderReadOpenService     = $AppName + ' is attempting to open the ' + $ObjectName + ' service for read'
HipsAlertHeaderCreateService       = $AppName + ' is attempting to create the ' + $ObjectName + ' service'

HipsAlertHeaderNoObjectNameSetHardLink         = $AppName + ' is attempting to create a link to a file'
HipsAlertHeaderNoObjectNameServiceStart        = $AppName + ' is attempting to start a service' 
HipsAlertHeaderNoObjectNameRegistrySave        = $AppName + ' is attempting to save a ' + $ObjectType + ' to a file'
HipsAlertHeaderNoObjectNameDeleteService       = $AppName + ' is attempting to delete a service' 
HipsAlertHeaderNoObjectNameStartService        = $AppName + ' is attempting to start a service' 
HipsAlertHeaderNoObjectNameControlService      = $AppName + ' is attempting to get access to manage service' 
HipsAlertHeaderNoObjectNameChangeServiceConfig = $AppName + ' is attempting to modify service configuration' 
HipsAlertHeaderNoObjectNameOpenService         = $AppName + ' is attempting to open service for write'
HipsAlertHeaderNoObjectNameReadOpenService     = $AppName + ' is attempting to open service for read'
HipsAlertHeaderNoObjectNameCreateService       = $AppName + ' is attempting to create a service' 
	
HipsAlertHeaderProcessStart =				$AppName + ' is attempting to execute ' + $TargetAppName
HipsAlertHeaderCodeInjectSingleProcess =    $AppName + ' is attempting to inject ' + $InjectObjectType + ' into the ' + $TargetAppName + ' process'
HipsAlertHeaderCodeInjectAllProcesses =     $AppName + ' is attempting to inject ' + $InjectObjectType + ' into all processes by setting up a global trap'
HipsAlertHeaderAttachThreadInput =			$AppName + ' is attempting to hook incoming messages of the ' + $TargetAppName + ' process'
HipsAlertHeaderAttachThreadInputNoProgramName =     $AppName + ' is attempting to hook incoming events of another process'
HipsAlertHeaderOlePortAccess =				$AppName + ' is attempting to use an RPC ' + $ObjectName + ' of another process'
HipsAlertHeaderOlePortAccessNoObjectName =	$AppName + ' is attempting to use RPCs of another process'
HipsAlertHeaderSuspend =					$AppName + ' is attempting to change the operation of a process'
HipsAlertHeaderDrvStart =					$AppName + ' is attempting to perform hidden loading of driver. This loading method is rarely used by legitimate applications. After a driver is installed in this way, ' + $ProductName + ' will not be able to control the activity of the application'
HipsAlertHeaderReadProcMem =				$AppName + ' is attempting to read memory from another ' + $ObjectTypeHipsR
HipsAlertHeaderAddAppToGr =					$AppName + ' is attempting to place in the ' + $DestAppGroup + ' group'
HipsAlertHeaderNetworkAccess =				$AppName + ' is attempting to establish connection with the address from the ' + $NetGroup + ' group'
HipsAlertHeaderVMOperation =				$AppName + ' is attempting to perform actions with address space of the ' + $TargetAppName + ' process'

HipsAlertHeaderChainProcessStart = $AppName + ' run by a program with restrictions is attempting to execute ' + $TargetAppName
HipsAlertHeaderChainCodeInjectSingleProcess = $AppName + ' run by a program with restrictions is attempting to inject ' + $InjectObjectType + ' into the ' + $TargetAppName + ' process'
HipsAlertHeaderChainCodeInjectAllProcesses = $AppName + ' run by a program with restrictions is attempting to inject ' + $InjectObjectType + ' into all processes by setting up a global trap'
HipsAlertHeaderChainAttachThreadInput = $AppName + ' run by a program with restrictions is attempting to hook incoming messages of the ' + $TargetAppName + ' process'
HipsAlertHeaderChainAttachThreadInputNoProgramName = $AppName + ' run by a program with restrictions is attempting to hook incoming events of another process'
HipsAlertHeaderChainOlePortAccess = $AppName + ' run by a program with restrictions is attempting to use an RPC ' + $ObjectName + ' of another process'
HipsAlertHeaderChainOlePortAccessNoObjectName = $AppName + ' run by a program with restrictions is attempting to use RPCs of another process'
HipsAlertHeaderChainSuspend = $AppName + ' run by a program with restrictions is attempting to change the operation of a process'
HipsAlertHeaderChainDrvStart = $AppName + ' run by a program with restrictions is attempting to perform hidden loading of driver. This loading method is rarely used by legitimate applications. After a driver is installed in this way, ' + $ProductName + ' will not be able to control the activity of the application'
HipsAlertHeaderChainReadProcMem = $AppName + ' run by a program with restrictions is attempting to read memory from another ' + $ObjectTypeHipsR
HipsAlertHeaderChainAddAppToGr = $AppName + ' run by a program with restrictions is attempting to place in the ' + $DestAppGroup + ' group'
HipsAlertHeaderChainNetworkAccess = $AppName + ' run by a program with restrictions is attempting to establish connection with the address from the ' + $NetGroup + ' group'
HipsAlertHeaderChainVMOperation = $AppName + ' run by a program with restrictions is attempting to perform actions with address space of the ' + $TargetAppName + ' process'

HipsAlertHeaderInjectObjectTypeModule = 'module'
HipsAlertHeaderInjectObjectTypeCode = 'code'

HipsAlertHeaderObjectTypeFileR = 'file'
HipsAlertHeaderObjectTypeRegKeyR = 'registry key'
HipsAlertHeaderObjectTypeProcessR = 'process'
HipsAlertHeaderObjectTypeObjectR  = 'object'

HipsAlertHeaderNetGroupAll          = 'All networks'
HipsAlertHeaderNetGroupUntrusted    = 'Public network'
HipsAlertHeaderNetGroupNetBIOS      = 'Local network'
HipsAlertHeaderNetGroupTrusted      = 'Trusted network'

CaptionRegistry = 'Registry key:'
CaptionFile = 'File:'
CaptionOther = 'Resource:'

CaptionApplicationGroup = 'Group:'
CaptionResourceValue = 'Value:'

AccessRegistry = 'Access registry:'
AccessFile = 'Access file:'
AccessOther = 'Access resource:'

HipsAlertDescriptionProcessId = 'Process (PID: ' + $PID + '):'
HipsAlertDescriptionOpenApplicationStartSequence = 'Application startup log:'
HipsAlertDescriptionStartedBy = 'Started by'
HipsAlertDescriptionOpenApplicationStartChain = 'Run sequence:'

RegistrationAlertHeader = 'Application registration'
RegistrationAlertDescription = 'Registering the application:\n- Provides you with faster and easier access to technical support\n- Allows you to conveniently manage application keys\n- Keeps you informed of new application announcements and special offers.'
RegistrationAlertRegister = 'Register'
RegistrationAlertPostpone = 'Remind me later'

NewNetworkName = 'Name:'
NewNetworkAdapter = 'Adapter:'
NewNetworkTrust = 'Do you want to trust this new network?'
NewNetworkActionDeny = 'No, block external access to computer'
NewNetworkActionRestrict = 'Restrict, but allow access to shared files and printers'
NewNetworkActionAllow = 'Yes, allow all network activity'

NewNetworkTypeLoopaback = 'New LoopBack-type network detected'
NewNetworkTypeEthernet = 'New Ethernet network detected'
NewNetworkTypeSecuredWiFi = 'New Wi-Fi network (encrypted) detected'
NewNetworkTypeUnsecuredWiFi = 'New Wi-Fi network (unencrypted) detected'
NewNetworkTypeTunnel = 'New tunnel connection detected'
NewNetworkTypePpp = 'New PPP connection detected'
NewNetworkTypePppoe = 'New PPPoE connection detected'
NewNetworkTypeVpn = 'New VPN connection detected'
NewNetworkTypeModem = 'Connection detected'
NewNetworkTypeInternet = 'New Internet connection detected'
NewNetworkTypeOther = 'New network of unknown type detected'

HipsTaskAlertHeader = $Product + ' has detected ' + $DetectGroup
HipsTaskAlertObject = 'Object: '

HipsGroupAlertHeader = 'An unfamiliar application is being started for which there are not enough statistics collected in Kaspersky Security Network database'
HipsGroupAlertProgramName = 'Name: '
HipsGroupAlertProgramFile = 'File: '
HipsGroupAlertQuestion = 'Do you want to run the application?'
HipsGroupAlertMakeTrusted = 'Run application as trusted'
HipsGroupAlertMakeRestricted = 'Run, but restrict dangerous activity'
HipsGroupAlertMakeUntrusted = 'Block'
HipsGroupAlertShowKsnStatistics = 'Show current statistics of the application in Kaspersky Security Network database'
HipsGroupAlertTotalParticipants = $ParticipantsCount + ' ' + {$ParticipantsCount: 'user has used', 'users have used'} + ' ' + 'this application.'
HipsGroupAlertLaunchWithFullTrust = 'run application as trusted'
HipsGroupAlertLaunchWithBlockingDangerousFunctions = 'block but restrict dangerous activity'
HipsGroupAlertBlockTheLaunch = 'block'

SpecialAlertHeaderRemoteAdmin = 'Software for remote administration detected'
SpecialAlertHeaderPassManagement = 'Password management software detected'
SpecialAlertHeaderActivityMonitoring = 'User activity monitoring software detected'
SpecialAlertHeaderAdvertising = 'Adware detected'

SpecialAlertDetected = 'Detected: '
SpecialAlertFileLocation = 'Location: '

SpecialAlertAddToExclusionsRemoteAdmin = 'Apply this action to all software for remote administration'
SpecialAlertAddToExclusionsPassManagement = 'Apply this action to all password management software'
SpecialAlertAddToExclusionsActivityMonitoring = 'Apply this action to all user activity monitoring software'
SpecialAlertAddToExclusionsAdvertising = 'Apply this action to all adware'

SwExploitPreventionAlertHeader = 'Attempt of unauthorized operation using the application ' + $AppName
SwExploitPreventionAlertInjection = 'Action: code injection in ' + $ProcessName
SwExploitPreventionAlertLaunch = 'Action: start ' + $ProcessName
SwExploitPreventionAlertDangerousOperation = 'The application is trying to perform a dangerous action.'
SwExploitPreventionAllow = 'Allow'
SwExploitPreventionDeny = 'Deny'

SwRollbackAlertHeader = 'Forced termination has been applied to the process. We recommend that you discard the changes made to the operating system by this process'
SwRollbackAlertRollback = 'Roll back changes in the operating system'
SwRollbackAlertCancel = 'Skip'

ActivationAlertHeader = 'Failed to activate the application automatically with the new activation code'
ActivationAlertDescription = 'Databases cannot be updated. \nInformation on the computer can be infected, damaged, or stolen.'
ActivationAlertQuestion = 'Do you want to activate the application manually?'
ActivationAlertOk = 'Yes, activate'
ActivationAlertCancel = 'No, postpone activation'

RenewalCodeActivationAlertHeader = 'Failed to activate the application automatically with the activation code'
RenewalCodeActivationAlertDescription = 'Your assistance is required to activate the application with this activation code.\n\nDo you want to activate the application manually?'
RenewalCodeActivationAlertOk = 'Yes, activate'
RenewalCodeActivationAlertCancel = 'No, postpone activation'

UcpRegistrationAlertHeader = 'Register the application'
UcpRegistrationAlertDescription = 'As a registered customer you\’ll be able to:\n- Get faster and easier access to Technical Support\n- Manage your products, their keys and other services via My Kaspersky portal\n- Get special offers and stay informed about our announcements\n- Gain access to free apps from Kaspersky Lab'
UcpRegistrationAlertDescriptionNoSupport = 'As a registered customer you\’ll be able to:\n- Get special offers and stay informed about our announcements\n- Gain access to free apps from Kaspersky Lab'
UcpRegistrationAlertRegister = 'Register now'
UcpRegistrationAlertPostpone = 'Remind me later'
UcpRegistrationAlertSkip = 'Don\'t remind me anymore'

OpenPasswordOnPublicWiFiDescription = 'Web page is attempting to openly transfer the password on a Wi-Fi network.'
OpenPasswordOnPublicWiFiWeb = 'URL: '
OpenPasswordOnPublicWiFiThreat = 'What threat may be posed by openly transferring a password?'
OpenPasswordOnPublicWiFiQuestion = 'Do you want to allow password transfer?'
OpenPasswordOnPublicWiFiDisallow = 'Block for this time'
OpenPasswordOnPublicWiFiAllowAllways = 'Always allow for this website'
AskAgain = 'Ask later'
ActiveDisinfectionBlockReason = 'Advanced Disinfection is in progress'

BackupOutOfSpace = 'Not enough space in storage'
BackupOutOfSpaceAlert_Description = 'Not enough space in the storage to perform backup'
BackupOutOfSpaceAlert_StorageLocal = 'Not enough space on the local drive (' + $Path + ') to perform backup'
BackupOutOfSpaceAlert_StorageUsb = 'Not enough space on the removable drive (' + $Path + ') to perform backup'
BackupOutOfSpaceAlert_StorageNetwork = 'Not enough space on the network drive (' + $Path + ') to perform backup'
BackupOutOfSpaceAlert_StorageFtp = 'Not enough space on the FTP server (' + $Path + ') to perform backup'
BackupOutOfSpaceAlert_StorageOnline = 'Not enough space in the Dropbox online storage to perform backup'

BackupOutOfSpaceAlert_RequiredSpace = 'Required space: '
BackupOutOfSpaceAlert_MissingSpace = 'Additional space needed for task: '
BackupOutOfSpaceAlertRetry = 'Retry'
BackupOutOfSpaceAlertCleanUp = 'Clear disk space'
BackupOutOfSpaceAlertGetMoreSpace = 'Increase online storage volume'
BackupOutOfSpaceAlertConfigureTask = 'Edit task settings'
BackupOutOfSpaceAlertCancel = 'Cancel task'

BackupAuthorizeStorageAlert = 'To perform backup, you should log in to the online storage using Dropbox account'
BackupAuthorizeStorageAlert_Authorize = 'Log in with Dropbox account'
BackupAuthorizeStorageAlert_Cancel = 'Log in later'

InstallPasswordManagerAlert_Header = 'Password Manager functions are performed by Kaspersky Password Manager, which is a separate application. You may download Kaspersky Password Manager free of charge from the Password Manager window that is accessible from the main window of ' + $ProductName
InstallPasswordManagerAlert_Description_KSOSPC = 'Kaspersky Password Manager must be connected to your account on My Kaspersky portal.'
InstallPasswordManagerAlert_ShowDetails = 'Details...'
InstallPasswordManagerAlert_Skip = 'Don\'t remind me anymore'

FailSafeAlertDescription = 'Network activity was not monitored before startup of the operating system was completed.'
RestoreFirewallSettings = 'Restore settings'
LeaveFirewallSettingsIntact = 'Keep current settings'

AskRebootAlertHeader = 'Databases and application modules of ' + $ProductName + ' have been updated. Application restart is required. Restart now?'

PupwareSettingsChange_Application = 'Application:'
PupwareSettingsChange_ShowFileInfo = 'Show application information'

PupwareBrowserSettingsChange_ExtensionFileTitle = 'Extension file:'

PupwareBrowserSettingsChange_ConfigurationFile = 'Configuration file'
PupwareBrowserSettingsChange_StartPage = 'Home page'
PupwareBrowserSettingsChange_Toolbar = 'Toolbar'
PupwareBrowserSettingsChange_Plugin = 'Extension module'
PupwareBrowserSettingsChange_Extension = 'Browser extension'
PupwareBrowserSettingsChange_SearchEngine = 'Default search engine'

PupwareBrowserSettingsChange_BrowserType_Undefined = 'Unknown browser'
PupwareBrowserSettingsChange_BrowserType_InternetExplorer = 'Internet Explorer'
PupwareBrowserSettingsChange_BrowserType_FireFox = 'Mozilla Firefox'
PupwareBrowserSettingsChange_BrowserType_GoogleChrome = 'Google Chrome'
PupwareBrowserSettingsChange_BrowserType_Opera = 'Opera'
PupwareBrowserSettingsChange_BrowserType_Safari = 'Safari'
PupwareBrowserSettingsChange_BrowserType_YandexBrowser = 'Yandex Browser'
PupwareBrowserSettingsChange_BrowserType_AppleApplicationSupport = 'Apple Browser'

PupwareBrowserSettingsChange_ChangeTitle_MultipleChanges = 'Changes:'
PupwareBrowserSettingsChange_ChangeTitle_ConfigurationFile = 'New configuration file:'
PupwareBrowserSettingsChange_ChangeTitle_StartPage = 'New home page:'
PupwareBrowserSettingsChange_ChangeTitle_Toolbar = 'New toolbar:'
PupwareBrowserSettingsChange_ChangeTitle_Plugin = 'New plug-in:'
PupwareBrowserSettingsChange_ChangeTitle_Extension = 'New browser extension:'
PupwareBrowserSettingsChange_ChangeTitle_SearchEngine = 'New default search engine:'

PupwareBrowserSettingsChangeAlert_Header_MultipleChanges = '"' + $PupwareName + '" is attempting to change the settings of ' + $BrowserType
PupwareBrowserSettingsChangeAlert_Header_ConfigurationFile = '"' + $PupwareName + '" is attempting to change the configuration file in ' + $BrowserType
PupwareBrowserSettingsChangeAlert_Header_StartPage = '"' + $PupwareName + '" is attempting to change home page in ' + $BrowserType
PupwareBrowserSettingsChangeAlert_Header_Toolbar = '"' + $PupwareName + '" is attempting to install toolbar in ' + $BrowserType
PupwareBrowserSettingsChangeAlert_Header_Plugin = '"' + $PupwareName + '" is attempting to install plug-in in ' + $BrowserType
PupwareBrowserSettingsChangeAlert_Header_Extension = '"' + $PupwareName + '" is attempting to install browser extension in ' + $BrowserType
PupwareBrowserSettingsChangeAlert_Header_SearchEngine = '"' + $PupwareName + '" is attempting to change the default search engine of the browser ' + $BrowserType
PupwareBrowserSettingsChangeAlert_AllowOnce = 'Allow this change once'
PupwareBrowserSettingsChangeAlert_AllowAlways = 'Always allow all changes'
PupwareBrowserSettingsChangeAlert_DenyAlways = 'Always block all changes'

PupwareBrowserSettingsChangeRollbackAlert_Header_MultipleChanges = '"' + $PupwareName + '" has changed the settings of ' + $BrowserType
PupwareBrowserSettingsChangeRollbackAlert_Header_ConfigurationFile = '"' + $PupwareName + '" has changed the configuration file in ' + $BrowserType
PupwareBrowserSettingsChangeRollbackAlert_Header_StartPage = '"' + $PupwareName + '" has changed the home page in ' + $BrowserType
PupwareBrowserSettingsChangeRollbackAlert_Header_Toolbar = '"' + $PupwareName + '" has installed a toolbar in ' + $BrowserType
PupwareBrowserSettingsChangeRollbackAlert_Header_Plugin = '"' + $PupwareName + '" has installed a plug-in in ' + $BrowserType
PupwareBrowserSettingsChangeRollbackAlert_Header_Extension = '"' + $PupwareName + '" has installed a browser extension in ' + $BrowserType
PupwareBrowserSettingsChangeRollbackAlert_Header_SearchEngine = '"' + $PupwareName + '" has changed the default search engine of the browser ' + $BrowserType
PupwareBrowserSettingsChangeRollbackAlert_AllowOnce = 'Allow this change once'
PupwareBrowserSettingsChangeRollbackAlert_AllowAlways = 'Always allow all changes'
PupwareBrowserSettingsChangeRollbackAlert_DenyAlwaysAndRollback = 'Roll back and block all changes'

PupwareSystemSettingsChange_NewValueLabel_BrowserSettingsChange = 'New browser settings:'
PupwareSystemSettingsChange_NewValueLabel_DefaultBrowserChange = 'New default browser:'
PupwareSystemSettingsChange_NewValueLabel_ProxySettingsChange = 'New proxy server settings:'
PupwareSystemSettingsChange_NewValueLabel_NetworkSettingsChange = 'New network settings:'
PupwareSystemSettingsChange_NewValueLabel_SystemSettingsChange = 'New operating system settings:'
PupwareSystemSettingsChange_Changes = 'Change:'

PupwareSystemSettingsChangeAlert_Header_BrowserSettingsChange = '"' + $PupwareName + '" is attempting to change browser settings'
PupwareSystemSettingsChangeAlert_Header_DefaultBrowserChange = '"' + $PupwareName + '" is attempting to change default browser'
PupwareSystemSettingsChangeAlert_Header_ProxySettingsChange = '"' + $PupwareName + '" is attempting to change proxy server settings'
PupwareSystemSettingsChangeAlert_Header_NetworkSettingsChange = '"' + $PupwareName + '" is attempting to change network settings'
PupwareSystemSettingsChangeAlert_Header_SystemSettingsChange = '"' + $PupwareName + '" is attempting to change the operating system settings'
PupwareSystemSettingsChangeAlert_AllowOnce = 'Allow this change once'
PupwareSystemSettingsChangeAlert_AllowAlways = 'Always allow all changes'
PupwareSystemSettingsChangeAlert_DenyAlways = 'Always block all changes'

PupwareSystemSettingsChangeRollbackAlert_Header_BrowserSettingsChange = '"' + $PupwareName + '" has changed browser settings'
PupwareSystemSettingsChangeRollbackAlert_Header_DefaultBrowserChange = '"' + $PupwareName + '" has changed the default browser'
PupwareSystemSettingsChangeRollbackAlert_Header_ProxySettingsChange = '"' + $PupwareName + '" has changed proxy server settings'
PupwareSystemSettingsChangeRollbackAlert_Header_NetworkSettingsChange = '"' + $PupwareName + '" has changed network settings'
PupwareSystemSettingsChangeRollbackAlert_Header_SystemSettingsChange = '"' + $PupwareName + '" has changed the operating system settings'
PupwareSystemSettingsChangeRollbackAlert_AllowOnce = 'Allow this change once'
PupwareSystemSettingsChangeRollbackAlert_AllowAlways = 'Always allow all changes'
PupwareSystemSettingsChangeRollbackAlert_DenyAlways = 'Always block all changes'