﻿;
; License Manager
;
NoActiveLicense = 'Current license is missing'
LicenseNumber = 'Key:'
LicenseState = 'Key status:'
LicenseType = 'License:'
LicenseActivationDate = 'Activation date:'
LicenseExpirationDate = 'Expiration date:'
LicenseExpirationDateLocal = 'Expiration date (local time):'
LicenseRemainingDays = 'Remaining:'
LicenseExpireHeader = 'Expires: '
LicenseExpireToday = 'today'
LicenseRemainingDaysExpireToday = 'in less than 24 hours'
LicenseManagerTitle = 'Licensing'
LicenseEulaTitle = 'End User License Agreement'
LicenseDetails = 'Details'

LicenseLegend = 'License:'
SubscriptionLegend = 'Subscription:'

; License states
LicenseActive = 'active'
LicenseNotificationInfo = LicenseActive
LicenseNotificationWarning = LicenseActive
LicenseNotificationCritical = LicenseActive
LicenseExpired = 'license expired'
LicenseProblems = 'invalid'
LicenseBlocked = 'blocked'
LicenseLimited = LicenseBlocked
NoActivationCodeProvided = 'missing'
SubscriptionActive = LicenseActive
SubscriptionNotificationInfo = SubscriptionActive
SubscriptionNotificationWarning = SubscriptionActive
SubscriptionNotificationCritical = SubscriptionActive
SubscriptionActiveExpirationDateUnknown = SubscriptionActive
SubscriptionExpired = 'subscription expired'
SubscriptionSuspended = 'subscription suspended'
SubscriptionUpdateFailed = 'no data'
SubscriptionBlocked = LicenseBlocked
SubscriptionLimited = LicenseBlocked
PreinstalledCodeAvailable = NoActivationCodeProvided
WaitCodeActivationInfo = NoActivationCodeProvided
WaitCodeActivationCritical = NoActivationCodeProvided
WaitReservedCodeActivationInfo = 'license expired'
PreinstalledCodeActivationProblem = NoActivationCodeProvided
LicenseUnbound = 'license is revoked'
SubscriptionUnbound = 'subscription is revoked'

LicenseWarning = 'there is a warning'
LicenseReserveCode = 'problem with new activation code'
LicenseHasProblem = 'there is a problem'

;Buttons
ButtonBuy = 'Purchase license'
ButtonRenew = 'Renew license'
ButtonUpgrade = 'Purchase license'
ButtonInputCode = 'Enter activation code'
ButtonInputReserveCode = 'Enter activation code'
ButtonUpdateBases = 'Update databases'
ButtonUpdateBlackList = 'Download black list from server'
ButtonSupport = 'Reasons and possible solutions'
ButtonUpdateStatus = 'Verify subscription status'
ButtonProviderWeb = 'Visit service provider website'
ButtonActivateReserveCode = 'Activate now'
ButtonCheckReserveCode = 'Verify activation code'
ButtonDeleteReserveCode = 'Delete activation code'
ButtonDeletePreinstalledCode = 'Delete activation code'
ButtonDeletePreinstalledPassword = 'Delete password'
ButtonActivateNewCode = 'Activate application'
ButtonActivatePreinstalledCode = ButtonActivateNewCode
ButtonRegisterAndContinue = 'Register and continue'
ButtonReplaceLicense = 'Replace the active key'
ButtonReplace = 'Replace'
ButtonActivateFreeLicense = 'Activate application'
ButtonRenewFreeLicense = 'Renew free license'
ButtonExtendProtection = 'Upgrade protection'
ButtonActivateCommercialProduct = 'Upgrade protection'
ButtonDownloadFreeAntivirus = 'Download and Install'
ButtonReady = 'Finish'
ButtonShowMyKaspersky = 'Go to My Kaspersky'
ButtonDeleteLicense = 'Remove key'
ButtonReactivate = 'Update license'
RecoverActivationCode = 'Recover my activation codes'
RecoverActivationCodeDialogHeader = 'Recover activation codes'
RecoverActivationCodeDialogDescription = 'Your activation codes are stored only in your account on My Kaspersky portal. To access them, you must be authorized and connected to My Kaspersky via ' + $ProductName + '.'
RecoverActivationCodeDialogOK = 'Sign in'

;License type
LicenseTypeBeta = 'beta '
LicenseTypeTrial = 'trial '
LicenseTypeTest = 'test '
LicenseTypeOEM = 'OEM '
LicenseTypeCommercial = ''
LicenseTypeSubscription = 'by subscription for updates '
LicenseTypeSubscriptionProtection = 'by subscription for protection '
LicenseTypeUnknown = 'unknown'
LicenseTypeFree = 'free '

;License type description
LicenseComputers = 'for ' + $LicensePcCount + ' ' + {$LicensePcCount: 'computer', 'computers'}
NonSubscriptionLicenseTypeDescription = $LicenseType + LicenseComputers
NonSubscriptionLicenseTypeDescriptionDetailed = $LicenseType + LicenseComputers + ' for ' + $LicenseLifespan + {$LicenseLifespan: ' day', ' days'}
SubscriptionLicenseTypeDescription    = $LicenseType + LicenseComputers
OemCommercialLicenseTypeDescription   = $LicenseType
OemCommercialLicenseTypeDescriptionDetailed   = $LicenseType + 'for ' + $LicenseLifespan + {$LicenseLifespan: ' day', ' days'}
SaasPersonalLicenseDescription = 'Personal Beta'

ActivationManagerLicenseTypeDescription = $LicenseType + 'for ' + $LicensePcCount + ' ' + {$LicensePcCount: 'computer', 'computers'}

ActivationManager_LicenseFromOtherProduct_LicenseTypeDescription = $LicenseFromOtherProduct_LicenseType + ' for ' + $LicenseFromOtherProduct_PcCount + ' ' + {$LicenseFromOtherProduct_PcCount: 'computer', 'computers'}
ActivationManager_LicenseFromOtherProduct_ActivationText = 'Yes, install ' + $LicenseFromOtherProductProductName + ' and activate by adding the found key'

LicenseRemainingDaysText = $LicenseRemainingDaysCount + ' ' + {$LicenseRemainingDaysCount: 'day', 'days'}
LicenseRemainingDaysToBeDefinedLater = 'will be determined later'

