add missing source tag
This commit is contained in:
@@ -11,46 +11,32 @@ namespace ModpackUpdater.Apps.Manager.LangRes {
|
|||||||
using System;
|
using System;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
/// </summary>
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
// 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 {
|
public class GeneralLangRes {
|
||||||
|
|
||||||
private static global::System.Resources.ResourceManager resourceMan;
|
private static System.Resources.ResourceManager resourceMan;
|
||||||
|
|
||||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
private static System.Globalization.CultureInfo resourceCulture;
|
||||||
|
|
||||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||||
internal GeneralLangRes() {
|
internal GeneralLangRes() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
/// Returns the cached ResourceManager instance used by this class.
|
public static System.Resources.ResourceManager ResourceManager {
|
||||||
/// </summary>
|
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
||||||
public static global::System.Resources.ResourceManager ResourceManager {
|
|
||||||
get {
|
get {
|
||||||
if (object.ReferenceEquals(resourceMan, null)) {
|
if (object.Equals(null, resourceMan)) {
|
||||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ModpackUpdater.Apps.Manager.LangRes.GeneralLangRes", typeof(GeneralLangRes).Assembly);
|
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("ModpackUpdater.Apps.Manager.LangRes.GeneralLangRes", typeof(GeneralLangRes).Assembly);
|
||||||
resourceMan = temp;
|
resourceMan = temp;
|
||||||
}
|
}
|
||||||
return resourceMan;
|
return resourceMan;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
/// Overrides the current thread's CurrentUICulture property for all
|
public static System.Globalization.CultureInfo Culture {
|
||||||
/// 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 {
|
get {
|
||||||
return resourceCulture;
|
return resourceCulture;
|
||||||
}
|
}
|
||||||
@@ -59,418 +45,286 @@ namespace ModpackUpdater.Apps.Manager.LangRes {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <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 {
|
public static string ModlistForVersionX {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("ModlistForVersionX", resourceCulture);
|
return ResourceManager.GetString("ModlistForVersionX", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
public static string GitLabInstanceUrl {
|
||||||
/// Looks up a localized string similar to Modpack config url.
|
|
||||||
/// </summary>
|
|
||||||
public static string ModpackConfigUrl {
|
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("ModpackConfigUrl", resourceCulture);
|
return ResourceManager.GetString("GitLabInstanceUrl", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
public static string GitLabApiToken {
|
||||||
/// Looks up a localized string similar to Name.
|
|
||||||
/// </summary>
|
|
||||||
public static string Name {
|
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("Name", resourceCulture);
|
return ResourceManager.GetString("GitLabApiToken", 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 {
|
public static string RepositoryId {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("RepositoryId", resourceCulture);
|
return ResourceManager.GetString("RepositoryId", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Looks up a localized string similar to Root folder path.
|
|
||||||
/// </summary>
|
|
||||||
public static string RootFolderPath {
|
public static string RootFolderPath {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("RootFolderPath", resourceCulture);
|
return ResourceManager.GetString("RootFolderPath", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
public static string FileLocationOfInstallJson {
|
||||||
/// Looks up a localized string similar to Save workspace.
|
|
||||||
/// </summary>
|
|
||||||
public static string SaveWorkspace {
|
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("SaveWorkspace", resourceCulture);
|
return ResourceManager.GetString("FileLocationOfInstallJson", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
public static string FileLocationOfUpdateJson {
|
||||||
/// Looks up a localized string similar to Search.
|
|
||||||
/// </summary>
|
|
||||||
public static string Search {
|
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("Search", resourceCulture);
|
return ResourceManager.GetString("FileLocationOfUpdateJson", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
public static string ModpackConfigUrl {
|
||||||
/// Looks up a localized string similar to Select.
|
|
||||||
/// </summary>
|
|
||||||
public static string Select {
|
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("Select", resourceCulture);
|
return ResourceManager.GetString("ModpackConfigUrl", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
public static string Remove {
|
||||||
/// Looks up a localized string similar to Select root folder.
|
|
||||||
/// </summary>
|
|
||||||
public static string SelectRootFolder {
|
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("SelectRootFolder", resourceCulture);
|
return ResourceManager.GetString("Remove", 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 {
|
public static string WorkspacePreferences {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("WorkspacePreferences", resourceCulture);
|
return ResourceManager.GetString("WorkspacePreferences", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
public static string SaveWorkspace {
|
||||||
/// Looks up a localized string similar to ZIP archive path.
|
get {
|
||||||
/// </summary>
|
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 SourceTag {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("SourceTag", 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 {
|
public static string ZipArchivePath {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("ZipArchivePath", resourceCulture);
|
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);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string Select {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("Select", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string SelectRootFolder {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("SelectRootFolder", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string Search {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("Search", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -231,6 +231,9 @@
|
|||||||
<data name="SourceName" xml:space="preserve">
|
<data name="SourceName" xml:space="preserve">
|
||||||
<value>Source name</value>
|
<value>Source name</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="SourceTag" xml:space="preserve">
|
||||||
|
<value>Source tag</value>
|
||||||
|
</data>
|
||||||
<data name="SourceRegex" xml:space="preserve">
|
<data name="SourceRegex" xml:space="preserve">
|
||||||
<value>Source RegEx</value>
|
<value>Source RegEx</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -374,7 +374,7 @@
|
|||||||
<!-- Source -->
|
<!-- Source -->
|
||||||
<Grid
|
<Grid
|
||||||
ColumnDefinitions="150,*"
|
ColumnDefinitions="150,*"
|
||||||
RowDefinitions="Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto"
|
RowDefinitions="Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto"
|
||||||
RowSpacing="6"
|
RowSpacing="6"
|
||||||
ColumnSpacing="6">
|
ColumnSpacing="6">
|
||||||
|
|
||||||
@@ -420,23 +420,30 @@
|
|||||||
x:Name="TextBoxInstallActionSourceName"
|
x:Name="TextBoxInstallActionSourceName"
|
||||||
Text="{Binding SourceName}"/>
|
Text="{Binding SourceName}"/>
|
||||||
|
|
||||||
<!-- Source RegEx -->
|
<!-- Source tag -->
|
||||||
<Label Grid.Row="5" Grid.Column="0" Content="{x:Static langRes:GeneralLangRes.SourceRegex}" Target="TextBoxInstallActionSourceRegEx"/>
|
<Label Grid.Row="5" Grid.Column="0" Content="{x:Static langRes:GeneralLangRes.SourceTag}" Target="TextBoxInstallActionSourceTag"/>
|
||||||
<TextBox
|
<TextBox
|
||||||
Grid.Row="5" Grid.Column="1"
|
Grid.Row="5" Grid.Column="1"
|
||||||
|
x:Name="TextBoxInstallActionSourceTag"
|
||||||
|
Text="{Binding SourceTag}"/>
|
||||||
|
|
||||||
|
<!-- Source RegEx -->
|
||||||
|
<Label Grid.Row="6" Grid.Column="0" Content="{x:Static langRes:GeneralLangRes.SourceRegex}" Target="TextBoxInstallActionSourceRegEx"/>
|
||||||
|
<TextBox
|
||||||
|
Grid.Row="6" Grid.Column="1"
|
||||||
x:Name="TextBoxInstallActionSourceRegEx"
|
x:Name="TextBoxInstallActionSourceRegEx"
|
||||||
Text="{Binding SourceRegex}"/>
|
Text="{Binding SourceRegex}"/>
|
||||||
|
|
||||||
<!-- Source url -->
|
<!-- Source url -->
|
||||||
<Label Grid.Row="6" Grid.Column="0" Content="{x:Static langRes:GeneralLangRes.SourceUrl}" Target="TextBoxInstallActionSourceUrl"/>
|
<Label Grid.Row="7" Grid.Column="0" Content="{x:Static langRes:GeneralLangRes.SourceUrl}" Target="TextBoxInstallActionSourceUrl"/>
|
||||||
<TextBox
|
<TextBox
|
||||||
Grid.Row="6" Grid.Column="1"
|
Grid.Row="7" Grid.Column="1"
|
||||||
x:Name="TextBoxInstallActionSourceUrl" Text="{Binding SourceUrl}"/>
|
x:Name="TextBoxInstallActionSourceUrl" Text="{Binding SourceUrl}"/>
|
||||||
|
|
||||||
<!-- Zip archive path -->
|
<!-- Zip archive path -->
|
||||||
<Label Grid.Row="7" Grid.Column="0" Content="{x:Static langRes:GeneralLangRes.ZipArchivePath}" Target="TextBoxInstallActionZipArchivePath"/>
|
<Label Grid.Row="8" Grid.Column="0" Content="{x:Static langRes:GeneralLangRes.ZipArchivePath}" Target="TextBoxInstallActionZipArchivePath"/>
|
||||||
<TextBox
|
<TextBox
|
||||||
Grid.Row="7" Grid.Column="1"
|
Grid.Row="8" Grid.Column="1"
|
||||||
x:Name="TextBoxInstallActionZipArchivePath"
|
x:Name="TextBoxInstallActionZipArchivePath"
|
||||||
Text="{Binding ZipPath}"/>
|
Text="{Binding ZipPath}"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user