﻿Backup = 'Backup and Restore'
BackupDescription = 'Data backup allows files to be restored from backup copies if the original files are lost.'
CreateNewBackupTask = 'Create backup copies of other files'
ShowStoragesList = 'Manage storages'
RestoreFromAnotherStorage = 'Restore files from a set of backup copies that is not in the list'
UpdatingBackupTasks = 'Preparing the list of backup tasks'

TaskList_Header = 'Backup copies'
TaskList_Description = 'You can create different sets of backup copies and run backup the required number of times.'
TaskList_AdminDescription = 'As the administrator of the operating system, you see your backup tasks and tasks of other users of the computer.'
StorageList_Header = 'Storages'
StorageList_Description = 'A backup storage is a local, network, or removable drive, FTP server or online storage with predefined storage settings for backup copies of files. You can edit those settings, clean up the storage, restore files from backup copies in the storage, or delete the storage.'
TasksInStorageList_Header = 'Backup copies in this storage'
TasksInStorageList_Description = 'A storage may contain more than one set of backup copies. You can choose from the list a set of backup copies from which you want to restore files.'

Location = 'Location: ' + $Location
BackupTaskInfo_StorageName = 'Storage: ' + $StorageName
BackupTaskInfo_StorageNotFound = 'storage is not connected'
BackupTaskInfo_StoragePathInvalid = 'storage is unavailable'
BackupTaskInfo_StorageFreeSpace = 'Available: ' + $FreeSpace + ' of ' + $TotalSpace
BackupTaskInfo_StorageSize = 'Data size: ' + $UsedSpace
BackupTaskInfo_ClearStorage = 'Clean up'

BackupTaskInfo_Schedule = 'Run mode:'
BackupTaskInfo_Manual = 'on demand'
BackupTaskInfo_Daily = 'daily at ' + $Time
BackupTaskInfo_OnWeekDays = 'on weekdays at ' + $Time
BackupTaskInfo_OnWeekEnds = 'on weekend at ' + $Time
BackupTaskInfo_Weekly = 'weekly on ' + $Day + ' at ' + $Time
BackupTaskInfo_Monthly = 'monthly, on the first day of month at ' + $Time

StorageListDescription_Loaded = 'Storages contain backup copies of your files. To store backup copies, you can select a local, network or removable drive, FTP server or online storage.'
StorageListDescription_Loading = 'Retrieving the list of available storages...'
StorageList_NoBackups = 'No backup copies'
StorageList_BackupIsRunning = 'Copying...'

DeleteStorageConfirmation_Header = 'Delete backup storage'
DeleteStorageConfirmation_Description = 'All backup copies and backup settings related to the storage ' + $StorageName + ' will be deleted'

LocalStorageName = 'Local drive'
RemovableStorageName = 'Removable drive'
NetworkStorageName = 'Network drive'
FtpStorageName = 'FTP server'
OnlineStorageName = 'Online storage'
DropboxName = 'Dropbox'

LocalStorageNameWithRoot = 'Local drive (' + $Root + ')'
RemovableStorageNameWithRoot = 'Removable drive (' + $Root + ')'
NetworkStorageNameWithRoot = 'Network drive (' + $Root + ')'
FtpStorageNameWithRoot = 'FTP storage (' + $Root + ')'
StorageNameWithRoot = $Name + ' (' + $Root + ')'


RestoreData_ActionName = 'Restore files'
RunBackupTask_ActionName = 'Run'
EditStorage_ActionName = 'Change settings'
ClearStorage_ActionName = 'Clean up storage'
DeleteStorage_ActionName = 'Delete storage'
EditTask_ActionName = 'Change settings'
DeleteTask_ActionName = 'Delete settings'
AuthorizeOnlineStorage_ActionName = 'Log in to Dropbox'
UpdateStorageStatus_ActionName = 'Update status'

RunBackupTask_DescriptionRunning = 'Backup is in progress... ' 
RunBackupTask_DescriptionCalculating = 'Preparing data...' 
RunBackupTask_DescriptionPaused = 'Backup paused' 
RunBackupTask_ElapsedTime = 'Elapsed time: ' + $ElapsedTime
RunBackupTask_Completed = 'Completed ' + $TimePeriod + ','
RunBackupTask_Canceled = 'Canceled,'
RunBackupTask_CompletedWithError = 'Completed with an error,'
RunBackupTask_StopTaskToolTip = 'Cancel backup'
RunBackupTask_PauseTaskToolTip = 'Pause backup'
RunBackupTask_ResumeTaskToolTip = 'Resume backup'

