a lot of work

This commit is contained in:
2025-11-15 17:17:52 +01:00
parent 336b6ad1fd
commit b9ddc20b7d
42 changed files with 1453 additions and 3346 deletions

View File

@@ -14,7 +14,7 @@ namespace ModpackUpdater.Apps.Manager.LangRes {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class GeneralLangRes {
public class GeneralLangRes {
private static System.Resources.ResourceManager resourceMan;
@@ -25,7 +25,7 @@ namespace ModpackUpdater.Apps.Manager.LangRes {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Resources.ResourceManager ResourceManager {
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);
@@ -36,7 +36,7 @@ namespace ModpackUpdater.Apps.Manager.LangRes {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Globalization.CultureInfo Culture {
public static System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
@@ -45,55 +45,55 @@ namespace ModpackUpdater.Apps.Manager.LangRes {
}
}
internal static string Node_Install {
public static string Node_Install {
get {
return ResourceManager.GetString("Node_Install", resourceCulture);
}
}
internal static string Node_Update {
public static string Node_Update {
get {
return ResourceManager.GetString("Node_Update", resourceCulture);
}
}
internal static string ModlistForVersionX {
public static string ModlistForVersionX {
get {
return ResourceManager.GetString("ModlistForVersionX", resourceCulture);
}
}
internal static string GitLabInstanceUrl {
public static string GitLabInstanceUrl {
get {
return ResourceManager.GetString("GitLabInstanceUrl", resourceCulture);
}
}
internal static string GitLabApiToken {
public static string GitLabApiToken {
get {
return ResourceManager.GetString("GitLabApiToken", resourceCulture);
}
}
internal static string RepositoryId {
public static string RepositoryId {
get {
return ResourceManager.GetString("RepositoryId", resourceCulture);
}
}
internal static string FileLocationOfInstallJson {
public static string FileLocationOfInstallJson {
get {
return ResourceManager.GetString("FileLocationOfInstallJson", resourceCulture);
}
}
internal static string FileLocationOfUpdateJson {
public static string FileLocationOfUpdateJson {
get {
return ResourceManager.GetString("FileLocationOfUpdateJson", resourceCulture);
}
}
internal static string ModpackConfigUrl {
public static string ModpackConfigUrl {
get {
return ResourceManager.GetString("ModpackConfigUrl", resourceCulture);
}