157 lines
5.0 KiB
C#
157 lines
5.0 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()]
|
|
public class ActionsListLangRes {
|
|
|
|
private static System.Resources.ResourceManager resourceMan;
|
|
|
|
private static System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal ActionsListLangRes() {
|
|
}
|
|
|
|
[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.ActionsListLangRes", typeof(ActionsListLangRes).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 Col_DestPath {
|
|
get {
|
|
return ResourceManager.GetString("Col_DestPath", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_Id {
|
|
get {
|
|
return ResourceManager.GetString("Col_Id", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_InheritFrom {
|
|
get {
|
|
return ResourceManager.GetString("Col_InheritFrom", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_IsDir {
|
|
get {
|
|
return ResourceManager.GetString("Col_IsDir", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_IsExtra {
|
|
get {
|
|
return ResourceManager.GetString("Col_IsExtra", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_IsZip {
|
|
get {
|
|
return ResourceManager.GetString("Col_IsZip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_Name {
|
|
get {
|
|
return ResourceManager.GetString("Col_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_Side {
|
|
get {
|
|
return ResourceManager.GetString("Col_Side", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_SrcName {
|
|
get {
|
|
return ResourceManager.GetString("Col_SrcName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_SrcOwner {
|
|
get {
|
|
return ResourceManager.GetString("Col_SrcOwner", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_SrcPath {
|
|
get {
|
|
return ResourceManager.GetString("Col_SrcPath", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_SrcRegEx {
|
|
get {
|
|
return ResourceManager.GetString("Col_SrcRegEx", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_SrcTag {
|
|
get {
|
|
return ResourceManager.GetString("Col_SrcTag", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_SrcType {
|
|
get {
|
|
return ResourceManager.GetString("Col_SrcType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_SrcUrl {
|
|
get {
|
|
return ResourceManager.GetString("Col_SrcUrl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_UpdateType {
|
|
get {
|
|
return ResourceManager.GetString("Col_UpdateType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_Website {
|
|
get {
|
|
return ResourceManager.GetString("Col_Website", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Col_ZipPath {
|
|
get {
|
|
return ResourceManager.GetString("Col_ZipPath", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|