ShowReports = 'details'

BackupTaskResult_Ok = 'Completed successfully'
BackupTaskResult_StorageDbReadError = 'Database error related to storages'
BackupTaskResult_StoragePathInvalid = StoragePathInvalidError
BackupTaskResult_StorageCanNotOpen = StorageCannotOpenError
BackupTaskResult_NeworkNotAvailable = NetworkNotAvailableError
BackupTaskResult_WrongLoginOrPassword = 'Incorrect user name or password'
BackupTaskResult_WrongLogin = BackupTaskResult_WrongLoginOrPassword
BackupTaskResult_WrongPassword = BackupTaskResult_WrongLoginOrPassword
BackupTaskResult_StoragePasswordError = 'Incorrect password to storage specified'
BackupTaskResult_NotValidBackupSource = 'A folder from the storage with backup copies was added.'
BackupTaskResult_FunctionalityNotAvailable = 'License issues'
BackupTaskResult_StorageBusy = StorageBusyError
BackupTaskResult_OnlineBackupProviderNotAvailable  = 'Provider is not available'
BackupTaskResult_NotEnoughDiskSpace = 'Out of space'
BackupTaskResult_OnlineBackupNotEnoughSpace = 'Not enough space in Online storage'
BackupTaskResult_StorageNotFound  = 'Storage not found'
BackupTaskResult_AccessDenied = 'Access blocked'
BackupTaskResult_InvalidStorageVersion = 'Invalid storage version'
BackupTaskResult_OperationCanceled = 'Operation canceled'
BackupTaskResult_StorageWriteError = StorageWriteError
BackupTaskResult_StorageReadError = StorageReadError
BackupTaskResult_FileExists = FileExists
BackupTaskResult_LocalFileReadError = LocalFileReadError
BackupTaskResult_LocalFileWriteError = LocalFileWriteError
BackupTaskResult_BackupDbError = BackupDbError
BackupTaskResult_UndefinedError = UnknownError
BackupTaskResult_InvalidUserCredentials = LogonFailedError

Mondays   = 'Mondays'
Tuesdays  = 'Tuesdays'
Wednsdays = 'Wednesdays'
Thursdays = 'Thursdays'
Fridays   = 'Fridays'
Saturdays = 'Saturdays'
Sundays   = 'Sundays'

Schedule_Manual     = 'on demand' 
Schedule_Daily      = 'daily'
Schedule_OnWeekDays = 'every weekday'
Schedule_OnWeekEnds = 'every weekend'
Schedule_Weekly     = 'weekly'
Schedule_Monthly    = 'monthly'

UsedSpace     = 'Used: ' + $Size
RequiredSpace = 'Required: ' + $Size
MissingSpace  = $Size + ' more needed'
FreeAndTotalSpace = 'Available: ' + $FreeSpace + ' of ' + $TotalSpace 
UnknownSpace  = 'Storage size is unknown'

AddFolder      = 'Add folder'
FolderName     = 'Name'
FolderLocation = 'Location'
FilesCount     = 'Number of files'
Size           = 'Size'
Selected       = 'Selected: '

SelectAll  = 'Select all'
UncheckAll = 'Clear all'

