﻿FileShredderTitle = 'File Shredder' 
Filter = 'All files (*.*)|*.*'

FileShredderMainQuestion = 'Are you sure that you want to delete the selected data?'

Quick = 'Quick delete (recommended)'
Gost = 'GOST R 50739-95, Russia'
BruceSchneier = 'Bruce Schneier Algorithm'
VSITR = 'VSITR Standard, Germany'
NAVSO_MFM = 'NAVSO P-5239-26 (MFM) Standard, USA'
NAVSO_RLL = 'NAVSO P-5239-26 (RLL) Standard, USA'
Wipe525022M = '5250.22-M Standard, USA'

InfoQuick = 'Quick delete means overwriting the file contents with a single pass of zeroes, followed by a single pass of pseudorandom numbers. This method requires little time and prevents data recovery by standard recovery utilities.'
InfoGost = 'According to standard GOST R 50739-95, all file contents are overwritten by pseudorandom numbers. This method corresponds to the second protection level (out of six) according to the State Technical Commission classification.'
InfoBruceSchneier = 'When data is deleted according to Bruce Schneier\'s method, it involves seven overwriting passes: a pass of ones, a pass of zeros, and 5 passes of pseudorandom numbers. This algorithm is considered to be one of the most effective methods.'
InfoVSITR = 'According to the VSITR standard, file contents are overwritten in seven passes: three alternating patterns of zeroes and ones and the last pass of byte # AA.'
InfoNAVSO_MFM = 'According to the NAVSO P-5239-26 (MFM) standard, file contents are overwritten in three passes: a pass of byte # 01, a pass of byte # 7FFFFFF, and then another pass of pseudorandom numbers, followed by record verification.'
InfoNAVSO_RLL = 'According to the NAVSO P-5239-26 (RLL) standard, file contents are overwritten in three passes: a pass of byte # 01, a pass of byte # 27FFFFFF and then another pass of pseudorandom numbers, followed by record verification.'
InfoWipe525022M = 'According to the 5250.22-M standard, file contents are overwritten in three passes: a pass of pseudorandom numbers, a pass of fixed numbers dependent from those in the first pass, and then another pass of pseudorandom numbers. This standard is used by the U.S. Department of Defense.'

RecommendationQuick = 'We recommend using this method for data removal from SSD devices, USB devices, and network drives.'
RecommendationGost = 'It is not recommended to use this method for data removal from SSD devices, USB devices, and network drives.'
RecommendationBruceSchneier = 'Attention! Avoid using this method for deleting data from SSD and USB devices as well as from network drives.'
RecommendationVSITR = 'Attention! Avoid using this method for deleting data from SSD and USB devices as well as from network drives.'
RecommendationNAVSO_MFM = 'It is not recommended to use this method for data removal from SSD devices, USB devices, and network drives.'
RecommendationNAVSO_RLL = 'It is not recommended to use this method for data removal from SSD devices, USB devices, and network drives.'
RecommendationWipe525022M = 'It is not recommended to use this method for data removal from SSD devices, USB devices, and network drives.'

Header = 'Delete data permanently'
Description = 'Use File Shredder to delete data permanently and avoid unauthorized data recovery.'
File   = 'File or folder to delete'
Browse = 'Browse...'
Method = 'Data deletion method'
CantRestoreWarning = 'Shredding data cannot be undone. After shredding it will be impossible to restore the data unless you have a backup copy.'

Delete = 'Delete'
Deleting = 'Deleting data'

ShredderWaitFilesLabel = 'Select files to delete'
ShredderWorkingLabel = 'Deleting files'
ShredderSuccessLabel = 'Files deleted successfully'
ShredderFailedLabel = 'Error occurred while deleting files'
ShredderLimitedLabel = 'File Shredder is not available due to license limitations'

FileShredderCheckFilesErrorDialog_Title = 'Cannot delete files'
FileShredderCheckFilesErrorDialog_Caption = 'Cannot delete selected files permanently'
FileShredderCheckFilesErrorDialog_Message_InUse = 'Files are in use by another application'
FileShredderCheckFilesErrorDialog_Message_AccessDenied = 'Not enough rights to delete files'
FileShredderCheckFilesErrorDialog_Message_NotFound = 'Files not found'
FileShredderCheckFilesErrorDialog_Message_System = 'System files cannot be deleted'
FileShredderCheckFilesErrorDialog_Message_UnknownError = 'Unknown error'

FileShredderSelectFilesDialogTitle = 'Select data to delete'