Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Controller.Designer.cs « Strings « Main « Library « Duplicati - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e098fc84236c1faf9faf0a19066b511dc44e18c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.1
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Duplicati.Library.Main.Strings {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class Controller {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Controller() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Duplicati.Library.Main.Strings.Controller", typeof(Controller).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Bad sorting of backup times detected.
        /// </summary>
        internal static string BadSortingDetectedError {
            get {
                return ResourceManager.GetString("BadSortingDetectedError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Bad sort order on volumes detected.
        /// </summary>
        internal static string BadVolumeSortOrder {
            get {
                return ResourceManager.GetString("BadVolumeSortOrder", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to When using cleanup the manifests and hashes must be verified.
        /// </summary>
        internal static string CannotCleanWithoutHashesError {
            get {
                return ResourceManager.GetString("CannotCleanWithoutHashesError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Hash checks cannot be disabled while performing a backup.
        /// </summary>
        internal static string CannotSkipHashChecksOnBackup {
            get {
                return ResourceManager.GetString("CannotSkipHashChecksOnBackup", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unable to verfiy the backup chain when the option --dont-read-manifests is active.
        /// </summary>
        internal static string CannotVerifyChain {
            get {
                return ResourceManager.GetString("CannotVerifyChain", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Hash checks cannot be disabled while performing a verification.
        /// </summary>
        internal static string CannotVerifyWithoutHashes {
            get {
                return ResourceManager.GetString("CannotVerifyWithoutHashes", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The specified compression module was not found: {0}. Avaliable compression modules: {1}.
        /// </summary>
        internal static string CompressionModuleNotFoundError {
            get {
                return ResourceManager.GetString("CompressionModuleNotFoundError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to If 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:.
        /// </summary>
        internal static string DeleteManifestsSuggestion {
            get {
                return ResourceManager.GetString("DeleteManifestsSuggestion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Deleting backup at {0}.
        /// </summary>
        internal static string DeletingBackupSetMessage {
            get {
                return ResourceManager.GetString("DeletingBackupSetMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The option {0} is deprecated: {1}.
        /// </summary>
        internal static string DeprecatedOptionUsedWarning {
            get {
                return ResourceManager.GetString("DeprecatedOptionUsedWarning", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The signature cache is disabled when performing verification.
        /// </summary>
        internal static string DisablingSignatureCacheForVerification {
            get {
                return ResourceManager.GetString("DisablingSignatureCacheForVerification", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The file {0} was downloaded and had size {1} but the size was expected to be {2}.
        /// </summary>
        internal static string DownloadedFileSizeError {
            get {
                return ResourceManager.GetString("DownloadedFileSizeError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The option --{0} exists more than once, please report this to the developers.
        /// </summary>
        internal static string DuplicateOptionNameWarning {
            get {
                return ResourceManager.GetString("DuplicateOptionNameWarning", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The specified encryption module was not found: {0}. Avaliable encryption modules: {1}.
        /// </summary>
        internal static string EncryptionModuleNotFoundError {
            get {
                return ResourceManager.GetString("EncryptionModuleNotFoundError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An error occurred while running the backup, no files were uploaded: {0}.
        /// </summary>
        internal static string ErrorRunningBackup {
            get {
                return ResourceManager.GetString("ErrorRunningBackup", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Additionally these files were found but are not listed in the manifest:.
        /// </summary>
        internal static string ExtraFilesMessage {
            get {
                return ResourceManager.GetString("ExtraFilesMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to find control files in: {0}.
        /// </summary>
        internal static string FailedToFindControlFilesMessage {
            get {
                return ResourceManager.GetString("FailedToFindControlFilesMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A hash check failed, this is an indication of a corrupt file: {0}.
        /// </summary>
        internal static string FileHashFailure {
            get {
                return ResourceManager.GetString("FileHashFailure", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The manifest report that the file should be named {0} but it was named {1}.
        /// </summary>
        internal static string FilenameMismatchError {
            get {
                return ResourceManager.GetString("FilenameMismatchError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Files are not deleted, use the --force command to actually remove files.
        /// </summary>
        internal static string FilesAreNotForceDeletedMessage {
            get {
                return ResourceManager.GetString("FilesAreNotForceDeletedMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The file {0} has size {1} but should have size {2}.
        /// </summary>
        internal static string FileSizeMismatchError {
            get {
                return ResourceManager.GetString("FileSizeMismatchError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A full backup is made because no existing backup chains were found on the destination.
        /// </summary>
        internal static string FullBecauseBackendIsEmpty {
            get {
                return ResourceManager.GetString("FullBecauseBackendIsEmpty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A full backup was forced with the --{0} flag.
        /// </summary>
        internal static string FullBecauseFlagWasSet {
            get {
                return ResourceManager.GetString("FullBecauseFlagWasSet", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A full backup is made because the latest full backup is from {0} and the full backup threshold is {1}.
        /// </summary>
        internal static string FullBecauseLastFullIsFrom {
            get {
                return ResourceManager.GetString("FullBecauseLastFullIsFrom", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A full backup is made because the source folders have changed.
        /// </summary>
        internal static string FullBecauseSourceFoldersChanged {
            get {
                return ResourceManager.GetString("FullBecauseSourceFoldersChanged", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A full backup is made because the current chain has {0} incremental backups and the full backup threshold is {1}.
        /// </summary>
        internal static string FullBecauseThereAreNIncrementals {
            get {
                return ResourceManager.GetString("FullBecauseThereAreNIncrementals", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Hash mismatch on file &quot;{0}&quot;, recorded hash: {1}, actual hash {2}.
        /// </summary>
        internal static string HashMismatchError {
            get {
                return ResourceManager.GetString("HashMismatchError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An incremental backup is made because the latest full backup is from {0} and the full backup threshold is {1}.
        /// </summary>
        internal static string IncrementalBecauseLastFullIsFrom {
            get {
                return ResourceManager.GetString("IncrementalBecauseLastFullIsFrom", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An incremental backup is made because no full backup criteria was found.
        /// </summary>
        internal static string IncrementalBecauseNoFlagsWereSet {
            get {
                return ResourceManager.GetString("IncrementalBecauseNoFlagsWereSet", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An incremental backup is made because the current chain has {0} incremental backups and the full backup threshold is {1}.
        /// </summary>
        internal static string IncrementalBecauseThereAreNIncrementals {
            get {
                return ResourceManager.GetString("IncrementalBecauseThereAreNIncrementals", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An internal error occured, and the operation was aborted to protect the backup sets.
        /// </summary>
        internal static string InternalDeleteCountError {
            get {
                return ResourceManager.GetString("InternalDeleteCountError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The manifest file {0} is invalid, as it specifies that there should be {1} signature volumes and {2} content volumes..
        /// </summary>
        internal static string InvalidManifestFileCount {
            get {
                return ResourceManager.GetString("InvalidManifestFileCount", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid path: &quot;{0}&quot; ({1}).
        /// </summary>
        internal static string InvalidPathError {
            get {
                return ResourceManager.GetString("InvalidPathError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Disabling manifests is only possible on restores, and it should only be used as a last resort..
        /// </summary>
        internal static string ManifestsMustBeRead {
            get {
                return ResourceManager.GetString("ManifestsMustBeRead", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to It 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..
        /// </summary>
        internal static string ManifestsMustBeReadOnBackups {
            get {
                return ResourceManager.GetString("ManifestsMustBeReadOnBackups", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to One or more manifests are from version 1, which requires that filenames searched are relative.
        /// </summary>
        internal static string ManifestVersionRequiresRelativeNamesWarning {
            get {
                return ResourceManager.GetString("ManifestVersionRequiresRelativeNamesWarning", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The manifest file {0} specifies that there should be {1} volume pairs, but the following pairs were not found: {2}.
        /// </summary>
        internal static string MissingFilesDetected {
            get {
                return ResourceManager.GetString("MissingFilesDetected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The signature file for a content volume was missing, date: {0}, volumenumber: {1}, content volume filename: {2}.
        /// </summary>
        internal static string MissingSignatureFile {
            get {
                return ResourceManager.GetString("MissingSignatureFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No filenames given for find-last-file.
        /// </summary>
        internal static string NoFilesGivenError {
            get {
                return ResourceManager.GetString("NoFilesGivenError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No source folders specified for backup.
        /// </summary>
        internal static string NoSourceFoldersError {
            get {
                return ResourceManager.GetString("NoSourceFoldersError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Not deleting backup at time: {0}, because later backups depend on it.
        /// </summary>
        internal static string NotDeletingBackupSetMessage {
            get {
                return ResourceManager.GetString("NotDeletingBackupSetMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The 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.
        /// </summary>
        internal static string NotDeletingLastFullMessage {
            get {
                return ResourceManager.GetString("NotDeletingLastFullMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The 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..
        /// </summary>
        internal static string NumberOfSourceFoldersHasChangedError {
            get {
                return ResourceManager.GetString("NumberOfSourceFoldersHasChangedError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed after uploading {0} volume(s). Error message: {1}.
        /// </summary>
        internal static string PartialUploadMessage {
            get {
                return ResourceManager.GetString("PartialUploadMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to apply content file {0}, error message: {1}.
        /// </summary>
        internal static string PatchProcessingBestEffortError {
            get {
                return ResourceManager.GetString("PatchProcessingBestEffortError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The manifest file {0} indicates that the previous manifest file should be {1} but it was {2}.
        /// </summary>
        internal static string PreviousManifestFilenameMismatchError {
            get {
                return ResourceManager.GetString("PreviousManifestFilenameMismatchError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The manifest file {0} indicates that the previous manifest hash should be {1} but it was {2}.
        /// </summary>
        internal static string PreviousManifestHashMismatchError {
            get {
                return ResourceManager.GetString("PreviousManifestHashMismatchError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to read the primary manifest {0}, attempting secondary, if available. Error message: {1}.
        /// </summary>
        internal static string PrimaryManifestReadErrorLogMessage {
            get {
                return ResourceManager.GetString("PrimaryManifestReadErrorLogMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Secondary manifest file found: {0}, attempting read..
        /// </summary>
        internal static string ReadingSecondaryManifestLogMessage {
            get {
                return ResourceManager.GetString("ReadingSecondaryManifestLogMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Removing partial file: {0}.
        /// </summary>
        internal static string RemovingPartialFilesMessage {
            get {
                return ResourceManager.GetString("RemovingPartialFilesMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to read the secondary manifest {0}. Error message: {1}.
        /// </summary>
        internal static string SecondaryManifestReadErrorLogMessage {
            get {
                return ResourceManager.GetString("SecondaryManifestReadErrorLogMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Signature cache path was not given as an argument.
        /// </summary>
        internal static string SignatureCachePathMissingError {
            get {
                return ResourceManager.GetString("SignatureCachePathMissingError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to download signature file {0}, error message: {1}.
        /// </summary>
        internal static string SignatureDownloadBestEffortError {
            get {
                return ResourceManager.GetString("SignatureDownloadBestEffortError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The content volume {0} is not present in the manifest and is not used.
        /// </summary>
        internal static string SkippedContentVolumeLogMessage {
            get {
                return ResourceManager.GetString("SkippedContentVolumeLogMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The signature file {0} was skipped because the signature file was not found in the manifest.
        /// </summary>
        internal static string SkippedUnlistedSignatureFileWarning {
            get {
                return ResourceManager.GetString("SkippedUnlistedSignatureFileWarning", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The source folder {0} does not exist, aborting backup.
        /// </summary>
        internal static string SourceIsMissingError {
            get {
                return ResourceManager.GetString("SourceIsMissingError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The operation {0} has started.
        /// </summary>
        internal static string StartingOperationMessage {
            get {
                return ResourceManager.GetString("StartingOperationMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Building filelist ....
        /// </summary>
        internal static string StatusBuildingFilelist {
            get {
                return ResourceManager.GetString("StatusBuildingFilelist", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Completed.
        /// </summary>
        internal static string StatusCompleted {
            get {
                return ResourceManager.GetString("StatusCompleted", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Creating volume {0}.
        /// </summary>
        internal static string StatusCreatingVolume {
            get {
                return ResourceManager.GetString("StatusCreatingVolume", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Downloading content, volume {0}.
        /// </summary>
        internal static string StatusDownloadingContentVolume {
            get {
                return ResourceManager.GetString("StatusDownloadingContentVolume", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Downloading signatures, volume {0}.
        /// </summary>
        internal static string StatusDownloadingSignatureVolume {
            get {
                return ResourceManager.GetString("StatusDownloadingSignatureVolume", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Loading remote filelist.
        /// </summary>
        internal static string StatusLoadingFilelist {
            get {
                return ResourceManager.GetString("StatusLoadingFilelist", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Patching restore with #{0}.
        /// </summary>
        internal static string StatusPatching {
            get {
                return ResourceManager.GetString("StatusPatching", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Processing: {0}.
        /// </summary>
        internal static string StatusProcessing {
            get {
                return ResourceManager.GetString("StatusProcessing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reading incremental data ....
        /// </summary>
        internal static string StatusReadingIncrementalData {
            get {
                return ResourceManager.GetString("StatusReadingIncrementalData", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reading incremental data from: {0}.
        /// </summary>
        internal static string StatusReadingIncrementalFile {
            get {
                return ResourceManager.GetString("StatusReadingIncrementalFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reading incremental data.
        /// </summary>
        internal static string StatusReadingIncrementals {
            get {
                return ResourceManager.GetString("StatusReadingIncrementals", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reading manifest file: {0}.
        /// </summary>
        internal static string StatusReadingManifest {
            get {
                return ResourceManager.GetString("StatusReadingManifest", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reading signatures: {0}, vol {1}.
        /// </summary>
        internal static string StatusReadingSignatureFile {
            get {
                return ResourceManager.GetString("StatusReadingSignatureFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Started.
        /// </summary>
        internal static string StatusStarted {
            get {
                return ResourceManager.GetString("StatusStarted", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Uploading content, volume {0}.
        /// </summary>
        internal static string StatusUploadingContentVolume {
            get {
                return ResourceManager.GetString("StatusUploadingContentVolume", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Uploading manifest, volume {0}.
        /// </summary>
        internal static string StatusUploadingManifestVolume {
            get {
                return ResourceManager.GetString("StatusUploadingManifestVolume", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Uploading signatures, volume {0}.
        /// </summary>
        internal static string StatusUploadingSignatureVolume {
            get {
                return ResourceManager.GetString("StatusUploadingSignatureVolume", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Uploading verification file.
        /// </summary>
        internal static string StatusUploadingVerificationVolume {
            get {
                return ResourceManager.GetString("StatusUploadingVerificationVolume", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Waiting for upload to complete ....
        /// </summary>
        internal static string StatusWaitingForUpload {
            get {
                return ResourceManager.GetString("StatusWaitingForUpload", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The backup contains {0} folders but {1} target folders were supplied.
        /// </summary>
        internal static string TooFewTargetFoldersError {
            get {
                return ResourceManager.GetString("TooFewTargetFoldersError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The backup contains {0} folder(s) but {1} target folders were supplied.
        /// </summary>
        internal static string TooManyTargetFoldersWarning {
            get {
                return ResourceManager.GetString("TooManyTargetFoldersWarning", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unexpected compression mode: {0}.
        /// </summary>
        internal static string UnexpectedCompressionError {
            get {
                return ResourceManager.GetString("UnexpectedCompressionError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The operation mode {0} was not expected.
        /// </summary>
        internal static string UnexpectedOperationTypeError {
            get {
                return ResourceManager.GetString("UnexpectedOperationTypeError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The value &quot;{1}&quot; supplied to --{0} does not parse into a valid boolean, this will be treated as if it was set to &quot;true&quot;.
        /// </summary>
        internal static string UnsupportedBooleanValue {
            get {
                return ResourceManager.GetString("UnsupportedBooleanValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The option --{0} does not support the value &quot;{1}&quot;, supported values are: {2}.
        /// </summary>
        internal static string UnsupportedEnumerationValue {
            get {
                return ResourceManager.GetString("UnsupportedEnumerationValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The value &quot;{1}&quot; supplied to --{0} does not represent a valid integer.
        /// </summary>
        internal static string UnsupportedIntegerValue {
            get {
                return ResourceManager.GetString("UnsupportedIntegerValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The option --{0} is not supported because the module {1} is not currently loaded.
        /// </summary>
        internal static string UnsupportedOptionDisabledModuleWarning {
            get {
                return ResourceManager.GetString("UnsupportedOptionDisabledModuleWarning", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The supplied option --{0} is not supported and will be ignored.
        /// </summary>
        internal static string UnsupportedOptionWarning {
            get {
                return ResourceManager.GetString("UnsupportedOptionWarning", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The value &quot;{1}&quot; supplied to --{0} does not represent a valid path.
        /// </summary>
        internal static string UnsupportedPathValue {
            get {
                return ResourceManager.GetString("UnsupportedPathValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The value &quot;{1}&quot; supplied to --{0} does not represent a valid size.
        /// </summary>
        internal static string UnsupportedSizeValue {
            get {
                return ResourceManager.GetString("UnsupportedSizeValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The value &quot;{1}&quot; supplied to --{0} does not represent a valid time.
        /// </summary>
        internal static string UnsupportedTimeValue {
            get {
                return ResourceManager.GetString("UnsupportedTimeValue", resourceCulture);
            }
        }
    }
}