StorageSettingsWizardHeader = 'Edit storage settings'
BackupTaskWizardHeader = 'Create backup copies of files'
SelectCategoryPage_Header = 'Select files for backup'
SelectCategoryPage_UseCategory = 'Create backup copies of specified file types'
SelectCategoryPage_NotUseCategory = 'Create backup copies of files from specified folders'
SelectCategoryPage_MyDocumentsAndDesktop = 'All files from My Documents and the Desktop'
SelectCategoryPage_Images = 'All pictures and photos'
SelectCategoryPage_Video = 'All movies and videos'
SelectCategoryPage_Audio = 'All audio files'
SelectStoragePage_Description = 'Select backup storage'
SelectStoragePage_Select = 'Specify where to store backup copies of files:'
SelectStoragePage_Configure = 'Use advanced storage settings'
SchedulePage_Header = 'Backup schedule'
SchedulePage_Description = 'Specify how often you want to create backup copies of files'
SchedulePage_Additional = 'Additional'
SchedulePage_Run = 'Run backup:'
SchedulePage_Week = 'Day of the week:'
SchedulePage_Mondays   = 'Monday'
SchedulePage_Tuesdays  = 'Tuesday'
SchedulePage_Wednsdays = 'Wednesday'
SchedulePage_Thursdays = 'Thursday'
SchedulePage_Fridays   = 'Friday'
SchedulePage_Saturdays = 'Saturday'
SchedulePage_Sundays   = 'Sunday'
SchedulePage_AtTime = 'At:'
SchedulePage_RunSkippedTasks = 'Run scheduled backup at computer startup if it was turned off at the specified time'
SchedulePage_RunAutomaticaly = 'Run backup on connecting the removable drive'
SchedulePage_OnFirstDayOfMonth = 'The backup will be run on the first day of the month.'
UserAccount = 'User account'
StartTaskAs = 'Run backup as:'
StartTaskAsInfo = 'An account is required to get access to files during backup.'
PasswordIsNeeded = 'An account is required to get access to files during backup. To create backup tasks, an account with a password is required.'

UserIsNotFound = 'User not found.'
PasswordCannotBeEmpty = 'An account with a password is required.'
PasswordIsNotCorrect = 'Authorization failed. Check your Windows settings and entered data and try again.'
PredefinedBackupFileCategory_AllFiles		= 'All files'
PredefinedBackupFileCategory_VideoFiles		= 'Video'
PredefinedBackupFileCategory_AudioFiles		= 'Audio'
PredefinedBackupFileCategory_ImageFiles		= 'Images'
PredefinedBackupFileCategory_Documents		= 'Documents'
PredefinedBackupFileCategory_FinancialFiles	= 'Financial documents'
PredefinedBackupFileCategory_OtherFiles		= 'Other file types'
PredefinedBackupFolder_Desktop     = 'Desktop'
PredefinedBackupFolder_MyDocuments = 'My Documents'
BackupTaskName = $Category + ' from ' + $Folder
BackupTaskNameAudioFiles = 'Backup copies of audio files'
BackupTaskNameImages = 'Backup copies of images'
BackupTaskNameVideoFiles = 'Backup copies of video files'
BackupTaskNameMyDocumentsAndDesktop = 'Backup copies of files from My Documents folder and from Desktop'
BackupDefaultTaskName = 'Backup task'

StorageConnectionSettingsPage_Header = 'Storage connection settings'

StorageSummaryPage_Header = 'Storage settings'
StorageSummaryPage_StorageName = 'Storage name: '
StorageSummaryPage_StoragePath = 'Path to storage:'
StorageSummaryPage_IsEncrypted = 'Data Encryption:'
StorageSummaryPage_Username = 'User name:'
StorageSummaryPage_FtpServer = 'FTP server:'
StorageSummaryPage_NetworkDisk = 'Network drive:'
StorageSummaryPage_FtpPort = 'Port:'
StorageSummaryPage_FtpMode = 'FTP mode:'
StorageSummaryPage_HistoryVersions = 'Versions of backup copies to store:'
StorageSummaryPage_HistoryDays = 'Keep old versions of backup copies for:'
StorageSummaryPage_HistoryDaysCount = $Days + ' ' + {$Days: 'day', 'days'}
StorageSummaryPage_Encrypted = 'enabled'
StorageSummaryPage_NotEcrypted = 'disabled'
StorageSummaryPage_UnlimitedVersions = 'unlimited'
StorageSummaryPage_UnlimitedDays = 'unlimited'

DeleteTaskConfirmationDialog_Header = 'Delete backup settings'
DeleteTaskConfirmationDialog_Descryption = 'Are you sure that you want to delete the backup settings of \'' + $Name + '\'?'
DeleteTaskConfirmationDialog_RemoveBackupData = 'Delete linked backup copies of files'
DeleteTaskConfirmationDialog_Warning = 'Once you delete backup copies, you will not be able to restore them.'