;
; Main Window footer
;
FooterLicenseActive = 'License: ' + $RemainingDaysCount + ' ' + {$RemainingDaysCount: 'day', 'days'} + ' remaining'
FooterLicenseActiveExpiresToday = 'License: expires in less than 24 hours'
FooterLicenseWaitForActivation = 'License: waiting for application activation'
FooterLicenseAbsent = 'License is missing'
FooterLicenseHasWarningForActiveLicense = 'License: warning found'
FooterLicenseHasWarningForReserveLicense = 'License: problem with new activation code'
FooterLicenseExpired = 'License: expired'
FooterLisenseHasIssue = 'License: problem found'
FooterLisenceIssueDetected = 'License: problem found'
FooterLicenseKeyLocked = 'License: key blocked'
FooterLicenseReserveLicenseIssue = 'License: problem with new activation code'
FooterLicenseAbsentIssue = FooterLicenseAbsent
FooterSubscriptionActiveWithDays = 'Subscription: ' + $RemainingDaysCount + ' ' + {$RemainingDaysCount: 'day', 'days'} + ' remaining'
FooterSubscriptionActiveExpiresToday = 'Subscription: expires in less than 24 hours'
FooterSubscriptionActive = 'Subscription is active'
FooterSubscriptionActiveExpirationDateUnknown = 'Subscription: activated'
FooterSubscriptionHasWarning = 'Subscription: warning found'
FooterSubscriptionHasIssue = 'Subscription: problem found'
FooterSubscriptionSuspended = 'Subscription: suspended'
FooterSubscriptionExpired = 'Subscription: expired'
FooterSubscriptionBlocked = 'Subscription: blocked'
FooterSubscriptionRevoked = 'Subscription: revoked'
FooterLicenseRevoked      = 'License: revoked'
LicenseExpected           = 'License: warning found'

LicenseIpmNotificationTemplate = $Legend + ' ' + $IpmNotificationText

;
; Activation Wizard
;
ButtonNextText = 'Next >'
ButtonBackText = '< Back'
ButtonCancelText = 'Cancel'
ButtonFinishText = 'Done'

CheckConfirmation = 'To complete registration, follow the link from the email received at ' + $OwnerId + '.'
ThankYou = 'Thank you for choosing Kaspersky Lab.'
SuccessActivationLicenseInfo = 'Current license – ' + ActivationManagerLicenseTypeDescription
SuccessActivationLicenseInfoWithRemaingDays = SuccessActivationLicenseInfo + ' will remain in effect for ' + LicenseRemainingDaysText

CommonTextForLinks = 'Reasons and possible solutions'
ButtonShowHelpText = 'Help'

UcpRegistrationTitle = 'Registration on My Kaspersky portal'
ActivationTitle =  'Activation'
AddLicenseTitle = 'New activation code'
SubscriptionUpdateTitle = 'Updating subscription status'

ProlongationActivationWizardString = 'Renew license '

SelectionOfActivationTypeHeader = 'Select activation method'
ProlongationOfActivationHeader = 'Enter activation code'
PartnerPasswordActivationHeader = 'Please enter the password received from the service provider.'

SelectCommercialActivation = 'Activate the application'
EnterActivationCode = 'Enter activation code:'
SerialNumberHelpString = 'Where can I find an activation code?'
PartnersCodeHelpString = 'What is a password?'
TextForPurchasingLicenseWithTrial = 'If you do not have an activation code, you can purchase one in the Kaspersky Lab online store.'
ActivationCodeInputError = 'Invalid activation code.'
ActivationCodeIncorrectSymbol = 'Invalid character'
PasswordIncorrect = 'Invalid password'
TechSupport = 'Technical Support'

ActivationCodeExample = 'Activation code format: XXXXX-XXXXX-XXXXX-XXXXX.'
ActivationCodeCopyPasteTips = 'You can copy the entire activation code and paste it into the first entry field without typing characters manually.'
ActivationCaseSensitiveTips = 'The activation code is not case-sensitive.'

LicenseStateUpdateButton = 'Update status'
LicenseStateUpdating = 'Updating the status...'

ActivateButton = 'Activate'
AddLicenseButton = 'Save activation code'
DeleteButton = 'Delete'
RollbackButton = 'Back to ' + $DowngradeProductType

TextForPurchasingLicense = 'If you do not have an activation code, you can purchase one in the Kaspersky Lab online store.'

ButtonTextForPurchasingLicense = 'Receive activation code'
SelectionTrialLicense = 'Activate trial version of the application'
NoActivationCode = 'No activation code?'
TextForTrialLicense = 'Evaluate a fully functional trial version of the application before purchasing a license.'

CheckActivationCodeString = 'Verifying activation code'
TextForWaitingActivation = 'Please wait.'
ReasonTextForWaitingActivationUnknown = 'Verifying activation data...'
ReasonTextForWaitingActivationConnecting = 'Connecting to the server...'
ReasonTextForWaitingActivationSending = 'Sending activation data...'
ReasonTextForReceiveServerResponse = 'Receiving data from the server...'
ReasonTextForWaitingActivationCompleted = 'Activation complete'
ReasonTextForWaitingPasswordActivation = 'Checking password...'

; wizard page: key for other product 
KeyForOtherProductPageHeader = 'Activation code corresponds to another application'
KeyForOtherProductOfflinePageHeader = 'Key file corresponds to another application'
KeyForOtherProductPageInfoBlockOfflineActivation = 'Key file corresponds to the application: '
KeyForOtherProductPageInfoBlockActivationCode = 'Activation code: '
KeyForOtherProductPageInfoBlockProductName = 'corresponds to the application: '
CorresponedProgram = 'Corresponding application:'
KeyForOtherProductPageChoiceText = 'Click Continue to install and activate ' + $ProductName + ' right now with the entered activation code. If a new activation code was previously added for ' + $ProductName + ', it will be deleted.'
KeyForOtherProductPageInfoHeader = 'License for ' + $ProductName + ' has come into effect.'
KeyForOtherProductPageInfoText = 'Your license term has begun. If you do not want to switch from ' + $CurrentProductName + ' to ' + $ProductName + ' on this computer now, you will be able to use ' + $ProductName + ' under this license on another computer until it expires.'
KeyForOtherProductPageOfflineChoice2 = 'No, install ' + $ActivationCodeProduct + ' and apply the selected key file'

ActivationCodeIntendedForProductTextCaption = 'Activation code corresponds to:'
SelectionTextForChangeProductType = 'Install and activate the new application now'
SelectionTextForChangeProductTypeLater = 'Switch to the new application later'
ActivationCodeIntendedForProductDescription = 'While switching, your operating system will be analyzed for incompatible software, which will need to be removed. A computer reboot may be required.'
ActivationCodeIntendedForProductLaterDescription = 'The entered activation code will be saved. After the license expires, you will be suggested to switch to the new application. You will not have to enter the activation code.'

