//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace ModpackUpdater.Apps.Client.Gui.LangRes { using System; [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class GeneralLangRes { private static System.Resources.ResourceManager resourceMan; private static System.Globalization.CultureInfo resourceCulture; [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal GeneralLangRes() { } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public static System.Resources.ResourceManager ResourceManager { get { if (object.Equals(null, resourceMan)) { System.Resources.ResourceManager temp = new System.Resources.ResourceManager("ModpackUpdater.Apps.Client.Gui.LangRes.GeneralLangRes", typeof(GeneralLangRes).Assembly); resourceMan = temp; } return resourceMan; } } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public static System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } public static string AnUpdateIsAvailable { get { return ResourceManager.GetString("AnUpdateIsAvailable", resourceCulture); } } public static string CheckForUpdates { get { return ResourceManager.GetString("CheckForUpdates", resourceCulture); } } public static string CheckingForUpdates { get { return ResourceManager.GetString("CheckingForUpdates", resourceCulture); } } public static string ConfigIncompleteOrNotLoaded { get { return ResourceManager.GetString("ConfigIncompleteOrNotLoaded", resourceCulture); } } public static string DownloadProgramUpdate { get { return ResourceManager.GetString("DownloadProgramUpdate", resourceCulture); } } public static string ErrorOnUpdateCheckOrUpdating { get { return ResourceManager.GetString("ErrorOnUpdateCheckOrUpdating", resourceCulture); } } public static string EverythingIsRightAndUpToDate { get { return ResourceManager.GetString("EverythingIsRightAndUpToDate", resourceCulture); } } public static string Install { get { return ResourceManager.GetString("Install", resourceCulture); } } public static string InstallationKey { get { return ResourceManager.GetString("InstallationKey", resourceCulture); } } public static string Installing { get { return ResourceManager.GetString("Installing", resourceCulture); } } public static string MinecraftProfile { get { return ResourceManager.GetString("MinecraftProfile", resourceCulture); } } public static string MinecraftProfileFolderSeemsInvalid { get { return ResourceManager.GetString("MinecraftProfileFolderSeemsInvalid", resourceCulture); } } public static string ModpackConfigUrl { get { return ResourceManager.GetString("ModpackConfigUrl", resourceCulture); } } public static string Repair { get { return ResourceManager.GetString("Repair", resourceCulture); } } public static string Select { get { return ResourceManager.GetString("Select", resourceCulture); } } public static string SelectMinecraftProfileFolder { get { return ResourceManager.GetString("SelectMinecraftProfileFolder", resourceCulture); } } public static string Status { get { return ResourceManager.GetString("Status", resourceCulture); } } public static string UpdateServerInMaintenance { get { return ResourceManager.GetString("UpdateServerInMaintenance", resourceCulture); } } public static string InstallationKeyNotValid { get { return ResourceManager.GetString("InstallationKeyNotValid", resourceCulture); } } } }