SelectStorageView_FindBackupData = 'Find backup copies'
SelectStorageView_Title = 'Search for backup copies'
TasksInStorage_RequiredSpace = 'Restore requires at least ' + $Size

AddStorageView_Connect = 'Connect storage'
AddStorageView_Create = 'Add storage'
AddStorageView_SelectLocalPathDialogTitle = 'Select folder for backup'
AddStorageView_SelectNetworkPathDialogTitle = 'Select folder'
AddStorageView_NoRemovableDevices = 'No external devices connected \nto the computer are detected'
AddStorageView_InProgress = 'Preparing storage'
AddStorageView_InProgressDescription = 'Storage preparation is in progress. This may take some time. Please wait...'

Dropbox_NeedAuthorization = 'To connect your Dropbox storage, log in to dropbox.com.'
Dropbox_NeedAuthorizationNote = 'The website dropbox.com will open automatically.'

RestoreSelectFilesHeader = 'Restore files from backup copies' 
RestoreSelectSnapshotLabel = 'Backup date / time:'
RestoreSelectCategoryLabel = 'File type:'
RestoreSelectedFiles = 'Restore selected files'
SelectRestoreFiles_OpenFilePreviewMenu = 'Open file'
SelectRestoreFiles_FileVersionsMenu = 'Versions of backup copies of file'
SelectRestoreFiles_RestoreLatestVersionMenu = 'Restore the latest backup copy version'
SelectRestoreFiles_AllBackupData = 'All data'
SelectRestoreFiles_NameColumn = 'Name'
SelectRestoreFiles_VersionsColumn = 'Version'
SelectRestoreFiles_SizeColumn = 'Size'
SelectRestoreFiles_TypeColumn = 'Extension'
SelectRestoreFiles_SourceColumn = 'Original folder'
SelectRestoreFiles_CategoryColumn = 'Type'
SelectRestoreFiles_FolderColumn = 'Folder'

SelectRestoreFiles_SelectedFiles = 'Selected: ' + $FilesCount + ' ' + {$FilesCount: 'file', 'files'} + ' (' + $FilesSize + ')'
SelectRestoreFiles_HideDeleted = 'Do not show deleted files'
SelectRestoreFiles_HideDeletedDescription = 'Using backup copies, you can restore files that were deleted from the original folder. If you do not want to restore deleted files, select the "Do not show deleted files" check box.'
SelectRestoreFiles_PreparingRestoreFilesList = 'Preparing the list of files to restore'
SelectRestoreFiles_ReadingStorageData = 'Loading information about backup copies'
SelectRestoreFiles_NoData = 'The storage ' + $StorageName + ' has no backup copies from this set yet'

SelectRestoreFiles_StoragesDatabaseError = 'Failed to receive information about the storage'
SelectRestoreFiles_StoragesDatabaseErrorDesc = 'Information about storages may be damaged. Please try again.'
SelectRestoreFiles_StorageMetadataError = 'Cannot open storage'
SelectRestoreFiles_StorageMetadataErrorDesc = 'Failed to read data from the ' + $StorageName + ' storage. Make sure that the storage is available and try again.'
SelectRestoreFiles_OnlineStorageAuthError = 'Failed to connect to Online storage'
SelectRestoreFiles_OnlineStorageAuthErrorDesc = 'The application is not allowed to connect to ' + $StorageName + '. Make sure that access to the storage for this application is allowed, and retry.'
SelectRestoreFiles_NetworkStorageAuthError = 'Failed to connect storage'
SelectRestoreFiles_NetworkStorageAuthErrorDesc = 'The application is not allowed to connect to ' + $StorageName + '. Make sure that the user name and password are correct, and retry.'
SelectRestoreFiles_NetworkError = 'Failed to connect to Online storage'
SelectRestoreFiles_NetworkErrorDesc = 'Check your Internet connection and proxy server settings and try again.'
SelectRestoreFiles_BackupMetadataError = 'Cannot download information about backup copies'
SelectRestoreFiles_BackupMetadataErrorDesc = 'Failed to read data from the ' + $StorageName + ' storage. Make sure that the storage is available and try again.'
SelectRestoreFiles_PrepareRestoreFilesError = 'Failed to prepare the list of files to restore'
SelectRestoreFiles_PrepareRestoreFilesErrorDesc = 'Failed to read data from the ' + $StorageName + ' storage. Make sure that the storage is available and try again.'
SelectRestoreFiles_InvalidPasswordError = 'Cannot open storage'
SelectRestoreFiles_InvalidPasswordErrorDesc = 'Incorrect password to storage ' + $StorageName + ' has been entered. Please try again.'
SelectRestoreFiles_PasswordRequestCancelled = 'Cannot open storage'
SelectRestoreFiles_PasswordRequestCancelledDesc = 'Enter password to access data in the storage.'
SelectRestoreFiles_UnknownError = 'Cannot download information about backup copies'
SelectRestoreFiles_UnknownErrorDesc = 'Failed to read data from the ' + $StorageName + ' storage. Make sure that the storage is available and try again.'
SelectRestoreFiles_NoError = ''
SelectRestoreFiles_NoErrorDesc = ''

