﻿Encryption = 'Data Encryption'

WelcomeHeader = 'Welcome to Data Encryption!'
WelcomeDescription = 'To limit access to your files, store them in a password-protected data vault.\nData will be protected using AES-256 encryption with a 56-bit effective key length.'
WelcomeButton = 'Create new data vault'

VaultListHeader = 'Data Encryption'
VaultListDescription = 'Select a data vault and enter the password to access your files.'

CreatePasswordLabel='Password to access data vault:'
RepeatPasswordLabel='Confirm password:'
PasswordWarningText='Warning! A forgotten password cannot be recovered. If you forget the password, you will not be able to access your files.'
AdvancedSettinsButtonLabel='Advanced settings of data vault'
CreateVaultButtonLabel='Create data vault'
LookCreatedVaultsButtonLabel='I already have a data vault'
ChooseVaultFileDialogTitle='Select the file of data vault'

VaultNameLabel = 'Name of data vault:'
VaultNameSizeLimit = 'Name of data vault cannot exceed 32 characters.'
VaultSizeLabel = 'Size of data vault:'
VaultPathLabel = 'Location of data vault:'

DefaultVaultName = 'Kaspersky Vault'
LegacyDefaultVaultName = 'Container'

OpenInExplorerLabel = 'Open in Windows Explorer'
UnlockLabel = 'Unlock'
LockLabel = 'Lock'
RenameLabel = 'Rename'
ChangePasswordLabel = 'Change password'
ShowVaultLocationLabel = 'Show location of data vault'
CreateShortcutLabel = 'Create desktop shortcut for data vault'
DeleteLabel = 'Delete'
SizeUnit = 'MB'
SizeWarning = 'You will not be able to change the size of the data vault later.'
AutoMountLabel = 'Open data vault on connecting the removable drive'
VaultLockedLabel = 'Data vault is locked'
VaultUnlockedLabel = 'Data vault is unlocked'

VaultState_OtherOperationInProgress = 'Processing data...'
VaultState_ConvertingLegacyCryptoDisk = 'Converting...'

EnterPassword = 'Password:'
ButtonRemove = 'Remove data vault'
ButtonMount = 'Open data vault in Windows Explorer'
WarningRemove = 'All files in the data vault will be deleted permanently'
WarningMount = 'Data vault will be connected as a removable drive.'

CreateVaultErrorMessageTitle = 'Error creating data vault'
CreateVaultWarningMessageTitle = 'Attention!'
CreateVaultErrorMessage_NetworkPath = 'Cannot create data vault on the network drive'
CreateVaultErrorMessage_PathNotFound = 'Specified path not found'
CreateVaultErrorMessage_PathAccessDenied = 'Access to the specified location is denied'
CreateVaultErrorMessage_FileExists = 'A data vault with that name already exists'
CreateVaultErrorMessage_NotEnoughSpace = 'There is not enough disk space to create data vault of the specified size at the specified location'
CreateVaultErrorMessage_InvalidCharsInPath = 'Path to data vault contains illegal characters'
CreateVaultErrorMessage_InvalidCharsInVaultName = 'Data vault name contains illegal characters'
CreateVaultErrorMessage_DeviceNotReady = 'Device is not ready'
CreateVaultWarningMessage_PathExpanded = 'Specified path is virtual'
CreateVaultTitle = 'Adding files and folders to data vault'
CreateVaultDescription = 'Add files and folders and click Continue.'
CreateVaultSelectFolderDialogTitle = 'Select data for encryption'
CreateVaultSelectVaultLocationDialogTitle = 'Select data vault location'

ContainerShortcutCreated = 'Desktop shortcut for data vault "' + $VaultName + '" was created'

DragAndDropHeader = 'Drag files and folders that you want to password-protect here.'
ContinueLabel = 'Continue'
AddFilesLabel = 'Add files and folders to data vault'
FileNameHeader = 'File or folder'
FolderLocationHeader = 'Location'
FileSizeHeader = 'Size'
VaultCurrentUsageLabel = 'Current data vault usage:'
VaultUsageLabelCurrent = 'Your data and service data: ' + $YourDataSize 
VaultUsageLabelAvailable = 'Available space in data vault: ' + $FreeVaultSpace
VaultSizeIncorrect = 'The size of data vault should be no less than 10 MB'
VaultConversionDescription = 'Saving the data vault. This may take some time.'
FilesAddingDescription = 'Adding files, this may take a few minutes.'

