Files
duplicati/Duplicati/Localization/report.es-ES.csv
T
2012-04-13 20:55:24 +00:00

204 KiB

1CommandLine\Decrypter\Strings\Program.es-ES.resxProgramUsagenot-updatedUsage: Duplicati.CommandLine.Decrypter.exe <passphrase> <inputfile> <outputfile>
2CommandLine\Strings\Program.es-ES.resxAddedFoldersHeadernot-updatedAdded folders
3CommandLine\Strings\Program.es-ES.resxCollectionStatusHeadernot-updatedFound {0} backup chains on backend Type\tTime\t\t\tVolumes\tSize
4CommandLine\Strings\Program.es-ES.resxCollectionStatusLineFullnot-updatedFull\t{0}\t{1}\t{2}
5CommandLine\Strings\Program.es-ES.resxCollectionStatusLineIncnot-updated Inc\t{0}\t{1}\t{2}
6CommandLine\Strings\Program.es-ES.resxControlFilesHeadernot-updatedControl files
7CommandLine\Strings\Program.es-ES.resxDeletedFilesHeadernot-updatedDeleted files
8CommandLine\Strings\Program.es-ES.resxDeletedFoldersHeadernot-updatedDeleted folders
9CommandLine\Strings\Program.es-ES.resxDuplicatiOptionsHeadernot-updatedDuplicati options:
10CommandLine\Strings\Program.es-ES.resxFileEntryNotFoundnot-updated< not found >
11CommandLine\Strings\Program.es-ES.resxFindLastVersionEntrynot-updated{0}\t{1}
12CommandLine\Strings\Program.es-ES.resxFindLastVersionHeadernot-updatedBackuptime\t\tFilename
13CommandLine\Strings\Program.es-ES.resxFolderCreatedMessagenot-updatedThe folder {0} was created
14CommandLine\Strings\Program.es-ES.resxGenericModulesHeadernot-updatedSupported generic modules:
15CommandLine\Strings\Program.es-ES.resxIntegerParseErrornot-updatedUnable to parse "{0}" into a number
16CommandLine\Strings\Program.es-ES.resxInternalOptionUsedErrornot-updatedThe option --{0} was supplied, but it is reserved for internal use and may not be set on the commandline
17CommandLine\Strings\Program.es-ES.resxModifiedFilesHeadernot-updatedModified files
18CommandLine\Strings\Program.es-ES.resxModuleIsLoadedAutomaticallynot-updatedModule is loaded atomatically, use --disable-module to prevent this
19CommandLine\Strings\Program.es-ES.resxModuleIsNotLoadedAutomaticallynot-updatedModule is not loaded atomatically, use --enable-module to load it
20CommandLine\Strings\Program.es-ES.resxNewFilesHeadernot-updatedNew files
21CommandLine\Strings\Program.es-ES.resxNewOrModifiedFilesHeadernot-updatedNew/Modified files
22CommandLine\Strings\Program.es-ES.resxProgramUsageBackendnot-updatedA <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.
23CommandLine\Strings\Program.es-ES.resxProgramUsageBackupnot-updatedBackup (make a full or incremental backup): Duplicati.CommandLine [full] [options] <sourcefolder> <backend>
24CommandLine\Strings\Program.es-ES.resxProgramUsageCleanupnot-updatedCleanup (remove partial and unused files): Duplicati.CommandLine cleanup [options] <backend>
25CommandLine\Strings\Program.es-ES.resxProgramUsageCreateFoldersnot-updatedCreate folder (usually done automatically): Duplicati.CommandLine create-folder [options] <backend>
26CommandLine\Strings\Program.es-ES.resxProgramUsageDeleteOldnot-updatedDelete 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>
27CommandLine\Strings\Program.es-ES.resxProgramUsageFiltersnot-updatedFilters: 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.
28CommandLine\Strings\Program.es-ES.resxProgramUsageFindLastVersionnot-updatedFind the last version of a file: Duplicati.CommandLine find-last-version [options] --file-to-restore=<files to find> <backend>
29CommandLine\Strings\Program.es-ES.resxProgramUsageHeadernot-updated********** Duplicati v. {0} ********** Usage:
30CommandLine\Strings\Program.es-ES.resxProgramUsageListContentFilesnot-updatedList content files (files that can be restored): Duplicati.CommandLine list-current-files [options] <backend>
31CommandLine\Strings\Program.es-ES.resxProgramUsageListFilesnot-updatedList files: Duplicati.CommandLine list [options] <backend>
32CommandLine\Strings\Program.es-ES.resxProgramUsageListSetsnot-updatedList backup sets: Duplicati.CommandLine collection-status [options] <backend>
33CommandLine\Strings\Program.es-ES.resxProgramUsageListSignatureFilesnot-updatedList signature files (files in a single backup volume set): Duplicati.CommandLine list-actual-signature-files [options] <backend>
34CommandLine\Strings\Program.es-ES.resxProgramUsageListSourceFoldersnot-updatedList source folders (folders backed up from): Duplicati.CommandLine list-source-folders [options] <backend>
35CommandLine\Strings\Program.es-ES.resxProgramUsageOptionTypesnot-updatedOption 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
36CommandLine\Strings\Program.es-ES.resxProgramUsagePurgeCachenot-updatedPurge signature cache: Duplicati.CommandLine purge-signature-cache [options]
37CommandLine\Strings\Program.es-ES.resxProgramUsageRestorenot-updatedRestore (restore all or some files): Duplicati.CommandLine [options] <backend> <destinationfolder>
38CommandLine\Strings\Program.es-ES.resxProgramUsageTimesnot-updatedTimes: 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.
39CommandLine\Strings\Program.es-ES.resxProgramUsageVerifynot-updatedVerify backup integrity: Duplicati.CommandLine verify <backend> --verification-level=manifest|signatures|full
40CommandLine\Strings\Program.es-ES.resxSupportedBackendsHeadernot-updatedSupported backends:
41CommandLine\Strings\Program.es-ES.resxSupportedCompressionModulesHeadernot-updatedSupported compression modules:
42CommandLine\Strings\Program.es-ES.resxSupportedEncryptionModulesHeadernot-updatedSupported encryption modules:
43CommandLine\Strings\Program.es-ES.resxSupportedOptionsHeadernot-updatedSupported options:
44CommandLine\Strings\Program.es-ES.resxTimeParseErrornot-updatedUnable to parse "{0}" into a time offset: {1}
45CommandLine\Strings\Program.es-ES.resxUnhandledExceptionnot-updatedAn error occured: {0}
46CommandLine\Strings\Program.es-ES.resxUnhandledInnerExceptionnot-updatedThe inner error message is: {0}
47CommandLine\Strings\Program.es-ES.resxUsageExampleLinuxnot-updatedDuplicati.CommandLine /home/user/ ftp://host/folder --exclude=/file.txt In this example the file "/home/user/file.txt" is excluded.
48CommandLine\Strings\Program.es-ES.resxUsageExampleWindowsnot-updatedDuplicati.CommandLine C:\Documents\Files ftp://host/folder --exclude=\file.txt In this example the file "C:\Documents\Files\file.txt" is excluded.
49CommandLine\Strings\Program.es-ES.resxVerificationCompletednot-updatedVerification completed, summary: Manifest files verified: {0} Signature files verified: {1} Content files verified: {2} Errors: {3}
50CommandLine\Strings\Program.es-ES.resxVerificationErrorHeadernot-updatedReported error messages:
51CommandLine\Strings\Program.es-ES.resxWrongNumberOfCommandsError_v2not-updatedFound {0} commands but expected {1}, commands: {2}
52GUI\ApplicationSetup.es-ES.resx$this.TextmissingDuplicati Options
53GUI\ApplicationSetup.es-ES.resxAdvancedTab.TextmissingAdvanced
54GUI\ApplicationSetup.es-ES.resxBalloonNotificationLevel.ToolTipmissingChoose the level of notification given by balloon tips
55GUI\ApplicationSetup.es-ES.resxBandwidth.ToolTipmissingSet the initial bandwidth limits to use in Duplicati
56GUI\ApplicationSetup.es-ES.resxBasicTab.TextmissingBasic
57GUI\ApplicationSetup.es-ES.resxCacheSizeLabel.TextmissingCalculating cache size...
58GUI\ApplicationSetup.es-ES.resxCancelBtn.TextmissingCancel
59GUI\ApplicationSetup.es-ES.resxClearCacheButton.TextmissingClear cache
60GUI\ApplicationSetup.es-ES.resxClearCacheButton.ToolTipmissingClear any signature files stored in cache. Signatures will be re-downloaded on next backup.
61GUI\ApplicationSetup.es-ES.resxCommonPassword.ToolTipmissingEnter the default password to apply to new backups
62GUI\ApplicationSetup.es-ES.resxEncryptionMethod.TextmissingEncryption method:
63GUI\ApplicationSetup.es-ES.resxEncryptionMethod.ToolTipmissingChoose the default encryption module to use for new backups
64GUI\ApplicationSetup.es-ES.resxEncryptionModule.ToolTipmissingChoose the default encryption module to use for new backups
65GUI\ApplicationSetup.es-ES.resxgroupBox1.TextmissingUser interface
66GUI\ApplicationSetup.es-ES.resxgroupBox2.TextmissingCache
67GUI\ApplicationSetup.es-ES.resxgroupBox4.TextmissingDefault throttle settings
68GUI\ApplicationSetup.es-ES.resxHideDonateButton.TextmissingHide Donate button on the main wizard page
69GUI\ApplicationSetup.es-ES.resxlabel1.TextmissingTime to display past backups in log:
70GUI\ApplicationSetup.es-ES.resxlabel1.ToolTipmissingSelect the time a backup is displayed in the log window after completion
71GUI\ApplicationSetup.es-ES.resxlabel2.TextmissingSections:
72GUI\ApplicationSetup.es-ES.resxlabel3.TextmissingLanguage:
73GUI\ApplicationSetup.es-ES.resxlabel3.ToolTipmissingSelect user interface language (requires restart)
74GUI\ApplicationSetup.es-ES.resxlabel4.TextmissingTemporary folder:
75GUI\ApplicationSetup.es-ES.resxlabel6.TextmissingContent:
76GUI\ApplicationSetup.es-ES.resxlabel7.TextmissingTime to wait after startup:
77GUI\ApplicationSetup.es-ES.resxlabel7.ToolTipmissingSelect the amount of time Duplicati is paused after startup
78GUI\ApplicationSetup.es-ES.resxlabel8.TextmissingBackup notifications:
79GUI\ApplicationSetup.es-ES.resxlabel8.ToolTipmissingChoose the level of notification given by balloon tips
80GUI\ApplicationSetup.es-ES.resxLanguageSelection.ToolTipmissingChoose the language for the user interface (requires restart)
81GUI\ApplicationSetup.es-ES.resxLicenseLink.TextmissingHomepage
82GUI\ApplicationSetup.es-ES.resxLicenseLink.ToolTipmissingClick to go to the homepage of the currently selected section
83GUI\ApplicationSetup.es-ES.resxLicenseSections.ToolTipmissingLists the available license sections
84GUI\ApplicationSetup.es-ES.resxLicenseTab.TextmissingLicense
85GUI\ApplicationSetup.es-ES.resxOKBtn.TextmissingOK
86GUI\ApplicationSetup.es-ES.resxPasswordDefaultsGroup.TextmissingDefault password
87GUI\ApplicationSetup.es-ES.resxRecentDuration.ToolTipmissingSelect the time a backup is displayed in the log window after completion
88GUI\ApplicationSetup.es-ES.resxSignatureCacheEnabled.TextmissingSignature cache:
89GUI\ApplicationSetup.es-ES.resxSignatureCacheEnabled.ToolTipmissingA 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
90GUI\ApplicationSetup.es-ES.resxSignatureCachePathBrowse.Textmissing...
91GUI\ApplicationSetup.es-ES.resxSignatureCachePathBrowse.ToolTipmissingBrowse for the signature cache folder
92GUI\ApplicationSetup.es-ES.resxStartupDelayDuration.ToolTipmissingSelect the amount of time Duplicat is paused after startup
93GUI\ApplicationSetup.es-ES.resxTempPath.ToolTipmissingEnter the path where Duplicati stores temporary files
94GUI\ApplicationSetup.es-ES.resxTempPathBrowse.Textmissing...
95GUI\ApplicationSetup.es-ES.resxTempPathBrowse.ToolTipmissingBrowse for the temporary folder
96GUI\ApplicationSetup.es-ES.resxThreadPriorityPicker.ToolTipmissingSet the initial thread priority to be used by Duplicati
97GUI\ApplicationSetup.es-ES.resxUseCommonPassword.TextmissingUse password for new backups:
98GUI\ApplicationSetup.es-ES.resxUseCommonPassword.ToolTipmissingEnable this to use the same password for multiple backups
99GUI\HelperControls\BackupFileList.es-ES.resxchangeDestinationToolStripMenuItem.TextmissingChange destination...
100GUI\HelperControls\BackupFileList.es-ES.resxfolderBrowserDialog.DescriptionmissingSelect the folder to restore to
101GUI\HelperControls\BackupFileList.es-ES.resxLoadingIndicator.TextmissingReading filelist, please wait ...
102GUI\HelperControls\BackupItems.es-ES.resxstatusLabel.TextmissingLoading list of backups
103GUI\HelperControls\BackupItems.es-ES.resxviewFilesToolStripMenuItem.TextmissingView contents ...
104GUI\HelperControls\BandwidthLimit.es-ES.resxDownloadLimitCheckbox.TextmissingDownload limit (restore)
105GUI\HelperControls\BandwidthLimit.es-ES.resxUploadLimitCheckbox.TextmissingUpload limit (backup)
106GUI\HelperControls\CommandLineOptionGrid.es-ES.resxargumentDataGridViewTextBoxColumn.HeaderTextmissingargument
107GUI\HelperControls\CommandLineOptionGrid.es-ES.resxdataGridViewTextBoxColumn1.HeaderTextmissingargument
108GUI\HelperControls\CommandLineOptionGrid.es-ES.resxenabledDataGridViewCheckBoxColumn.HeaderTextmissingEnabled
109GUI\HelperControls\CommandLineOptionGrid.es-ES.resxnameDataGridViewTextBoxColumn.HeaderTextmissingName
110GUI\HelperControls\CommandLineOptionGrid.es-ES.resxvalueDataGridViewTextBoxColumn.HeaderTextmissingValue
111GUI\HelperControls\DurationEditor.es-ES.resxCustomDuration.Errormissings
112GUI\HelperControls\DurationEditor.es-ES.resxEasyDuration.ItemsmissingEach day
113GUI\HelperControls\DurationEditor.es-ES.resxEasyDuration.Items1missingEach week
114GUI\HelperControls\DurationEditor.es-ES.resxEasyDuration.Items2missingEach second week
115GUI\HelperControls\DurationEditor.es-ES.resxEasyDuration.Items3missingEach month
116GUI\HelperControls\DurationEditor.es-ES.resxEasyDuration.Items4missingCustom ...
117GUI\HelperControls\FilterDialog.es-ES.resx$this.TextmissingFilterDialog
118GUI\HelperControls\FilterDialog.es-ES.resxBrowseFileButton.Textmissing...
119GUI\HelperControls\FilterDialog.es-ES.resxCancelBtn.TextmissingCancel
120GUI\HelperControls\FilterDialog.es-ES.resxExclusive.TextmissingExclude files matching the filter
121GUI\HelperControls\FilterDialog.es-ES.resxfolderBrowserDialog.DescriptionmissingSelect the folder path to use for the filter
122GUI\HelperControls\FilterDialog.es-ES.resxHelpLink.TextmissingFilter help
123GUI\HelperControls\FilterDialog.es-ES.resxInclusive.TextmissingInclude files matching the filter
124GUI\HelperControls\FilterDialog.es-ES.resxIsRegExp.TextmissingFilter is regular expression
125GUI\HelperControls\FilterDialog.es-ES.resxlabel1.TextmissingFilter
126GUI\HelperControls\FilterDialog.es-ES.resxOKBtn.TextmissingOK
127GUI\HelperControls\FilterDialog.es-ES.resxopenFileDialog.FiltermissingAll files (*.*)|*.*
128GUI\HelperControls\FilterDialog.es-ES.resxopenFileDialog.TitlemissingSelect the file to use for the filter
129GUI\HelperControls\FilterEditor.es-ES.resxAddFilterButton.ToolTipTextmissingAdd a new filter
130GUI\HelperControls\FilterEditor.es-ES.resxbtnTestSearch.TextmissingTest Search Selection...
131GUI\HelperControls\FilterEditor.es-ES.resxEditFilterButton.ToolTipTextmissingEdit the selected filter
132GUI\HelperControls\FilterEditor.es-ES.resxExcludeFolderButton.ToolTipTextmissingAdds an excluded folder to the list
133GUI\HelperControls\FilterEditor.es-ES.resxgroupBox1.TextmissingFilters
134GUI\HelperControls\FilterEditor.es-ES.resxHelpButton.TextmissingFilter help
135GUI\HelperControls\FilterEditor.es-ES.resxHelpButton.ToolTipTextmissingOpens the Duplicati Filter usage Wiki page
136GUI\HelperControls\FilterEditor.es-ES.resxIncludeFolderButton.ToolTipTextmissingAdds an included folder to the list
137GUI\HelperControls\FilterEditor.es-ES.resxlabel1.TextmissingTest a filename:
138GUI\HelperControls\FilterEditor.es-ES.resxMoveFilterBottomButton.ToolTipTextmissingMove the selected filter to the bottom
139GUI\HelperControls\FilterEditor.es-ES.resxMoveFilterDownButton.ToolTipTextmissingMove the selected filter down
140GUI\HelperControls\FilterEditor.es-ES.resxMoveFilterTopButton.ToolTipTextmissingMove the selected filter to the top
141GUI\HelperControls\FilterEditor.es-ES.resxMoveFilterUpButton.ToolTipTextmissingMove the selected filter up
142GUI\HelperControls\FilterEditor.es-ES.resxRemoveFilterButton.ToolTipTextmissingRemove the selected filter
143GUI\HelperControls\FolderPathEntry.es-ES.resxBrowseFolderButton.Textmissing...
144GUI\HelperControls\FolderPathEntry.es-ES.resxBrowseFolderButton.ToolTipmissingClick to browse for a folder
145GUI\HelperControls\FolderPathEntry.es-ES.resxDeleteButton.ToolTipmissingClick to remove the entry
146GUI\HelperControls\FolderPathEntry.es-ES.resxFolderPath.ToolTipmissingEnter the path to the folder here
147GUI\HelperControls\FolderPathEntry.es-ES.resxSizeLabel.Textmissing(...)
148GUI\HelperControls\FolderPathEntry.es-ES.resxSizeLabel.ToolTipmissingThe size of the selected folder
149GUI\HelperControls\Strings\BackupFileList.es-ES.resxRootNodeTooltipnot-updatedSource folder {0} Target folder: {1} Right click to change target folder
150GUI\HelperControls\Strings\BackupItems.es-ES.resxErrorStatusDisplaynot-updatedError: {0}
151GUI\HelperControls\Strings\BackupItems.es-ES.resxNoDataReceivednot-updatedNo data received
152GUI\HelperControls\Strings\BackupItems.es-ES.resxOperationCancellednot-updatedCancelled
153GUI\HelperControls\Strings\BackupItems.es-ES.resxTooltipFullBackupnot-updatedFull backup
154GUI\HelperControls\Strings\BackupItems.es-ES.resxTooltipFullBackupWithSizenot-updatedFull backup - {0}
155GUI\HelperControls\Strings\BackupItems.es-ES.resxTooltipIncrementalBackupnot-updatedIncremental backup
156GUI\HelperControls\Strings\BackupItems.es-ES.resxTooltipIncrementalBackupWithSizenot-updatedIncremental backup - {0}, chain: {1}
157GUI\HelperControls\Strings\BackupTreeView.es-ES.resxConfirmDeleteFoldernot-updatedDo you want to delete the folder {0} and all the backups contained in it?
158GUI\HelperControls\Strings\BackupTreeView.es-ES.resxConfirmRemoveBackupnot-updatedRemove the backup '{0}' ?
159GUI\HelperControls\Strings\BackupTreeView.es-ES.resxNewBackupnot-updatedNew Backup
160GUI\HelperControls\Strings\BackupTreeView.es-ES.resxNewFoldernot-updatedNew Folder
161GUI\HelperControls\Strings\CommandLineOptionsGrid.es-ES.resxInfoLabelFormatnot-updatedValue type: {0}. {1}. {2}
162GUI\HelperControls\Strings\CommandLineOptionsGrid.es-ES.resxPageNotSupportedWarningnot-updatedThis page is not supported on the current platform, this is a known issue. A newer version of Mono will enable this page.
163GUI\HelperControls\Strings\DurationEditor.es-ES.resxCustomDurationnot-updatedCustom ...
164GUI\HelperControls\Strings\FilterDialog.es-ES.resxInvalidRegExpMessagenot-updatedThe expression is not a valid regular expression: {0}
165GUI\HelperControls\Strings\FilterEditor.es-ES.resxExcludeFolderBrowseTitlenot-updatedChoose the folder to add for exclusion
166GUI\HelperControls\Strings\FilterEditor.es-ES.resxFileIsExcludednot-updatedThe file {0} is excluded due to rule {1}
167GUI\HelperControls\Strings\FilterEditor.es-ES.resxFileIsIncludednot-updatedThe file {0} is included due to rule {1}
168GUI\HelperControls\Strings\FilterEditor.es-ES.resxFileIsIncludedDefaultnot-updatedThe file {0} is included because no rule matched
169GUI\HelperControls\Strings\FilterEditor.es-ES.resxFilenameIsNotInAnyRootFoldernot-updatedThe filename {0} is not located in any of the source folders
170GUI\HelperControls\Strings\FilterEditor.es-ES.resxFilepathIsNotAbsoluteErrornot-updatedThe filename {0} is not an absolute path
171GUI\HelperControls\Strings\FilterEditor.es-ES.resxFolderIsExcludednot-updatedThe folder {0} is excluded due to rule {1}
172GUI\HelperControls\Strings\FilterEditor.es-ES.resxFolderIsRootFoldernot-updatedThe folder {0} is included because it is a source folder
173GUI\HelperControls\Strings\FilterEditor.es-ES.resxIncludeFolderBrowseTitlenot-updatedChoose the folder to add for inclusion
174GUI\HelperControls\Strings\FilterEditor.es-ES.resxInvalidCharsInFilenameErrornot-updatedThe filename {0} has invalid characters
175GUI\HelperControls\Strings\SizeSelector.es-ES.resxBytesNamenot-updatedbytes
176GUI\HelperControls\Strings\SizeSelector.es-ES.resxBytesPerSecondnot-updatedbytes/s
177GUI\HelperControls\Strings\SizeSelector.es-ES.resxGBNamenot-updatedGB
178GUI\HelperControls\Strings\SizeSelector.es-ES.resxGBPerSecondnot-updatedGB/s
179GUI\HelperControls\Strings\SizeSelector.es-ES.resxKBNamenot-updatedkB
180GUI\HelperControls\Strings\SizeSelector.es-ES.resxKBPerSecondnot-updatedkB/s
181GUI\HelperControls\Strings\SizeSelector.es-ES.resxMBNamenot-updatedMB
182GUI\HelperControls\Strings\SizeSelector.es-ES.resxMBPerSecondnot-updatedMB/s
183GUI\HelperControls\Strings\TestSearchSelection.es-ES.resxFileNamenot-updatedFile Name '{0}'
184GUI\HelperControls\Strings\TestSearchSelection.es-ES.resxFileTypenot-updatedFile Type '{0}'
185GUI\HelperControls\Strings\TestSearchSelection.es-ES.resxTotalSizeLabelnot-updatedTotal {0} files at {1}
186GUI\HelperControls\Strings\WaitForOperation.es-ES.resxReallyAbortQuestionnot-updatedAre you sure you want to abort the operation?
187GUI\HelperControls\Strings\WaitForOperation.es-ES.resxUserCancellednot-updatedThe user cancelled the operation
188GUI\HelperControls\TestSearchSelection.es-ES.resx$this.TextmissingTest Search Selection
189GUI\HelperControls\TestSearchSelection.es-ES.resxbtnCancel.TextmissingCancel
190GUI\HelperControls\TestSearchSelection.es-ES.resxbtnOK.TextmissingOK
191GUI\HelperControls\TestSearchSelection.es-ES.resxchFile.TextmissingFilename
192GUI\HelperControls\TestSearchSelection.es-ES.resxchFileExt.TextmissingExt
193GUI\HelperControls\TestSearchSelection.es-ES.resxchPath.TextmissingPath
194GUI\HelperControls\TestSearchSelection.es-ES.resxchSize.TextmissingSize
195GUI\HelperControls\TestSearchSelection.es-ES.resxlabel1.TextmissingFilters:
196GUI\HelperControls\TestSearchSelection.es-ES.resxlabel2.TextmissingUse context menu to add and remove filters
197GUI\HelperControls\TestSearchSelection.es-ES.resxlabel3.TextmissingFiles to be included:
198GUI\HelperControls\TestSearchSelection.es-ES.resxlbLoading.TextmissingScanning files, please wait....
199GUI\HelperControls\TestSearchSelection.es-ES.resxmiExclude.TextmissingExclude
200GUI\HelperControls\TestSearchSelection.es-ES.resxmiExcludeFileExt.TextmissingAdd file extension filter
201GUI\HelperControls\TestSearchSelection.es-ES.resxmiExcludeFileName.TextmissingAdd filename filter
202GUI\HelperControls\TestSearchSelection.es-ES.resxmiExcludeFilePath.TextmissingFile Path
203GUI\HelperControls\TestSearchSelection.es-ES.resxmiInclude.TextmissingInclude
204GUI\HelperControls\TestSearchSelection.es-ES.resxmiIncludeFileExt.TextmissingAdd file extension filter
205GUI\HelperControls\TestSearchSelection.es-ES.resxmiIncludeFileName.TextmissingAdd filename filer
206GUI\HelperControls\TestSearchSelection.es-ES.resxmiIncludeFilePath.TextmissingFile path
207GUI\HelperControls\TestSearchSelection.es-ES.resxremoveFilterToolStripMenuItem.TextmissingRemove Filter
208GUI\HelperControls\ThreadPriorityPicker.es-ES.resxThreadPriority.ItemsmissingHigh (Not recommended)
209GUI\HelperControls\ThreadPriorityPicker.es-ES.resxThreadPriority.Items1missingAbove normal
210GUI\HelperControls\ThreadPriorityPicker.es-ES.resxThreadPriority.Items2missingNormal
211GUI\HelperControls\ThreadPriorityPicker.es-ES.resxThreadPriority.Items3missingBelow normal
212GUI\HelperControls\ThreadPriorityPicker.es-ES.resxThreadPriority.Items4missingLow
213GUI\HelperControls\ThreadPriorityPicker.es-ES.resxThreadPriorityEnabled.TextmissingSet thread priority
214GUI\HelperControls\WaitForOperation.es-ES.resx$this.TextmissingWaitForOperation
215GUI\ListBackupFiles.es-ES.resx$this.TextmissingFiles in selected backup
216GUI\ListBackupFiles.es-ES.resxCancelBtn.TextmissingClose
217GUI\ListBackupFiles.es-ES.resxgroupBox1.TextmissingLoading file list, please wait ...
218GUI\LogViewer.es-ES.resx$this.TextmissingLog data
219GUI\MainForm.es-ES.resx$this.TextmissingDuplicati Control Window
220GUI\MainForm.es-ES.resxcontrolToolStripMenuItem.TextmissingControl
221GUI\MainForm.es-ES.resxDelayDuration05Menu.Textmissing5 minutes
222GUI\MainForm.es-ES.resxDelayDuration15Menu.Textmissing15 minutes
223GUI\MainForm.es-ES.resxDelayDuration30Menu.Textmissing30 minutes
224GUI\MainForm.es-ES.resxDelayDuration60Menu.Textmissing1 hour
225GUI\MainForm.es-ES.resxlabel1.TextmissingDuplicati dummy window
226GUI\MainForm.es-ES.resxoptionsToolStripMenuItem.TextmissingOptions...
227GUI\MainForm.es-ES.resxpausePeriodToolStripMenuItem.TextmissingPause period
228GUI\MainForm.es-ES.resxpauseToolStripMenuItem.TextmissingPause
229GUI\MainForm.es-ES.resxquitToolStripMenuItem.TextmissingQuit
230GUI\MainForm.es-ES.resxstatusToolStripMenuItem.TextmissingStatus
231GUI\MainForm.es-ES.resxstopToolStripMenuItem.TextmissingStop
232GUI\MainForm.es-ES.resxthrottleOptionsToolStripMenuItem.TextmissingThrottle options...
233GUI\MainForm.es-ES.resxwizardToolStripMenuItem.TextmissingWizard...
234GUI\RestoreBackup.es-ES.resx$this.TextmissingRestoreBackup
235GUI\RestoreBackup.es-ES.resxCancelBtn.TextmissingCancel
236GUI\RestoreBackup.es-ES.resxfolderBrowserDialog.DescriptionmissingSelect the folder where the data will be restored to
237GUI\RestoreBackup.es-ES.resxlabel1.TextmissingBackup to restore
238GUI\RestoreBackup.es-ES.resxlabel2.TextmissingDestination
239GUI\RestoreBackup.es-ES.resxOKBtn.TextmissingOK
240GUI\RestoreBackup.es-ES.resxSelectTargetFolder.Textmissing...
241GUI\ServiceStatus.es-ES.resx$this.TextmissingDuplicati Status
242GUI\ServiceStatus.es-ES.resxcolumnHeader1.TextmissingTime
243GUI\ServiceStatus.es-ES.resxcolumnHeader2.TextmissingBackup set
244GUI\ServiceStatus.es-ES.resxcolumnHeader3.TextmissingSize
245GUI\ServiceStatus.es-ES.resxcolumnHeader4.TextmissingTime
246GUI\ServiceStatus.es-ES.resxcolumnHeader5.TextmissingBackup set
247GUI\ServiceStatus.es-ES.resxCurrentStatus.TextmissingWaiting for next backup
248GUI\ServiceStatus.es-ES.resxlabel1_2.TextmissingCompleted backups
249GUI\ServiceStatus.es-ES.resxlabel5.TextmissingPending backups
250GUI\ServiceStatus.es-ES.resxlinkLabel1.TextmissingDuplicati Options
251GUI\ServiceStatus.es-ES.resxoptionsLabel.Textmissing(UI Language, Default password, Advanced, ...)
252GUI\ServiceStatus.es-ES.resxpauseBackupToolStripMenuItem.TextmissingPause backup
253GUI\ServiceStatus.es-ES.resxPauseDuration05Menu.Textmissing5 minutes
254GUI\ServiceStatus.es-ES.resxPauseDuration15Menu.Textmissing15 minutes
255GUI\ServiceStatus.es-ES.resxPauseDuration30Menu.Textmissing30 minutes
256GUI\ServiceStatus.es-ES.resxPauseDuration60Menu.Textmissing1 hour
257GUI\ServiceStatus.es-ES.resxpausePeriodMenuItem.TextmissingPause period
258GUI\ServiceStatus.es-ES.resxquickLabel.TextmissingQuick actions
259GUI\ServiceStatus.es-ES.resxrunBackupNowToolStripMenuItem.TextmissingRun backup now
260GUI\ServiceStatus.es-ES.resxrunBackupNowToolStripMenuItem1.TextmissingRun backup now
261GUI\ServiceStatus.es-ES.resxstopBackupToolStripMenuItem.TextmissingStop backup
262GUI\ServiceStatus.es-ES.resxviewFilesToolStripMenuItem.TextmissingView contents ...
263GUI\ServiceStatus.es-ES.resxviewLogToolStripMenuItem.TextmissingView log ...
264GUI\ServiceStatus.es-ES.resxwizardHelpLabel.Textmissing(Create, edit, delete, run, restore backups)
265GUI\ServiceStatus.es-ES.resxwizardLink.TextmissingDuplicati Wizard
266GUI\Strings\ApplicationSetup.es-ES.resxBalloonNotification_Continousnot-updatedWhile running, and on errors, warnings
267GUI\Strings\ApplicationSetup.es-ES.resxBalloonNotification_Errorsnot-updatedOn errors
268GUI\Strings\ApplicationSetup.es-ES.resxBalloonNotification_Offnot-updatedNo notifications
269GUI\Strings\ApplicationSetup.es-ES.resxBalloonNotification_Startnot-updatedOn start, errors, warnings
270GUI\Strings\ApplicationSetup.es-ES.resxBalloonNotification_StartAndStopnot-updatedOn start, stop, errors, warnings
271GUI\Strings\ApplicationSetup.es-ES.resxBalloonNotification_Warningsnot-updatedOn errors, warnings
272GUI\Strings\ApplicationSetup.es-ES.resxCacheSizenot-updatedCache size: {0}
273GUI\Strings\ApplicationSetup.es-ES.resxCalculatingCacheSizenot-updatedCalculating cache size ...
274GUI\Strings\ApplicationSetup.es-ES.resxConfirmCacheDeletenot-updatedDelete signature files in the folder: {0}
275GUI\Strings\ApplicationSetup.es-ES.resxDefaultLanguagenot-updatedSystem language, {0}
276GUI\Strings\ApplicationSetup.es-ES.resxDialogTitlenot-updatedDuplicati Options, version {0}
277GUI\Strings\ApplicationSetup.es-ES.resxEncryptionModuleLoadErrornot-updatedAn error occured while loading encryption modules: {0}
278GUI\Strings\ApplicationSetup.es-ES.resxErrorWhileExaminingFoldernot-updatedAn exception occured while examining the folder: {0}. Do you want to use that folder anyway?
279GUI\Strings\ApplicationSetup.es-ES.resxFolderIsMissingFilenot-updatedThe folder selected does not contain the file: {0}. Do you want to use that folder anyway?
280GUI\Strings\ApplicationSetup.es-ES.resxLanguageChangedWarningnot-updatedThe language has changed. This will take effect after you restart Duplicati.
281GUI\Strings\ApplicationSetup.es-ES.resxOperationCancellednot-updatedCancelled
282GUI\Strings\ApplicationSetup.es-ES.resxSaveExtensionErrornot-updatedAn error occured while saving settings: {0}
283GUI\Strings\ApplicationSetup.es-ES.resxSettingControlsLoadErrornot-updatedAn error occured while loading setting controls: {0}
284GUI\Strings\Common.es-ES.resxFifteenMinutesnot-updated15 minutes
285GUI\Strings\Common.es-ES.resxFiveMinutesnot-updated5 minutes
286GUI\Strings\Common.es-ES.resxGenericErrornot-updatedAn error occured: {0}
287GUI\Strings\Common.es-ES.resxInvalidDurationnot-updatedThe full backup duration entered is not valid: {0}
288GUI\Strings\Common.es-ES.resxMenuPausenot-updatedPause
289GUI\Strings\Common.es-ES.resxMenuResumenot-updatedResume
290GUI\Strings\Common.es-ES.resxNoMinutesnot-updatedNone
291GUI\Strings\Common.es-ES.resxOneDaynot-updatedOne day
292GUI\Strings\Common.es-ES.resxOneMinutenot-updated1 minute
293GUI\Strings\Common.es-ES.resxOneMonthnot-updatedOne month
294GUI\Strings\Common.es-ES.resxOneWeeknot-updatedOne week
295GUI\Strings\Common.es-ES.resxSixtyMinutesnot-updated1 hour
296GUI\Strings\Common.es-ES.resxThirtyMinutesnot-updated30 minutes
297GUI\Strings\Common.es-ES.resxThreadPriorityAboveNormalnot-updatedAbove normal
298GUI\Strings\Common.es-ES.resxThreadPriorityBelowNormalnot-updatedBelow normal
299GUI\Strings\Common.es-ES.resxThreadPriorityHighestnot-updatedHighest
300GUI\Strings\Common.es-ES.resxThreadPriorityNormalnot-updatedNormal
301GUI\Strings\Common.es-ES.resxThreadPriortyLowestnot-updatedLowest
302GUI\Strings\Common.es-ES.resxThreeMonthsnot-updatedThree months
303GUI\Strings\Common.es-ES.resxTwoWeeksnot-updatedTwo weeks
304GUI\Strings\DatabaseUpgrader.es-ES.resxBackupFilenamePrefixnot-updatedbackup
305GUI\Strings\DatabaseUpgrader.es-ES.resxDatabaseFormatErrornot-updatedUnable to determine database format: {0}
306GUI\Strings\DatabaseUpgrader.es-ES.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}.
307GUI\Strings\DatabaseUpgrader.es-ES.resxTableLayoutErrornot-updatedUnknown table layout detected
308GUI\Strings\DatabaseUpgrader.es-ES.resxUpgradeFailurenot-updatedFailed to execute SQL: {0} Error: {1} Database is NOT upgraded.
309GUI\Strings\DuplicatiRunner.es-ES.resxApplicationExitLogMesssagenot-updatedThe backup was stopped because the application was closed
310GUI\Strings\DuplicatiRunner.es-ES.resxCleaningUpMessagenot-updatedRemoving old backups ...
311GUI\Strings\DuplicatiRunner.es-ES.resxCleanupErrornot-updatedFailed during cleanup: {0}
312GUI\Strings\DuplicatiRunner.es-ES.resxCleanupLogdataHeadernot-updatedCleanup output:
313GUI\Strings\DuplicatiRunner.es-ES.resxErrorMessagenot-updatedError: {0}
314GUI\Strings\DuplicatiRunner.es-ES.resxOtherAbortMessagenot-updatedThe backup was stopped, the reason was: {0}
315GUI\Strings\DuplicatiRunner.es-ES.resxShutdownWhileBackupInprogressnot-updatedDuplicati was terminated before the backup completed, status is unknown
316GUI\Strings\DuplicatiRunner.es-ES.resxTaskManagerCloseMessagenot-updatedThe backup was stopped because the application was closed by the task manager
317GUI\Strings\DuplicatiRunner.es-ES.resxUserClosingMessagenot-updatedThe backup was stopped by the user
318GUI\Strings\DuplicatiRunner.es-ES.resxWindowsShutdownMessagenot-updatedThe backup was stopped because the machine was being shut down
319GUI\Strings\DynamicSetupHelper.es-ES.resxNoFoldersInSetupErrornot-updatedNo folders are included in the backup
320GUI\Strings\ListBackupFiles.es-ES.resxNoDataErrornot-updatedNo data returned
321GUI\Strings\ListBackupFiles.es-ES.resxTooltipAddedFilenot-updatedAdded file
322GUI\Strings\ListBackupFiles.es-ES.resxTooltipAddedFoldernot-updatedAdded folder
323GUI\Strings\ListBackupFiles.es-ES.resxTooltipAddedOrModifiedFilenot-updatedAdded or modified file
324GUI\Strings\ListBackupFiles.es-ES.resxTooltipControlFilenot-updatedControl file
325GUI\Strings\ListBackupFiles.es-ES.resxTooltipDeletedFilenot-updatedDeleted file
326GUI\Strings\ListBackupFiles.es-ES.resxTooltipDeletedFoldernot-updatedDeleted folder
327GUI\Strings\ListBackupFiles.es-ES.resxTooltipExistingFoldernot-updatedExisting folder
328GUI\Strings\ListBackupFiles.es-ES.resxTooltipIncompleteFilenot-updatedIncomplete file
329GUI\Strings\ListBackupFiles.es-ES.resxTooltipModifiedFilenot-updatedModified file
330GUI\Strings\MainForm.es-ES.resxBalloonTip_Errornot-updatedFailed to run backup {0}: {1}
331GUI\Strings\MainForm.es-ES.resxBalloonTip_Runningnot-updated{0}
332GUI\Strings\MainForm.es-ES.resxBalloonTip_Startednot-updatedRunning {0}
333GUI\Strings\MainForm.es-ES.resxBalloonTip_Stoppednot-updatedFinished {0}
334GUI\Strings\MainForm.es-ES.resxBalloonTip_Warningnot-updatedBackup {0} gave a warning
335GUI\Strings\MainForm.es-ES.resxExitWhileBackupIsRunningQuestionnot-updatedA backup is currently running, do you want to stop the backup so Duplicati can exit?
336GUI\Strings\MainForm.es-ES.resxMultipleNamedBackupsFoundnot-updatedThe backup named "{0}" was found {1} times
337GUI\Strings\MainForm.es-ES.resxNamedBackupGroupNotFoundnot-updatedThe backup group named "{0}" was not found
338GUI\Strings\MainForm.es-ES.resxNamedBackupNotFoundnot-updatedThe backup named "{0}" was not found
339GUI\Strings\MainForm.es-ES.resxPauseOperationFailednot-updatedFailed to execute the Pause request: {0}
340GUI\Strings\MainForm.es-ES.resxTerminateForExitQuestionnot-updatedDuplicati is attempting to quit, but a backup is running. Do you want Duplicati to continue waiting for the backup to stop?
341GUI\Strings\MainForm.es-ES.resxTrayStatusPausenot-updatedDuplicati is currently paused
342GUI\Strings\MainForm.es-ES.resxTrayStatusReadynot-updatedDuplicati is ready
343GUI\Strings\MainForm.es-ES.resxTrayStatusRunningnot-updatedDuplicati is running {0}
344GUI\Strings\Program.es-ES.resxAnotherInstanceDetectednot-updatedAnother instance is running, and was notified
345GUI\Strings\Program.es-ES.resxDatabaseOpenErrornot-updatedFailed to create, open or upgrade the database. Error message: {0}
346GUI\Strings\Program.es-ES.resxFullCommandDescriptionnot-updatedForces the --run-backup command to perform a full backup
347GUI\Strings\Program.es-ES.resxHelpCommandDescriptionnot-updatedDisplays this help
348GUI\Strings\Program.es-ES.resxHelpDisplayDialognot-updatedSupported commandline arguments: {0}
349GUI\Strings\Program.es-ES.resxHelpDisplayFormatnot-updated--{0}: {1}
350GUI\Strings\Program.es-ES.resxLanguageSelectionErrornot-updatedFailed to set the user interface language: {0}
351GUI\Strings\Program.es-ES.resxLogfileCommandDescriptionnot-updatedOutputs log information to the file given
352GUI\Strings\Program.es-ES.resxLoglevelCommandDescriptionnot-updatedDetermines the amount of information written in the log file
353GUI\Strings\Program.es-ES.resxPauseCommandDescriptionnot-updatedPauses Duplicati, supply a time eg. 5m to limit pause to 5 minutes
354GUI\Strings\Program.es-ES.resxPortablemodeCommandDescriptionnot-updatedActivates portable mode where the database is placed below the program executable
355GUI\Strings\Program.es-ES.resxResumeCommandDescriptionnot-updatedResumes operation of Duplicati, if paused
356GUI\Strings\Program.es-ES.resxRunbackupCommandDescriptionnot-updatedRuns the backup with the name supplied. If no backup name is supplied, the available backups are displayed
357GUI\Strings\Program.es-ES.resxSeriousErrornot-updatedA serious error occured in Duplicati: {0}
358GUI\Strings\Program.es-ES.resxShowstausCommandDescriptionnot-updatedDisplays the status window
359GUI\Strings\Program.es-ES.resxShowwizardCommandDescriptionnot-updatedDisplays the wizard window
360GUI\Strings\Program.es-ES.resxStartupFailurenot-updatedUnable to start up, perhaps another process is already running? Error message: {0}
361GUI\Strings\Program.es-ES.resxTraylessCommandDescriptionnot-updatedRuns Duplicati without showing the tray icon, closing the main window closes Duplicati
362GUI\Strings\Program.es-ES.resxUnencrypteddatabaseCommandDescriptionnot-updatedDisables database encryption
363GUI\Strings\Program.es-ES.resxWrongSQLiteVersionnot-updatedUnsupported version of SQLite detected ({0}), must be {1} or higher
364GUI\Strings\Scheduler.es-ES.resxInvalidTimeSetupErrornot-updatedUnable to find a valid date, given the start date {0}, the repetition interval {1} and the allowed days {2}
365GUI\Strings\ServiceStatus.es-ES.resxBackupImmediatenot-updatedNow
366GUI\Strings\ServiceStatus.es-ES.resxBackupStatusErrornot-updatedFailed backup
367GUI\Strings\ServiceStatus.es-ES.resxBackupStatusOKnot-updatedSuccessfull backup
368GUI\Strings\ServiceStatus.es-ES.resxBackupStatusPartialnot-updatedBackup only processed some of the files
369GUI\Strings\ServiceStatus.es-ES.resxBackupStatusWarningnot-updatedCompleted backup with warnings
370GUI\Strings\ServiceStatus.es-ES.resxDialogTitlenot-updatedDuplicati {0} - Status
371GUI\Strings\ServiceStatus.es-ES.resxNoFilesInBackupMessagesnot-updatedThe backup has no changes
372GUI\Strings\ServiceStatus.es-ES.resxQuickActionExitnot-updatedClose Duplicati
373GUI\Strings\ServiceStatus.es-ES.resxQuickActionPausenot-updatedPause
374GUI\Strings\ServiceStatus.es-ES.resxQuickActionPause10not-updatedPause for 10 minutes
375GUI\Strings\ServiceStatus.es-ES.resxQuickActionPause15not-updatedPause for 15 minutes
376GUI\Strings\ServiceStatus.es-ES.resxQuickActionPause30not-updatedPause for 30 minutes
377GUI\Strings\ServiceStatus.es-ES.resxQuickActionPause5not-updatedPause for 5 minutes
378GUI\Strings\ServiceStatus.es-ES.resxQuickActionPause60not-updatedPause for 60 minutes
379GUI\Strings\ServiceStatus.es-ES.resxQuickActionResumenot-updatedResume
380GUI\Strings\ServiceStatus.es-ES.resxQuickActionStopnot-updatedStop the current backup
381GUI\Strings\ServiceStatus.es-ES.resxQuickActionThrottlenot-updatedThrottle options ...
382GUI\Strings\ServiceStatus.es-ES.resxSelectQuickActionnot-updated- Select action -
383GUI\Strings\ServiceStatus.es-ES.resxStatusBackupnot-updatedBackup: {0}
384GUI\Strings\ServiceStatus.es-ES.resxStatusPausednot-updatedDuplicati is currently paused
385GUI\Strings\ServiceStatus.es-ES.resxStatusRestorenot-updatedRestore: {0}
386GUI\Strings\ServiceStatus.es-ES.resxStatusWaitingnot-updatedWaiting for next backup
387GUI\Strings\ServiceStatus.es-ES.resxSwitchToAdvancednot-updatedAdvanced >>>
388GUI\Strings\ServiceStatus.es-ES.resxSwitchToSimplenot-updatedSimple <<<
389GUI\Strings\TaskType.es-ES.resxFullBackupnot-updatedFull backup
390GUI\Strings\TaskType.es-ES.resxIncrementalBackupnot-updatedIncremental backup
391GUI\Strings\TaskType.es-ES.resxListActualFilesnot-updatedList actual files
392GUI\Strings\TaskType.es-ES.resxListBackupEntriesnot-updatedList backup entries
393GUI\Strings\TaskType.es-ES.resxListBackupsnot-updatedList backups
394GUI\Strings\TaskType.es-ES.resxListFilesnot-updatedList files
395GUI\Strings\TaskType.es-ES.resxRemoveAllButNFullnot-updatedRemove all but n full
396GUI\Strings\TaskType.es-ES.resxRemoveOlderThannot-updatedRemove older than
397GUI\Strings\TaskType.es-ES.resxRestorenot-updatedRestore
398GUI\Strings\TaskType.es-ES.resxRestoreSetupnot-updatedRestore setup
399GUI\Strings\TrayIconWrapper.es-ES.resxGtkLoadErrornot-updatedGtk could not be loaded, using windows forms implementation. Error message: {0}
400GUI\Strings\TrayIconWrapper.es-ES.resxGtkNotFoundErrornot-updatedUnable to locate gtk assemblies
401GUI\Strings\TrayIconWrapper.es-ES.resxGtkTooOldErrornot-updatedGtk found, but it has version {0} and must be at least {1}
402GUI\Strings\WizardHandler.es-ES.resxResumeNowQuestionnot-updatedDuplicati 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?
403GUI\Strings\WizardHandler.es-ES.resxSetupRestoreSuccessnot-updatedThe previous Duplicati setup is now restored!
404GUI\Strings\WizardHandler.es-ES.resxStopBackupErrornot-updatedAn error occured while attempting to stop the running backup: {0}
405GUI\Strings\WizardHandler.es-ES.resxStopRunningBackupQuestionnot-updatedThe backup you want to delete is currently running. Do you want to stop it so the delete can proceed?
406GUI\Strings\WizardHandler.es-ES.resxUnableToStopBackupErrornot-updatedDuplicati attempted to stop the backup, but did not succeed. Press "Finish" to attempt the delete again.
407GUI\Strings\WizardHandler.es-ES.resxWizardFormTitlenot-updatedDuplicati Setup Wizard
408GUI\Wizard pages\Add backup\AdvancedOptions.es-ES.resxEditFilters.TextmissingModify filters that control what files are included in the backup
409GUI\Wizard pages\Add backup\AdvancedOptions.es-ES.resxEditOverrides.TextmissingManually override settings (advanced)
410GUI\Wizard pages\Add backup\AdvancedOptions.es-ES.resxIncludeDuplicatiSetup.TextmissingInclude the current Duplicati setup in the backup
411GUI\Wizard pages\Add backup\AdvancedOptions.es-ES.resxLimitOptions.TextmissingSet limits, such as volumesize and bandwidth limits
412GUI\Wizard pages\Add backup\AdvancedOptions.es-ES.resxSelectCleanup.TextmissingSelect when to remove old backups
413GUI\Wizard pages\Add backup\AdvancedOptions.es-ES.resxSelectWhen.TextmissingSelect when and how often the backup should run
414GUI\Wizard pages\Add backup\CleanupSettings.es-ES.resxCleanFullBackupHelptext.TextmissingTo prevent the backups from growing indefinetly, old backups should be deleted regularly
415GUI\Wizard pages\Add backup\CleanupSettings.es-ES.resxEnableCleanupDuration.TextmissingNever keep backups older than this
416GUI\Wizard pages\Add backup\CleanupSettings.es-ES.resxEnableFullBackupClean.TextmissingNever keep more than this many full backups
417GUI\Wizard pages\Add backup\CleanupSettings.es-ES.resxIgnoreTimestamps.TextmissingIgnore file modification timestamp when making incremental backups
418GUI\Wizard pages\Add backup\FinishedAdd.es-ES.resxlabel1.TextmissingSummary
419GUI\Wizard pages\Add backup\FinishedAdd.es-ES.resxRunNow.TextmissingRun backup now
420GUI\Wizard pages\Add backup\PasswordSettings.es-ES.resxEnablePassword.TextmissingProtect the backups with this password
421GUI\Wizard pages\Add backup\PasswordSettings.es-ES.resxEncryptionModule.ToolTipmissingChoose the encryption method
422GUI\Wizard pages\Add backup\PasswordSettings.es-ES.resxEncryptionModuleLabel.TextmissingEncryption method
423GUI\Wizard pages\Add backup\PasswordSettings.es-ES.resxGeneratePasswordButton.ToolTipmissingClick here to generate a random password
424GUI\Wizard pages\Add backup\PasswordSettings.es-ES.resxPasswordHelptext.TextmissingIt 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.
425GUI\Wizard pages\Add backup\PasswordSettings.es-ES.resxUseSettingsAsDefault.TextmissingUse these settings on new backups
426GUI\Wizard pages\Add backup\PasswordSettings.es-ES.resxUseSettingsAsDefault.ToolTipmissingIf this box is checked, Duplicati will apply the chosen encryption settings to all new backups
427GUI\Wizard pages\Add backup\SelectFiles.es-ES.resxappdataSize.Textmissing(...)
428GUI\Wizard pages\Add backup\SelectFiles.es-ES.resxdesktopSize.Textmissing(...)
429GUI\Wizard pages\Add backup\SelectFiles.es-ES.resxDocumentsRadio.TextmissingMy documents
430GUI\Wizard pages\Add backup\SelectFiles.es-ES.resxFolderRadio.TextmissingCustom folder list
431GUI\Wizard pages\Add backup\SelectFiles.es-ES.resxIncludeDesktop.TextmissingInclude files on the desktop
432GUI\Wizard pages\Add backup\SelectFiles.es-ES.resxIncludeDocuments.TextmissingInclude documents
433GUI\Wizard pages\Add backup\SelectFiles.es-ES.resxIncludeImages.TextmissingInclude my images
434GUI\Wizard pages\Add backup\SelectFiles.es-ES.resxIncludeMusic.TextmissingInclude my music
435GUI\Wizard pages\Add backup\SelectFiles.es-ES.resxIncludeSettings.TextmissingInclude application settings
436GUI\Wizard pages\Add backup\SelectFiles.es-ES.resxmyDocumentsSize.Textmissing(...)
437GUI\Wizard pages\Add backup\SelectFiles.es-ES.resxmyMusicSize.Textmissing(...)
438GUI\Wizard pages\Add backup\SelectFiles.es-ES.resxmyPicturesSize.Textmissing(...)
439GUI\Wizard pages\Add backup\SelectFiles.es-ES.resxtotalSize.TextmissingCalculating size
440GUI\Wizard pages\Add backup\SelectName.es-ES.resxbutton1.TextmissingAdd a group
441GUI\Wizard pages\Add backup\SelectName.es-ES.resxlabel1.TextmissingBackup name
442GUI\Wizard pages\Add backup\SelectName.es-ES.resxlabel2.TextmissingPlace the backup in a group (optional)
443GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxAlwaysFullRadio.TextmissingAlways perform a full backup, never incremental (not recommended)
444GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxDay1Label.TextmissingMon
445GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxDay2Label.TextmissingTue
446GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxDay3Label.TextmissingWen
447GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxDay4Label.TextmissingThu
448GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxDay5Label.TextmissingFri
449GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxDay6Label.TextmissingSat
450GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxDay7Label.TextmissingSun
451GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxFullStrategyPanel.TextmissingFull / Incremental strategy
452GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxIncrementalPeriodRadio.TextmissingIncremental, then full after this period:
453GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxlabel1.TextmissingRun the backup at this time
454GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxlabel2.TextmissingInterval
455GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxlabel3.TextmissingAllowed days
456GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxNeverFullRadio.TextmissingAlways perform an incremental backup, never full (not recommended)
457GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxNoScheduleRadio.TextmissingNever run automatically, only run when I manually start it (not recommended)
458GUI\Wizard pages\Add backup\SelectWhen.es-ES.resxScheduleRadio.TextmissingRun backup at specified interval (recommended)
459GUI\Wizard pages\Add backup\SettingOverrides.es-ES.resxdataGridViewTextBoxColumn1.HeaderTextmissingargument
460GUI\Wizard pages\Add backup\Strings\AdvancedOptions.es-ES.resxPageDescriptionnot-updatedOn this page you can select more advanced settings for your backup. If you prefer, you can ignore those settings, and use the duplicati defaults.
461GUI\Wizard pages\Add backup\Strings\AdvancedOptions.es-ES.resxPageTitlenot-updatedAdvanced settings
462GUI\Wizard pages\Add backup\Strings\CleanupSettings.es-ES.resxDisabledCleanupWarningnot-updatedYou 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?
463GUI\Wizard pages\Add backup\Strings\CleanupSettings.es-ES.resxPageDescriptionnot-updatedTo ensure that backups do not grow indefinately, Duplicati can automatically remove old backups.
464GUI\Wizard pages\Add backup\Strings\CleanupSettings.es-ES.resxPageTitlenot-updatedSelect cleanup options
465GUI\Wizard pages\Add backup\Strings\CleanupSettings.es-ES.resxTooShortCleanupDurationDaynot-updatedThe cleanup duration entered is less than 1 day. This will give very poor system performance.
466GUI\Wizard pages\Add backup\Strings\CleanupSettings.es-ES.resxTooShortFullDurationnot-updatedThe full backup duration entered is less than ten minutes. This will give very poor system performance.
467GUI\Wizard pages\Add backup\Strings\EditFilters.es-ES.resxPageDescriptionnot-updatedOn this page you can modify filters that control what files are included in the backup.
468GUI\Wizard pages\Add backup\Strings\EditFilters.es-ES.resxPageTitlenot-updatedEdit filters
469GUI\Wizard pages\Add backup\Strings\FinishedAdd.es-ES.resxPageDescriptionnot-updatedYou have now entered all the required data, and can now create the backup.
470GUI\Wizard pages\Add backup\Strings\FinishedAdd.es-ES.resxPageDescriptionModifynot-updatedThe backup modifications are now ready to be saved.
471GUI\Wizard pages\Add backup\Strings\FinishedAdd.es-ES.resxPageTitlenot-updatedReady to add backup
472GUI\Wizard pages\Add backup\Strings\FinishedAdd.es-ES.resxPageTitleModifynot-updatedReady to save changes
473GUI\Wizard pages\Add backup\Strings\FinishedAdd.es-ES.resxSummaryActionnot-updatedAction
474GUI\Wizard pages\Add backup\Strings\FinishedAdd.es-ES.resxSummaryActionAddnot-updatedAdd new backup
475GUI\Wizard pages\Add backup\Strings\FinishedAdd.es-ES.resxSummaryActionModifynot-updatedModify backup
476GUI\Wizard pages\Add backup\Strings\FinishedAdd.es-ES.resxSummaryDestinationnot-updatedDestination
477GUI\Wizard pages\Add backup\Strings\FinishedAdd.es-ES.resxSummaryDestinationPathnot-updatedDestination path
478GUI\Wizard pages\Add backup\Strings\FinishedAdd.es-ES.resxSummaryFullBackupEachnot-updatedFull backup each
479GUI\Wizard pages\Add backup\Strings\FinishedAdd.es-ES.resxSummaryKeepFullBackupsnot-updatedKeep full backups
480GUI\Wizard pages\Add backup\Strings\FinishedAdd.es-ES.resxSummaryRepeatnot-updatedRepeat
481GUI\Wizard pages\Add backup\Strings\FinishedAdd.es-ES.resxSummarySourceFoldernot-updatedSource folder
482GUI\Wizard pages\Add backup\Strings\FinishedAdd.es-ES.resxSummaryWhennot-updatedWhen
483GUI\Wizard pages\Add backup\Strings\PasswordSettings.es-ES.resxChangePasswordQuestionnot-updatedAre you sure you want to change the current password to a new random one?
484GUI\Wizard pages\Add backup\Strings\PasswordSettings.es-ES.resxEmptyPasswordErrornot-updatedYou must enter a password, remove the check mark next to the box to disable encryption of the backups.
485GUI\Wizard pages\Add backup\Strings\PasswordSettings.es-ES.resxEnablePasswordRestoreTextnot-updatedBackup is protected with password
486GUI\Wizard pages\Add backup\Strings\PasswordSettings.es-ES.resxEncryptionModuleLoadErrornot-updatedFailed to load the encryption modules: {0}
487GUI\Wizard pages\Add backup\Strings\PasswordSettings.es-ES.resxNewGeneratedPasswordWarningnot-updatedYou 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?
488GUI\Wizard pages\Add backup\Strings\PasswordSettings.es-ES.resxNoEncryptionMethodSelectednot-updatedYou must select an encryption method.
489GUI\Wizard pages\Add backup\Strings\PasswordSettings.es-ES.resxNoPasswordWarningnot-updatedIf 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?
490GUI\Wizard pages\Add backup\Strings\PasswordSettings.es-ES.resxPageDescriptionnot-updatedOn this page you can select options that protect your backups from being read or altered.
491GUI\Wizard pages\Add backup\Strings\PasswordSettings.es-ES.resxPageDescriptionRestorenot-updatedEnter the encryption settings that were used to create the backup originally
492GUI\Wizard pages\Add backup\Strings\PasswordSettings.es-ES.resxPageTitlenot-updatedSelect password for the backup
493GUI\Wizard pages\Add backup\Strings\PasswordSettings.es-ES.resxPasswordChangedWarningnot-updated****************** 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?
494GUI\Wizard pages\Add backup\Strings\SelectFiles.es-ES.resxCalculatingSizenot-updatedCalculating size ...
495GUI\Wizard pages\Add backup\Strings\SelectFiles.es-ES.resxCalculatingSizeMarkernot-updated(...)
496GUI\Wizard pages\Add backup\Strings\SelectFiles.es-ES.resxDuplicateFolderErrornot-updatedThe folder "{0}" is included twice
497GUI\Wizard pages\Add backup\Strings\SelectFiles.es-ES.resxFinalSizeCalculatednot-updatedThe selected items take up {0} of space
498GUI\Wizard pages\Add backup\Strings\SelectFiles.es-ES.resxFolderDoesNotExistWarningnot-updatedThe folder "{0}" does not exist. How do you want to proceed?
499GUI\Wizard pages\Add backup\Strings\SelectFiles.es-ES.resxNoFilesSelectedErrornot-updatedYou have not included any files.
500GUI\Wizard pages\Add backup\Strings\SelectFiles.es-ES.resxPageDescriptionnot-updatedOn this page you must select the folder and files you wish to backup
501GUI\Wizard pages\Add backup\Strings\SelectFiles.es-ES.resxPageTitlenot-updatedSelect files to backup
502GUI\Wizard pages\Add backup\Strings\SelectFiles.es-ES.resxPartialSizeCalculatednot-updatedCalculating ... (using more than {0} of space)
503GUI\Wizard pages\Add backup\Strings\SelectFiles.es-ES.resxRelatedFoldersErrornot-updatedThe folder "{0}" is a subfolder of "{1}", which is not allowed
504GUI\Wizard pages\Add backup\Strings\SelectFiles.es-ES.resxUpgradeWarningnot-updatedThe 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.
505GUI\Wizard pages\Add backup\Strings\SelectName.es-ES.resxDuplicateNameEnteredErrornot-updatedThere already exists a backup with that name
506GUI\Wizard pages\Add backup\Strings\SelectName.es-ES.resxInvalidNameEnteredErrornot-updatedFailed to validate the backup name: {0}
507GUI\Wizard pages\Add backup\Strings\SelectName.es-ES.resxNoNameEnteredErrornot-updatedYou must enter a name for the backup
508GUI\Wizard pages\Add backup\Strings\SelectName.es-ES.resxPageDescriptionnot-updatedOn this page you can enter a name for the backup, so you can find and modify it later
509GUI\Wizard pages\Add backup\Strings\SelectName.es-ES.resxPageTitlenot-updatedEnter a name for the backup
510GUI\Wizard pages\Add backup\Strings\SelectWhen.es-ES.resxFullDurationShorterThanScheduleDurationErrornot-updatedThe interval between each full backup must be larger than the schedule interval.
511GUI\Wizard pages\Add backup\Strings\SelectWhen.es-ES.resxNoScheduleWarningnot-updatedYou 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?
512GUI\Wizard pages\Add backup\Strings\SelectWhen.es-ES.resxOnlyFullBackupsWarningnot-updatedYou 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?
513GUI\Wizard pages\Add backup\Strings\SelectWhen.es-ES.resxOnlyIncrementalBackupsWarningnot-updatedYou 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?
514GUI\Wizard pages\Add backup\Strings\SelectWhen.es-ES.resxPageDescriptionnot-updatedOn 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.
515GUI\Wizard pages\Add backup\Strings\SelectWhen.es-ES.resxPageTitlenot-updatedSelect when the backup should run
516GUI\Wizard pages\Add backup\Strings\SelectWhen.es-ES.resxTimeIsInThePastWarningnot-updatedThe time you entered is in the past.
517GUI\Wizard pages\Add backup\Strings\SelectWhen.es-ES.resxTimeOccursShortlyWarningnot-updatedThe time you entered will occur shortly.
518GUI\Wizard pages\Add backup\Strings\SelectWhen.es-ES.resxTooManyIncrementalsWarningnot-updatedThe 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?
519GUI\Wizard pages\Add backup\Strings\SelectWhen.es-ES.resxTooShortFullDurationErrornot-updatedThe interval between full backups must be more than {0} minutes.
520GUI\Wizard pages\Add backup\Strings\SelectWhen.es-ES.resxTooShortScheduleDurationErrornot-updatedThe schedule interval must be more than {0} minutes.
521GUI\Wizard pages\Add backup\Strings\SettingOverrides.es-ES.resxBackendLoadErrornot-updatedAn error occured while loading backend settings: {0}
522GUI\Wizard pages\Add backup\Strings\SettingOverrides.es-ES.resxCompressionLoadErrornot-updatedAn error occured while loading compression settings: {0}
523GUI\Wizard pages\Add backup\Strings\SettingOverrides.es-ES.resxEncryptionLoadErrornot-updatedAn error occured while loading encryption settings: {0}
524GUI\Wizard pages\Add backup\Strings\SettingOverrides.es-ES.resxGenericModuleLoadErrornot-updatedAn error occured while loading generic module settings: {0}
525GUI\Wizard pages\Add backup\Strings\SettingOverrides.es-ES.resxPageDescriptionnot-updatedOn this page you can override all settings supported by Duplicati. This is very advanced, so be carefull!
526GUI\Wizard pages\Add backup\Strings\SettingOverrides.es-ES.resxPageTitlenot-updatedOverride settings
527GUI\Wizard pages\Add backup\Strings\ThrottleOptions.es-ES.resxPageDescriptionnot-updatedOn this page you may select limits that prevent the backup procedure from using too many resources
528GUI\Wizard pages\Add backup\Strings\ThrottleOptions.es-ES.resxPageTitlenot-updatedSelect how to limit the backup
529GUI\Wizard pages\Add backup\ThrottleOptions.es-ES.resxAsyncEnabled.TextmissingUpload asyncronosly
530GUI\Wizard pages\Add backup\ThrottleOptions.es-ES.resxBackupLimitEnabled.TextmissingEach backup size limit
531GUI\Wizard pages\Add backup\ThrottleOptions.es-ES.resxlabel1.TextmissingSize of each volume
532GUI\Wizard pages\Backends\RawContainer.es-ES.resxlabel1.TextmissingDestination
533GUI\Wizard pages\Delete backup\DeleteFinished.es-ES.resxlabel1.TextmissingSummary
534GUI\Wizard pages\Delete backup\DeleteFinished.es-ES.resxlabel2.TextmissingWarning: You cannot restore the files after the backup is deleted!!!
535GUI\Wizard pages\Delete backup\DeleteFinished.es-ES.resxlabel3.TextmissingNote that the actual files will not be removed from the storage backend, you must remove the files manually.
536GUI\Wizard pages\Delete backup\Strings\DeleteFinished.es-ES.resxPageDescriptionnot-updatedYou are now ready to delete the backup. Please note that you cannot restore the backup ever again
537GUI\Wizard pages\Delete backup\Strings\DeleteFinished.es-ES.resxPageTitlenot-updatedDelete backup
538GUI\Wizard pages\Delete backup\Strings\DeleteFinished.es-ES.resxSummaryTextnot-updatedAction: Delete backup Name: {0}
539GUI\Wizard pages\FirstLaunch.es-ES.resxCreateNew.TextmissingSetup a new backup
540GUI\Wizard pages\FirstLaunch.es-ES.resxRestoreFiles.TextmissingRestore files from a backup
541GUI\Wizard pages\FirstLaunch.es-ES.resxRestoreFilesHelp.TextmissingYou do not want to set up Duplicati, but just want to restore some files
542GUI\Wizard pages\FirstLaunch.es-ES.resxRestoreSettingsHelp.TextmissingYou have used Duplicati before, and want to restore your setup
543GUI\Wizard pages\FirstLaunch.es-ES.resxRestoreSetup.TextmissingRestore settings from a previous Duplicati installation
544GUI\Wizard pages\FirstLaunch.es-ES.resxSetupNewBackupHelp.TextmissingYou have not used Duplicati before, or want to start over
545GUI\Wizard pages\FirstLaunch.es-ES.resxSimpleHelpHeader.TextmissingSelect one of the options below, and click next
546GUI\Wizard pages\MainPage.es-ES.resxBackup.TextmissingRun a backup immediately
547GUI\Wizard pages\MainPage.es-ES.resxCreateNew.TextmissingSchedule a new backup
548GUI\Wizard pages\MainPage.es-ES.resxdonate_button.ToolTipmissingShow your appreciation by donating, any amount is accepted
549GUI\Wizard pages\MainPage.es-ES.resxdonate_link.TextmissingSupport Duplicati
550GUI\Wizard pages\MainPage.es-ES.resxdonate_link.ToolTipmissingShow your appreciation by donating, any amount is accepted
551GUI\Wizard pages\MainPage.es-ES.resxEdit.TextmissingEdit an existing backup
552GUI\Wizard pages\MainPage.es-ES.resxlabel1.TextmissingWhat do you want to do?
553GUI\Wizard pages\MainPage.es-ES.resxRemove.TextmissingRemove an existing backup
554GUI\Wizard pages\MainPage.es-ES.resxRestore.TextmissingRestore files from a backup
555GUI\Wizard pages\Restore\FinishedRestore.es-ES.resxlabel1.TextmissingSummary
556GUI\Wizard pages\Restore\FinishedRestore.es-ES.resxRunInBackground.TextmissingRun restore operation as a background job
557GUI\Wizard pages\Restore\SelectBackupVersion.es-ES.resxlabel1.TextmissingSelect the backup you want to restore
558GUI\Wizard pages\Restore\Strings\FinishedRestore.es-ES.resxMostRecentnot-updatedmost recent
559GUI\Wizard pages\Restore\Strings\FinishedRestore.es-ES.resxPageDescriptionnot-updatedDuplicati is now ready to restore your files.
560GUI\Wizard pages\Restore\Strings\FinishedRestore.es-ES.resxPageTitlenot-updatedReady to restore files
561GUI\Wizard pages\Restore\Strings\FinishedRestore.es-ES.resxRestoreFailedErrornot-updatedThe restore operation failed: {0}
562GUI\Wizard pages\Restore\Strings\FinishedRestore.es-ES.resxRestoreWaitDialogTitlenot-updatedRestoring files, please wait...
563GUI\Wizard pages\Restore\Strings\FinishedRestore.es-ES.resxSummaryTextnot-updatedAction: Restore backup Backup: {0} Date: {1} Folder: {2}
564GUI\Wizard pages\Restore\Strings\SelectBackupVersion.es-ES.resxNoBackupSelectedErrornot-updatedYou must select the backup to restore
565GUI\Wizard pages\Restore\Strings\SelectBackupVersion.es-ES.resxPageDescriptionnot-updatedThe list below shows all the available backups. Select one to restore
566GUI\Wizard pages\Restore\Strings\SelectBackupVersion.es-ES.resxPageTitlenot-updatedSelect the backup to restore
567GUI\Wizard pages\Restore\Strings\TargetFolder.es-ES.resxCreateNewFolderWarningnot-updatedThe folder {0} does not exist. Do you want to create it?
568GUI\Wizard pages\Restore\Strings\TargetFolder.es-ES.resxFolderIsNotEmptyWarningnot-updatedThe folder {0} is not empty. Do you want to use it anyway?
569GUI\Wizard pages\Restore\Strings\TargetFolder.es-ES.resxFolderPathIsRelativeErrornot-updatedYou must enter the full path of the folder: {0}
570GUI\Wizard pages\Restore\Strings\TargetFolder.es-ES.resxFolderValidationErrornot-updatedAn error occured while verifying the destination {0}. Please make sure it exists and is accessible. Error message: {1}
571GUI\Wizard pages\Restore\Strings\TargetFolder.es-ES.resxNoFilesSelectedErrornot-updatedYou have not selected any files to restore.
572GUI\Wizard pages\Restore\Strings\TargetFolder.es-ES.resxNoFolderErrornot-updatedYou must enter a folder to restore to
573GUI\Wizard pages\Restore\Strings\TargetFolder.es-ES.resxPageDescriptionnot-updatedPlease select the folder into which the backup will be restored
574GUI\Wizard pages\Restore\Strings\TargetFolder.es-ES.resxPageTitlenot-updatedSelect restore folder
575GUI\Wizard pages\Restore\Strings\TargetFolder.es-ES.resxPathTooLongWarningnot-updatedThe 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?
576GUI\Wizard pages\Restore\TargetFolder.es-ES.resxBrowseFolder.Textmissing...
577GUI\Wizard pages\Restore\TargetFolder.es-ES.resxfolderBrowserDialog.DescriptionmissingSelect the folder where the backup will be restored
578GUI\Wizard pages\Restore\TargetFolder.es-ES.resxlabel2.TextmissingRestore to this folder
579GUI\Wizard pages\Restore\TargetFolder.es-ES.resxPartialRestore.TextmissingRestore only the items selected below
580GUI\Wizard pages\RestoreSetup\FinishedRestoreSetup.es-ES.resxlabel1.TextmissingSummary
581GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.es-ES.resxPageDescriptionnot-updatedYou have now entered all the required data, and can now restore the setup.
582GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.es-ES.resxPageTitlenot-updatedReady to restore settings
583GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.es-ES.resxRestoreFailedErrornot-updatedFailed to restore setup files, the error message was: {0}
584GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.es-ES.resxRestoreWaitDialogTitlenot-updatedRestoring setup, please wait...
585GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.es-ES.resxSetupFileMissingErrornot-updatedConnection succeded, but not setup file was found
586GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.es-ES.resxSummaryActionnot-updatedAction
587GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.es-ES.resxSummaryRestoreBackupnot-updatedRestore backup
588GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.es-ES.resxSummarySourcenot-updatedSource
589GUI\Wizard pages\RestoreSetup\Strings\FinishedRestoreSetup.es-ES.resxSummarySourcePathnot-updatedSource path
590GUI\Wizard pages\RunNow\RunNowFinished.es-ES.resxForceFull.TextmissingForce full backup
591GUI\Wizard pages\RunNow\RunNowFinished.es-ES.resxlabel1.TextmissingSummary
592GUI\Wizard pages\RunNow\Strings\RunNowFinished.es-ES.resxPageDescriptionnot-updatedYou are now ready to run the backup
593GUI\Wizard pages\RunNow\Strings\RunNowFinished.es-ES.resxPageTitlenot-updatedReady to run backup
594GUI\Wizard pages\RunNow\Strings\RunNowFinished.es-ES.resxSummaryTextnot-updatedAction: Run backup now Name: {0}
595GUI\Wizard pages\SelectBackend.es-ES.resxQuestion.TextmissingWhere do you want to store the backups?
596GUI\Wizard pages\SelectBackup.es-ES.resxDirectRestore.TextmissingRestore files directly
597GUI\Wizard pages\SelectBackup.es-ES.resxRestoreExisting.TextmissingRestore from an existing backup
598GUI\Wizard pages\SelectBackup.es-ES.resxShowAdvanced.TextmissingShow advanced options
599GUI\Wizard pages\SelectBackup.es-ES.resxtopLabel.TextmissingSelect backup to modify
600GUI\Wizard pages\Strings\FirstLaunch.es-ES.resxNoActionSelectionnot-updatedYou must select an action
601GUI\Wizard pages\Strings\FirstLaunch.es-ES.resxPageHelptextnot-updatedSince this is your first use of Duplicati on this machine, this wizard will guide you through a Duplicati setup
602GUI\Wizard pages\Strings\FirstLaunch.es-ES.resxPageTitlenot-updatedWelcome to Duplicati
603GUI\Wizard pages\Strings\FirstLaunch.es-ES.resxShowAdvancedQuestionnot-updatedDo you need to modify advanced settings? (Most users do not need this)
604GUI\Wizard pages\Strings\MainPage.es-ES.resxPageHelptextnot-updatedPlease select the action you want to perform below
605GUI\Wizard pages\Strings\MainPage.es-ES.resxPageTitlenot-updatedWelcome to the Duplicati Wizard
606GUI\Wizard pages\Strings\SelectBackend.es-ES.resxNoActionSelectednot-updatedYou must enter the storage method before you can continue.
607GUI\Wizard pages\Strings\SelectBackend.es-ES.resxPageHelptextnot-updatedOn 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.
608GUI\Wizard pages\Strings\SelectBackend.es-ES.resxPageTitlenot-updatedSelect a place to store the backups
609GUI\Wizard pages\Strings\SelectBackend.es-ES.resxRestoreSetupTitlenot-updatedWhere is the backup stored?
610GUI\Wizard pages\Strings\SelectBackup.es-ES.resxNoActionSelectednot-updatedYou must select a backup before you can continue
611GUI\Wizard pages\Strings\SelectBackup.es-ES.resxPageHelptextEditnot-updatedIn the list below, select the backup you want to modify
612GUI\Wizard pages\Strings\SelectBackup.es-ES.resxPageHelptextRemovenot-updatedIn the list below, select the backup you want to delete
613GUI\Wizard pages\Strings\SelectBackup.es-ES.resxPageHelptextRestorenot-updatedIn the list below, select the backup you want to restore
614GUI\Wizard pages\Strings\SelectBackup.es-ES.resxPageHelptextRunNownot-updatedIn the list below, select the backup you want to run immediately
615GUI\Wizard pages\Strings\SelectBackup.es-ES.resxPageHelptextUnknownnot-updatedUnknown action
616GUI\Wizard pages\Strings\SelectBackup.es-ES.resxPageTitleEditnot-updatedSelect the backup to modify
617GUI\Wizard pages\Strings\SelectBackup.es-ES.resxPageTitleRemovenot-updatedSelect the backup to remove
618GUI\Wizard pages\Strings\SelectBackup.es-ES.resxPageTitleRestorenot-updatedSelect the backup to restore
619GUI\Wizard pages\Strings\SelectBackup.es-ES.resxPageTitleRunNownot-updatedSelect the backup to run now
620GUI\Wizard pages\Strings\SelectBackup.es-ES.resxPageTitleUnknownnot-updatedUnknown action
621Library\Backend\CloudFiles\CloudFilesUI.es-ES.resxCreateContainer.TextmissingCreate container
622Library\Backend\CloudFiles\CloudFilesUI.es-ES.resxlabel1.TextmissingCloudFiles Username
623Library\Backend\CloudFiles\CloudFilesUI.es-ES.resxlabel2.TextmissingCloudFiles API Key
624Library\Backend\CloudFiles\CloudFilesUI.es-ES.resxlabel3.TextmissingContainer name
625Library\Backend\CloudFiles\CloudFilesUI.es-ES.resxlabel4.TextmissingA container can be thought of as a root folder. Use / in the container name, to access subfolders in the container
626Library\Backend\CloudFiles\CloudFilesUI.es-ES.resxlabel5_2.TextmissingCloudFiles AuthUrl
627Library\Backend\CloudFiles\CloudFilesUI.es-ES.resxSignUpLink.TextmissingClick here for the sign up page
628Library\Backend\CloudFiles\CloudFilesUI.es-ES.resxTestConnection.TextmissingTest Connection
629Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxDescription_v2not-updatedSupports connections to the CloudFiles backend. Allowed formats is "cloudfiles://container/folder".
630Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxDescriptionAuthenticationURLLong_v2not-updatedCloudfiles 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}.
631Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxDescriptionAuthenticationURLShortnot-updatedProvide another authentication URL
632Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxDescriptionFTPPasswordLongnot-updatedThe password used to connect to the server. This may also be supplied as the environment variable "FTP_PASSWORD".
633Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxDescriptionFTPPasswordShortnot-updatedSupplies the password used to connect to the server
634Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxDescriptionFTPUsernameLongnot-updatedThe username used to connect to the server. This may also be supplied as the environment variable "FTP_USERNAME".
635Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxDescriptionFTPUsernameShortnot-updatedSupplies the username used to connect to the server
636Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxDescriptionPasswordLongnot-updatedSupplies the API Access Key used to authenticate with CloudFiles.
637Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxDescriptionPasswordShortnot-updatedSupplies the access key used to connect to the server
638Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxDescriptionUKAccountLongnot-updatedDuplicati 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}.
639Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxDescriptionUKAccountShortnot-updatedUse a UK account
640Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxDescriptionUsernameLongnot-updatedSupplies the username used to authenticate with CloudFiles.
641Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxDescriptionUsernameShortnot-updatedSupplies the username used to authenticate with CloudFiles
642Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxDisplayNamenot-updatedCloudFiles (Rackspace)
643Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxETagVerificationErrornot-updatedMD5 Hash (ETag) verification failed
644Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxFileDeleteErrornot-updatedFailed to delete file
645Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxFileUploadErrornot-updatedFailed to upload file
646Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxInvalidUrlErrornot-updatedInvalid URL: {0}
647Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxNoAPIKeyErrornot-updatedNo CloudFiles API Access Key given
648Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxNoUserIDErrornot-updatedNo CloudFiles userID given
649Library\Backend\CloudFiles\Strings\CloudFiles.es-ES.resxUnexpectedResponseErrornot-updatedUnexpected CloudFiles response, perhaps the API has changed?
650Library\Backend\CloudFiles\Strings\CloudFilesUI.es-ES.resxCreateMissingContainernot-updatedThe container does not exist, do you want to create it?
651Library\Backend\CloudFiles\Strings\CloudFilesUI.es-ES.resxEmptyAPIKeyErrornot-updatedYou must enter your CloudFiles API Access Key. You may click the link to the right to open the CloudFiles login page, and retrieve it.
652Library\Backend\CloudFiles\Strings\CloudFilesUI.es-ES.resxEmptyAuthUrlErrornot-updatedThe AuthUrl field cannot be empty
653Library\Backend\CloudFiles\Strings\CloudFilesUI.es-ES.resxEmptyCloudFilesIDErrornot-updatedYou must enter your CloudFiles user ID. You may click the link to the right to open the CloudFiles login page, and retrieve it.
654Library\Backend\CloudFiles\Strings\CloudFilesUI.es-ES.resxEmptyContainerNameErrornot-updatedYou must enter a name for the Container. You must use a unique name for each backup. You may enter any name you like.
655Library\Backend\CloudFiles\Strings\CloudFilesUI.es-ES.resxInvalidAuthUrlErrornot-updatedThe url {0} is invalid
656Library\Backend\CloudFiles\Strings\CloudFilesUI.es-ES.resxPageDescriptionnot-updatedOn this page you can select where to store the backup data.
657Library\Backend\CloudFiles\Strings\CloudFilesUI.es-ES.resxPageTitlenot-updatedBackup storage options
658Library\Backend\CloudFiles\Strings\MD5CalculatingStream.es-ES.resxIncorrectUsageErrornot-updatedCannot read and write on the same stream
659Library\Backend\File\FileUI.es-ES.resxBrowseTargetFolder.Textmissing...
660Library\Backend\File\FileUI.es-ES.resxfolderBrowserDialog.DescriptionmissingSelect the folder where the backups will be stored
661Library\Backend\File\FileUI.es-ES.resxFolderLabel.TextmissingFolder
662Library\Backend\File\FileUI.es-ES.resxlabel1.TextmissingUsername
663Library\Backend\File\FileUI.es-ES.resxlabel2.TextmissingPassword
664Library\Backend\File\FileUI.es-ES.resxUseCredentials.TextmissingUse alternate credentials
665Library\Backend\File\FileUI.es-ES.resxUseDisk.TextmissingRemovable disk
666Library\Backend\File\FileUI.es-ES.resxUsePath.TextmissingPath
667Library\Backend\File\Strings\FileBackend.es-ES.resxAlternateDestinationMarkerLongnot-updatedThis 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.
668Library\Backend\File\Strings\FileBackend.es-ES.resxAlternateDestinationMarkerShortnot-updatedLook for a file in the destination folder
669Library\Backend\File\Strings\FileBackend.es-ES.resxAlternateTargetPathsLongnot-updatedThis 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.
670Library\Backend\File\Strings\FileBackend.es-ES.resxAlternateTargetPathsShortnot-updatedA list of secondary target paths
671Library\Backend\File\Strings\FileBackend.es-ES.resxDescriptionnot-updatedThis 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")
672Library\Backend\File\Strings\FileBackend.es-ES.resxDescriptionFTPPasswordLongnot-updatedThe password used to connect to the server. This may also be supplied as the environment variable "FTP_PASSWORD".
673Library\Backend\File\Strings\FileBackend.es-ES.resxDescriptionFTPPasswordShortnot-updatedSupplies the password used to connect to the server
674Library\Backend\File\Strings\FileBackend.es-ES.resxDescriptionFTPUsernameLongnot-updatedThe username used to connect to the server. This may also be supplied as the environment variable "FTP_USERNAME".
675Library\Backend\File\Strings\FileBackend.es-ES.resxDescriptionFTPUsernameShortnot-updatedSupplies the username used to connect to the server
676Library\Backend\File\Strings\FileBackend.es-ES.resxDisplayNamenot-updatedFile based
677Library\Backend\File\Strings\FileBackend.es-ES.resxFolderMissingErrornot-updatedThe folder {0} does not exist
678Library\Backend\File\Strings\FileBackend.es-ES.resxNoDestinationWithMarkerFileErrornot-updatedThe marker file "{0}" was not found in any of the examined destinations: {1}
679Library\Backend\File\Strings\FileBackend.es-ES.resxUseMoveForPutLongnot-updatedWhen 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.
680Library\Backend\File\Strings\FileBackend.es-ES.resxUseMoveForPutShortnot-updatedMove the file instead of copying it
681Library\Backend\File\Strings\FileUI.es-ES.resxAuthenticationErrornot-updatedFailed to authenticate using the given credentials.
682Library\Backend\File\Strings\FileUI.es-ES.resxCreateFolderQuestionnot-updatedThe selected folder does not exist. Do you want to create it?
683Library\Backend\File\Strings\FileUI.es-ES.resxEmptyFoldernameErrornot-updatedYou must enter a folder to backup to
684Library\Backend\File\Strings\FileUI.es-ES.resxFolderEmptyErrornot-updatedThe selected folder is empty
685Library\Backend\File\Strings\FileUI.es-ES.resxFolderNotEmptyWarningnot-updatedThe selected folder is not empty. Do you want to use it anyway?
686Library\Backend\File\Strings\FileUI.es-ES.resxFolderValidationErrornot-updatedAn error occured while verifying the destination. Please make sure it exists and is accessible. Error message: {0}
687Library\Backend\File\Strings\FileUI.es-ES.resxNonRootedPathErrornot-updatedYou must enter the full path of the folder
688Library\Backend\File\Strings\FileUI.es-ES.resxNoRemovableDrivesErrornot-updatedNo removable drives were found on your system. Please enter the path manually.
689Library\Backend\File\Strings\FileUI.es-ES.resxPageDescriptionnot-updatedOn this page you can select where to store the backup data.
690Library\Backend\File\Strings\FileUI.es-ES.resxPageTitlenot-updatedBackup storage options
691Library\Backend\FTP\FTPUI.es-ES.resxAcceptAnyHash.TextmissingAccept any invalid certificate
692Library\Backend\FTP\FTPUI.es-ES.resxAcceptSpecifiedHash.TextmissingAccept this certificate hash
693Library\Backend\FTP\FTPUI.es-ES.resxCreateFolderButton.TextmissingCreate folder
694Library\Backend\FTP\FTPUI.es-ES.resxlabel1.TextmissingServer
695Library\Backend\FTP\FTPUI.es-ES.resxlabel2.TextmissingPath
696Library\Backend\FTP\FTPUI.es-ES.resxlabel3.TextmissingUsername
697Library\Backend\FTP\FTPUI.es-ES.resxlabel4.TextmissingPassword
698Library\Backend\FTP\FTPUI.es-ES.resxlabel5.TextmissingPort (optional)
699Library\Backend\FTP\FTPUI.es-ES.resxlabel6.TextmissingNote: 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.
700Library\Backend\FTP\FTPUI.es-ES.resxPassiveConnection.TextmissingUse passive connection
701Library\Backend\FTP\FTPUI.es-ES.resxTestConnection.TextmissingTest connection
702Library\Backend\FTP\FTPUI.es-ES.resxUseSSL.TextmissingUse SSL
703Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionnot-updatedThis backend can read and write data to an FTP based backend. Allowed formats are "ftp://hostname/folder" or "ftp://username:password@hostname/folder"
704Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionDisableUploadVerifyLongnot-updatedTo 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.
705Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionDisableUploadVerifyShortnot-updatedDisable upload verification
706Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionFTPActiveLongnot-updatedIf 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
707Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionFTPActiveShortnot-updatedToggles the FTP connections method
708Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionFTPPassiveLongnot-updatedIf 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
709Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionFTPPassiveShortnot-updatedToggles the FTP connections method
710Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionFTPPasswordLongnot-updatedThe password used to connect to the server. This may also be supplied as the environment variable "FTP_PASSWORD".
711Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionFTPPasswordShortnot-updatedSupplies the password used to connect to the server
712Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionFTPUsernameLongnot-updatedThe username used to connect to the server. This may also be supplied as the environment variable "FTP_USERNAME".
713Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionFTPUsernameShortnot-updatedSupplies the username used to connect to the server
714Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionIntegratedAuthenticationLongnot-updatedIf the server and client both supports integrated authentication, this option enables that authentication method. This is likely only available with windows servers and clients.
715Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionIntegratedAuthenticationShortnot-updatedUse windows integrated authentication to connect to the server
716Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionUseSSLLongnot-updatedUse this flag to communicate using Secure Socket Layer (SSL) over ftp (ftps).
717Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDescriptionUseSSLShortnot-updatedInstructs Duplicati to use an SSL (ftps) connection
718Library\Backend\FTP\Strings\FTPBackend.es-ES.resxDisplayNamenot-updatedFTP based
719Library\Backend\FTP\Strings\FTPBackend.es-ES.resxListVerifyFailurenot-updatedThe file {0} was uploaded but not found afterwards, the file listing returned {1}
720Library\Backend\FTP\Strings\FTPBackend.es-ES.resxListVerifySizeFailurenot-updatedThe file {0} was uploaded but the returned size was {1} and it was expected to be {2}
721Library\Backend\FTP\Strings\FTPBackend.es-ES.resxMissingFolderErrornot-updatedThe folder {0} was not found, message: {1}
722Library\Backend\FTP\Strings\FTPUI.es-ES.resxApproveCertificateHashQuestionnot-updatedThe certificate was not valid ({0}). Do you want to approve the certificate anyway and retry?
723Library\Backend\FTP\Strings\FTPUI.es-ES.resxCreateMissingFolderQuestionnot-updatedThe folder does not exist, do you want to create it?
724Library\Backend\FTP\Strings\FTPUI.es-ES.resxEmptyHashErrornot-updatedYou have not entered a hash string
725Library\Backend\FTP\Strings\FTPUI.es-ES.resxInvalidHashErrornot-updatedThe hash string is not valid, it must be of even length and only contain hex chars (0-9 and a-f)
726Library\Backend\FTP\Strings\FTPUI.es-ES.resxPageDescriptionnot-updatedOn this page you can select where to store the backup data.
727Library\Backend\FTP\Strings\FTPUI.es-ES.resxPageTitlenot-updatedBackup storage options
728Library\Backend\S3\S3CommonOptions.es-ES.resxAllowCredentialStorage.TextmissingStore new S3 account information
729Library\Backend\S3\S3CommonOptions.es-ES.resxCredentialGroup.TextmissingStored credentials
730Library\Backend\S3\S3CommonOptions.es-ES.resxgroupBox2.TextmissingDefault settings
731Library\Backend\S3\S3CommonOptions.es-ES.resxlabel1.TextmissingBucket region:
732Library\Backend\S3\S3CommonOptions.es-ES.resxlabel2.TextmissingServer name:
733Library\Backend\S3\S3CommonOptions.es-ES.resxRemoveAllButton.TextmissingRemove all
734Library\Backend\S3\S3CommonOptions.es-ES.resxRemoveSelectedButton.TextmissingRemove
735Library\Backend\S3\S3CommonOptions.es-ES.resxUseRRS.TextmissingUse Reduced Redundancy Storage
736Library\Backend\S3\S3UI.es-ES.resxCreateBucket.TextmissingCreate bucket
737Library\Backend\S3\S3UI.es-ES.resxlabel1.TextmissingAWS Access ID
738Library\Backend\S3\S3UI.es-ES.resxlabel2.TextmissingAWS Secret Key
739Library\Backend\S3\S3UI.es-ES.resxlabel3.TextmissingS3 Bucket name
740Library\Backend\S3\S3UI.es-ES.resxlabel4.TextmissingA bucket can be thought of as a root folder. Use / in the bucket name, to access subfolders in the bucket
741Library\Backend\S3\S3UI.es-ES.resxlabel5.TextmissingRRS is cheaper but less reliable
742Library\Backend\S3\S3UI.es-ES.resxlabel6.TextmissingBucket create region
743Library\Backend\S3\S3UI.es-ES.resxlabel7.TextmissingS3 Servername
744Library\Backend\S3\S3UI.es-ES.resxSignUpLink.TextmissingClick here for the sign up page
745Library\Backend\S3\S3UI.es-ES.resxTestConnection.TextmissingTest Connection
746Library\Backend\S3\S3UI.es-ES.resxUseRRS.TextmissingUse Reduced Redundancy Storage (RRS)
747Library\Backend\S3\Strings\S3Backend.es-ES.resxAMZKeyDescriptionLongnot-updatedThe AWS "Secret Access Key" can be obtained after logging into your AWS account, this can also be supplied through the "ftp-password" property
748Library\Backend\S3\Strings\S3Backend.es-ES.resxAMZKeyDescriptionShortnot-updatedThe AWS "Secret Access Key"
749Library\Backend\S3\Strings\S3Backend.es-ES.resxAMZUserIDDescriptionLongnot-updatedThe AWS "Access Key ID" can be obtained after logging into your AWS account, this can also be supplied through the "ftp-username" property
750Library\Backend\S3\Strings\S3Backend.es-ES.resxAMZUserIDDescriptionShortnot-updatedThe AWS "Access Key ID"
751Library\Backend\S3\Strings\S3Backend.es-ES.resxDeprecatedUrlFormatnot-updatedYou are using a deprected url format, please change it to: {0}
752Library\Backend\S3\Strings\S3Backend.es-ES.resxDescription_v2not-updatedThis backend can read and write data to an Amazon S3 compatible server. Allowed formats are: "s3://bucketname/prefix"
753Library\Backend\S3\Strings\S3Backend.es-ES.resxDescriptionFTPUsernameLongnot-updatedThe username used to connect to the server. This may also be supplied as the environment variable "FTP_USERNAME".
754Library\Backend\S3\Strings\S3Backend.es-ES.resxDescriptionFTPUsernameShortnot-updatedSupplies the username used to connect to the server
755Library\Backend\S3\Strings\S3Backend.es-ES.resxDescriptionUseSSLLongnot-updatedUse this flag to communicate using Secure Socket Layer (SSL) over http (https). Note that bucket names containing a period has problems with SSL connections.
756Library\Backend\S3\Strings\S3Backend.es-ES.resxDescriptionUseSSLShortnot-updatedInstructs Duplicati to use an SSL (https) connection
757Library\Backend\S3\Strings\S3Backend.es-ES.resxDisplayNamenot-updatedAmazon S3 based
758Library\Backend\S3\Strings\S3Backend.es-ES.resxFTPPasswordDescriptionLongnot-updatedThe password used to connect to the server. This may also be supplied as the environment variable "FTP_PASSWORD".
759Library\Backend\S3\Strings\S3Backend.es-ES.resxFTPPasswordDescriptionShortnot-updatedSupplies the password used to connect to the server
760Library\Backend\S3\Strings\S3Backend.es-ES.resxNoAMZKeyErrornot-updatedNo Amazon S3 secret key given
761Library\Backend\S3\Strings\S3Backend.es-ES.resxNoAMZUserIDErrornot-updatedNo Amazon S3 userID given
762Library\Backend\S3\Strings\S3Backend.es-ES.resxOptionsAreMutuallyExclusiveErrornot-updatedThe options --{0} and --{1} are mutually exclusive
763Library\Backend\S3\Strings\S3Backend.es-ES.resxS3EurobucketDeprecationDescriptionnot-updatedPlease use --{0}={1} instead
764Library\Backend\S3\Strings\S3Backend.es-ES.resxS3EurobucketDescriptionLongnot-updatedThis 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.
765Library\Backend\S3\Strings\S3Backend.es-ES.resxS3EurobucketDescriptionShortnot-updatedUse a European server
766Library\Backend\S3\Strings\S3Backend.es-ES.resxS3LocationDescriptionLongnot-updatedThis 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}
767Library\Backend\S3\Strings\S3Backend.es-ES.resxS3LocationDescriptionShortnot-updatedSpecifies S3 location constraints
768Library\Backend\S3\Strings\S3Backend.es-ES.resxS3NewStyleDeprecationnot-updatedThe subdomain calling option does nothing, the library will pick the right calling convention
769Library\Backend\S3\Strings\S3Backend.es-ES.resxS3NewStyleDescriptionLongnot-updatedSpecify this argument to make the S3 backend use subdomains rather than the previous url prefix method. See the Amazon S3 documentation for more details.
770Library\Backend\S3\Strings\S3Backend.es-ES.resxS3NewStyleDescriptionShortnot-updatedUse subdomain calling style
771Library\Backend\S3\Strings\S3Backend.es-ES.resxS3ServerNameDescriptionLongnot-updatedCompanies 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}
772Library\Backend\S3\Strings\S3Backend.es-ES.resxS3ServerNameDescriptionShortnot-updatedSpecifies an alternate S3 server name
773Library\Backend\S3\Strings\S3Backend.es-ES.resxS3UseRRSDescriptionLongnot-updatedThis 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/
774Library\Backend\S3\Strings\S3Backend.es-ES.resxS3UseRRSDescriptionShortnot-updatedUse Reduced Redundancy Storage
775Library\Backend\S3\Strings\S3Backend.es-ES.resxUnableToDecodeBucketnameErrornot-updatedUnable to determine the bucket name for host: {0}
776Library\Backend\S3\Strings\S3Backend.es-ES.resxUnableToParseURLErrornot-updatedCould not parse the url: {0}
777Library\Backend\S3\Strings\S3SettingsControl.es-ES.resxPageDescriptionnot-updatedDisplays various options related to the S3 backend
778Library\Backend\S3\Strings\S3SettingsControl.es-ES.resxPageTitlenot-updatedS3
779Library\Backend\S3\Strings\S3UI.es-ES.resxBucketnameCaseWarningnot-updatedThe bucket name is not in all lower case. {0} Do you want to convert the bucket name to lower case?
780Library\Backend\S3\Strings\S3UI.es-ES.resxBucketnameNotPrefixedWarningnot-updatedThe 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?
781Library\Backend\S3\Strings\S3UI.es-ES.resxCreateMissingBucketnot-updatedThe bucket does not exist, do you want to create it?
782Library\Backend\S3\Strings\S3UI.es-ES.resxEmptyAWSIDErrornot-updatedYou must enter your AWS Access ID. You may click the link to the right to open the AWS login page, and retrieve it.
783Library\Backend\S3\Strings\S3UI.es-ES.resxEmptyAWSKeyErrornot-updatedYou must enter your AWS Secret Key. You may click the link to the right to open the AWS login page, and retrieve it.
784Library\Backend\S3\Strings\S3UI.es-ES.resxEmptyBucketnameErrornot-updatedYou must enter a name for the bucket. You must use a unique name for each backup. You may enter any name you like.
785Library\Backend\S3\Strings\S3UI.es-ES.resxHostnameInvalidWarningnot-updatedThe 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?
786Library\Backend\S3\Strings\S3UI.es-ES.resxHostnameInvalidWithNonUSBucketOptionErrornot-updatedNon-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.
787Library\Backend\S3\Strings\S3UI.es-ES.resxMonoRequiresExistingBucketnot-updatedA 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?
788Library\Backend\S3\Strings\S3UI.es-ES.resxNewS3RequiresLowerCaseErrornot-updatedThe new amazon s3 API requires that bucket names are all lower case.
789Library\Backend\S3\Strings\S3UI.es-ES.resxNonUSBucketsRequireLowerCaseErrornot-updatedNon-US buckets require that the bucket name is in lower case.
790Library\Backend\S3\Strings\S3UI.es-ES.resxPageDescriptionnot-updatedOn this page you can select where to store the backup data.
791Library\Backend\S3\Strings\S3UI.es-ES.resxPageTitlenot-updatedBackup storage options
792Library\Backend\SSH\SSHCommonOptions.es-ES.resxBrowseForSFTPButton.Textmissing...
793Library\Backend\SSH\SSHCommonOptions.es-ES.resxBrowseForSFTPDialog.FiltermissingExecutables (*.exe)|*.exe|All files (*.*)|*.*
794Library\Backend\SSH\SSHCommonOptions.es-ES.resxlabel1.TextmissingSFTP path:
795Library\Backend\SSH\SSHCommonOptions.es-ES.resxUseManagedAsDefault.TextmissingUse managed SSH by default
796Library\Backend\SSH\SSHUI.es-ES.resxBrowseForKeyFileButton.Textmissing...
797Library\Backend\SSH\SSHUI.es-ES.resxCreateFolderButton.TextmissingCreate folder
798Library\Backend\SSH\SSHUI.es-ES.resxGenerateDebugOutput.TextmissingGenerate debug output
799Library\Backend\SSH\SSHUI.es-ES.resxKeyfilelabel.TextmissingKeyfile
800Library\Backend\SSH\SSHUI.es-ES.resxlabel1.TextmissingServer
801Library\Backend\SSH\SSHUI.es-ES.resxlabel2.TextmissingPath
802Library\Backend\SSH\SSHUI.es-ES.resxlabel3.TextmissingUsername
803Library\Backend\SSH\SSHUI.es-ES.resxlabel5.TextmissingPort (optional)
804Library\Backend\SSH\SSHUI.es-ES.resxOpenSSHKeyFileDialog.FiltermissingAll files (*.*)|*.*
805Library\Backend\SSH\SSHUI.es-ES.resxOpenSSHKeyFileDialog.TitlemissingSelect the OpenSSH keyfile
806Library\Backend\SSH\SSHUI.es-ES.resxTestConnection.TextmissingTest connection
807Library\Backend\SSH\SSHUI.es-ES.resxUsePassword.TextmissingPassword
808Library\Backend\SSH\SSHUI.es-ES.resxUseUnmanagedSSH.TextmissingUse installed sftp program instead of the built-in SSH library
809Library\Backend\SSH\Strings\SharpExpectProcess.es-ES.resxLogDisablednot-updatedLog was disabled, no output
810Library\Backend\SSH\Strings\SharpExpectProcess.es-ES.resxPasswordMarkernot-updated*password*
811Library\Backend\SSH\Strings\SharpExpectProcess.es-ES.resxWriteAfterExitErrornot-updatedCan't write after process has exited: {0}
812Library\Backend\SSH\Strings\SSHBackend.es-ES.resxAuthenticationErrornot-updatedLogin failed due to bad credentials, log: {0}
813Library\Backend\SSH\Strings\SSHBackend.es-ES.resxCloseTimeoutErrornot-updatedTimeout while closing session
814Library\Backend\SSH\Strings\SSHBackend.es-ES.resxConnectionTimeoutErrornot-updatedTimeout occured while connecting, log: {0}
815Library\Backend\SSH\Strings\SSHBackend.es-ES.resxCreateFolderErrornot-updatedFailed to create folder: {0}
816Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDebugDeleteFooternot-updatedDelete complete
817Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDebugDeleteHeadernot-updatedDelete start
818Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDebugGetFooternot-updatedGet complete
819Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDebugGetHeadernot-updatedGet start
820Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDebugListFooternot-updatedList complete
821Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDebugListHeadernot-updatedList start
822Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDebugParseFailednot-updatedFailed to parse line: {0}
823Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDebugPutFooternot-updatedPut complete
824Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDebugPutHeadernot-updatedPut start
825Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDeleteErrornot-updatedFailed to delete file: {0}
826Library\Backend\SSH\Strings\SSHBackend.es-ES.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".
827Library\Backend\SSH\Strings\SSHBackend.es-ES.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.
828Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDescriptionDebugToConsoleShortnot-updatedPrints debug info to the console
829Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDescriptionFTPPasswordLongnot-updatedThe password used to connect to the server. This may also be supplied as the environment variable "FTP_PASSWORD".
830Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDescriptionFTPPasswordShortnot-updatedSupplies the password used to connect to the server
831Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDescriptionFTPUsernameLongnot-updatedThe username used to connect to the server. This may also be supplied as the environment variable "FTP_USERNAME".
832Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDescriptionFTPUsernameShortnot-updatedSupplies the username used to connect to the server
833Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDescriptionSFTPCommandLongnot-updatedThe full path to the "sftp" application. Only used if the --use-sftp-application option is supplied.
834Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDescriptionSFTPCommandShortnot-updatedThe path to the "sftp" program
835Library\Backend\SSH\Strings\SSHBackend.es-ES.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.
836Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDescriptionSshkeyfileShortnot-updatedUses a SSH private key to authenticate
837Library\Backend\SSH\Strings\SSHBackend.es-ES.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.
838Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDescriptionSshnocdShortnot-updatedDo not use the cd command
839Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDescriptionSSHOptionsLongnot-updatedSupply any extra commandline arguments, which are passed unaltered to the ssh application. Only used if the --use-sftp-application option is supplied.
840Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDescriptionSSHOptionsShortnot-updatedExtra options to the ssh commands
841Library\Backend\SSH\Strings\SSHBackend.es-ES.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.
842Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDescriptionTransferTimeoutShortnot-updatedSets the timeout for transfering a file
843Library\Backend\SSH\Strings\SSHBackend.es-ES.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
844Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDescriptionUnmanagedShortnot-updatedUse an external sftp application
845Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDisplayNamenot-updatedSSH based
846Library\Backend\SSH\Strings\SSHBackend.es-ES.resxDownloadTimeoutErrornot-updatedTimeout while downloading file
847Library\Backend\SSH\Strings\SSHBackend.es-ES.resxFolderNotFoundErrornot-updatedFolder not found: {0}, log: {1}
848Library\Backend\SSH\Strings\SSHBackend.es-ES.resxFolderNotFoundManagedErrornot-updatedUnable to set folder to {0}, error message: {1}
849Library\Backend\SSH\Strings\SSHBackend.es-ES.resxFolderVerificationErrornot-updatedFailed to validate the remote directory: {0}
850Library\Backend\SSH\Strings\SSHBackend.es-ES.resxHostNotAuthenticatedErrornot-updatedThe host is not authenticated, please connect to the host using SSH, and then re-rerun Duplicati, log: {0}
851Library\Backend\SSH\Strings\SSHBackend.es-ES.resxIncorrectFileHeaderErrornot-updatedFile must have the OpenSSH private key header, eg: ---- BEGIN RSA PRIVATE KEY ----
852Library\Backend\SSH\Strings\SSHBackend.es-ES.resxKeyfileNotFoundErrornot-updatedThe supplied keyfile was not found: {0}
853Library\Backend\SSH\Strings\SSHBackend.es-ES.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}
854Library\Backend\SSH\Strings\SSHBackend.es-ES.resxLaunchErrorLinuxnot-updatedFailed to start the SSH application ({0}). Make sure that "expect" is installed. Error message: {1}
855Library\Backend\SSH\Strings\SSHBackend.es-ES.resxLaunchErrorWindowsnot-updatedFailed to start the SSH application ({0}). Make sure that "PuTTY" is installed, and you have set the correct path. Error message: {1}
856Library\Backend\SSH\Strings\SSHBackend.es-ES.resxPasswordMissingErrornot-updatedA password was expected, but passwordless login was specified
857Library\Backend\SSH\Strings\SSHBackend.es-ES.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
858Library\Backend\SSH\Strings\SSHBackend.es-ES.resxUnexpectedConnectionErrornot-updatedUnexpected error: {0}
859Library\Backend\SSH\Strings\SSHBackend.es-ES.resxUnexpectedExitResponseErrornot-updatedGot unexpected exit response
860Library\Backend\SSH\Strings\SSHBackend.es-ES.resxUnexpectedResponseErrornot-updatedFailed to get expected response to command: {0}
861Library\Backend\SSH\Strings\SSHBackend.es-ES.resxUnsupportedKeyfileEncryptionErrornot-updatedUnsupported encryption format for OpenSSH private key, must be 3des-cbc (DES-EDE3-CBC). Please include this information in a bug report: {0}
862Library\Backend\SSH\Strings\SSHBackend.es-ES.resxUploadTimeoutErrornot-updatedTimeout while uploading file
863Library\Backend\SSH\Strings\SSHBackend.es-ES.resxUsernameMissingErrornot-updatedA username was expected, but none was supplied
864Library\Backend\SSH\Strings\SSHCommonOptions.es-ES.resxLoadErrornot-updatedAn error occured while setting up the SSH dialog: {0}
865Library\Backend\SSH\Strings\SSHCommonOptions.es-ES.resxLocatingSftpErrornot-updatedThe entered SFTP program could not be found. Do you want to use the path anyway?
866Library\Backend\SSH\Strings\SSHCommonOptions.es-ES.resxSftpAutodetectedInfonot-updatedLeave empty to use the sftp application found: {0}
867Library\Backend\SSH\Strings\SSHCommonOptions.es-ES.resxSftpNotAutodetectedWarningnot-updatedThe sftp application could not be located, please enter the path manually
868Library\Backend\SSH\Strings\SSHCommonOptions.es-ES.resxSftpProgramNotFoundErrornot-updatedAn error occured while attempting to verify the sftp program path: {0} Do you want to use the path anyway?
869Library\Backend\SSH\Strings\SSHCommonOptions.es-ES.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?
870Library\Backend\SSH\Strings\SSHSettingsControl.es-ES.resxPageDescriptionnot-updatedSettings for the SSH backend
871Library\Backend\SSH\Strings\SSHSettingsControl.es-ES.resxPageTitlenot-updatedSSH
872Library\Backend\SSH\Strings\SSHUI.es-ES.resxCreateMissingFolderQuestionnot-updatedThe folder does not exist, do you want to create it?
873Library\Backend\SSH\Strings\SSHUI.es-ES.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?
874Library\Backend\SSH\Strings\SSHUI.es-ES.resxPageDescriptionnot-updatedOn this page you can select where to store the backup data.
875Library\Backend\SSH\Strings\SSHUI.es-ES.resxPageTitlenot-updatedBackup storage options
876Library\Backend\SSH\Strings\SSHUI.es-ES.resxPasswordRequiredManagedErrornot-updatedA password is required when using the managed SSH option and no keyfile is supplied
877Library\Backend\TahoeLAFS\Strings\TahoeBackend.es-ES.resxDescriptionnot-updatedThis backend can read and write data to a Tahoe-LAFS based backend. Allowed format is "tahoe://hostname:port/uri/$DIRCAP".
878Library\Backend\TahoeLAFS\Strings\TahoeBackend.es-ES.resxDescriptionUseSSLLongnot-updatedUse this flag to communicate using Secure Socket Layer (SSL) over http (https).
879Library\Backend\TahoeLAFS\Strings\TahoeBackend.es-ES.resxDescriptionUseSSLShortnot-updatedInstructs Duplicati to use an SSL (https) connection
880Library\Backend\TahoeLAFS\Strings\TahoeBackend.es-ES.resxDisplaynamenot-updatedTahoe-LAFS based
881Library\Backend\TahoeLAFS\Strings\TahoeBackend.es-ES.resxMissingFolderErrornot-updatedThe folder {0} was not found, message: {1}
882Library\Backend\TahoeLAFS\Strings\TahoeBackend.es-ES.resxUnexpectedJsonFragmentTypenot-updatedFound the Json fragment {0} but expected {1}
883Library\Backend\TahoeLAFS\Strings\TahoeBackend.es-ES.resxUnrecognizedUriErrornot-updatedUnsupported URL format, must start with "/uri/URI:DIR2:"
884Library\Backend\TahoeLAFS\Strings\TahoeBackend.es-ES.resxUriHasQueryErrornot-updatedThe supplied URL contains a query, which is not allowed
885Library\Backend\TahoeLAFS\Strings\TahoeUI.es-ES.resxApproveCertificateHashQuestionnot-updatedThe certificate was not valid ({0}). Do you want to approve the certificate anyway and retry?
886Library\Backend\TahoeLAFS\Strings\TahoeUI.es-ES.resxCreateMissingFolderQuestionnot-updatedThe folder does not exist, do you want to create it?
887Library\Backend\TahoeLAFS\Strings\TahoeUI.es-ES.resxEmptyFolderPathErrornot-updatedYou must enter the name of the folder where the data should be stored
888Library\Backend\TahoeLAFS\Strings\TahoeUI.es-ES.resxEmptyFolderPathWarningnot-updatedYou 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?
889Library\Backend\TahoeLAFS\Strings\TahoeUI.es-ES.resxEmptyHashErrornot-updatedYou have not entered a hash string
890Library\Backend\TahoeLAFS\Strings\TahoeUI.es-ES.resxInvalidFolderPathErrornot-updatedThe folder path is invalid, it must start with "{0}"
891Library\Backend\TahoeLAFS\Strings\TahoeUI.es-ES.resxInvalidHashErrornot-updatedThe hash string is not valid, it must be of even length and only contain hex chars (0-9 and a-f)
892Library\Backend\TahoeLAFS\Strings\TahoeUI.es-ES.resxPageDescriptionnot-updatedOn this page you can select where to store the backup data.
893Library\Backend\TahoeLAFS\Strings\TahoeUI.es-ES.resxPageTitlenot-updatedBackup storage options
894Library\Backend\TahoeLAFS\TahoeUI.es-ES.resxAcceptAnyHash.TextmissingAccept any invalid certificate
895Library\Backend\TahoeLAFS\TahoeUI.es-ES.resxAcceptSpecifiedHash.TextmissingAccept this certificate hash
896Library\Backend\TahoeLAFS\TahoeUI.es-ES.resxCreateFolderButton.TextmissingCreate folder
897Library\Backend\TahoeLAFS\TahoeUI.es-ES.resxlabel1.TextmissingServer
898Library\Backend\TahoeLAFS\TahoeUI.es-ES.resxlabel2.TextmissingPath
899Library\Backend\TahoeLAFS\TahoeUI.es-ES.resxlabel5.TextmissingPort (optional)
900Library\Backend\TahoeLAFS\TahoeUI.es-ES.resxTestConnection.TextmissingTest connection
901Library\Backend\TahoeLAFS\TahoeUI.es-ES.resxUseSSL.TextmissingUse SSL
902Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxDescriptionnot-updatedSupports connections to a WEBDAV enabled web server, using the HTTP protocol. Allowed formats are "webdav://hostname/folder" or "webdav://username:password@hostname/folder".
903Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxDescriptionDebugPropfindLongnot-updatedTo aid in debugging issues, it is possible to set a path to a file that will be overwritten with the PROPFIND response
904Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxDescriptionDebugPropfindShortnot-updatedDump the PROPFIND response
905Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxDescriptionForceDigestLongnot-updatedUsing 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.
906Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxDescriptionForceDigestShortnot-updatedForce the use of the HTTP Digest authentication method
907Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxDescriptionFTPPasswordLongnot-updatedThe password used to connect to the server. This may also be supplied as the environment variable "FTP_PASSWORD".
908Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxDescriptionFTPPasswordShortnot-updatedSupplies the password used to connect to the server
909Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxDescriptionFTPUsernameLongnot-updatedThe username used to connect to the server. This may also be supplied as the environment variable "FTP_USERNAME".
910Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxDescriptionFTPUsernameShortnot-updatedSupplies the username used to connect to the server
911Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxDescriptionIntegratedAuthenticationLongnot-updatedIf the server and client both supports integrated authentication, this option enables that authentication method. This is likely only available with windows servers and clients.
912Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxDescriptionIntegratedAuthenticationShortnot-updatedUse windows integrated authentication to connect to the server
913Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxDescriptionUseSSLLongnot-updatedUse this flag to communicate using Secure Socket Layer (SSL) over http (https).
914Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxDescriptionUseSSLShortnot-updatedInstructs Duplicati to use an SSL (https) connection
915Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxDisplayNamenot-updatedWEBDAV based
916Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxMissingFolderErrornot-updatedThe folder {0} was not found, message: {1}
917Library\Backend\WEBDAV\Strings\WEBDAV.es-ES.resxSeenThenNotFoundErrornot-updatedWhen 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}
918Library\Backend\WEBDAV\Strings\WebDAVUI.es-ES.resxApproveCertificateHashQuestionnot-updatedThe certificate was not valid ({0}). Do you want to approve the certificate anyway and retry?
919Library\Backend\WEBDAV\Strings\WebDAVUI.es-ES.resxBackslashWarningnot-updatedThe folder path contains backslashes, which are known to cause problems. Do you want to convert the backslashes to forward slashes?
920Library\Backend\WEBDAV\Strings\WebDAVUI.es-ES.resxCreateMissingFolderQuestionnot-updatedThe folder does not exist, do you want to create it?
921Library\Backend\WEBDAV\Strings\WebDAVUI.es-ES.resxEmptyFolderPathWarningnot-updatedYou 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?
922Library\Backend\WEBDAV\Strings\WebDAVUI.es-ES.resxEmptyHashErrornot-updatedYou have not entered a hash string
923Library\Backend\WEBDAV\Strings\WebDAVUI.es-ES.resxInvalidHashErrornot-updatedThe hash string is not valid, it must be of even length and only contain hex chars (0-9 and a-f)
924Library\Backend\WEBDAV\Strings\WebDAVUI.es-ES.resxLeadingSlashWarningnot-updatedThe 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?
925Library\Backend\WEBDAV\Strings\WebDAVUI.es-ES.resxPageDescriptionnot-updatedOn this page you can select where to store the backup data.
926Library\Backend\WEBDAV\Strings\WebDAVUI.es-ES.resxPageTitlenot-updatedBackup storage options
927Library\Backend\WEBDAV\WebDAVUI.es-ES.resxAcceptAnyHash.TextmissingAccept any invalid certificate
928Library\Backend\WEBDAV\WebDAVUI.es-ES.resxAcceptSpecifiedHash.TextmissingAccept this certificate hash
929Library\Backend\WEBDAV\WebDAVUI.es-ES.resxCreateFolderButton.TextmissingCreate folder
930Library\Backend\WEBDAV\WebDAVUI.es-ES.resxDigestAuth.TextmissingAuthentication method must be "Digest"
931Library\Backend\WEBDAV\WebDAVUI.es-ES.resxlabel1.TextmissingServer
932Library\Backend\WEBDAV\WebDAVUI.es-ES.resxlabel2.TextmissingPath
933Library\Backend\WEBDAV\WebDAVUI.es-ES.resxlabel3.TextmissingUsername
934Library\Backend\WEBDAV\WebDAVUI.es-ES.resxlabel4.TextmissingPassword
935Library\Backend\WEBDAV\WebDAVUI.es-ES.resxlabel5.TextmissingPort (optional)
936Library\Backend\WEBDAV\WebDAVUI.es-ES.resxTestConnection.TextmissingTest connection
937Library\Backend\WEBDAV\WebDAVUI.es-ES.resxUseIntegratedAuth.TextmissingUse integrated authentication
938Library\Backend\WEBDAV\WebDAVUI.es-ES.resxUseSSL.TextmissingUse SSL
939Library\Compression\Strings\FileArchiveZip.es-ES.resxAttemptReadWhileWritingErrornot-updatedCannot read data while writing
940Library\Compression\Strings\FileArchiveZip.es-ES.resxAttemptWriteWhileReadingErrornot-updatedCannot write while reading
941Library\Compression\Strings\FileArchiveZip.es-ES.resxCompressionlevelLongnot-updatedThis option controls the compression level used. A setting of zero gives no compression, and a setting of 9 gives maximum compression.
942Library\Compression\Strings\FileArchiveZip.es-ES.resxCompressionlevelShortnot-updatedSets the Zip compression level
943Library\Compression\Strings\FileArchiveZip.es-ES.resxDeleteUnsupportedErrornot-updatedZip does not support deleting
944Library\Compression\Strings\FileArchiveZip.es-ES.resxDescriptionnot-updatedThis module provides the industry standard Zip compression. Files created with this module can be read by any standard compliant zip application.
945Library\Compression\Strings\FileArchiveZip.es-ES.resxDisplayNamenot-updatedZip compression
946Library\Compression\Strings\FileArchiveZip.es-ES.resxFileNotFoundErrornot-updatedFile not found: {0}
947Library\DynamicLoader\Strings\BackendLoader.es-ES.resxNoURLSuppliedErrornot-updatedThis instance was not created with an URL
948Library\DynamicLoader\Strings\BackendLoader.es-ES.resxUrlNotSupportedErrornot-updatedThe supplied url is not supported
949Library\DynamicLoader\Strings\DynamicLoader.es-ES.resxDynamicAssemblyLoadErrornot-updatedFailed to load assembly {0}, error message: {1}
950Library\DynamicLoader\Strings\DynamicLoader.es-ES.resxDynamicTypeLoadErrornot-updatedFailed to load process type {0} assembly {1}, error message: {2}
951Library\Encryption\GPGCommonOptions.es-ES.resxBrowseForGPGDialog.FiltermissingExecutables (*.exe)|*.exe|All files (*.*)|*.*
952Library\Encryption\GPGCommonOptions.es-ES.resxBrowseForGPGPathButton.Textmissing...
953Library\Encryption\GPGCommonOptions.es-ES.resxlabel1.TextmissingGPG path:
954Library\Encryption\Strings\AESEncryption.es-ES.resxAesencryptiondontallowfallbackLong_v2not-updatedIf the decryption fails using AES Crypt, dont attempt to use the previous encryption file format.
955Library\Encryption\Strings\AESEncryption.es-ES.resxAesencryptiondontallowfallbackShortnot-updatedDo not attempt to decrypt using previous method
956Library\Encryption\Strings\AESEncryption.es-ES.resxBadKeyStretchErrornot-updatedBad key stretch
957Library\Encryption\Strings\AESEncryption.es-ES.resxDescription_v2not-updatedThis module encrypts all files in the same way that AESCrypt does, using 256 bit AES encryption.
958Library\Encryption\Strings\AESEncryption.es-ES.resxDisplayNamenot-updatedAES-256 encryption, built-in
959Library\Encryption\Strings\EncryptionBase.es-ES.resxDecryptionErrornot-updatedFailed to decrypt data (invalid passphrase?): {0}
960Library\Encryption\Strings\GPGCommonOptions.es-ES.resxGpgAutodetectedInfonot-updatedLeave empty to use the gpg application found: {0}
961Library\Encryption\Strings\GPGCommonOptions.es-ES.resxGpgNotAutodetectedWarningnot-updatedThe gpg application could not be located, please enter the path manually
962Library\Encryption\Strings\GPGCommonOptions.es-ES.resxGpgProgramNotFoundErrornot-updatedAn error occured while attempting to verify the gpg program path: {0} Do you want to use the path anyway?
963Library\Encryption\Strings\GPGCommonOptions.es-ES.resxLoadErrornot-updatedAn error occured while setting up the GPG dialog: {0}
964Library\Encryption\Strings\GPGCommonOptions.es-ES.resxLocatingGpgErrornot-updatedThe entered GPG program could not be found. Do you want to use the path anyway?
965Library\Encryption\Strings\GPGCommonOptions.es-ES.resxUseEmptyPathWarningnot-updatedYou 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?
966Library\Encryption\Strings\GPGEncryption.es-ES.resxDescriptionnot-updatedThe 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.
967Library\Encryption\Strings\GPGEncryption.es-ES.resxDisplayNamenot-updatedGNU Privacy Guard, external
968Library\Encryption\Strings\GPGEncryption.es-ES.resxGpgencryptiondecryptionswitchesLongnot-updatedUse this switch to specify any extra options to GPG. You cannot specify the --passphrase-fd option here. The --decrypt option is always specified.
969Library\Encryption\Strings\GPGEncryption.es-ES.resxGpgencryptiondecryptionswitchesShortnot-updatedExtra GPG commandline options for decryption
970Library\Encryption\Strings\GPGEncryption.es-ES.resxGpgencryptiondisablearmordeprecatednot-updatedThis option has non-standard handling, please use the --{0} option instead.
971Library\Encryption\Strings\GPGEncryption.es-ES.resxGpgencryptiondisablearmorLongnot-updatedThe GPG encryption/decryption will use the --armor option for GPG to protect the files with armor. Specify this switch to remove the --armor option.
972Library\Encryption\Strings\GPGEncryption.es-ES.resxGpgencryptiondisablearmorShortnot-updatedDon't use GPG Armor
973Library\Encryption\Strings\GPGEncryption.es-ES.resxGpgencryptionenablearmorLongnot-updatedUse this option to supply the --armor option to GPG. The files will be larger but can be sent as pure text files.
974Library\Encryption\Strings\GPGEncryption.es-ES.resxGpgencryptionenablearmorShortnot-updatedUse GPG Armor
975Library\Encryption\Strings\GPGEncryption.es-ES.resxGpgencryptionencryptionswitchesLongnot-updatedUse this switch to specify any extra options to GPG. You cannot specify the --passphrase-fd option here. The --encrypt option is always specified.
976Library\Encryption\Strings\GPGEncryption.es-ES.resxGpgencryptionencryptionswitchesShortnot-updatedExtra GPG commandline options for encryption
977Library\Encryption\Strings\GPGEncryption.es-ES.resxGPGExecuteErrornot-updatedFailed to execute GPG at "{0}": {1}
978Library\Encryption\Strings\GPGEncryption.es-ES.resxGPGNotFoundWarningnot-updatedDuplicati 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?
979Library\Encryption\Strings\GPGEncryption.es-ES.resxGpgprogrampathLongnot-updatedThe path to the GNU Privacy Guard program. If not supplied, Duplicati will assume that the program "gpg" is available in the system path.
980Library\Encryption\Strings\GPGEncryption.es-ES.resxGpgprogrampathShortnot-updatedThe path to GnuPG
981Library\Encryption\Strings\GPGEncryption.es-ES.resxSignkeyLongnot-updatedThe GNU Privacy Guard can optionally sign volumes with a special key. This feature is not currently active in Duplicati.
982Library\Encryption\Strings\GPGEncryption.es-ES.resxSignkeyShortnot-updatedSign key for GnuPG
983Library\Encryption\Strings\GPGSettingsControl.es-ES.resxPageDescriptionnot-updatedSettings for the GPG encryption module
984Library\Encryption\Strings\GPGSettingsControl.es-ES.resxPageTitlenot-updatedGPG
985Library\Encryption\Strings\GPGStreamWrapper.es-ES.resxDecryptionErrornot-updatedDecryption failed: {0}
986Library\Encryption\Strings\GPGStreamWrapper.es-ES.resxGPGFlushErrornot-updatedFailure while invoking GnuPG, program won't flush output
987Library\Encryption\Strings\GPGStreamWrapper.es-ES.resxGPGTerminateErrornot-updatedFailure while invoking GnuPG, program won't terminate
988Library\Interface\Strings\CommandLineArgument.es-ES.resxAliasesHeadernot-updatedaliases
989Library\Interface\Strings\CommandLineArgument.es-ES.resxDefaultValueHeadernot-updateddefault value
990Library\Interface\Strings\CommandLineArgument.es-ES.resxDeprecationMarkernot-updated[DEPRECATED]
991Library\Interface\Strings\CommandLineArgument.es-ES.resxValuesHeadernot-updatedvalues
992Library\Interface\Strings\Common.es-ES.resxCancelExceptionErrornot-updatedCancelled
993Library\Interface\Strings\Common.es-ES.resxConfigurationIsMissingItemErrornot-updatedThe configuration for the backend is not valid, it is missing the {0} field
994Library\Interface\Strings\Common.es-ES.resxConfirmTestConnectionQuestionnot-updatedDo you want to test the connection?
995Library\Interface\Strings\Common.es-ES.resxConnectionFailurenot-updatedConnection Failed: {0}
996Library\Interface\Strings\Common.es-ES.resxConnectionSuccessnot-updatedConnection succeeded!
997Library\Interface\Strings\Common.es-ES.resxDefaultDirectoryWarningnot-updatedYou have not entered a path. This will store all backups in the default directory. Is this what you want?
998Library\Interface\Strings\Common.es-ES.resxEmptyPasswordErrornot-updatedYou must enter a password
999Library\Interface\Strings\Common.es-ES.resxEmptyPasswordWarningnot-updatedYou have not entered a password. Proceed without a password?
1000Library\Interface\Strings\Common.es-ES.resxEmptyServernameErrornot-updatedYou must enter the name of the server
1001Library\Interface\Strings\Common.es-ES.resxEmptyUsernameErrornot-updatedYou must enter a username
1002Library\Interface\Strings\Common.es-ES.resxEmptyUsernameWarningnot-updatedYou have not entered a username. This is fine if the server allows anonymous uploads, but likely a username is required Proceed without a username?
1003Library\Interface\Strings\Common.es-ES.resxExistingBackupDetectedQuestionnot-updatedThe 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?
1004Library\Interface\Strings\Common.es-ES.resxFolderAlreadyExistsErrornot-updatedThe folder cannot be created because it already exists
1005Library\Interface\Strings\Common.es-ES.resxFolderCreatednot-updatedFolder created!
1006Library\Interface\Strings\Common.es-ES.resxFolderMissingErrornot-updatedThe requested folder does not exist
1007Library\Interface\Strings\Common.es-ES.resxInvalidServernameErrornot-updatedThe server name "{0}" is not valid
1008Library\Interface\Strings\DataTypes.es-ES.resxBooleannot-updatedBoolean
1009Library\Interface\Strings\DataTypes.es-ES.resxEnumerationnot-updatedEnumeration
1010Library\Interface\Strings\DataTypes.es-ES.resxIntegernot-updatedInteger
1011Library\Interface\Strings\DataTypes.es-ES.resxPathnot-updatedPath
1012Library\Interface\Strings\DataTypes.es-ES.resxSizenot-updatedSize
1013Library\Interface\Strings\DataTypes.es-ES.resxStringnot-updatedString
1014Library\Interface\Strings\DataTypes.es-ES.resxTimespannot-updatedTimespan
1015Library\Interface\Strings\DataTypes.es-ES.resxUnknownnot-updatedUnknown
1016Library\Main\Strings\BackendWrapper.es-ES.resxBackendDoesNotSupportCreateFoldernot-updatedThe backend {0} ({1}) does not support the CreateFolder operation
1017Library\Main\Strings\BackendWrapper.es-ES.resxBackendNotFoundErrornot-updatedUnable to find backend for: {0}
1018Library\Main\Strings\BackendWrapper.es-ES.resxCachedSignatureDecryptWarningnot-updatedAttempt to decrypt file {0} failed with error: {1}
1019Library\Main\Strings\BackendWrapper.es-ES.resxCachedSignatureHashMismatchWarningnot-updatedThe cache file {0} did not match the expected hash for the same file, ignoring cache file
1020Library\Main\Strings\BackendWrapper.es-ES.resxCompletedDeleteTransactionnot-updatedDelete transaction completed successfully
1021Library\Main\Strings\BackendWrapper.es-ES.resxCompletingDeleteTransactionWarningnot-updatedCompleting unfinished delete transaction and removing {0} files
1022Library\Main\Strings\BackendWrapper.es-ES.resxDeleteCacheFileErrornot-updatedAn error occured while attempting to delete cache file {0}
1023Library\Main\Strings\BackendWrapper.es-ES.resxDeleteTransactionFileFoundWarningnot-updatedA delete operation was started, but failed to complete. Next invocation of a cleanup or delete command will complete the transaction.
1024Library\Main\Strings\BackendWrapper.es-ES.resxDeleteTransactionFileReadErrornot-updatedA 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.
1025Library\Main\Strings\BackendWrapper.es-ES.resxDeletingTransactionLeftoverFilenot-updatedDeleting file from delete transaction "{0}"
1026Library\Main\Strings\BackendWrapper.es-ES.resxDownloadedFileSizeErrornot-updatedThe file {0} was downloaded and had size {1} but the size was expected to be {2}
1027Library\Main\Strings\BackendWrapper.es-ES.resxDuplicateFileEntryWarningnot-updatedThe file {0} was found multiple times in the file list, this is likely an error in the backend, please report it to the developers
1028Library\Main\Strings\BackendWrapper.es-ES.resxEmptyManifestWarningnot-updatedEmpty backupset detected, this is likely an error: {0}
1029Library\Main\Strings\BackendWrapper.es-ES.resxExistingDeleteTransactionErrornot-updatedAn internal error has occured, a request was made to initiate a delete transaction, but one was already present
1030Library\Main\Strings\BackendWrapper.es-ES.resxFailureWhileDisposingBackendErrornot-updatedAn error occured while closing a connection: {0}
1031Library\Main\Strings\BackendWrapper.es-ES.resxFileDeleteError2not-updatedFailed to delete file "{0}": {1}
1032Library\Main\Strings\BackendWrapper.es-ES.resxFileDownloadError2not-updatedFailed to download file "{0}": {1}
1033Library\Main\Strings\BackendWrapper.es-ES.resxFileListingErrornot-updatedFailed to retrieve file listing: {0}
1034Library\Main\Strings\BackendWrapper.es-ES.resxFilenameParseErrornot-updatedUnable to parse filenames for the desired volumes
1035Library\Main\Strings\BackendWrapper.es-ES.resxFilesNotForceRemovedMessagenot-updatedNo files removed, specify --force to remove files.
1036Library\Main\Strings\BackendWrapper.es-ES.resxFileUploadError2not-updatedFailed to upload file "{0}": {1}
1037Library\Main\Strings\BackendWrapper.es-ES.resxFunctionLookupErrornot-updatedFailed to find function: {0}
1038Library\Main\Strings\BackendWrapper.es-ES.resxHashMismatchErrornot-updatedHash mismatch on file "{0}", recorded hash: {1}, actual hash {2}
1039Library\Main\Strings\BackendWrapper.es-ES.resxInvalidEntryTypeErrornot-updatedInvalid entry type: {0}
1040Library\Main\Strings\BackendWrapper.es-ES.resxMultipleDeleteTransactionsFoundErrornot-updatedThere were multiple delete transaction files found. Please manually inspect the target destination and resolve this error.
1041Library\Main\Strings\BackendWrapper.es-ES.resxNoBackupsFoundErrornot-updatedNo backups found at remote location
1042Library\Main\Strings\BackendWrapper.es-ES.resxNonExistingDeleteTransactionErrornot-updatedAn internal error has occured, a request was made to complete a delete transaction, but there was not a transaction in progress
1043Library\Main\Strings\BackendWrapper.es-ES.resxOrphanIncrementalFoundMessagenot-updatedFailed to match incremental package to a full: {0}
1044Library\Main\Strings\BackendWrapper.es-ES.resxPartialFileFoundMessagenot-updatedFound a partial file, run cleanup to remove: {0}
1045Library\Main\Strings\BackendWrapper.es-ES.resxRemoveOrphanFileWarningnot-updatedDeleting orphan file: {0}
1046Library\Main\Strings\BackendWrapper.es-ES.resxRemovingLeftoverFileMessagenot-updatedRemoving leftover file: {0}
1047Library\Main\Strings\BackendWrapper.es-ES.resxSaveCacheFileErrornot-updatedFailed to save the cached signature file as {0}
1048Library\Main\Strings\BackendWrapper.es-ES.resxStatusMessageDownloadingnot-updatedDownloading: {0}
1049Library\Main\Strings\BackendWrapper.es-ES.resxStatusMessageUploadingnot-updatedUploading: {0} ({1})
1050Library\Main\Strings\BackendWrapper.es-ES.resxTooManyOrphansFoundErrornot-updatedAuto-cleanup specified but there are {0} orphan files, and there should not be more than 2
1051Library\Main\Strings\BackendWrapper.es-ES.resxUnmatchedFilenameWarningnot-updatedThe file {0} was found on the backend but not recognized by Duplicati
1052Library\Main\Strings\BackendWrapper.es-ES.resxUploadSizeVerificationFailurenot-updatedThe file {0} was uploaded to the server, but the reported filesize was {1} and the size was expected to be {2}
1053Library\Main\Strings\BackendWrapper.es-ES.resxUploadVerificationFailurenot-updatedThe file {0} was uploaded but not found on the server
1054Library\Main\Strings\ExecutionStoppedException.es-ES.resxDefaultMessagenot-updatedThe user has stopped the operation
1055Library\Main\Strings\FilenameStrategy.es-ES.resxInvalidEntryTypeErrornot-updatedInvalid entry type:{0}
1056Library\Main\Strings\Interface.es-ES.resxBadSortingDetectedErrornot-updatedBad sorting of backup times detected
1057Library\Main\Strings\Interface.es-ES.resxBadVolumeSortOrdernot-updatedBad sort order on volumes detected
1058Library\Main\Strings\Interface.es-ES.resxCannotCleanWithoutHashesErrornot-updatedWhen using cleanup the manifests and hashes must be verified
1059Library\Main\Strings\Interface.es-ES.resxCannotSkipHashChecksOnBackupnot-updatedHash checks cannot be disabled while performing a backup
1060Library\Main\Strings\Interface.es-ES.resxCannotVerifyChainnot-updatedUnable to verfiy the backup chain when the option --dont-read-manifests is active
1061Library\Main\Strings\Interface.es-ES.resxCannotVerifyWithoutHashesnot-updatedHash checks cannot be disabled while performing a verification
1062Library\Main\Strings\Interface.es-ES.resxDeleteManifestsSuggestionnot-updatedIf 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:
1063Library\Main\Strings\Interface.es-ES.resxDeletingBackupSetMessagenot-updatedDeleting backup at {0}
1064Library\Main\Strings\Interface.es-ES.resxDeprecatedOptionUsedWarningnot-updatedThe option {0} is deprecated: {1}
1065Library\Main\Strings\Interface.es-ES.resxDisablingSignatureCacheForVerificationnot-updatedThe signature cache is disabled when performing verification
1066Library\Main\Strings\Interface.es-ES.resxDuplicateOptionNameWarningnot-updatedThe option --{0} exists more than once, please report this to the developers
1067Library\Main\Strings\Interface.es-ES.resxFailedToFindControlFilesMessagenot-updatedFailed to find control files in: {0}
1068Library\Main\Strings\Interface.es-ES.resxFileHashFailurenot-updatedA hash check failed, this is an indication of a corrupt file: {0}
1069Library\Main\Strings\Interface.es-ES.resxFilenameMismatchErrornot-updatedThe manifest report that the file should be named {0} but it was named {1}
1070Library\Main\Strings\Interface.es-ES.resxFilesAreNotForceDeletedMessagenot-updatedFiles are not deleted, use the --force command to actually remove files
1071Library\Main\Strings\Interface.es-ES.resxFileSizeMismatchErrornot-updatedThe file {0} has size {1} but should have size {2}
1072Library\Main\Strings\Interface.es-ES.resxFullBecauseBackendIsEmptynot-updatedA full backup is made because no existing backup chains were found on the destination
1073Library\Main\Strings\Interface.es-ES.resxFullBecauseFlagWasSetnot-updatedA full backup was forced with the --{0} flag
1074Library\Main\Strings\Interface.es-ES.resxFullBecauseLastFullIsFromnot-updatedA full backup is made because the latest full backup is from {0} and the full backup threshold is {1}
1075Library\Main\Strings\Interface.es-ES.resxFullBecauseSourceFoldersChangednot-updatedA full backup is made because the source folders have changed
1076Library\Main\Strings\Interface.es-ES.resxFullBecauseThereAreNIncrementalsnot-updatedA full backup is made because the current chain has {0} incremental backups and the full backup threshold is {1}
1077Library\Main\Strings\Interface.es-ES.resxIncrementalBecauseLastFullIsFromnot-updatedAn incremental backup is made because the latest full backup is from {0} and the full backup threshold is {1}
1078Library\Main\Strings\Interface.es-ES.resxIncrementalBecauseNoFlagsWereSetnot-updatedAn incremental backup is made because no full backup criteria was found
1079Library\Main\Strings\Interface.es-ES.resxIncrementalBecauseThereAreNIncrementalsnot-updatedAn incremental backup is made because the current chain has {0} incremental backups and the full backup threshold is {1}
1080Library\Main\Strings\Interface.es-ES.resxInternalDeleteCountErrornot-updatedAn internal error occured, and the operation was aborted to protect the backup sets
1081Library\Main\Strings\Interface.es-ES.resxManifestAndFileCountMismatchErrornot-updatedThe manifest file {0} indicates that there should be {1} volumes, but the file list indicates {2}
1082Library\Main\Strings\Interface.es-ES.resxManifestsMustBeReadnot-updatedDisabling manifests is only possible on restores, and it should only be used as a last resort.
1083Library\Main\Strings\Interface.es-ES.resxManifestsMustBeReadOnBackupsnot-updatedIt 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.
1084Library\Main\Strings\Interface.es-ES.resxManifestVersionRequiresRelativeNamesWarningnot-updatedOne or more manifests are from version 1, which requires that filenames searched are relative
1085Library\Main\Strings\Interface.es-ES.resxMissingSignatureFilenot-updatedThe signature file for a content volume was missing, date: {0}, volumenumber: {1}, content volume filename: {2}
1086Library\Main\Strings\Interface.es-ES.resxNoFilesGivenErrornot-updatedNo filenames given for find-last-file
1087Library\Main\Strings\Interface.es-ES.resxNoSourceFoldersErrornot-updatedNo source folders specified for backup
1088Library\Main\Strings\Interface.es-ES.resxNotDeletingBackupSetMessagenot-updatedNot deleting backup at time: {0}, because later backups depend on it
1089Library\Main\Strings\Interface.es-ES.resxNotDeletingLastFullMessagenot-updatedThe 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
1090Library\Main\Strings\Interface.es-ES.resxNumberOfSourceFoldersHasChangedErrornot-updatedThe 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.
1091Library\Main\Strings\Interface.es-ES.resxPartialUploadMessagenot-updatedFailed after uploading {0} volume(s). Error message: {1}
1092Library\Main\Strings\Interface.es-ES.resxPreviousManifestFilenameMismatchErrornot-updatedThe manifest file {0} indicates that the previous manifest file should be {1} but it was {2}
1093Library\Main\Strings\Interface.es-ES.resxPreviousManifestHashMismatchErrornot-updatedThe manifest file {0} indicates that the previous manifest hash should be {1} but it was {2}
1094Library\Main\Strings\Interface.es-ES.resxPrimaryManifestReadErrorLogMessagenot-updatedFailed to read the primary manifest {0}, attempting secondary, if available. Error message: {1}
1095Library\Main\Strings\Interface.es-ES.resxReadingSecondaryManifestLogMessagenot-updatedSecondary manifest file found: {0}, attempting read.
1096Library\Main\Strings\Interface.es-ES.resxRemovingPartialFilesMessagenot-updatedRemoving partial file: {0}
1097Library\Main\Strings\Interface.es-ES.resxSecondaryManifestReadErrorLogMessagenot-updatedFailed to read the secondary manifest {0}. Error message: {1}
1098Library\Main\Strings\Interface.es-ES.resxSignatureCachePathMissingErrornot-updatedSignature cache path was not given as an argument
1099Library\Main\Strings\Interface.es-ES.resxSkippedContentVolumeLogMessagenot-updatedThe content volume {0} is not present in the manifest and is not used
1100Library\Main\Strings\Interface.es-ES.resxSkippedUnlistedSignatureFileWarningnot-updatedThe signature file {0} was skipped because the signature file was not found in the manifest
1101Library\Main\Strings\Interface.es-ES.resxSourceDirIsIncludedMultipleTimesErrornot-updatedThe folder {0} is included multiple times
1102Library\Main\Strings\Interface.es-ES.resxSourceDirsAreRelatedErrornot-updatedThe folder {1} is a subfolder of {0}. It is not allowed to specify the same folder multiple times.
1103Library\Main\Strings\Interface.es-ES.resxSourceFolderIsMissingErrornot-updatedThe source folder {0} does not exist, aborting backup
1104Library\Main\Strings\Interface.es-ES.resxSourceFoldersHasChangedErrornot-updatedThe folder {0} is no longer in the source folder set. It is not allowed to change source folders for a backup.
1105Library\Main\Strings\Interface.es-ES.resxStatusBuildingFilelistnot-updatedBuilding filelist ...
1106Library\Main\Strings\Interface.es-ES.resxStatusCompletednot-updatedCompleted
1107Library\Main\Strings\Interface.es-ES.resxStatusCreatingVolumenot-updatedCreating volume {0}
1108Library\Main\Strings\Interface.es-ES.resxStatusDownloadingContentVolumenot-updatedDownloading content, volume {0}
1109Library\Main\Strings\Interface.es-ES.resxStatusDownloadingSignatureVolumenot-updatedDownloading signatures, volume {0}
1110Library\Main\Strings\Interface.es-ES.resxStatusLoadingFilelistnot-updatedLoading remote filelist
1111Library\Main\Strings\Interface.es-ES.resxStatusPatchingnot-updatedPatching restore with #{0}
1112Library\Main\Strings\Interface.es-ES.resxStatusProcessingnot-updatedProcessing: {0}
1113Library\Main\Strings\Interface.es-ES.resxStatusReadingIncrementalDatanot-updatedReading incremental data ...
1114Library\Main\Strings\Interface.es-ES.resxStatusReadingIncrementalFilenot-updatedReading incremental data from: {0}
1115Library\Main\Strings\Interface.es-ES.resxStatusReadingIncrementalsnot-updatedReading incremental data
1116Library\Main\Strings\Interface.es-ES.resxStatusReadingManifestnot-updatedReading manifest file: {0}
1117Library\Main\Strings\Interface.es-ES.resxStatusReadingSignatureFilenot-updatedReading signatures: {0}, vol {1}
1118Library\Main\Strings\Interface.es-ES.resxStatusStartednot-updatedStarted
1119Library\Main\Strings\Interface.es-ES.resxStatusUploadingContentVolumenot-updatedUploading content, volume {0}
1120Library\Main\Strings\Interface.es-ES.resxStatusUploadingManifestVolumenot-updatedUploading manifest, volume {0}
1121Library\Main\Strings\Interface.es-ES.resxStatusUploadingSignatureVolumenot-updatedUploading signatures, volume {0}
1122Library\Main\Strings\Interface.es-ES.resxStatusUploadingVerificationVolumenot-updatedUploading verification file
1123Library\Main\Strings\Interface.es-ES.resxStatusWaitingForUploadnot-updatedWaiting for upload to complete ...
1124Library\Main\Strings\Interface.es-ES.resxTooFewTargetFoldersErrornot-updatedThe backup contains {0} folders but {1} target folders were supplied
1125Library\Main\Strings\Interface.es-ES.resxTooManyTargetFoldersWarningnot-updatedThe backup contains {0} folder(s) but {1} target folders were supplied
1126Library\Main\Strings\Interface.es-ES.resxUnexpectedCompressionErrornot-updatedUnexpected compression mode: {0}
1127Library\Main\Strings\Interface.es-ES.resxUnexpectedOperationTypeErrornot-updatedThe operation mode {0} was not expected
1128Library\Main\Strings\Interface.es-ES.resxUnsupportedBooleanValuenot-updatedThe value "{1}" supplied to --{0} does not parse into a valid boolean, this will be treated as if it was set to "true"
1129Library\Main\Strings\Interface.es-ES.resxUnsupportedEnumerationValuenot-updatedThe option --{0} does not support the value "{1}", supported values are: {2}
1130Library\Main\Strings\Interface.es-ES.resxUnsupportedIntegerValuenot-updatedThe value "{1}" supplied to --{0} does not represent a valid integer
1131Library\Main\Strings\Interface.es-ES.resxUnsupportedOptionDisabledModuleWarningnot-updatedThe option --{0} is not supported because the module {1} is not currently loaded
1132Library\Main\Strings\Interface.es-ES.resxUnsupportedOptionWarningnot-updatedThe supplied option --{0} is not supported and will be ignored
1133Library\Main\Strings\Interface.es-ES.resxUnsupportedPathValuenot-updatedThe value "{1}" supplied to --{0} does not represent a valid path
1134Library\Main\Strings\Interface.es-ES.resxUnsupportedSizeValuenot-updatedThe value "{1}" supplied to --{0} does not represent a valid size
1135Library\Main\Strings\Interface.es-ES.resxUnsupportedTimeValuenot-updatedThe value "{1}" supplied to --{0} does not represent a valid time
1136Library\Main\Strings\Manifestfile.es-ES.resxEofInManifestFilenot-updatedGot EOF while attempting to locate the self-hash of a manifest
1137Library\Main\Strings\Manifestfile.es-ES.resxHashGenerationFailurenot-updatedThe hash generation for the manifest file resulted in the hash value {0} but should have been {1}
1138Library\Main\Strings\Manifestfile.es-ES.resxInternalErrornot-updatedAn internal error occured when creating the manifest, please report this to the developers
1139Library\Main\Strings\Manifestfile.es-ES.resxInvalidManifestErrornot-updatedThe manifest file did not have the expected root Xml element: {0}
1140Library\Main\Strings\Manifestfile.es-ES.resxInvalidSourcePathErrornot-updatedThe number of source paths in the manifest file are wrong
1141Library\Main\Strings\Manifestfile.es-ES.resxMainfestIsMissingSelfFilenamenot-updatedManifest did not contain its own filename as expected
1142Library\Main\Strings\Manifestfile.es-ES.resxMainfestIsMissingSelfHashnot-updatedManifest did not contain a self hash as expected
1143Library\Main\Strings\Manifestfile.es-ES.resxManifestValidationErrornot-updatedFailed to validate manifest: {0}
1144Library\Main\Strings\Manifestfile.es-ES.resxMissingPreviousManifestFilenamenot-updatedManifest has no previous manifest filename
1145Library\Main\Strings\Manifestfile.es-ES.resxMissingPreviousManifestHashnot-updatedManifest has no previous manifest hash
1146Library\Main\Strings\Manifestfile.es-ES.resxNoFilesErrornot-updatedInvalid manifest, there were no files in the manifest
1147Library\Main\Strings\Manifestfile.es-ES.resxSelfhashMismatchnot-updatedManifest file had selfhash {0} but the hash of the file is {1}
1148Library\Main\Strings\Manifestfile.es-ES.resxUnsupportedHashAlgorithmErrornot-updatedThe manifest uses the hash algorithm {0}, which is unsupported
1149Library\Main\Strings\Manifestfile.es-ES.resxUnsupportedVersionErrornot-updatedThe manifest has version {0}, the current application only supports versions up to {1}
1150Library\Main\Strings\Manifestfile.es-ES.resxWrongCountErrornot-updatedInvalid manifest, wrong count, signature hashes: {0}, content hashes: {1}
1151Library\Main\Strings\Options.es-ES.resxAllowfullremoveLongnot-updatedAs 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.
1152Library\Main\Strings\Options.es-ES.resxAllowfullremoveShortnot-updatedAllow removal of the all backups
1153Library\Main\Strings\Options.es-ES.resxAllowsleepShortnot-updatedAllow system to enter sleep power modes for inactivity during backup/restore operations (Windows only)
1154Library\Main\Strings\Options.es-ES.resxAllowsourcefolderchangeLongnot-updatedThis 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.
1155Library\Main\Strings\Options.es-ES.resxAllowsourcefolderchangeShortnot-updatedSkip verifying the source folders
1156Library\Main\Strings\Options.es-ES.resxAsynchronousuploadDeprecatednot-updatedAsynchronous upload is now default, you can turn it off by using the flag --{0}
1157Library\Main\Strings\Options.es-ES.resxAsynchronousuploadfolderLongnot-updatedThe 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
1158Library\Main\Strings\Options.es-ES.resxAsynchronousuploadfolderShortnot-updatedThe path where ready volumes are placed until uploaded
1159Library\Main\Strings\Options.es-ES.resxAsynchronousuploadlimitLongnot-updatedWhen 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
1160Library\Main\Strings\Options.es-ES.resxAsynchronousuploadlimitShortnot-updatedThe number of volumes to create ahead of time
1161Library\Main\Strings\Options.es-ES.resxAsynchronousuploadLongnot-updatedBy 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.
1162Library\Main\Strings\Options.es-ES.resxAsynchronousuploadShortnot-updatedTransmit files on a separate thread
1163Library\Main\Strings\Options.es-ES.resxAutocleanupLongnot-updatedIf 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.
1164Library\Main\Strings\Options.es-ES.resxAutocleanupShortnot-updatedA flag indicating that Duplicati should remove unused files
1165Library\Main\Strings\Options.es-ES.resxBackendlogdatabaseLongnot-updatedUse 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.
1166Library\Main\Strings\Options.es-ES.resxBackendlogdatabaseShortnot-updatedDatabase log of remote operations
1167Library\Main\Strings\Options.es-ES.resxBackupprefixLongnot-updatedAny string used to prefix the filenames generated by Duplicati.
1168Library\Main\Strings\Options.es-ES.resxBackupprefixShortnot-updatedBackup volume filename prefix
1169Library\Main\Strings\Options.es-ES.resxCompressionmoduleLongnot-updatedDuplicati 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.
1170Library\Main\Strings\Options.es-ES.resxCompressionmoduleShortnot-updatedSelect what module to use for compression
1171Library\Main\Strings\Options.es-ES.resxCreateverificationfileLongnot-updatedIf 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.
1172Library\Main\Strings\Options.es-ES.resxCreateverificationfileShortnot-updatedCreate verification file on server
1173Library\Main\Strings\Options.es-ES.resxDebugoutputLongnot-updatedActivating this option will make some error messages more verbose, which may help you track down a particular issue
1174Library\Main\Strings\Options.es-ES.resxDebugoutputShortnot-updatedEnables debugging output
1175Library\Main\Strings\Options.es-ES.resxDebugretryerrorsLongnot-updatedWhen 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.
1176Library\Main\Strings\Options.es-ES.resxDebugretryerrorsShortnot-updatedShow error messages when a retry is performed
1177Library\Main\Strings\Options.es-ES.resxDisableautocreatefolderLongnot-updatedIf Duplicati detects that the target folder is missing, it will create it automatically. Activate this option to prevent automatic folder creation.
1178Library\Main\Strings\Options.es-ES.resxDisableautocreatefolderShortnot-updatedDisables automatic folder creation
1179Library\Main\Strings\Options.es-ES.resxDisablefiletimecheckLongnot-updatedThe 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.
1180Library\Main\Strings\Options.es-ES.resxDisablefiletimecheckShortnot-updatedDisable checks based on file time
1181Library\Main\Strings\Options.es-ES.resxDisablemoduleLongnot-updatedSupply one or more module names, separated by commas to unload them
1182Library\Main\Strings\Options.es-ES.resxDisablemoduleShortnot-updatedDisabled one or more modules
1183Library\Main\Strings\Options.es-ES.resxDisableStreamingLongnot-updatedEnabling 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.
1184Library\Main\Strings\Options.es-ES.resxDisableStreamingShortnot-updatedDisables use of the streaming transfer method
1185Library\Main\Strings\Options.es-ES.resxDisabletimetoleranceLongnot-updatedWhen 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
1186Library\Main\Strings\Options.es-ES.resxDisabletimetoleranceShortnot-updatedDeactivates tolerance when comparing times
1187Library\Main\Strings\Options.es-ES.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.
1188Library\Main\Strings\Options.es-ES.resxDisableusndiffcheckShortnot-updatedDisables changelist by USN numbers
1189Library\Main\Strings\Options.es-ES.resxDontreadmanifestsLongnot-updatedThis 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.
1190Library\Main\Strings\Options.es-ES.resxDontreadmanifestsShortnot-updatedAn option that prevents verifying the manifests
1191Library\Main\Strings\Options.es-ES.resxEnablemoduleLongnot-updatedSupply one or more module names, separated by commas to load them
1192Library\Main\Strings\Options.es-ES.resxEnablemoduleShortnot-updatedEnables one or more modules
1193Library\Main\Strings\Options.es-ES.resxEncryptionmoduleLongnot-updatedDuplicati 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.
1194Library\Main\Strings\Options.es-ES.resxEncryptionmoduleShortnot-updatedSelect what module to use for encryption
1195Library\Main\Strings\Options.es-ES.resxExcludeemptyfoldersLongnot-updatedBy setting this option to true, a folder which has no files that match the filter will be excluded from the backup
1196Library\Main\Strings\Options.es-ES.resxExcludeemptyfoldersShortnot-updatedControls empty folder actions
1197Library\Main\Strings\Options.es-ES.resxExcludeLongnot-updatedExclude 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.
1198Library\Main\Strings\Options.es-ES.resxExcluderegexpLongnot-updatedExclude files that match this filter. The filter is a regular expression filter. You can use "(.*)\.txt" to exclude all text files.
1199Library\Main\Strings\Options.es-ES.resxExcluderegexpShortnot-updatedExclude files regular expression
1200Library\Main\Strings\Options.es-ES.resxExcludeShortnot-updatedExclude files
1201Library\Main\Strings\Options.es-ES.resxFiletorestoreLongnot-updatedBy default, duplicati will restore all files in the backup. Use this option to restore only a subset of the files
1202Library\Main\Strings\Options.es-ES.resxFiletorestoreShortnot-updatedA list of files to restore
1203Library\Main\Strings\Options.es-ES.resxForceLongnot-updatedWhen deleting old files, Duplicati will only write out what files are supposed to be deleted. Specify the "force" option to actually remove them.
1204Library\Main\Strings\Options.es-ES.resxForceShortnot-updatedForce the removal of files
1205Library\Main\Strings\Options.es-ES.resxFullifmorethannincrementalsLongnot-updatedUse 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)
1206Library\Main\Strings\Options.es-ES.resxFullifmorethannincrementalsShortnot-updatedThe max number of incrementals in a chain
1207Library\Main\Strings\Options.es-ES.resxFullifolderthanLongnot-updatedIf the last full backup is older than the duration supplied here, Duplicati will make a full backup, otherwise an incremental
1208Library\Main\Strings\Options.es-ES.resxFullifolderthanShortnot-updatedThe max duration between full backups
1209Library\Main\Strings\Options.es-ES.resxFullifsourcefolderchangedLongnot-updatedIt 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
1210Library\Main\Strings\Options.es-ES.resxFullifsourcefolderchangedShortnot-updatedRun a full backup if the sourcefolder has changed
1211Library\Main\Strings\Options.es-ES.resxFullLongnot-updatedWhen this flag is specified, Duplicati will make a full backup of all files, and ignore any incremental data.
1212Library\Main\Strings\Options.es-ES.resxFullShortnot-updatedA flag used to force full backups
1213Library\Main\Strings\Options.es-ES.resxGpgencryptionDeprecatednot-updatedUse --encryption-module=gpg instead
1214Library\Main\Strings\Options.es-ES.resxGpgencryptionLongnot-updatedBy 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.
1215Library\Main\Strings\Options.es-ES.resxGpgencryptionShortnot-updatedUse GnuPG for encryption
1216Library\Main\Strings\Options.es-ES.resxIncludeLongnot-updatedInclude 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.
1217Library\Main\Strings\Options.es-ES.resxIncluderegexpLongnot-updatedInclude files that match this filter. The filter is a regular expression filter. You can use "(.*)\.txt" to include all text files.
1218Library\Main\Strings\Options.es-ES.resxIncluderegexpShortnot-updatedInclude files regular expression
1219Library\Main\Strings\Options.es-ES.resxIncludeShortnot-updatedInclude files
1220Library\Main\Strings\Options.es-ES.resxListverifyuploadsLongnot-updatedSome 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.
1221Library\Main\Strings\Options.es-ES.resxListverifyuploadsShortnot-updatedVerify uploads by listing contents
1222Library\Main\Strings\Options.es-ES.resxLogfileLongnot-updatedSpecifies the name of a while into which internal log information is written
1223Library\Main\Strings\Options.es-ES.resxLogfileShortnot-updatedLog internal information
1224Library\Main\Strings\Options.es-ES.resxLoglevelLongnot-updatedSpecifies the amount of log information to write into the file specified by --log-file
1225Library\Main\Strings\Options.es-ES.resxLoglevelShortnot-updatedLog information level
1226Library\Main\Strings\Options.es-ES.resxMaxdownloadprsecondLongnot-updatedBy 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.
1227Library\Main\Strings\Options.es-ES.resxMaxdownloadprsecondShortnot-updatedMax number of bytes to download pr. second
1228Library\Main\Strings\Options.es-ES.resxMaxuploadprsecondLongnot-updatedBy 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.
1229Library\Main\Strings\Options.es-ES.resxMaxuploadprsecondShortnot-updatedMax number of bytes to upload pr. second
1230Library\Main\Strings\Options.es-ES.resxNoconnectionreuseLongnot-updatedDuplicati 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
1231Library\Main\Strings\Options.es-ES.resxNoconnectionreuseShortnot-updatedDo not re-use connections
1232Library\Main\Strings\Options.es-ES.resxNoencryptionLongnot-updatedIf 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.
1233Library\Main\Strings\Options.es-ES.resxNoencryptionShortnot-updatedDisable encryption
1234Library\Main\Strings\Options.es-ES.resxNumberofretriesLongnot-updatedIf an upload or download fails, Duplicati will retry a number of times before failing. Use this to handle unstable network connections better.
1235Library\Main\Strings\Options.es-ES.resxNumberofretriesShortnot-updatedNumber of times to retry a failed transmission
1236Library\Main\Strings\Options.es-ES.resxOldfilenamesDeprecatednot-updatedThis option will be removed in the future but is included for the odd case where the new format breaks something
1237Library\Main\Strings\Options.es-ES.resxOldfilenamesLongnot-updatedBy 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
1238Library\Main\Strings\Options.es-ES.resxOldfilenamesShortnot-updatedUses the old filename format
1239Library\Main\Strings\Options.es-ES.resxOpenfilepolicyLongnot-updatedIf 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.
1240Library\Main\Strings\Options.es-ES.resxOpenfilepolicyShortnot-updatedDetermines how to handle open files
1241Library\Main\Strings\Options.es-ES.resxPassphraseLongnot-updatedSupply 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.
1242Library\Main\Strings\Options.es-ES.resxPassphraseShortnot-updatedPassphrase used to encrypt backups
1243Library\Main\Strings\Options.es-ES.resxRestoretimeLongnot-updatedBy 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.
1244Library\Main\Strings\Options.es-ES.resxRestoretimeShortnot-updatedThe time to restore files
1245Library\Main\Strings\Options.es-ES.resxRetrydelayLongnot-updatedAfter a failed transmission, Duplicati will wait a short period before attempting again. This is usefull if the network drops out occasionally during transmissions.
1246Library\Main\Strings\Options.es-ES.resxRetrydelayShortnot-updatedTime to wait between retries
1247Library\Main\Strings\Options.es-ES.resxShortfilenamesDeprecatednot-updatedDuplicati 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
1248Library\Main\Strings\Options.es-ES.resxShortfilenamesLongnot-updatedIf 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".
1249Library\Main\Strings\Options.es-ES.resxShortfilenamesShortnot-updatedUse short filenames
1250Library\Main\Strings\Options.es-ES.resxSignaturecachepathLongnot-updatedIf this path is supplied, Duplicati will store all signature files here, so re-downloads can be avoided.
1251Library\Main\Strings\Options.es-ES.resxSignaturecachepathShortnot-updatedA path to temporary storage
1252Library\Main\Strings\Options.es-ES.resxSignaturecontrolfilesLongnot-updatedSupply 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.
1253Library\Main\Strings\Options.es-ES.resxSignaturecontrolfilesShortnot-updatedA list of control files to embed in the backups
1254Library\Main\Strings\Options.es-ES.resxSkipfilehashchecksLongnot-updatedIf the hash for the volume does not match, Duplicati will refuse to use the backup. Supply this flag to allow Duplicati to proceed anyway.
1255Library\Main\Strings\Options.es-ES.resxSkipfilehashchecksShortnot-updatedSet this flag to skip hash checks
1256Library\Main\Strings\Options.es-ES.resxSkipfileslargerthanLongnot-updatedThis option allows you to exclude files that are larger than the given value. Use this to prevent backups becoming extremely large.
1257Library\Main\Strings\Options.es-ES.resxSkipfileslargerthanShortnot-updatedA size string that limits the size of files being backed up
1258Library\Main\Strings\Options.es-ES.resxSnapshotpolicyLongnot-updatedThis 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.
1259Library\Main\Strings\Options.es-ES.resxSnapshotpolicyShortnot-updatedControls the use of disk snapshots
1260Library\Main\Strings\Options.es-ES.resxSortedfilelistLongnot-updatedThe 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
1261Library\Main\Strings\Options.es-ES.resxSortedfilelistShortnot-updatedSort the list of files
1262Library\Main\Strings\Options.es-ES.resxSynchronousuploadLongnot-updatedDuplicati 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.
1263Library\Main\Strings\Options.es-ES.resxSynchronousuploadShortnot-updatedUpload files synchronously
1264Library\Main\Strings\Options.es-ES.resxTempdirLongnot-updatedDuplicati will use the system default temporary folder. This option can be used to supply an alternative folder for temporary storage.
1265Library\Main\Strings\Options.es-ES.resxTempdirShortnot-updatedTemporary storage folder
1266Library\Main\Strings\Options.es-ES.resxThreadpriorityLongnot-updatedSelects another thread priority for the process. Use this to set Duplicati to be more or less CPU intensive.
1267Library\Main\Strings\Options.es-ES.resxThreadpriorityShortnot-updatedThread priority
1268Library\Main\Strings\Options.es-ES.resxTimeseparatorDeprecatednot-updatedDuplicati no longer uses a time separator for the filenames so this option is useless
1269Library\Main\Strings\Options.es-ES.resxTimeseparatorLongnot-updatedPer 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.
1270Library\Main\Strings\Options.es-ES.resxTimeseparatorShortnot-updatedBackup volume filename timeseparator
1271Library\Main\Strings\Options.es-ES.resxTotalsizeLongnot-updatedThis 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.
1272Library\Main\Strings\Options.es-ES.resxTotalsizeShortnot-updatedThe number of bytes generated by each backup run
1273Library\Main\Strings\Options.es-ES.resxUploadUnchangedBackupsLongnot-updatedIf 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
1274Library\Main\Strings\Options.es-ES.resxUploadUnchangedBackupsShortnot-updatedUpload empty backup files
1275Library\Main\Strings\Options.es-ES.resxUsnpolicyLongnot-updatedThis 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.
1276Library\Main\Strings\Options.es-ES.resxUsnpolicyShortnot-updatedControls the use of NTFS Update Sequence Numbers
1277Library\Main\Strings\Options.es-ES.resxVerificationLevelLongnot-updatedUse 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.
1278Library\Main\Strings\Options.es-ES.resxVerificationLevelShortnot-updatedLevel of verification
1279Library\Main\Strings\Options.es-ES.resxVolsizeLongnot-updatedThis 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
1280Library\Main\Strings\Options.es-ES.resxVolsizeShortnot-updatedA size string that limits the size of the volumes
1281Library\Main\Strings\Options.es-ES.resxVssexcludewritersLongnot-updatedUse 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.
1282Library\Main\Strings\Options.es-ES.resxVssexcludewritersShortnot-updatedA semicolon separated list of guids of VSS writers to exclude (Windows only)
1283Library\Main\Strings\RSyncDir.es-ES.resxCreateFolderErrornot-updatedFailed to create folder: "{0}", Error message: {1}
1284Library\Main\Strings\RSyncDir.es-ES.resxDeletedFilenameErrornot-updatedAn error occured while determining file status, filename: {0}, folder name:{1}
1285Library\Main\Strings\RSyncDir.es-ES.resxDeleteFileErrornot-updatedFailed to delete file: "{0}", Error message: {1}
1286Library\Main\Strings\RSyncDir.es-ES.resxDeleteFolderErrornot-updatedFailed to remove folder: "{0}", Error message: {1}
1287Library\Main\Strings\RSyncDir.es-ES.resxFailedToSetFileWriteTimenot-updatedFailed to set the write time for the file: {0}. Error message: {1}
1288Library\Main\Strings\RSyncDir.es-ES.resxFailedToSetFolderWriteTimenot-updatedFailed to set the write time for the folder: {0}. Error message: {1}
1289Library\Main\Strings\RSyncDir.es-ES.resxFileChangedWhileReadErrornot-updatedThe file {0} changed while being backed up, omitting file from backup set
1290Library\Main\Strings\RSyncDir.es-ES.resxFileChangedWhileReadWarningnot-updatedThe file {0} changed while being backed up, this may result in a broken file
1291Library\Main\Strings\RSyncDir.es-ES.resxFileProcessErrornot-updatedFailed to process file: {0}. Error message: {1}
1292Library\Main\Strings\RSyncDir.es-ES.resxFileShouldBePartialErrornot-updatedThe file {0} was marked as partial in a previous volume, but is not marked partial in the current volume
1293Library\Main\Strings\RSyncDir.es-ES.resxFileToDeleteMissingErrornot-updatedFile marked for deletion did not exist: {0}
1294Library\Main\Strings\RSyncDir.es-ES.resxFolderModificationTimeReadErrornot-updatedFailed to read the file modification timestamp for: {0}. Error message: {1}
1295Library\Main\Strings\RSyncDir.es-ES.resxFolderToDeleteMissingErrornot-updatedFolder was marked for deletion, but did not exist: {0}
1296Library\Main\Strings\RSyncDir.es-ES.resxInternalPathMappingErrornot-updatedAn internal error occured. The path {0} is not a subpath of any of the source folders: {1}.
1297Library\Main\Strings\RSyncDir.es-ES.resxInvalidPartialFileEntrynot-updatedThe partial file record for {0} does not match the file
1298Library\Main\Strings\RSyncDir.es-ES.resxInvalidPartialRecordErrornot-updatedThe partial record file is invalid
1299Library\Main\Strings\RSyncDir.es-ES.resxInvalidTimeStampErrornot-updatedThe timestamp information for file {0} could not be read: {1}
1300Library\Main\Strings\RSyncDir.es-ES.resxMultipassUsageErrornot-updatedMulti pass is not initialized
1301Library\Main\Strings\RSyncDir.es-ES.resxPartialFileAddedLogMessagenot-updatedFile {0} is partial from byte offset {1}
1302Library\Main\Strings\RSyncDir.es-ES.resxPartialFileIncompleteWarningnot-updatedThe partial file {0} was not completed
1303Library\Main\Strings\RSyncDir.es-ES.resxPartialLeftoverDeleteErrornot-updatedFailed to clean up the partial incomplete file {0}, error message: {1}
1304Library\Main\Strings\RSyncDir.es-ES.resxRestoreFileErrornot-updatedFailed to restore file: "{0}", Error message: {1}
1305Library\Main\Strings\RSyncDir.es-ES.resxRestoreFolderDeltaErrornot-updatedFolder did not exist on restore by delta: {0}
1306Library\Main\Strings\RSyncDir.es-ES.resxRestoreFolderMissingErrornot-updatedFolder did not exist on restore: {0}
1307Library\Main\Strings\RSyncDir.es-ES.resxSnapshotFailedErrornot-updatedFailed to create a snapshot: {0}
1308Library\Main\Strings\RSyncDir.es-ES.resxUsnDisposeFailedWarningnot-updatedFailed to dispose USN helper: {0}
1309Library\Main\Strings\RSyncDir.es-ES.resxUsnFailedErrornot-updatedFailed to read USN data: {0}
1310Library\Main\Strings\RSyncDir.es-ES.resxUsnJournalIdChangedWarningnot-updatedThe USN journalId for volume {0} was changed from {1} to {2}, performing full file compare
1311Library\Main\Strings\RSyncDir.es-ES.resxUsnNotSupportedOnLinuxErrornot-updatedUSN is not supported on Linux
1312Library\Main\Strings\RSyncDir.es-ES.resxUsnNumberingFaultWarningnot-updatedThe stored USN number for volume {0} is {1} but the current USN is {2}, performing full file compare
1313Library\Modules\Builtin\Strings\ConsolePasswordInput.es-ES.resxConfirmPassphrasePromptnot-updatedConfirm passphrase
1314Library\Modules\Builtin\Strings\ConsolePasswordInput.es-ES.resxDescriptionnot-updatedThis module will ask the user for a encryption password on the commandline unless encryption is disabled or the password is supplied by other means
1315Library\Modules\Builtin\Strings\ConsolePasswordInput.es-ES.resxDisplaynamenot-updatedPassword prompt
1316Library\Modules\Builtin\Strings\ConsolePasswordInput.es-ES.resxEmptyPassphraseErrornot-updatedEmpty passphrases are not allowed
1317Library\Modules\Builtin\Strings\ConsolePasswordInput.es-ES.resxEnterPassphrasePromptnot-updatedEnter passphrase
1318Library\Modules\Builtin\Strings\ConsolePasswordInput.es-ES.resxPassphraseMismatchErrornot-updatedThe passphrases do not match
1319Library\Modules\Builtin\Strings\HttpOptions.es-ES.resxDescriptionnot-updatedThis module exposes a number of properties that can be used to change the way http requests are issued
1320Library\Modules\Builtin\Strings\HttpOptions.es-ES.resxDescriptionAcceptAnyCertificateLongnot-updatedUse this option to accept any server certificate, regardless of what errors it may have. Please use --accept-specified-ssl-hash instead, whenever possible.
1321Library\Modules\Builtin\Strings\HttpOptions.es-ES.resxDescriptionAcceptAnyCertificateShortnot-updatedAccept any server certificate
1322Library\Modules\Builtin\Strings\HttpOptions.es-ES.resxDescriptionAcceptHashLongnot-updatedIf 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.
1323Library\Modules\Builtin\Strings\HttpOptions.es-ES.resxDescriptionAcceptHashShortnot-updatedOptionally accept a known SSL certificate
1324Library\Modules\Builtin\Strings\HttpOptions.es-ES.resxDisableExpect100Longnot-updatedThe 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"
1325Library\Modules\Builtin\Strings\HttpOptions.es-ES.resxDisableExpect100Shortnot-updatedDisable the expect header
1326Library\Modules\Builtin\Strings\HttpOptions.es-ES.resxDisableNagleLongnot-updatedBy default the http requests use the RFC 896 nagling algorithm to support transfer of small packages more effeciently.
1327Library\Modules\Builtin\Strings\HttpOptions.es-ES.resxDisableNagleShortnot-updatedDisable nagling
1328Library\Modules\Builtin\Strings\HttpOptions.es-ES.resxDisplayNamenot-updatedConfigure http requests
1329Library\SharpRSync\Strings\ChecksumFile.es-ES.resxEndofstreamBeforeSignatureErrornot-updatedEnd of stream occured while reading initial 4 bytes of signature file
1330Library\SharpRSync\Strings\ChecksumFile.es-ES.resxEndofstreamInBlocksizeErrornot-updatedEnd of stream occured while reading blocksize in signature file
1331Library\SharpRSync\Strings\ChecksumFile.es-ES.resxEndofstreamInStronglenErrornot-updatedEnd of stream occured while reading stronglen in signature file
1332Library\SharpRSync\Strings\ChecksumFile.es-ES.resxEndofstreamInStrongSignatureErrornot-updatedEnd of stream occured while reading strong signature from signature file
1333Library\SharpRSync\Strings\ChecksumFile.es-ES.resxInvalidBlocksizeErrornot-updatedBlocklen in signature file was: {0}, which does not seem correct
1334Library\SharpRSync\Strings\ChecksumFile.es-ES.resxInvalidFilesizeErrornot-updatedThe size of the signature file is invalid
1335Library\SharpRSync\Strings\ChecksumFile.es-ES.resxInvalidSignatureHeaderErrornot-updatedSignature stream did not have the correct start marker
1336Library\SharpRSync\Strings\ChecksumFile.es-ES.resxInvalidStrongsizeErrornot-updatedStronglen in signature file was: {0}, which does not seem correct
1337Library\SharpRSync\Strings\DeltaFile.es-ES.resxEndofstreamBeforeSignatureErrornot-updatedEnd of stream occured while reading initial 4 bytes of delta file
1338Library\SharpRSync\Strings\DeltaFile.es-ES.resxEndofstreamWithoutMarkerErrornot-updatedStream ended but had no end marker
1339Library\SharpRSync\Strings\DeltaFile.es-ES.resxInternalBufferErrornot-updatedInternal error, had buffered both matched and unmatched blocks!
1340Library\SharpRSync\Strings\DeltaFile.es-ES.resxInvalidCopyLengthErrornot-updatedInvalid length for copy data
1341Library\SharpRSync\Strings\DeltaFile.es-ES.resxInvalidCopyOffsetErrornot-updatedInvalid offset for copy data
1342Library\SharpRSync\Strings\DeltaFile.es-ES.resxInvalidLitteralSizeErrornot-updatedInvalid size for literal data
1343Library\SharpRSync\Strings\DeltaFile.es-ES.resxInvalidSignatureErrornot-updatedDelta stream did not have the correct start marker
1344Library\SharpRSync\Strings\DeltaFile.es-ES.resxUnexpectedEndofstreamErrornot-updatedUnexpected end of stream detected
1345Library\SharpRSync\Strings\DeltaFile.es-ES.resxUnknownCommandErrornot-updatedUnknown command in delta file
1346Library\SharpRSync\Strings\Program.es-ES.resxErrorOccurrednot-updatedAn error occurred: {0}
1347Library\SharpRSync\Strings\Program.es-ES.resxUsageMessagenot-updatedUsage: {0} signature <input-file> <signature-file> {0} delta <signature-file> <input-file> <delta-file> {0} patch <base-file> <delta-file> <output-file>
1348Library\SharpRSync\Strings\RDiffBinary.es-ES.resxEncodedLengthErrornot-updatedEncoded value had unexpected length
1349Library\SharpRSync\Strings\RDiffBinary.es-ES.resxInvalidDataLengthErrornot-updatedInvalid data length
1350Library\SharpRSync\Strings\RDiffBinary.es-ES.resxInvalidDeltaCopyCommandErrornot-updatedInvalid delta copy command: {0}
1351Library\SharpRSync\Strings\RDiffBinary.es-ES.resxInvalidEncodedSizeErrornot-updatedInvalid size for encoded value!
1352Library\SharpRSync\Strings\RDiffBinary.es-ES.resxInvalidLiteralCommandnot-updatedInvalid literal delta command: {0}
1353Library\SharpRSync\Strings\RDiffBinary.es-ES.resxSizeTooLargeErrornot-updatedUnable to size item, because it is larger than: {0}
1354Library\SharpRSync\Strings\RDiffBinary.es-ES.resxValueTooLargeErrornot-updatedValue must be less than: {0}
1355Library\SharpRSync\Strings\RollingBuffer.es-ES.resxBufferExhaustedErrornot-updatedBuffer has too few bytes
1356Library\SharpRSync\Strings\RollingBuffer.es-ES.resxInternalErrornot-updatedThis is one sad rolling buffer :(
1357Library\SharpRSync\Strings\RollingBuffer.es-ES.resxNegativeIndexErrornot-updatedIndex cannot be negative
1358Library\SharpRSync\Strings\Utility.es-ES.resxUnexpectedEndOfStreamErrornot-updatedUnexpected end of stream
1359Library\Snapshots\Strings\LinuxSnapshot.es-ES.resxExternalProgramLaunchErrornot-updatedThe external command failed to start. Error message: {0} Command: {1} {2}
1360Library\Snapshots\Strings\LinuxSnapshot.es-ES.resxExternalProgramTimeoutErrornot-updatedThe external command failed to complete within the set time limit: {0} {1}
1361Library\Snapshots\Strings\LinuxSnapshot.es-ES.resxInvalidFilePathErrornot-updatedUnable to match local path {0} with any snapshot path: {1}
1362Library\Snapshots\Strings\LinuxSnapshot.es-ES.resxMountFolderMissingErrornot-updatedScript returned successfully, but the temporary folder {0} does not exist: {1}
1363Library\Snapshots\Strings\LinuxSnapshot.es-ES.resxMountFolderNotRemovedErrornot-updatedScript returned successfully, but the temporary folder {0} still exist: {1}
1364Library\Snapshots\Strings\LinuxSnapshot.es-ES.resxScriptExitCodeErrornot-updatedThe script returned exit code {0}, but {1} was expected: {2}
1365Library\Snapshots\Strings\LinuxSnapshot.es-ES.resxScriptOutputErrornot-updatedScript returned successfully, but the output was missing the {0} parameter: {1}
1366Library\Snapshots\Strings\Shared.es-ES.resxInvalidEnumPathErrornot-updatedUnable to match local path {0} with a snapshot
1367Library\Snapshots\Strings\USNHelper.es-ES.resxEmptyResponseErrornot-updatedUnexpected empty response while enumerating
1368Library\Snapshots\Strings\USNHelper.es-ES.resxLinuxNotSupportedErrornot-updatedUSN is not supported on Linux
1369Library\Snapshots\Strings\USNHelper.es-ES.resxSafeGuardErrornot-updatedThe number of files returned by USN was zero. This is likely an error. To remedy this, USN has been disabled.
1370Library\Snapshots\Strings\WinNativeMethod.es-ES.resxMissingBackupPrivilegeErrornot-updatedCalling process does not have the backup privilege
1371Library\Utility\Strings\FilenameFilter.es-ES.resxFilterContainsPathSeparatornot-updatedFilter contains: {0}
1372Library\Utility\Strings\Sizeparser.es-ES.resxInvalidSizeValueErrornot-updatedInvalid size value: {0}
1373Library\Utility\Strings\SslCertificateValidator.es-ES.resxInvalidCallSequencenot-updatedThe SSL certificate validator was called in an incorrect order
1374Library\Utility\Strings\SslCertificateValidator.es-ES.resxVerifyCertificateExceptionnot-updatedThe 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
1375Library\Utility\Strings\SslCertificateValidator.es-ES.resxVerifyCertificateHashErrornot-updatedFailed while validating certificate hash, error message: {0}, Ssl error name: {1}
1376Library\Utility\Strings\TempFolder.es-ES.resxTempFolderDoesNotExistErrornot-updatedTemporary folder does not exist: {0}
1377Library\Utility\Strings\Timeparser.es-ES.resxInvalidDayErrornot-updatedUnable to parse date: {0}, invalid day: {1}
1378Library\Utility\Strings\Timeparser.es-ES.resxInvalidIntegerErrornot-updatedFailed to parse the segment: {0}, invalid integer
1379Library\Utility\Strings\Timeparser.es-ES.resxInvalidSpecifierErrornot-updatedInvalid specifier: {0}
1380Library\Utility\Strings\Timeparser.es-ES.resxInvalidTimeErrornot-updatedUnable to parse date: {0}, invalid time: {1}
1381Library\Utility\Strings\Timeparser.es-ES.resxInvalidYearErrornot-updatedUnable to parse date: {0}, invalid year: {1}
1382Library\Utility\Strings\Timeparser.es-ES.resxUnknownMonthErrornot-updatedUnable to parse date: {0}, unknown month: {1}
1383Library\Utility\Strings\Timeparser.es-ES.resxUnparsedDataFragmentErrornot-updatedUnparsed data: {0}
1384Library\Utility\Strings\Utility.es-ES.resxFormatStringBnot-updated{0} bytes
1385Library\Utility\Strings\Utility.es-ES.resxFormatStringGBnot-updated{0:N} GB
1386Library\Utility\Strings\Utility.es-ES.resxFormatStringKBnot-updated{0:N} KB
1387Library\Utility\Strings\Utility.es-ES.resxFormatStringMBnot-updated{0:N} MB
1388Library\Utility\Strings\Utility.es-ES.resxInvalidHexDigitErrornot-updatedThe digit '{0}' is not a valid hex digit
1389Library\Utility\Strings\Utility.es-ES.resxInvalidHexStringLengthErrornot-updatedThe hex string size must be a multiple of two, eg. the length must be even
1390Library\Utility\Strings\Utility.es-ES.resxTimeoutExceptionnot-updatedThe request timed out
1391Library\Utility\Strings\Utility.es-ES.resxUnexpectedRequestResultErrornot-updatedThe attempt to open a connection gave an unexpected result. Type: {0}, message: {1}
1392Winforms\Controls\PasswordConfirmationDialog.es-ES.resx$this.TextmissingPlease confirm the password
1393Winforms\Controls\PasswordConfirmationDialog.es-ES.resxCancelBtn.TextmissingCancel
1394Winforms\Controls\PasswordConfirmationDialog.es-ES.resxlabel1.TextmissingPassword
1395Winforms\Controls\PasswordConfirmationDialog.es-ES.resxOKBtn.TextmissingOK
1396Winforms\Controls\PasswordControl.es-ES.resxShowPassword.ToolTipmissingShow or hide the password
1397Winforms\Controls\PasswordControl.es-ES.resxTextBox.Textmissingpassword
1398Winforms\Controls\Strings\PasswordConfirmationDialog.es-ES.resxPasswordDoNotMatchErrornot-updatedThe password that you have entered does not match the previously entered password
1399Winforms\Controls\Strings\PasswordControl.es-ES.resxConfirmClearingPasswordnot-updatedYou 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?
1400WizardForm\Dialog.es-ES.resx$this.TextmissingDialog
1401WizardForm\Dialog.es-ES.resx_BackButton.Textmissing< Back
1402WizardForm\Dialog.es-ES.resx_CancelButton.TextmissingCancel
1403WizardForm\Dialog.es-ES.resx_InfoLabel.TextmissingHelptext
1404WizardForm\Dialog.es-ES.resx_NextButton.TextmissingNext >
1405WizardForm\Dialog.es-ES.resx_TitleLabel.TextmissingTitle
1406WizardForm\StartPage.es-ES.resxWizardHelp.TextmissingClick next to continue
1407WizardForm\StartPage.es-ES.resxWizardIntroduction.TextmissingWizard introduction
1408WizardForm\StartPage.es-ES.resxWizardTitle.TextmissingWizard title
1409WizardForm\Strings\Dialog.es-ES.resxFinishButtonTextnot-updatedFinish
1410WizardForm\Strings\Dialog.es-ES.resxNextButtonTextnot-updatedNext >