ActivationResultSucceedHeader = 'Activation complete'
ActivationResultLicenseExpiredHeader = 'Activation error'
ActivationResultConnectionErrorHeader = 'Activation error: cannot set up server connection.'

StateTextForActivationResultLicenseExpired = 'License expired'
StateTextForActivationResultConnectionError = 'Error connecting to the activation server'

PasswordNotConfirmed = 'Failed to receive activation confirmation'
ServerNotAvailableDetails = 'Service provider server is not available.'
IncorrectServerResponse = 'Invalid response from the service provider server'

CannotConnectServiceProvider = 'Cannot connect to the service provider server'
CannotConnectServiceProviderDetails = 'Check your Internet connection settings and try again.'


InfoTextForActivationResultLicenseExpired = 'Enter another key'
	
LicenseTypeInfoOnSucceedActivation = 'License:'
SucceedActivationPeriodText = 'Validity period:'

RegistrationFormHeader = 'Registering...'

TextForCheckInternetAndTryingActivation = 'Internet connection is required for application activation. Check your Internet connection settings and try again.'
InternetConnectionErrorKnowledgeBaseLinkText = 'Reasons and possible solutions'
ButtonTextForCheckInternetAndTryingActivation = 'Retry'

TextForActivationWithKeyFile = 'If activating the application fails'
DescriptionForActivationWithKeyFile = 'Visit the <a href="CenterOfOnlineActivation"><font color ="#5495DF">Online Activation Center</font></a> from a computer with Internet access and get a key file using your activation code. After receiving the key file, specify its location on your computer and click Next.'

ActivationKeyFileText = 'Key file:'
ButtonTextForBrowseKeyFile = 'Browse...'

ActivationReservedCodeHeader = 'Warning'
ActivationReservedCodeTextPart1 = 'After you click the Continue button, the application will be activated with the new activation code and your new license term will begin.'
ActivationReservedCodeTextPart2 = 'You will be able to use the application under the current license on another computer before the license expires.'

ActivationReserveV1Header = 'Warning'
ActivationReserveV1Part1 = 'Make sure that the activation code you enter is not the activation code for a subscription because a subscription fee is charged as soon as the subscription starts.'
ActivationReserveV1Part2 = 'After you click the Continue button, the entered activation code will be added as a new code.'
ActivationReserveV1Part3 = 'After you click the Replace button, the application will be activated with the entered activation code.'
ActivationReserveV1Part4 = ActivationReservedCodeTextPart2

ActivationSubscriptionActivePart1 = 'Your subscription is still active'
ActivationSubscriptionActivePart2 = 'If you still want to replace the active key, please click the "Replace" button.'

OtherLicenseAvailable          = 'You have a license to use ' + $ProductType + ' that has not yet expired.'
OtherGraceLicenseAvailable     = 'You have a license for ' + $ProductType + ' for ' + $DaysToExpiration + {$DaysToExpiration: ' day', ' days'}
OtherDowngradeLicenseAvailable = 'You have a license to use ' + $ProductType + ' in limited functionality mode.'
OtherLicenseAvailableNotification = 'After activating the application under the new license, you will be able to use the active key on another computer.'

ActivationWizard_Activation_Title = 'Activation of ' + $ProductNameFull
ActivationWizard_AddToReserve_Title = 'Add new activation code'
ActivationWizard_SubscriptionUpdate_Title = 'Verifying subscription status'
ActivationWizard_CheckReserveCode_Title = 'Verifying activation code'
ActivationWizard_Purchasing = 'Online store'
Purchasing = 'Online store'

ActivationSucceededButton = 'Done'

ActivationSuccessfullyCompleted = 'Activation completed successfully'
LicenseSuccessfullyDeleted = 'Activation code successfully deleted'
RegistrationCompleted = 'Registration completed successfully'
SubscriptionStatusSuccessfullyUpdated = 'Verification of subscription status completed successfully'
CheckReserveCodeSuccessfullyCompleted = 'New activation code validated successfully'
AddCodeToReserveSuccessfullyCompleted = 'Activation code added successfully'
SelectKeyFileDialogTitle = 'Select key file'
CodeUsefullInFuture = 'You are using the application under the current license. There is no need to activate the application at present. You can activate the application with the received activation code later or you can activate another copy of the application.'
CodeUsefullInFutureErr = 'License purchased successfully. It is impossible to activate the application automatically, because there is a problem checking the activation status. Please open the Licensing window to solve the problem or contact Technical Support for help. After solving the problem you will be able to activate the application manually under the purchased license.'

ActivationHasLicense_Header = 'Information about the current license is found'
ActivationHasLicenseHeader = 'Information about the current license is found'
ActivationHasLicense_TypeOfProgram = 'Application type: '
ActivationHasLicense_TypeOfLicense = 'License: '
ActivationHasLicense_DateOfExpirations = 'Expiration date: '
ActivationHasLicense_ActionText = 'Do you want to use the application stipulated by the current license?'
ActivationHasLicense_UseNewLicenseText = 'No, continue the wizard and enter a new activation code'
ActivationHasLicense_ContinueFreeActivation = 'No, continue the wizard and activate the application under a free license'
ActivationHasLicense_ReturnToPrevProduct = 'Yes, use ' + $LicenseFromOtherProductProductName

ActivationSubscriptionReplace_Header = 'Warning'
ActivationSubscriptionReplaceHeader = 'Warning'
ActivationSubscriptionReplace_Text1 = 'The entered activation code cannot be used as a new code, but it can be used for further activation of the application.'
ActivationSubscriptionReplace_Text2 = 'A previously entered activation code allows using the application on another computer until it expires.'
ActivationSubscriptionReplace_Check = 'Apply the entered activation code now'

UndefinedHeader = ''

ActivationWizard_SystemError = 'System error: ' + $SystemErrorDescription
ActivationWizard_CannotAddKeyFile = $LicenseError
ActivationWizard_CannotDeleteKeyFile = 'Cannot delete "' + $KeyFile + '": ' + $LicenseError
ActivationWizard_KeyInvalid = $KeyInvalidReason
ActivationWizard_LicenseError = $LicenseError
ActivationWizard_DefaultError = 'Undefined error'
ActivationWizard_ServerNotAvailable = 'Cannot set up server connection'

