//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.4952 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Duplicati.CommandLine.Strings { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // 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", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Program { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Program() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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.CommandLine.Strings.Program", typeof(Program).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Added folders. /// internal static string AddedFoldersHeader { get { return ResourceManager.GetString("AddedFoldersHeader", resourceCulture); } } /// /// Looks up a localized string similar to Control files. /// internal static string ControlFilesHeader { get { return ResourceManager.GetString("ControlFilesHeader", resourceCulture); } } /// /// Looks up a localized string similar to Deleted files. /// internal static string DeletedFilesHeader { get { return ResourceManager.GetString("DeletedFilesHeader", resourceCulture); } } /// /// Looks up a localized string similar to Deleted folders. /// internal static string DeletedFoldersHeader { get { return ResourceManager.GetString("DeletedFoldersHeader", resourceCulture); } } /// /// Looks up a localized string similar to Duplicati options:. /// internal static string DuplicatiOptionsHeader { get { return ResourceManager.GetString("DuplicatiOptionsHeader", resourceCulture); } } /// /// Looks up a localized string similar to Duplicati.CommandLine /home/user/ ftp://host/folder --exclude=/file.txt /// /// In this example the file "/home/user/file.txt" is excluded. ///. /// internal static string ExampleLinux { get { return ResourceManager.GetString("ExampleLinux", resourceCulture); } } /// /// Looks up a localized string similar to Duplicati.CommandLine C:\Documents\Files ftp://host/folder --exclude=\file.txt /// /// In this example the file "C:\Documents\Files\file.txt" is excluded. ///. /// internal static string ExampleWindows { get { return ResourceManager.GetString("ExampleWindows", resourceCulture); } } /// /// Looks up a localized string similar to Supported generic modules:. /// internal static string GenericModulesHeader { get { return ResourceManager.GetString("GenericModulesHeader", resourceCulture); } } /// /// Looks up a localized string similar to Unable to parse "{0}" into a number. /// internal static string IntegerParseError { get { return ResourceManager.GetString("IntegerParseError", resourceCulture); } } /// /// Looks up a localized string similar to The option --{0} was supplied, but it is reserved for internal use and may not be set on the commandline. /// internal static string InternalOptionUsedError { get { return ResourceManager.GetString("InternalOptionUsedError", resourceCulture); } } /// /// Looks up a localized string similar to Modified files. /// internal static string ModifiedFilesHeader { get { return ResourceManager.GetString("ModifiedFilesHeader", resourceCulture); } } /// /// Looks up a localized string similar to Module is loaded atomatically, use --disable-module to prevent this. /// internal static string ModuleIsLoadedAutomatically { get { return ResourceManager.GetString("ModuleIsLoadedAutomatically", resourceCulture); } } /// /// Looks up a localized string similar to Module is not loaded atomatically, use --enable-module to load it. /// internal static string ModuleIsNotLoadedAutomatically { get { return ResourceManager.GetString("ModuleIsNotLoadedAutomatically", resourceCulture); } } /// /// Looks up a localized string similar to New files. /// internal static string NewFilesHeader { get { return ResourceManager.GetString("NewFilesHeader", resourceCulture); } } /// /// Looks up a localized string similar to New/Modified files. /// internal static string NewOrModifiedFilesHeader { get { return ResourceManager.GetString("NewOrModifiedFilesHeader", resourceCulture); } } /// /// Looks up a localized string similar to Supported backends:. /// internal static string SupportedBackendsHeader { get { return ResourceManager.GetString("SupportedBackendsHeader", resourceCulture); } } /// /// Looks up a localized string similar to Supported compression modules:. /// internal static string SupportedCompressionModulesHeader { get { return ResourceManager.GetString("SupportedCompressionModulesHeader", resourceCulture); } } /// /// Looks up a localized string similar to Supported encryption modules:. /// internal static string SupportedEncryptionModulesHeader { get { return ResourceManager.GetString("SupportedEncryptionModulesHeader", resourceCulture); } } /// /// Looks up a localized string similar to Supported options:. /// internal static string SupportedOptionsHeader { get { return ResourceManager.GetString("SupportedOptionsHeader", resourceCulture); } } /// /// Looks up a localized string similar to Unable to parse "{0}" into a time offset: {1}. /// internal static string TimeParseError { get { return ResourceManager.GetString("TimeParseError", resourceCulture); } } /// /// Looks up a localized string similar to An error occured: {0}. /// internal static string UnhandledException { get { return ResourceManager.GetString("UnhandledException", resourceCulture); } } /// /// Looks up a localized string similar to The inner error message is: {0}. /// internal static string UnhandledInnerException { get { return ResourceManager.GetString("UnhandledInnerException", resourceCulture); } } /// /// Looks up a localized string similar to ********** Duplicati v. {0} ********** /// ///Usage: /// /// Backup (make a full or incremental backup): /// Duplicati.CommandLine [full] [options] <sourcefolder> <backend> /// /// Restore (restore all or some files): /// Duplicati.CommandLine [options] <backend> <destinationfolder> /// /// Cleanup (remove partial and unused files): /// Duplicati.CommandLine cleanup [options] <backend> /// /// List files (backup volume sets): /// Duplicati.CommandLine list [options] <backend> /// /// List content files (files that can be restored): /// [rest of string was truncated]";. /// internal static string Usage { get { return ResourceManager.GetString("Usage", resourceCulture); } } /// /// Looks up a localized string similar to Wrong number of aguments. /// internal static string WrongNumberOfArgumentsError { get { return ResourceManager.GetString("WrongNumberOfArgumentsError", resourceCulture); } } } }