172 lines
6.4 KiB
C#
172 lines
6.4 KiB
C#
|
//------------------------------------------------------------------------------
|
|||
|
// <auto-generated>
|
|||
|
// This code was generated by a tool.
|
|||
|
// Runtime Version:4.0.30319.42000
|
|||
|
//
|
|||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|||
|
// the code is regenerated.
|
|||
|
// </auto-generated>
|
|||
|
//------------------------------------------------------------------------------
|
|||
|
|
|||
|
namespace PettingZoo.Tapeti.UI.PackageSelection {
|
|||
|
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 PackageSelectionStrings {
|
|||
|
|
|||
|
private static global::System.Resources.ResourceManager resourceMan;
|
|||
|
|
|||
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|||
|
|
|||
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|||
|
internal PackageSelectionStrings() {
|
|||
|
}
|
|||
|
|
|||
|
/// <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("PettingZoo.Tapeti.UI.PackageSelection.PackageSelectionStrings", typeof(PackageSelectionStrings).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 Assembly files (*.dll)|*.dll|All files (*.*)|*.*.
|
|||
|
/// </summary>
|
|||
|
public static string AssemblyFileFilter {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("AssemblyFileFilter", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Browse....
|
|||
|
/// </summary>
|
|||
|
public static string ButtonBrowse {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("ButtonBrowse", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Cancel.
|
|||
|
/// </summary>
|
|||
|
public static string ButtonCancel {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("ButtonCancel", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Select.
|
|||
|
/// </summary>
|
|||
|
public static string ButtonSelect {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("ButtonSelect", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Include prerelease.
|
|||
|
/// </summary>
|
|||
|
public static string CheckPrerelease {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("CheckPrerelease", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to You can add extra NuGet feeds by placing a standard nuget.config file in PettingZoo's installation directory "{0}" or in "{1}".
|
|||
|
/// </summary>
|
|||
|
public static string HintNuGetSources {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("HintNuGetSources", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Version.
|
|||
|
/// </summary>
|
|||
|
public static string LabelVersion {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("LabelVersion", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Loading....
|
|||
|
/// </summary>
|
|||
|
public static string Loading {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("Loading", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Search....
|
|||
|
/// </summary>
|
|||
|
public static string PlaceholderNuGetSearch {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("PlaceholderNuGetSearch", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Load from assembly file.
|
|||
|
/// </summary>
|
|||
|
public static string RadioAssembly {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("RadioAssembly", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Load from NuGet package.
|
|||
|
/// </summary>
|
|||
|
public static string RadioNuGet {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("RadioNuGet", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Select source.
|
|||
|
/// </summary>
|
|||
|
public static string WindowTitle {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("WindowTitle", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|