79 lines
2.8 KiB
C#
79 lines
2.8 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace ModpackUpdater.Apps.Manager.LangRes {
|
|
using System;
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class SourceTypeLangRes {
|
|
|
|
private static System.Resources.ResourceManager resourceMan;
|
|
|
|
private static System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal SourceTypeLangRes() {
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.Equals(null, resourceMan)) {
|
|
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("ModpackUpdater.Apps.Manager.LangRes.SourceTypeLangRes", typeof(SourceTypeLangRes).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
internal static string DirectLink {
|
|
get {
|
|
return ResourceManager.GetString("DirectLink", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string GitHub {
|
|
get {
|
|
return ResourceManager.GetString("GitHub", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string GitLab {
|
|
get {
|
|
return ResourceManager.GetString("GitLab", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string CurseForge {
|
|
get {
|
|
return ResourceManager.GetString("CurseForge", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Modrinth {
|
|
get {
|
|
return ResourceManager.GetString("Modrinth", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|