103 lines
3.6 KiB
C#
103 lines
3.6 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", "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.Manager.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 Node_Install {
|
|
get {
|
|
return ResourceManager.GetString("Node_Install", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Node_Update {
|
|
get {
|
|
return ResourceManager.GetString("Node_Update", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string ModlistForVersionX {
|
|
get {
|
|
return ResourceManager.GetString("ModlistForVersionX", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string GitLabInstanceUrl {
|
|
get {
|
|
return ResourceManager.GetString("GitLabInstanceUrl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string GitLabApiToken {
|
|
get {
|
|
return ResourceManager.GetString("GitLabApiToken", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string RepositoryId {
|
|
get {
|
|
return ResourceManager.GetString("RepositoryId", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string FileLocationOfInstallJson {
|
|
get {
|
|
return ResourceManager.GetString("FileLocationOfInstallJson", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string FileLocationOfUpdateJson {
|
|
get {
|
|
return ResourceManager.GetString("FileLocationOfUpdateJson", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string ModpackConfigUrl {
|
|
get {
|
|
return ResourceManager.GetString("ModpackConfigUrl", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|