SelectRestoreFiles_ReloadData = 'Retry'

SelectRestoreFiles_SwitchToListView = 'View as list'
SelectRestoreFiles_SwitchToTreeView = 'View folder structure'

FileVersionsDialog_Title = 'Versions of backup copies of file'
FileVersionsDialog_Description = 'Select backup copy version to restore'
FileVersionsDialog_Restore = 'Restore backup copy version'
FileVersionsDialog_Open = 'Open'
FileVersionsDialog_FileName = 'File name'
FileVersionsDialog_Version = 'Version'
FileVersionsDialog_Snapshot = 'Creation date'

SelectRestorePathDialog_Title = 'Restore data'
SelectRestorePathDialog_Description = 'Select where to place restored files'
SelectRestorePathDialog_ToInitialPath = 'Original folder'
SelectRestorePathDialog_ToInitialPathDescription = 'Restored files are placed in the folder where the original files were or are being stored.'
SelectRestorePathDialog_ToCustomPath = 'Specified folder'
SelectRestorePathDialog_ToCustomPathDescription = 'Restored files are placed in the folder that you have specified. The folder structure will not be changed.'
SelectRestorePathDialog_SelectFolderPathDialogTitle = 'Select where to place restored files'
SelectRestorePathDialog_SelectFolder = 'Select folder:'
SelectRestorePathDialog_Browse = 'Browse...'
SelectRestorePathDialog_Restore = 'Restore'
SelectRestorePathDialog_NameConflict = 'If file names conflict, '
SelectRestorePathDialog_AskUser = 'prompt for action'
SelectRestorePathDialog_ReplaceFile = 'replace file with backup copy'
SelectRestorePathDialog_SkipFile = 'do not restore this file'
SelectRestorePathDialog_KeepBothFiles = 'save both files'

RestoreProgressDialog_Title = 'Restore files'
RestoreProgressDialog_OriginalPath = 'Restored files are placed in the folder where the original files were or are being stored.'
RestoreProgressDialog_CustomPath = 'Restored files are placed in the folder that you have specified. The folder structure will not be changed.'
RestoreProgressDialog_FilesRestoredTitle = 'Files restored:'
RestoreProgressDialog_FilesRestored = $RestoredFiles + ' of ' + $TotalFiles
RestoreProgressDialog_ElapsedTime = 'Elapsed time:'
RestoreProgressDialog_CurrentFile = 'Restoring file:'
RestoreProgressDialog_Stop = 'Stop'

RestoreConflictDialog_Title = 'Restore files'
RestoreConflictDialog_CurrentFile = 'Restored file:'
RestoreConflictDialog_CurrentDirectory = 'Folder:'
RestoreConflictDialog_ReplaceFile = 'Replace file with backup copy'
RestoreConflictDialog_SkipFile = 'Do not restore this file'
RestoreConflictDialog_KeepBothFiles = 'Save both files'
RestoreConflictDialog_Retry = 'Retry'
RestoreConflictDialog_StopTask = 'Stop task'
RestoreConflictDialog_ApplyToAll = 'Apply this action to all similar cases'

