//------------------------------------------------------------------------------ // // 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 About mdfinder.... /// public static string AboutMenu { get { return ResourceManager.GetString("AboutMenu", resourceCulture); } } /// /// Looks up a localized string similar to mdfinder is a file scanning and hashing application.. /// public static string AboutWindowDescription { get { return ResourceManager.GetString("AboutWindowDescription", resourceCulture); } } /// /// Looks up a localized string similar to github. /// public static string AboutWindowGithubLinkLabel { get { return ResourceManager.GetString("AboutWindowGithubLinkLabel", resourceCulture); } } /// /// Looks up a localized string similar to license. /// public static string AboutWindowLicenseLinkLabel { get { return ResourceManager.GetString("AboutWindowLicenseLinkLabel", resourceCulture); } } /// /// Looks up a localized string similar to About mdfinder. /// public static string AboutWindowTitle { get { return ResourceManager.GetString("AboutWindowTitle", resourceCulture); } } /// /// 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 Clear. /// public static string ClearLabel { get { return ResourceManager.GetString("ClearLabel", resourceCulture); } } /// /// Looks up a localized string similar to Hash. /// public static string ColumnHeadingHash { get { return ResourceManager.GetString("ColumnHeadingHash", resourceCulture); } } /// /// Looks up a localized string similar to Hash Provider. /// public static string ColumnHeadingHashProvider { get { return ResourceManager.GetString("ColumnHeadingHashProvider", resourceCulture); } } /// /// Looks up a localized string similar to Path. /// public static string ColumnHeadingPath { get { return ResourceManager.GetString("ColumnHeadingPath", resourceCulture); } } /// /// Looks up a localized string similar to Size. /// public static string ColumnHeadingSize { get { return ResourceManager.GetString("ColumnHeadingSize", 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 md5 hash provider. This provider creates a simple md5 hash given a file.. /// public static string DefaultHashProviderDescription { get { return ResourceManager.GetString("DefaultHashProviderDescription", resourceCulture); } } /// /// Looks up a localized string similar to Default Provider. /// public static string DefaultHashProviderName { get { return ResourceManager.GetString("DefaultHashProviderName", resourceCulture); } } /// /// Looks up a localized string similar to Developers and Contributors. /// public static string DevelopersLabel { get { return ResourceManager.GetString("DevelopersLabel", 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 Processing Threshold. /// public static string FileAlertThresholdLabel { get { return ResourceManager.GetString("FileAlertThresholdLabel", 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 Filters. /// public static string FilterBarLabel { get { return ResourceManager.GetString("FilterBarLabel", resourceCulture); } } /// /// Looks up a localized string similar to Duplicates. /// public static string FilterDuplicatesLabel { get { return ResourceManager.GetString("FilterDuplicatesLabel", resourceCulture); } } /// /// Looks up a localized string similar to Show All. /// public static string FilterShowAllLabel { get { return ResourceManager.GetString("FilterShowAllLabel", 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 Files. /// public static string ItemsLabel { get { return ResourceManager.GetString("ItemsLabel", resourceCulture); } } /// /// Looks up a localized string similar to Language. /// public static string LanguageLabel { get { return ResourceManager.GetString("LanguageLabel", resourceCulture); } } /// /// Looks up a localized string similar to The default MD5 hash provider should not have its priorty set.. /// public static string MD5ProviderSetPriorityException { get { return ResourceManager.GetString("MD5ProviderSetPriorityException", resourceCulture); } } /// /// Looks up a localized string similar to OK. /// public static string OKLabel { get { return ResourceManager.GetString("OKLabel", 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 Open Source Libraries. /// public static string OpenSourceCreditsLabel { get { return ResourceManager.GetString("OpenSourceCreditsLabel", resourceCulture); } } /// /// Looks up a localized string similar to Options.... /// public static string OptionsMenu { get { return ResourceManager.GetString("OptionsMenu", resourceCulture); } } /// /// Looks up a localized string similar to Note: Changing the user language will require a restart of the program.. /// public static string OptionsWindowLanguageChangeNotice { get { return ResourceManager.GetString("OptionsWindowLanguageChangeNotice", resourceCulture); } } /// /// Looks up a localized string similar to Options. /// public static string OptionsWindowTitle { get { return ResourceManager.GetString("OptionsWindowTitle", resourceCulture); } } /// /// Looks up a localized string similar to Provider Location. /// public static string ProviderFolderLabel { get { return ResourceManager.GetString("ProviderFolderLabel", resourceCulture); } } /// /// Looks up a localized string similar to Save. /// public static string SaveLabel { get { return ResourceManager.GetString("SaveLabel", 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 Skip Empty Files. /// public static string SkipEmptyFilesLabel { get { return ResourceManager.GetString("SkipEmptyFilesLabel", 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); } } /// /// Looks up a localized string similar to Version. /// public static string VersionLabel { get { return ResourceManager.GetString("VersionLabel", resourceCulture); } } } }