2013-06-24 13:41:48 +02:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
// This code was generated by a tool.
|
2016-05-20 14:01:51 +02:00
|
|
|
|
// Runtime Version:4.0.30319.42000
|
2013-06-24 13:41:48 +02:00
|
|
|
|
//
|
|
|
|
|
// 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.
|
2020-01-17 13:44:37 +01:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
2013-06-24 13:41:48 +02:00
|
|
|
|
[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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-18 10:46:32 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to http://docs.citrix.com/en-us/citrix-hypervisor/whats-new/removed-features.html.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string DEPRECATION_URL {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("DEPRECATION_URL", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-27 14:50:35 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to https://cis.citrix.com/legal/.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string HEALTH_CHECK_PRIVACY_STATEMENT_URL {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("HEALTH_CHECK_PRIVACY_STATEMENT_URL", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-25 17:31:31 +02:00
|
|
|
|
/// <summary>
|
2019-09-25 10:40:03 +02:00
|
|
|
|
/// Looks up a localized string similar to http://docs.citrix.com/en-us/xencenter/.
|
2018-09-25 17:31:31 +02:00
|
|
|
|
/// </summary>
|
|
|
|
|
public static string HELP_URL {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("HELP_URL", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-12 14:32:30 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to ?utm_campaign={0}&utm_medium=ui_link&utm_source={1}.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string HELP_URL_QUERY {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("HELP_URL_QUERY", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-24 13:41:48 +02:00
|
|
|
|
/// <summary>
|
2018-09-28 10:58:11 +02:00
|
|
|
|
/// Looks up a localized string similar to https://www.citrix.com/products/citrix-hypervisor.
|
2013-06-24 13:41:48 +02:00
|
|
|
|
/// </summary>
|
|
|
|
|
public static string HOMEPAGE {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("HOMEPAGE", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-16 16:08:55 +01:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to HomePage.mht.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string HOMEPAGE_FILENAME {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("HOMEPAGE_FILENAME", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-24 13:41:48 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to www.citrix.com/xenserverenterprise.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string HTTP_LICENSES {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("HTTP_LICENSES", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-09-26 16:16:05 +02:00
|
|
|
|
/// Looks up a localized string similar to http://support.citrix.com/article/CTX141433.
|
2013-06-24 13:41:48 +02:00
|
|
|
|
/// </summary>
|
|
|
|
|
public static string ISL_DEPRECATION_URL {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("ISL_DEPRECATION_URL", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-19 14:42:16 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to iso.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string ISO_UPDATE {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("ISO_UPDATE", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-24 13:41:48 +02:00
|
|
|
|
/// <summary>
|
2018-01-09 14:12:19 +01:00
|
|
|
|
/// Looks up a localized string similar to http://store.citrix.com/XSInProduct.
|
2013-06-24 13:41:48 +02:00
|
|
|
|
/// </summary>
|
|
|
|
|
public static string LICENSE_EXPIRY_WEBPAGE {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("LICENSE_EXPIRY_WEBPAGE", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-10-31 13:15:39 +01:00
|
|
|
|
/// Looks up a localized string similar to http://www.citrix.com/downloads/licensing/license-server.
|
2013-06-24 13:41:48 +02:00
|
|
|
|
/// </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);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-15 02:57:36 +01:00
|
|
|
|
/// <summary>
|
2016-02-10 12:52:30 +01:00
|
|
|
|
/// Looks up a localized string similar to [XenCenter].log.
|
2016-01-15 02:57:36 +01:00
|
|
|
|
/// </summary>
|
|
|
|
|
public static string LOG_FILENAME {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("LOG_FILENAME", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-02-04 11:55:18 +01:00
|
|
|
|
|
2013-06-24 13:41:48 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Home.htm.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string MAINWINDOW_HOME_PATH {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("MAINWINDOW_HOME_PATH", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2018-09-29 05:15:21 +02:00
|
|
|
|
/// Looks up a localized string similar to https://www.citrix.com/downloads/citrix-hypervisor.
|
2013-06-24 13:41:48 +02:00
|
|
|
|
/// </summary>
|
|
|
|
|
public static string OUT_OF_DATE_WEBSITE {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("OUT_OF_DATE_WEBSITE", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2015-02-04 15:30:55 +01:00
|
|
|
|
/// Looks up a localized string similar to http://www.citrix.com/buy/partnerlocator.html.
|
2013-06-24 13:41:48 +02:00
|
|
|
|
/// </summary>
|
|
|
|
|
public static string PARTNEROFFERS_URL {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("PARTNEROFFERS_URL", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2019-03-07 16:07:35 +01:00
|
|
|
|
/// Looks up a localized string similar to https://github.com/xenserver/xencenter-samples.
|
2013-06-24 13:41:48 +02:00
|
|
|
|
/// </summary>
|
|
|
|
|
public static string PLUGINS_URL {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("PLUGINS_URL", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to http://citrix.com/English/aboutCitrix/legal/privacyStatement.asp?ntref=hp_nav_US.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string PRIVACY {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("PRIVACY", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-09 07:18:34 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to https://docs.citrix.com/en-us/citrix-hypervisor/system-requirements/guest-os-support.html.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string PV_GUESTS_CHECK_URL {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("PV_GUESTS_CHECK_URL", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-24 13:41:48 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to http://support.citrix.com/.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string SUPPORT_URL {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("SUPPORT_URL", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-20 14:01:51 +02:00
|
|
|
|
/// <summary>
|
2018-09-29 05:15:21 +02:00
|
|
|
|
/// Looks up a localized string similar to https://www.citrix.com/products/citrix-hypervisor/get-started.html.
|
2013-06-24 13:41:48 +02:00
|
|
|
|
/// </summary>
|
2017-11-17 13:24:43 +01:00
|
|
|
|
public static string UPSELL_LEARNMOREURL_TRIAL {
|
2013-06-24 13:41:48 +02:00
|
|
|
|
get {
|
2017-11-17 13:24:43 +01:00
|
|
|
|
return ResourceManager.GetString("UPSELL_LEARNMOREURL_TRIAL", resourceCulture);
|
2013-06-24 13:41:48 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to http://store.citrix.com/XSInProduct.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string UPSELL_SA {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("UPSELL_SA", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-20 04:33:54 +01:00
|
|
|
|
/// <summary>
|
2016-02-04 13:04:33 +01:00
|
|
|
|
/// Looks up a localized string similar to xensearch.
|
2016-01-20 04:33:54 +01:00
|
|
|
|
/// </summary>
|
|
|
|
|
public static string XEN_SEARCH {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("XEN_SEARCH", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-22 06:50:12 +01:00
|
|
|
|
/// <summary>
|
2016-02-04 11:55:18 +01:00
|
|
|
|
/// Looks up a localized string similar to xsupdate.
|
2016-01-22 06:50:12 +01:00
|
|
|
|
/// </summary>
|
|
|
|
|
public static string XEN_UPDATE {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("XEN_UPDATE", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-24 13:41:48 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to http://www.citrix.com/TryXenDesktop.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string XENDESKTOP_URL {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("XENDESKTOP_URL", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|