ReportOkHeader = 'Data vault created successfully, your files are protected.'
ReportFailHeader = 'Failed to create data vault'
ReportOkDescription = 'Before adding or changing data, unlock the data vault by entering the password. Lock the data vault after you are done using it.'
ReportOutOfSpaceDescription = 'Not enough space on drive (' + $VaultDisk + '). Free up ' + $RequiredSpace + ' or choose another location of data vault and retry'
ReportFailDescription = 'Contact Kaspersky Lab Technical Support'
ReportWarningByUser = 'Original files are not protected.'
ReportWarningByError = 'Not all original files were deleted'
FinalButtonLabel = 'Finish'
RetryButtonLabel = 'Retry'
BackToListButtonLabel = 'Close'

OldPasswordLabel='Old password:'
NewPasswordLabel='New password:'
SaveButtonLabel='Save'
PasswordTypeInvitation='Enter password'
RenameVaultLabel='New name for data vault:'

AddVaultDialogFilter = 'Files of data vaults (*.kde)|*.kde|All files (*.*)|*.*'

CleanupHeader = 'Delete original files and folders outside the data vault?'
CleanupListHeader = 'Files outside the data vault are accessible without the password.'
ShowDeletingFileList = 'View list of files'

EmptyVaultConfirmationHeader = 'You have added no files to the data vault.'
EmptyVaultConfirmationDescription = 'Do you want to create an empty data vault?'
EmptyVaultConfirmationCreate = 'Create'
BrowseVaultPath = 'Browse...'

VaultRename_NameIsEmptyOrWhiteSpace = 'Data vault name is not specified'
VaultRename_NameContainsInvalidCharacters = 'Name of data vault cannot contain the following symbols: \\ / : * ? " < > |'
VaultRename_SameName = 'New name of data vault matches its old name'
VaultRename_FileExists = 'A data vault with that name already exists'
VaultRename_OperationFailed = 'Failed to rename data vault'

LegacyVault = 'This data vault is created under a previous version of Kaspersky Total Security and will be converted to new format.'
LegacyVaultWarning = 'Conversion may take some time. Please do not turn off your computer, do not exit the application, and do not disconnect the removable drive with the data vault.'
LegacyVaultConversion = 'Data vault conversion'
LegacyVaultConversionDescription = 'Conversion of data vault is in progress'

CreateVaultFunctionIsNotAvailableInLimitedLicense = 'Creating of data vaults was blocked due to license limitations.'
LicenseIsLimited = 'Functionality is not available: license problem'

RemoveInvalidVaultRequestDialog_Title = 'File is not a data vault of Kaspersky Total Security'
RemoveInvalidVaultRequestDialog_InvalidVaultNotification = 'File ' + $VaultName + ' is not a data vault of Kaspersky Total Security'
RemoveInvalidVaultRequestDialog_RemoveRequest = 'Remove file from the list of data vaults?'

NotEnoughDiskSpaceVaultConversionErrorDialog_Title = 'Out of space'
NotEnoughDiskSpaceVaultConversionErrorDialog_Caption = 'Insufficient drive space (' + $VaultDisk + ')'
NotEnoughVaultSize = 'The size of data vault cannot be less than the size of data in it.'
NotEnoughDiskSpaceVaultConversionErrorDialog_Message = $RequiredSpace + ' of additional space is needed to convert data vault to format compatible with installed version of Kaspersky Total Security. Free some drive space and retry.'
NotEnoughDiskSpaceVaultCreationErrorDialog_Message = 'Free up ' + $RequiredSpace + ' or choose another location of data vault and retry.'