StatisticsDialog_Title = 'Restore files'
StatisticsDialog_CompletedSuccessfully = 'Restore completed successfully'
StatisticsDialog_CompletedWithErrors = 'Restore completed with errors'
StatisticsDialog_ElapsedTimeCaption = 'Elapsed time:'
StatisticsDialog_FilesRestoredCaption = 'Restored:'
StatisticsDialog_FilesRestored = $RestoredFiles + ' of ' + $TotalFiles
StatisticsDialog_SkippedCaption = 'Skipped:'
StatisticsDialog_ErrorsCaption = 'Errors:'
StatisticsDialog_OpenInExplorer = 'Open in Windows Explorer'
StatisticsDialog_ShowReport = 'Show report'

SummaryPage_Header = 'Name of set of backup copies'
SummaryPage_BackupTaskName = 'Name:'
SummaryPage_Error_TaskShouldBeNamed = 'Name field cannot be blank'
SummaryPage_Error_StorageShouldBeNamed = 'Name field cannot be blank'
SummaryPage_Error_TaskAllreadyExist = 'A set of backup copies with this name already exists'
SummaryPage_Error_NameHasInvalidSymbols = 'Name contains illegal symbols: \\:\"*?<>|'
SummaryPage_StorageName = 'Storage:'
SummaryPage_BackupTaskData = 'Data:'
SummaryPage_TotalFiles = '(' + $Files + ' ' + {$Files: 'file', 'files'} + ')'
SummaryPage_BackupTaskSchedule = 'Run mode:'
SummaryPage_RunSkippedTasks = 'Run scheduled backup at computer startup if it was turned off at the specified time'
SummaryPage_RunAutomaticaly = 'Run on connecting the removable drive'
SummaryPage_ScheduleModeAndTime = $ScheduleMode + ' at ' + $Time
SummaryPage_ScheduleModeDayOfWeekAndTime = $ScheduleMode + ' on ' + $DayOfWeek + ' at ' + $Time
SummaryPage_ScheduleModeDayOfMonthAndTime = $ScheduleMode + ' on the first day of month at ' + $Time
SummaryPage_StartTaskOnComplete = 'Run backup upon wizard completion'

RestoreUtilityPage_Header = 'Restore Utility'
RestoreUtilityPage_Copy = 'Copy Kaspersky Restore Utility to storage'
RestoreUtilityPage_Description = 'To restore data on the computer which has no Kaspersky Total Security installed or which has a corrupted version of Kaspersky Total Security installed, you may use a special Kaspersky Restore Utility.'
PasswordPage_Header = 'Password protection'
PasswordPage_Enable = 'Enable password protection'
PasswordPage_Description = 'Using passwords protects your files from unauthorized access. The password will extend to all backup copies in this storage.'
PasswordPage_Password = 'Password for access to backup copies:'
PasswordPage_Confirmation = 'Confirm password:'
PasswordPage_WarningHeader = 'A forgotten password cannot be recovered'
PasswordPage_WarningDescription = 'Restoring files from this backup copy without a password is not possible.'
PasswordPage_EmptyPasswordError = 'Password field cannot be blank'
PasswordPage_ConfirmationDoesNotMatch = 'Passwords do not match'
FileVersionsPage_Header = 'File versions storage settings'
FileVersionsPage_LimitVersions = 'Restrict the number of versions of backup copies'
FileVersionsPage_LimitVersionsNote = 'During each backup, the application checks whether the file has changed since the previous backup. If the file has changed, the application creates a new version of its backup copy in the storage. The previous version of the backup copy is also saved in the storage. You can restrict the number of versions of backup copies of the file in the storage.'
FileVersionsPage_LimitTime = 'Restrict storage period for versions of backup copies'
FileVersionsPage_LimitTimeNote = 'You can restrict the storage period for each version of the backup copy of a file. Older versions of backup copies of the file will be automatically deleted. The last saved version of the backup copy of the file will be stored indefinitely.'
FileVersionsPage_NumberOfVersions = 'Versions of backup copies to store:'
FileVersionsPage_Time = 'Keep old versions of backup copies for:'
FileVersionsPage_Days = 'days'
FileVersionsPage_Weeks = 'weeks'
CategoryPage_Files = $Files + ' ' + {$Files: 'file', 'files'}
CategoryPage_Separator = ','
CreateStoragePage_Header = 'Preparing storage for backup copies'
CreateStoragePage_InProgressDescription = 'Configuring the storage for backup copies.\nThis may take some time.'
CreateStoragePage_Error = 'Failed to configure storage'
CreateStoragePage_ErrorDescription = 'Check storage availability and retry, or select another storage.'
CreateStoragePage_Retry = 'Retry'
StoragePreparedPage_Header = 'Preparing storage for backup copies'
StoragePreparedPage_Completed = 'Storage successfully prepared.'
StoragePreparedPage_Note = 'Everything is ready for backup.'
SelectFoldersPage_Header = 'Select folders for backup'
SelectFoldersPage_DragAndDropInfo = 'You can add folders by dragging them to this window.'
SelectFoldersPage_SelectPathDialogTitle = 'Select folder for backup'
SelectFoldersPage_SetupCategories = 'Limit backup by file types'
CategoriesPage_Header = 'Select file types for backup'
CategoriesPage_Categories = 'Select file types:'
CategoriesPage_Folders = 'You have selected these folders for backup:'
CategoriesPage_CategoriesInfo = 'File types that are selected will be copied from specified folders. Other types of files will be ignored.'
CategoriesPage_Audio      = 'Audio: '
CategoriesPage_Images     = 'Images: '
CategoriesPage_Video      = 'Video: '
CategoriesPage_Documents  = 'Documents: '
CategoriesPage_Financial  = 'Financial documents: '
CategoriesPage_Other   = 'Other file types: '
FilesInCategory = '(' + $Files + ')'

