//------------------------------------------------------------------------------ // // 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.Manager.LangRes { using System; [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class MsgBoxLangRes { private static System.Resources.ResourceManager resourceMan; private static System.Globalization.CultureInfo resourceCulture; [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal MsgBoxLangRes() { } [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.Manager.LangRes.MsgBoxLangRes", typeof(MsgBoxLangRes).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 ChangelogCopiedToClipboard { get { return ResourceManager.GetString("ChangelogCopiedToClipboard", resourceCulture); } } public static string ChangelogCopiedToClipboard_Title { get { return ResourceManager.GetString("ChangelogCopiedToClipboard_Title", resourceCulture); } } public static string ModlistCopiedToClipboard { get { return ResourceManager.GetString("ModlistCopiedToClipboard", resourceCulture); } } public static string ModlistCopiedToClipboard_Title { get { return ResourceManager.GetString("ModlistCopiedToClipboard_Title", resourceCulture); } } public static string ModlistGenerated { get { return ResourceManager.GetString("ModlistGenerated", resourceCulture); } } public static string ModlistGenerated_Title { get { return ResourceManager.GetString("ModlistGenerated_Title", resourceCulture); } } public static string RemoveUpdate { get { return ResourceManager.GetString("RemoveUpdate", resourceCulture); } } public static string RemoveUpdate_Title { get { return ResourceManager.GetString("RemoveUpdate_Title", resourceCulture); } } public static string UpdateAvailable { get { return ResourceManager.GetString("UpdateAvailable", resourceCulture); } } public static string UpdateAvailable_Title { get { return ResourceManager.GetString("UpdateAvailable_Title", resourceCulture); } } } }