ActivationWizard_FormProcessingError = 'Error occurred while processing the registration form'
ActivationWizard_WrongTimestamp_Text1 = 'The local time on your computer differs from the time on the activation server.'
ActivationWizard_WrongTimestamp_Text2 = 'To continue activation, please correct your local time.'
ActivationWizard_WrongTimestamp_Text3 = 'Server time: ' + $ServerTime
ActivationWizard_WrongTimestamp_Text4 = 'Local time: ' + $UserTime


LicenseError_0x09479001  = 'This key has already been added'
LicenseError_0x0947901D  = 'License has expired. Database update is not available'
LicenseError_0x89479002  = 'License is not found'
LicenseError_0x89479003  = 'Digital signature is either missing or corrupted'
LicenseError_0x89479004  = 'Data is corrupted'
LicenseError_0x89479005  = 'Key file is corrupted'
LicenseError_0x89479006  = 'License expired'
LicenseError_0x89479007  = 'Key file is not specified'
LicenseError_0x89479008  = 'Invalid key file'
LicenseError_0x89479009  = 'Failed to save data'
LicenseError_0x8947900A  = 'Failed to read data'
LicenseError_0x8947900B  = 'I/O error'
LicenseError_0x8947900C  = 'Cannot find databases'
LicenseError_0x8947900D  = 'Active and additional keys are already registered'
LicenseError_0x8947900E  = 'Licensing library is not initialized'
LicenseError_0x8947900F  = 'Databases are corrupted or have been manually updated'
LicenseError_0x89479010  = 'Databases are corrupted'
LicenseError_0x89479011  = 'Cannot add an expired key as an additional key'
LicenseError_0x89479012  = 'System error'
LicenseError_0x89479013  = 'Black list of keys is corrupted'
LicenseError_0x89479014  = 'Digital signature does not match the Kaspersky Lab digital signature'
LicenseError_0x89479015  = 'Cannot activate the application under a license for beta testing'
LicenseError_0x89479016  = 'Beta version of the application can only be activated under a license for beta testing'
LicenseError_0x89479017  = 'The license does not apply to this application'
LicenseError_0x89479018  = 'Key is blocked'
LicenseError_0x89479019  = 'A key for trial version has already been added'
LicenseError_0x8947901A  = 'Key file is corrupted'
LicenseError_0x8947901B  = 'Digital signature is missing, corrupted, or does not match the Kaspersky Lab digital signature'
LicenseError_0x8947901C  = 'Cannot add key if it has expired'
LicenseError_0x8947901E  = 'Key file creation or registration date is invalid. Check system date settings'
LicenseError_0x8947901F  = 'Cannot add key for a trial version while another key for a trial version is active'
LicenseError_0x89479020  = 'Black list of keys is either missing or corrupted'
LicenseError_0x89479021  = 'Update description is missing or corrupted'
LicenseError_0x89479022  = 'Internal data is invalid for this application'
LicenseError_0x89479023  = 'Cannot add an additional key using an invalid activation code'
LicenseError_0x89479024  = 'User form data completion error'
LicenseError_0x89479025  = 'Error sending activation server request.'
LicenseError_0x89479026  = 'Request contains invalid activation code'
LicenseError_0x89479027  = 'Unable to obtain response status'
LicenseError_0x89479028  = 'Error saving temporary file'
LicenseError_0x89479029  = 'Activation code has been entered incorrectly or system date is incorrect'
LicenseError_0x8947902A  = 'Activation code is not compatible with this application or key has expired'
LicenseError_0x8947902B  = 'Failed to receive a key file. An invalid activation code was specified.'
LicenseError_0x8947902C  = 'Activation server returned error 400'
LicenseError_0x8947902D  = 'Activation server returned error 401'
LicenseError_0x8947902E  = 'Activation server returned error 403'
LicenseError_0x8947902F  = 'Required resource is unavailable on the activation server'
LicenseError_0x89479030  = 'Activation server returned error 405'
LicenseError_0x89479031  = 'Activation server returned error 406'
LicenseError_0x89479032  = 'Proxy authentication is required. Please check your network settings'
LicenseError_0x89479033  = 'Request timeout'
LicenseError_0x89479034  = 'Activation server returned error 409'
LicenseError_0x89479035  = 'Required resource is unavailable on the activation server'
LicenseError_0x89479036  = 'Activation server returned error 411'
LicenseError_0x89479037  = 'Activation server returned error 412'
LicenseError_0x89479038  = 'Activation server returned error 413'
LicenseError_0x89479039  = 'Activation server returned error 414'
LicenseError_0x8947903A  = 'Activation server returned error 415'
LicenseError_0x8947903B  = 'Unknown error on the client'
LicenseError_0x8947903C  = 'Internal server error'
LicenseError_0x8947903D  = 'Functionality is not supported'
LicenseError_0x8947903E  = 'Invalid gateway response. Please check your network settings'
LicenseError_0x8947903F  = 'Resource is temporarily unavailable'
LicenseError_0x89479040  = 'Gateway response timed out. Please check your network settings'
LicenseError_0x89479041  = 'The protocol is not supported by the server'
LicenseError_0x89479042  = 'Unknown error on the server'
LicenseError_0x89479043  = 'Unknown http error'
LicenseError_0x89479044  = 'Invalid resource identifier'
LicenseError_0x89479045  = 'Incorrect data in the "key" field'
LicenseError_0x89479046  = 'Invalid URL'
LicenseError_0x89479047  = 'Incorrect destination folder'
LicenseError_0x89479048  = 'Memory allocation error'
LicenseError_0x89479049  = 'Error converting parameters to ANSI string (url, folder, agent)'
LicenseError_0x8947904A  = 'Error creating worker thread'
LicenseError_0x8947904B  = 'Worker thread is already running'
LicenseError_0x8947904C  = 'Worker thread is not running'
LicenseError_0x8947904D  = 'Key file is not found on activation server'
LicenseError_0x8947904E  = 'Key is blocked'
LicenseError_0x8947904F  = 'Activation server internal error'
LicenseError_0x89479050  = 'Not enough data in activation request'
LicenseError_0x89479051  = 'Incorrect user ID or password'
LicenseError_0x89479052  = 'Invalid activation code.'
LicenseError_0x89479053  = 'Cannot add a key that expires earlier than the active key'
LicenseError_0x89479054  = 'Incorrect system date.'
LicenseError_0x89479055  = 'Trial version of the application has expired'
LicenseError_0x89479056  = 'Activation period has expired'
LicenseError_0x89479057  = 'The entered activation code has exceeded the limit of allowed activations'
LicenseError_0x89479058  = $OnlineActivationServerError
LicenseError_0x89479059  = 'Cannot add key for a free version as an additional key'
LicenseError_0x8947905C  = 'Activation code is required'
LicenseError_0x8947905D  = 'Incorrect customer ID or password'
LicenseError_0x8947905E  = 'Invalid activation code.'
LicenseError_0x89479062  = 'Cannot connect to the activation server'
LicenseError_0x89479064  = 'Activation server is unavailable.'
LicenseError_0x89479065  = 'License expired'
LicenseError_0x89479066  = 'Active key cannot be replaced by an expired key'
LicenseError_0x89479067  = 'Cannot add a key that expires earlier than the active key'
LicenseError_0x89479068  = 'Your active subscription key is up to date'
LicenseError_0x8947906B  = 'The license is already being used on your computer'