SelectFilesByCategory_Title = 'Files selected for backup'
SelectFilesByCategory_Audio      = 'Audio'
SelectFilesByCategory_Images     = 'Images'
SelectFilesByCategory_Video      = 'Video'
SelectFilesByCategory_Documents  = 'Documents'
SelectFilesByCategory_Financial  = 'Financial documents'
SelectFilesByCategory_Hidden     = 'Hidden files'
SelectFilesByCategory_System     = 'System files'
SelectFilesByCategory_Other   = 'Other file types'
SelectFilesByCategory_FilesInCategory = $Files + ' ' + {$Files: 'file', 'files'}

WelcomeToBackup = 'Create copies of valuable data'
WelcomePageDescription = 'You can rescue valuable data even if something causes physical damage to the computer. Back up your files regularly to a removable drive or online storage.'
SelectDataForRestore = 'Restore files from my set of backup copies'
SelectDataForBackup = 'Select files for backup'

AddStorageInProgressCaption = 'Connecting backup storage'
ConnectStorageCaption = 'Connect storage'
CreateStorageCaption = 'Add network storage'
ConnectStorage = 'Connect existing storage'
CreateStorage = 'Add network storage'

ConnectStorageErrorTitle = 'Connect backup storage'
CreateStorageErrorTitle  = 'Create storage'
CleanupStorageErrorTitle = 'Clean up storage'
DeleteStorageErrorTitle =  'Delete storage'

StorageNotFoundError       = 'The specified folder is not a storage for files compatible with the application'
AccessDeniedError          = 'Access to specified folder is denied'
StorageExistsError         = 'The specified folder already contains a backup storage'
StorageConnectedError      = 'This storage is already connected'
StorageBusyError           = 'Storage is blocked'
UndefinedError             = 'Unknown error'
StoragePathInvalidError    = 'Incorrect path to storage'
NetworkNotAvailableError   = 'Network is not available'
StorageCannotOpenError     = 'Cannot open storage'
OnlineStorageAuthError     = 'Could not log in to Online storage'
NetworkStorageAuthError    = 'Failed to connect storage'
OutOfSpaceError            = 'Not enough space to create storage'
InvalidPasswordError       = 'Cannot access storage: invalid password'
StorageReadError           = 'Failed to retrieve data from storage'
StorageWriteError          = 'Failed to write data to storage'
FileExists				   = 'Restored file already exists'
LocalFileReadError         = 'Failed to open file'
LocalFileWriteError        = 'Failed to save file'
UnknownError               = 'Backup error'
NotValidBackupSourceError  = BackupTaskResult_NotValidBackupSource
FunctionalityNotAvailableError        = BackupTaskResult_FunctionalityNotAvailable
OnlineBackupProviderNotAvailableError = BackupTaskResult_OnlineBackupProviderNotAvailable
OnlineBackupNotEnoughSpaceError       = BackupTaskResult_NotEnoughDiskSpace
BackupDbError				= 'Failed to receive information about backup copies'
UnsupportedStorageVersionError	= 'This version of backup storage is not supported'
LogonFailedError			= 'The task settings contain an invalid password for this user'

