//------------------------------------------------------------------------------ // // 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 mdfinder.Localization { 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", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Localization { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Localization() { } /// /// 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("mdfinder.Localization.Localization", typeof(Localization).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 Actions. /// public static string ActionBarLabel { get { return ResourceManager.GetString("ActionBarLabel", resourceCulture); } } /// /// Looks up a localized string similar to Would you like to visit mdfinder to update to the latest version?. /// public static string BehindVersionQuestion { get { return ResourceManager.GetString("BehindVersionQuestion", resourceCulture); } } /// /// Looks up a localized string similar to The current version is behind the github repository and should be updated.. /// public static string BehindVersionStatusDescription { get { return ResourceManager.GetString("BehindVersionStatusDescription", resourceCulture); } } /// /// Looks up a localized string similar to The bin size must be greater than or equal to 1 and less than [int max | todo: find out the actual value].. /// public static string BinSizeOutOfRangeExceptionMessage { get { return ResourceManager.GetString("BinSizeOutOfRangeExceptionMessage", resourceCulture); } } /// /// Looks up a localized string similar to Cannot convert type to {0} from or to a boolean.. /// public static string BooleanInvalidCastExceptionFormat { get { return ResourceManager.GetString("BooleanInvalidCastExceptionFormat", resourceCulture); } } /// /// Looks up a localized string similar to The current version is up to date with the github repository.. /// public static string CurrentVersionStatusDescription { get { return ResourceManager.GetString("CurrentVersionStatusDescription", resourceCulture); } } /// /// Looks up a localized string similar to The current version is ahead of the github repository, or is a custom version of butterflow-ui that cannot be compared to the github repository.. /// public static string CustomVersionStatusDescription { get { return ResourceManager.GetString("CustomVersionStatusDescription", resourceCulture); } } /// /// Looks up a localized string similar to Edit. /// public static string EditMenu { get { return ResourceManager.GetString("EditMenu", resourceCulture); } } /// /// Looks up a localized string similar to File. /// public static string FileMenu { get { return ResourceManager.GetString("FileMenu", resourceCulture); } } /// /// Looks up a localized string similar to Help. /// public static string HelpMenu { get { return ResourceManager.GetString("HelpMenu", resourceCulture); } } /// /// Looks up a localized string similar to Open File Database.... /// public static string OpenMenuItem { get { return ResourceManager.GetString("OpenMenuItem", resourceCulture); } } /// /// Looks up a localized string similar to Save File Database.... /// public static string SaveMenuItem { get { return ResourceManager.GetString("SaveMenuItem", resourceCulture); } } /// /// Looks up a localized string similar to Scan. /// public static string ScanLabel { get { return ResourceManager.GetString("ScanLabel", resourceCulture); } } /// /// Looks up a localized string similar to Location to Scan. /// public static string ScanLocationLabel { get { return ResourceManager.GetString("ScanLocationLabel", resourceCulture); } } /// /// Looks up a localized string similar to Scan the selected path. /// public static string ScanTooltip { get { return ResourceManager.GetString("ScanTooltip", resourceCulture); } } /// /// Looks up a localized string similar to mdfinder. /// public static string Title { get { return ResourceManager.GetString("Title", resourceCulture); } } /// /// Looks up a localized string similar to Github failed to respond with the current version. This could be because of rate limits or a network failure.. /// public static string UnknownVersionStatusDescription { get { return ResourceManager.GetString("UnknownVersionStatusDescription", resourceCulture); } } } }