301 lines
9.1 KiB
C#
301 lines
9.1 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 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);
|
|
}
|
|
}
|
|
|
|
public static string Remove {
|
|
get {
|
|
return ResourceManager.GetString("Remove", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string WorkspacePreferences {
|
|
get {
|
|
return ResourceManager.GetString("WorkspacePreferences", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string SaveWorkspace {
|
|
get {
|
|
return ResourceManager.GetString("SaveWorkspace", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string NewWorkspace {
|
|
get {
|
|
return ResourceManager.GetString("NewWorkspace", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string RecentWorkspaces {
|
|
get {
|
|
return ResourceManager.GetString("RecentWorkspaces", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Workspace {
|
|
get {
|
|
return ResourceManager.GetString("Workspace", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string CreateUpdate {
|
|
get {
|
|
return ResourceManager.GetString("CreateUpdate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string RemoveUpdate {
|
|
get {
|
|
return ResourceManager.GetString("RemoveUpdate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Update {
|
|
get {
|
|
return ResourceManager.GetString("Update", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Tools {
|
|
get {
|
|
return ResourceManager.GetString("Tools", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Updates {
|
|
get {
|
|
return ResourceManager.GetString("Updates", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Add {
|
|
get {
|
|
return ResourceManager.GetString("Add", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Public {
|
|
get {
|
|
return ResourceManager.GetString("Public", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Id {
|
|
get {
|
|
return ResourceManager.GetString("Id", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Side {
|
|
get {
|
|
return ResourceManager.GetString("Side", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string UpdateType {
|
|
get {
|
|
return ResourceManager.GetString("UpdateType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string SourceType {
|
|
get {
|
|
return ResourceManager.GetString("SourceType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string DestinationPath {
|
|
get {
|
|
return ResourceManager.GetString("DestinationPath", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string State {
|
|
get {
|
|
return ResourceManager.GetString("State", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string InheritFrom {
|
|
get {
|
|
return ResourceManager.GetString("InheritFrom", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string SourcePath {
|
|
get {
|
|
return ResourceManager.GetString("SourcePath", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string IsDirectory {
|
|
get {
|
|
return ResourceManager.GetString("IsDirectory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string General {
|
|
get {
|
|
return ResourceManager.GetString("General", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Name {
|
|
get {
|
|
return ResourceManager.GetString("Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string IsExtra {
|
|
get {
|
|
return ResourceManager.GetString("IsExtra", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Destination {
|
|
get {
|
|
return ResourceManager.GetString("Destination", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Source {
|
|
get {
|
|
return ResourceManager.GetString("Source", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string IsZipArchive {
|
|
get {
|
|
return ResourceManager.GetString("IsZipArchive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string SourceOwner {
|
|
get {
|
|
return ResourceManager.GetString("SourceOwner", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string SourceName {
|
|
get {
|
|
return ResourceManager.GetString("SourceName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string SourceRegex {
|
|
get {
|
|
return ResourceManager.GetString("SourceRegex", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string SourceUrl {
|
|
get {
|
|
return ResourceManager.GetString("SourceUrl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string ZipArchivePath {
|
|
get {
|
|
return ResourceManager.GetString("ZipArchivePath", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Metadata {
|
|
get {
|
|
return ResourceManager.GetString("Metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Website {
|
|
get {
|
|
return ResourceManager.GetString("Website", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|