OLA_SYSTEM_ERROR   = 'Activation failed with system error: ' + $OnlineActSrvErrorSpecific
OLA_INTERNET_ERROR = 'Activation error: ' + $OnlineActSrvErrorSpecificToInternetErrCodes
OLA_HTTP_ERROR     = 'Activation error: server returned HTTP code ' + $OnlineActSrvErrorSpecific
OLA_SERVER_ERROR   = $OnlineActSrvErrorSpecificToServerErrCodes
OLA_DEFAULT        = 'Activation failed ' + $OnlineActSrvError + ' : ' + $OnlineActSrvErrorSpecific

OLA_ERR_INTERNET_CANNOT_CONNECT           = 'Cannot set up server connection'

; cURL errors
; see error descriptions at http://curl.haxx.se/libcurl/c/libcurl-errors.html
OLA_ERR_INTERNET_URL_MALFORMAT              = 'Incorrect URL'
OLA_ERR_INTERNET_COULDNT_RESOLVE_PROXY      = 'Cannot resolve proxy server address'
OLA_ERR_INTERNET_COULDNT_RESOLVE_HOST       = 'Cannot resolve server address'
OLA_ERR_INTERNET_COULDNT_CONNECT            = 'Cannot set up server connection'
OLA_ERR_INTERNET_REMOTE_ACCESS_DENIED       = 'Access to resource is denied'
OLA_ERR_INTERNET_OPERATION_TIMEDOUT         = 'Timed out'
OLA_ERR_INTERNET_HTTP_POST_ERROR            = 'HTTP_POST_ERROR'
OLA_ERR_INTERNET_SSL_CONNECT_ERROR          = 'Cannot set up SSL connection'
OLA_ERR_INTERNET_TOO_MANY_REDIRECTS         = 'Too many redirections'
OLA_ERR_INTERNET_PEER_FAILED_VERIFICATION   = 'Server verification failed'
OLA_ERR_INTERNET_GOT_NOTHING                = 'Server is not responding'
OLA_ERR_INTERNET_SEND_ERROR                 = 'Cannot send data to server'
OLA_ERR_INTERNET_RECV_ERROR                 = 'Cannot receive data from server'
OLA_ERR_INTERNET_SSL_CERTPROBLEM            = 'Local security certificate issue'
OLA_ERR_INTERNET_SSL_CIPHER                 = 'Cannot use the specified cipher'
OLA_ERR_INTERNET_SSL_CACERT                 = 'Untrusted server certificate'
OLA_ERR_INTERNET_BAD_CONTENT_ENCODING       = 'Unknown transfer encoding'
OLA_ERR_INTERNET_LOGIN_DENIED               = 'Access denied to the specified login'
OLA_ERR_INTERNET_SSL_CACERT_BADFILE         = 'Cannot read trusted certificates'
OLA_ERR_INTERNET_SSL_SHUTDOWN_FAILED        = 'Cannot shut down SSL connection'
OLA_ERR_INTERNET_AGAIN                      = 'Socket is not ready for transfer'
OLA_ERR_INTERNET_SSL_CRL_BADFILE            = 'Cannot read the certificate revocation list (CRL)'
OLA_ERR_INTERNET_SSL_ISSUER_ERROR           = 'Cannot verify the certificate issuer'
OLA_ERR_INTERNET_GENERAL_TRANSPORT_LAYER_ERROR = 'Transport-level error'

OLA_ERR_SRV_UNKNOWN_SERVER_ERROR			 = 'Unknown activation server error. Please retry or contact Technical Support.'
OLA_ERR_SRV_INTERNAL_SERVER_ERROR            = 'Internal activation server error. Please retry or contact Technical Support.'
OLA_ERR_SRV_WRONG_APPLICATION_ID             = 'Activation code is not suitable for this application.'
OLA_ERR_SRV_KEY_OR_ACTIVATION_CODE_BLOCKED   = 'Key is blocked'
OLA_ERR_SRV_WRONG_CUSTOMER_ID_OR_PASSWORD    = 'Incorrect customer ID or password'
OLA_ERR_SRV_WRONG_ACTIVATION_CODE            = 'Invalid activation code.'
OLA_ERR_SRV_LICENSE_NOT_FOUND                = 'Invalid activation code.'
OLA_ERR_SRV_ACTIVATION_CODE_REQUIRED         = 'Activation code is required'
OLA_ERR_SRV_ACTIVATION_PERIOD_EXPIRED        = 'Activation period expired'
OLA_ERR_SRV_ACTIVATION_ATTEMPTS_EXHAUSTED    = 'Number of activations using this activation code has been exceeded'
OLA_ERR_SRV_REGION_MISMATCH                  = 'Activation code is invalid for this region'
OLA_ERR_SRV_LOCALIZATION_MISMATCH            = 'Activation code cannot be used for this language localization of the application.'
OLA_ERR_SRV_ACTIVATION_CODE_NEEDS_CONVERSION = 'Activation code is valid for a newer version of this application.'
OLA_ERR_SRV_SERVER_ERROR_643                 = 'Activation server returned error 643'
OLA_ERR_SRV_SERVER_ERROR_644                 = 'Activation server returned error 644'
OLA_ERR_SRV_SERVER_ERROR_645                 = 'Activation server returned error 645'
OLA_ERR_SRV_SERVER_ERROR_646                 = 'Activation server returned error 646'
OLA_ERR_SRV_INVALID_ACTIVATION_CODE_FORMAT   = 'The entered activation code is incorrect.'
OLA_ERR_SRV_MACHINE_TIME_IS_NOT_SYNCHRONIZED = 'The system date on your computer has been changed. Fix the date and try activating the application again'
OLA_ERR_SRV_INVALID_APPLICATION_VERSION      = 'The entered activation code corresponds to another version of the application'
OLA_ERR_SRV_SUBSCRIPTION_EXPIRED             = 'Subscription expired. Enter another activation code'
OLA_ERR_SRV_ACTIVATION_COUNT_LIMIT_IS_REACHED = 'You have exceeded the maximum number of activations allowed for the entered activation code'
OLA_ERR_SRV_INVALID_LICENSE_TICKET_SIGNATURE = 'License problem. Remove the active key and activate the application with the same activation code again'
OLA_ERR_SRV_SUBSCRIPTION_IS_NOT_ACTIVE       = 'Your service provider has not activated the subscription. Update the subscription status later or contact your service provider.'
OLA_ERR_SRV_SERVICE_IS_UNDER_MAINTENANCE     = 'The server is closed for maintenance. Please retry later.'
	
