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

199 KiB

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