477 lines
16 KiB
C#
477 lines
16 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;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
// class via a tool like ResGen or Visual Studio.
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
// with the /str option, or rebuild your VS project.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public class GeneralLangRes {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal GeneralLangRes() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ModpackUpdater.Apps.Manager.LangRes.GeneralLangRes", typeof(GeneralLangRes).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add.
|
|
/// </summary>
|
|
public static string Add {
|
|
get {
|
|
return ResourceManager.GetString("Add", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create update.
|
|
/// </summary>
|
|
public static string CreateUpdate {
|
|
get {
|
|
return ResourceManager.GetString("CreateUpdate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Destination.
|
|
/// </summary>
|
|
public static string Destination {
|
|
get {
|
|
return ResourceManager.GetString("Destination", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Destination path.
|
|
/// </summary>
|
|
public static string DestinationPath {
|
|
get {
|
|
return ResourceManager.GetString("DestinationPath", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to File location of "install.json".
|
|
/// </summary>
|
|
public static string FileLocationOfInstallJson {
|
|
get {
|
|
return ResourceManager.GetString("FileLocationOfInstallJson", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to File location of "update.json".
|
|
/// </summary>
|
|
public static string FileLocationOfUpdateJson {
|
|
get {
|
|
return ResourceManager.GetString("FileLocationOfUpdateJson", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to General.
|
|
/// </summary>
|
|
public static string General {
|
|
get {
|
|
return ResourceManager.GetString("General", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to GitLab Api token.
|
|
/// </summary>
|
|
public static string GitLabApiToken {
|
|
get {
|
|
return ResourceManager.GetString("GitLabApiToken", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to GitLab instance url.
|
|
/// </summary>
|
|
public static string GitLabInstanceUrl {
|
|
get {
|
|
return ResourceManager.GetString("GitLabInstanceUrl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Id.
|
|
/// </summary>
|
|
public static string Id {
|
|
get {
|
|
return ResourceManager.GetString("Id", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Inherit from.
|
|
/// </summary>
|
|
public static string InheritFrom {
|
|
get {
|
|
return ResourceManager.GetString("InheritFrom", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Is directory.
|
|
/// </summary>
|
|
public static string IsDirectory {
|
|
get {
|
|
return ResourceManager.GetString("IsDirectory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Is extra.
|
|
/// </summary>
|
|
public static string IsExtra {
|
|
get {
|
|
return ResourceManager.GetString("IsExtra", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Is Zip archive.
|
|
/// </summary>
|
|
public static string IsZipArchive {
|
|
get {
|
|
return ResourceManager.GetString("IsZipArchive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Metadata.
|
|
/// </summary>
|
|
public static string Metadata {
|
|
get {
|
|
return ResourceManager.GetString("Metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Modlist for v{0}.
|
|
/// </summary>
|
|
public static string ModlistForVersionX {
|
|
get {
|
|
return ResourceManager.GetString("ModlistForVersionX", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Modpack config url.
|
|
/// </summary>
|
|
public static string ModpackConfigUrl {
|
|
get {
|
|
return ResourceManager.GetString("ModpackConfigUrl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Name.
|
|
/// </summary>
|
|
public static string Name {
|
|
get {
|
|
return ResourceManager.GetString("Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to New workspace.
|
|
/// </summary>
|
|
public static string NewWorkspace {
|
|
get {
|
|
return ResourceManager.GetString("NewWorkspace", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Public.
|
|
/// </summary>
|
|
public static string Public {
|
|
get {
|
|
return ResourceManager.GetString("Public", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Recent workspace.
|
|
/// </summary>
|
|
public static string RecentWorkspaces {
|
|
get {
|
|
return ResourceManager.GetString("RecentWorkspaces", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remove.
|
|
/// </summary>
|
|
public static string Remove {
|
|
get {
|
|
return ResourceManager.GetString("Remove", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remove update.
|
|
/// </summary>
|
|
public static string RemoveUpdate {
|
|
get {
|
|
return ResourceManager.GetString("RemoveUpdate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Repository Id.
|
|
/// </summary>
|
|
public static string RepositoryId {
|
|
get {
|
|
return ResourceManager.GetString("RepositoryId", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Root folder path.
|
|
/// </summary>
|
|
public static string RootFolderPath {
|
|
get {
|
|
return ResourceManager.GetString("RootFolderPath", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save workspace.
|
|
/// </summary>
|
|
public static string SaveWorkspace {
|
|
get {
|
|
return ResourceManager.GetString("SaveWorkspace", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Search.
|
|
/// </summary>
|
|
public static string Search {
|
|
get {
|
|
return ResourceManager.GetString("Search", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Select.
|
|
/// </summary>
|
|
public static string Select {
|
|
get {
|
|
return ResourceManager.GetString("Select", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Select root folder.
|
|
/// </summary>
|
|
public static string SelectRootFolder {
|
|
get {
|
|
return ResourceManager.GetString("SelectRootFolder", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Side.
|
|
/// </summary>
|
|
public static string Side {
|
|
get {
|
|
return ResourceManager.GetString("Side", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Source.
|
|
/// </summary>
|
|
public static string Source {
|
|
get {
|
|
return ResourceManager.GetString("Source", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Source name.
|
|
/// </summary>
|
|
public static string SourceName {
|
|
get {
|
|
return ResourceManager.GetString("SourceName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Source owner.
|
|
/// </summary>
|
|
public static string SourceOwner {
|
|
get {
|
|
return ResourceManager.GetString("SourceOwner", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Source path.
|
|
/// </summary>
|
|
public static string SourcePath {
|
|
get {
|
|
return ResourceManager.GetString("SourcePath", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Source RegEx.
|
|
/// </summary>
|
|
public static string SourceRegex {
|
|
get {
|
|
return ResourceManager.GetString("SourceRegex", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Source type.
|
|
/// </summary>
|
|
public static string SourceType {
|
|
get {
|
|
return ResourceManager.GetString("SourceType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Source URL.
|
|
/// </summary>
|
|
public static string SourceUrl {
|
|
get {
|
|
return ResourceManager.GetString("SourceUrl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to State.
|
|
/// </summary>
|
|
public static string State {
|
|
get {
|
|
return ResourceManager.GetString("State", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tools.
|
|
/// </summary>
|
|
public static string Tools {
|
|
get {
|
|
return ResourceManager.GetString("Tools", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Update.
|
|
/// </summary>
|
|
public static string Update {
|
|
get {
|
|
return ResourceManager.GetString("Update", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Updates.
|
|
/// </summary>
|
|
public static string Updates {
|
|
get {
|
|
return ResourceManager.GetString("Updates", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Update type.
|
|
/// </summary>
|
|
public static string UpdateType {
|
|
get {
|
|
return ResourceManager.GetString("UpdateType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Website.
|
|
/// </summary>
|
|
public static string Website {
|
|
get {
|
|
return ResourceManager.GetString("Website", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Workspace.
|
|
/// </summary>
|
|
public static string Workspace {
|
|
get {
|
|
return ResourceManager.GetString("Workspace", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Workspace preferences.
|
|
/// </summary>
|
|
public static string WorkspacePreferences {
|
|
get {
|
|
return ResourceManager.GetString("WorkspacePreferences", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ZIP archive path.
|
|
/// </summary>
|
|
public static string ZipArchivePath {
|
|
get {
|
|
return ResourceManager.GetString("ZipArchivePath", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|