OLA_ERR_SRV_DEFAULT                          = 'Activation failed ' + $OnlineActSrvError + ':' + $OnlineActSrvErrorSpecific

KeyInvalidReason_ekirUnknown                 = 'Unknown error'
KeyInvalidReason_ekirValid                   = 'Key is valid'
KeyInvalidReason_ekirExpired                 = 'License expired'
KeyInvalidReason_ekirCorrupted               = 'Invalid key'
KeyInvalidReason_ekirNotSigned               = 'Digital signature is either missing or corrupted'
KeyInvalidReason_ekirWrongProduct            = 'Key is not suitable for this application.'
KeyInvalidReason_ekirBlackListed             = 'Key is blocked'
KeyInvalidReason_ekirIllegalUpdate           = 'Database date does not match the current license term'
KeyInvalidReason_ekirInconsistentUpdate      = 'Databases are corrupted'
KeyInvalidReason_ekirKeyCreationDateInvalid  = 'Incorrect key creation date'
KeyInvalidReason_ekirTrialAlreadyInUse       = 'Cannot add key for a trial version while another key for a trial version is active'
KeyInvalidReason_ekirInvalidBlacklist        = 'Black list of keys is corrupted'
KeyInvalidReason_ekirCantBeUsedAsReserved    = 'Cannot register activation code as a new code'
KeyInvalidReason_ekirKeyInstallDateInvalid   = 'Incorrect activation date'
KeyInvalidReason_ekirTrialPeriodIsOver       = 'Trial version of the application has expired'
KeyInvalidReason_ekirConflictsWithCommercial = 'New key file conflicts with the current license'
KeyInvalidReason_ekirExpiredAsReserve        = 'This license expires earlier than the current license'
KeyInvalidReason_ekirLimited                 = 'You have exceeded the maximum number of computers on which ' + $ProductName + ' can be installed under your license.'
KeyInvalidReason_ekirReinstallProduct		 = 'The application must be reinstalled'
KeyInvalidReason_default                     = 'Invalid key file'

; Protection level
LicenseProtectionLevel = 'Protection: '
ProtectionLevelUnknown = 'unknown'
ProtectionLevelNoFeatures = 'disabled'
ProtectionLevelLimited = 'limited'
ProtectionLevelExpiredState = ProtectionLevelLimited
ProtectionLevelFull = 'fully enabled'

; Updater level
LicenseUpdaterLevel = 'Update: '
UpdaterLevelUnknown = 'unknown'
UpdaterLevelNotAllowed = 'unavailable'
UpdaterLevelUpdateBlacklistOnly = 'black list only'
UpdaterLevelAllowed = 'allowed'
UpdaterLevelLimited = 'limited'

LicenseInstallationDate = 'Installation date:'
LicenseInvalidReason = 'Reason invalid:'
LicenseTicketSequenceId = 'Activation ID:'
LicenseTicketId = 'Activation ID (Ticket ID):'

SubscriptionToleranceDays = 'Tolerance period (days):'
SubscriptionBufferDays = 'Buffer period (days):'
SubscriptionGraceDays = 'Grace period (days):'
SubscriptionExpirationDateType = 'Subscription date type:'
SubscriptionStatus = 'Subscription status:'
ProductActiveLicenseState = 'Licensing state (active):'
ProductReserveCodeState = 'Licensing state (new):'
SubscriptionCurrentTicket = 'Current ticket:'
SubscriptionCurrentKey = 'Current key:'
TicketValidFrom = '    Valid from (UTC):'
KeyCreationDate = '    Creation date (UTC):'
KeyOrTicketValidTo = '    Valid till (UTC):'
DowngradeModeToleranceDays = 'Limited functionality mode (days):'

; strings in the following section refer to subscription and its expiration date
SubscriptionExpirationDateUnknown = 'unknown'
SubscriptionExpirationDateUndefined = 'will be determined later'
SubscriptionExpirationDateUnlimited = 'undefined'
SubscriptionExpirationDateLimited = $SubscriptionExpirationDateTimeWithSecond
SubscriptionExpirationDateSuspended = 'suspended from ' + $SubscriptionExpirationDate

; strings in the following section refer to a time period
SubscriptionPeriodOfValidityUnknown = 'unknown'
SubscriptionPeriodOfValidityUndefined = 'will be determined later'
SubscriptionPeriodOfValidityUnlimited = 'undefined'
SubscriptionPeriodOfValidityLimited = 'till ' + $SubscriptionExpirationDate
SubscriptionPeriodOfValiditySuspended = 'suspended from ' + $SubscriptionExpirationDate

LicenseExpirationDateShort = $LicenseExpirationDate
LicenseExpirationDateTimeWithSeconds = $LicenseExpirationDateTimeWithSeconds

TicketValidFromDescription = $TicketValidFromDate
TicketValidToDescription = $TicketValidToDate

LicenseActivationDateDescription = $ActivationDate
LicenseInstallationDateDescription = $InstallationDate

AdditionalLicenseInformationCaption = 'License Information'
LicenseEulaLinkName = 'End User License Agreement'

; BestBuy license info labels:
BestBuyActivationCode = 'Activation code:'
BestBuySerialNumber = 'Serial number:'

LicenseOwner = 'License owner:'

;UpdaterLevel notifications
LimitedUpdaterLevelFeatureTitle_Update = 'Database Update is unavailable without a current license'
LimitedUpdaterLevelFeatureTitle_CloudProtection = 'Cloud Protection is unavailable without a current license'
LimitedUpdaterLevelFeatureDescription = 'Updates are unavailable. We recommend that you fix the problem with the current license to resume the component operation.'
ButtonNavigateToLicenseManager = 'Go to the Licensing window'