VaultOperationErrorDialog_Title_LockVault = 'Failed to lock data vault'
VaultOperationErrorDialog_Title_LockVaultForcedly = 'Failed to lock data vault forcibly'
VaultOperationErrorDialog_Title_UnlockVault = 'Failed to unlock data vault'
VaultOperationErrorDialog_Title_CreateVault = 'Failed to create data vault'
VaultOperationErrorDialog_Title_IsLegacyCheck = 'Failed to open data vault'
VaultOperationErrorDialog_Title_ConvertLegacyVault = 'Failed to convert data vault'
VaultOperationErrorDialog_Title_DeleteVault = 'Failed to delete data vault'
VaultOperationErrorDialog_Title_RemoveVaultFromList = 'Failed to delete data vault'
VaultOperationErrorDialog_Title_ChangeVaultPassword = 'Failed to change password for data vault'
VaultOperationErrorDialog_Title_AddExistingVault = 'Failed to add data vault'
VaultOperationErrorDialog_Title_ChangeAutoActivate = 'Failed to change data vault settings'

VaultOperationErrorDialog_Caption_LockVault = 'Failed to lock data vault ' + $VaultName
VaultOperationErrorDialog_Caption_LockVaultForcedly = 'Failed to lock the data vault ' + $VaultName + ' forcibly'
VaultOperationErrorDialog_Caption_UnlockVault = 'Failed to unlock data vault ' + $VaultName
VaultOperationErrorDialog_Caption_CreateVault = 'Failed to create data vault ' + $VaultName
VaultOperationErrorDialog_Caption_IsLegacyCheck = 'Failed to open data vault ' + $VaultName
VaultOperationErrorDialog_Caption_ConvertLegacyVault = 'Failed to convert data vault ' +  $VaultName + ' to format compatible with installed version of Kaspersky Total Security'
VaultOperationErrorDialog_Caption_DeleteVault = 'Failed to delete data vault ' + $VaultName
VaultOperationErrorDialog_Caption_RemoveVaultFromList = 'Failed to delete data vault ' + $VaultName + ' from the list of data vaults'
VaultOperationErrorDialog_Caption_ChangeVaultPassword = 'Failed to change password for data vault ' + $VaultName
VaultOperationErrorDialog_Caption_AddExistingVault = 'Failed to add data vault ' + $VaultName
VaultOperationErrorDialog_Caption_ChangeAutoActivate = 'Failed to change settings for data vault ' + $VaultName

VaultOperationErrorDialog_Message_OutOfSpace = 'Not enough disk space'
VaultOperationErrorDialog_Message_WrongPassword = 'Invalid password'
VaultOperationErrorDialog_Message_NoFreeVolumeLetter = 'No available drive letters'
VaultOperationErrorDialog_Message_AccessDenied = 'Access denied'
VaultOperationErrorDialog_Message_SharingViolation = 'Data vault is in use by another application'
VaultOperationErrorDialog_Message_VaultNotFound = 'Cannot get access to data vault file:\n' + $VaultPath + '\nIt is possible that the file of data vault was moved, deleted, is saved on a disconnected removable drive, or you do not have enough rights to access the data vault file.'
VaultOperationErrorDialog_Message_VaultLockedByWrongPassword = 'Data vault is locked for 1 hour: failed password attempts have exceeded the limit.'
VaultOperationErrorDialog_Message_UnknownVault = 'File is not a data vault of Kaspersky Total Security'
VaultOperationErrorDialog_Message_UnknownError = 'Unknown error'

PathExpandedMessageDialog_Title = 'The selected path is virtual'
PathExpandedMessageDialog_Caption = 'The selected path is virtual'
PathExpandedMessageDialog_Message = 'Data vault will be located at:\n' + $RealPath

LockVaultForcedlyDialog_Title = 'Data vault is in use by third-party software'
LockVaultForcedlyDialog_Caption = 'Data vault is in use by third-party software'
LockVaultForcedlyDialog_Message = 'Please save and close opened files in the data vault. If you lock the data vault now, your data in this data vault may be lost.'
LockVaultForcedlyDialog_LockForcedly = 'Force lock'

EncryptionNotSupportedDialog_Title = 'This application does not support data vaults'
EncryptionNotSupportedDialog_Caption = 'This application does not support data vaults'
EncryptionNotSupportedDialog_Message = 'Install Kaspersky Total Security to be able to open data vaults and use data encryption.'
OpenEncryption = 'Open data vaults'