Files
duplicati/Duplicati/Localization/report.ru-RU.csv
T
2012-12-08 12:07:58 +00:00

333 KiB

1CommandLine\Decrypter\Strings\Program.ru-RU.resxProgramUsageupdatedUsage: Duplicati.CommandLine.Decrypter.exe <passphrase> <inputfile> <outputfile>Использование: Duplicati.CommandLine.Decrypter.exe <пароль> <входной файл> <файл-результат>
2CommandLine\Strings\Program.ru-RU.resxAddedFoldersHeaderupdatedAdded foldersДобавленные папки
3CommandLine\Strings\Program.ru-RU.resxCollectionStatusHeaderupdatedFound {0} backup chains on backend Type\tTime\t\t\tVolumes\tSizeНайдено {0} цепочек копирования on backend Тип\tВремя\t\t\tТома\tРазмер
4CommandLine\Strings\Program.ru-RU.resxCollectionStatusLineFullupdatedFull\t{0}\t{1}\t{2}Полный\t{0}\t{1}\t{2}
5CommandLine\Strings\Program.ru-RU.resxCollectionStatusLineIncupdated Inc\t{0}\t{1}\t{2}Инкрементальный\t{0}\t{1}\t{2}
6CommandLine\Strings\Program.ru-RU.resxControlFilesHeaderupdatedControl filesУправляющие файлы
7CommandLine\Strings\Program.ru-RU.resxDeletedFilesHeaderupdatedDeleted filesУдаленные файлы
8CommandLine\Strings\Program.ru-RU.resxDeletedFoldersHeaderupdatedDeleted foldersУдаленный папки
9CommandLine\Strings\Program.ru-RU.resxDuplicatiOptionsHeaderupdatedDuplicati options:Настройки:
10CommandLine\Strings\Program.ru-RU.resxFileEntryNotFoundupdated< not found >< не найден >
11CommandLine\Strings\Program.ru-RU.resxFindLastVersionEntrynot-updated{0}\t{1}
12CommandLine\Strings\Program.ru-RU.resxFindLastVersionHeaderupdatedBackuptime\t\tFilenameКогда копировался\t\tИмя файла
13CommandLine\Strings\Program.ru-RU.resxFolderCreatedMessageupdatedThe folder {0} was createdПапка {0} создана
14CommandLine\Strings\Program.ru-RU.resxGenericModulesHeaderupdatedSupported generic modules:Поддерживаемые стандартные модули
15CommandLine\Strings\Program.ru-RU.resxIntegerParseErrorupdatedUnable to parse "{0}" into a numberНе распознать в строке "{0}" номер
16CommandLine\Strings\Program.ru-RU.resxInternalOptionUsedErrorupdatedThe option --{0} was supplied, but it is reserved for internal use and may not be set on the commandlineКлюч --{0} зарезервирован для внутренних задач программы, вы не должны его использовать
17CommandLine\Strings\Program.ru-RU.resxModifiedFilesHeaderupdatedModified filesИзмененные файлы
18CommandLine\Strings\Program.ru-RU.resxModuleIsLoadedAutomaticallyupdatedModule is loaded atomatically, use --disable-module to prevent thisМодуль загружен автоматически, используйте --disable-module, чтобы он не загружался
19CommandLine\Strings\Program.ru-RU.resxModuleIsNotLoadedAutomaticallyupdatedModule is not loaded atomatically, use --enable-module to load itМодуль не загружен автоматически, используйте --enable-module, чтобы он загружался
20CommandLine\Strings\Program.ru-RU.resxNewFilesHeaderupdatedNew filesНовые файлы
21CommandLine\Strings\Program.ru-RU.resxNewOrModifiedFilesHeaderupdatedNew/Modified filesНовые/измененные файлы
22CommandLine\Strings\Program.ru-RU.resxProgramUsageBackendupdatedA <backend> is identified by an url like ftp://host/ or ssh://server/. Using this system, Duplicati can detect if you want to backup or restore. The cleanup and delete commands do not delete files, unless the --force option is specified, so you may examine what files are affected, before actually deleting the files. The cleanup command should not be used unless a backup was interrupted and has left partial files. Duplicati will inform you if this happens. The delete command can be used to remove backup sets when newer backups are present.<backend> определяется URL вида ftp://host/ или ssh://server/. Таким образом прогорамма может понять, хотите ли вы сделать резервную копию или восстановить фаайлы из копии. Команды cleanup и delete не удаляют файлы, если только не укзаан ключ --force, так что вы можете посмотреть, какие файлы будут удалены, прежде чем на самом деле удалить эти файлы. Команду cleanup не следует использовать, если только резервное копирование было прервано и остались частично переданные файлы. Программа сообщит вам, если это произойдет. Команда delete может быть использована для удаления старых резервных копий, когда уже есть более новые резервные копии.
23CommandLine\Strings\Program.ru-RU.resxProgramUsageBackupupdatedBackup (make a full or incremental backup): Duplicati.CommandLine [full] [options] <sourcefolder> <backend>Backup (выполнить полное или инкрементальное копирование): Duplicati.CommandLine [full] [options] <исходный каталог> <backend>
24CommandLine\Strings\Program.ru-RU.resxProgramUsageCleanupupdatedCleanup (remove partial and unused files): Duplicati.CommandLine cleanup [options] <backend>Cleanup (удалить неполные или неиспользуемые файлы)): Duplicati.CommandLine cleanup [options] <backend>
25CommandLine\Strings\Program.ru-RU.resxProgramUsageCreateFoldersupdatedCreate folder (usually done automatically): Duplicati.CommandLine create-folder [options] <backend>Создать папку (обычно выполняется автоматически): Duplicati.CommandLine create-folder [options] <backend>
26CommandLine\Strings\Program.ru-RU.resxProgramUsageDeleteOldupdatedDelete old backups: Duplicati.CommandLine delete-all-but-n-full <number of full backups to keep> [options] <backend> Duplicati.CommandLine delete-older-than <max allowed age> [options] <backend>Удалить старые резервные копии: Duplicati.CommandLine delete-all-but-n-full <number of full backups to keep> [options] <backend> Duplicati.CommandLine delete-older-than <max allowed age> [options] <backend>
27CommandLine\Strings\Program.ru-RU.resxProgramUsageFiltersupdatedFilters: Duplicati uses filters to include and exclude files. Duplicati uses a "first-touch" filter where the first rule that matches a file determines if the file is included or excluded. Internally Duplicati uses regular expression filters, but supports filters in the form of filename globbing. The order of the commandline arguments also determine what order they are applied in. An example: --include=*.txt --exclude=*\Thumbs.db --include=* Even though the last filter includes everything, no files named "Thumbs.db" are included because they match the exclude rule before the include rule. Paths are evaluated in full, and as paths that are relative to folder being backed up, but including a leading slash. An example: {0} If a folder is excluded, files in that folder are always excluded, even if there are filters that include files in that folder. If a folder is included with a wildcard at the end, all files are included, if the folder is included without a wildcard, files may be excluded or included with extra rules.Фильтры: Программа использует фильтры для включения или исключения файлов из списка копируемых. Программа использует "first-touch" где первое правило, которому соответствует файл, определяет, включать файл или исключать.Внутри программы в фильтрах используются регулярные выражения, но поддерживаются и filename globbing. Аргументы командной строки применяются в порядке их указания. Пример: --include=*.txt --exclude=*\Thumbs.db --include=* Хотя последний фильтр включает все файлы, файлы с именами "Thumbs.db" не включаются, так как они соответствуют правилу исключения, идущему раньше. Пути проверяются целиком, и пути относительно папки тоже копируются, но включая слэш в начале имени. Например: {0}    Если папка исключена, файлы из этой папки всегда исключаются, даже если есть фильтры, которые включают файлы из этой папку. Если папка включена согласно шаблону, то все файлы включены, если папка включается без шаблона, файлы могут быть исключены или включены дополнительными правилами фильтрации.
28CommandLine\Strings\Program.ru-RU.resxProgramUsageFindLastVersionupdatedFind the last version of a file: Duplicati.CommandLine find-last-version [options] --file-to-restore=<files to find> <backend>Найти последнюю версию файла: Duplicati.CommandLine find-last-version [options] --file-to-restore=<files to find> <backend>
29CommandLine\Strings\Program.ru-RU.resxProgramUsageHeaderupdated********** Duplicati v. {0} ********** Usage:**** Duplicati v. {0} - программа командной строки **** Использование:
30CommandLine\Strings\Program.ru-RU.resxProgramUsageListContentFilesupdatedList content files (files that can be restored): Duplicati.CommandLine list-current-files [options] <backend>Список файлов в копии (которые можно восстановить): Duplicati.CommandLine list-current-files [options] <backend>
31CommandLine\Strings\Program.ru-RU.resxProgramUsageListFilesupdatedList files: Duplicati.CommandLine list [options] <backend>Список файлов: Duplicati.CommandLine list [options] <backend>
32CommandLine\Strings\Program.ru-RU.resxProgramUsageListSetsupdatedList backup sets: Duplicati.CommandLine collection-status [options] <backend>Список резервных копий: Duplicati.CommandLine collection-status [options] <backend>
33CommandLine\Strings\Program.ru-RU.resxProgramUsageListSignatureFilesupdatedList signature files (files in a single backup volume set): Duplicati.CommandLine list-actual-signature-files [options] <backend>Список файл подписей (файлы в одном наборе копий): Duplicati.CommandLine list-actual-signature-files [options] <backend>
34CommandLine\Strings\Program.ru-RU.resxProgramUsageListSourceFoldersupdatedList source folders (folders backed up from): Duplicati.CommandLine list-source-folders [options] <backend>Список папок (из которых копируются файлы): Duplicati.CommandLine list-source-folders [options] <backend>
35CommandLine\Strings\Program.ru-RU.resxProgramUsageOptionTypesupdatedOption types: The following option types are available: Integer: a numerical value Boolean: a truth value, --force and --force=true are equivalent. --force=false is the opposite Timespan: a time in the special time format (explained below) Size: a size like 5mb or 200kb Enumeration: any of the listed values Path: the path to a folder or file String: any other typeТипы ключей: Доступны следующие типы ключей: Integer: числовое значение Boolean: значение истины, --force и --force=true означают одно и то же. --force=false противоположно Timespan: время в специальном формате (объяснено ниже) Size: размер, например 5Мб или 200Кб Enumeration: какое-либо из списка значений Path: путь к папке или файлу String: все другие типы
36CommandLine\Strings\Program.ru-RU.resxProgramUsagePurgeCacheupdatedPurge signature cache: Duplicati.CommandLine purge-signature-cache [options]Удалить кэш подписей: Duplicati.CommandLine purge-signature-cache [options]
37CommandLine\Strings\Program.ru-RU.resxProgramUsageRestoreupdatedRestore (restore all or some files): Duplicati.CommandLine [options] <backend> <destinationfolder>Restore (восстановить все или некоторые файлы): Duplicati.CommandLine [options] <backend> <destinationfolder>
38CommandLine\Strings\Program.ru-RU.resxProgramUsageTimesupdatedTimes: Duplicati uses the time system from duplicity, where times may be presented as: 1: the string "now", indicating the current time 2: the number of seconds after epoch, eg: 123456890 3: a string like "2009-03-26T08:30:00+01:00" 4: an interval string, using Y, M, W, D, h, m, s for Year, Month, Week, Day, hour, minute or second, eg: "1M4D" for one month and four days, or "5m" for five minutes.Времена: Время можно указать так: 1. строка "now", означает текущее время 2. число секунд, прошедших с 0:00 1 января 1970 г., например 123456890 3. строка типа "2009-03-26T08:30:00+01:00" 4: строка, в которой Y, M, W, D, h, m, s означает Год, Месяц, Неделю, День, час, минуту и секунду, например: "1M4D" - это 1 месяц и 4 дня, а "5m" - 5 минут.
39CommandLine\Strings\Program.ru-RU.resxProgramUsageVerifyupdatedVerify backup integrity: Duplicati.CommandLine verify <backend> --verification-level=manifest|signatures|fullПроверить целостность резервной копии: Duplicati.CommandLine verify <backend> --verification-level=manifest|signatures|full
40CommandLine\Strings\Program.ru-RU.resxSupportedBackendsHeaderupdatedSupported backends:Поддерживаемые модули:
41CommandLine\Strings\Program.ru-RU.resxSupportedCompressionModulesHeaderupdatedSupported compression modules:Поддерживаемые модули сжатия:
42CommandLine\Strings\Program.ru-RU.resxSupportedEncryptionModulesHeaderupdatedSupported encryption modules:Поддерживаемые модули шифрования:
43CommandLine\Strings\Program.ru-RU.resxSupportedOptionsHeaderupdatedSupported options:Поддерживаемые ключи:
44CommandLine\Strings\Program.ru-RU.resxSymlinksHeaderunusedЯрлыки
45CommandLine\Strings\Program.ru-RU.resxTimeParseErrorupdatedUnable to parse "{0}" into a time offset: {1}Не преобразовать "{0}" в сдвиг по времени: {1}
46CommandLine\Strings\Program.ru-RU.resxUnhandledExceptionupdatedAn error occured: {0}Ошибка: {0}
47CommandLine\Strings\Program.ru-RU.resxUnhandledInnerExceptionupdatedThe inner error message is: {0}Внутрення ошибка: {0}
48CommandLine\Strings\Program.ru-RU.resxUsageExampleLinuxupdatedDuplicati.CommandLine /home/user/ ftp://host/folder --exclude=/file.txt In this example the file "/home/user/file.txt" is excluded.Duplicati.CommandLine /home/user/ ftp://host/folder --exclude=/file.txt В этом примере файл "/home/user/file.txt" не будет копироваться.
49CommandLine\Strings\Program.ru-RU.resxUsageExampleWindowsupdatedDuplicati.CommandLine C:\Documents\Files ftp://host/folder --exclude=\file.txt In this example the file "C:\Documents\Files\file.txt" is excluded.Duplicati.CommandLine C:\Documents\Files ftp://host/folder --exclude=\file.txt В этом примере файл "C:\Documents\Files\file.txt" не будет копироваться.
50CommandLine\Strings\Program.ru-RU.resxVerificationCompletedupdatedVerification completed, summary: Manifest files verified: {0} Signature files verified: {1} Content files verified: {2} Errors: {3}Проверка завершена, результаты: Файл манифеста проверен: {0} Файл подписи проверен: {1} Файл с копиями проверен: {2} Ошибки: {3}
51CommandLine\Strings\Program.ru-RU.resxVerificationErrorHeaderupdatedReported error messages:Выданы сообщения об ошибках:
52CommandLine\Strings\Program.ru-RU.resxWrongNumberOfCommandsError_v2updatedFound {0} commands but expected {1}, commands: {2}Найдено {0} команд, а ожидалось {1}, команды: {2}
53GUI\ApplicationSetup.ru-RU.resx$this.TextupdatedDuplicati OptionsНастройки
54GUI\ApplicationSetup.ru-RU.resxAdvancedTab.TextupdatedAdvancedДополнительно
55GUI\ApplicationSetup.ru-RU.resxBalloonNotificationLevel.ToolTipupdatedChoose the level of notification given by balloon tipsВсплывающие сообщения
56GUI\ApplicationSetup.ru-RU.resxBandwidth.ToolTipupdatedSet the initial bandwidth limits to use in DuplicatiНачальное ограничение полосы пропускания
57GUI\ApplicationSetup.ru-RU.resxBasicTab.TextupdatedBasicОсновное
58GUI\ApplicationSetup.ru-RU.resxCacheSizeLabel.TextupdatedCalculating cache size...Подсчет размера кэша ...
59GUI\ApplicationSetup.ru-RU.resxCacheSizeLabel.ToolTipunusedРазмер папки кэша
60GUI\ApplicationSetup.ru-RU.resxCancelBtn.TextupdatedCancelОтмена
61GUI\ApplicationSetup.ru-RU.resxClearCacheButton.TextupdatedClear cacheОчистить кэш
62GUI\ApplicationSetup.ru-RU.resxClearCacheButton.ToolTipupdatedClear any signature files stored in cache. Signatures will be re-downloaded on next backup.Удалить все файлы подписей из кэша, они будут загружены снова при следующем копировании
63GUI\ApplicationSetup.ru-RU.resxCommonPassword.ToolTipupdatedEnter the default password to apply to new backupsВыберите модуль шифрования для всех новых копирований
64GUI\ApplicationSetup.ru-RU.resxEncryptionMethod.TextupdatedEncryption method:Шифрование
65GUI\ApplicationSetup.ru-RU.resxEncryptionMethod.ToolTipupdatedChoose the default encryption module to use for new backupsВыберите модуль шифрования для всех новых копирований
66GUI\ApplicationSetup.ru-RU.resxEncryptionModule.ToolTipupdatedChoose the default encryption module to use for new backupsВыберите модуль шифрования для всех новых копирований
67GUI\ApplicationSetup.ru-RU.resxgroupBox1.TextupdatedUser interfaceНастройки интерфейса пользователя
68GUI\ApplicationSetup.ru-RU.resxgroupBox2.TextupdatedCacheНастройки папки (Дополнительно)
69GUI\ApplicationSetup.ru-RU.resxgroupBox4.TextupdatedDefault throttle settingsНастройки копирования при старте
70GUI\ApplicationSetup.ru-RU.resxHideDonateButton.TextmissingHide Donate button on the main wizard page
71GUI\ApplicationSetup.ru-RU.resxlabel1.TextupdatedTime to display past backups in log:Показывать протокол в недавних
72GUI\ApplicationSetup.ru-RU.resxlabel1.ToolTipupdatedSelect the time a backup is displayed in the log window after completionКак долго запись о копировании сохраняется в протоколе после завершения копирования
73GUI\ApplicationSetup.ru-RU.resxlabel2.TextupdatedSections:Разделы
74GUI\ApplicationSetup.ru-RU.resxlabel3.TextupdatedLanguage:Язык интерфейса пользователя
75GUI\ApplicationSetup.ru-RU.resxlabel3.ToolTipupdatedSelect user interface language (requires restart)Выберите язык интерфейса пользователя (после изменения требуется перезапуск программы)
76GUI\ApplicationSetup.ru-RU.resxlabel4.TextupdatedTemporary folder:Временная папка
77GUI\ApplicationSetup.ru-RU.resxlabel4.ToolTipunusedУкажите папку для временных файлов
78GUI\ApplicationSetup.ru-RU.resxlabel5.TextunusedПароль
79GUI\ApplicationSetup.ru-RU.resxlabel5.ToolTipunusedВыберите модуль шифрования для всех новых копирований
80GUI\ApplicationSetup.ru-RU.resxlabel6.TextupdatedContent:Содержание
81GUI\ApplicationSetup.ru-RU.resxlabel7.TextupdatedTime to wait after startup:Пауза после запуска
82GUI\ApplicationSetup.ru-RU.resxlabel7.ToolTipupdatedSelect the amount of time Duplicati is paused after startupУкажите, как долго программа должна ждать на паузе после запуска
83GUI\ApplicationSetup.ru-RU.resxlabel8.TextupdatedBackup notifications:Всплывающие сообщения
84GUI\ApplicationSetup.ru-RU.resxlabel8.ToolTipupdatedChoose the level of notification given by balloon tipsВыберите уровень серьезности всплывающих сообщений
85GUI\ApplicationSetup.ru-RU.resxLanguageSelection.ToolTipupdatedChoose the language for the user interface (requires restart)Выберите язык интерфейса пользователя (после изменения требуется перезапуск программы)
86GUI\ApplicationSetup.ru-RU.resxLicenseLink.TextupdatedHomepageВеб-сайт
87GUI\ApplicationSetup.ru-RU.resxLicenseLink.ToolTipupdatedClick to go to the homepage of the currently selected sectionНажмите для перехода на веб-сайт с выбранным разделом
88GUI\ApplicationSetup.ru-RU.resxLicenseSections.ToolTipupdatedLists the available license sectionsСписок доступных разделов лицензии
89GUI\ApplicationSetup.ru-RU.resxLicenseTab.TextupdatedLicenseЛицензия
90GUI\ApplicationSetup.ru-RU.resxOKBtn.TextmissingOK
91GUI\ApplicationSetup.ru-RU.resxPasswordDefaultsGroup.TextupdatedDefault passwordПароль применится ко всем новым копированиям
92GUI\ApplicationSetup.ru-RU.resxRecentDuration.ToolTipupdatedSelect the time a backup is displayed in the log window after completionКак долго запись о копировании сохраняется в протоколе после завершения копирования
93GUI\ApplicationSetup.ru-RU.resxSignatureCacheEnabled.TextupdatedSignature cache:Кэш подписей
94GUI\ApplicationSetup.ru-RU.resxSignatureCacheEnabled.ToolTipupdatedA signature cache limits the amount of data Duplicati needs to download by keeping a copy on the machine, enabling this feature makes the backups fasterКэш подписей уменьшает объем загружаемых данных за счет их хранения на вашем компьютере. Включение этой функции ускоряет резервное копирование
95GUI\ApplicationSetup.ru-RU.resxSignatureCachePathBrowse.Textmissing...
96GUI\ApplicationSetup.ru-RU.resxSignatureCachePathBrowse.ToolTipupdatedBrowse for the signature cache folderУказать папку кэша подписей
97GUI\ApplicationSetup.ru-RU.resxStartupDelayDuration.ToolTipupdatedSelect the amount of time Duplicat is paused after startupКак долго программа должна ждать на паузе после запуска
98GUI\ApplicationSetup.ru-RU.resxTempPath.ToolTipupdatedEnter the path where Duplicati stores temporary filesУкажите папку для временных файлов
99GUI\ApplicationSetup.ru-RU.resxTempPathBrowse.Textmissing...
100GUI\ApplicationSetup.ru-RU.resxTempPathBrowse.ToolTipupdatedBrowse for the temporary folderУказать папку для временных файлов
101GUI\ApplicationSetup.ru-RU.resxThreadPriorityPicker.ToolTipupdatedSet the initial thread priority to be used by DuplicatiНачальный приоритет программы копирования
102GUI\ApplicationSetup.ru-RU.resxUseCommonPassword.TextupdatedUse password for new backups:Использовать пароль для резервных копий
103GUI\ApplicationSetup.ru-RU.resxUseCommonPassword.ToolTipupdatedEnable this to use the same password for multiple backupsРазрешить использовать один пароль для всех копий
104GUI\HelperControls\BackupFileList.ru-RU.resxchangeDestinationToolStripMenuItem.TextupdatedChange destination...Изменить место хранения...
105GUI\HelperControls\BackupFileList.ru-RU.resxfolderBrowserDialog.DescriptionupdatedSelect the folder to restore toВыберите, куда восстанавливать
106GUI\HelperControls\BackupFileList.ru-RU.resxLoadingIndicator.TextupdatedReading filelist, please wait ...Читаем список файлов, подождите, пожалуйста...
107GUI\HelperControls\BackupItems.ru-RU.resxstatusLabel.TextupdatedLoading list of backupsЗагрузка списка копирований
108GUI\HelperControls\BackupItems.ru-RU.resxviewFilesToolStripMenuItem.TextupdatedView contents ...Просмотр содержимого ...
109GUI\HelperControls\BandwidthLimit.ru-RU.resxDownloadLimitCheckbox.TextupdatedDownload limit (restore)Ограничение при загрузке
110GUI\HelperControls\BandwidthLimit.ru-RU.resxUploadLimitCheckbox.TextupdatedUpload limit (backup)Ограничение при передаче
111GUI\HelperControls\CommandLineOptionGrid.ru-RU.resxargumentDataGridViewTextBoxColumn.HeaderTextupdatedargumentаргумент
112GUI\HelperControls\CommandLineOptionGrid.ru-RU.resxdataGridViewTextBoxColumn1.HeaderTextupdatedargumentаргумент
113GUI\HelperControls\CommandLineOptionGrid.ru-RU.resxenabledDataGridViewCheckBoxColumn.HeaderTextupdatedEnabledРазрешено
114GUI\HelperControls\CommandLineOptionGrid.ru-RU.resxnameDataGridViewTextBoxColumn.HeaderTextupdatedNameНазвание
115GUI\HelperControls\CommandLineOptionGrid.ru-RU.resxvalueDataGridViewTextBoxColumn.HeaderTextupdatedValueЗначение
116GUI\HelperControls\DurationEditor.ru-RU.resxCustomDuration.Errormissings
117GUI\HelperControls\DurationEditor.ru-RU.resxEasyDuration.ItemsupdatedEach dayЕжедневно
118GUI\HelperControls\DurationEditor.ru-RU.resxEasyDuration.Items1updatedEach weekЕженедельно
119GUI\HelperControls\DurationEditor.ru-RU.resxEasyDuration.Items2updatedEach second weekРаз в две недели
120GUI\HelperControls\DurationEditor.ru-RU.resxEasyDuration.Items3updatedEach monthЕжемесячно
121GUI\HelperControls\DurationEditor.ru-RU.resxEasyDuration.Items4updatedCustom ...По-своему ...
122GUI\HelperControls\FilterDialog.ru-RU.resx$this.TextmissingFilterDialog
123GUI\HelperControls\FilterDialog.ru-RU.resxBrowseFileButton.Textmissing...
124GUI\HelperControls\FilterDialog.ru-RU.resxCancelBtn.TextupdatedCancelОтмена
125GUI\HelperControls\FilterDialog.ru-RU.resxExclusive.TextupdatedExclude files matching the filterИсключить файлы, отвечающие шаблону
126GUI\HelperControls\FilterDialog.ru-RU.resxfolderBrowserDialog.DescriptionupdatedSelect the folder path to use for the filterВыберите путь к папке для фильтра
127GUI\HelperControls\FilterDialog.ru-RU.resxHelpLink.TextupdatedFilter helpПомощь по фильтру
128GUI\HelperControls\FilterDialog.ru-RU.resxInclusive.TextupdatedInclude files matching the filterВключить файлы, отвечающие шаблону
129GUI\HelperControls\FilterDialog.ru-RU.resxIsRegExp.TextupdatedFilter is regular expressionШаблон - регулярное выражение
130GUI\HelperControls\FilterDialog.ru-RU.resxlabel1.TextupdatedFilterШаблон
131GUI\HelperControls\FilterDialog.ru-RU.resxOKBtn.TextmissingOK
132GUI\HelperControls\FilterDialog.ru-RU.resxopenFileDialog.FilterupdatedAll files (*.*)|*.*Все файлы (*.*)|*.*
133GUI\HelperControls\FilterDialog.ru-RU.resxopenFileDialog.TitleupdatedSelect the file to use for the filterВыбрать файлы для использования с фильтром
134GUI\HelperControls\FilterEditor.ru-RU.resxAddFilterButton.ToolTipTextupdatedAdd a new filterДобавить новый фильтр
135GUI\HelperControls\FilterEditor.ru-RU.resxbtnTestSearch.TextupdatedTest Search Selection...Выбор тестового поиска...
136GUI\HelperControls\FilterEditor.ru-RU.resxEditFilterButton.ToolTipTextupdatedEdit the selected filterИзменить выбранный фильтр
137GUI\HelperControls\FilterEditor.ru-RU.resxExcludeFolderButton.ToolTipTextupdatedAdds an excluded folder to the listДобавить исключенную папку в список
138GUI\HelperControls\FilterEditor.ru-RU.resxgroupBox1.TextupdatedFiltersФильтры:
139GUI\HelperControls\FilterEditor.ru-RU.resxHelpButton.TextupdatedFilter helpПомощь по фильтру
140GUI\HelperControls\FilterEditor.ru-RU.resxHelpButton.ToolTipTextupdatedOpens the Duplicati Filter usage Wiki pageОткрывает страницу помощи по фильтрам
141GUI\HelperControls\FilterEditor.ru-RU.resxIncludeFolderButton.ToolTipTextupdatedAdds an included folder to the listДобавляет включенную папку к списку
142GUI\HelperControls\FilterEditor.ru-RU.resxlabel1.TextupdatedTest a filename:Проверить имя файла
143GUI\HelperControls\FilterEditor.ru-RU.resxMoveFilterBottomButton.ToolTipTextupdatedMove the selected filter to the bottomПередвинуть выбранный фильтр в самый низ
144GUI\HelperControls\FilterEditor.ru-RU.resxMoveFilterDownButton.ToolTipTextupdatedMove the selected filter downПередвинуть выбранный фильтр вниз
145GUI\HelperControls\FilterEditor.ru-RU.resxMoveFilterTopButton.ToolTipTextupdatedMove the selected filter to the topПередвинуть выбранный фильтр наверх
146GUI\HelperControls\FilterEditor.ru-RU.resxMoveFilterUpButton.ToolTipTextupdatedMove the selected filter upПередвинуть выбранный фильтр вверх
147GUI\HelperControls\FilterEditor.ru-RU.resxRemoveFilterButton.ToolTipTextupdatedRemove the selected filterУдалить выбранный фильтр
148GUI\HelperControls\FolderPathEntry.ru-RU.resxBrowseFolderButton.Textmissing...
149GUI\HelperControls\FolderPathEntry.ru-RU.resxBrowseFolderButton.ToolTipupdatedClick to browse for a folderНажмите, чтобы выбрать папку
150GUI\HelperControls\FolderPathEntry.ru-RU.resxDeleteButton.ToolTipupdatedClick to remove the entryНажмите, чтобы удалить
151GUI\HelperControls\FolderPathEntry.ru-RU.resxFolderPath.ToolTipupdatedEnter the path to the folder hereВведите путь к папке здесь
152GUI\HelperControls\FolderPathEntry.ru-RU.resxSizeLabel.Textmissing(...)
153GUI\HelperControls\FolderPathEntry.ru-RU.resxSizeLabel.ToolTipupdatedThe size of the selected folderРазмер выбранной папки
154GUI\HelperControls\Strings\BackupFileList.ru-RU.resxRootNodeTooltipupdatedSource folder {0} Target folder: {1} Right click to change target folderИсходная папка {0} Папка назначения: {1} Для изменения папки назначения используйте правую кнопку мыши
155GUI\HelperControls\Strings\BackupItems.ru-RU.resxErrorStatusDisplayupdatedError: {0}Ошибка: {0}
156GUI\HelperControls\Strings\BackupItems.ru-RU.resxNoDataReceivedupdatedNo data receivedДанные не получены
157GUI\HelperControls\Strings\BackupItems.ru-RU.resxOperationCancelledupdatedCancelledОтменено
158GUI\HelperControls\Strings\BackupItems.ru-RU.resxTooltipFullBackupupdatedFull backupПолное копирование
159GUI\HelperControls\Strings\BackupItems.ru-RU.resxTooltipFullBackupWithSizeupdatedFull backup - {0}Полное копирование - {0}
160GUI\HelperControls\Strings\BackupItems.ru-RU.resxTooltipIncrementalBackupupdatedIncremental backupИнкрементальное копирование
161GUI\HelperControls\Strings\BackupItems.ru-RU.resxTooltipIncrementalBackupWithSizeupdatedIncremental backup - {0}, chain: {1}Инкрементальное копирование - {0}, цепочка: {1}
162GUI\HelperControls\Strings\BackupTreeView.ru-RU.resxConfirmDeleteFolderupdatedDo you want to delete the folder {0} and all the backups contained in it?Хотите удалить папку {0} и все копии в ней?
163GUI\HelperControls\Strings\BackupTreeView.ru-RU.resxConfirmRemoveBackupupdatedRemove the backup '{0}' ?Удалить копирование '{0}' ?
164GUI\HelperControls\Strings\BackupTreeView.ru-RU.resxNewBackupupdatedNew BackupНовое копирование
165GUI\HelperControls\Strings\BackupTreeView.ru-RU.resxNewFolderupdatedNew FolderНовая папка
166GUI\HelperControls\Strings\CommandLineOptionsGrid.ru-RU.resxInfoLabelFormatupdatedValue type: {0}. {1}. {2}Тип значения: {0}. {1}. {2}
167GUI\HelperControls\Strings\CommandLineOptionsGrid.ru-RU.resxPageNotSupportedWarningupdatedThis page is not supported on the current platform, this is a known issue. A newer version of Mono will enable this page.Эта страница не поддерживается на вашей платформе. Установите новую версию Mono, чтобы поддерживалась.
168GUI\HelperControls\Strings\DurationEditor.ru-RU.resxCustomDurationupdatedCustom ...Указать ...
169GUI\HelperControls\Strings\FilterDialog.ru-RU.resxInvalidRegExpMessageupdatedThe expression is not a valid regular expression: {0}Неверное регулярное выражение: {0}
170GUI\HelperControls\Strings\FilterEditor.ru-RU.resxExcludeFolderBrowseTitleupdatedChoose the folder to add for exclusionВыберите папку для исключения
171GUI\HelperControls\Strings\FilterEditor.ru-RU.resxFileIsExcludedupdatedThe file {0} is excluded due to rule {1}Файл {0} исключен согласно правилу {1}
172GUI\HelperControls\Strings\FilterEditor.ru-RU.resxFileIsIncludedupdatedThe file {0} is included due to rule {1}Файл {0} включен согласно правилу {1}
173GUI\HelperControls\Strings\FilterEditor.ru-RU.resxFileIsIncludedDefaultupdatedThe file {0} is included because no rule matchedФайл {0} включен, так как не найдено соответствие правилу
174GUI\HelperControls\Strings\FilterEditor.ru-RU.resxFilenameIsNotInAnyRootFolderupdatedThe filename {0} is not located in any of the source foldersФайл {0} не найден ни в какой из папок источника
175GUI\HelperControls\Strings\FilterEditor.ru-RU.resxFilepathIsNotAbsoluteErrorupdatedThe filename {0} is not an absolute pathИмя файла {0} не является полным путем к файлу
176GUI\HelperControls\Strings\FilterEditor.ru-RU.resxFolderIsExcludedupdatedThe folder {0} is excluded due to rule {1}Папка {0} исключена согласно правилу {1}
177GUI\HelperControls\Strings\FilterEditor.ru-RU.resxFolderIsRootFolderupdatedThe folder {0} is included because it is a source folderПапка {0} включена, так как она - папка-источник
178GUI\HelperControls\Strings\FilterEditor.ru-RU.resxIncludeFolderBrowseTitleupdatedChoose the folder to add for inclusionВыберите, какую папку включить
179GUI\HelperControls\Strings\FilterEditor.ru-RU.resxInvalidCharsInFilenameErrorupdatedThe filename {0} has invalid charactersИмя файла {0} содержит недопустимые символы
180GUI\HelperControls\Strings\SizeSelector.ru-RU.resxBytesNameupdatedbytesбайтов
181GUI\HelperControls\Strings\SizeSelector.ru-RU.resxBytesPerSecondupdatedbytes/sбайтов/сек
182GUI\HelperControls\Strings\SizeSelector.ru-RU.resxGBNamenot-updatedGB
183GUI\HelperControls\Strings\SizeSelector.ru-RU.resxGBPerSecondnot-updatedGB/s
184GUI\HelperControls\Strings\SizeSelector.ru-RU.resxKBNamenot-updatedkB
185GUI\HelperControls\Strings\SizeSelector.ru-RU.resxKBPerSecondnot-updatedkB/s
186GUI\HelperControls\Strings\SizeSelector.ru-RU.resxMBNamenot-updatedMB
187GUI\HelperControls\Strings\SizeSelector.ru-RU.resxMBPerSecondnot-updatedMB/s
188GUI\HelperControls\Strings\TestSearchSelection.ru-RU.resxFileNameupdatedFile Name '{0}'Имя файла '{0}'
189GUI\HelperControls\Strings\TestSearchSelection.ru-RU.resxFileTypeupdatedFile Type '{0}'Тип файла '{0}'
190GUI\HelperControls\Strings\TestSearchSelection.ru-RU.resxTotalSizeLabelupdatedTotal {0} files at {1}Всего {0} файлов в {1}
191GUI\HelperControls\Strings\WaitForOperation.ru-RU.resxReallyAbortQuestionupdatedAre you sure you want to abort the operation?Вы уверены, что хотите прервать операцию?
192GUI\HelperControls\Strings\WaitForOperation.ru-RU.resxUserCancelledupdatedThe user cancelled the operationПользователь отменил операцию
193GUI\HelperControls\TestSearchSelection.ru-RU.resx$this.TextupdatedTest Search SelectionТест поиска по шаблону
194GUI\HelperControls\TestSearchSelection.ru-RU.resxbtnCancel.TextupdatedCancelОтмена
195GUI\HelperControls\TestSearchSelection.ru-RU.resxbtnOK.TextmissingOK
196GUI\HelperControls\TestSearchSelection.ru-RU.resxchFile.TextupdatedFilenameИмя файла
197GUI\HelperControls\TestSearchSelection.ru-RU.resxchFileExt.TextupdatedExtРасширение
198GUI\HelperControls\TestSearchSelection.ru-RU.resxchPath.TextupdatedPathПуть
199GUI\HelperControls\TestSearchSelection.ru-RU.resxchSize.TextupdatedSizeРазмер
200GUI\HelperControls\TestSearchSelection.ru-RU.resxlabel1.TextupdatedFilters:Фильтры:
201GUI\HelperControls\TestSearchSelection.ru-RU.resxlabel2.TextupdatedUse context menu to add and remove filtersКонтекстное меню позволяет добавить и удалить фильтры
202GUI\HelperControls\TestSearchSelection.ru-RU.resxlabel3.TextupdatedFiles to be included:Включить файлы:
203GUI\HelperControls\TestSearchSelection.ru-RU.resxlbLoading.TextupdatedScanning files, please wait....Сканирование файлов, подождите, пожалуйста....
204GUI\HelperControls\TestSearchSelection.ru-RU.resxmiExclude.TextupdatedExcludeИсключить
205GUI\HelperControls\TestSearchSelection.ru-RU.resxmiExcludeFileExt.TextupdatedAdd file extension filterДобавить фильтр по расширению файла
206GUI\HelperControls\TestSearchSelection.ru-RU.resxmiExcludeFileName.TextupdatedAdd filename filterДобавить фильтр по имени
207GUI\HelperControls\TestSearchSelection.ru-RU.resxmiExcludeFilePath.TextupdatedFile PathПуть к файлу
208GUI\HelperControls\TestSearchSelection.ru-RU.resxmiInclude.TextupdatedIncludeВключить
209GUI\HelperControls\TestSearchSelection.ru-RU.resxmiIncludeFileExt.TextupdatedAdd file extension filterДобавить фильтр по расширению файла
210GUI\HelperControls\TestSearchSelection.ru-RU.resxmiIncludeFileName.TextupdatedAdd filename filerДобавить фильтр по имени
211GUI\HelperControls\TestSearchSelection.ru-RU.resxmiIncludeFilePath.TextupdatedFile pathПуть к файлу
212GUI\HelperControls\TestSearchSelection.ru-RU.resxremoveFilterToolStripMenuItem.TextupdatedRemove FilterУдалить фильтр
213GUI\HelperControls\ThreadPriorityPicker.ru-RU.resxThreadPriority.ItemsupdatedHigh (Not recommended)Высокий (не рекомендуется)
214GUI\HelperControls\ThreadPriorityPicker.ru-RU.resxThreadPriority.Items1updatedAbove normalВыше обычного
215GUI\HelperControls\ThreadPriorityPicker.ru-RU.resxThreadPriority.Items2updatedNormalОбычный
216GUI\HelperControls\ThreadPriorityPicker.ru-RU.resxThreadPriority.Items3updatedBelow normalНиже обычного
217GUI\HelperControls\ThreadPriorityPicker.ru-RU.resxThreadPriority.Items4updatedLowНизкий
218GUI\HelperControls\ThreadPriorityPicker.ru-RU.resxThreadPriorityEnabled.TextupdatedSet thread priorityПриоритет программы
219GUI\HelperControls\WaitForOperation.ru-RU.resx$this.TextupdatedWaitForOperationОжиданиеОперации
220GUI\ListBackupFiles.ru-RU.resx$this.TextupdatedFiles in selected backupФайлы в выбранной копии
221GUI\ListBackupFiles.ru-RU.resxCancelBtn.TextupdatedCloseЗакрыть
222GUI\ListBackupFiles.ru-RU.resxgroupBox1.TextupdatedLoading file list, please wait ...Загружается список файлов ...
223GUI\LogViewer.ru-RU.resx$this.TextupdatedLog dataПротокол
224GUI\MainForm.ru-RU.resx$this.TextupdatedDuplicati Control WindowОкно управления
225GUI\MainForm.ru-RU.resxcontrolToolStripMenuItem.TextupdatedControlУправление
226GUI\MainForm.ru-RU.resxDelayDuration05Menu.Textupdated5 minutes5 минут
227GUI\MainForm.ru-RU.resxDelayDuration15Menu.Textupdated15 minutes15 минут
228GUI\MainForm.ru-RU.resxDelayDuration30Menu.Textupdated30 minutes30 минут
229GUI\MainForm.ru-RU.resxDelayDuration60Menu.Textupdated1 hour1 час
230GUI\MainForm.ru-RU.resxlabel1.TextupdatedDuplicati dummy windowSBC dummy window
231GUI\MainForm.ru-RU.resxoptionsToolStripMenuItem.TextupdatedOptions...Настройки...
232GUI\MainForm.ru-RU.resxpausePeriodToolStripMenuItem.TextupdatedPause periodДлительность паузы
233GUI\MainForm.ru-RU.resxpauseToolStripMenuItem.TextupdatedPauseПауза
234GUI\MainForm.ru-RU.resxquitToolStripMenuItem.TextupdatedQuitВыход
235GUI\MainForm.ru-RU.resxstatusToolStripMenuItem.TextupdatedStatusСостояние
236GUI\MainForm.ru-RU.resxstopToolStripMenuItem.TextupdatedStopОстановка
237GUI\MainForm.ru-RU.resxthrottleOptionsToolStripMenuItem.TextupdatedThrottle options...Лимиты...
238GUI\MainForm.ru-RU.resxwizardToolStripMenuItem.TextupdatedWizard...Мастер...
239GUI\RestoreBackup.ru-RU.resx$this.TextupdatedRestoreBackupВосстановление
240GUI\RestoreBackup.ru-RU.resxCancelBtn.TextupdatedCancelОтмена
241GUI\RestoreBackup.ru-RU.resxfolderBrowserDialog.DescriptionupdatedSelect the folder where the data will be restored toУкажите папку, куда восстанавливать файлы
242GUI\RestoreBackup.ru-RU.resxlabel1.TextupdatedBackup to restoreКопия, из которой восстанавливать
243GUI\RestoreBackup.ru-RU.resxlabel2.TextupdatedDestinationКуда
244GUI\RestoreBackup.ru-RU.resxOKBtn.TextmissingOK
245GUI\RestoreBackup.ru-RU.resxSelectTargetFolder.Textmissing...
246GUI\ServiceStatus.ru-RU.resx$this.TextupdatedDuplicati StatusСостояние Duplicati
247GUI\ServiceStatus.ru-RU.resxcolumnHeader1.TextupdatedTimeВремя
248GUI\ServiceStatus.ru-RU.resxcolumnHeader2.TextupdatedBackup setЗадание
249GUI\ServiceStatus.ru-RU.resxcolumnHeader3.TextupdatedSizeРазмер
250GUI\ServiceStatus.ru-RU.resxcolumnHeader4.TextupdatedTimeВремя
251GUI\ServiceStatus.ru-RU.resxcolumnHeader5.TextupdatedBackup setЗадание
252GUI\ServiceStatus.ru-RU.resxCurrentStatus.TextupdatedWaiting for next backupОжидание следующего копирования
253GUI\ServiceStatus.ru-RU.resxlabel1_2.TextupdatedCompleted backupsЗавершенные копирования
254GUI\ServiceStatus.ru-RU.resxlabel5.TextupdatedPending backupsОжидающие своего времени копирования
255GUI\ServiceStatus.ru-RU.resxlinkLabel1.TextupdatedDuplicati OptionsНастройки
256GUI\ServiceStatus.ru-RU.resxoptionsLabel.Textupdated(UI Language, Default password, Advanced, ...)(Язык, Пароль, Дополнительно, ...)
257GUI\ServiceStatus.ru-RU.resxpauseBackupToolStripMenuItem.TextupdatedPause backupПриостановить копирование
258GUI\ServiceStatus.ru-RU.resxPauseDuration05Menu.Textupdated5 minutes5 минут
259GUI\ServiceStatus.ru-RU.resxPauseDuration15Menu.Textupdated15 minutes15 минут
260GUI\ServiceStatus.ru-RU.resxPauseDuration30Menu.Textupdated30 minutes30 минут
261GUI\ServiceStatus.ru-RU.resxPauseDuration60Menu.Textupdated1 hour1 час
262GUI\ServiceStatus.ru-RU.resxpausePeriodMenuItem.TextupdatedPause periodДлительность паузы
263GUI\ServiceStatus.ru-RU.resxquickLabel.TextupdatedQuick actionsКраткие действия
264GUI\ServiceStatus.ru-RU.resxrunBackupNowToolStripMenuItem.TextupdatedRun backup nowЗапустить копирование сейчас
265GUI\ServiceStatus.ru-RU.resxrunBackupNowToolStripMenuItem1.TextupdatedRun backup nowЗапустить копирование сейчас
266GUI\ServiceStatus.ru-RU.resxstopBackupToolStripMenuItem.TextupdatedStop backupОстановить копирование
267GUI\ServiceStatus.ru-RU.resxviewFilesToolStripMenuItem.TextupdatedView contents ...Посмотреть содержимое ...
268GUI\ServiceStatus.ru-RU.resxviewLogToolStripMenuItem.TextupdatedView log ...Посмотреть протокол ...
269GUI\ServiceStatus.ru-RU.resxwizardHelpLabel.Textupdated(Create, edit, delete, run, restore backups)(Новое, редакт., удал., запуск, восст.)
270GUI\ServiceStatus.ru-RU.resxwizardLink.TextupdatedDuplicati WizardДействие
271GUI\Strings\ApplicationSetup.ru-RU.resxBalloonNotification_ContinousupdatedWhile running, and on errors, warningsПока копируется и при ошибках
272GUI\Strings\ApplicationSetup.ru-RU.resxBalloonNotification_ErrorsupdatedOn errorsПри ошибке копирования
273GUI\Strings\ApplicationSetup.ru-RU.resxBalloonNotification_OffupdatedNo notificationsОтменить всплывающие подсказки
274GUI\Strings\ApplicationSetup.ru-RU.resxBalloonNotification_StartupdatedOn start, errors, warningsВ начале копирования и при ошибках
275GUI\Strings\ApplicationSetup.ru-RU.resxBalloonNotification_StartAndStopupdatedOn start, stop, errors, warningsВ начале, конце и при ошибках
276GUI\Strings\ApplicationSetup.ru-RU.resxBalloonNotification_WarningsupdatedOn errors, warningsПри ошибках
277GUI\Strings\ApplicationSetup.ru-RU.resxCacheSizeupdatedCache size: {0}Размер кэша: {0}
278GUI\Strings\ApplicationSetup.ru-RU.resxCalculatingCacheSizeupdatedCalculating cache size ...Подсчет размера кэша ...
279GUI\Strings\ApplicationSetup.ru-RU.resxConfirmCacheDeleteupdatedDelete signature files in the folder: {0}Удалить файлы подписей в папке: {0}
280GUI\Strings\ApplicationSetup.ru-RU.resxDefaultLanguageupdatedSystem language, {0}Системный язык, {0}
281GUI\Strings\ApplicationSetup.ru-RU.resxDialogTitleupdatedDuplicati Options, version {0}Настройки, версия {0}
282GUI\Strings\ApplicationSetup.ru-RU.resxEncryptionModuleLoadErrorupdatedAn error occured while loading encryption modules: {0}Ошибка при загрузке модулей шифрации: {0}
283GUI\Strings\ApplicationSetup.ru-RU.resxErrorWhileExaminingFolderupdatedAn exception occured while examining the folder: {0}. Do you want to use that folder anyway?Исключительная ситуация при проверке папки: {0}. Все равно использовать эту папку?
284GUI\Strings\ApplicationSetup.ru-RU.resxFolderIsMissingFileupdatedThe folder selected does not contain the file: {0}. Do you want to use that folder anyway?Выбранная папка не содержит файл: {0}. Использовать эту папку все равно?
285GUI\Strings\ApplicationSetup.ru-RU.resxLanguageChangedWarningupdatedThe language has changed. This will take effect after you restart Duplicati.Язык изменен. Перезагрузите программу для работы с новым языком.
286GUI\Strings\ApplicationSetup.ru-RU.resxOperationCancelledupdatedCancelledОтменено
287GUI\Strings\ApplicationSetup.ru-RU.resxSaveExtensionErrorupdatedAn error occured while saving settings: {0}Произошла ошибка при записи настроек: {0}
288GUI\Strings\ApplicationSetup.ru-RU.resxSettingControlsLoadErrorupdatedAn error occured while loading setting controls: {0}Ошибка при загрузке настроек: {0}
289GUI\Strings\Common.ru-RU.resxFifteenMinutesupdated15 minutes15 минут
290GUI\Strings\Common.ru-RU.resxFiveMinutesupdated5 minutes5 минут
291GUI\Strings\Common.ru-RU.resxGenericErrorupdatedAn error occured: {0}Ошибка: {0}
292GUI\Strings\Common.ru-RU.resxInvalidDurationupdatedThe full backup duration entered is not valid: {0}Указанная длительность полного копирования недопустима: {0}
293GUI\Strings\Common.ru-RU.resxMenuPauseupdatedPauseПауза
294GUI\Strings\Common.ru-RU.resxMenuResumeupdatedResumeПродолжение
295GUI\Strings\Common.ru-RU.resxNoMinutesupdatedNoneНет
296GUI\Strings\Common.ru-RU.resxOneDayupdatedOne dayОдин день
297GUI\Strings\Common.ru-RU.resxOneMinuteupdated1 minute1 минута
298GUI\Strings\Common.ru-RU.resxOneMonthupdatedOne month1 месяц
299GUI\Strings\Common.ru-RU.resxOneWeekupdatedOne week1 неделя
300GUI\Strings\Common.ru-RU.resxSixtyMinutesupdated1 hour1 час
301GUI\Strings\Common.ru-RU.resxThirtyMinutesupdated30 minutes30 минут
302GUI\Strings\Common.ru-RU.resxThreadPriorityAboveNormalupdatedAbove normalВыше обычного
303GUI\Strings\Common.ru-RU.resxThreadPriorityBelowNormalupdatedBelow normalНиже обычного
304GUI\Strings\Common.ru-RU.resxThreadPriorityHighestupdatedHighestНаивысший
305GUI\Strings\Common.ru-RU.resxThreadPriorityNormalupdatedNormalОбычный
306GUI\Strings\Common.ru-RU.resxThreadPriortyLowestupdatedLowestСамый низкий
307GUI\Strings\Common.ru-RU.resxThreeMonthsupdatedThree monthsТри месяца
308GUI\Strings\Common.ru-RU.resxTwoWeeksupdatedTwo weeksДве недели
309GUI\Strings\DatabaseUpgrader.ru-RU.resxBackupFilenamePrefixnot-updatedbackup
310GUI\Strings\DatabaseUpgrader.ru-RU.resxDatabaseFormatErrornot-updatedUnable to determine database format: {0}
311GUI\Strings\DatabaseUpgrader.ru-RU.resxInvalidVersionErrornot-updated The database has version {0} but the largest supported version is {1}. This is likely caused by upgrading to a newer version and then downgrading. If this is the case, there is likely a backup file of the previous database version in the folder {2}.
312GUI\Strings\DatabaseUpgrader.ru-RU.resxTableLayoutErrornot-updatedUnknown table layout detected
313GUI\Strings\DatabaseUpgrader.ru-RU.resxUpgradeFailurenot-updatedFailed to execute SQL: {0} Error: {1} Database is NOT upgraded.
314GUI\Strings\DuplicatiRunner.ru-RU.resxApplicationExitLogMesssagenot-updatedThe backup was stopped because the application was closed
315GUI\Strings\DuplicatiRunner.ru-RU.resxCleaningUpMessagenot-updatedRemoving old backups ...
316GUI\Strings\DuplicatiRunner.ru-RU.resxCleanupErrornot-updatedFailed during cleanup: {0}
317GUI\Strings\DuplicatiRunner.ru-RU.resxCleanupLogdataHeadernot-updatedCleanup output:
318GUI\Strings\DuplicatiRunner.ru-RU.resxErrorMessagenot-updatedError: {0}
319GUI\Strings\DuplicatiRunner.ru-RU.resxOtherAbortMessagenot-updatedThe backup was stopped, the reason was: {0}
320GUI\Strings\DuplicatiRunner.ru-RU.resxShutdownWhileBackupInprogressnot-updatedDuplicati was terminated before the backup completed, status is unknown
321GUI\Strings\DuplicatiRunner.ru-RU.resxTaskManagerCloseMessagenot-updatedThe backup was stopped because the application was closed by the task manager
322GUI\Strings\DuplicatiRunner.ru-RU.resxUserClosingMessagenot-updatedThe backup was stopped by the user
323GUI\Strings\DuplicatiRunner.ru-RU.resxWindowsShutdownMessagenot-updatedThe backup was stopped because the machine was being shut down
324GUI\Strings\DynamicSetupHelper.ru-RU.resxNoFoldersInSetupErrornot-updatedNo folders are included in the backup
325GUI\Strings\ListBackupFiles.ru-RU.resxNoDataErrorupdatedNo data returnedДанные не получены
326GUI\Strings\ListBackupFiles.ru-RU.resxTooltipAddedFileupdatedAdded fileДобавленный файл
327GUI\Strings\ListBackupFiles.ru-RU.resxTooltipAddedFolderupdatedAdded folderДобавленная папка
328GUI\Strings\ListBackupFiles.ru-RU.resxTooltipAddedOrModifiedFileupdatedAdded or modified fileДобавленный или измененный файл
329GUI\Strings\ListBackupFiles.ru-RU.resxTooltipControlFileupdatedControl fileУправляющий файл
330GUI\Strings\ListBackupFiles.ru-RU.resxTooltipDeletedFileupdatedDeleted fileУдаленный файл
331GUI\Strings\ListBackupFiles.ru-RU.resxTooltipDeletedFolderupdatedDeleted folderУдаленный каталог
332GUI\Strings\ListBackupFiles.ru-RU.resxTooltipExistingFolderupdatedExisting folderСуществующая папка
333GUI\Strings\ListBackupFiles.ru-RU.resxTooltipIncompleteFileupdatedIncomplete fileНеполный файл
334GUI\Strings\ListBackupFiles.ru-RU.resxTooltipModifiedFileupdatedModified fileИзмененный файл
335GUI\Strings\MainForm.ru-RU.resxBalloonTip_ErrorupdatedFailed to run backup {0}: {1}Не запустилось копирование {0}: {1}
336GUI\Strings\MainForm.ru-RU.resxBalloonTip_Runningnot-updated{0}
337GUI\Strings\MainForm.ru-RU.resxBalloonTip_StartedupdatedRunning {0}Работает {0}
338GUI\Strings\MainForm.ru-RU.resxBalloonTip_StoppedupdatedFinished {0}Завершено {0}
339GUI\Strings\MainForm.ru-RU.resxBalloonTip_WarningupdatedBackup {0} gave a warningКопирование {0} с предупреждением
340GUI\Strings\MainForm.ru-RU.resxExitWhileBackupIsRunningQuestionupdatedA backup is currently running, do you want to stop the backup so Duplicati can exit?Копирование запущено, хотите завершить его и выйти?
341GUI\Strings\MainForm.ru-RU.resxMultipleNamedBackupsFoundupdatedThe backup named "{0}" was found {1} timesКопирование "{0}" было найдено {1} раз(а)
342GUI\Strings\MainForm.ru-RU.resxNamedBackupGroupNotFoundupdatedThe backup group named "{0}" was not foundГруппа копирований "{0}" не найдена
343GUI\Strings\MainForm.ru-RU.resxNamedBackupNotFoundupdatedThe backup named "{0}" was not foundКопирование "{0}" не найдено
344GUI\Strings\MainForm.ru-RU.resxPauseOperationFailedupdatedFailed to execute the Pause request: {0}Приостановка не получилась: {0}
345GUI\Strings\MainForm.ru-RU.resxTerminateForExitQuestionupdatedDuplicati is attempting to quit, but a backup is running. Do you want Duplicati to continue waiting for the backup to stop?Duplicati пытается завершить работу, но сейчас запущено копирование. Подождать до завершения копирования?
346GUI\Strings\MainForm.ru-RU.resxTrayStatusPauseupdatedDuplicati is currently pausedDuplicati сейчас приостановлен
347GUI\Strings\MainForm.ru-RU.resxTrayStatusReadyupdatedDuplicati is readyDuplicati готов к работе
348GUI\Strings\MainForm.ru-RU.resxTrayStatusRunningupdatedDuplicati is running {0}Запущено {0}
349GUI\Strings\Program.ru-RU.resxAnotherInstanceDetectedupdatedAnother instance is running, and was notifiedДва экземпляра программы одновременно запускать нельзя
350GUI\Strings\Program.ru-RU.resxDatabaseOpenErrorupdatedFailed to create, open or upgrade the database. Error message: {0}Не получилось создать, открыть или обновить базу данных. Сообщение об ошибке: {0}
351GUI\Strings\Program.ru-RU.resxFullCommandDescriptionupdatedForces the --run-backup command to perform a full backupИспользуйте --run-backup чтобы сделать полное копирование
352GUI\Strings\Program.ru-RU.resxHelpCommandDescriptionupdatedDisplays this helpПоказать этот текст
353GUI\Strings\Program.ru-RU.resxHelpDisplayDialogupdatedSupported commandline arguments: {0}Поддерживаемые аргументы команды: {0}
354GUI\Strings\Program.ru-RU.resxHelpDisplayFormatnot-updated--{0}: {1}
355GUI\Strings\Program.ru-RU.resxLanguageSelectionErrorupdatedFailed to set the user interface language: {0}Не удалось установить язык интерфейса: {0}
356GUI\Strings\Program.ru-RU.resxLogfileCommandDescriptionupdatedOutputs log information to the file givenПишет протокол в файл
357GUI\Strings\Program.ru-RU.resxLoglevelCommandDescriptionupdatedDetermines the amount of information written in the log fileОпределяет, сколько записано информации в файл протокола
358GUI\Strings\Program.ru-RU.resxPauseCommandDescriptionupdatedPauses Duplicati, supply a time eg. 5m to limit pause to 5 minutesОстанавливает программу на время, 5m означает 5 минут
359GUI\Strings\Program.ru-RU.resxPortablemodeCommandDescriptionupdatedActivates portable mode where the database is placed below the program executableАктивирует режим переносимости, если база данных программы помещена в подпапку папки с файлом программы
360GUI\Strings\Program.ru-RU.resxResumeCommandDescriptionupdatedResumes operation of Duplicati, if pausedПродолжает работу программы, если была приостановлена
361GUI\Strings\Program.ru-RU.resxRunbackupCommandDescriptionupdatedRuns the backup with the name supplied. If no backup name is supplied, the available backups are displayedЗапускает указанное задание, если не указано, показывает, какие есть
362GUI\Strings\Program.ru-RU.resxRunbackupGroupCommandDescriptionupdatedRuns all backups in the group with the name supplied. If no group name is supplied, the available backups are displayed. If the group name is not found, an error message is displayed.Запускает все задания из указанной группы, если не указано, показывает, какие есть
363GUI\Strings\Program.ru-RU.resxSeriousErrorupdatedA serious error occured in Duplicati: {0}Серьезная ошибка программы: {0}
364GUI\Strings\Program.ru-RU.resxShowstausCommandDescriptionupdatedDisplays the status windowПоказывает окно состояния
365GUI\Strings\Program.ru-RU.resxShowwizardCommandDescriptionupdatedDisplays the wizard windowПоказывает окно мастера настройки
366GUI\Strings\Program.ru-RU.resxStartupFailureupdatedUnable to start up, perhaps another process is already running? Error message: {0}Не могу запуститься - может, другая копия уже запущена? Ошибка: {0}
367GUI\Strings\Program.ru-RU.resxTraylessCommandDescriptionupdatedRuns Duplicati without showing the tray icon, closing the main window closes DuplicatiЗапускает программу без иконки в панели задач, закрывание окна закроет программу
368GUI\Strings\Program.ru-RU.resxUnencrypteddatabaseCommandDescriptionupdatedDisables database encryptionЗапрещает шифрование базы данных
369GUI\Strings\Program.ru-RU.resxWrongSQLiteVersionupdatedUnsupported version of SQLite detected ({0}), must be {1} or higherНеподдерживаемая версия SQLite ({0}), надо {1} или новее
370GUI\Strings\Scheduler.ru-RU.resxInvalidTimeSetupErrornot-updatedUnable to find a valid date, given the start date {0}, the repetition interval {1} and the allowed days {2}
371GUI\Strings\ServiceStatus.ru-RU.resxBackupImmediateupdatedNowСейчас
372GUI\Strings\ServiceStatus.ru-RU.resxBackupStatusErrorupdatedFailed backupНеудавшееся копирование
373GUI\Strings\ServiceStatus.ru-RU.resxBackupStatusOKupdatedSuccessfull backupУдавшееся копирование
374GUI\Strings\ServiceStatus.ru-RU.resxBackupStatusPartialupdatedBackup only processed some of the filesКопирование удалось не для всех файлов
375GUI\Strings\ServiceStatus.ru-RU.resxBackupStatusWarningupdatedCompleted backup with warningsКопирование завершилось с предупреждениями
376GUI\Strings\ServiceStatus.ru-RU.resxDialogTitleupdatedDuplicati {0} - StatusDuplicati {0} - Состояние
377GUI\Strings\ServiceStatus.ru-RU.resxNoFilesInBackupMessagesupdatedThe backup has no changesКопирование не изменено
378GUI\Strings\ServiceStatus.ru-RU.resxQuickActionExitupdatedClose DuplicatiЗакрыть Duplicati
379GUI\Strings\ServiceStatus.ru-RU.resxQuickActionPauseupdatedPauseПауза
380GUI\Strings\ServiceStatus.ru-RU.resxQuickActionPause10updatedPause for 10 minutesПауза на 10 минут
381GUI\Strings\ServiceStatus.ru-RU.resxQuickActionPause15updatedPause for 15 minutesПауза на 15 минут
382GUI\Strings\ServiceStatus.ru-RU.resxQuickActionPause30updatedPause for 30 minutesПауза на 30 минут
383GUI\Strings\ServiceStatus.ru-RU.resxQuickActionPause5updatedPause for 5 minutesПауза на 5 минут
384GUI\Strings\ServiceStatus.ru-RU.resxQuickActionPause60updatedPause for 60 minutesПауза на 60 минут
385GUI\Strings\ServiceStatus.ru-RU.resxQuickActionResumeupdatedResumeПродолжение
386GUI\Strings\ServiceStatus.ru-RU.resxQuickActionStopupdatedStop the current backupОстановить идущее копирование
387GUI\Strings\ServiceStatus.ru-RU.resxQuickActionThrottleupdatedThrottle options ...Лимиты ...
388GUI\Strings\ServiceStatus.ru-RU.resxSelectQuickActionupdated- Select action -- Выберите действие -
389GUI\Strings\ServiceStatus.ru-RU.resxStatusBackupupdatedBackup: {0}Копирование: {0}
390GUI\Strings\ServiceStatus.ru-RU.resxStatusPausedupdatedDuplicati is currently pausedDuplicati остановлен
391GUI\Strings\ServiceStatus.ru-RU.resxStatusRestoreupdatedRestore: {0}Восстановление: {0}
392GUI\Strings\ServiceStatus.ru-RU.resxStatusWaitingupdatedWaiting for next backupОжидание следующего копирования
393GUI\Strings\ServiceStatus.ru-RU.resxSwitchToAdvancedupdatedAdvanced >>>Дополнительно >>>
394GUI\Strings\ServiceStatus.ru-RU.resxSwitchToSimpleupdatedSimple <<<Короче <<<
395GUI\Strings\TaskType.ru-RU.resxFullBackupnot-updatedFull backup
396GUI\Strings\TaskType.ru-RU.resxIncrementalBackupnot-updatedIncremental backup
397GUI\Strings\TaskType.ru-RU.resxListActualFilesnot-updatedList actual files
398GUI\Strings\TaskType.ru-RU.resxListBackupEntriesnot-updatedList backup entries
399GUI\Strings\TaskType.ru-RU.resxListBackupsnot-updatedList backups
400GUI\Strings\TaskType.ru-RU.resxListFilesnot-updatedList files
401GUI\Strings\TaskType.ru-RU.resxRemoveAllButNFullnot-updatedRemove all but n full
402GUI\Strings\TaskType.ru-RU.resxRemoveOlderThannot-updatedRemove older than
403GUI\Strings\TaskType.ru-RU.resxRestorenot-updatedRestore
404GUI\Strings\TaskType.ru-RU.resxRestoreSetupnot-updatedRestore setup
405GUI\Strings\TrayIconWrapper.ru-RU.resxGtkLoadErrorupdatedGtk could not be loaded, using windows forms implementation. Error message: {0}Gtk не загрузить, используем формы windows. Сообщение об ошибке: {0}
406GUI\Strings\TrayIconWrapper.ru-RU.resxGtkNotFoundErrorupdatedUnable to locate gtk assembliesНе могу найти сборки gtk
407GUI\Strings\TrayIconWrapper.ru-RU.resxGtkTooOldErrorupdatedGtk found, but it has version {0} and must be at least {1}Найден gtk версии {0}, а должно быть не менее {1}
408GUI\Strings\WizardHandler.ru-RU.resxResumeNowQuestionupdatedDuplicati is currently paused, so the backup won't run until Duplicati is resumed. Do you want Duplicati to resume now so the backup can run immediately?Программа остановлена, копирование отложено до возобновления программы Хотите возобновить работу программы сейчас, чтобы запустить копирование?
409GUI\Strings\WizardHandler.ru-RU.resxSetupRestoreSuccessupdatedThe previous Duplicati setup is now restored!Восстановлены предыдущие настройки Duplicati
410GUI\Strings\WizardHandler.ru-RU.resxStopBackupErrorupdatedAn error occured while attempting to stop the running backup: {0}Ошибка при остановке запущенного копирования: {0}
411GUI\Strings\WizardHandler.ru-RU.resxStopRunningBackupQuestionupdatedThe backup you want to delete is currently running. Do you want to stop it so the delete can proceed?Задание, которое вы хотите удалить, сейчас запущено. Хотите остановить его и удалить?
412GUI\Strings\WizardHandler.ru-RU.resxUnableToStopBackupErrorupdatedDuplicati attempted to stop the backup, but did not succeed. Press "Finish" to attempt the delete again.Программа попыталась остановить копирование, но не смогла. Нажмите "Завершить", чтобы попытаться удалить его снова.
413GUI\Strings\WizardHandler.ru-RU.resxWizardFormTitleupdatedDuplicati Setup WizardНастройка Duplicati
414GUI\ThrottleControl.ru-RU.resx$this.TextupdatedThrottle controlОграничения
415GUI\ThrottleControl.ru-RU.resxCancelBtn.TextupdatedCancelОтмена
416GUI\ThrottleControl.ru-RU.resxOKBtn.TextmissingOK
417GUI\Wizard pages\Add backup\AdvancedOptions.ru-RU.resxEditFilters.TextupdatedModify filters that control what files are included in the backupИзменить фильтры, определяющие, какие файлы включать в копию
418GUI\Wizard pages\Add backup\AdvancedOptions.ru-RU.resxEditOverrides.TextupdatedManually override settings (advanced)Вручную изменить настройки (для опытных)
419GUI\Wizard pages\Add backup\AdvancedOptions.ru-RU.resxIncludeDuplicatiSetup.TextupdatedInclude the current Duplicati setup in the backupВключить настройки программы в копию
420GUI\Wizard pages\Add backup\AdvancedOptions.ru-RU.resxLimitOptions.TextupdatedSet limits, such as volumesize and bandwidth limitsУкажите лимиты: размер копий и ограничение на канал связи
421GUI\Wizard pages\Add backup\AdvancedOptions.ru-RU.resxSelectCleanup.TextupdatedSelect when to remove old backupsУкажите, когда удалять старые копии
422GUI\Wizard pages\Add backup\AdvancedOptions.ru-RU.resxSelectWhen.TextupdatedSelect when and how often the backup should runУкажите, когда и как часто запускать задание
423GUI\Wizard pages\Add backup\CleanupSettings.ru-RU.resxCleanFullBackupHelptext.TextupdatedTo prevent the backups from growing indefinetly, old backups should be deleted regularlyЧтобы копии не заняли слишком много места, старые копии следует регулярно удалять
424GUI\Wizard pages\Add backup\CleanupSettings.ru-RU.resxEnableCleanupDuration.TextupdatedNever keep backups older than thisНе хранить копии, старее чем
425GUI\Wizard pages\Add backup\CleanupSettings.ru-RU.resxEnableFullBackupClean.TextupdatedNever keep more than this many full backupsХранить полных копий, штук, не более
426GUI\Wizard pages\Add backup\CleanupSettings.ru-RU.resxIgnoreTimestamps.TextupdatedIgnore file modification timestamp when making incremental backupsИгнорировать время изменения файла при инкрементальном копировании
427GUI\Wizard pages\Add backup\FinishedAdd.ru-RU.resxlabel1.TextupdatedSummaryСводка
428GUI\Wizard pages\Add backup\FinishedAdd.ru-RU.resxRunNow.TextupdatedRun backup nowЗапустить копирование
429GUI\Wizard pages\Add backup\PasswordSettings.ru-RU.resxEnablePassword.TextupdatedProtect the backups with this passwordЗащитить копии паролем
430GUI\Wizard pages\Add backup\PasswordSettings.ru-RU.resxEncryptionModule.ToolTipupdatedChoose the encryption methodВыберите метод шифрования
431GUI\Wizard pages\Add backup\PasswordSettings.ru-RU.resxEncryptionModuleLabel.TextupdatedEncryption methodМетод шифрования
432GUI\Wizard pages\Add backup\PasswordSettings.ru-RU.resxGeneratePasswordButton.ToolTipupdatedClick here to generate a random passwordНажмите, чтобы программа придумала пароль
433GUI\Wizard pages\Add backup\PasswordSettings.ru-RU.resxPasswordHelptext.TextupdatedIt is highly recommended that you use a strong password, as that will ensure that no-one but you can retrieve the files. Be sure to write down the password, as the backups will be useless without it.Придумайте сложный пароль, чтобы никто его не узнал. Скрытно запишите его в надежном месте. Забудете - копию будет не открыть!
434GUI\Wizard pages\Add backup\PasswordSettings.ru-RU.resxUseSettingsAsDefault.TextupdatedUse these settings on new backupsПрименять настройки ко всем новым копиям
435GUI\Wizard pages\Add backup\PasswordSettings.ru-RU.resxUseSettingsAsDefault.ToolTipupdatedIf this box is checked, Duplicati will apply the chosen encryption settings to all new backupsЕсли отмечено, программа применит эти настройки шифрования ко всем новым копиям
436GUI\Wizard pages\Add backup\SelectFiles.ru-RU.resxappdataSize.Textmissing(...)
437GUI\Wizard pages\Add backup\SelectFiles.ru-RU.resxdesktopSize.Textmissing(...)
438GUI\Wizard pages\Add backup\SelectFiles.ru-RU.resxDocumentsRadio.TextupdatedMy documentsМои документы
439GUI\Wizard pages\Add backup\SelectFiles.ru-RU.resxFolderRadio.TextupdatedCustom folder listСоздать свой список папок
440GUI\Wizard pages\Add backup\SelectFiles.ru-RU.resxIncludeDesktop.TextupdatedInclude files on the desktopВключить фалы на рабочем столе
441GUI\Wizard pages\Add backup\SelectFiles.ru-RU.resxIncludeDocuments.TextupdatedInclude documentsВключить Документы
442GUI\Wizard pages\Add backup\SelectFiles.ru-RU.resxIncludeImages.TextupdatedInclude my imagesВключить папку Мои Рисунки
443GUI\Wizard pages\Add backup\SelectFiles.ru-RU.resxIncludeMusic.TextupdatedInclude my musicВключить папку Моя Музыка
444GUI\Wizard pages\Add backup\SelectFiles.ru-RU.resxIncludeSettings.TextupdatedInclude application settingsВключить настройки приложений
445GUI\Wizard pages\Add backup\SelectFiles.ru-RU.resxmyDocumentsSize.Textmissing(...)
446GUI\Wizard pages\Add backup\SelectFiles.ru-RU.resxmyMusicSize.Textmissing(...)
447GUI\Wizard pages\Add backup\SelectFiles.ru-RU.resxmyPicturesSize.Textmissing(...)
448GUI\Wizard pages\Add backup\SelectFiles.ru-RU.resxtotalSize.TextupdatedCalculating sizeПодсчет размера
449GUI\Wizard pages\Add backup\SelectName.ru-RU.resxbutton1.TextupdatedAdd a groupДобавить группу
450GUI\Wizard pages\Add backup\SelectName.ru-RU.resxlabel1.TextupdatedBackup nameНазвание задания на копирование
451GUI\Wizard pages\Add backup\SelectName.ru-RU.resxlabel2.TextupdatedPlace the backup in a group (optional)Поместить задание на копирование в группу (по желанию)
452GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxAlwaysFullRadio.TextupdatedAlways perform a full backup, never incremental (not recommended)Всегда делать полное копирование, без инкрементальных (не советуем)
453GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxDay1Label.TextupdatedMonПН
454GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxDay2Label.TextupdatedTueВТ
455GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxDay3Label.TextupdatedWenСР
456GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxDay4Label.TextupdatedThuЧТ
457GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxDay5Label.TextupdatedFriПТ
458GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxDay6Label.TextupdatedSatСБ
459GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxDay7Label.TextupdatedSunВС
460GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxFullStrategyPanel.TextupdatedFull / Incremental strategyВыбор полного/инкрементального копирования
461GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxIncrementalPeriodRadio.TextupdatedIncremental, then full after this period:Инкрементальное, затем полное через:
462GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxlabel1.TextupdatedRun the backup at this timeЗапустить копирование в это время
463GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxlabel2.TextupdatedIntervalИнтервал
464GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxlabel3.TextupdatedAllowed daysДопустимые дни
465GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxNeverFullRadio.TextupdatedAlways perform an incremental backup, never full (not recommended)Всегда делать инкрементальное копирование, не делая полное (плохая идея)
466GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxNoScheduleRadio.TextupdatedNever run automatically, only run when I manually start it (not recommended)Запускать только вручную (не рекомендуется)
467GUI\Wizard pages\Add backup\SelectWhen.ru-RU.resxScheduleRadio.TextupdatedRun backup at specified interval (recommended)Автоматически запускать копирование (рекомендуется) с интервалом
468GUI\Wizard pages\Add backup\SettingOverrides.ru-RU.resxdataGridViewTextBoxColumn1.HeaderTextupdatedargumentаргумент
469GUI\Wizard pages\Add backup\Strings\AdvancedOptions.ru-RU.resxPageDescriptionupdatedOn this page you can select more advanced settings for your backup. If you prefer, you can ignore those settings, and use the duplicati defaults.Здесь можно сделать дополнительные настройки копирования. Можете оставить стандартные настройки программы.
470GUI\Wizard pages\Add backup\Strings\AdvancedOptions.ru-RU.resxPageTitleupdatedAdvanced settingsДополнительные настройки
471GUI\Wizard pages\Add backup\Strings\CleanupSettings.ru-RU.resxDisabledCleanupWarningupdatedYou have disabled backup removal. If no backups are removed, the amount of stored data will increase forever. Disabling backup cleanup may result in storage space being exhausted. Do you want to continue without backup removal backups?Вы запретили удаление копий. Если сохранять все копии, они когда-нибудь замут все место в хранилище. Сохранить эту настройку несмотря на опасность переполнения хранилища?
472GUI\Wizard pages\Add backup\Strings\CleanupSettings.ru-RU.resxPageDescriptionupdatedTo ensure that backups do not grow indefinately, Duplicati can automatically remove old backups.Чтобы копии не заняли все место, программа может автоматически удалять старые копии.
473GUI\Wizard pages\Add backup\Strings\CleanupSettings.ru-RU.resxPageTitleupdatedSelect cleanup optionsВыберите варианты удаления
474GUI\Wizard pages\Add backup\Strings\CleanupSettings.ru-RU.resxTooShortCleanupDurationDayupdatedThe cleanup duration entered is less than 1 day. This will give very poor system performance.Установлен срок очистки меньше одного дня. Это вызовет проблемы со скоростью работы.
475GUI\Wizard pages\Add backup\Strings\CleanupSettings.ru-RU.resxTooShortFullDurationupdatedThe full backup duration entered is less than ten minutes. This will give very poor system performance.Длительность полного копирования, которую вы ввели, меньше 10 минут. Это вызовет проблемы с производительностью системы.
476GUI\Wizard pages\Add backup\Strings\EditFilters.ru-RU.resxPageDescriptionupdatedOn this page you can modify filters that control what files are included in the backup.Здесь можно изменить шаблоны, определяющие, какие файлы включить в копию.
477GUI\Wizard pages\Add backup\Strings\EditFilters.ru-RU.resxPageTitleupdatedEdit filtersИзменить фильтры
478GUI\Wizard pages\Add backup\Strings\FinishedAdd.ru-RU.resxPageDescriptionupdatedYou have now entered all the required data, and can now create the backup.Вы указали все, что надо, и теперь можно делать копию.
479GUI\Wizard pages\Add backup\Strings\FinishedAdd.ru-RU.resxPageDescriptionModifyupdatedThe backup modifications are now ready to be saved.Теперь изменения задания можно сохранить
480GUI\Wizard pages\Add backup\Strings\FinishedAdd.ru-RU.resxPageTitleupdatedReady to add backupЗадание на копирование готово к добавлению
481GUI\Wizard pages\Add backup\Strings\FinishedAdd.ru-RU.resxPageTitleModifyupdatedReady to save changesИзменения готовы к сохранению
482GUI\Wizard pages\Add backup\Strings\FinishedAdd.ru-RU.resxSummaryActionupdatedActionДействие
483GUI\Wizard pages\Add backup\Strings\FinishedAdd.ru-RU.resxSummaryActionAddupdatedAdd new backupДобавить новое задание
484GUI\Wizard pages\Add backup\Strings\FinishedAdd.ru-RU.resxSummaryActionModifyupdatedModify backupИзменить задание
485GUI\Wizard pages\Add backup\Strings\FinishedAdd.ru-RU.resxSummaryDestinationupdatedDestinationКуда
486GUI\Wizard pages\Add backup\Strings\FinishedAdd.ru-RU.resxSummaryDestinationPathupdatedDestination pathПуть, куда копировать
487GUI\Wizard pages\Add backup\Strings\FinishedAdd.ru-RU.resxSummaryFullBackupEachupdatedFull backup eachПолное копирование каждые
488GUI\Wizard pages\Add backup\Strings\FinishedAdd.ru-RU.resxSummaryKeepFullBackupsupdatedKeep full backupsСохранить полные копии
489GUI\Wizard pages\Add backup\Strings\FinishedAdd.ru-RU.resxSummaryRepeatupdatedRepeatПовторить
490GUI\Wizard pages\Add backup\Strings\FinishedAdd.ru-RU.resxSummarySourceFolderupdatedSource folderПапка-источник
491GUI\Wizard pages\Add backup\Strings\FinishedAdd.ru-RU.resxSummaryWhenupdatedWhenКогда
492GUI\Wizard pages\Add backup\Strings\PasswordSettings.ru-RU.resxChangePasswordQuestionupdatedAre you sure you want to change the current password to a new random one?Действительно хотите изменить пароль на новый придуманный программой?
493GUI\Wizard pages\Add backup\Strings\PasswordSettings.ru-RU.resxEmptyPasswordErrorupdatedYou must enter a password, remove the check mark next to the box to disable encryption of the backups.Введите пароль или снимите галочку для отмены шифрования копий
494GUI\Wizard pages\Add backup\Strings\PasswordSettings.ru-RU.resxEnablePasswordRestoreTextupdatedBackup is protected with passwordКопия защищена паролем
495GUI\Wizard pages\Add backup\Strings\PasswordSettings.ru-RU.resxEncryptionModuleLoadErrorupdatedFailed to load the encryption modules: {0}Не получилось загрузить модуль шифрования: {0}
496GUI\Wizard pages\Add backup\Strings\PasswordSettings.ru-RU.resxNewGeneratedPasswordWarningupdatedYou have generated a new random password. Please write down the password and store it in a safe location. Without this password, you will not be able to recover a single file from the backups! You cannot recover the password from within Duplicati after saving this setup. Are you sure you have a safely stored copy of the generated password?Для вас придуман новый пароль. Запишите его и сохраните в надежном месте. Без пароля из копии нельзя получить ни один файл! Программа не хранит пароль - запомните его сами! Вы запомнили и записали пароль в надежное место?
497GUI\Wizard pages\Add backup\Strings\PasswordSettings.ru-RU.resxNoEncryptionMethodSelectedupdatedYou must select an encryption method.Выберите метод шифрования.
498GUI\Wizard pages\Add backup\Strings\PasswordSettings.ru-RU.resxNoPasswordWarningupdatedIf the backup is stored on machine or device that is not under your direct control, it is possible that others may view the files you have stored in the backups. It is highly recomended that you enable encryption. Do you want to continue without encryption?Если копия хранится не на вашем личном сервере, доступном только вам, другие люди теоретически могут получить доступ к вашим копиям. Поэтому рекомендуется включить шифрование. Уверены, что надо продолжить без шифрования?
499GUI\Wizard pages\Add backup\Strings\PasswordSettings.ru-RU.resxPageDescriptionupdatedOn this page you can select options that protect your backups from being read or altered.Здесь вы можете указать настройки защиты ваших копий от чтения посторонними и подмены содержимого.
500GUI\Wizard pages\Add backup\Strings\PasswordSettings.ru-RU.resxPageDescriptionRestoreupdatedEnter the encryption settings that were used to create the backup originallyВведите настройки шифрования, которые использовались при создании копии.
501GUI\Wizard pages\Add backup\Strings\PasswordSettings.ru-RU.resxPageTitleupdatedSelect password for the backupПридумайте пароль для задания на копирование
502GUI\Wizard pages\Add backup\Strings\PasswordSettings.ru-RU.resxPasswordChangedWarningupdated****************** WARNING *********************** You are modifying the password settings for an existing backup. If you save these changes, you will no longer be able to recover previously backed up files. Are you absolutely sure you want to continue?****************** ВНИМАНИЕ *********************** Вы изменяете пароль для существующего задания на копирования. Если вы это сделаете, то все ранее сохраненные этим заданием файлы пропадут. Вы УВЕРЕНЫ, что хотите этого?
503GUI\Wizard pages\Add backup\Strings\SelectFiles.ru-RU.resxCalculatingSizeupdatedCalculating size ...Считаем размер ...
504GUI\Wizard pages\Add backup\Strings\SelectFiles.ru-RU.resxCalculatingSizeMarkernot-updated(...)
505GUI\Wizard pages\Add backup\Strings\SelectFiles.ru-RU.resxDuplicateFolderErrorupdatedThe folder "{0}" is included twiceПапка "{0}" включена дважды
506GUI\Wizard pages\Add backup\Strings\SelectFiles.ru-RU.resxFinalSizeCalculatedupdatedThe selected items take up {0} of spaceВыбранные элементы займут {0}
507GUI\Wizard pages\Add backup\Strings\SelectFiles.ru-RU.resxFolderDoesNotExistWarningupdatedThe folder "{0}" does not exist. How do you want to proceed?Папка "{0}" не существует. Что делать?
508GUI\Wizard pages\Add backup\Strings\SelectFiles.ru-RU.resxNoFilesSelectedErrorupdatedYou have not included any files.Вы не выбрали ни один файл.
509GUI\Wizard pages\Add backup\Strings\SelectFiles.ru-RU.resxPageDescriptionupdatedOn this page you must select the folder and files you wish to backupВыберите, какие папки и файлы надо копировать
510GUI\Wizard pages\Add backup\Strings\SelectFiles.ru-RU.resxPageTitleupdatedSelect files to backupВыберите, какие файлы копировать
511GUI\Wizard pages\Add backup\Strings\SelectFiles.ru-RU.resxPartialSizeCalculatedupdatedCalculating ... (using more than {0} of space)Считаем ... (используется более {0} места)
512GUI\Wizard pages\Add backup\Strings\SelectFiles.ru-RU.resxRelatedFoldersErrorupdatedThe folder "{0}" is a subfolder of "{1}", which is not allowedПапка "{0}" вложена в "{1}", так нельзя
513GUI\Wizard pages\Add backup\Strings\SelectFiles.ru-RU.resxUpgradeWarningupdatedThe setup is loaded from an older version of Duplicati. If you save the backup settings, the internal storage will be change to the new version. Please verify the content of the backup after the next run to ensure that it contains the files and folders that you expect.Настройки загружены из предыдущей версии программы. Если записать настройки сейчас, они запишутся в новом формате. После следующего копирования проверьте, все ли нужные вам файлы и папки содержатся в резервной копии.
514GUI\Wizard pages\Add backup\Strings\SelectName.ru-RU.resxDuplicateNameEnteredErrorupdatedThere already exists a backup with that nameЗадание на копирование с таким именем уже есть
515GUI\Wizard pages\Add backup\Strings\SelectName.ru-RU.resxInvalidNameEnteredErrorupdatedFailed to validate the backup name: {0}Не получилось проверить имя копии: {0}
516GUI\Wizard pages\Add backup\Strings\SelectName.ru-RU.resxNoNameEnteredErrorupdatedYou must enter a name for the backupВы должны ввести какое-нибудь имя для задания на копирование
517GUI\Wizard pages\Add backup\Strings\SelectName.ru-RU.resxPageDescriptionupdatedOn this page you can enter a name for the backup, so you can find and modify it laterЗдесь вы можете ввести имя задания на копирование, чтобы в будущем вы могли найти и изменить задание
518GUI\Wizard pages\Add backup\Strings\SelectName.ru-RU.resxPageTitleupdatedEnter a name for the backupВведите имя для задания на копирование
519GUI\Wizard pages\Add backup\Strings\SelectWhen.ru-RU.resxFullDurationShorterThanScheduleDurationErrorupdatedThe interval between each full backup must be larger than the schedule interval.Интервал между полными копиями должен быть больше, чем интервал по расписанию
520GUI\Wizard pages\Add backup\Strings\SelectWhen.ru-RU.resxNoScheduleWarningupdatedYou have selected not to run the backup automatically. This means that you have to remember to manually start the backup periodically. Are you sure this is what you want?Вы решили не запускать копирование автоматически. Это значит, что вы должны регулярно запускать его вручную. Вы так и хотели?
521GUI\Wizard pages\Add backup\Strings\SelectWhen.ru-RU.resxOnlyFullBackupsWarningupdatedYou have selected to only produce full backups. This may take up a lot of space on the backend. Are you sure this is what you want?Вы решили делать только полное копирование. Это требует значительно больше места на сервере. Вы так и хотели?
522GUI\Wizard pages\Add backup\Strings\SelectWhen.ru-RU.resxOnlyIncrementalBackupsWarningupdatedYou have selected to only produce incremental backups. This may result in very lengthy restore operations, and increases the probability of a restore failure. Are you sure this is what you want?Вы решили делать только инкрементальное копирование. Это делает восстановление очень долгим и менее надежным. Вы так и хотели?
523GUI\Wizard pages\Add backup\Strings\SelectWhen.ru-RU.resxPageDescriptionupdatedOn this page you may set up when the backup is run. Automatically repeating the backup ensure that you have a backup, without requiring any action from you.На этой странице указывается, когда запускать копирование. Автоматическое копирование гарантирует, что бэкап будет выполнен всегда, без вашего вмешательства, при включенном компьютере.
524GUI\Wizard pages\Add backup\Strings\SelectWhen.ru-RU.resxPageTitleupdatedSelect when the backup should runУкажите, когда запускать копирование
525GUI\Wizard pages\Add backup\Strings\SelectWhen.ru-RU.resxTimeIsInThePastWarningupdatedThe time you entered is in the past.Вы указали момент, который уже прошел.
526GUI\Wizard pages\Add backup\Strings\SelectWhen.ru-RU.resxTimeOccursShortlyWarningupdatedThe time you entered will occur shortly.Указанный момент скоро наступит.
527GUI\Wizard pages\Add backup\Strings\SelectWhen.ru-RU.resxTooManyIncrementalsWarningupdatedThe settings you have selected will result in {0} incremental backups being created between each full backup. This can result in very lengthy restore operations, and increases the probability of a restore failure. Do you want to keep these settings?Ваши настройки требуют делать {0} инкрементальных копий между полными копиями. Это сделает восстановление очень долгим и менее надежным. Вы так и хотели?
528GUI\Wizard pages\Add backup\Strings\SelectWhen.ru-RU.resxTooShortFullDurationErrorupdatedThe interval between full backups must be more than {0} minutes.Интервал между полными копиями должен быть больше {0} минут.
529GUI\Wizard pages\Add backup\Strings\SelectWhen.ru-RU.resxTooShortScheduleDurationErrorupdatedThe schedule interval must be more than {0} minutes.Интервал по расписанию должен быть больше {0} минут.
530GUI\Wizard pages\Add backup\Strings\SettingOverrides.ru-RU.resxBackendLoadErrorupdatedAn error occured while loading backend settings: {0}Ошибка при загрузке настроек модуля: {0}
531GUI\Wizard pages\Add backup\Strings\SettingOverrides.ru-RU.resxCompressionLoadErrorupdatedAn error occured while loading compression settings: {0}Ошибка при загрузке настроек сжатия: {0}
532GUI\Wizard pages\Add backup\Strings\SettingOverrides.ru-RU.resxEncryptionLoadErrorupdatedAn error occured while loading encryption settings: {0}Ошибка при загрузке настроек шифрования: {0}
533GUI\Wizard pages\Add backup\Strings\SettingOverrides.ru-RU.resxGenericModuleLoadErrorupdatedAn error occured while loading generic module settings: {0}Ошибка при загрузке общих настроек: {0}
534GUI\Wizard pages\Add backup\Strings\SettingOverrides.ru-RU.resxPageDescriptionupdatedOn this page you can override all settings supported by Duplicati. This is very advanced, so be carefull!Здесь можно отменить все настройки программы. Делать это разрешается только опытным специалистам. Не уверены - не делайте!
535GUI\Wizard pages\Add backup\Strings\SettingOverrides.ru-RU.resxPageTitleupdatedOverride settingsЗаместить настройки
536GUI\Wizard pages\Add backup\Strings\ThrottleOptions.ru-RU.resxPageDescriptionupdatedOn this page you may select limits that prevent the backup procedure from using too many resourcesЗдесь можно ограничить программу так, чтобы она использовала поменьше ресурсов при копировании
537GUI\Wizard pages\Add backup\Strings\ThrottleOptions.ru-RU.resxPageTitleupdatedSelect how to limit the backupВыберите лимиты для копирования
538GUI\Wizard pages\Add backup\ThrottleOptions.ru-RU.resxAsyncEnabled.TextupdatedUpload asyncronoslyКопировать асинхронно
539GUI\Wizard pages\Add backup\ThrottleOptions.ru-RU.resxBackupLimitEnabled.TextupdatedEach backup size limit Каждая копия не больше
540GUI\Wizard pages\Add backup\ThrottleOptions.ru-RU.resxlabel1.TextupdatedSize of each volumeРазмер каждого тома
541GUI\Wizard pages\Backends\RawContainer.ru-RU.resxlabel1.TextupdatedDestinationКуда
542GUI\Wizard pages\Delete backup\DeleteFinished.ru-RU.resxlabel1.TextupdatedSummaryСводка
543GUI\Wizard pages\Delete backup\DeleteFinished.ru-RU.resxlabel2.TextupdatedWarning: You cannot restore the files after the backup is deleted!!!ВНИМАНИЕ: Вы не сможете восстановить файлы после удаления задания!
544GUI\Wizard pages\Delete backup\DeleteFinished.ru-RU.resxlabel3.TextupdatedNote that the actual files will not be removed from the storage backend, you must remove the files manually.Внимание: сами файлы не будут удалены с сервера, вы должны их удалить самостоятельно
545GUI\Wizard pages\Delete backup\Strings\DeleteFinished.ru-RU.resxPageDescriptionupdatedYou are now ready to delete the backup. Please note that you cannot restore the backup ever againСейчас задание будет удалено. Внимание: восстановление файлов после этого будет невозможно.
546GUI\Wizard pages\Delete backup\Strings\DeleteFinished.ru-RU.resxPageTitleupdatedDelete backupУдалить задание и копии
547GUI\Wizard pages\Delete backup\Strings\DeleteFinished.ru-RU.resxSummaryTextupdatedAction: Delete backup Name: {0}Действие: удалить задание и копии Имя: {0}
548GUI\Wizard pages\FirstLaunch.ru-RU.resxCreateNew.TextupdatedSetup a new backupНастроить новое копирование
549GUI\Wizard pages\FirstLaunch.ru-RU.resxRestoreFiles.TextupdatedRestore files from a backupВосстановить файлы из резервной копии
550GUI\Wizard pages\FirstLaunch.ru-RU.resxRestoreFilesHelp.TextupdatedYou do not want to set up Duplicati, but just want to restore some filesУстанавливать Duplicati не надо, надо только восстановить файлы
551GUI\Wizard pages\FirstLaunch.ru-RU.resxRestoreSettingsHelp.TextupdatedYou have used Duplicati before, and want to restore your setupВы использовали Duplicati раньше и хотите использовать старые настройки
552GUI\Wizard pages\FirstLaunch.ru-RU.resxRestoreSetup.TextupdatedRestore settings from a previous Duplicati installationВосстановить настройки предыдущей установки
553GUI\Wizard pages\FirstLaunch.ru-RU.resxSetupNewBackupHelp.TextupdatedYou have not used Duplicati before, or want to start overВы устанавливаете Duplicati впервые или удаляете старые настройки
554GUI\Wizard pages\FirstLaunch.ru-RU.resxSimpleHelpHeader.TextupdatedSelect one of the options below, and click nextВыберите один из вариантов и нажмите "Далее"
555GUI\Wizard pages\MainPage.ru-RU.resxBackup.TextupdatedRun a backup immediatelyЗапустить копирование немедленно
556GUI\Wizard pages\MainPage.ru-RU.resxCreateNew.TextupdatedSchedule a new backupЗапланировать новое задание на копирование
557GUI\Wizard pages\MainPage.ru-RU.resxdonate_button.ToolTipmissingShow your appreciation by donating, any amount is accepted
558GUI\Wizard pages\MainPage.ru-RU.resxdonate_link.TextmissingSupport Duplicati
559GUI\Wizard pages\MainPage.ru-RU.resxdonate_link.ToolTipmissingShow your appreciation by donating, any amount is accepted
560GUI\Wizard pages\MainPage.ru-RU.resxEdit.TextupdatedEdit an existing backupИзменить существующее задание
561GUI\Wizard pages\MainPage.ru-RU.resxlabel1.TextupdatedWhat do you want to do?Что сделать?
562GUI\Wizard pages\MainPage.ru-RU.resxRemove.TextupdatedRemove an existing backupУдалить существующие копии
563GUI\Wizard pages\MainPage.ru-RU.resxRestore.TextupdatedRestore files from a backupВосстановить файлы из резервной копии
564GUI\Wizard pages\Restore\FinishedRestore.ru-RU.resxlabel1.TextupdatedSummaryСводка
565GUI\Wizard pages\Restore\FinishedRestore.ru-RU.resxRunInBackground.TextupdatedRun restore operation as a background jobЗапустить восстановление в фоне
566GUI\Wizard pages\Restore\SelectBackupVersion.ru-RU.resxlabel1.TextupdatedSelect the backup you want to restoreИз какой копии надо восстановить файлы?
567GUI\Wizard pages\Restore\Strings\FinishedRestore.ru-RU.resxMostRecentupdatedmost recentсамые свежие
568GUI\Wizard pages\Restore\Strings\FinishedRestore.ru-RU.resxPageDescriptionupdatedDuplicati is now ready to restore your files.Программа готова восстановить файлы.
569GUI\Wizard pages\Restore\Strings\FinishedRestore.ru-RU.resxPageTitleupdatedReady to restore filesГотов восстанавливать файлы
570GUI\Wizard pages\Restore\Strings\FinishedRestore.ru-RU.resxRestoreFailedErrorupdatedThe restore operation failed: {0}Восстановить не удалось: {0}
571GUI\Wizard pages\Restore\Strings\FinishedRestore.ru-RU.resxRestoreWaitDialogTitleupdatedRestoring files, please wait...Восстанавливаем файлы, подождите немного...
572GUI\Wizard pages\Restore\Strings\FinishedRestore.ru-RU.resxSummaryTextupdatedAction: Restore backup Backup: {0} Date: {1} Folder: {2}Действие: восстановление Задание на копирование: {0} Дата: {1} Папка: {2}
573GUI\Wizard pages\Restore\Strings\SelectBackupVersion.ru-RU.resxNoBackupSelectedErrorupdatedYou must select the backup to restoreВыберите задание, из копий которого восстанавливать
574GUI\Wizard pages\Restore\Strings\SelectBackupVersion.ru-RU.resxPageDescriptionupdatedThe list below shows all the available backups. Select one to restoreВ списке указаны все доступные копии. Из какой восстанавливать?
575GUI\Wizard pages\Restore\Strings\SelectBackupVersion.ru-RU.resxPageTitleupdatedSelect the backup to restoreИз какой копии восстанавливать?
576GUI\Wizard pages\Restore\Strings\TargetFolder.ru-RU.resxCreateNewFolderWarningupdatedThe folder {0} does not exist. Do you want to create it?Папки {0} нет. Создать ее?
577GUI\Wizard pages\Restore\Strings\TargetFolder.ru-RU.resxFolderIsNotEmptyWarningupdatedThe folder {0} is not empty. Do you want to use it anyway?Папка {0} непуста. Использовать ее несмотря на это?
578GUI\Wizard pages\Restore\Strings\TargetFolder.ru-RU.resxFolderPathIsRelativeErrorupdatedYou must enter the full path of the folder: {0}Введите полный путь к папке: {0}
579GUI\Wizard pages\Restore\Strings\TargetFolder.ru-RU.resxFolderValidationErrorupdatedAn error occured while verifying the destination {0}. Please make sure it exists and is accessible. Error message: {1}При проверке места назначения {0} произошла ошибка. Убедитесь в том, что оно существует и доступно. Ошибка: {1}
580GUI\Wizard pages\Restore\Strings\TargetFolder.ru-RU.resxNoFilesSelectedErrorupdatedYou have not selected any files to restore.Вы не выбрали, какие файлы восстанавливать
581GUI\Wizard pages\Restore\Strings\TargetFolder.ru-RU.resxNoFolderErrorupdatedYou must enter a folder to restore toВыберите папку, куда восстанавливать
582GUI\Wizard pages\Restore\Strings\TargetFolder.ru-RU.resxPageDescriptionupdatedPlease select the folder into which the backup will be restoredВыберите папку, в которую надо записать восстанавливаемые файлы
583GUI\Wizard pages\Restore\Strings\TargetFolder.ru-RU.resxPageTitleupdatedSelect restore folderВыберите папку для восстановления
584GUI\Wizard pages\Restore\Strings\TargetFolder.ru-RU.resxPathTooLongWarningupdatedThe restored files will use a path that is {0} characters long, but Windows only supports paths up to around 250 characters. If you proceed some files may not be restored. Do you want to continue with the restore procedure anyway?Восстановленные файлы будут использовать путь длиной {0} символов, а Windows поддерживает пути длиной примерно до 250. Если продолжить, некоторые файлы не восстановятся. Продолжать восстановление, несмотря на это?
585GUI\Wizard pages\Restore\TargetFolder.ru-RU.resxBrowseFolder.Textmissing...
586GUI\Wizard pages\Restore\TargetFolder.ru-RU.resxfolderBrowserDialog.DescriptionupdatedSelect the folder where the backup will be restoredВыберите папку, куда надо восстановить файлы
587GUI\Wizard pages\Restore\TargetFolder.ru-RU.resxlabel2.TextupdatedRestore to this folderВосстановить в папку
588GUI\Wizard pages\Restore\TargetFolder.ru-RU.resxPartialRestore.TextupdatedRestore only the items selected belowВосстановить выбранное
589GUI\Wizard pages\RestoreSetup\FinishedRestoreSetup.ru-RU.resxlabel1.TextupdatedSummaryСводка
590GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.ru-RU.resxPageDescriptionupdatedYou have now entered all the required data, and can now restore the setup.Вы ввели все данные, теперь можно восстановить настройки
591GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.ru-RU.resxPageTitleupdatedReady to restore settingsНастройки готовы к восстановлению
592GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.ru-RU.resxRestoreFailedErrorupdatedFailed to restore setup files, the error message was: {0}Не вышло восстановить файлы настроек, ошибка {0}
593GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.ru-RU.resxRestoreWaitDialogTitleupdatedRestoring setup, please wait...Восснанавливаем настройки, подождите, пожалуйста
594GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.ru-RU.resxSetupFileMissingErrorupdatedConnection succeded, but not setup file was foundСоединение удалось, но настройки не найдены
595GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.ru-RU.resxSummaryActionupdatedActionДействие
596GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.ru-RU.resxSummaryRestoreBackupupdatedRestore backupВосстановить
597GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.ru-RU.resxSummarySourceupdatedSourceИсточник
598GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.ru-RU.resxSummarySourcePathupdatedSource pathПуть к источнику
599GUI\Wizard pages\RunNow\RunNowFinished.ru-RU.resxForceFull.TextupdatedForce full backupПринудительное полное копирование
600GUI\Wizard pages\RunNow\RunNowFinished.ru-RU.resxlabel1.TextupdatedSummaryСводка
601GUI\Wizard pages\RunNow\Strings\RunNowFinished.ru-RU.resxPageDescriptionupdatedYou are now ready to run the backupВсе готово к копированию
602GUI\Wizard pages\RunNow\Strings\RunNowFinished.ru-RU.resxPageTitleupdatedReady to run backupГотовность к копированию
603GUI\Wizard pages\RunNow\Strings\RunNowFinished.ru-RU.resxSummaryTextupdatedAction: Run backup now Name: {0}Действие: Запустить копирование сейчас Имя: {0}
604GUI\Wizard pages\SelectBackend.ru-RU.resxQuestion.TextupdatedWhere do you want to store the backups?Где вы будете хранить резервные копии?
605GUI\Wizard pages\SelectBackup.ru-RU.resxDirectRestore.TextupdatedRestore files directlyВосстановить файлы напрямую
606GUI\Wizard pages\SelectBackup.ru-RU.resxRestoreExisting.TextupdatedRestore from an existing backupВосстановить файлы из существующей копии
607GUI\Wizard pages\SelectBackup.ru-RU.resxShowAdvanced.TextupdatedShow advanced optionsПоказать дополнительные настройки
608GUI\Wizard pages\SelectBackup.ru-RU.resxtopLabel.TextupdatedSelect backup to modifyВыберите задание, которое хотите изменить
609GUI\Wizard pages\Strings\FirstLaunch.ru-RU.resxNoActionSelectionupdatedYou must select an actionВыберите действие
610GUI\Wizard pages\Strings\FirstLaunch.ru-RU.resxPageHelptextupdatedSince this is your first use of Duplicati on this machine, this wizard will guide you through a Duplicati setupВы впревые запускаете эту программу на этом компьютере, так что для начала надо ее немного настроить
611GUI\Wizard pages\Strings\FirstLaunch.ru-RU.resxPageTitleupdatedWelcome to DuplicatiДобро пожаловать!
612GUI\Wizard pages\Strings\FirstLaunch.ru-RU.resxShowAdvancedQuestionupdatedDo you need to modify advanced settings? (Most users do not need this)Изменить дополнительные настройки? (обычно это не требуется)
613GUI\Wizard pages\Strings\MainPage.ru-RU.resxPageHelptextupdatedPlease select the action you want to perform belowВыберите, что делать
614GUI\Wizard pages\Strings\MainPage.ru-RU.resxPageTitleupdatedWelcome to the Duplicati WizardДобро пожаловать к настройке
615GUI\Wizard pages\Strings\SelectBackend.ru-RU.resxNoActionSelectedupdatedYou must enter the storage method before you can continue.Обязательно выберите метод хранения.
616GUI\Wizard pages\Strings\SelectBackend.ru-RU.resxPageHelptextupdatedOn this page you can select the type of device or service that store the backups. You may need information from the service provider when you continue.Выберите хранилище для резервных копий.
617GUI\Wizard pages\Strings\SelectBackend.ru-RU.resxPageTitleupdatedSelect a place to store the backupsВыберите, где хранить копии
618GUI\Wizard pages\Strings\SelectBackend.ru-RU.resxRestoreSetupTitleupdatedWhere is the backup stored?Где хранятся копии?
619GUI\Wizard pages\Strings\SelectBackup.ru-RU.resxNoActionSelectedupdatedYou must select a backup before you can continueВыберите задание, пожалуйста
620GUI\Wizard pages\Strings\SelectBackup.ru-RU.resxPageHelptextEditupdatedIn the list below, select the backup you want to modifyВыберите, пожалуйтса, из списка задание, которое надо изменить
621GUI\Wizard pages\Strings\SelectBackup.ru-RU.resxPageHelptextRemoveupdatedIn the list below, select the backup you want to deleteВыберите из списка задание, которое надо удалить
622GUI\Wizard pages\Strings\SelectBackup.ru-RU.resxPageHelptextRestoreupdatedIn the list below, select the backup you want to restoreВыберите из списка копию для восстановления
623GUI\Wizard pages\Strings\SelectBackup.ru-RU.resxPageHelptextRunNowupdatedIn the list below, select the backup you want to run immediatelyВыберите из списка задание, которое надо срочно запустить
624GUI\Wizard pages\Strings\SelectBackup.ru-RU.resxPageHelptextUnknownupdatedUnknown actionНеизвестное действие
625GUI\Wizard pages\Strings\SelectBackup.ru-RU.resxPageTitleEditupdatedSelect the backup to modifyВыберите задание для изменения
626GUI\Wizard pages\Strings\SelectBackup.ru-RU.resxPageTitleRemoveupdatedSelect the backup to removeВыберите задание для удаления
627GUI\Wizard pages\Strings\SelectBackup.ru-RU.resxPageTitleRestoreupdatedSelect the backup to restoreВыберите копию для восстановления
628GUI\Wizard pages\Strings\SelectBackup.ru-RU.resxPageTitleRunNowupdatedSelect the backup to run nowВыберите задания для немедленного запуска
629GUI\Wizard pages\Strings\SelectBackup.ru-RU.resxPageTitleUnknownupdatedUnknown actionНеизвестное действие
630Library\Backend\CloudFiles\CloudFilesUI.ru-RU.resxCreateContainer.TextupdatedCreate containerСоздать контейнер
631Library\Backend\CloudFiles\CloudFilesUI.ru-RU.resxlabel1.TextupdatedCloudFiles UsernameИмя (login)
632Library\Backend\CloudFiles\CloudFilesUI.ru-RU.resxlabel2.TextupdatedCloudFiles API KeyПароль (API Key)
633Library\Backend\CloudFiles\CloudFilesUI.ru-RU.resxlabel3.TextupdatedContainer nameНазвание контейнера
634Library\Backend\CloudFiles\CloudFilesUI.ru-RU.resxlabel4.TextupdatedA container can be thought of as a root folder. Use / in the container name, to access subfolders in the containerКонтейнер - это нечто вроде корневой папки. Используйте / в имени контейнера, чтобы получить доступ к папкам внутри него
635Library\Backend\CloudFiles\CloudFilesUI.ru-RU.resxlabel5_2.TextupdatedCloudFiles AuthUrlAuthUrl
636Library\Backend\CloudFiles\CloudFilesUI.ru-RU.resxSignUpLink.TextupdatedClick here for the sign up pageСтраница провайдера
637Library\Backend\CloudFiles\CloudFilesUI.ru-RU.resxTestConnection.TextupdatedTest ConnectionТест соединения
638Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxDescription_v2updatedSupports connections to the CloudFiles backend. Allowed formats is "cloudfiles://container/folder".Поддерживает соединения с модулем CloudFiles. Допустимый формат "cloudfiles://container/folder".
639Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxDescriptionAuthenticationURLLong_v2updatedCloudfiles use different servers for authentification based on where the account was resides, use this option to set an alternate authentication URL. This option overrides --{0}.Укажите адрес аутентификации (URL). Эта настройка отменяет --{0}.
640Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxDescriptionAuthenticationURLShortupdatedProvide another authentication URLУкажите иной адрес аутентификации (URL)
641Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxDescriptionFTPPasswordLongupdatedThe password used to connect to the server. This may also be supplied as the environment variable "FTP_PASSWORD".Этот пароль нужен для подключения к серверу. Его можно указать в переменной "FTP_PASSWORD".
642Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxDescriptionFTPPasswordShortupdatedSupplies the password used to connect to the serverПароль для подключения к серверу
643Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxDescriptionFTPUsernameLongupdatedThe username used to connect to the server. This may also be supplied as the environment variable "FTP_USERNAME".Это имя нужно для подключения к серверу. Его можно указать в переменной "FTP_USERNAME".
644Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxDescriptionFTPUsernameShortupdatedSupplies the username used to connect to the serverУкажите имя пользователя для соединения с сервером
645Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxDescriptionPasswordLongupdatedSupplies the API Access Key used to authenticate with CloudFiles.Укажите API Access Key для аутентификации.
646Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxDescriptionPasswordShortupdatedSupplies the access key used to connect to the serverключ для связи с сервером
647Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxDescriptionUKAccountLongupdatedDuplicati will assume that the credentials given are for a US account, use this option if the account is a UK based account. Note that this is equivalent to setting --{0}={1}.Программа предполагает, что ваш логин и пароль относятся к учетной записи Rackspace из США, используйте этот ключ, если учетная запись британская. Это эквивалентно установке --{0}={1}.
648Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxDescriptionUKAccountShortupdatedUse a UK accountИспользуйте учетную запись для UK
649Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxDescriptionUsernameLongupdatedSupplies the username used to authenticate with CloudFiles.Имя (логин) для хранилища, совместимого с CloudFiles.
650Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxDescriptionUsernameShortupdatedSupplies the username used to authenticate with CloudFilesИмя (логин) для хранилища, совместимого с CloudFiles
651Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxDisplayNameupdatedCloudFiles (Rackspace)Хранилище формата Rackspace
652Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxETagVerificationErrorupdatedMD5 Hash (ETag) verification failedНе прошла проверка контрольной суммы MD5 (ETag)
653Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxFileDeleteErrorupdatedFailed to delete fileНе удалось удалить файл
654Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxFileUploadErrorupdatedFailed to upload fileНе удалось передать файл
655Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxInvalidUrlErrorupdatedInvalid URL: {0}Недопустимый URL: {0}
656Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxNoAPIKeyErrorupdatedNo CloudFiles API Access Key givenНе сообщен ключ CloudFiles API
657Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxNoUserIDErrorupdatedNo CloudFiles userID givenНе хватает логина (CloudFiles userID)
658Library\Backend\CloudFiles\Strings\CloudFiles.ru-RU.resxUnexpectedResponseErrorupdatedUnexpected CloudFiles response, perhaps the API has changed?Неожиданный ответ от службы CloudFiles, вероятно, изменился протокол общения - API.
659Library\Backend\CloudFiles\Strings\CloudFilesUI.ru-RU.resxCreateMissingContainerupdatedThe container does not exist, do you want to create it?Такого контейнера нет. Создать?
660Library\Backend\CloudFiles\Strings\CloudFilesUI.ru-RU.resxEmptyAPIKeyErrorupdatedYou must enter your CloudFiles API Access Key. You may click the link to the right to open the CloudFiles login page, and retrieve it.Введите ваш ключ CloudFiles API Access. Попробуйте кликнуть ссылку справа чтобы открыть страницу CloudFiles и найти его.
661Library\Backend\CloudFiles\Strings\CloudFilesUI.ru-RU.resxEmptyAuthUrlErrorupdatedThe AuthUrl field cannot be emptyЗаполните поле AuthUrl
662Library\Backend\CloudFiles\Strings\CloudFilesUI.ru-RU.resxEmptyCloudFilesIDErrorupdatedYou must enter your CloudFiles user ID. You may click the link to the right to open the CloudFiles login page, and retrieve it.Введите ваш логин (CloudFiles user ID). Попробуйте кликнуть ссылку справа чтобы открыть страницу CloudFiles и найти его
663Library\Backend\CloudFiles\Strings\CloudFilesUI.ru-RU.resxEmptyContainerNameErrorupdatedYou must enter a name for the Container. You must use a unique name for each backup. You may enter any name you like.Введите название контейнера. Используйте уникальное имя для каждого задания на копирование. Имя может быть любым.
664Library\Backend\CloudFiles\Strings\CloudFilesUI.ru-RU.resxInvalidAuthUrlErrorupdatedThe url {0} is invalidURL {0} недопустим
665Library\Backend\CloudFiles\Strings\CloudFilesUI.ru-RU.resxPageDescriptionupdatedOn this page you can select where to store the backup data.Выберите, где хранить резервные копии.
666Library\Backend\CloudFiles\Strings\CloudFilesUI.ru-RU.resxPageTitleupdatedBackup storage optionsВарианты хранилищ
667Library\Backend\CloudFiles\Strings\MD5CalculatingStream.ru-RU.resxIncorrectUsageErrorupdatedCannot read and write on the same streamНевозможны чтение и запись в одном потоке одновременно
668Library\Backend\File\FileUI.ru-RU.resxBrowseTargetFolder.Textmissing...
669Library\Backend\File\FileUI.ru-RU.resxfolderBrowserDialog.DescriptionupdatedSelect the folder where the backups will be storedВыберите папку для хранения копий
670Library\Backend\File\FileUI.ru-RU.resxFolderLabel.TextupdatedFolderПапка
671Library\Backend\File\FileUI.ru-RU.resxlabel1.TextupdatedUsernameЛогин
672Library\Backend\File\FileUI.ru-RU.resxlabel2.TextupdatedPasswordПароль
673Library\Backend\File\FileUI.ru-RU.resxUseCredentials.TextupdatedUse alternate credentialsИспользовать другие имя и пароль
674Library\Backend\File\FileUI.ru-RU.resxUseDisk.TextupdatedRemovable diskСменный диск
675Library\Backend\File\FileUI.ru-RU.resxUsePath.TextupdatedPathПуть
676Library\Backend\File\Strings\FileBackend.ru-RU.resxAlternateDestinationMarkerLongupdatedThis option only works when the --{0} option is also specified. If there are alternate paths specified, this option indicates the name of a marker file that must be present in the folder. This can be used to handle situations where an external drive changes drive letter or mount point. By ensuring that a certain file exists, it is possible to prevent writing data to an unwanted external drive. The contents of the file are never examined, only file existence.Эта настройка работает только если указана вместе с ключом --{0}. Если есть альтернативные пути, этот параметр указывает имя файла маркера, который должен быть в папке. Это может быть использовано для обработки ситуаций, когда для внешнего диска меняется буква диска или точка монтирования. Если файл маркера существует, это маркирует диск как нужный, и так можно предотвратить запись данных на нежелательный внешний диск.Содержимое файла неважно, проверяется только существование файла.
677Library\Backend\File\Strings\FileBackend.ru-RU.resxAlternateDestinationMarkerShortupdatedLook for a file in the destination folderПроверить наличие файла в папке назначения
678Library\Backend\File\Strings\FileBackend.ru-RU.resxAlternateTargetPathsLongupdatedThis option allows multiple targets to be specified. The primary target path is placed before the list of paths supplied with this option. Before starting the backup, each folder in the list is checked for existence and optionally the presence of the marker file supplied by --{0}. The first existing path that optionally contains the marker file is then used as the destination. Multiple destinations are separated with a {1},. On Windows, the path may be a UNC path, and the drive letter may be substituted with an asterisk (*), eg.: "*:\backup", which will examine all drive letters. If a username and password is supplied, the same credentials are used for all destinations.Эта настройка позволяет указать несколько мест, куда надо копировать данные. Основной путь ставится перед списком путей, указанных здесь. Перед началом резервного копирования, каждая папка в списке проверяется на существование и проверяется наличие файлов-маркеров, если это указано в --{0}. Первый существующий путь, который необязательно содержит маркерный файл затем используется в качестве пути назначения. Несколько путей должны быть разделены {1}. В Windows можно использовать имя UNC, а буква диска может быть замещена звездочкой (*), например: "*.: \backup", тогда будут проверены все буквы дисков. Если имя пользователя и пароль не указаны, одни и те же учетные данные используются для всех вариантов путей.
679Library\Backend\File\Strings\FileBackend.ru-RU.resxAlternateTargetPathsShortupdatedA list of secondary target pathsСписок дополнительных путей назначения
680Library\Backend\File\Strings\FileBackend.ru-RU.resxDescriptionupdatedThis backend can read and write data to an file based backend. Allowed formats are "file://hostname/folder" or "file://username:password@hostname/folder". You may supply UNC paths (eg: "file://\\server\folder") or local paths (eg: (win) "file://c:\folder", (linux) "file:///usr/pub/files")Модуль может читать и писать данные в хранилище, основанное на файлах. Допустимые форматы адреса: "file://hostname/folder" или "file://username:password@hostname/folder". Можно указать путь в формате UNC (например, "file://\\server\folder") или локальный путь (например, (win) "file://c:\folder", (linux) "file:///usr/pub/files")
681Library\Backend\File\Strings\FileBackend.ru-RU.resxDescriptionFTPPasswordLongupdatedThe password used to connect to the server. This may also be supplied as the environment variable "FTP_PASSWORD".Пароль для соединения с сервером. Может быть записан в переменной окружения "FTP_PASSWORD".
682Library\Backend\File\Strings\FileBackend.ru-RU.resxDescriptionFTPPasswordShortupdatedSupplies the password used to connect to the serverПароль для соединения с сервером.
683Library\Backend\File\Strings\FileBackend.ru-RU.resxDescriptionFTPUsernameLongupdatedThe username used to connect to the server. This may also be supplied as the environment variable "FTP_USERNAME".Логин для соединения с сервером. Может быть записан в переменной окружения "FTP_USERNAME".
684Library\Backend\File\Strings\FileBackend.ru-RU.resxDescriptionFTPUsernameShortupdatedSupplies the username used to connect to the serverЛогин для соединения с сервером
685Library\Backend\File\Strings\FileBackend.ru-RU.resxDisplayNameupdatedFile basedКопирование в файл
686Library\Backend\File\Strings\FileBackend.ru-RU.resxFolderMissingErrorupdatedThe folder {0} does not existПапки {0} нет
687Library\Backend\File\Strings\FileBackend.ru-RU.resxNoDestinationWithMarkerFileErrorupdatedThe marker file "{0}" was not found in any of the examined destinations: {1}Файл-маркер "{0}" не найден ни в одном проверенном хранилище: {1}
688Library\Backend\File\Strings\FileBackend.ru-RU.resxUseMoveForPutLongupdatedWhen storing the file, the standard operation is to copy the file and delete the original. This sequence ensures that the operation can be retried if something goes wrong. Activating this option may cause the retry operation to fail. This option has no effect unless the --disable-streaming-transfers options is activated.При сохранении файла обычно вначале файл копируется, а затем оригинал удаляется. В этом случае операцию можно повторить, если что-то пошло не так. Если этот флаг активировать, повтор может не получиться. Флаг не учитывается, если не активирован флаг --disable-streaming-transfers.
689Library\Backend\File\Strings\FileBackend.ru-RU.resxUseMoveForPutShortupdatedMove the file instead of copying itПеренести файл вместо копирования
690Library\Backend\File\Strings\FileUI.ru-RU.resxAuthenticationErrorupdatedFailed to authenticate using the given credentials.Неверные имя и пароль или ключ
691Library\Backend\File\Strings\FileUI.ru-RU.resxCreateFolderQuestionupdatedThe selected folder does not exist. Do you want to create it?Выбранной папки нет. Создать ее?
692Library\Backend\File\Strings\FileUI.ru-RU.resxEmptyFoldernameErrorupdatedYou must enter a folder to backup toВыберите папку для копирования в нее
693Library\Backend\File\Strings\FileUI.ru-RU.resxFolderEmptyErrorupdatedThe selected folder is emptyВыбранная папка пуста.
694Library\Backend\File\Strings\FileUI.ru-RU.resxFolderNotEmptyWarningupdatedThe selected folder is not empty. Do you want to use it anyway?Папка непуста. Использовать ее несмотря на это?
695Library\Backend\File\Strings\FileUI.ru-RU.resxFolderValidationErrorupdatedAn error occured while verifying the destination. Please make sure it exists and is accessible. Error message: {0}При проверке места назначения произошла ошибка. Убедитесь в том, что оно существует и доступно. Ошибка: {0}
696Library\Backend\File\Strings\FileUI.ru-RU.resxNonRootedPathErrorupdatedYou must enter the full path of the folderУкажите полный путь к папке
697Library\Backend\File\Strings\FileUI.ru-RU.resxNoRemovableDrivesErrorupdatedNo removable drives were found on your system. Please enter the path manually.Съемные диски не обнаружены. Введите путь вручную
698Library\Backend\File\Strings\FileUI.ru-RU.resxPageDescriptionupdatedOn this page you can select where to store the backup data.Здесь вы можете указать, где хранить резервные копии.
699Library\Backend\File\Strings\FileUI.ru-RU.resxPageTitleupdatedBackup storage optionsНастройки хранилища
700Library\Backend\FTP\FTPUI.ru-RU.resxAcceptAnyHash.TextupdatedAccept any invalid certificateПринимать любой недействительный сертификат
701Library\Backend\FTP\FTPUI.ru-RU.resxAcceptSpecifiedHash.TextupdatedAccept this certificate hashПринять контрольную сумму сертификата
702Library\Backend\FTP\FTPUI.ru-RU.resxCreateFolderButton.TextupdatedCreate folderСоздать папку
703Library\Backend\FTP\FTPUI.ru-RU.resxlabel1.TextupdatedServerСервер
704Library\Backend\FTP\FTPUI.ru-RU.resxlabel2.TextupdatedPathПуть
705Library\Backend\FTP\FTPUI.ru-RU.resxlabel3.TextupdatedUsernameЛогин
706Library\Backend\FTP\FTPUI.ru-RU.resxlabel4.TextupdatedPasswordПароль
707Library\Backend\FTP\FTPUI.ru-RU.resxlabel5.TextupdatedPort (optional)Порт (необязательно)
708Library\Backend\FTP\FTPUI.ru-RU.resxlabel6.TextupdatedNote: Some FTP servers have trouble dealing with more than 2000 files. For this reason, you are advised to select a large volume size so the number of files is low.Примечание: некоторые серверы FTP не умеют работать с файлами, если их более 2000. Поэтому советуем выбрать размер тома побольше, чтобы файлов было поменьше.
709Library\Backend\FTP\FTPUI.ru-RU.resxPassiveConnection.TextupdatedUse passive connectionИспользовать пассивный режим
710Library\Backend\FTP\FTPUI.ru-RU.resxTestConnection.TextupdatedTest connectionТестировать соединение
711Library\Backend\FTP\FTPUI.ru-RU.resxUseSSL.TextupdatedUse SSLВключить SSL
712Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionupdatedThis backend can read and write data to an FTP based backend. Allowed formats are "ftp://hostname/folder" or "ftp://username:password@hostname/folder"Этот модуль читает и пишет данные на сервер FTP. Указывайте адрес в виде "ftp://hostname/folder" или "ftp://username:password@hostname/folder"
713Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionDisableUploadVerifyLongupdatedTo protect against network failures, every upload will be attempted verified. Use this option to disable this verfication to make the upload faster by more unsafe.Чтобы гарантировать, что данные переданы верно, каждая передача файлов проверяется. Отметьте эту настройку, чтобы отменить проверку, это ускорит работу, но снизит надежность.
714Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionDisableUploadVerifyShortupdatedDisable upload verificationНе проверять, корректно ли переданы файлы
715Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionFTPActiveLongupdatedIf this flag is set, the FTP connection is made in active mode. Even if the "ftp-passive" flag is also set, the connection will be made in active modeЕсли этот флаг установлен, FTP работает в активном режиме, даже если флаг "ftp-passive" тоже установлен
716Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionFTPActiveShortupdatedToggles the FTP connections methodПереключает тип соединения по FTP
717Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionFTPPassiveLongupdatedIf this flag is set, the FTP connection is made in passive mode, which works better with some firewalls. If the "ftp-regular" flag is also set, this flag is ignoredЕсли этот флаг установлен, то FTP работает в пассивном режиме, это надо в некоторых ситуациях. Если флаг "ftp-regular" тоже установлен, будет работать активный режим.
718Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionFTPPassiveShortupdatedToggles the FTP connections methodПереключает тип соединения по FTP
719Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionFTPPasswordLongupdatedThe password used to connect to the server. This may also be supplied as the environment variable "FTP_PASSWORD".Пароль для соединения с сервером. Может быть записан в переменной окружения "FTP_PASSWORD".
720Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionFTPPasswordShortupdatedSupplies the password used to connect to the serverПароль для соединения с сервером
721Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionFTPUsernameLongupdatedThe username used to connect to the server. This may also be supplied as the environment variable "FTP_USERNAME".Логин для соединения с сервером. Может быть записан в переменной окружения "FTP_USERNAME".
722Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionFTPUsernameShortupdatedSupplies the username used to connect to the serverЛогин для соединения с сервером
723Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionIntegratedAuthenticationLongupdatedIf the server and client both supports integrated authentication, this option enables that authentication method. This is likely only available with windows servers and clients.Если и сервер, и клиент поддерживают интегрированную аутентификацию, эта настрйока включает ее. Вероятно, это сработает только для сервера и клиента под Windows.
724Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionIntegratedAuthenticationShortupdatedUse windows integrated authentication to connect to the serverИспользуете интегрированную в Windows аутенификацию для соединения с сервером
725Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionUseSSLLongupdatedUse this flag to communicate using Secure Socket Layer (SSL) over ftp (ftps).Отметьте эту настройку для использования Secure Socket Layer (SSL) с FTP (ftps).
726Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDescriptionUseSSLShortupdatedInstructs Duplicati to use an SSL (ftps) connectionТребует использовать соединение через SSL (ftps)
727Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxDisplayNameupdatedFTP basedFTP
728Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxListVerifyFailureupdatedThe file {0} was uploaded but not found afterwards, the file listing returned {1}Файл {0} передан, но на сервере не найден, запрос списка вернул {1}
729Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxListVerifySizeFailureupdatedThe file {0} was uploaded but the returned size was {1} and it was expected to be {2}Файл {0} передан, но его размер на сервер {1}, а должен быть {2}
730Library\Backend\FTP\Strings\FTPBackend.ru-RU.resxMissingFolderErrorupdatedThe folder {0} was not found, message: {1}Папка {0} не найдена, сообщение: {1}
731Library\Backend\FTP\Strings\FTPUI.ru-RU.resxApproveCertificateHashQuestionupdatedThe certificate was not valid ({0}). Do you want to approve the certificate anyway and retry?Сертификат недействителен ({0}). Одобрить сертификат все равно и продолжить?
732Library\Backend\FTP\Strings\FTPUI.ru-RU.resxCreateMissingFolderQuestionupdatedThe folder does not exist, do you want to create it?Такой папки нет. Создать?
733Library\Backend\FTP\Strings\FTPUI.ru-RU.resxEmptyHashErrorupdatedYou have not entered a hash stringВы ввели строку контрольной суммы
734Library\Backend\FTP\Strings\FTPUI.ru-RU.resxInvalidHashErrorupdatedThe hash string is not valid, it must be of even length and only contain hex chars (0-9 and a-f)Контрольная сумма неверна, строка должна содержать четное количество символов и содержать только 0-9 и a-f
735Library\Backend\FTP\Strings\FTPUI.ru-RU.resxPageDescriptionupdatedOn this page you can select where to store the backup data.Здесь вы можете указать, где хранить резервные копии.
736Library\Backend\FTP\Strings\FTPUI.ru-RU.resxPageTitleupdatedBackup storage optionsНастройки хранилища
737Library\Backend\S3\S3CommonOptions.ru-RU.resxAllowCredentialStorage.TextupdatedStore new S3 account informationСохранить информацию новой учетной записи S3
738Library\Backend\S3\S3CommonOptions.ru-RU.resxCredentialGroup.TextupdatedStored credentialsЗаписанные данные
739Library\Backend\S3\S3CommonOptions.ru-RU.resxgroupBox2.TextupdatedDefault settingsНастройки по умолчанию
740Library\Backend\S3\S3CommonOptions.ru-RU.resxlabel1.TextupdatedBucket region:Регион bucket'a
741Library\Backend\S3\S3CommonOptions.ru-RU.resxlabel2.TextupdatedServer name:Имя сервера
742Library\Backend\S3\S3CommonOptions.ru-RU.resxRemoveAllButton.TextupdatedRemove allУдалить все
743Library\Backend\S3\S3CommonOptions.ru-RU.resxRemoveSelectedButton.TextupdatedRemoveУдалить выбранное
744Library\Backend\S3\S3CommonOptions.ru-RU.resxUseRRS.TextupdatedUse Reduced Redundancy StorageИспользовать хранилище с пониженной избыточностью
745Library\Backend\S3\S3UI.ru-RU.resxCreateBucket.TextupdatedCreate bucketСоздать контейнер
746Library\Backend\S3\S3UI.ru-RU.resxlabel1.TextupdatedAWS Access IDAWS ID
747Library\Backend\S3\S3UI.ru-RU.resxlabel2.TextupdatedAWS Secret Keyсекретный ключ AWS
748Library\Backend\S3\S3UI.ru-RU.resxlabel3.TextupdatedS3 Bucket nameИмя контейнера S3
749Library\Backend\S3\S3UI.ru-RU.resxlabel4.TextupdatedA bucket can be thought of as a root folder. Use / in the bucket name, to access subfolders in the bucketКонтейнер - это нечто вроде корневой папки. Используйте / в имени контейнера, чтобы получить доступ к папкам внутри него
750Library\Backend\S3\S3UI.ru-RU.resxlabel5.TextupdatedRRS is cheaper but less reliableRRS дешевле, не менее надежен
751Library\Backend\S3\S3UI.ru-RU.resxlabel6.TextupdatedBucket create regionРегион создания контейнера
752Library\Backend\S3\S3UI.ru-RU.resxlabel7.TextupdatedS3 ServernameИмя сервера S3
753Library\Backend\S3\S3UI.ru-RU.resxSignUpLink.TextupdatedClick here for the sign up pageКликните для регистрации
754Library\Backend\S3\S3UI.ru-RU.resxTestConnection.TextupdatedTest ConnectionТест соединения
755Library\Backend\S3\S3UI.ru-RU.resxUseRRS.TextupdatedUse Reduced Redundancy Storage (RRS)Использовать хранилище с пониженной избыточностью (RRS)
756Library\Backend\S3\Strings\S3Backend.ru-RU.resxAMZKeyDescriptionLongupdatedThe AWS "Secret Access Key" can be obtained after logging into your AWS account, this can also be supplied through the "ftp-password" propertyДля получения секретного ключа AWS (Secret Access Key) зайдите в свою учетную запись AWS, его также можно ввести в свойство "ftp-password"
757Library\Backend\S3\Strings\S3Backend.ru-RU.resxAMZKeyDescriptionShortupdatedThe AWS "Secret Access Key"секретный ключ AWS
758Library\Backend\S3\Strings\S3Backend.ru-RU.resxAMZUserIDDescriptionLongupdatedThe AWS "Access Key ID" can be obtained after logging into your AWS account, this can also be supplied through the "ftp-username" propertyДля получения AWS ID (Access Key ID) зайдите в свою учетную запись AWS, его также можно ввести в свойство "ftp-username"
759Library\Backend\S3\Strings\S3Backend.ru-RU.resxAMZUserIDDescriptionShortupdatedThe AWS "Access Key ID"AWS "Access Key ID"
760Library\Backend\S3\Strings\S3Backend.ru-RU.resxDeprecatedUrlFormatupdatedYou are using a deprected url format, please change it to: {0}Не используйте устаревший формат URL, замените его на: {0}
761Library\Backend\S3\Strings\S3Backend.ru-RU.resxDescription_v2updatedThis backend can read and write data to an Amazon S3 compatible server. Allowed formats are: "s3://bucketname/prefix"Этот модуль умеет общаться с серверами, совместимыми с Amazon S3. Формат адреса: "s3://bucketname/prefix"
762Library\Backend\S3\Strings\S3Backend.ru-RU.resxDescriptionFTPUsernameLongupdatedThe username used to connect to the server. This may also be supplied as the environment variable "FTP_USERNAME".Имя пользователя для соединения с сервером. Еще его можно указать в переменной среды "FTP_USERNAME".
763Library\Backend\S3\Strings\S3Backend.ru-RU.resxDescriptionFTPUsernameShortupdatedSupplies the username used to connect to the serverИмя пользователя для соединения с сервером.
764Library\Backend\S3\Strings\S3Backend.ru-RU.resxDescriptionUseSSLLongupdatedUse this flag to communicate using Secure Socket Layer (SSL) over http (https). Note that bucket names containing a period has problems with SSL connections.Установите флаг для соединения с использованием Secure Socket Layer (SSL) через http (https). Помните, что имя контейнера, содержащего точку, может вызывать проблемы при соединении через SSL.
765Library\Backend\S3\Strings\S3Backend.ru-RU.resxDescriptionUseSSLShortupdatedInstructs Duplicati to use an SSL (https) connectionТребует от программы использовать соединение через SSL (https)
766Library\Backend\S3\Strings\S3Backend.ru-RU.resxDisplayNameupdatedAmazon S3 basedОсновано на Amazon S3
767Library\Backend\S3\Strings\S3Backend.ru-RU.resxFTPPasswordDescriptionLongupdatedThe password used to connect to the server. This may also be supplied as the environment variable "FTP_PASSWORD".Пароль для соединения с сервером. Еще его можно указать в переменной среды "FTP_PASSWORD".
768Library\Backend\S3\Strings\S3Backend.ru-RU.resxFTPPasswordDescriptionShortupdatedSupplies the password used to connect to the serverПароль для соединения с сервером
769Library\Backend\S3\Strings\S3Backend.ru-RU.resxNoAMZKeyErrorupdatedNo Amazon S3 secret key givenНе сообщен секретный ключ Amzon S3
770Library\Backend\S3\Strings\S3Backend.ru-RU.resxNoAMZUserIDErrorupdatedNo Amazon S3 userID givenНе сообщен userID Amzon S3
771Library\Backend\S3\Strings\S3Backend.ru-RU.resxOptionsAreMutuallyExclusiveErrorupdatedThe options --{0} and --{1} are mutually exclusiveКлючи --{0} и --{1} - взаимоисключающие
772Library\Backend\S3\Strings\S3Backend.ru-RU.resxS3EurobucketDeprecationDescriptionupdatedPlease use --{0}={1} insteadИспользуйте --{0}={1} вместо них
773Library\Backend\S3\Strings\S3Backend.ru-RU.resxS3EurobucketDescriptionLongupdatedThis flag is only used when creating new buckets. If the flag is set, the bucket is created on a european server. This flag forces the "s3-use-new-style" flag. Amazon charges slightly more for european buckets.Этот ключ используется только при создании новых контейнеров. Если он установлен, контейнер создается на европейском сервере. Этот ключ включает настройку "s3-use-new-style". Контейнер на европейском сервере немного дороже.
774Library\Backend\S3\Strings\S3Backend.ru-RU.resxS3EurobucketDescriptionShortupdatedUse a European serverИспользуйте европейский сервер Amazon
775Library\Backend\S3\Strings\S3Backend.ru-RU.resxS3LocationDescriptionLongupdatedThis option is only used when creating new buckets. Use this option to change what region the data is stored in. Amazon charges slightly more for non-US buckets. Known bucket locations: {0}Этот ключ используется только при создании новых контейнеров. Используйте его, если надо указать, в каком регионе хранить данные. Контейнеры вне США немного дороже. Доступные места хранения контейнеров:
776Library\Backend\S3\Strings\S3Backend.ru-RU.resxS3LocationDescriptionShortupdatedSpecifies S3 location constraintsУказывает ограничения размещения S3
777Library\Backend\S3\Strings\S3Backend.ru-RU.resxS3NewStyleDeprecationupdatedThe subdomain calling option does nothing, the library will pick the right calling conventionНастройка вызова поддомена ничего не делает, программа будет использовать корректный способ вызова в любом случае
778Library\Backend\S3\Strings\S3Backend.ru-RU.resxS3NewStyleDescriptionLongupdatedSpecify this argument to make the S3 backend use subdomains rather than the previous url prefix method. See the Amazon S3 documentation for more details.Укажите этот аргумент, чтобы модуль S3 использовал поддомены вместо префиксов в URL. Подробности есть в документации по Amazon S3.
779Library\Backend\S3\Strings\S3Backend.ru-RU.resxS3NewStyleDescriptionShortupdatedUse subdomain calling styleИспользуйте стиль вызова поддомена
780Library\Backend\S3\Strings\S3Backend.ru-RU.resxS3ServerNameDescriptionLongupdatedCompanies other than Amazon are now supporting the S3 API, meaning that this backend can read and write data to those providers as well. Use this option to set the hostname. Currently known providers are: {0}S3 API поддерживает не только Amazon, этот модуль может обмениваться данными и с другими провайдерами. Используйте эту настройку для указания имени сервера. На данный момент известны следующие провайдеры: {0}
781Library\Backend\S3\Strings\S3Backend.ru-RU.resxS3ServerNameDescriptionShortupdatedSpecifies an alternate S3 server nameУкажите имя альтернативного сервера S3
782Library\Backend\S3\Strings\S3Backend.ru-RU.resxS3UseRRSDescriptionLongupdatedThis flag toggles the use of the special RRS header. Files stored using RRS are more likely to disapear than those stored normally, but also costs less to store. See the full description here: http://aws.amazon.com/about-aws/whats-new/2010/05/19/announcing-amazon-s3-reduced-redundancy-storage/Этот ключ включает использование специального заголовка RRS. Файлы, сохраненные в RRS пропадут вероятнее, чем сохраненные обычным образом, но их хранение дешевле. См. подробное описание на стр. http://aws.amazon.com/about-aws/whats-new/2010/05/19/announcing-amazon-s3-reduced-redundancy-storage/
783Library\Backend\S3\Strings\S3Backend.ru-RU.resxS3UseRRSDescriptionShortupdatedUse Reduced Redundancy StorageИспользуйте хранилище с пониженной избыточностью (RRS)
784Library\Backend\S3\Strings\S3Backend.ru-RU.resxUnableToDecodeBucketnameErrorupdatedUnable to determine the bucket name for host: {0}Не определить имя контейнера для хоста: {0}
785Library\Backend\S3\Strings\S3Backend.ru-RU.resxUnableToParseURLErrorupdatedCould not parse the url: {0}Не распознать URL: {0}
786Library\Backend\S3\Strings\S3SettingsControl.ru-RU.resxPageDescriptionupdatedDisplays various options related to the S3 backendРазличные настройки модуля S3
787Library\Backend\S3\Strings\S3SettingsControl.ru-RU.resxPageTitleupdatedS3Настройки S3
788Library\Backend\S3\Strings\S3UI.ru-RU.resxBucketnameCaseWarningupdatedThe bucket name is not in all lower case. {0} Do you want to convert the bucket name to lower case?В имени контейнера не только строчные буквы. {0} Хотите перевести все буквы имени в строчные?
789Library\Backend\S3\Strings\S3UI.ru-RU.resxBucketnameNotPrefixedWarningupdatedThe bucket name does not start with your user ID. To avoid using a bucket owned by another user, it is recommended that you put your user ID in front of the bucket name. Do you want to insert the user ID in front of the bucket name?Имя контейнера не начинается с вашего user ID. Чтобы гарантировать уникальность вашего контейнера и не путать его с чужими, рекомендуется начинать его имя с вашего user ID. Вставить user ID в начало имени?
790Library\Backend\S3\Strings\S3UI.ru-RU.resxCreateMissingBucketupdatedThe bucket does not exist, do you want to create it?Такого контейнера нет. Создать?
791Library\Backend\S3\Strings\S3UI.ru-RU.resxEmptyAWSIDErrorupdatedYou must enter your AWS Access ID. You may click the link to the right to open the AWS login page, and retrieve it.Надо указать свой AWS Access ID. Кликните по ссылке справа, чтобы открыть страницу входа в AWS, и там указан ваш Access ID.
792Library\Backend\S3\Strings\S3UI.ru-RU.resxEmptyAWSKeyErrorupdatedYou must enter your AWS Secret Key. You may click the link to the right to open the AWS login page, and retrieve it.Надо указать свой AWS Secret Key. Кликните по ссылке справа, чтобы открыть страницу входа в AWS, и там указан ваш Access ID.
793Library\Backend\S3\Strings\S3UI.ru-RU.resxEmptyBucketnameErrorupdatedYou must enter a name for the bucket. You must use a unique name for each backup. You may enter any name you like.Надо указать имя контейнера. Для каждого задания надо использовать отдельный контейнер. Имя может быть любым.
794Library\Backend\S3\Strings\S3UI.ru-RU.resxHostnameInvalidWarningupdatedThe supplied bucket name, "{0}", does not appear to be a valid hostname label. This may still work if the non-subdomain calling style is used, but it is not recommended. Do you want to continue anyway?Указанное имя контейнера, "{0}", не годится в качестве имени компьютера. Это может и не вызвать сбой, если не использовать обращение к контейнеру как к поддомену, но все равно не рекомендуется. Продолжить все равно?
795Library\Backend\S3\Strings\S3UI.ru-RU.resxHostnameInvalidWithNonUSBucketOptionErrorupdatedNon-US buckets require that the bucket names are valid hostname labels, but the supplied bucket name, "{0}", is not a valid hostname label. Either change the bucketname or use the default bucket region.Контейнеры, размещаемые вне США, должны иметь имена, которые можно использовать в качестве имени компьютера, а указанное имя, "{0}", для этого не годится. Измените имя или регион размещения контейнера.
796Library\Backend\S3\Strings\S3UI.ru-RU.resxMonoRequiresExistingBucketupdatedA bug in Mono versions older than 2.4.3, prevents the backend from detecting and missing buckets. Due to this, it is recommended that you create the bucket. Do you want to create the bucket now?Ошибка в Mono версий до 2.4.3 не дает модулю S3 обнаружить, что контейнер не существует, поэтому рекомендуется создать контейнер. Создать его сейчас?
797Library\Backend\S3\Strings\S3UI.ru-RU.resxNewS3RequiresLowerCaseErrorupdatedThe new amazon s3 API requires that bucket names are all lower case.Новое API Amazon S3 требует, чтобы имя контейнера было написано строчными буквами.
798Library\Backend\S3\Strings\S3UI.ru-RU.resxNonUSBucketsRequireLowerCaseErrorupdatedNon-US buckets require that the bucket name is in lower case.Имя контейнера, хранимого вне США должно быть написано строчными буквами.
799Library\Backend\S3\Strings\S3UI.ru-RU.resxPageDescriptionupdatedOn this page you can select where to store the backup data.Здесь вы можете указать, где хранить резервные копии.
800Library\Backend\S3\Strings\S3UI.ru-RU.resxPageTitleupdatedBackup storage optionsНастройки хранилища резервных копий
801Library\Backend\SSH\SSHCommonOptions.ru-RU.resxBrowseForSFTPButton.Textmissing...
802Library\Backend\SSH\SSHCommonOptions.ru-RU.resxBrowseForSFTPDialog.FiltermissingExecutables (*.exe)|*.exe|All files (*.*)|*.*
803Library\Backend\SSH\SSHCommonOptions.ru-RU.resxlabel1.TextmissingSFTP path:
804Library\Backend\SSH\SSHCommonOptions.ru-RU.resxUseManagedAsDefault.TextmissingUse managed SSH by default
805Library\Backend\SSH\SSHUI.ru-RU.resxBrowseForKeyFileButton.Textmissing...
806Library\Backend\SSH\SSHUI.ru-RU.resxCreateFolderButton.TextmissingCreate folder
807Library\Backend\SSH\SSHUI.ru-RU.resxGenerateDebugOutput.TextmissingGenerate debug output
808Library\Backend\SSH\SSHUI.ru-RU.resxKeyfilelabel.TextmissingKeyfile
809Library\Backend\SSH\SSHUI.ru-RU.resxlabel1.TextmissingServer
810Library\Backend\SSH\SSHUI.ru-RU.resxlabel2.TextmissingPath
811Library\Backend\SSH\SSHUI.ru-RU.resxlabel3.TextmissingUsername
812Library\Backend\SSH\SSHUI.ru-RU.resxlabel5.TextmissingPort (optional)
813Library\Backend\SSH\SSHUI.ru-RU.resxOpenSSHKeyFileDialog.FiltermissingAll files (*.*)|*.*
814Library\Backend\SSH\SSHUI.ru-RU.resxOpenSSHKeyFileDialog.TitlemissingSelect the OpenSSH keyfile
815Library\Backend\SSH\SSHUI.ru-RU.resxTestConnection.TextmissingTest connection
816Library\Backend\SSH\SSHUI.ru-RU.resxUsePassword.TextmissingPassword
817Library\Backend\SSH\SSHUI.ru-RU.resxUseUnmanagedSSH.TextmissingUse installed sftp program instead of the built-in SSH library
818Library\Backend\SSH\Strings\SharpExpectProcess.ru-RU.resxLogDisablednot-updatedLog was disabled, no output
819Library\Backend\SSH\Strings\SharpExpectProcess.ru-RU.resxPasswordMarkernot-updated*password*
820Library\Backend\SSH\Strings\SharpExpectProcess.ru-RU.resxWriteAfterExitErrornot-updatedCan't write after process has exited: {0}
821Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxAuthenticationErrornot-updatedLogin failed due to bad credentials, log: {0}
822Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxCloseTimeoutErrornot-updatedTimeout while closing session
823Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxConnectionTimeoutErrornot-updatedTimeout occured while connecting, log: {0}
824Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxCreateFolderErrornot-updatedFailed to create folder: {0}
825Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDebugDeleteFooternot-updatedDelete complete
826Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDebugDeleteHeadernot-updatedDelete start
827Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDebugGetFooternot-updatedGet complete
828Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDebugGetHeadernot-updatedGet start
829Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDebugListFooternot-updatedList complete
830Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDebugListHeadernot-updatedList start
831Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDebugParseFailednot-updatedFailed to parse line: {0}
832Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDebugPutFooternot-updatedPut complete
833Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDebugPutHeadernot-updatedPut start
834Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDeleteErrornot-updatedFailed to delete file: {0}
835Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionnot-updatedThis backend can read and write data to an SSH based backend, using SFTP. Allowed formats are "ssh://hostname/folder" or "ssh://username:password@hostname/folder".
836Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionDebugToConsoleLongnot-updatedThe SSH backend relies on an external program (sftp) to work. Since the external program may change at any time, this may break the backend. Enable this option to get debug information about the ssh connection written to the console. Only used if the --use-sftp-application option is supplied.
837Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionDebugToConsoleShortnot-updatedPrints debug info to the console
838Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionFTPPasswordLongnot-updatedThe password used to connect to the server. This may also be supplied as the environment variable "FTP_PASSWORD".
839Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionFTPPasswordShortnot-updatedSupplies the password used to connect to the server
840Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionFTPUsernameLongnot-updatedThe username used to connect to the server. This may also be supplied as the environment variable "FTP_USERNAME".
841Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionFTPUsernameShortnot-updatedSupplies the username used to connect to the server
842Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionSFTPCommandLongnot-updatedThe full path to the "sftp" application. Only used if the --use-sftp-application option is supplied.
843Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionSFTPCommandShortnot-updatedThe path to the "sftp" program
844Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionSshkeyfileLongnot-updatedPoints to a valid OpenSSH keyfile. If the file is encrypted, the password supplied is used to decrypt the keyfile. If this option is supplied, the password is not used to authenticate. This option only works when using the managed SSH client.
845Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionSshkeyfileShortnot-updatedUses a SSH private key to authenticate
846Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionSshnocdLongnot-updatedDisable the use of the cd command. This is used to support SSH backends where the cd/pwd is broken. If this option is enabled all paths will be transmitted with full paths.
847Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionSshnocdShortnot-updatedDo not use the cd command
848Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionSSHOptionsLongnot-updatedSupply any extra commandline arguments, which are passed unaltered to the ssh application. Only used if the --use-sftp-application option is supplied.
849Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionSSHOptionsShortnot-updatedExtra options to the ssh commands
850Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionTransferTimeoutLongnot-updatedThe SSH backend relies on an external program (sftp) to work. Since the external program may hang, Duplicati must use a timeout to detect a stall in the external program. Use this option to adjust the timeout. Minimum allowed value is one minute, maximum allowed is one hour. Only used if the --use-sftp-application option is supplied.
851Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionTransferTimeoutShortnot-updatedSets the timeout for transfering a file
852Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionUnmanagedLongnot-updatedSet this flag to use the sftp command from --sftp-command to communicate with the server. Setting this flag also requires that --disable-streaming-transfers is set
853Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDescriptionUnmanagedShortnot-updatedUse an external sftp application
854Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDisplayNamenot-updatedSSH based
855Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxDownloadTimeoutErrornot-updatedTimeout while downloading file
856Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxFolderNotFoundErrornot-updatedFolder not found: {0}, log: {1}
857Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxFolderNotFoundManagedErrornot-updatedUnable to set folder to {0}, error message: {1}
858Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxFolderVerificationErrornot-updatedFailed to validate the remote directory: {0}
859Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxHostNotAuthenticatedErrornot-updatedThe host is not authenticated, please connect to the host using SSH, and then re-rerun Duplicati, log: {0}
860Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxIncorrectFileHeaderErrornot-updatedFile must have the OpenSSH private key header, eg: ---- BEGIN RSA PRIVATE KEY ----
861Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxKeyfileNotFoundErrornot-updatedThe supplied keyfile was not found: {0}
862Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxKeyfileParseErrornot-updatedUnable to parse content of the file. Please include the following information in a bug report (you may omit any key data present): {0}
863Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxLaunchErrorLinuxnot-updatedFailed to start the SSH application ({0}). Make sure that "expect" is installed. Error message: {1}
864Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxLaunchErrorWindowsnot-updatedFailed to start the SSH application ({0}). Make sure that "PuTTY" is installed, and you have set the correct path. Error message: {1}
865Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxPasswordMissingErrornot-updatedA password was expected, but passwordless login was specified
866Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxStreamingNotSupportedErrornot-updatedThe SSH backend does not support streaming when using the unmanaged SSH backend, if you supply --use-sftp-application, you must also specify --disable-streaming-transfers
867Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxUnexpectedConnectionErrornot-updatedUnexpected error: {0}
868Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxUnexpectedExitResponseErrornot-updatedGot unexpected exit response
869Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxUnexpectedResponseErrornot-updatedFailed to get expected response to command: {0}
870Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxUnsupportedKeyfileEncryptionErrornot-updatedUnsupported encryption format for OpenSSH private key, must be 3des-cbc (DES-EDE3-CBC). Please include this information in a bug report: {0}
871Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxUploadTimeoutErrornot-updatedTimeout while uploading file
872Library\Backend\SSH\Strings\SSHBackend.ru-RU.resxUsernameMissingErrornot-updatedA username was expected, but none was supplied
873Library\Backend\SSH\Strings\SSHCommonOptions.ru-RU.resxLoadErrornot-updatedAn error occured while setting up the SSH dialog: {0}
874Library\Backend\SSH\Strings\SSHCommonOptions.ru-RU.resxLocatingSftpErrornot-updatedThe entered SFTP program could not be found. Do you want to use the path anyway?
875Library\Backend\SSH\Strings\SSHCommonOptions.ru-RU.resxSftpAutodetectedInfonot-updatedLeave empty to use the sftp application found: {0}
876Library\Backend\SSH\Strings\SSHCommonOptions.ru-RU.resxSftpNotAutodetectedWarningnot-updatedThe sftp application could not be located, please enter the path manually
877Library\Backend\SSH\Strings\SSHCommonOptions.ru-RU.resxSftpProgramNotFoundErrornot-updatedAn error occured while attempting to verify the sftp program path: {0} Do you want to use the path anyway?
878Library\Backend\SSH\Strings\SSHCommonOptions.ru-RU.resxUseEmptyPathWarningnot-updatedYou have not entered a path to the SFTP application. This will use the default path to the SFTP application. The SFTP application could not be found during system probing. Are you sure this is what you want?
879Library\Backend\SSH\Strings\SSHSettingsControl.ru-RU.resxPageDescriptionnot-updatedSettings for the SSH backend
880Library\Backend\SSH\Strings\SSHSettingsControl.ru-RU.resxPageTitlenot-updatedSSH
881Library\Backend\SSH\Strings\SSHUI.ru-RU.resxCreateMissingFolderQuestionnot-updatedThe folder does not exist, do you want to create it?
882Library\Backend\SSH\Strings\SSHUI.ru-RU.resxMissingSCPWarningnot-updatedDuplicati was unable to verify the existence of the sftp program. sftp may work regardless, if it is located in the system search path. Do you want to continue anyway?
883Library\Backend\SSH\Strings\SSHUI.ru-RU.resxPageDescriptionnot-updatedOn this page you can select where to store the backup data.
884Library\Backend\SSH\Strings\SSHUI.ru-RU.resxPageTitlenot-updatedBackup storage options
885Library\Backend\SSH\Strings\SSHUI.ru-RU.resxPasswordRequiredManagedErrornot-updatedA password is required when using the managed SSH option and no keyfile is supplied
886Library\Backend\TahoeLAFS\Strings\TahoeBackend.ru-RU.resxDescriptionupdatedThis backend can read and write data to a Tahoe-LAFS based backend. Allowed format is "tahoe://hostname:port/uri/$DIRCAP".Этот модуль может передавать данные на совместимый с Tahoe-LAFS сервер. Формат адреса: "tahoe://hostname:port/uri/$DIRCAP".
887Library\Backend\TahoeLAFS\Strings\TahoeBackend.ru-RU.resxDescriptionUseSSLLongupdatedUse this flag to communicate using Secure Socket Layer (SSL) over http (https).Используйте этот ключ для соединения по Secure Socket Layer (SSL) в http (https).
888Library\Backend\TahoeLAFS\Strings\TahoeBackend.ru-RU.resxDescriptionUseSSLShortupdatedInstructs Duplicati to use an SSL (https) connectionТребует использовать соединение через SSL (https)
889Library\Backend\TahoeLAFS\Strings\TahoeBackend.ru-RU.resxDisplaynameupdatedTahoe-LAFS basedоснованный на Tahoe-LAFS
890Library\Backend\TahoeLAFS\Strings\TahoeBackend.ru-RU.resxMissingFolderErrorupdatedThe folder {0} was not found, message: {1}Папка {0} не найдена, ошибка: {1}
891Library\Backend\TahoeLAFS\Strings\TahoeBackend.ru-RU.resxUnexpectedJsonFragmentTypeupdatedFound the Json fragment {0} but expected {1}Найден фрагмент Json {0}, а ожидается {1}
892Library\Backend\TahoeLAFS\Strings\TahoeBackend.ru-RU.resxUnrecognizedUriErrorupdatedUnsupported URL format, must start with "/uri/URI:DIR2:"Неподдерживаемый формат URL, должен начинаться с "/uri/URI:DIR2:"
893Library\Backend\TahoeLAFS\Strings\TahoeBackend.ru-RU.resxUriHasQueryErrorupdatedThe supplied URL contains a query, which is not allowedURL содержит неподдерживаемый запрос
894Library\Backend\TahoeLAFS\Strings\TahoeUI.ru-RU.resxApproveCertificateHashQuestionupdatedThe certificate was not valid ({0}). Do you want to approve the certificate anyway and retry?Негодный сертификат ({0}). Одобрить его все равно и попробовать еще раз?
895Library\Backend\TahoeLAFS\Strings\TahoeUI.ru-RU.resxCreateMissingFolderQuestionupdatedThe folder does not exist, do you want to create it?Папка не существует, создать ее?
896Library\Backend\TahoeLAFS\Strings\TahoeUI.ru-RU.resxEmptyFolderPathErrorupdatedYou must enter the name of the folder where the data should be storedНадо ввести имя папки, где надо хранить данные
897Library\Backend\TahoeLAFS\Strings\TahoeUI.ru-RU.resxEmptyFolderPathWarningupdatedYou have not entered a folder, this will store all files in the root directory of the server. Do you want to continue without a folder path?Вы не ввели имя папки. Все файлы будут свалены в корневую папку сервера. Продолжить без имени папки?
898Library\Backend\TahoeLAFS\Strings\TahoeUI.ru-RU.resxEmptyHashErrorupdatedYou have not entered a hash stringВы не ввели контрольную сумму
899Library\Backend\TahoeLAFS\Strings\TahoeUI.ru-RU.resxInvalidFolderPathErrorupdatedThe folder path is invalid, it must start with "{0}"Путь к папке неверен, он должен начинаться с "{0}"
900Library\Backend\TahoeLAFS\Strings\TahoeUI.ru-RU.resxInvalidHashErrorupdatedThe hash string is not valid, it must be of even length and only contain hex chars (0-9 and a-f)Контрольная сумма неверна, строка должна содержать четное количество символов и содержать только 0-9 и a-f
901Library\Backend\TahoeLAFS\Strings\TahoeUI.ru-RU.resxPageDescriptionupdatedOn this page you can select where to store the backup data.Здесь вы можете указать, где хранить резервные копии.
902Library\Backend\TahoeLAFS\Strings\TahoeUI.ru-RU.resxPageTitleupdatedBackup storage optionsНастройки хранилища
903Library\Backend\TahoeLAFS\TahoeUI.ru-RU.resxAcceptAnyHash.TextupdatedAccept any invalid certificateПринимать некорректные сертификаты
904Library\Backend\TahoeLAFS\TahoeUI.ru-RU.resxAcceptSpecifiedHash.TextupdatedAccept this certificate hashПринять эту контрольную сумму сертификата
905Library\Backend\TahoeLAFS\TahoeUI.ru-RU.resxCreateFolderButton.TextupdatedCreate folderСоздать папку
906Library\Backend\TahoeLAFS\TahoeUI.ru-RU.resxlabel1.TextupdatedServerСервер
907Library\Backend\TahoeLAFS\TahoeUI.ru-RU.resxlabel2.TextupdatedPathПуть
908Library\Backend\TahoeLAFS\TahoeUI.ru-RU.resxlabel5.TextupdatedPort (optional)Порт (optional)
909Library\Backend\TahoeLAFS\TahoeUI.ru-RU.resxTestConnection.TextupdatedTest connectionТестировать соединение
910Library\Backend\TahoeLAFS\TahoeUI.ru-RU.resxUseSSL.TextupdatedUse SSLИспользовать SSL
911Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxDescriptionupdatedSupports connections to a WEBDAV enabled web server, using the HTTP protocol. Allowed formats are "webdav://hostname/folder" or "webdav://username:password@hostname/folder".Поддерживаются соединения по HTTP с сервером, совместимым с WEBDAV. Формат адреса: "webdav://hostname/folder" или "webdav://username:password@hostname/folder".
912Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxDescriptionDebugPropfindLongupdatedTo aid in debugging issues, it is possible to set a path to a file that will be overwritten with the PROPFIND responseДля нужд отладки можно указать путь к файлу, который будет перезаписан ответом PROPFIND
913Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxDescriptionDebugPropfindShortupdatedDump the PROPFIND responseВывести ответ PROPFIND
914Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxDescriptionForceDigestLongupdatedUsing the HTTP Digest authentication method allows the user to authenticate with the server, without sending the password in clear. However, a man-in-the-middle attack is easy, because the HTTP protocol specifies a fallback to Basic authentication, which will make the client send the password to the attacker. Using this flag, the client does not accept this, and always uses Digest authentication or fails to connect.Использование метода аутентификации HTTP Digest позволяет пользователю обойтись без передачи пароля открытым текстом. Однако, атака человека посередине на этот метод может быть успешна: HTTP протокол по умолчанию возвращается к обычной аутентификации при сбое, и клиент отправляет пароль открытым текстом. Этот флаг не разрешает обычную аутентификацию, требуя, чтобы HTTP Digest была успешной или соединения не происходило.
915Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxDescriptionForceDigestShortupdatedForce the use of the HTTP Digest authentication methodПринудительно использовать аутентификацию HTTP Digest
916Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxDescriptionFTPPasswordLongupdatedThe password used to connect to the server. This may also be supplied as the environment variable "FTP_PASSWORD".Пароль для соединения с сервером. Еще его можно указать в переменной среды "FTP_PASSWORD".
917Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxDescriptionFTPPasswordShortupdatedSupplies the password used to connect to the serverПароль для соединения с сервером
918Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxDescriptionFTPUsernameLongupdatedThe username used to connect to the server. This may also be supplied as the environment variable "FTP_USERNAME".Имя пользователя для соединения с сервером. Еще его можно указать в переменной среды "FTP_USERNAME".
919Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxDescriptionFTPUsernameShortupdatedSupplies the username used to connect to the serverИмя пользователя для соединения с сервером.
920Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxDescriptionIntegratedAuthenticationLongupdatedIf the server and client both supports integrated authentication, this option enables that authentication method. This is likely only available with windows servers and clients.Если и сервер, и клиент поддерживают интегрированную аутентификацию, эта настрйока включает ее. Вероятно, это сработает только для сервера и клиента под Windows.
921Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxDescriptionIntegratedAuthenticationShortupdatedUse windows integrated authentication to connect to the serverИспользовать интегрированную в Windows аутентификацию для соединения с сервером
922Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxDescriptionUseSSLLongupdatedUse this flag to communicate using Secure Socket Layer (SSL) over http (https).Этот ключ включает передачу данных через SSL поверх HTTP (https)
923Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxDescriptionUseSSLShortupdatedInstructs Duplicati to use an SSL (https) connectionТребует использовать соединение через SSL (https)
924Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxDisplayNameupdatedWEBDAV basedОсновано на WEBDAV
925Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxMissingFolderErrorupdatedThe folder {0} was not found, message: {1}Папка {0} не найдена, ошибка: {1}
926Library\Backend\WEBDAV\Strings\WEBDAV.ru-RU.resxSeenThenNotFoundErrorupdatedWhen listing the folder {0} the file {1} was listed, but the server now reports that the file is not found. This can be because the file is deleted or unavailable, but it can also be because the file extension {2} is blocked by the web server. IIS blocks unknown extensions by default. Error message: {3}При получении списка файлов из {0} файл {1} был указан, а сейчас сервер сообщает, что файла нет. Файл мог быть удален или стал недоступен, или расширение имени файла {2} блокировано сервером. IIS блокирует нежелательные расширения по умолчанию. Ошибка: {3}
927Library\Backend\WEBDAV\Strings\WebDAVUI.ru-RU.resxApproveCertificateHashQuestionupdatedThe certificate was not valid ({0}). Do you want to approve the certificate anyway and retry?Негодный сертификат ({0}). Одобрить его все равно и попробовать еще раз?
928Library\Backend\WEBDAV\Strings\WebDAVUI.ru-RU.resxBackslashWarningupdatedThe folder path contains backslashes, which are known to cause problems. Do you want to convert the backslashes to forward slashes?Путь к папке содержит обратные слэши, что может вызвать проблемы. Превратить обратные слэши в прямые?
929Library\Backend\WEBDAV\Strings\WebDAVUI.ru-RU.resxCreateMissingFolderQuestionupdatedThe folder does not exist, do you want to create it?Папка не существует, создать ее?
930Library\Backend\WEBDAV\Strings\WebDAVUI.ru-RU.resxEmptyFolderPathWarningupdatedYou have not entered a folder, this will store all files in the root directory of the server. Do you want to continue without a folder path?Вы не ввели имя папки. Все файлы будут свалены в корневую папку сервера. Продолжить без имени папки?
931Library\Backend\WEBDAV\Strings\WebDAVUI.ru-RU.resxEmptyHashErrorupdatedYou have not entered a hash stringВы не ввели контрольную сумму
932Library\Backend\WEBDAV\Strings\WebDAVUI.ru-RU.resxInvalidHashErrorupdatedThe hash string is not valid, it must be of even length and only contain hex chars (0-9 and a-f)Контрольная сумма неверна, строка должна содержать четное количество символов и содержать только 0-9 и a-f
933Library\Backend\WEBDAV\Strings\WebDAVUI.ru-RU.resxLeadingSlashWarningupdatedThe folder path starts with a forward slash, which is not required and known to cause problems. Do you want the leading slash to be removed?Путь к папке начинается с прямого слэша, что может вызвать проблемы. Удалить начальный прямой слэш из пути?
934Library\Backend\WEBDAV\Strings\WebDAVUI.ru-RU.resxPageDescriptionupdatedOn this page you can select where to store the backup data.Здесь вы можете указать, где хранить резервные копии.
935Library\Backend\WEBDAV\Strings\WebDAVUI.ru-RU.resxPageTitleupdatedBackup storage optionsНастройки хранилища
936Library\Backend\WEBDAV\WebDAVUI.ru-RU.resxAcceptAnyHash.TextupdatedAccept any invalid certificateПринимать некорректные сертификаты
937Library\Backend\WEBDAV\WebDAVUI.ru-RU.resxAcceptSpecifiedHash.TextupdatedAccept this certificate hashПринять эту контрольную сумму сертификата
938Library\Backend\WEBDAV\WebDAVUI.ru-RU.resxCreateFolderButton.TextupdatedCreate folderСоздать папку
939Library\Backend\WEBDAV\WebDAVUI.ru-RU.resxDigestAuth.TextupdatedAuthentication method must be "Digest"Аутентификации должна проходить только методом Digest
940Library\Backend\WEBDAV\WebDAVUI.ru-RU.resxlabel1.TextupdatedServerСервер
941Library\Backend\WEBDAV\WebDAVUI.ru-RU.resxlabel2.TextupdatedPathПуть
942Library\Backend\WEBDAV\WebDAVUI.ru-RU.resxlabel3.TextupdatedUsernameИмя пользователя
943Library\Backend\WEBDAV\WebDAVUI.ru-RU.resxlabel4.TextupdatedPasswordПароль
944Library\Backend\WEBDAV\WebDAVUI.ru-RU.resxlabel5.TextupdatedPort (optional)Порт (необязательно)
945Library\Backend\WEBDAV\WebDAVUI.ru-RU.resxTestConnection.TextupdatedTest connectionТест соединения
946Library\Backend\WEBDAV\WebDAVUI.ru-RU.resxUseIntegratedAuth.TextupdatedUse integrated authenticationИспользовать интегрированную аутентификацию
947Library\Backend\WEBDAV\WebDAVUI.ru-RU.resxUseSSL.TextupdatedUse SSLИспользовать SSL
948Library\Compression\Strings\FileArchiveZip.ru-RU.resxAttemptReadWhileWritingErrorupdatedCannot read data while writingНе могу читать данные при записи
949Library\Compression\Strings\FileArchiveZip.ru-RU.resxAttemptWriteWhileReadingErrorupdatedCannot write while readingНе могу записывать при чтении
950Library\Compression\Strings\FileArchiveZip.ru-RU.resxCompressionlevelDeprecatedunusedИспользуйте клюя {0} вместо этого
951Library\Compression\Strings\FileArchiveZip.ru-RU.resxCompressionlevelLongupdatedThis option controls the compression level used. A setting of zero gives no compression, and a setting of 9 gives maximum compression.Эта настройка - степень сжатия. 0 - без сжатия, 9 - максимальное сжатие.
952Library\Compression\Strings\FileArchiveZip.ru-RU.resxCompressionlevelShortupdatedSets the Zip compression levelУкажите степень сжатия Zip
953Library\Compression\Strings\FileArchiveZip.ru-RU.resxCompressionmethodLongunusedЭтот ключ нельзя использовать для включения альтернативных методов сжатия, например, LZMA. Если указать не Deflate, ключ {0} будет проигнорирован.
954Library\Compression\Strings\FileArchiveZip.ru-RU.resxCompressionmethodShortunusedУкажите метод сжатия Zip
955Library\Compression\Strings\FileArchiveZip.ru-RU.resxDeleteUnsupportedErrorupdatedZip does not support deletingZip не поддерживает удаление
956Library\Compression\Strings\FileArchiveZip.ru-RU.resxDescriptionupdatedThis module provides the industry standard Zip compression. Files created with this module can be read by any standard compliant zip application.Этот модуль обеспечивает стандартное сжатие Zip. Файлы, созданные им, могут быть прочитаны любой программой, понимающей формат zip.
957Library\Compression\Strings\FileArchiveZip.ru-RU.resxDisplayNameupdatedZip compressionСжатие Zip.
958Library\Compression\Strings\FileArchiveZip.ru-RU.resxFileNotFoundErrorupdatedFile not found: {0}Файл не найден: {0}
959Library\DynamicLoader\Strings\BackendLoader.ru-RU.resxNoURLSuppliedErrorupdatedThis instance was not created with an URLМодулю не передан URL
960Library\DynamicLoader\Strings\BackendLoader.ru-RU.resxUrlNotSupportedErrorupdatedThe supplied url is not supportedТакой URL не поддерживается
961Library\DynamicLoader\Strings\DynamicLoader.ru-RU.resxDynamicAssemblyLoadErrorupdatedFailed to load assembly {0}, error message: {1}Не получилось загрузить сборку {0}, ошибка {1}
962Library\DynamicLoader\Strings\DynamicLoader.ru-RU.resxDynamicTypeLoadErrorupdatedFailed to load process type {0} assembly {1}, error message: {2}Не получилось загрузить тип процесса {0}, сборка {1}, ошибка {2}
963Library\Encryption\GPGCommonOptions.ru-RU.resxBrowseForGPGDialog.FilterupdatedExecutables (*.exe)|*.exe|All files (*.*)|*.*Исполняемые (*.exe)|*.exe|Все файлы (*.*)|*.*
964Library\Encryption\GPGCommonOptions.ru-RU.resxBrowseForGPGPathButton.Textmissing...
965Library\Encryption\GPGCommonOptions.ru-RU.resxlabel1.TextupdatedGPG path:Путь к исполняемому файлу GPG
966Library\Encryption\Strings\AESEncryption.ru-RU.resxAesencryptionallowfallbackdecryptionLongunusedБолее старые версии программы использовали нестандартный вариант шифрования, больше он не поддерживается. Включите эту настройку, если вам надо расшифровать резервные копии, сделанные старой версией программы. На расшифровку копий, сделанных программой на основе Duplicati 1.2 или новее, настройка не влияет.
967Library\Encryption\Strings\AESEncryption.ru-RU.resxAesencryptionallowfallbackdecryptionShortunusedРазрешить режим расшифровки из старых версий
968Library\Encryption\Strings\AESEncryption.ru-RU.resxAesencryptiondontallowfallbackLong_v2updatedIf the decryption fails using AES Crypt, dont attempt to use the previous encryption file format. Если расшифровка с помощью AES Crypt не удалась, не пытайтесь использовать более старые форматы шифрования файлов
969Library\Encryption\Strings\AESEncryption.ru-RU.resxAesencryptiondontallowfallbackShortupdatedDo not attempt to decrypt using previous methodНе пытайтесь расшифровывать файл с помощью предшествующего метода
970Library\Encryption\Strings\AESEncryption.ru-RU.resxAesencryptionfallbackDeprecatedunusedВозврат к расшифровке AES по умолчанию запрещен, используйте {0} чтобы изменить умолчание
971Library\Encryption\Strings\AESEncryption.ru-RU.resxBadKeyStretchErrorupdatedBad key stretchНеверно вычислена длина пароля
972Library\Encryption\Strings\AESEncryption.ru-RU.resxDescription_v2updatedThis module encrypts all files in the same way that AESCrypt does, using 256 bit AES encryption.Этот модуль шифрует все файлы также, как AESCrypt, методом 256-bit AES.
973Library\Encryption\Strings\AESEncryption.ru-RU.resxDisplayNameupdatedAES-256 encryption, built-inВстроенное шифрование AES-256
974Library\Encryption\Strings\EncryptionBase.ru-RU.resxDecryptionErrorupdatedFailed to decrypt data (invalid passphrase?): {0}Не расшифровать данные (пароль неверен?): {0}
975Library\Encryption\Strings\GPGCommonOptions.ru-RU.resxGpgAutodetectedInfoupdatedLeave empty to use the gpg application found: {0}Оставьте пустым для использования gpg: {0}
976Library\Encryption\Strings\GPGCommonOptions.ru-RU.resxGpgNotAutodetectedWarningupdatedThe gpg application could not be located, please enter the path manuallyНе найти приложение gpg, укажите путь к нему вручную
977Library\Encryption\Strings\GPGCommonOptions.ru-RU.resxGpgProgramNotFoundErrorupdatedAn error occured while attempting to verify the gpg program path: {0} Do you want to use the path anyway?Ошибка проверки пути к приложению gpg: {0} Все равно оставить этот путь?
978Library\Encryption\Strings\GPGCommonOptions.ru-RU.resxLoadErrorupdatedAn error occured while setting up the GPG dialog: {0}Ошибка при настройке диалога с GPG: {0}
979Library\Encryption\Strings\GPGCommonOptions.ru-RU.resxLocatingGpgErrorupdatedThe entered GPG program could not be found. Do you want to use the path anyway?Не могу найти указанное приложение GPG. Все равно оставить этот путь?
980Library\Encryption\Strings\GPGCommonOptions.ru-RU.resxUseEmptyPathWarningupdatedYou have not entered a path to the GPG application. This will use the default path to the GPG application. The GPG application could not be found during system probing. Are you sure this is what you want?Вы не ввели путь к GPG. Будем использовать путь к GPG по умолчанию. GPG не была найдена при проверке системы. Продолжить?
981Library\Encryption\Strings\GPGEncryption.ru-RU.resxDescriptionupdatedThe GPG encryption module uses the GNU Privacy Guard program to encrypt and decrypt files. It requires that the gpg executable is available on the system. On Windows it is assumed that this is in the default installation folder under program files, under Linux and OSX it is assumed that the program is available via the PATH environment variable. It is possible to supply the path to GPG using the --gpg-program-path switch.Модуль шифрования GPG использует GNU Privacy Guard для шифрования и дешифрования файлов. Это требует, чтобы приложение gpg было доступно. В Windows предполагается, что оно находится в папке установки по умолчанию в Program Files, под Linux и OS X предполагается, что программа доступна через переменную окружения PATH. Можно указать путь к GPG с помощью ключа --gpg-program-path.
982Library\Encryption\Strings\GPGEncryption.ru-RU.resxDisplayNameupdatedGNU Privacy Guard, externalGNU Privacy Guard, внешняя
983Library\Encryption\Strings\GPGEncryption.ru-RU.resxGpgencryptiondecryptionswitchesLongupdatedUse this switch to specify any extra options to GPG. You cannot specify the --passphrase-fd option here. The --decrypt option is always specified.Используйте эту настройку для передачи дополнительных ключей GPG. Здесь нельзя указать ключ --passphrase-fd. Ключ --decrypt указывается всегда.
984Library\Encryption\Strings\GPGEncryption.ru-RU.resxGpgencryptiondecryptionswitchesShortupdatedExtra GPG commandline options for decryptionДополнительные ключи командной строки GPG для расшифровки
985Library\Encryption\Strings\GPGEncryption.ru-RU.resxGpgencryptiondisablearmordeprecatedupdatedThis option has non-standard handling, please use the --{0} option instead.Этот ключ нестандартно обрабатывается, используйте --{0} вместо него
986Library\Encryption\Strings\GPGEncryption.ru-RU.resxGpgencryptiondisablearmorLongupdatedThe GPG encryption/decryption will use the --armor option for GPG to protect the files with armor. Specify this switch to remove the --armor option.GPG Armor - это защищенный формат, используемый для хранения двоичных ключей в текстовом виде. По умолчанию при вызове GPG передается ключ --armor. Отметьте этот флаг, чтобы не передавался
987Library\Encryption\Strings\GPGEncryption.ru-RU.resxGpgencryptiondisablearmorShortupdatedDon't use GPG ArmorНе использовать GPG Armor
988Library\Encryption\Strings\GPGEncryption.ru-RU.resxGpgencryptionenablearmorLongupdatedUse this option to supply the --armor option to GPG. The files will be larger but can be sent as pure text files.Используйте этот ключ для передачи ключа --armor программе GPG. Файлы будут немного больше, но их можно будет отправлять как текст.
989Library\Encryption\Strings\GPGEncryption.ru-RU.resxGpgencryptionenablearmorShortupdatedUse GPG ArmorИспользовать GPG Armor
990Library\Encryption\Strings\GPGEncryption.ru-RU.resxGpgencryptionencryptionswitchesLongupdatedUse this switch to specify any extra options to GPG. You cannot specify the --passphrase-fd option here. The --encrypt option is always specified.В этом ключе можно задать дополнительные настройки GPG. Здесь нельзя указывать ключ --passphrase-fd. Ключ --encrypt указывается всегда.
991Library\Encryption\Strings\GPGEncryption.ru-RU.resxGpgencryptionencryptionswitchesShortupdatedExtra GPG commandline options for encryptionДополнительные ключи шифрования в командной строке для GPG
992Library\Encryption\Strings\GPGEncryption.ru-RU.resxGPGExecuteErrorupdatedFailed to execute GPG at "{0}": {1}Не получилось запустить GPG "{0}": {1}
993Library\Encryption\Strings\GPGEncryption.ru-RU.resxGPGNotFoundWarningupdatedDuplicati was unable to verify the existence of GNU Privacy Guard. GPG may work regardless, if it is located in the system search path. If the encryption fails, no files will be backed up Do you want to continue anyway?Программа не может проверить, если ли у вас приложение gpg. Несмотря на это, gpg может и запустится, если есть в каталоге, перечисленном в переменной окружения PATH. Если шифрование не заработает, файлы не будут копироваться. Продолжить?
994Library\Encryption\Strings\GPGEncryption.ru-RU.resxGpgprogrampathLongupdatedThe path to the GNU Privacy Guard program. If not supplied, Duplicati will assume that the program "gpg" is available in the system path.Путь к GNU Privacy Guard. Если не указано, программа будет считать, что "gpg" is есть в каталогах, указанных в переменной среды PATH.
995Library\Encryption\Strings\GPGEncryption.ru-RU.resxGpgprogrampathShortupdatedThe path to GnuPGПуть к GnuPG
996Library\Encryption\Strings\GPGEncryption.ru-RU.resxSignkeyLongupdatedThe GNU Privacy Guard can optionally sign volumes with a special key. This feature is not currently active in Duplicati.The GNU Privacy Guard умеет подписывать тома специальным ключом. Эта функция сейчас не работает вместе с данной программой резервного копирования.
997Library\Encryption\Strings\GPGEncryption.ru-RU.resxSignkeyShortupdatedSign key for GnuPGПодписать ключ для GnuPG
998Library\Encryption\Strings\GPGSettingsControl.ru-RU.resxPageDescriptionupdatedSettings for the GPG encryption moduleНастройки модуля шифрования GPG
999Library\Encryption\Strings\GPGSettingsControl.ru-RU.resxPageTitleupdatedGPGНастройки GPG
1000Library\Encryption\Strings\GPGStreamWrapper.ru-RU.resxDecryptionErrorupdatedDecryption failed: {0}Расшифровка не удалась: {0}
1001Library\Encryption\Strings\GPGStreamWrapper.ru-RU.resxGPGFlushErrorupdatedFailure while invoking GnuPG, program won't flush outputОшибка запуска GnuPG, программа не выдает данные
1002Library\Encryption\Strings\GPGStreamWrapper.ru-RU.resxGPGTerminateErrorupdatedFailure while invoking GnuPG, program won't terminateОшибка запуска GnuPG, программа не завершается
1003Library\Interface\Strings\CommandLineArgument.ru-RU.resxAliasesHeaderupdatedaliasesпсевдонимы
1004Library\Interface\Strings\CommandLineArgument.ru-RU.resxDefaultValueHeaderupdateddefault valueзначение по умолчанию
1005Library\Interface\Strings\CommandLineArgument.ru-RU.resxDeprecationMarkerupdated[DEPRECATED][УСТАРЕЛО]
1006Library\Interface\Strings\CommandLineArgument.ru-RU.resxValuesHeaderupdatedvaluesзначения
1007Library\Interface\Strings\Common.ru-RU.resxCancelExceptionErrorupdatedCancelledОтменено
1008Library\Interface\Strings\Common.ru-RU.resxConfigurationIsMissingItemErrorupdatedThe configuration for the backend is not valid, it is missing the {0} fieldНастройки для модуля неверны, отсутствует поле {0}
1009Library\Interface\Strings\Common.ru-RU.resxConfirmTestConnectionQuestionupdatedDo you want to test the connection?Хотите проверить соединение?
1010Library\Interface\Strings\Common.ru-RU.resxConnectionFailureupdatedConnection Failed: {0}Сбой соединения: {0}
1011Library\Interface\Strings\Common.ru-RU.resxConnectionSuccessupdatedConnection succeeded!Соединение успешно!
1012Library\Interface\Strings\Common.ru-RU.resxDefaultDirectoryWarningupdatedYou have not entered a path. This will store all backups in the default directory. Is this what you want?Вы не ввели путь. Все копии будут храниться в каталоге по умолчанию. Вы согласны?
1013Library\Interface\Strings\Common.ru-RU.resxEmptyPasswordErrorupdatedYou must enter a passwordНадо ввести пароль!
1014Library\Interface\Strings\Common.ru-RU.resxEmptyPasswordWarningupdatedYou have not entered a password. Proceed without a password?Вы не ввели пароль. Продолжить без пароля?
1015Library\Interface\Strings\Common.ru-RU.resxEmptyServernameErrorupdatedYou must enter the name of the serverВы должны указать имя сервера
1016Library\Interface\Strings\Common.ru-RU.resxEmptyUsernameErrorupdatedYou must enter a usernameВы должны указать имя пользователя (логин)
1017Library\Interface\Strings\Common.ru-RU.resxEmptyUsernameWarningupdatedYou have not entered a username. This is fine if the server allows anonymous uploads, but likely a username is required Proceed without a username?Вы не указали имя пользователя. Если сервер принимает передачу от анонимного пользователя, это не проблема, но обычно имя должно быть указано. Продолжить без имени?
1018Library\Interface\Strings\Common.ru-RU.resxExistingBackupDetectedQuestionupdatedThe connection succeeded but another backup was found in the destination folder. It is possible to configure Duplicati to store multiple backups in the same folder, but it is not recommended. Do you want to use the selected folder?Соединение прошло успешно, однако в указанной папке в контейнере нашлись другие копии. Хранить разные копии в одной папке можно, но не рекомендуется. Выбрать другую папку?
1019Library\Interface\Strings\Common.ru-RU.resxFolderAlreadyExistsErrorupdatedThe folder cannot be created because it already existsПапку не создать, так как она уже есть
1020Library\Interface\Strings\Common.ru-RU.resxFolderCreatedupdatedFolder created!Папка создана!
1021Library\Interface\Strings\Common.ru-RU.resxFolderMissingErrorupdatedThe requested folder does not existУказанной папки нет
1022Library\Interface\Strings\Common.ru-RU.resxInvalidServernameErrorupdatedThe server name "{0}" is not validИмя сервера "{0}" недопустимо
1023Library\Interface\Strings\DataTypes.ru-RU.resxBooleanupdatedBooleanЛогический
1024Library\Interface\Strings\DataTypes.ru-RU.resxEnumerationupdatedEnumerationПеречислимый
1025Library\Interface\Strings\DataTypes.ru-RU.resxIntegerupdatedIntegerЦелый
1026Library\Interface\Strings\DataTypes.ru-RU.resxPathupdatedPathПуть
1027Library\Interface\Strings\DataTypes.ru-RU.resxSizeupdatedSizeРазмер
1028Library\Interface\Strings\DataTypes.ru-RU.resxStringupdatedStringСтрока
1029Library\Interface\Strings\DataTypes.ru-RU.resxTimespanupdatedTimespanПромежуток времени
1030Library\Interface\Strings\DataTypes.ru-RU.resxUnknownupdatedUnknownНеизвестно
1031Library\Main\Strings\BackendWrapper.ru-RU.resxAutoCreateFolderFailedupdatedFailed to automatically create folder, error message: {0}Сбой автоматического создания папки: {0}
1032Library\Main\Strings\BackendWrapper.ru-RU.resxBackendDoesNotSupportCreateFolderupdatedThe backend {0} ({1}) does not support the CreateFolder operation Модуль {0} ({1}) не поддерживает операцию создания папки
1033Library\Main\Strings\BackendWrapper.ru-RU.resxBackendNotFoundErrorupdatedUnable to find backend for: {0}Не найден модуль для: {0}
1034Library\Main\Strings\BackendWrapper.ru-RU.resxCachedSignatureDecryptWarningupdatedAttempt to decrypt file {0} failed with error: {1}Попытка расшифровать файл {0} завершилась ошибкой: {1}
1035Library\Main\Strings\BackendWrapper.ru-RU.resxCachedSignatureHashMismatchWarningupdatedThe cache file {0} did not match the expected hash for the same file, ignoring cache fileФайл кэша {0} не соответствует контрольной сумме, игнорируем его
1036Library\Main\Strings\BackendWrapper.ru-RU.resxCompletedDeleteTransactionupdatedDelete transaction completed successfullyУдаление успешно завершено
1037Library\Main\Strings\BackendWrapper.ru-RU.resxCompletingDeleteTransactionWarningupdatedCompleting unfinished delete transaction and removing {0} filesЗавершение незаконченного удаления и стирание {0} файлов
1038Library\Main\Strings\BackendWrapper.ru-RU.resxDeleteCacheFileErrorupdatedAn error occured while attempting to delete cache file {0}Ошибка при удалении файла кэша {0}
1039Library\Main\Strings\BackendWrapper.ru-RU.resxDeleteTransactionFileFoundWarningupdatedA delete operation was started, but failed to complete. Next invocation of a cleanup or delete command will complete the transaction.Удаление началось, но оно не завершилось. Следующий запуск очистки или удаления завершит операцию.
1040Library\Main\Strings\BackendWrapper.ru-RU.resxDeleteTransactionFileReadErrorupdatedA previously started delete operation was not completed, but the attempt to recover the operation details failed with the message: {1}. If this problem happens more than once, it is possible that the delete transaction file is defect. Try renaming the file "{0}" and the run the operation again. If no errors are reported, it is safe to delete the file, otherwise Duplicati will report what needs to be manually corrected.Предыдущее удаление не было завершено, попытка завершения провалилась, ошибка: {1}. Если ошибка повторяется более одного раза, возможно, файл описания операции дефектный. Попробуйте переименовать файл "{0}" и запустить удаление снова. Если ошибок не будет, удалите переименованный файл, в ином случае программа сообщит, что делать дальше.
1041Library\Main\Strings\BackendWrapper.ru-RU.resxDeletingTransactionLeftoverFileupdatedDeleting file from delete transaction "{0}"Удаление файла из операции удаления "{0}"
1042Library\Main\Strings\BackendWrapper.ru-RU.resxDownloadedFileSizeErrorupdatedThe file {0} was downloaded and had size {1} but the size was expected to be {2}Файл {0} был загружен. Его размер {1}, а должен быть {2}
1043Library\Main\Strings\BackendWrapper.ru-RU.resxDuplicateFileEntryWarningupdatedThe file {0} was found multiple times in the file list, this is likely an error in the backend, please report it to the developersФайл {0} повторяется в списке, похоже на ошибку модуля работы с хранилищем, сообщите о ней разработчикам
1044Library\Main\Strings\BackendWrapper.ru-RU.resxEmptyManifestWarningupdatedEmpty backupset detected, this is likely an error: {0}Обнаружены пустые копии, это похоже на ошибку: {0}
1045Library\Main\Strings\BackendWrapper.ru-RU.resxExistingDeleteTransactionErrorupdatedAn internal error has occured, a request was made to initiate a delete transaction, but one was already presentСлучилась внутренняя ошибка: повторный запрос удаления.
1046Library\Main\Strings\BackendWrapper.ru-RU.resxFailureWhileDisposingBackendErrorupdatedAn error occured while closing a connection: {0}Ошибка при завершении соединения: {0}
1047Library\Main\Strings\BackendWrapper.ru-RU.resxFileDeleteError2updatedFailed to delete file "{0}": {1}Не удалить файл "{0}": {1}
1048Library\Main\Strings\BackendWrapper.ru-RU.resxFileDownloadError2updatedFailed to download file "{0}": {1}Невозможно скачать файл "{0}": {1}
1049Library\Main\Strings\BackendWrapper.ru-RU.resxFileListingErrorupdatedFailed to retrieve file listing: {0}Не удается получить список файлов: {0}
1050Library\Main\Strings\BackendWrapper.ru-RU.resxFilenameParseErrorupdatedUnable to parse filenames for the desired volumesНе распознать имена файлов для указанных томов
1051Library\Main\Strings\BackendWrapper.ru-RU.resxFilesNotForceRemovedMessageupdatedNo files removed, specify --force to remove files.Файлы не удалялись, укажите --force, чтобы удалить их.
1052Library\Main\Strings\BackendWrapper.ru-RU.resxFileUploadError2updatedFailed to upload file "{0}": {1}Не удалось передать файл "{0}": {1}
1053Library\Main\Strings\BackendWrapper.ru-RU.resxFunctionLookupErrorupdatedFailed to find function: {0}Не удалось найти функцию: {0}
1054Library\Main\Strings\BackendWrapper.ru-RU.resxHashMismatchErrorupdatedHash mismatch on file "{0}", recorded hash: {1}, actual hash {2}Несовпадение контрольной суммы файла "{0}", записано: {1}, фактически {2}
1055Library\Main\Strings\BackendWrapper.ru-RU.resxInvalidEntryTypeErrorupdatedInvalid entry type: {0}Недопустимый тип записи: {0}
1056Library\Main\Strings\BackendWrapper.ru-RU.resxMultipleDeleteTransactionsFoundErrorupdatedThere were multiple delete transaction files found. Please manually inspect the target destination and resolve this error.Найдено несколько одновременных запросов на удаление. Проверьте, что именно надо удалить и исправьте эту ошибку.
1057Library\Main\Strings\BackendWrapper.ru-RU.resxNoBackupsFoundErrorupdatedNo backups found at remote locationВ хранилище копии не найдены
1058Library\Main\Strings\BackendWrapper.ru-RU.resxNonExistingDeleteTransactionErrorupdatedAn internal error has occured, a request was made to complete a delete transaction, but there was not a transaction in progressВнутренняя ошибка: принят запрос на завершение удаления, а удаление не было запрошено ранее
1059Library\Main\Strings\BackendWrapper.ru-RU.resxOrphanIncrementalFoundMessageupdatedFailed to match incremental package to a full: {0}Не удается сопоставить инкрементальную копию с полной: {0}
1060Library\Main\Strings\BackendWrapper.ru-RU.resxPartialFileFoundMessageupdatedFound a partial file, run cleanup to remove: {0}Найдена часть файла, запустите очистку для удаления: {0}
1061Library\Main\Strings\BackendWrapper.ru-RU.resxRemoveOrphanFileWarningupdatedDeleting orphan file: {0}Удаление файлов неясной принадлежности: {0}
1062Library\Main\Strings\BackendWrapper.ru-RU.resxRemovingLeftoverFileMessageupdatedRemoving leftover file: {0}Удаление оставшегося файла: {0}
1063Library\Main\Strings\BackendWrapper.ru-RU.resxSaveCacheFileErrorupdatedFailed to save the cached signature file as {0}Не вышло записать закэшированный файл подписи как {0}
1064Library\Main\Strings\BackendWrapper.ru-RU.resxStatusMessageDownloadingupdatedDownloading: {0}Загрузка: {0}
1065Library\Main\Strings\BackendWrapper.ru-RU.resxStatusMessageUploadingupdatedUploading: {0} ({1})Передача: {0} ({1})
1066Library\Main\Strings\BackendWrapper.ru-RU.resxTooManyOrphansFoundErrorupdatedAuto-cleanup specified but there are {0} orphan files, and there should not be more than 2Установлена автоочистка, обнаружено {0} потерянных файлов, а должно быть не более 2
1067Library\Main\Strings\BackendWrapper.ru-RU.resxUnmatchedCompressionModuleWarningunusedФайл "{0}" имеет модуль сжатия "{1}", он не поддерживается, игнориуем файл
1068Library\Main\Strings\BackendWrapper.ru-RU.resxUnmatchedEncryptionModuleWarningunusedФайл "{0}" имеет модуль шифрования "{1}", он не поддерживается, игнорируем файл
1069Library\Main\Strings\BackendWrapper.ru-RU.resxUnmatchedFilenameWarningupdatedThe file {0} was found on the backend but not recognized by DuplicatiФайл {0} найден в хранилище, но программа его не может распознать
1070Library\Main\Strings\BackendWrapper.ru-RU.resxUploadSizeVerificationFailureupdatedThe file {0} was uploaded to the server, but the reported filesize was {1} and the size was expected to be {2}Файл {0} был передан на сервер, его размер на сервере {1} а должен быть {2}
1071Library\Main\Strings\BackendWrapper.ru-RU.resxUploadVerificationFailureupdatedThe file {0} was uploaded but not found on the serverФайл {0} был передан на сервер, но не появился там
1072Library\Main\Strings\ExecutionStoppedException.ru-RU.resxDefaultMessageupdatedThe user has stopped the operationПользователь остановил операцию
1073Library\Main\Strings\FilenameStrategy.ru-RU.resxInvalidEntryTypeErrorupdatedInvalid entry type:{0}Недопустимый тип элемента:{0}
1074Library\Main\Strings\Interface.ru-RU.resxBadSortingDetectedErrorupdatedBad sorting of backup times detectedОбнаружена неверная сортировка копий по времени
1075Library\Main\Strings\Interface.ru-RU.resxBadVolumeSortOrderupdatedBad sort order on volumes detectedОбнаружена неверная сортировка томов
1076Library\Main\Strings\Interface.ru-RU.resxCannotCleanWithoutHashesErrorupdatedWhen using cleanup the manifests and hashes must be verifiedПри очистке надо проверять манифесты и контрольные суммы
1077Library\Main\Strings\Interface.ru-RU.resxCannotSkipHashChecksOnBackupupdatedHash checks cannot be disabled while performing a backupНельзя запретить проверку контрольных сумм во время резервного копирования
1078Library\Main\Strings\Interface.ru-RU.resxCannotVerifyChainupdatedUnable to verfiy the backup chain when the option --dont-read-manifests is activeЕсли указан ключ --dont-read-manifests, невозможно проверить цепочку копирований
1079Library\Main\Strings\Interface.ru-RU.resxCannotVerifyWithoutHashesupdatedHash checks cannot be disabled while performing a verificationНельзя запретить проверку контрольных сумм, пока идет проверка
1080Library\Main\Strings\Interface.ru-RU.resxCompressionModuleNotFoundErrorunusedУказанный модуль сжатия не найден: {0}. Доступные модули сжатия: {1}
1081Library\Main\Strings\Interface.ru-RU.resxDeleteManifestsSuggestionupdatedIf this error cannot be resolved, you can either create a new full backup or delete the offending manifests manually, followed by a cleanup command. The offending manifest files are:Если эту ошибку никак не исправить, вы можете либо сделать новое полное копирование, либо вручную удалить некорректные файлы манифестов, а затем запустить команду cleanup. Некорректные файлы манифестов:
1082Library\Main\Strings\Interface.ru-RU.resxDeletingBackupSetMessageupdatedDeleting backup at {0}Удаление копии в {0}
1083Library\Main\Strings\Interface.ru-RU.resxDeprecatedOptionUsedWarningupdatedThe option {0} is deprecated: {1}Ключ {0} устарел: {1}
1084Library\Main\Strings\Interface.ru-RU.resxDisablingSignatureCacheForVerificationupdatedThe signature cache is disabled when performing verificationВо время проверки кэш подписей выключен
1085Library\Main\Strings\Interface.ru-RU.resxDuplicateOptionNameWarningupdatedThe option --{0} exists more than once, please report this to the developersКлюч --{0} встретился более одного раза, сообщите разработчикам
1086Library\Main\Strings\Interface.ru-RU.resxEncryptionModuleNotFoundErrorunusedУказанный модуль шифрования не найден: {0}. Доступные модули шифрования: {1}
1087Library\Main\Strings\Interface.ru-RU.resxErrorRunningBackupupdatedAn error occurred while running the backup, no files were uploaded: {0}Ошибка при копировании, файлы не были переданы: {0}
1088Library\Main\Strings\Interface.ru-RU.resxFailedToFindControlFilesMessageupdatedFailed to find control files in: {0}Не найти управляющие файлы в: {0}
1089Library\Main\Strings\Interface.ru-RU.resxFileHashFailureupdatedA hash check failed, this is an indication of a corrupt file: {0}Файл "{0}" дефектен: не совпадает контрольная сумма
1090Library\Main\Strings\Interface.ru-RU.resxFilenameMismatchErrorupdatedThe manifest report that the file should be named {0} but it was named {1}Согласно манифесту файл должен называться {0}, а на самом деле {1}
1091Library\Main\Strings\Interface.ru-RU.resxFilesAreNotForceDeletedMessageupdatedFiles are not deleted, use the --force command to actually remove filesФайлы не удалены, используйте команду --force, чтобы удалить файлы
1092Library\Main\Strings\Interface.ru-RU.resxFileSizeMismatchErrorupdatedThe file {0} has size {1} but should have size {2}Файл {0} имеет размер {1}, а должно быть {2}
1093Library\Main\Strings\Interface.ru-RU.resxFullBecauseBackendIsEmptyupdatedA full backup is made because no existing backup chains were found on the destinationСделана полная копия, так как на сервер нет предыдущих копий
1094Library\Main\Strings\Interface.ru-RU.resxFullBecauseFlagWasSetupdatedA full backup was forced with the --{0} flagКлюч --{0} требует выполнить полное копирование
1095Library\Main\Strings\Interface.ru-RU.resxFullBecauseLastFullIsFromupdatedA full backup is made because the latest full backup is from {0} and the full backup threshold is {1}Сделано полное копирование, так как предыдущее полное копирование было {0} и задан промежуток между полными копиями {1}
1096Library\Main\Strings\Interface.ru-RU.resxFullBecauseSourceFoldersChangedupdatedA full backup is made because the source folders have changedСделана полная копия, так как папки-источники изменились
1097Library\Main\Strings\Interface.ru-RU.resxFullBecauseThereAreNIncrementalsupdatedA full backup is made because the current chain has {0} incremental backups and the full backup threshold is {1}Сделана полная копия, так как текущая цепочка накопила {0} инкрементальных копий, и задан промежуток между полными копиями {1}
1098Library\Main\Strings\Interface.ru-RU.resxIncrementalBecauseLastFullIsFromupdatedAn incremental backup is made because the latest full backup is from {0} and the full backup threshold is {1}Сделана инкрементальная копия, так как предыдущая полная копия сделана {0} и задан промежуток между полными копиями {1}
1099Library\Main\Strings\Interface.ru-RU.resxIncrementalBecauseNoFlagsWereSetupdatedAn incremental backup is made because no full backup criteria was foundСделана инкрементальная копия, так как не найдены критерии создания полной копии
1100Library\Main\Strings\Interface.ru-RU.resxIncrementalBecauseThereAreNIncrementalsupdatedAn incremental backup is made because the current chain has {0} incremental backups and the full backup threshold is {1}Сделана инкрементальная копия, так как текущая цепочка накопила {0} инкрементальных копий, и задан промежуток между полными копиями {1}
1101Library\Main\Strings\Interface.ru-RU.resxInternalDeleteCountErrorupdatedAn internal error occured, and the operation was aborted to protect the backup setsВнутренняя ошибка, операция прервана, чтобы защитить существующие резервные копии
1102Library\Main\Strings\Interface.ru-RU.resxManifestAndFileCountMismatchErrorupdatedThe manifest file {0} indicates that there should be {1} volumes, but the file list indicates {2}Файл манифеста {0} говорит, что должно быть {1} томов, а в списке файлов {2}
1103Library\Main\Strings\Interface.ru-RU.resxManifestsMustBeReadupdatedDisabling manifests is only possible on restores, and it should only be used as a last resort.Отключать манифесты можно только в крайнем случае и только при восстановлении.
1104Library\Main\Strings\Interface.ru-RU.resxManifestsMustBeReadOnBackupsupdatedIt is not allowed to disable manifest reading when performing a backup. Disabling manifests is only possible on restores, and it should only be used as a last resort.Запретить чтение манифестов при резервном копировании нельзя. Отключать манифесты можно только в крайнем случае и только при восстановлении.
1105Library\Main\Strings\Interface.ru-RU.resxManifestVersionRequiresRelativeNamesWarningupdatedOne or more manifests are from version 1, which requires that filenames searched are relativeОдин или несколько манифестов имеют версию 1, она требует относительных имен файлов
1106Library\Main\Strings\Interface.ru-RU.resxMissingSignatureFileupdatedThe signature file for a content volume was missing, date: {0}, volumenumber: {1}, content volume filename: {2}Файл подписи для копии отсутствует, дата: {0}, номер тома: {1}, имя файла с копиями: {2}
1107Library\Main\Strings\Interface.ru-RU.resxNoFilesGivenErrorupdatedNo filenames given for find-last-fileДля find-last-file не указано имя файла
1108Library\Main\Strings\Interface.ru-RU.resxNoSourceFoldersErrorupdatedNo source folders specified for backupНе указана папка-источник для копирования
1109Library\Main\Strings\Interface.ru-RU.resxNotDeletingBackupSetMessageupdatedNot deleting backup at time: {0}, because later backups depend on itНе получилось удалить копию в: {0}, так как на ней основаны более поздние копии
1110Library\Main\Strings\Interface.ru-RU.resxNotDeletingLastFullMessageupdatedThe backup at time {0} is not removed because it is the last full backup, use --allow-full-removal to include this backup in the deleteКопию в {0} не удаляем, так как она - последняя полная копия, укажите ключ --allow-full-removal чтобы удалить вообще все.
1111Library\Main\Strings\Interface.ru-RU.resxNumberOfSourceFoldersHasChangedErrorupdatedThe number of source folders in the latest backup is {0}, but the number of specified folders is now {1}. It is not allowed to change source folders for a backup.Количество папок-источников в последней копии {0}, а сейчас указано {1}. Менять папки-источники резервных копий нельзя.
1112Library\Main\Strings\Interface.ru-RU.resxPartialUploadMessageupdatedFailed after uploading {0} volume(s). Error message: {1}Сбой после передачи {0} тома(ов). Ошибка: {1}
1113Library\Main\Strings\Interface.ru-RU.resxPreviousManifestFilenameMismatchErrorupdatedThe manifest file {0} indicates that the previous manifest file should be {1} but it was {2}Файл манифеста {0} указывает, что предыдущий файл манифеста должен быть {1}, а он был {2}
1114Library\Main\Strings\Interface.ru-RU.resxPreviousManifestHashMismatchErrorupdatedThe manifest file {0} indicates that the previous manifest hash should be {1} but it was {2}Файл манифеста {0} указывает, что контрольная сумма предыдущего файла манифеста должна быть {1}, а она была {2}
1115Library\Main\Strings\Interface.ru-RU.resxPrimaryManifestReadErrorLogMessageupdatedFailed to read the primary manifest {0}, attempting secondary, if available. Error message: {1}Не прочесть первичный файл манифеста {0}, пытаемся по возможности прочесть вторичный. Ошибка: {1}
1116Library\Main\Strings\Interface.ru-RU.resxReadingSecondaryManifestLogMessageupdatedSecondary manifest file found: {0}, attempting read.Найден вторичный файл манифеста: {0}, пытаемся прочесть.
1117Library\Main\Strings\Interface.ru-RU.resxRemovingPartialFilesMessageupdatedRemoving partial file: {0}Удаление частичного файла: {0}
1118Library\Main\Strings\Interface.ru-RU.resxSecondaryManifestReadErrorLogMessageupdatedFailed to read the secondary manifest {0}. Error message: {1}Не прочесть вторичный файл манифеста {0}. Ошибка: {1}
1119Library\Main\Strings\Interface.ru-RU.resxSignatureCachePathMissingErrorupdatedSignature cache path was not given as an argumentПуть к кэшу подписей не передан как аргумент
1120Library\Main\Strings\Interface.ru-RU.resxSkippedContentVolumeLogMessageupdatedThe content volume {0} is not present in the manifest and is not usedТом копии {0} не указан в манифесте, не используем
1121Library\Main\Strings\Interface.ru-RU.resxSkippedUnlistedSignatureFileWarningupdatedThe signature file {0} was skipped because the signature file was not found in the manifestФайл подписи {0} был пропущен, так как он не указан в манифесте
1122Library\Main\Strings\Interface.ru-RU.resxSourceDirIsIncludedMultipleTimesErrorupdatedThe folder {0} is included multiple timesПапка {0} указана несколько раз
1123Library\Main\Strings\Interface.ru-RU.resxSourceDirsAreRelatedErrorupdatedThe folder {1} is a subfolder of {0}. It is not allowed to specify the same folder multiple times.Папка {1} вложена в {0}. Указывать одну папку несколько раз нельзя.
1124Library\Main\Strings\Interface.ru-RU.resxSourceFolderIsMissingErrorupdatedThe source folder {0} does not exist, aborting backupПапка-источник {0} не существует, копирование отменено
1125Library\Main\Strings\Interface.ru-RU.resxSourceFoldersHasChangedErrorupdatedThe folder {0} is no longer in the source folder set. It is not allowed to change source folders for a backup.Папки {0} больше нет в списке папок-источников. Менять список папок-источников запрещено.
1126Library\Main\Strings\Interface.ru-RU.resxStartingOperationMessageupdatedThe operation {0} has startedДействие {0} началось
1127Library\Main\Strings\Interface.ru-RU.resxStatusBuildingFilelistupdatedBuilding filelist ...Создаем список файлов
1128Library\Main\Strings\Interface.ru-RU.resxStatusCompletedupdatedCompletedЗавершено
1129Library\Main\Strings\Interface.ru-RU.resxStatusCreatingVolumeupdatedCreating volume {0}Создаем том {0}
1130Library\Main\Strings\Interface.ru-RU.resxStatusDownloadingContentVolumeupdatedDownloading content, volume {0}Загружаем содержимое, том {0}
1131Library\Main\Strings\Interface.ru-RU.resxStatusDownloadingSignatureVolumeupdatedDownloading signatures, volume {0}Загружаем подписи, том {0}
1132Library\Main\Strings\Interface.ru-RU.resxStatusLoadingFilelistupdatedLoading remote filelistЗагружаем список файлов сервера
1133Library\Main\Strings\Interface.ru-RU.resxStatusPatchingupdatedPatching restore with #{0}Изменяем восстановленное, применяя #{0}
1134Library\Main\Strings\Interface.ru-RU.resxStatusProcessingupdatedProcessing: {0}Обработка: {0}
1135Library\Main\Strings\Interface.ru-RU.resxStatusReadingIncrementalDataupdatedReading incremental data ...Читаем инкрементальные данные ...
1136Library\Main\Strings\Interface.ru-RU.resxStatusReadingIncrementalFileupdatedReading incremental data from: {0}Читаем инкрементальные данные из: {0}
1137Library\Main\Strings\Interface.ru-RU.resxStatusReadingIncrementalsupdatedReading incremental dataЧитаем инкрементальные данные …
1138Library\Main\Strings\Interface.ru-RU.resxStatusReadingManifestupdatedReading manifest file: {0}Читаем файл манифеста: {0}
1139Library\Main\Strings\Interface.ru-RU.resxStatusReadingSignatureFileupdatedReading signatures: {0}, vol {1}Читаем подписи: {0}, том {1}
1140Library\Main\Strings\Interface.ru-RU.resxStatusStartedupdatedStartedНачато
1141Library\Main\Strings\Interface.ru-RU.resxStatusUploadingContentVolumeupdatedUploading content, volume {0}Передаем содержимое, том {0}
1142Library\Main\Strings\Interface.ru-RU.resxStatusUploadingManifestVolumeupdatedUploading manifest, volume {0}Передаем манифест, том {0}
1143Library\Main\Strings\Interface.ru-RU.resxStatusUploadingSignatureVolumeupdatedUploading signatures, volume {0}Передаем подписи, том {0}
1144Library\Main\Strings\Interface.ru-RU.resxStatusUploadingVerificationVolumeupdatedUploading verification fileПередаем проверочный файл
1145Library\Main\Strings\Interface.ru-RU.resxStatusWaitingForUploadupdatedWaiting for upload to complete ...Ждем завершения передачи ...
1146Library\Main\Strings\Interface.ru-RU.resxTooFewTargetFoldersErrorupdatedThe backup contains {0} folders but {1} target folders were suppliedКопия содержит {0} папок, но {1} было предложено папок назначения
1147Library\Main\Strings\Interface.ru-RU.resxTooManyTargetFoldersWarningupdatedThe backup contains {0} folder(s) but {1} target folders were suppliedКопия содержит {0} папок, но {1} было предложено папок назначения
1148Library\Main\Strings\Interface.ru-RU.resxUnexpectedCompressionErrorupdatedUnexpected compression mode: {0}Неожиданный тип сжатия: {0}
1149Library\Main\Strings\Interface.ru-RU.resxUnexpectedOperationTypeErrorupdatedThe operation mode {0} was not expectedНеожиданный режим работы {0}
1150Library\Main\Strings\Interface.ru-RU.resxUnsupportedBooleanValueupdatedThe value "{1}" supplied to --{0} does not parse into a valid boolean, this will be treated as if it was set to "true"Значение "{1}" указанное для --{0} не вычисляется в логическое, будет использовано значение "истина"
1151Library\Main\Strings\Interface.ru-RU.resxUnsupportedEnumerationValueupdatedThe option --{0} does not support the value "{1}", supported values are: {2}Ключ --{0} не принимает заначение "{1}", возможные значения: {2}
1152Library\Main\Strings\Interface.ru-RU.resxUnsupportedIntegerValueupdatedThe value "{1}" supplied to --{0} does not represent a valid integerЗначение "{1}" указанное для --{0} не является целым
1153Library\Main\Strings\Interface.ru-RU.resxUnsupportedOptionDisabledModuleWarningupdatedThe option --{0} is not supported because the module {1} is not currently loadedКлюч --{0} не поддерживается, так как модуль {1} не загружен
1154Library\Main\Strings\Interface.ru-RU.resxUnsupportedOptionWarningupdatedThe supplied option --{0} is not supported and will be ignoredКлюч --{0} не поддерживается, игнорируем
1155Library\Main\Strings\Interface.ru-RU.resxUnsupportedPathValueupdatedThe value "{1}" supplied to --{0} does not represent a valid pathЗначение "{1}" указанное для --{0} не является именем папки
1156Library\Main\Strings\Interface.ru-RU.resxUnsupportedSizeValueupdatedThe value "{1}" supplied to --{0} does not represent a valid sizeЗначение "{1}" указанное для --{0} не является размером
1157Library\Main\Strings\Interface.ru-RU.resxUnsupportedTimeValueupdatedThe value "{1}" supplied to --{0} does not represent a valid timeЗначение "{1}" указанное для --{0} не является временем
1158Library\Main\Strings\Manifestfile.ru-RU.resxEofInManifestFileupdatedGot EOF while attempting to locate the self-hash of a manifestОбнаружен конец файла при попытке найти контрольную сумму манифеста
1159Library\Main\Strings\Manifestfile.ru-RU.resxHashGenerationFailureupdatedThe hash generation for the manifest file resulted in the hash value {0} but should have been {1}Контрольная сумма для манифеста {0} а должна быть {1}
1160Library\Main\Strings\Manifestfile.ru-RU.resxInternalErrorupdatedAn internal error occured when creating the manifest, please report this to the developersВнутренняя ошибка при создании манифеста. Сообщите разработчикам.
1161Library\Main\Strings\Manifestfile.ru-RU.resxInvalidManifestErrorupdatedThe manifest file did not have the expected root Xml element: {0}Файл манифеста не имеет ожидаемого корневого элемента Xml: {0}
1162Library\Main\Strings\Manifestfile.ru-RU.resxInvalidSourcePathErrorupdatedThe number of source paths in the manifest file are wrongОшибочное количество исходных каталогов в фале манифеста
1163Library\Main\Strings\Manifestfile.ru-RU.resxMainfestIsMissingSelfFilenameupdatedManifest did not contain its own filename as expectedВ манифесте не указано его собственное имя файла, а должно бы
1164Library\Main\Strings\Manifestfile.ru-RU.resxMainfestIsMissingSelfHashupdatedManifest did not contain a self hash as expectedВ манифесте нет него контрольной суммы, а должна быть
1165Library\Main\Strings\Manifestfile.ru-RU.resxManifestValidationErrorupdatedFailed to validate manifest: {0}Манифест проверку не прошел: {0}
1166Library\Main\Strings\Manifestfile.ru-RU.resxMissingPreviousManifestFilenameupdatedManifest has no previous manifest filenameВ манифесте нет имени файла предыдущего манифеста
1167Library\Main\Strings\Manifestfile.ru-RU.resxMissingPreviousManifestHashupdatedManifest has no previous manifest hashВ манифесте нет контрольной суммы предыдущего манифеста
1168Library\Main\Strings\Manifestfile.ru-RU.resxNoFilesErrorupdatedInvalid manifest, there were no files in the manifestНеверный манифест, в нем не было файлов
1169Library\Main\Strings\Manifestfile.ru-RU.resxSelfhashMismatchupdatedManifest file had selfhash {0} but the hash of the file is {1}Контрольная сумма в файле манифеста {0}, а на самом деле она {1}
1170Library\Main\Strings\Manifestfile.ru-RU.resxUnsupportedHashAlgorithmErrorupdatedThe manifest uses the hash algorithm {0}, which is unsupportedДля контрольного суммировния в манифесте используется алгоритм {0}, а он не поддерживается
1171Library\Main\Strings\Manifestfile.ru-RU.resxUnsupportedVersionErrorupdatedThe manifest has version {0}, the current application only supports versions up to {1}Версия манифеста - {0}, программа поддерживает версии до {1}
1172Library\Main\Strings\Manifestfile.ru-RU.resxWrongCountErrorupdatedInvalid manifest, wrong count, signature hashes: {0}, content hashes: {1}Неверный манифест, ошибка подсчета, контрольные суммы подписей: {0}, контрольные суммы содержимого: {1}
1173Library\Main\Strings\Options.ru-RU.resxAllowfullremoveLongupdatedAs a precaution, the last full backup will never be removed, even if using the "delete-all-but-n-full 0" command. Set this option to allow removing the last backup.На всякий случай последняя полная копия никогда не удаляется, даже при использовании команды "delete-all-but-n-full 0". Установите этот флаг для удаления даже последней копии..
1174Library\Main\Strings\Options.ru-RU.resxAllowfullremoveShortupdatedAllow removal of the all backupsРазрешить удаление всех заданий
1175Library\Main\Strings\Options.ru-RU.resxAllowsleepShortupdatedAllow system to enter sleep power modes for inactivity during backup/restore operations (Windows only)Разрешить системе переходить в спящий режим по неактивности во время выполнения операций копирования и восстановления (только в Windows)
1176Library\Main\Strings\Options.ru-RU.resxAllowsourcefolderchangeLongupdatedThis option can be used to disable the check for the same source folders. It is used in unittests, and is NOT intended for everyday use. Do not use this option unless you know what you are doing.Эта настройка отключает проверку на использование одной и той же папки-источника. Она используется при тестировании программы и НЕ предназначена для нормального режима работы. Не используйте ее, если не уверены в результате ее работы.
1177Library\Main\Strings\Options.ru-RU.resxAllowsourcefolderchangeShortupdatedSkip verifying the source foldersНе проверять папки-источники
1178Library\Main\Strings\Options.ru-RU.resxAsynchronousuploadDeprecatedupdatedAsynchronous upload is now default, you can turn it off by using the flag --{0}Передача данных асинхронна по умолчанию, ее можно выключить с помощью ключа --{0}
1179Library\Main\Strings\Options.ru-RU.resxAsynchronousuploadfolderLongupdatedThe pre-generated volumes will be placed into the temporary folder by default, this option can set a different folder for placing the temporary volumes, despite the name, this also works for synchronous runsПодготовленные тома помещаются во временную папку, вы можете указать другую, эта настройка также действует на синхронные передачи
1180Library\Main\Strings\Options.ru-RU.resxAsynchronousuploadfolderShortupdatedThe path where ready volumes are placed until uploadedПапка, где готовые копии хранятся до передачи на сервер
1181Library\Main\Strings\Options.ru-RU.resxAsynchronousuploadlimitLongupdatedWhen performing asynchronous uploads, Duplicati will create volumes that can be uploaded. To prevent Duplicati from generating too many volumes, this option limits the number of pending uploads. Set to zero to disable the limitПри асинхронной передаче копий на сервер программа создает тома, которые надо загружать.
1182Library\Main\Strings\Options.ru-RU.resxAsynchronousuploadlimitShortupdatedThe number of volumes to create ahead of timeКоличество томов, которые надо создать заранее
1183Library\Main\Strings\Options.ru-RU.resxAsynchronousuploadLongupdatedBy supplying this option, Duplicati will transmit files, while building volumes. This can shorten the time it takes to perform a backup, but requires more diskspace.Эта настройка включает передачу файлов по мере создания томов. Это сокращает время копирования, но требует больше места на диске.
1184Library\Main\Strings\Options.ru-RU.resxAsynchronousuploadShortupdatedTransmit files on a separate threadПередавать файлы с помощью отдельного потока команд
1185Library\Main\Strings\Options.ru-RU.resxAutocleanupLongupdatedIf a backup is interrupted there will likely be partial files present on the backend. Using this flag, Duplicati will automatically remove such files when encountered.Если копирование прерывается, то на сервере скорее всего есть частично переданные файлы. Если использовать этот флаг, программа будет сама удалять такие файлы.
1186Library\Main\Strings\Options.ru-RU.resxAutocleanupShortupdatedA flag indicating that Duplicati should remove unused filesФлаг требует от программы удалять неиспользуемые файлы
1187Library\Main\Strings\Options.ru-RU.resxBackendlogdatabaseLongupdatedUse this option to specify a path to a file that will store information about backend operations. This option can be used to track down errors by comparing the backend state with the expected backend state.Эта настройка указывает путь к файлу, хранящему информацию об операциях на сервере. Используйте ее, если хотите сравнить состояние хранилища с тем, что вы ожидаете.
1188Library\Main\Strings\Options.ru-RU.resxBackendlogdatabaseShortupdatedDatabase log of remote operationsПротокол операций на сервере
1189Library\Main\Strings\Options.ru-RU.resxBackupnameLongunusedПсевдоним задания на копирование. Можно использовать при отправке писем или запуске скриптов.
1190Library\Main\Strings\Options.ru-RU.resxBackupnameShortunusedИмя задания на копирование
1191Library\Main\Strings\Options.ru-RU.resxBackupprefixLongupdatedAny string used to prefix the filenames generated by Duplicati.Любая строка, роль которой - быть префиксом имен файлов, придуманных программой
1192Library\Main\Strings\Options.ru-RU.resxBackupprefixShortupdatedBackup volume filename prefixПрефикс имени архива с копиями
1193Library\Main\Strings\Options.ru-RU.resxCompressionmoduleLongupdatedDuplicati supports plugable compression modules. Use this option to select a module to use for compression. This is only applied when creating new volumes, when reading an existing file, the filename is used to select the compression module.Программа поддерживает дополнительные модули сжатия. Используйте эту настройку для выбора модуля сжатия. Настройка применится только к новым томам, а при чтении существующего файла его имя будет использовано для выбора модуля сжатия.
1194Library\Main\Strings\Options.ru-RU.resxCompressionmoduleShortupdatedSelect what module to use for compressionВыберите модуль сжатия
1195Library\Main\Strings\Options.ru-RU.resxCreateverificationfileLongupdatedIf the backup is encrypted, the remote backend cannot verify the backup contents without the password. If this option is activated, Duplicati stores an unencrypted file on the backend. The file is never read by Duplicati, but allows the remote server to verify the backup integrity without requiring a password. The file contains no sensitive information, only a list of files that are expected to exist on the backend and their respective hashes. This option only has an effect when creating a backup and when verifying a backup set.Если резервная копия зашифрована, сервер не может проверить ее содержимое без пароля. Если эта настройка включена, программа сохраняет на сервере специальный незашифрованный файл. Тогда сервер может проверить целостность резервной копии без пароля. Файл не содержит конфиденциальной информации, только список файлов, которые должны быть на сервере и их контрольные суммы. Эта настройка действует только при создании резервной копии и при проверке набора резервных копий.
1196Library\Main\Strings\Options.ru-RU.resxCreateverificationfileShortupdatedCreate verification file on serverСоздать файл проверки на сервере
1197Library\Main\Strings\Options.ru-RU.resxDebugoutputLongupdatedActivating this option will make some error messages more verbose, which may help you track down a particular issueВключает вывод более подробной информации об ошибках, что может вам помочь понять, что их вызывает.
1198Library\Main\Strings\Options.ru-RU.resxDebugoutputShortupdatedEnables debugging outputРазрешить отладочный вывод
1199Library\Main\Strings\Options.ru-RU.resxDebugretryerrorsLongupdatedWhen an error occurs, Duplicati will silently retry, and only report the number of retries. Enable this option to have the error messages displayed when a retry is performed.При возникновении ошибки программа будет молча повторить попытки и сообщать о количестве повторов. Включите эту настройку чтобы отображалось еще и сообщение об ошибке, если повтор не удался.
1200Library\Main\Strings\Options.ru-RU.resxDebugretryerrorsShortupdatedShow error messages when a retry is performedПоказывать сообщения об ошибках при повторе
1201Library\Main\Strings\Options.ru-RU.resxDisableautocreatefolderLongupdatedIf Duplicati detects that the target folder is missing, it will create it automatically. Activate this option to prevent automatic folder creation.Если программа обнаруживает, что отсутствует папка, куда надо передать файлы, она создает ее автоматически. Установка этого флага запрещает создавать папку.
1202Library\Main\Strings\Options.ru-RU.resxDisableautocreatefolderShortupdatedDisables automatic folder creationНе создавать папку на сервере
1203Library\Main\Strings\Options.ru-RU.resxDisablefiletimecheckLongupdatedThe operating system keeps track of the last time a file was written. Using this information, Duplicati can quickly determine if the file has been modified. If some application deliberately modifies this information, Duplicati won't work correctly unless this flag is set.Операционная система отслеживает, когда файл был записан в последний раз. Используя эту информацию, программа может быстро определить, был ли файл изменен. Если какое-то приложение сознательно изменит эту информацию, программа будет работать неправильно, если этот флаг не установлен.
1204Library\Main\Strings\Options.ru-RU.resxDisablefiletimecheckShortupdatedDisable checks based on file timeЗапретить проверки, основанные на времени
1205Library\Main\Strings\Options.ru-RU.resxDisablemoduleLongupdatedSupply one or more module names, separated by commas to unload themУкажите одно или более имен модулей, которые надо выгрузить, через запятую
1206Library\Main\Strings\Options.ru-RU.resxDisablemoduleShortupdatedDisabled one or more modulesВыключить один или более модулей
1207Library\Main\Strings\Options.ru-RU.resxDisableStreamingLongupdatedEnabling this option will disallow usage of the streaming interface, which means that transfer progress bars will not show, and bandwidth throttle settings will be ignored.Эта настройка выключает потоковый интерфейс, это отключает индикатор передачи данных и ограничения по полосе пропускания
1208Library\Main\Strings\Options.ru-RU.resxDisableStreamingShortupdatedDisables use of the streaming transfer methodОтключение потоковой передачи данных
1209Library\Main\Strings\Options.ru-RU.resxDisabletimetoleranceLongupdatedWhen deciding if a full backup should be made or an old backup should be deleted, Duplicati will adjust the times by a small fraction to ensure that minor time differences do not interfer with expected operation. If the backup is set to produce a full backup each day, and a full backup is made at, say 12:00:01, and the backup is executed again at 12:00:00, a full day has not passed and thus an incremental backup is performed. To avoid this, Duplicati inserts a 1% tolerance (max 1 hour). Use this option to disable the tolerance, and use strict time checkingЧтобы понять, надо ли делать полную копию и удалять ли старые копии, программа слегка подправляет время, чтобы небольшие отклонения не повлияли на запланированную операцию. Если полное копирование должно делаться ежедневно и предыдущий раз оно сделано в 12:00:01, то если следующее копирование запущено в 12:00:00, формально сутки еще не прошли и надо делать инкрементальное копирование. Чтобы избежать столько формального подхода, программа вносит поправку времени на 1% (максимум - 1 час). Если хотите отменить такой гибкий подход, установите этот флаг.
1210Library\Main\Strings\Options.ru-RU.resxDisabletimetoleranceShortupdatedDeactivates tolerance when comparing timesОтменяет гибкость в сравнении времен
1211Library\Main\Strings\Options.ru-RU.resxDisableusndiffcheckLongnot-updatedIf USN is enabled the USN numbers are used to find all changed files since last backup. Use this option to disable the use of USN numbers, which will make Duplicati investigate all source files. This option is primarily intended for testing and should not be disabled in a production environment. If USN is not enabled, this option has no effect.
1212Library\Main\Strings\Options.ru-RU.resxDisableusndiffcheckShortnot-updatedDisables changelist by USN numbers
1213Library\Main\Strings\Options.ru-RU.resxDontreadmanifestsLongupdatedThis option will make sure the contents of the manifest file are not read. This also implies that file hashes are not checked either. Use only for disaster recovery.Эта настройка гарантирует, что файл манифеста не будет прочтен. Это подразумевает, что контрольные суммы файлов тоже не будут проверяться. Используйте только при ликвидации аварий!
1214Library\Main\Strings\Options.ru-RU.resxDontreadmanifestsShortupdatedAn option that prevents verifying the manifestsНастройка отменяет проверку манифестов
1215Library\Main\Strings\Options.ru-RU.resxEnablemoduleLongupdatedSupply one or more module names, separated by commas to load themУкажите через запятую одно или более имен модулей, которые надо загрузить
1216Library\Main\Strings\Options.ru-RU.resxEnablemoduleShortupdatedEnables one or more modulesВключает один или более модулей
1217Library\Main\Strings\Options.ru-RU.resxEncryptionmoduleLongupdatedDuplicati supports plugable encryption modules. Use this option to select a module to use for encryption. This is only applied when creating new volumes, when reading an existing file, the filename is used to select the encryption module.Программа поддерживает дополнительные модули шифрования. Используйте эту настройку для выбора модуля шифрования. Настройка применится только к новым томам, а при чтении существующего файла его имя будет использовано для выбора модуля шифрования.
1218Library\Main\Strings\Options.ru-RU.resxEncryptionmoduleShortupdatedSelect what module to use for encryptionВыберите модуль шифрования
1219Library\Main\Strings\Options.ru-RU.resxExcludeemptyfoldersLongupdatedBy setting this option to true, a folder which has no files that match the filter will be excluded from the backupЕсли установить эту настройку в true, то папка, в которой нет файлов, соответствующих фильтру, не будет копироваться
1220Library\Main\Strings\Options.ru-RU.resxExcludeemptyfoldersShortupdatedControls empty folder actionsУправляет действиями с пустыми папками
1221Library\Main\Strings\Options.ru-RU.resxExcludefilesattributesLongupdatedUse this option to exclude files with certain attributes. Use a comma separated list of attribute names to specify more that one. Possible values are: {0}Эта настройка исключает файлы с определенными атрибутами. Если надо указать несколько атрибутов, отделите их запятыми. Возможные атрибуты: {0}
1222Library\Main\Strings\Options.ru-RU.resxExcludefilesattributesShortupdatedExclude files by attributeИсключить файлы по атрибутам
1223Library\Main\Strings\Options.ru-RU.resxExcludeLongupdatedExclude files that match this filter. The filter is a "file-globbing" filter, much like commandline options. You can use "*.txt" to exclude all text files.Включает файлы, соответствующие данному фильтру. Фильтр - это шаблон имени файла, как в командной строке. Например, "*.txt" включает все текстовые файлы.
1224Library\Main\Strings\Options.ru-RU.resxExcluderegexpLongupdatedExclude files that match this filter. The filter is a regular expression filter. You can use "(.*)\.txt" to exclude all text files.Включает файлы, соответствующие данному фильтру. Фильтр - регулярное выражение. Например, "(.*).txt" включает все текстовые файлы.
1225Library\Main\Strings\Options.ru-RU.resxExcluderegexpShortupdatedExclude files regular expressionИсключить файлы по регулярным выражениям
1226Library\Main\Strings\Options.ru-RU.resxExcludeShortupdatedExclude filesИсключить файлы
1227Library\Main\Strings\Options.ru-RU.resxFiletorestoreLongupdatedBy default, duplicati will restore all files in the backup. Use this option to restore only a subset of the filesПо умолчанию восстанавливаются все файлы из резервной копии. Эта настройка позволяет восстановить только часть файлов
1228Library\Main\Strings\Options.ru-RU.resxFiletorestoreShortupdatedA list of files to restoreСписок файлов для восстановления
1229Library\Main\Strings\Options.ru-RU.resxForceLongupdatedWhen deleting old files, Duplicati will only write out what files are supposed to be deleted. Specify the "force" option to actually remove them.Когда требуется удалить старые файлы, программа их не удаляет, но сообщает, какие файлы надо удалить. Укажите флаг "force" для того, чтобы действительно удалить их.
1230Library\Main\Strings\Options.ru-RU.resxForceShortupdatedForce the removal of filesУдалить файлы
1231Library\Main\Strings\Options.ru-RU.resxFullifmorethannincrementalsLongupdatedUse this option to limit the length of the backup chain to a certain number. The number supplied here indicates the maximum number of incrementals a chain can contain (not counting the root full backup)Настройка ограничивает длину цепочки копий определенным числом. Оно показывает максимальное количество инкрементальных копий в цепочке (не считая первой полной копии)
1232Library\Main\Strings\Options.ru-RU.resxFullifmorethannincrementalsShortupdatedThe max number of incrementals in a chainМаксимальное количество инкрементальных копий в цепочке
1233Library\Main\Strings\Options.ru-RU.resxFullifolderthanLongupdatedIf the last full backup is older than the duration supplied here, Duplicati will make a full backup, otherwise an incrementalЕсли последняя полная копия старше, чем указано здесь, программа сделает полную копию, иначе - инкрементальную
1234Library\Main\Strings\Options.ru-RU.resxFullifolderthanShortupdatedThe max duration between full backupsМаксимальное время между полными копиями
1235Library\Main\Strings\Options.ru-RU.resxFullifsourcefolderchangedLongupdatedIt is not allowed to change the sourcefolder or the number of source folders. If this option is enabled, the backup will become a full backup if the source folders have changed, which will then start a new chain of backups with the new folder set. If --allow-sourcefolder-change is also set, a full backup is only issued if the number of of source folders have changedМенять папку-источник или количество папок-источников нельзя. Если этот флаг установлен, при изменении папок-источников будет выполнено полное копирование, которое начнет новую цепочку копирований с новым набором папок. Если установлен еще и ключ --allow-sourcefolder-change, полное копирование будет сделано только при изменении количества папок-источников
1236Library\Main\Strings\Options.ru-RU.resxFullifsourcefolderchangedShortupdatedRun a full backup if the sourcefolder has changedВыполнить полное копирование при изменении количества папок
1237Library\Main\Strings\Options.ru-RU.resxFullLongupdatedWhen this flag is specified, Duplicati will make a full backup of all files, and ignore any incremental data.Будет выполнено полное копирование всех файлов, если выставлен этот флаг. Инкрементальные данные будут проигнорированы.
1238Library\Main\Strings\Options.ru-RU.resxFullShortupdatedA flag used to force full backupsФлаг принуждает выполнить полное копирование
1239Library\Main\Strings\Options.ru-RU.resxGpgencryptionDeprecatedupdatedUse --encryption-module=gpg insteadИспользуйте --encryption-module=gpg вместо этого ключа
1240Library\Main\Strings\Options.ru-RU.resxGpgencryptionLongupdatedBy default, Duplicati will use the AES encryption algorithm to encrypt the backup volumes, setting this flag makes Duplicati use the GNU Privacy Guard instead. GnuPG must be installed on the machine for this to work.По умолчанию программа использует алгоритм AES для шифрования копий, этот флаг требует использовать GNU Privacy Guard вместо этого. Программа GnuPG должна быть установлена на компьютер, чтобы он сработал.
1241Library\Main\Strings\Options.ru-RU.resxGpgencryptionShortupdatedUse GnuPG for encryptionИспользовать шифрование GnuPG
1242Library\Main\Strings\Options.ru-RU.resxIncludeLongupdatedInclude files that match this filter. The filter is a "file-globbing" filter, much like commandline options. You can use "*.txt" to include all text files.Включает файлы, соответствующие данному фильтру. Фильтр - это шаблон имени файла, как в командной строке. Например, "*.txt" включает все текстовые файлы.
1243Library\Main\Strings\Options.ru-RU.resxIncluderegexpLongupdatedInclude files that match this filter. The filter is a regular expression filter. You can use "(.*)\.txt" to include all text files.Включает файлы, соответствующие данному фильтру. Фильтр - регулярное выражение. Например, "(.*).txt" включает все текстовые файлы.
1244Library\Main\Strings\Options.ru-RU.resxIncluderegexpShortupdatedInclude files regular expressionВключить файлы по регулярным выражениям
1245Library\Main\Strings\Options.ru-RU.resxIncludeShortupdatedInclude filesВключить файлы
1246Library\Main\Strings\Options.ru-RU.resxListverifyuploadsLongupdatedSome protocols, like FTP, and some servers have problems detecting an interrupted transfer and will assume that the transfer completed, even if it did not. If this option is enabled Duplicati will list the contents of the backend after each upload and verify that the file exists and has the expected size.Некоторые протоколы, например FTP, и некоторые серверы не могут понять, что передача данных прервалась, и считают данные переданными полностью. Если включить эту настройку, программа будет запрашивать список переданного после каждой передачи и проверять, есть ли в списке переданные файлы, и корректный ли у них размер.
1247Library\Main\Strings\Options.ru-RU.resxListverifyuploadsShortupdatedVerify uploads by listing contentsПроверить переданные файлы, запросив список
1248Library\Main\Strings\Options.ru-RU.resxLogfileLongupdatedSpecifies the name of a while into which internal log information is writtenУказывает, надо ли, и куда записывать протокол внутренней информации приложения
1249Library\Main\Strings\Options.ru-RU.resxLogfileShortupdatedLog internal informationПисать в протокол внутреннюю информацию
1250Library\Main\Strings\Options.ru-RU.resxLoglevelLongupdatedSpecifies the amount of log information to write into the file specified by --log-fileУказывает степень подробности протокола, который пишется в файл, указанный в ключе --log-file
1251Library\Main\Strings\Options.ru-RU.resxLoglevelShortupdatedLog information levelСтепень подробности протокола
1252Library\Main\Strings\Options.ru-RU.resxMaxdownloadprsecondLongupdatedBy setting this value you can limit how much bandwidth Duplicati consumes for downloads. Setting this limit can make the backups take longer, but will make Duplicati less intrusive.Эта настройка указывает, какую часть полосы пропускания программа может использовать для загрузки данных. Ограничение может замедлить работу, но позволит другим программам работать с сетью быстрее.
1253Library\Main\Strings\Options.ru-RU.resxMaxdownloadprsecondShortupdatedMax number of bytes to download pr. secondМаксимальное количество байтов в секунду, которое можно загружать
1254Library\Main\Strings\Options.ru-RU.resxMaxuploadprsecondLongupdatedBy setting this value you can limit how much bandwidth Duplicati consumes for uploads. Setting this limit can make the backups take longer, but will make Duplicati less intrusive.Эта настройка указывает, какую часть полосы пропускания программа может использовать для передачи данных на сервер. Ограничение может замедлить работу, но позволит другим программам работать с сетью быстрее.
1255Library\Main\Strings\Options.ru-RU.resxMaxuploadprsecondShortupdatedMax number of bytes to upload pr. secondМаксимальное количество байтов в секунду, которое можно передавать
1256Library\Main\Strings\Options.ru-RU.resxNoconnectionreuseLongupdatedDuplicati will attempt to perform multiple operations on a single connection, as this avoids repeated login attempts, and thus speeds up the process. This option can be used to ensure that each operation is performed on a seperate connectionОбычно программа старается выполнить несколько операций, используя одно и то же соединение с сервером. Это ускоряет работу. Если вы хотите, чтобы для каждой операции открывалось новое соединение, установите этот флаг.
1257Library\Main\Strings\Options.ru-RU.resxNoconnectionreuseShortupdatedDo not re-use connectionsОткрывать для каждой операции свое соединение
1258Library\Main\Strings\Options.ru-RU.resxNoencryptionLongupdatedIf you store the backups on a local disk, and prefer that they are kept unencrypted, you can turn of encryption completely by using this switch.Если резервные копии сохраняются на локальном диске, и вы не хотите их шифровать, можете использовать этот флаг: он отключает шифрование
1259Library\Main\Strings\Options.ru-RU.resxNoencryptionShortupdatedDisable encryptionЗапретить шифрование
1260Library\Main\Strings\Options.ru-RU.resxNumberofretriesLongupdatedIf an upload or download fails, Duplicati will retry a number of times before failing. Use this to handle unstable network connections better.Если передача на сервер или загрузка сорвалась, программа будет пытаться ее выполнить несколько раз перед тем, как смириться с проблемой. Используйте эту настройку при малой надежности соединений.
1261Library\Main\Strings\Options.ru-RU.resxNumberofretriesShortupdatedNumber of times to retry a failed transmissionКоличество повторов при сбое передачи данных
1262Library\Main\Strings\Options.ru-RU.resxOldfilenamesDeprecatedupdatedThis option will be removed in the future but is included for the odd case where the new format breaks somethingВ будущем эта настройка будет удалена, но пока она есть на случай если новый формат имен файлов что-то испортит
1263Library\Main\Strings\Options.ru-RU.resxOldfilenamesLongupdatedBy setting this option the filenames generated by Duplicati will contain a time separator as well as a timezone component, which is not cross platform compatibleЭта настройка включает в имена файлов, создаваемые программой, разделитель времени и часовой пояс, это приемлемо не для всех платформ
1264Library\Main\Strings\Options.ru-RU.resxOldfilenamesShortupdatedUses the old filename formatИспользовать старый формат имени файла
1265Library\Main\Strings\Options.ru-RU.resxOpenfilepolicyLongupdatedIf Duplicati encounters a file that is opened by another program, it will attempt to read whatever contents that are in the file. Since the file may be written during the backup, this can cause the backup to contain a partially written file. Use this option to disable this, omitting locked files from the backup. This option has no effect if a snapshot is active.Если при резервном копировании встречается файл, который открыт в другой программе, программа копирования будет пытаться читать его содержимое все равно. Поскольку файл может быть изменен во время резервного копирования, это может привести к тому, что в резервной копии будет частично записанный файл. Используйте эту настрйоку, чтобы отключить такое поведение и не делать резервную копию заблокированных файлов. Эта настройка не подействует, если снимок активен.
1266Library\Main\Strings\Options.ru-RU.resxOpenfilepolicyShortupdatedDetermines how to handle open filesУказывает, как обрабатывать открытые файлы
1267Library\Main\Strings\Options.ru-RU.resxPassphraseLongupdatedSupply a passphrase that Duplicati will use to encrypt the backup volumes, making them unreadable without the passphrase. This variable can also be supplied through the environment variable PASSPHRASE.Указывает пароль для шифрования резервной копии. Без пароля копию будет не прочесть. Это значение также можно указать в переменной среды PASSPHRASE.
1268Library\Main\Strings\Options.ru-RU.resxPassphraseShortupdatedPassphrase used to encrypt backupsПароль для шифрования копий
1269Library\Main\Strings\Options.ru-RU.resxQuotasizeLongupdatedThis value can be used to set a known upper limit on the amount of space a backend has. If the backend reports the size itself, this value is ignoredЭто значение устанавливает максимальный объем, который можно использовать для хранения копий. Если сервер сам сообщает, сколько доступно места, это значение игнорируется
1270Library\Main\Strings\Options.ru-RU.resxQuotasizeShortupdatedA reported maximum storageОбъем хранилища
1271Library\Main\Strings\Options.ru-RU.resxRestoretimeLongupdatedBy default, Duplicati will restore files from the most recent backup, use this option to select another item. You may use relative times, like "-2M" for a backup from two months ago.По умолчанию восстанавливаются файлы из самой свежей резервной копии. Здесь можно выбрать другую копию. Можно использовать относительные времена, например, "-2M" означает "копия двухмесячной давности".
1272Library\Main\Strings\Options.ru-RU.resxRestoretimeShortupdatedThe time to restore filesИз копии какой давности восстанавливать?
1273Library\Main\Strings\Options.ru-RU.resxRetrydelayLongupdatedAfter a failed transmission, Duplicati will wait a short period before attempting again. This is usefull if the network drops out occasionally during transmissions.После неудачной передачи данных программа недолго ждет и повторяет попытку. Укажите, если соединение исчезает при передаче данных.
1274Library\Main\Strings\Options.ru-RU.resxRetrydelayShortupdatedTime to wait between retriesВремя ожидания между попытками
1275Library\Main\Strings\Options.ru-RU.resxShortfilenamesDeprecatedupdatedDuplicati now uses a filename format that is portable across all operating systems, so this option should not be used and will be removed in the futureПрограмма использует имена файлов в формате, подходящем для любой операционной системы, так что эту настройку использовать незачем, и в следующих версиях она будет удалена.
1276Library\Main\Strings\Options.ru-RU.resxShortfilenamesLongupdatedIf the filesystem does not support the long filenames that Duplicati uses, this switch will change the time to be a much more compact, but hard to read format. It will also make the default prefix "dpl".Если файловая система не поддерживает длинные имена файлов, этот флаг изменит формат времени на более короткий, но менее удобный для чтения. Префиксом по умолчанию будет "dpl".
1277Library\Main\Strings\Options.ru-RU.resxShortfilenamesShortupdatedUse short filenamesИспользовать короткие имена файлов
1278Library\Main\Strings\Options.ru-RU.resxSignaturecachepathLongupdatedIf this path is supplied, Duplicati will store all signature files here, so re-downloads can be avoided.Если указано, программа будет хранить файлы подписей в этой папке, чтобы обойтись без загрузки их заново
1279Library\Main\Strings\Options.ru-RU.resxSignaturecachepathShortupdatedA path to temporary storageПуть к временному хранилищу
1280Library\Main\Strings\Options.ru-RU.resxSignaturecontrolfilesLongupdatedSupply a list of files separated with semicolons, that will be added to each backup. The Duplicati GUI program uses this to store the setup database with each backup.Укажите список файлов для добавления к каждой копии через точку с запятой. Программа резервного копирования с графическим интерфейсом использует этот ключ для сохранения базы данных настроек вместе с каждой копией.
1281Library\Main\Strings\Options.ru-RU.resxSignaturecontrolfilesShortupdatedA list of control files to embed in the backupsСписок управляющих файлов для включения в копию
1282Library\Main\Strings\Options.ru-RU.resxSkipfilehashchecksLongupdatedIf the hash for the volume does not match, Duplicati will refuse to use the backup. Supply this flag to allow Duplicati to proceed anyway.Если контрольная сумма тома не соответствует ожидаемой, программа откажется использовать такую резервную копию. Этот флаг позволит использовать ее даже при несоответствии.
1283Library\Main\Strings\Options.ru-RU.resxSkipfilehashchecksShortupdatedSet this flag to skip hash checksНе проверять контрольную сумму
1284Library\Main\Strings\Options.ru-RU.resxSkipfileslargerthanLongupdatedThis option allows you to exclude files that are larger than the given value. Use this to prevent backups becoming extremely large.Эта настройка исключает из копии файлы с размером больше указанного. Используется для того, чтобы копия не оказалась слишком большой
1285Library\Main\Strings\Options.ru-RU.resxSkipfileslargerthanShortupdatedA size string that limits the size of files being backed upМаксимальный размер файла, включаемого в копию
1286Library\Main\Strings\Options.ru-RU.resxSnapshotpolicyLongupdatedThis settings controls the usage of snapshots, which allows Duplicati to backup files that are locked by other programs. If this is set to "off", Duplicati will not attempt to create a disk snapshot. Setting this to "auto" makes Duplicati attempt to create a snapshot, and fail silently if that was not allowed or supported. A setting of "on" will also make Duplicati attempt to create a snapshot, but will produce a warning message in the log if it fails. Setting it to "required" will make Duplicati abort the backup if the snapshot creation fails. On windows this uses the Volume Shadow Copy Services (VSS) and requires administrative privileges. On linux this uses Logical Volume Management (LVM) and requires root privileges.Эта настройка контролирует использование снимков, что позволяет выполнять резервное копирование файлов, заблокированых другими программами. Если этот параметр равен "off", программа копирования не будет пытаться создать диск снимка. Значение "auto" означает, что надо попытаться создать снимок, и не беспокоиться, если не получилось, потому что не разрешено или не поддерживается. Значение "on" означает, что надо попытаться создать снимок, и записать предупреждение в журнале, если не получилось. Значение "required" означает, что если снимок создать не удалось, надо прервать копирование. В Windows для этого используется Volume Shadow Copy Services (VSS), что требует административных привилегий. В Linux используется Logical Volume Management (LVM), это требует привилегий суперпользователя.
1287Library\Main\Strings\Options.ru-RU.resxSnapshotpolicyShortupdatedControls the use of disk snapshotsУправляет использованием снимков диска
1288Library\Main\Strings\Options.ru-RU.resxSortedfilelistLongupdatedThe list of files to back up is normally processed in a random fashion to ensure that all files have an equal probability of being processed. Use this setting to process the files in alphabetical order insteadСписок файлов для резервного копирования обрабатывается в произвольном порядке, чтобы все файлы имели равную вероятность быть обработаны. Используйте этот флаг для обработки файлов в алфавитном порядке
1289Library\Main\Strings\Options.ru-RU.resxSortedfilelistShortupdatedSort the list of filesСортировка списка файлов
1290Library\Main\Strings\Options.ru-RU.resxSymlinkpolicyLongupdatedUsing this option to handle symlinks different. The "{0}" option will simply record a symlink with its name and destination, and a restore will recreate the symlink as a link. Use the option "{1}" to ignore all symlinks and not store any information about them. Previous versions of Duplicati used the setting "{2}", which will cause symlinked files to be included and restore as normal files.Используя этот флаг для нестандартной обработки символических ссылок."{0}" - просто записывать ярлык с его именем и именем файла, на который он указывает, а восстановление воссоздаст ярлык. "{1}", - игнорировать все ярлыки (символические ссылки). Старые версии программы Duplicati использовали "{2}", что приводило к включению файлов, на которые указывали ярлыки в копию и возможности их восстановления как обычных файлов.
1291Library\Main\Strings\Options.ru-RU.resxSymlinkpolicyShortupdatedSymlink handlingРабота с ярлыками
1292Library\Main\Strings\Options.ru-RU.resxSynchronousuploadLongupdatedDuplicati will upload files while scanning the disk and producing volumes, which usually makes the backup faster. Use this flag to turn the behavior off, so that Duplicati will wait for each volume to complete.Программа будет загружать файлы во время сканирования диска и создания томов копий, что обычно делает резервное копирование быстрее. Используйте этот флаг, чтобы программа ждала завершения каждого тома перед загрузкой
1293Library\Main\Strings\Options.ru-RU.resxSynchronousuploadShortupdatedUpload files synchronouslyСинхронная передача файлов
1294Library\Main\Strings\Options.ru-RU.resxTempdirLongupdatedDuplicati will use the system default temporary folder. This option can be used to supply an alternative folder for temporary storage.Программа будет использовать системную временную папку по умолчанию. Укажите другую временную папку, если надо.
1295Library\Main\Strings\Options.ru-RU.resxTempdirShortupdatedTemporary storage folderВременная папка
1296Library\Main\Strings\Options.ru-RU.resxThreadpriorityLongupdatedSelects another thread priority for the process. Use this to set Duplicati to be more or less CPU intensive.Выберите другой приоритет для программы копирования. В зависимости от приоритета программа по-разному загружает процессор
1297Library\Main\Strings\Options.ru-RU.resxThreadpriorityShortupdatedThread priorityПриоритет потоков
1298Library\Main\Strings\Options.ru-RU.resxTimeseparatorDeprecatedupdatedDuplicati no longer uses a time separator for the filenames so this option is uselessНовая версия программы не использует разделитель полей для значений времени. Этот флаг ничего не делает.
1299Library\Main\Strings\Options.ru-RU.resxTimeseparatorLongupdatedPer default, Duplicati will use the colon ":" character to separate the time fields in the filename. However, on some filesystem, notably windows, this character is not allowed. Use this option to use another character.По умолчанию программа использует двоеточие ":" для отделения полей в значениях времени в именах файлов. В некоторых системах этот символ запрещен в именах файлов (например, в Windows). Эта настройка позволяет использовать другой символ.
1300Library\Main\Strings\Options.ru-RU.resxTimeseparatorShortupdatedBackup volume filename timeseparatorРазделитель полей в значениях времени в именах файлов томов
1301Library\Main\Strings\Options.ru-RU.resxTotalsizeLongupdatedThis option can place an upper limit on the total size of each backup. Note that if this flag is specified the backup may not contain all files, even for a full backup.Эта настройка может установить ограничение общего размера каждой резервной копии. Если этот флаг указан, то копия может содержать не все файлы, даже если это - полная копия.
1302Library\Main\Strings\Options.ru-RU.resxTotalsizeShortupdatedThe number of bytes generated by each backup runОграничение количества байтов на копию
1303Library\Main\Strings\Options.ru-RU.resxUploadUnchangedBackupsLongupdatedIf no files have changed, Duplicati will not upload a backup set. If the backup data is used to verify that a backup was executed, this option will make Duplicati upload a backupset even if it is emptyЕсли файлы не изменились, программа ничего не передаст на сервер. Если данные на сервере используются для проверки факта запуска программы копирования, установите этот флаг: программа загрузит файл, даже если он пустой
1304Library\Main\Strings\Options.ru-RU.resxUploadUnchangedBackupsShortupdatedUpload empty backup filesПередавать пустые файлы
1305Library\Main\Strings\Options.ru-RU.resxUsnpolicyLongupdatedThis settings controls the usage of NTFS USN numbers, which allows Duplicati to obtain a list of files and folders much faster. If this is set to "off", Duplicati will not attempt to use USN. Setting this to "auto" makes Duplicati attempt to use USN, and fail silently if that was not allowed or supported. A setting of "on" will also make Duplicati attempt to use USN, but will produce a warning message in the log if it fails. Setting it to "required" will make Duplicati abort the backup if the USN usage fails. This feature is only supported on Windows and requires administrative privileges.Эта настройка управляет использованием номеров USN в NTFS, что позволяет программе получать список файлов и папок гораздо быстрее. Если этот параметр установлен в "off", USN не будет использоваться. Значние "auto" означает попытаться использовать USN, и тихо отказаться от этого, если было не разрешено или не поддерживается. Значение "on" означает попытаться использовать USN, и записать предупреждение в журнал, если не получилось. Значение "required" требует прервать создание копии, если не удается использовать USN. Эта функция поддерживается только в Windows и требует административных привилегий.
1306Library\Main\Strings\Options.ru-RU.resxUsnpolicyShortupdatedControls the use of NTFS Update Sequence NumbersУправляет использованием Update Sequence Numbers в NTFS
1307Library\Main\Strings\Options.ru-RU.resxVerificationLevelLongupdatedUse this option to change the level of verifiation done by the verify command. The setting "manifest" will only verify the manifest chain. The settings "signature" will also download and verify all signature files. The setting "full", will download all files, including content files, and verify that they are unchanged.Эта настройка меняет степень проверки, выполняемой командой verify. Значение "manifest" требует только проверки цепочки манифестов. Значение "signature" также вызывает загрузку и проверку файлов подписей. Значение "full" требует загрузить все, включая сами файлы, и проверить, что они не изменились.
1308Library\Main\Strings\Options.ru-RU.resxVerificationLevelShortupdatedLevel of verificationУровень проверки
1309Library\Main\Strings\Options.ru-RU.resxVolsizeLongupdatedThis option can change the default volume size. Changing the size can be usefull if the backend has a limit on the size of each individual fileНастройка меняет размер тома по умолчанию. Примените ее, если в хранилище есть ограничение на максимальный размер одного файла
1310Library\Main\Strings\Options.ru-RU.resxVolsizeShortupdatedA size string that limits the size of the volumesРазмер строки, которая ограничивает размер тома
1311Library\Main\Strings\Options.ru-RU.resxVssexcludewritersLongupdatedUse this option to exclude faulty writers from a snapshot. This is equivalent to the -wx flag of the vshadow.exe tool, except that it only accepts writer class GUIDs, and not component names or instance GUIDs. Multiple GUIDs must be separated with a semicolon, and most forms of GUIDs are allowed, including with and without curly braces.Эта настройка исключает неисправные модули записи VSS из снимка. Это эквивалентно использованию ключа -wx для vshadow.exe, за исключением того, что принимает только GUID класса записи, а не имя компонента или GUID экземпляра. Несколько GUID должны разделяться точкой с запятой, большинство форм GUID можно использовать, включая вариант с фигурными скобками.
1312Library\Main\Strings\Options.ru-RU.resxVssexcludewritersShortupdatedA semicolon separated list of guids of VSS writers to exclude (Windows only)Список GUID модулей записи VSS, которые надо исключить, через точку с запятой (только в Windows)
1313Library\Main\Strings\Options.ru-RU.resxVssusemappingLongupdatedActivate this option to map VSS snapshots to a drive (similar to SUBST, using Win32 DefineDosDevice). This will create temporary drives that are then used to access the contents of a snapshot. This workaround can speed up file access on Windows XP.Этот флаг сопоставляет снимкам VSS диск (подобно SUBST, используя Win32 DefineDosDevice). Созданные временные диски используются для копирования снимков. Это ускоряет доступ к файлам на Windows XP
1314Library\Main\Strings\Options.ru-RU.resxVssusemappingShortupdatedMap snapshots to a drive (Windows only)Назначить снимок на устройство (только в Windows)
1315Library\Main\Strings\RSyncDir.ru-RU.resxCreateFolderErrorupdatedFailed to create folder: "{0}", Error message: {1}Не удалось создать папку: {0}, ошибка: {1}
1316Library\Main\Strings\RSyncDir.ru-RU.resxDeletedFilenameErrorupdatedAn error occured while determining file status, filename: {0}, folder name:{1}Ошибка определения статуса файла, файл: {0}, папка:{1}
1317Library\Main\Strings\RSyncDir.ru-RU.resxDeleteFileErrorupdatedFailed to delete file: "{0}", Error message: {1}Не удалить файл: "{0}", Ошибка: {1}
1318Library\Main\Strings\RSyncDir.ru-RU.resxDeleteFolderErrorupdatedFailed to remove folder: "{0}", Error message: {1}Не удалить папку: "{0}", Ошибка: {1}
1319Library\Main\Strings\RSyncDir.ru-RU.resxFailedToSetFileWriteTimeupdatedFailed to set the write time for the file: {0}. Error message: {1}Не назначить время записи для файла: {0}. Ошибка: {1}
1320Library\Main\Strings\RSyncDir.ru-RU.resxFailedToSetFolderWriteTimeupdatedFailed to set the write time for the folder: {0}. Error message: {1}Не назначить время записи для папки: {0}. Ошибка: {1}
1321Library\Main\Strings\RSyncDir.ru-RU.resxFileChangedWhileReadErrorupdatedThe file {0} changed while being backed up, omitting file from backup setФайл {0} изменен во время создания резервной копии, исключаем его из копии
1322Library\Main\Strings\RSyncDir.ru-RU.resxFileChangedWhileReadWarningupdatedThe file {0} changed while being backed up, this may result in a broken fileФайл {0} изменен во время создания резервной копии, возможно, он испорчен
1323Library\Main\Strings\RSyncDir.ru-RU.resxFileProcessErrorupdatedFailed to process file: {0}. Error message: {1}Не обработать файл: {0}. Ошибка: {1}
1324Library\Main\Strings\RSyncDir.ru-RU.resxFileShouldBePartialErrorupdatedThe file {0} was marked as partial in a previous volume, but is not marked partial in the current volumeФайл {0} отмечен как частично переданный в предыдущем томе, но не отмечен как частично переданный в текущем томе
1325Library\Main\Strings\RSyncDir.ru-RU.resxFileToDeleteMissingErrorupdatedFile marked for deletion did not exist: {0}Для удаления помечен несуществующий файл: {0}
1326Library\Main\Strings\RSyncDir.ru-RU.resxFolderModificationTimeReadErrorupdatedFailed to read the file modification timestamp for: {0}. Error message: {1}Не прочесть время модификации файла: {0}. Ошибка: {1}
1327Library\Main\Strings\RSyncDir.ru-RU.resxFolderToDeleteMissingErrorupdatedFolder was marked for deletion, but did not exist: {0}Для удаления помечена несуществующая папка: {0}
1328Library\Main\Strings\RSyncDir.ru-RU.resxInternalPathMappingErrorupdatedAn internal error occured. The path {0} is not a subpath of any of the source folders: {1}.Внутренняя ошибка. Путь {0} не относится ни к одной из папок-источников: {1}.
1329Library\Main\Strings\RSyncDir.ru-RU.resxInvalidPartialFileEntryupdatedThe partial file record for {0} does not match the fileЗапись о частично переданном файле {0} не соответствует файлу
1330Library\Main\Strings\RSyncDir.ru-RU.resxInvalidPartialRecordErrorupdatedThe partial record file is invalidНеверная запись о частичном файле
1331Library\Main\Strings\RSyncDir.ru-RU.resxInvalidRelFilenameErrorupdatedInvalid filename detected: {0}, source folders: {1}, error message: {2}Некорректное имя файла: {0}, папка-источник: {1}, ошибка: {2}
1332Library\Main\Strings\RSyncDir.ru-RU.resxInvalidTimeStampErrorupdatedThe timestamp information for file {0} could not be read: {1}Время записи файла {0} не читается: {1}
1333Library\Main\Strings\RSyncDir.ru-RU.resxMultipassUsageErrorupdatedMulti pass is not initializedРежим Multi Pass не инициализирован
1334Library\Main\Strings\RSyncDir.ru-RU.resxPartialFileAddedLogMessageupdatedFile {0} is partial from byte offset {1}Файл {0} частичен начиная с позиции {1}
1335Library\Main\Strings\RSyncDir.ru-RU.resxPartialFileIncompleteWarningupdatedThe partial file {0} was not completedЧастичный файл {0} не завершен
1336Library\Main\Strings\RSyncDir.ru-RU.resxPartialLeftoverDeleteErrorupdatedFailed to clean up the partial incomplete file {0}, error message: {1}Не удается удалить частичный незавершенный файл {0}, ошибка: {1}
1337Library\Main\Strings\RSyncDir.ru-RU.resxRestoreFileErrorupdatedFailed to restore file: "{0}", Error message: {1}Не восстановить файл: "{0}", Ошибка: {1}
1338Library\Main\Strings\RSyncDir.ru-RU.resxRestoreFolderDeltaErrorupdatedFolder did not exist on restore by delta: {0}Папка не существует при восстановлении с помощью файла различия: {0}
1339Library\Main\Strings\RSyncDir.ru-RU.resxRestoreFolderMissingErrorupdatedFolder did not exist on restore: {0}Папка не существует при восстановлении: {0}
1340Library\Main\Strings\RSyncDir.ru-RU.resxSnapshotFailedErrorupdatedFailed to create a snapshot: {0}Не получается создать снимок: {0}
1341Library\Main\Strings\RSyncDir.ru-RU.resxSymlinkReadErrorupdatedThe symlink information for {0} could not be read: {1}Информацию ярлыка {0} не прочесть: {1}
1342Library\Main\Strings\RSyncDir.ru-RU.resxUsnDisposeFailedWarningupdatedFailed to dispose USN helper: {0}Не удается воспользоваться USN: {0}
1343Library\Main\Strings\RSyncDir.ru-RU.resxUsnFailedErrorupdatedFailed to read USN data: {0}Не прочесть данные USN: {0}
1344Library\Main\Strings\RSyncDir.ru-RU.resxUsnJournalIdChangedWarningupdatedThe USN journalId for volume {0} was changed from {1} to {2}, performing full file compareИдентификатор журнала USN для тома {0} поменялся с {1} на {2}, выполняем полное сравнение
1345Library\Main\Strings\RSyncDir.ru-RU.resxUsnNotSupportedOnLinuxErrorupdatedUSN is not supported on LinuxUSN в Linux не поддерживается
1346Library\Main\Strings\RSyncDir.ru-RU.resxUsnNumberingFaultWarningupdatedThe stored USN number for volume {0} is {1} but the current USN is {2}, performing full file compareСохраненный номер USN для тома {0} равен {1}, а текущий USN равен {2}, выполняем полное сравнение
1347Library\Modules\Builtin\Strings\ConsolePasswordInput.ru-RU.resxConfirmPassphrasePromptupdatedConfirm passphraseПодтвердите пароль
1348Library\Modules\Builtin\Strings\ConsolePasswordInput.ru-RU.resxDescriptionupdatedThis module will ask the user for a encryption password on the commandline unless encryption is disabled or the password is supplied by other meansЭтот модуль спрашивает пароль для шифрования в командной строке, если только пароль не сообщен иным образом или шифрование не выключено
1349Library\Modules\Builtin\Strings\ConsolePasswordInput.ru-RU.resxDisplaynameupdatedPassword promptПодсказка пароля
1350Library\Modules\Builtin\Strings\ConsolePasswordInput.ru-RU.resxEmptyPassphraseErrorupdatedEmpty passphrases are not allowedПароль не может быть пустым
1351Library\Modules\Builtin\Strings\ConsolePasswordInput.ru-RU.resxEnterPassphrasePromptupdatedEnter passphraseВведите пароль
1352Library\Modules\Builtin\Strings\ConsolePasswordInput.ru-RU.resxPassphraseMismatchErrorupdatedThe passphrases do not matchПароли не совпадают
1353Library\Modules\Builtin\Strings\HttpOptions.ru-RU.resxDescriptionupdatedThis module exposes a number of properties that can be used to change the way http requests are issuedМодуль имеет несколько свойств, которыми можно менять то, как формируется запрос по HTTP
1354Library\Modules\Builtin\Strings\HttpOptions.ru-RU.resxDescriptionAcceptAnyCertificateLongupdatedUse this option to accept any server certificate, regardless of what errors it may have. Please use --accept-specified-ssl-hash instead, whenever possible.Этот ключ разрешает принять любой сертификат сервера, даже если в нем есть ошибки. Используйте ключ --accept-specified-ssl-hash вместо него, если возможно.
1355Library\Modules\Builtin\Strings\HttpOptions.ru-RU.resxDescriptionAcceptAnyCertificateShortupdatedAccept any server certificateПринимать любой сертификат от сервера
1356Library\Modules\Builtin\Strings\HttpOptions.ru-RU.resxDescriptionAcceptHashLongupdatedIf your server certificate is reported as invalid (eg. with self-signed certificates), you can supply the certificate hash to approve it anyway. The hash value must be entered in hex format without spaces.Если сертификат сервера недействиетлен (например, он самоподписанный), его все равно можно использовать. Его контрольная сумма должна быть введена как шестнадцатеричное число без пробелов.
1357Library\Modules\Builtin\Strings\HttpOptions.ru-RU.resxDescriptionAcceptHashShortupdatedOptionally accept a known SSL certificateПринимать только уже известные сертификаты SSL
1358Library\Modules\Builtin\Strings\HttpOptions.ru-RU.resxDisableExpect100LongupdatedThe default HTTP request has the header "Expect: 100-Continue" attached, which allows some optimizations when authenticating, but also breaks some web servers, causing them to report "417 - Expectation failed"Запрос HTTP по умолчанию имеет заголовок "Expect: 100-Continue" что позволяет немного оптимизировать аутентификацию, но иногда чужие веб-серверы считают его ошибкой и возвращают ответ "417 - Expectation failed"
1359Library\Modules\Builtin\Strings\HttpOptions.ru-RU.resxDisableExpect100ShortupdatedDisable the expect headerВыключить заголовок Expect
1360Library\Modules\Builtin\Strings\HttpOptions.ru-RU.resxDisableNagleLongupdatedBy default the http requests use the RFC 896 nagling algorithm to support transfer of small packages more effeciently.По умолчанию запросы HTTP используют алгоритм RFC 896 для более эффективной пересылки мелких пакетов данных
1361Library\Modules\Builtin\Strings\HttpOptions.ru-RU.resxDisableNagleShortupdatedDisable naglingЗапретить пересылку мелких пакетов по RFC 896
1362Library\Modules\Builtin\Strings\HttpOptions.ru-RU.resxDisplayNameupdatedConfigure http requestsНастроить HTTP-запрос
1363Library\SharpRSync\Strings\ChecksumFile.ru-RU.resxEndofstreamBeforeSignatureErrorupdatedEnd of stream occured while reading initial 4 bytes of signature fileКонец данных при чтении начальных 4 байтов файла подписи.
1364Library\SharpRSync\Strings\ChecksumFile.ru-RU.resxEndofstreamInBlocksizeErrorupdatedEnd of stream occured while reading blocksize in signature fileКонец данных при чтении размера блока из файла подписи.
1365Library\SharpRSync\Strings\ChecksumFile.ru-RU.resxEndofstreamInStronglenErrorupdatedEnd of stream occured while reading stronglen in signature fileКонец данных при чтении длины записи из файла подписи.
1366Library\SharpRSync\Strings\ChecksumFile.ru-RU.resxEndofstreamInStrongSignatureErrorupdatedEnd of stream occured while reading strong signature from signature fileКонец данных при чтении начальных подписи из файла подписи.
1367Library\SharpRSync\Strings\ChecksumFile.ru-RU.resxInvalidBlocksizeErrorupdatedBlocklen in signature file was: {0}, which does not seem correctРазмер блока в файле подписи: {0}, а это не похоже на правду
1368Library\SharpRSync\Strings\ChecksumFile.ru-RU.resxInvalidFilesizeErrorupdatedThe size of the signature file is invalidНеверен размер файла подписи
1369Library\SharpRSync\Strings\ChecksumFile.ru-RU.resxInvalidSignatureHeaderErrorupdatedSignature stream did not have the correct start markerПодпись не имеет корректного маркера начала
1370Library\SharpRSync\Strings\ChecksumFile.ru-RU.resxInvalidStrongsizeErrorupdatedStronglen in signature file was: {0}, which does not seem correctЗначение размера stronglen в файле подписи {0}, а это неверно
1371Library\SharpRSync\Strings\DeltaFile.ru-RU.resxEndofstreamBeforeSignatureErrorupdatedEnd of stream occured while reading initial 4 bytes of delta fileДанные кончились во время чтения первых 4 байт файла различий
1372Library\SharpRSync\Strings\DeltaFile.ru-RU.resxEndofstreamWithoutMarkerErrorupdatedStream ended but had no end markerПоток данных завершился, а маркера конца нет
1373Library\SharpRSync\Strings\DeltaFile.ru-RU.resxInternalBufferErrorupdatedInternal error, had buffered both matched and unmatched blocks!Внутренняя ошибка, буферизованы и соответствующие, и несоответствующие блоки!
1374Library\SharpRSync\Strings\DeltaFile.ru-RU.resxInvalidCopyLengthErrorupdatedInvalid length for copy dataНеверная длина копируемых данных
1375Library\SharpRSync\Strings\DeltaFile.ru-RU.resxInvalidCopyOffsetErrorupdatedInvalid offset for copy dataНеверный сдвиг для копируемых данных
1376Library\SharpRSync\Strings\DeltaFile.ru-RU.resxInvalidLitteralSizeErrorupdatedInvalid size for literal dataНеверный размер вставляемых данных
1377Library\SharpRSync\Strings\DeltaFile.ru-RU.resxInvalidSignatureErrorupdatedDelta stream did not have the correct start markerНет маркера начала в потоке данных разницы
1378Library\SharpRSync\Strings\DeltaFile.ru-RU.resxUnexpectedEndofstreamErrorupdatedUnexpected end of stream detectedНеожиданный конец потока данных
1379Library\SharpRSync\Strings\DeltaFile.ru-RU.resxUnknownCommandErrorupdatedUnknown command in delta fileНеизвестная команда в файле различий
1380Library\SharpRSync\Strings\Program.ru-RU.resxErrorOccurredupdatedAn error occurred: {0}Ошибка: {0}
1381Library\SharpRSync\Strings\Program.ru-RU.resxUsageMessageupdatedUsage: {0} signature <input-file> <signature-file> {0} delta <signature-file> <input-file> <delta-file> {0} patch <base-file> <delta-file> <output-file>Использование: {0} signature <input-file> <signature-file> {0} delta <signature-file> <input-file> <delta-file> {0} patch <base-file> <delta-file> <output-file>
1382Library\SharpRSync\Strings\RDiffBinary.ru-RU.resxEncodedLengthErrorupdatedEncoded value had unexpected lengthНеожиданная длина закодированных данных
1383Library\SharpRSync\Strings\RDiffBinary.ru-RU.resxInvalidDataLengthErrorupdatedInvalid data lengthНеверный размер данных
1384Library\SharpRSync\Strings\RDiffBinary.ru-RU.resxInvalidDeltaCopyCommandErrorupdatedInvalid delta copy command: {0}Неверная команда копирования различий: {0}
1385Library\SharpRSync\Strings\RDiffBinary.ru-RU.resxInvalidEncodedSizeErrorupdatedInvalid size for encoded value!Неверный размер зашифрованного значения!
1386Library\SharpRSync\Strings\RDiffBinary.ru-RU.resxInvalidLiteralCommandupdatedInvalid literal delta command: {0}Неверная команда в файле различий: {0}
1387Library\SharpRSync\Strings\RDiffBinary.ru-RU.resxSizeTooLargeErrorupdatedUnable to size item, because it is larger than: {0}Непонятен размер, ибо он больше, чем: {0}
1388Library\SharpRSync\Strings\RDiffBinary.ru-RU.resxValueTooLargeErrorupdatedValue must be less than: {0}Значение должно быть меньше, чем: {0}
1389Library\SharpRSync\Strings\RollingBuffer.ru-RU.resxBufferExhaustedErrorupdatedBuffer has too few bytesВ буфере слишком мало байтов
1390Library\SharpRSync\Strings\RollingBuffer.ru-RU.resxInternalErrorupdatedThis is one sad rolling buffer :(Внутренняя ошибка. Проблема с кольцевым буфером.
1391Library\SharpRSync\Strings\RollingBuffer.ru-RU.resxNegativeIndexErrorupdatedIndex cannot be negativeИндекс должен быть неотрицательным
1392Library\SharpRSync\Strings\Utility.ru-RU.resxUnexpectedEndOfStreamErrorupdatedUnexpected end of streamНеожиданный конец потока данных
1393Library\Snapshots\Strings\LinuxSnapshot.ru-RU.resxExternalProgramLaunchErrorupdatedThe external command failed to start. Error message: {0} Command: {1} {2}Не запустить внешнюю команду. Ошибка: {0} Команда: {1} {2}
1394Library\Snapshots\Strings\LinuxSnapshot.ru-RU.resxExternalProgramTimeoutErrorupdatedThe external command failed to complete within the set time limit: {0} {1}Внешняя команда не смогла завершить работу в заданное время: {0} {1}
1395Library\Snapshots\Strings\LinuxSnapshot.ru-RU.resxInvalidFilePathErrorupdatedUnable to match local path {0} with any snapshot path: {1}Не находится соответствие локального пути {0} с путем из какого-либо снимка: {1}
1396Library\Snapshots\Strings\LinuxSnapshot.ru-RU.resxMountFolderMissingErrorupdatedScript returned successfully, but the temporary folder {0} does not exist: {1}Скрипт завершился нормально, но временной папки {0} нет: {1}
1397Library\Snapshots\Strings\LinuxSnapshot.ru-RU.resxMountFolderNotRemovedErrorupdatedScript returned successfully, but the temporary folder {0} still exist: {1}Скрипт завершился нормально, но временная папка {0} сохранилась: {1}
1398Library\Snapshots\Strings\LinuxSnapshot.ru-RU.resxScriptExitCodeErrorupdatedThe script returned exit code {0}, but {1} was expected: {2}Скрипт вернул код {0}, а ожидалось {1} : {2}
1399Library\Snapshots\Strings\LinuxSnapshot.ru-RU.resxScriptOutputErrorupdatedScript returned successfully, but the output was missing the {0} parameter: {1}Скрипти успешно завершился, но в выводе нет {0} параметра(ов): {1}
1400Library\Snapshots\Strings\Shared.ru-RU.resxInvalidEnumPathErrorupdatedUnable to match local path {0} with a snapshotНе находится соответствие локального пути {0} снимку
1401Library\Snapshots\Strings\USNHelper.ru-RU.resxEmptyResponseErrorupdatedUnexpected empty response while enumeratingНеожиданный пустой ответ при перечислении
1402Library\Snapshots\Strings\USNHelper.ru-RU.resxLinuxNotSupportedErrorupdatedUSN is not supported on LinuxUSN в Linux не поддерживается
1403Library\Snapshots\Strings\USNHelper.ru-RU.resxSafeGuardErrorupdatedThe number of files returned by USN was zero. This is likely an error. To remedy this, USN has been disabled.USN вернул нулевое количество файлов. Видимо, это - ошибка. Запретите USN, чтобы ее исправить.
1404Library\Snapshots\Strings\WinNativeMethod.ru-RU.resxMissingBackupPrivilegeErrorupdatedCalling process does not have the backup privilegeВызывающий процесс не имеет прав на резервное копирование
1405Library\Utility\Strings\FilenameFilter.ru-RU.resxFilterContainsPathSeparatorupdatedFilter contains: {0}Фильтр содержит: {0}
1406Library\Utility\Strings\Sizeparser.ru-RU.resxInvalidSizeValueErrorupdatedInvalid size value: {0}Неверный размер: {0}
1407Library\Utility\Strings\SslCertificateValidator.ru-RU.resxInvalidCallSequenceupdatedThe SSL certificate validator was called in an incorrect orderПроверки сертификата SSL вызваны в неверном порядке
1408Library\Utility\Strings\SslCertificateValidator.ru-RU.resxVerifyCertificateExceptionupdatedThe server certificate had the error {0} and the hash {1} Use the commandline option --accept-specified-ssl-hash={1} to accept the server certificate anywayОшибка в сертификате сервера {0} и в хэше {1} Используйте --accept-specified-ssl-hash={1} в командной строке для принятия сертификата несмотря на ошибку
1409Library\Utility\Strings\SslCertificateValidator.ru-RU.resxVerifyCertificateHashErrorupdatedFailed while validating certificate hash, error message: {0}, Ssl error name: {1}Ошибка контрольной суммы сертификата, сообщение: {0}, Название ошибки Ssl: {1}
1410Library\Utility\Strings\TempFolder.ru-RU.resxTempFolderDoesNotExistErrorupdatedTemporary folder does not exist: {0}Такой временной папки нет: {0}
1411Library\Utility\Strings\Timeparser.ru-RU.resxInvalidDayErrorupdatedUnable to parse date: {0}, invalid day: {1}Не получается распознать дату: {0}, неверное число: {1}
1412Library\Utility\Strings\Timeparser.ru-RU.resxInvalidIntegerErrorupdatedFailed to parse the segment: {0}, invalid integerНе получается распознать сегмент: {0}, неверное целое
1413Library\Utility\Strings\Timeparser.ru-RU.resxInvalidSpecifierErrorupdatedInvalid specifier: {0}Неверное время: {0}
1414Library\Utility\Strings\Timeparser.ru-RU.resxInvalidTimeErrorupdatedUnable to parse date: {0}, invalid time: {1}Не получается распознать дату: {0}, неверное время: {1}
1415Library\Utility\Strings\Timeparser.ru-RU.resxInvalidYearErrorupdatedUnable to parse date: {0}, invalid year: {1}Не получается распознать дату: {0}, неверный год: {1}
1416Library\Utility\Strings\Timeparser.ru-RU.resxUnknownMonthErrorupdatedUnable to parse date: {0}, unknown month: {1}Не получается распознать дату: {0}, неверный месяц: {1}
1417Library\Utility\Strings\Timeparser.ru-RU.resxUnparsedDataFragmentErrorupdatedUnparsed data: {0}Нераспознаваемые данные: {0}
1418Library\Utility\Strings\Utility.ru-RU.resxFormatStringBupdated{0} bytes{0} байтов
1419Library\Utility\Strings\Utility.ru-RU.resxFormatStringGBnot-updated{0:N} GB
1420Library\Utility\Strings\Utility.ru-RU.resxFormatStringKBnot-updated{0:N} KB
1421Library\Utility\Strings\Utility.ru-RU.resxFormatStringMBnot-updated{0:N} MB
1422Library\Utility\Strings\Utility.ru-RU.resxFormatStringTBunused{0:N} Тб
1423Library\Utility\Strings\Utility.ru-RU.resxInvalidHexDigitErrorupdatedThe digit '{0}' is not a valid hex digitЦифра '{0}' недопустима в шестнадцатеричном коде
1424Library\Utility\Strings\Utility.ru-RU.resxInvalidHexStringLengthErrorupdatedThe hex string size must be a multiple of two, eg. the length must be evenДлина строки должна быть четным числом
1425Library\Utility\Strings\Utility.ru-RU.resxTimeoutExceptionupdatedThe request timed outТаймаут при запросе
1426Library\Utility\Strings\Utility.ru-RU.resxUnexpectedRequestResultErrorupdatedThe attempt to open a connection gave an unexpected result. Type: {0}, message: {1}Неожиданный результат при попытке установить соединение. Тип: {0}, сообщение: {1}
1427Winforms\Controls\PasswordConfirmationDialog.ru-RU.resx$this.TextupdatedPlease confirm the passwordПовторите пароль
1428Winforms\Controls\PasswordConfirmationDialog.ru-RU.resxCancelBtn.TextupdatedCancelОтмена
1429Winforms\Controls\PasswordConfirmationDialog.ru-RU.resxlabel1.TextupdatedPasswordПароль
1430Winforms\Controls\PasswordConfirmationDialog.ru-RU.resxOKBtn.TextmissingOK
1431Winforms\Controls\PasswordControl.ru-RU.resxShowPassword.ToolTipupdatedShow or hide the passwordПоказать или скрыть пароль
1432Winforms\Controls\PasswordControl.ru-RU.resxTextBox.Textupdatedpasswordпароль
1433Winforms\Controls\Strings\PasswordConfirmationDialog.ru-RU.resxPasswordDoNotMatchErrorupdatedThe password that you have entered does not match the previously entered passwordПароль не совпадает с введенным ранее
1434Winforms\Controls\Strings\PasswordControl.ru-RU.resxConfirmClearingPasswordupdatedYou cannot read this password, but you may reset the password and enter a new one. Do you want to clear the password and enter a new one?Вы не можете узнать старый пароль, но можете установить новый. Хотите сбросить старый пароль и установить новый?
1435WizardForm\Dialog.ru-RU.resx$this.TextupdatedDialogЗапрос
1436WizardForm\Dialog.ru-RU.resx_BackButton.Textupdated< Back< Назад
1437WizardForm\Dialog.ru-RU.resx_CancelButton.TextupdatedCancelОтмена
1438WizardForm\Dialog.ru-RU.resx_InfoLabel.TextupdatedHelptextПомощь
1439WizardForm\Dialog.ru-RU.resx_NextButton.TextupdatedNext >Далее >
1440WizardForm\Dialog.ru-RU.resx_TitleLabel.TextupdatedTitleЗаголовок
1441WizardForm\StartPage.ru-RU.resxWizardHelp.TextupdatedClick next to continueНажмите Далее для продолжения
1442WizardForm\StartPage.ru-RU.resxWizardIntroduction.TextupdatedWizard introductionВведение в мастер
1443WizardForm\StartPage.ru-RU.resxWizardTitle.TextupdatedWizard titleЗаголовок мастера
1444WizardForm\Strings\Dialog.ru-RU.resxFinishButtonTextupdatedFinishЗавершить
1445WizardForm\Strings\Dialog.ru-RU.resxNextButtonTextupdatedNext >Далее >