mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
b56e07f5eb
Removed EOL notice and added future Mantainership notice.
253 lines
9.0 KiB
C#
253 lines
9.0 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 XenAdmin {
|
|
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 InvisibleMessages {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal InvisibleMessages() {
|
|
}
|
|
|
|
/// <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("XenAdmin.InvisibleMessages", typeof(InvisibleMessages).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 .
|
|
/// </summary>
|
|
public static string CLIENT_ID_URL {
|
|
get {
|
|
return ResourceManager.GetString("CLIENT_ID_URL", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to .
|
|
/// </summary>
|
|
public static string CSS_URL {
|
|
get {
|
|
return ResourceManager.GetString("CSS_URL", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to .
|
|
/// </summary>
|
|
public static string DEPRECATION_URL {
|
|
get {
|
|
return ResourceManager.GetString("DEPRECATION_URL", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to https://docs.xenserver.com/en-us/.
|
|
/// </summary>
|
|
public static string DOCS_URL {
|
|
get {
|
|
return ResourceManager.GetString("DOCS_URL", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to .
|
|
/// </summary>
|
|
public static string HELP_URL {
|
|
get {
|
|
return ResourceManager.GetString("HELP_URL", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to https://xcp-ng.org.
|
|
/// </summary>
|
|
public static string HOMEPAGE {
|
|
get {
|
|
return ResourceManager.GetString("HOMEPAGE", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to .
|
|
/// </summary>
|
|
public static string HTTP_LICENSES {
|
|
get {
|
|
return ResourceManager.GetString("HTTP_LICENSES", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to https://xenserver.com/buy.
|
|
/// </summary>
|
|
public static string LICENSE_BUY_URL {
|
|
get {
|
|
return ResourceManager.GetString("LICENSE_BUY_URL", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to .
|
|
/// </summary>
|
|
public static string LICENSE_EXPIRY_WEBPAGE {
|
|
get {
|
|
return ResourceManager.GetString("LICENSE_EXPIRY_WEBPAGE", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to https://docs.citrix.com/en-us/licensing/current-release/license-server-getting-started.html.
|
|
/// </summary>
|
|
public static string LICENSE_SERVER_DOCS_LINK {
|
|
get {
|
|
return ResourceManager.GetString("LICENSE_SERVER_DOCS_LINK", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to .
|
|
/// </summary>
|
|
public static string LICENSE_SERVER_DOWNLOAD_LINK {
|
|
get {
|
|
return ResourceManager.GetString("LICENSE_SERVER_DOWNLOAD_LINK", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to en-US.
|
|
/// </summary>
|
|
public static string LOCALE {
|
|
get {
|
|
return ResourceManager.GetString("LOCALE", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to https://xcp-ng.org.
|
|
/// </summary>
|
|
public static string PLUGINS_URL {
|
|
get {
|
|
return ResourceManager.GetString("PLUGINS_URL", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to .
|
|
/// </summary>
|
|
public static string PV_GUESTS_CHECK_URL {
|
|
get {
|
|
return ResourceManager.GetString("PV_GUESTS_CHECK_URL", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to https://docs.xenserver.com/en-us/xencenter/current-release/whats-new.html.
|
|
/// </summary>
|
|
public static string RELEASE_NOTES_URL {
|
|
get {
|
|
return ResourceManager.GetString("RELEASE_NOTES_URL", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to https://xcp-ng.com.
|
|
/// </summary>
|
|
public static string SUPPORT_URL {
|
|
get {
|
|
return ResourceManager.GetString("SUPPORT_URL", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to .
|
|
/// </summary>
|
|
public static string TOKEN_API_URL {
|
|
get {
|
|
return ResourceManager.GetString("TOKEN_API_URL", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to .
|
|
/// </summary>
|
|
public static string UPDATE_URL_PREFIX {
|
|
get {
|
|
return ResourceManager.GetString("UPDATE_URL_PREFIX", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to .
|
|
/// </summary>
|
|
public static string UPSELL_LEARNMOREURL_TRIAL {
|
|
get {
|
|
return ResourceManager.GetString("UPSELL_LEARNMOREURL_TRIAL", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to .
|
|
/// </summary>
|
|
public static string UPSELL_SA {
|
|
get {
|
|
return ResourceManager.GetString("UPSELL_SA", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to .
|
|
/// </summary>
|
|
public static string WEBSITE_DOWNLOADS {
|
|
get {
|
|
return ResourceManager.GetString("WEBSITE_DOWNLOADS", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|