//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace MassiveKnob { 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", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Strings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Strings() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MassiveKnob.Strings", typeof(Strings).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)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Not configured. /// public static string ActionNotConfigured { get { return ResourceManager.GetString("ActionNotConfigured", resourceCulture); } } /// /// Looks up a localized string similar to Connected. /// public static string DeviceStatusConnected { get { return ResourceManager.GetString("DeviceStatusConnected", resourceCulture); } } /// /// Looks up a localized string similar to Connecting.... /// public static string DeviceStatusConnecting { get { return ResourceManager.GetString("DeviceStatusConnecting", resourceCulture); } } /// /// Looks up a localized string similar to Disconnected. /// public static string DeviceStatusDisconnected { get { return ResourceManager.GetString("DeviceStatusDisconnected", resourceCulture); } } /// /// Looks up a localized string similar to You are assigning a digital action to an analog output. Please specify how you want to represent the on and off values.. /// public static string DigitalToAnalogDescription { get { return ResourceManager.GetString("DigitalToAnalogDescription", resourceCulture); } } /// /// Looks up a localized string similar to Off. /// public static string DigitalToAnalogOff { get { return ResourceManager.GetString("DigitalToAnalogOff", resourceCulture); } } /// /// Looks up a localized string similar to On. /// public static string DigitalToAnalogOn { get { return ResourceManager.GetString("DigitalToAnalogOn", resourceCulture); } } /// /// Looks up a localized string similar to Input #{0}. /// public static string InputHeader { get { return ResourceManager.GetString("InputHeader", resourceCulture); } } /// /// Looks up a localized string similar to Enabled. /// public static string LoggingEnabled { get { return ResourceManager.GetString("LoggingEnabled", resourceCulture); } } /// /// Looks up a localized string similar to Logging level. /// public static string LoggingLevel { get { return ResourceManager.GetString("LoggingLevel", resourceCulture); } } /// /// Looks up a localized string similar to Error. /// public static string LoggingLevelError { get { return ResourceManager.GetString("LoggingLevelError", resourceCulture); } } /// /// Looks up a localized string similar to Only serious errors are logged.. /// public static string LoggingLevelErrorDescription { get { return ResourceManager.GetString("LoggingLevelErrorDescription", resourceCulture); } } /// /// Looks up a localized string similar to Information. /// public static string LoggingLevelInformation { get { return ResourceManager.GetString("LoggingLevelInformation", resourceCulture); } } /// /// Looks up a localized string similar to Information, warnings and errors are logged. This is the recommended level.. /// public static string LoggingLevelInformationDescription { get { return ResourceManager.GetString("LoggingLevelInformationDescription", resourceCulture); } } /// /// Looks up a localized string similar to Verbose. /// public static string LoggingLevelVerbose { get { return ResourceManager.GetString("LoggingLevelVerbose", resourceCulture); } } /// /// Looks up a localized string similar to I like big logs and I can not lie!. /// public static string LoggingLevelVerboseDescription { get { return ResourceManager.GetString("LoggingLevelVerboseDescription", resourceCulture); } } /// /// Looks up a localized string similar to Warning. /// public static string LoggingLevelWarning { get { return ResourceManager.GetString("LoggingLevelWarning", resourceCulture); } } /// /// Looks up a localized string similar to Warnings and errors are logged. This includes issues with loading plugins.. /// public static string LoggingLevelWarningDescription { get { return ResourceManager.GetString("LoggingLevelWarningDescription", resourceCulture); } } /// /// Looks up a localized string similar to Logs are saved to {0}. /// public static string LoggingOutputPath { get { return ResourceManager.GetString("LoggingOutputPath", resourceCulture); } } /// /// Looks up a localized string similar to Device. /// public static string MenuGroupDevice { get { return ResourceManager.GetString("MenuGroupDevice", resourceCulture); } } /// /// Looks up a localized string similar to Settings. /// public static string MenuGroupSettings { get { return ResourceManager.GetString("MenuGroupSettings", resourceCulture); } } /// /// Looks up a localized string similar to Analog inputs. /// public static string MenuItemAnalogInputs { get { return ResourceManager.GetString("MenuItemAnalogInputs", resourceCulture); } } /// /// Looks up a localized string similar to Analog outputs. /// public static string MenuItemAnalogOutputs { get { return ResourceManager.GetString("MenuItemAnalogOutputs", resourceCulture); } } /// /// Looks up a localized string similar to Device. /// public static string MenuItemDevice { get { return ResourceManager.GetString("MenuItemDevice", resourceCulture); } } /// /// Looks up a localized string similar to Digital inputs. /// public static string MenuItemDigitalInputs { get { return ResourceManager.GetString("MenuItemDigitalInputs", resourceCulture); } } /// /// Looks up a localized string similar to Digital outputs. /// public static string MenuItemDigitalOutputs { get { return ResourceManager.GetString("MenuItemDigitalOutputs", resourceCulture); } } /// /// Looks up a localized string similar to Logging. /// public static string MenuItemLogging { get { return ResourceManager.GetString("MenuItemLogging", resourceCulture); } } /// /// Looks up a localized string similar to Startup. /// public static string MenuItemStartup { get { return ResourceManager.GetString("MenuItemStartup", resourceCulture); } } /// /// Looks up a localized string similar to Output #{0}. /// public static string OutputHeader { get { return ResourceManager.GetString("OutputHeader", resourceCulture); } } /// /// Looks up a localized string similar to Run MassiveKnob at startup. /// public static string RunAtStartup { get { return ResourceManager.GetString("RunAtStartup", resourceCulture); } } /// /// Looks up a localized string similar to Massive Knob - Settings. /// public static string SettingsWindowTitle { get { return ResourceManager.GetString("SettingsWindowTitle", resourceCulture); } } } }