//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace ModpackUpdater.Apps.Manager.LangRes { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // 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() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Add. /// public static string Add { get { return ResourceManager.GetString("Add", resourceCulture); } } /// /// Looks up a localized string similar to Create update. /// public static string CreateUpdate { get { return ResourceManager.GetString("CreateUpdate", resourceCulture); } } /// /// Looks up a localized string similar to Destination. /// public static string Destination { get { return ResourceManager.GetString("Destination", resourceCulture); } } /// /// Looks up a localized string similar to Destination path. /// public static string DestinationPath { get { return ResourceManager.GetString("DestinationPath", resourceCulture); } } /// /// Looks up a localized string similar to File location of "install.json". /// public static string FileLocationOfInstallJson { get { return ResourceManager.GetString("FileLocationOfInstallJson", resourceCulture); } } /// /// Looks up a localized string similar to File location of "update.json". /// public static string FileLocationOfUpdateJson { get { return ResourceManager.GetString("FileLocationOfUpdateJson", resourceCulture); } } /// /// Looks up a localized string similar to General. /// public static string General { get { return ResourceManager.GetString("General", resourceCulture); } } /// /// Looks up a localized string similar to GitLab Api token. /// public static string GitLabApiToken { get { return ResourceManager.GetString("GitLabApiToken", resourceCulture); } } /// /// Looks up a localized string similar to GitLab instance url. /// public static string GitLabInstanceUrl { get { return ResourceManager.GetString("GitLabInstanceUrl", resourceCulture); } } /// /// Looks up a localized string similar to Id. /// public static string Id { get { return ResourceManager.GetString("Id", resourceCulture); } } /// /// Looks up a localized string similar to Inherit from. /// public static string InheritFrom { get { return ResourceManager.GetString("InheritFrom", resourceCulture); } } /// /// Looks up a localized string similar to Is directory. /// public static string IsDirectory { get { return ResourceManager.GetString("IsDirectory", resourceCulture); } } /// /// Looks up a localized string similar to Is extra. /// public static string IsExtra { get { return ResourceManager.GetString("IsExtra", resourceCulture); } } /// /// Looks up a localized string similar to Is Zip archive. /// public static string IsZipArchive { get { return ResourceManager.GetString("IsZipArchive", resourceCulture); } } /// /// Looks up a localized string similar to Metadata. /// public static string Metadata { get { return ResourceManager.GetString("Metadata", resourceCulture); } } /// /// Looks up a localized string similar to Modlist for v{0}. /// public static string ModlistForVersionX { get { return ResourceManager.GetString("ModlistForVersionX", resourceCulture); } } /// /// Looks up a localized string similar to Modpack config url. /// public static string ModpackConfigUrl { get { return ResourceManager.GetString("ModpackConfigUrl", resourceCulture); } } /// /// Looks up a localized string similar to Name. /// public static string Name { get { return ResourceManager.GetString("Name", resourceCulture); } } /// /// Looks up a localized string similar to New workspace. /// public static string NewWorkspace { get { return ResourceManager.GetString("NewWorkspace", resourceCulture); } } /// /// Looks up a localized string similar to Public. /// public static string Public { get { return ResourceManager.GetString("Public", resourceCulture); } } /// /// Looks up a localized string similar to Recent workspace. /// public static string RecentWorkspaces { get { return ResourceManager.GetString("RecentWorkspaces", resourceCulture); } } /// /// Looks up a localized string similar to Remove. /// public static string Remove { get { return ResourceManager.GetString("Remove", resourceCulture); } } /// /// Looks up a localized string similar to Remove update. /// public static string RemoveUpdate { get { return ResourceManager.GetString("RemoveUpdate", resourceCulture); } } /// /// Looks up a localized string similar to Repository Id. /// public static string RepositoryId { get { return ResourceManager.GetString("RepositoryId", resourceCulture); } } /// /// Looks up a localized string similar to Root folder path. /// public static string RootFolderPath { get { return ResourceManager.GetString("RootFolderPath", resourceCulture); } } /// /// Looks up a localized string similar to Save workspace. /// public static string SaveWorkspace { get { return ResourceManager.GetString("SaveWorkspace", resourceCulture); } } /// /// Looks up a localized string similar to Search. /// public static string Search { get { return ResourceManager.GetString("Search", resourceCulture); } } /// /// Looks up a localized string similar to Select. /// public static string Select { get { return ResourceManager.GetString("Select", resourceCulture); } } /// /// Looks up a localized string similar to Select root folder. /// public static string SelectRootFolder { get { return ResourceManager.GetString("SelectRootFolder", resourceCulture); } } /// /// Looks up a localized string similar to Side. /// public static string Side { get { return ResourceManager.GetString("Side", resourceCulture); } } /// /// Looks up a localized string similar to Source. /// public static string Source { get { return ResourceManager.GetString("Source", resourceCulture); } } /// /// Looks up a localized string similar to Source name. /// public static string SourceName { get { return ResourceManager.GetString("SourceName", resourceCulture); } } /// /// Looks up a localized string similar to Source owner. /// public static string SourceOwner { get { return ResourceManager.GetString("SourceOwner", resourceCulture); } } /// /// Looks up a localized string similar to Source path. /// public static string SourcePath { get { return ResourceManager.GetString("SourcePath", resourceCulture); } } /// /// Looks up a localized string similar to Source RegEx. /// public static string SourceRegex { get { return ResourceManager.GetString("SourceRegex", resourceCulture); } } /// /// Looks up a localized string similar to Source type. /// public static string SourceType { get { return ResourceManager.GetString("SourceType", resourceCulture); } } /// /// Looks up a localized string similar to Source URL. /// public static string SourceUrl { get { return ResourceManager.GetString("SourceUrl", resourceCulture); } } /// /// Looks up a localized string similar to State. /// public static string State { get { return ResourceManager.GetString("State", resourceCulture); } } /// /// Looks up a localized string similar to Tools. /// public static string Tools { get { return ResourceManager.GetString("Tools", resourceCulture); } } /// /// Looks up a localized string similar to Update. /// public static string Update { get { return ResourceManager.GetString("Update", resourceCulture); } } /// /// Looks up a localized string similar to Updates. /// public static string Updates { get { return ResourceManager.GetString("Updates", resourceCulture); } } /// /// Looks up a localized string similar to Update type. /// public static string UpdateType { get { return ResourceManager.GetString("UpdateType", resourceCulture); } } /// /// Looks up a localized string similar to Website. /// public static string Website { get { return ResourceManager.GetString("Website", resourceCulture); } } /// /// Looks up a localized string similar to Workspace. /// public static string Workspace { get { return ResourceManager.GetString("Workspace", resourceCulture); } } /// /// Looks up a localized string similar to Workspace preferences. /// public static string WorkspacePreferences { get { return ResourceManager.GetString("WorkspacePreferences", resourceCulture); } } /// /// Looks up a localized string similar to ZIP archive path. /// public static string ZipArchivePath { get { return ResourceManager.GetString("ZipArchivePath", resourceCulture); } } } }