//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.269 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Duplicati.Server.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", "4.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.Server.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 Another instance is running, and was notified. /// internal static string AnotherInstanceDetected { get { return ResourceManager.GetString("AnotherInstanceDetected", resourceCulture); } } /// /// Looks up a localized string similar to Failed to create, open or upgrade the database. ///Error message: {0}. /// internal static string DatabaseOpenError { get { return ResourceManager.GetString("DatabaseOpenError", resourceCulture); } } /// /// Looks up a localized string similar to Displays this help. /// internal static string HelpCommandDescription { get { return ResourceManager.GetString("HelpCommandDescription", resourceCulture); } } /// /// Looks up a localized string similar to Supported commandline arguments: /// ///{0}. /// internal static string HelpDisplayDialog { get { return ResourceManager.GetString("HelpDisplayDialog", resourceCulture); } } /// /// Looks up a localized string similar to --{0}: {1}. /// internal static string HelpDisplayFormat { get { return ResourceManager.GetString("HelpDisplayFormat", resourceCulture); } } /// /// Looks up a localized string similar to Failed to set the user interface language: {0}. /// internal static string LanguageSelectionError { get { return ResourceManager.GetString("LanguageSelectionError", resourceCulture); } } /// /// Looks up a localized string similar to Outputs log information to the file given. /// internal static string LogfileCommandDescription { get { return ResourceManager.GetString("LogfileCommandDescription", resourceCulture); } } /// /// Looks up a localized string similar to Determines the amount of information written in the log file. /// internal static string LoglevelCommandDescription { get { return ResourceManager.GetString("LoglevelCommandDescription", resourceCulture); } } /// /// Looks up a localized string similar to Activates portable mode where the database is placed below the program executable. /// internal static string PortablemodeCommandDescription { get { return ResourceManager.GetString("PortablemodeCommandDescription", resourceCulture); } } /// /// Looks up a localized string similar to A serious error occured in Duplicati: {0}. /// internal static string SeriousError { get { return ResourceManager.GetString("SeriousError", resourceCulture); } } /// /// Looks up a localized string similar to Displays the status window. /// internal static string ShowstausCommandDescription { get { return ResourceManager.GetString("ShowstausCommandDescription", resourceCulture); } } /// /// Looks up a localized string similar to Unable to start up, perhaps another process is already running? ///Error message: {0}. /// internal static string StartupFailure { get { return ResourceManager.GetString("StartupFailure", resourceCulture); } } /// /// Looks up a localized string similar to Disables database encryption. /// internal static string UnencrypteddatabaseCommandDescription { get { return ResourceManager.GetString("UnencrypteddatabaseCommandDescription", resourceCulture); } } /// /// Looks up a localized string similar to Unsupported version of SQLite detected ({0}), must be {1} or higher. /// internal static string WrongSQLiteVersion { get { return ResourceManager.GetString("WrongSQLiteVersion", resourceCulture); } } } }