StorageNotFoundDescription		= 'Try another storage or specify another path. By default, backup copies are stored in the Backup folder on drive C.'
AccessDeniedDescription			= 'Check if you have access rights for the selected folder. Verify the user name and password.'
StorageExistsDescription		= 'Specify another path.'
StorageConnectedDescription     = 'Specify another path.'
StorageBusyDescription			= 'Please try again later.'
UndefinedDescription			= StorageNotFoundDescription
StoragePathInvalidDescription	= StorageNotFoundDescription
NetworkNotAvailableDescription	= ''
StorageCannotOpenDescription	= StorageNotFoundDescription
OnlineStorageAuthDescription	= ''
NetworkStorageAuthDescription	= 'Verify the user name and password.'
OutOfSpaceErrorDescription		= ''
InvalidPasswordErrorDescription = ''
UnsupportedStorageVersionErrorDescription	= 'Try installing a newer version of the application'

AskPasswordDialogTitle = 'Enter password'
AskPasswordDialogCaption = 'Enter your password to access the storage'
Password = 'Password:'
EnterPassword = 'Enter password to access ' + $Storage + ''

NetworkSettingsLabel = 'Network drive connection settings'
FtpSettingsLabel     = 'FTP server connection settings'
UserName             = 'User name:'
Disk                 = 'Disk:'
Path                 = 'Folder:'
Port                 = 'Port:'
Server               = 'Server:'
FtpMode              = 'Mode:'
FtpActive            = 'active'
FtpPassive           = 'passive'
BadPassword          = 'Incorrect user name or password.'

Cleanup_Title       = 'Clean up storage'
Cleanup_Description = 'Select which files to delete:'
Cleanup_Note        = 'If there is not enough space on the storage drive, you can free up space by deleting unnecessary files.'
Cleanup_OldBackups  = 'Backup copies created earlier than:'
Cleanup_OldVersions = 'Previous versions of backup copies'
Cleanup_Version     = 'Number of versions of backup copies to keep:'
Cleanup_Deleted     = 'Backup copies of files whose originals were deleted'
Cleanup_FreeSpace   = 'Free after cleanup: ' + $Size

CreateOnlineStorage      = 'Activate'
AuthorizeOnlineStorage   = 'Log in'
UpdateOnlineStorageState = 'Retry'
RemoveOnlineStorageState = 'Remove the storage'
CancelAuthorization      = 'Cancel'
LearnAboutOnlineStorage  = '<a href="https://www.dropbox.com/">Learn more</a>'
OnlineFreeSpace          = 'Available ' + $Size + ', <a href="https://www.dropbox.com/getspace">Increase</a>'

LoadingInProgress			= 'Connecting to the server...'
NoNetworkConnection			= 'No Internet connection'
BackupServiceNotAvailable	= 'Online storage is not available now'
NotAuthorized				= 'Could not log in to Online storage'
OutOfSpace					= 'Not enough space in Online storage'
UpdateStorage = 'Update status'

LicenseIsLimited = 'Creating backup copies is not available due to a license problem. You can restore files from previously created copies.'
ChooseDate = 'Choose date'

BackupTileState_TaskFailed          = 'Not completed'
BackupTileState_TaskInterrupted     = 'Not completed'
BackupTileState_BackupNotConfigured = 'Not configured'

PasswordIncorrect = 'Invalid password'

BrowserStub_DropboxOpenAuthSuccessHeader = 'Storage connected successfully'
BrowserStub_DropboxOpenAuthSuccessDescription = 'Go to the application window to continue.'
BrowserStub_DropboxOpenAuthFailureHeader = 'Storage has not been connected'
BrowserStub_DropboxOpenAuthFailureDescription = 'Select another storage in the application window.'
BrowserStub_DropboxOpenAuthCanClose = 'You can close this tab.'