;License notifications
LicenseNotificationFeatureTitle_Scan = 'Scanning is unavailable without a current license'
LicenseNotificationFeatureTitle_Update = 'Updates for databases and application modules are unavailable without a current license'
LicenseNotificationFeatureTitle_SafeMoney = 'Safe Money is unavailable without a current license'
LicenseNotificationFeatureTitle_ParentalControl = 'Parental Control is unavailable without a current license'
LicenseNotificationFeatureTitle_PrivacyProtection = 'Privacy Protection is unavailable without a current license'
LicenseNotificationFeatureTitle_DefaultDeny = 'Trusted Applications mode is unavailable without a current license'
LicenseNotificationFeatureTitle_VirtualKeyboard = 'On-Screen Keyboard is unavailable without a current license'
LicenseNotificationFeatureTitle_VulnerabilityScan = 'Vulnerability Scan is unavailable without a current license'
LicenseNotificationFeatureTitle_BrowserConfiguration = 'Browser Configuration is unavailable without a current license'
LicenseNotificationFeatureTitle_PrivacyCleaner = 'Privacy Cleaner is unavailable without a current license'
LicenseNotificationFeatureTitle_UnusedDataCleaner = 'Unused Data Cleaner is unavailable without a current license'
LicenseNotificationFeatureTitle_FileShredder = 'File Shredder is unavailable without a current license'
LicenseNotificationFeatureTitle_WindowsPostinfectionTroubleshooting = 'Microsoft Windows Troubleshooting is unavailable without a current license'
LicenseNotificationFeatureTitle_ApplicationCenter = 'Application Control is unavailable without a current license'
LicenseNotificationFeatureTitle_Firewall = 'Feature is unavailable without a current license'
LicenseNotificationFeatureTitle_PasswordManager = 'Password Manager is unavailable without a current license'
LicenseNotificationFeatureTitle_Encryption = 'Data Encryption is unavailable without a current license'
LicenseNotificationFeatureTitle_Backup = 'Backup and Restore is unavailable without a current license'
LicenseNotificationFeatureTitle_ManagmentConsol = 'Protection for all devices is unavailable without a current license'
LicenseNotificationFeatureTitle_CloudProtection = 'Cloud Protection is unavailable without a current license'
LicenseNotificationFeatureTitle_Quarantine = 'Quarantine is unavailable without a current license'
LicenseNotificationFeatureTitle_RescueDisk = 'Kaspersky Rescue Disk is unavailable without a current license'
LicenseNotificationFeatureTitle_Pupware = 'Feature is unavailable without a current license'
LicenseNotificationFeatureTitle_PatchManagement = 'Software Updater is unavailable without a current license'
LicenseNotificationFeatureTitle_Vpn = 'Kaspersky Secure Connection is unavailable without a current license'
LicenseNotificationFeatureTitle_DoNotTrack = 'Private Browsing is unavailable without a current license'
LicenseNotificationFeatureTitle_WebCamControl = 'Webcam Protection is unavailable without a current license'
LicenseNotificationFeatureTitle_AntiBanner = 'Anti-Banner is unavailable without a current license'
LicenseNotificationFeatureTitle_NetworkAttackBlocker = 'Network Attack Blocker is unavailable without a current license'
LicenseNotificationFeatureTitle_SystemWatcher = 'System Watcher is unavailable without a current license'
LicenseNotificationFeatureTitle_AntiSpam = 'Anti-Spam is unavailable without a current license'
LicenseNotificationFeatureTitle_HomeDeviceProtection  = 'Devices in my network are unavailable without a current license'
LicenseNotificationFeatureTitle_WeakSetting  = 'Weak settings control is unavailable without a current license'
LicenseNotificationFeatureTitle_FileAntiVirus  = 'File Anti-Virus is unavailable without a current license'
LicenseNotificationFeatureTitle_WebAntiVirus  = 'Web Anti-Virus is unavailable without a current license'
LicenseNotificationFeatureTitle_InstantMessenger  = 'IM Anti-Virus is unavailable without a current license'
LicenseNotificationFeatureTitle_MailAntiVirus  = 'Mail Anti-Virus is unavailable without a current license'
LicenseNotificationFeatureTitle_SafeKids  = 'Kaspersky Safe Kids is unavailable without a current license'

LicenseNotificationFeatureDescription_DowngradeMode = 'The application is running in limited functionality mode. To enable full functionality, activate the application under another license.'
LicenseNotificationFeatureDescription_LimitedFunctionality = 'The application is running in limited functionality mode. To enable full functionality, activate the application under another license.'
LicenseNotificationFeatureDescription_NoFeatures = 'Protection is disabled. To enable full functionality, activate the application under another license.'

ActivateFreeLicense = 'Activate application'

MainLicenseChangedWarningHeader = 'You have switched to subscription'
TwoActiveLicenseWarningMainLicenseChanged = 'An active key added as reserve key was also found in this application.'
TwoActiveLicenseWarningMainLicenseContinueUsingSubscription = 'Continue using the key by subscription'
TwoActiveLicenseWarningMainLicenseUseReserved = 'Apply reserve activation code'

TwoActiveLicenseWarningHeader = 'Two keys detected that are in use'
TwoActiveLicenseWarningReservedLicenseChanged = 'You have converted the reserve key into a key by subscription. You also have an active key.'
TwoActiveLicenseWarningReservedLicenseContinueUsingMain = 'Continue using the active key'
TwoActiveLicenseWarningReservedLicenseUseReserved = 'Use reserve key by subscription'

TwoActiveLicenseWarningSelectionHeader = 'Select how you want to activate the application:'
TwoActiveLicenseWarningSecondLicenseWillBeDeleted = 'The second key will be deleted. You can use the application under this license on another computer until the license expires.'
TwoActiveLicenseWarningApply = 'Done'


AdvertisingFeatureDescription = 'Not available in ' + $ProductType + '. To activate this feature, switch to the premium protection of ' + $AdvertisingProductType + '.'

