//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.1433 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace OmniaMea { 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 Stringtable { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Stringtable() { } /// /// 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("OmniaMea.Stringtable", typeof(Stringtable).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 About Omea Plugins. /// internal static string AboutPluginsCommandText { get { return ResourceManager.GetString("AboutPluginsCommandText", resourceCulture); } } /// /// Looks up a localized string similar to About Omea Plugins. /// internal static string AboutPluginsCommandTooltip { get { return ResourceManager.GetString("AboutPluginsCommandTooltip", resourceCulture); } } /// /// Looks up a localized string similar to Changes will take effect after Omea restart. /// internal static string ChangesAfterRestart { get { return ResourceManager.GetString("ChangesAfterRestart", resourceCulture); } } /// /// Looks up a localized string similar to Close. /// internal static string Close { get { return ResourceManager.GetString("Close", resourceCulture); } } /// /// Looks up a localized string similar to Could not load plugin.. /// internal static string CouldNotLoadPlugin { get { return ResourceManager.GetString("CouldNotLoadPlugin", resourceCulture); } } /// /// Looks up a localized string similar to Disabled. /// internal static string Disabled { get { return ResourceManager.GetString("Disabled", resourceCulture); } } /// /// Looks up a localized string similar to Download. /// internal static string DownloadCommandText { get { return ResourceManager.GetString("DownloadCommandText", resourceCulture); } } /// /// Looks up a localized string similar to Download More Plugins. /// internal static string DownloadCommandTooltip { get { return ResourceManager.GetString("DownloadCommandTooltip", resourceCulture); } } /// /// Looks up a localized string similar to Enabled. /// internal static string Enabled { get { return ResourceManager.GetString("Enabled", resourceCulture); } } /// /// Looks up a localized string similar to Enabled. /// internal static string EnabledColumnHeader { get { return ResourceManager.GetString("EnabledColumnHeader", resourceCulture); } } /// /// Looks up a localized string similar to File. /// internal static string File { get { return ResourceManager.GetString("File", resourceCulture); } } /// /// Looks up a localized string similar to Load Plugin Assemblies. /// internal static string JobLoadPluginAssemblies { get { return ResourceManager.GetString("JobLoadPluginAssemblies", resourceCulture); } } /// /// Looks up a localized string similar to Load plugin assembly info.. /// internal static string JobLoadPluginAssemblyInfo { get { return ResourceManager.GetString("JobLoadPluginAssemblyInfo", resourceCulture); } } /// /// Looks up a localized string similar to Startup {0} Plugin. /// internal static string JobStartingPlugin { get { return ResourceManager.GetString("JobStartingPlugin", resourceCulture); } } /// /// Looks up a localized string similar to Loading plugins…. /// internal static string LoadingPluginsProgressMessage { get { return ResourceManager.GetString("LoadingPluginsProgressMessage", resourceCulture); } } /// /// Looks up a localized string similar to Looking for plugins…. /// internal static string LookingForPlugins { get { return ResourceManager.GetString("LookingForPlugins", resourceCulture); } } /// /// Looks up a localized string similar to Would you like to disable loading the {0} plugin? It can be enabled back at Options | Omea | Plugins.. /// internal static string MessageBoxDisableFailedPlugin { get { return ResourceManager.GetString("MessageBoxDisableFailedPlugin", resourceCulture); } } /// /// Looks up a localized string similar to Error Loading Plugin – Omea. /// internal static string MessageBoxFailedPluginTitle { get { return ResourceManager.GetString("MessageBoxFailedPluginTitle", resourceCulture); } } /// /// Looks up a localized string similar to The {0} plugin could not be loaded.. /// internal static string MessageBoxPluginCouldNotBeLoaded { get { return ResourceManager.GetString("MessageBoxPluginCouldNotBeLoaded", resourceCulture); } } /// /// Looks up a localized string similar to Omea Plugins were not found in this assembly.. /// internal static string NoPluginsInAssembly { get { return ResourceManager.GetString("NoPluginsInAssembly", resourceCulture); } } /// /// Looks up a localized string similar to Not a plugin. /// internal static string NotAPlugin { get { return ResourceManager.GetString("NotAPlugin", resourceCulture); } } /// /// Looks up a localized string similar to Anonymous. /// internal static string PluginAuthorUnavailableText { get { return ResourceManager.GetString("PluginAuthorUnavailableText", resourceCulture); } } /// /// Looks up a localized string similar to Plugin. /// internal static string PluginColumnHeader { get { return ResourceManager.GetString("PluginColumnHeader", resourceCulture); } } /// /// Looks up a localized string similar to This is a third-party plugin. /// internal static string PluginDescDebug_IsNonPrimary { get { return ResourceManager.GetString("PluginDescDebug_IsNonPrimary", resourceCulture); } } /// /// Looks up a localized string similar to This is a core Omea plugin. /// internal static string PluginDescDebug_IsPrimary { get { return ResourceManager.GetString("PluginDescDebug_IsPrimary", resourceCulture); } } /// /// Looks up a localized string similar to from. /// internal static string PluginDescDebug_LoadedFrom { get { return ResourceManager.GetString("PluginDescDebug_LoadedFrom", resourceCulture); } } /// /// Looks up a localized string similar to This plugin has no description.. /// internal static string PluginDescriptionUnavailableText { get { return ResourceManager.GetString("PluginDescriptionUnavailableText", resourceCulture); } } /// /// Looks up a localized string similar to Plugin icon. /// internal static string PluginIcon { get { return ResourceManager.GetString("PluginIcon", resourceCulture); } } /// /// Looks up a localized string similar to Third-Party Plugin. /// internal static string PluginIsNotPrimary { get { return ResourceManager.GetString("PluginIsNotPrimary", resourceCulture); } } /// /// Looks up a localized string similar to Core Plugin. /// internal static string PluginIsPrimary { get { return ResourceManager.GetString("PluginIsPrimary", resourceCulture); } } /// /// Looks up a localized string similar to Will be loaded on next Omea run. /// internal static string PluginWillBeLoaded { get { return ResourceManager.GetString("PluginWillBeLoaded", resourceCulture); } } /// /// Looks up a localized string similar to Will not be loaded on next Omea run. /// internal static string PluginWillNotBeLoaded { get { return ResourceManager.GetString("PluginWillNotBeLoaded", resourceCulture); } } /// /// Looks up a localized string similar to by. /// internal static string PluginWrittenBy { get { return ResourceManager.GetString("PluginWrittenBy", resourceCulture); } } /// /// Looks up a localized string similar to Refresh. /// internal static string RefreshCommandText { get { return ResourceManager.GetString("RefreshCommandText", resourceCulture); } } /// /// Looks up a localized string similar to Refresh. /// internal static string RefreshCommandTooltip { get { return ResourceManager.GetString("RefreshCommandTooltip", resourceCulture); } } /// /// Looks up a localized string similar to Show _developer info. /// internal static string ShowDeveloperInfo { get { return ResourceManager.GetString("ShowDeveloperInfo", resourceCulture); } } /// /// Looks up a localized string similar to Starting plugins…. /// internal static string StartingPluginsProgressMessage { get { return ResourceManager.GetString("StartingPluginsProgressMessage", resourceCulture); } } /// /// Looks up a localized string similar to Stopping {0}…. /// internal static string StoppingPluginProgressMessage { get { return ResourceManager.GetString("StoppingPluginProgressMessage", resourceCulture); } } } }