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

198 KiB

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