AdvertisingFeatureTitle_Scan = 'Activate Scan'
AdvertisingFeatureTitle_Update = 'Activate Database Update'
AdvertisingFeatureTitle_SafeMoney = 'Activate Safe Money'
AdvertisingFeatureTitle_ParentalControl = 'Activate Parental Control'
AdvertisingFeatureTitle_PrivacyProtection = 'Activate Privacy Protection'
AdvertisingFeatureTitle_DefaultDeny = 'Activate Trusted Applications mode'
AdvertisingFeatureTitle_VirtualKeyboard = 'Activate On-Screen Keyboard'
AdvertisingFeatureTitle_VulnerabilityScan = 'Activate Vulnerability Scan'
AdvertisingFeatureTitle_BrowserConfiguration = 'Activate Browser Configuration'
AdvertisingFeatureTitle_PrivacyCleaner = 'Activate Privacy Cleaner'
AdvertisingFeatureTitle_UnusedDataCleaner = 'Activate Unused Data Cleaner'
AdvertisingFeatureTitle_FileShredder = 'Activate File Shredder'
AdvertisingFeatureTitle_WindowsPostinfectionTroubleshooting = 'Activate Microsoft Windows Troubleshooting'
AdvertisingFeatureTitle_ApplicationCenter = 'Activate Application Control'
AdvertisingFeatureTitle_Firewall = 'Activate this feature'
AdvertisingFeatureTitle_PasswordManager = 'Activate Password Manager'
AdvertisingFeatureTitle_Encryption = 'Activate Data Encryption'
AdvertisingFeatureTitle_Backup = 'Activate Backup'
AdvertisingFeatureTitle_ManagmentConsol = 'Activate Protection for all devices'
AdvertisingFeatureTitle_CloudProtection = 'Activate Cloud Protection'
AdvertisingFeatureTitle_Quarantine = 'Activate Quarantine'
AdvertisingFeatureTitle_RescueDisk = 'Activate Kaspersky Rescue Disk'
AdvertisingFeatureTitle_Pupware = 'Activate this feature'
AdvertisingFeatureTitle_PatchManagement = 'Activate Software Updater'
AdvertisingFeatureTitle_Vpn = 'Activate Secure Connection'
AdvertisingFeatureTitle_DoNotTrack = 'Activate Private Browsing'
AdvertisingFeatureTitle_WebCamControl = 'Activate Webcam Protection'
AdvertisingFeatureTitle_AntiBanner = 'Activate Anti-Banner'
AdvertisingFeatureTitle_NetworkAttackBlocker = 'Activate Network Attack Blocker'
AdvertisingFeatureTitle_SystemWatcher = 'Activate System Watcher'
AdvertisingFeatureTitle_AntiSpam = 'Activate Anti-Spam'
AdvertisingFeatureTitle_HomeDeviceProtection = 'Activate Devices in my network'

;Saas activation scenario
Saas_ActivationSucceeded = 'Activation completed successfully'
Saas_ActivationSucceededThankYou = 'Thank you for choosing Kaspersky Lab.'
Saas_Activating = 'Signing in to My Kaspersky and activating the application...'
Saas_ActivationFailed = 'Application is not activated'
Saas_ActivationFailedNote = 'The information about the current license has been deleted. If you do not have the new activation code, use another code to stay protected.'
Saas_ActivationFailedDescription = 'Enter the login and password of your account on My Kaspersky to activate the application and stay protected.'
Saas_UcpAuthorizationFailed = 'Problems with connection'
Saas_UcpAuthorizationFailedDescription = 'Unable to connect to My Kaspersky portal. Please check your Internet connection and try again.'
Saas_ConnectionToKPCFailed = 'Problems with connection'
Saas_ConnectionToKPCFailedDescription = 'Unable to connect to My Kaspersky portal. Please check your Internet connection and try again.'
Saas_UcpDisconnectTitle = 'Sign in to My Kaspersky'
Saas_UcpDisconnectDescription = 'You are disconnected from My Kaspersky portal where license information is located. Sign in to My Kaspersky so that we can protect you.'
Saas_ActivationHelp = 'You may find more details on this issue on our portal in the section'
Saas_ManyLicensesTitle = 'You have several licenses'
Saas_ManyLicensesDescription = 'Go to My Kaspersky portal, select the license, under which you want to use the application, and send that license to this device.'
Saas_NoLicenseTitle = 'License problem'
Saas_NoLicenseDescription = 'To use the application, purchase a license and send it to this device from My Kaspersky portal.'
Saas_TrialExpiredTitle = 'You have used up your free trial'
Saas_TrialExpiredDescription = 'The trial version can be used only once. Purchase a license to stay protected.'
Saas_UcpAuthenticationFailed = 'Failed to connect automatically'
Saas_MachineTimeNotSynchronizedTitle = 'Application is not activated'
Saas_MachineTimeNotSynchronizedDescription = 'The local time on your computer differs from the time on the activation server. To continue activation, please correct your local time.'
Saas_ServerTime = 'Server time:'
Saas_LocalTime = 'Local time:'
Saas_WrongRegionTitle = 'You cannot activate the trial version of the application'
Saas_WrongRegionDescription   = 'This application is not yet available in your region. To activate the trial version of the application, please log in to My Kaspersky and specify the region that matches the locale of the website from which you downloaded the distribution package.'
Saas_UnknownRegionDescription = 'You need to complete the setup of your account.\nPlease go to My Kaspersky and complete the setup.'

Saas_OpenPortalHelpLink = 'Reasons and possible solutions'
Saas_ChangeAccount = 'Change account'
Saas_ProxyServerSettings = 'Proxy server settings'
Saas_Support = 'Support'
Saas_Retry = 'Try again'
Saas_OpenPortal = 'Go to My Kaspersky'
Saas_Buy = 'Purchase license'
Saas_RetryLogin = 'Try again'
Saas_RetryActivate = 'Try again'
Saas_OpenRegistrationForm = 'Sign in'
Saas_Connect = 'Connect to My Kaspersky' 

SaasLicensePersonal = 'Personal'
SaasLicenseFamily = 'Family'
SaasLicenseUnknown = 'Active'

ActivationReplaceWarningHeader = 'Active key will be deleted'
ActivationReplaceWarningDescription = ActivationSubscriptionActivePart2

TfuSuggestionPageHeader = 'This license is intended to be used with a newer version of the application.'
TfuSuggestionPageDescription = 'To run the application version update in the background, please accept the End User License Agreement.'
TfuSuggestion_ConfirmGdprEulaAgreement = 'I confirm that I have fully read, understand, and accept the terms and conditions of the End User License Agreement'
TfuSuggestion_TermOfUsageConfirm_BeforeLink = 'I am aware and agree that my data will be handled and transmitted (including to third countries) as described in the ' 
TfuSuggestion_StatementOfConfidentialityLink = 'Privacy Policy'
TfuSuggestion_TermOfUsageConfirm_AfterLink = '. I confirm that I have fully read and understand the Privacy Policy.'

TfuSuggestion_EulaAgreementNote = 'I confirm that I have fully read, understand, and accept the terms and conditions of the End User License Agreement.'
SkipTfuButton = 'Decline'
AcceptTfuButton = 'Accept'