Merge pull request #3192 from danilo-delbusso/dev/update-invisible-messages

Update `InvisibleMessages`
This commit is contained in:
Konstantina Chremmou 2023-08-08 14:47:57 +01:00 committed by GitHub
commit 4d0d232b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 63 additions and 117 deletions

View File

@ -42,7 +42,7 @@ namespace XenAdmin.Diagnostics.Problems.PoolProblem
public override string Title => Description;
public override string LinkText => Messages.LEARN_MORE;
public override string LinkData => InvisibleMessages.FCOE_SR_DEPRECATION_URL;
public override string LinkData => InvisibleMessages.DEPRECATION_URL;
public override string Message => string.Format(_upgradingToVersionWithDeprecation
? Messages.POOL_HAS_DEPRECATED_FCOE_WARNING

View File

@ -1904,7 +1904,7 @@ namespace XenAdmin.TabPages
Banner.WarningMessage = string.Format(
Messages.FCOE_DEPRECATION_WARNING, string.Format(Messages.STRING_SPACE_STRING, BrandManager.ProductBrand, BrandManager.ProductVersionPost82));
Banner.LinkText = Messages.PATCHING_WIZARD_WEBPAGE_CELL;
Banner.LinkUri = new Uri(InvisibleMessages.FCOE_SR_DEPRECATION_URL);
Banner.LinkUri = new Uri(InvisibleMessages.DEPRECATION_URL);
Banner.Visible = true;
}
else

View File

@ -74,7 +74,7 @@ namespace XenAdmin.Wizards.NewSRWizard_Pages
BrandManager.ProductBrand, BrandManager.ProductVersionPost82);
deprecationBanner.BannerType = DeprecationBanner.Type.Deprecation;
deprecationBanner.FeatureName = Messages.SOFTWARE_FCOE_STORAGE_REPOSITORIES;
deprecationBanner.LinkUri = new Uri(InvisibleMessages.FCOE_SR_DEPRECATION_URL);
deprecationBanner.LinkUri = new Uri(InvisibleMessages.DEPRECATION_URL);
deprecationBanner.Visible = !HiddenFeatures.LinkLabelHidden;
}
else

View File

@ -88,7 +88,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to http://docs.citrix.com/en-us/citrix-hypervisor/whats-new/removed-features.html.
/// Looks up a localized string similar to https://docs.xenserver.com/en-us/xenserver/8/whats-new/removed-features.html.
/// </summary>
public static string DEPRECATION_URL {
get {
@ -97,7 +97,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to http://docs.citrix.com/en-us/.
/// Looks up a localized string similar to https://docs.xenserver.com/.
/// </summary>
public static string DOCS_URL {
get {
@ -105,15 +105,6 @@ namespace XenAdmin {
}
}
/// <summary>
/// Looks up a localized string similar to https://docs.citrix.com/en-us/citrix-hypervisor/CH-0011.html.
/// </summary>
public static string FCOE_SR_DEPRECATION_URL {
get {
return ResourceManager.GetString("FCOE_SR_DEPRECATION_URL", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ?utm_campaign={0}&amp;utm_medium=ui_link&amp;utm_source={1}.
/// </summary>
@ -124,7 +115,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to https://www.citrix.com/products/citrix-hypervisor.
/// Looks up a localized string similar to https://www.xenserver.com/.
/// </summary>
public static string HOMEPAGE {
get {
@ -160,7 +151,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to https://www.citrix.com/downloads/citrix-hypervisor.
/// Looks up a localized string similar to https://www.xenserver.com/downloads.
/// </summary>
public static string OUT_OF_DATE_WEBSITE {
get {
@ -187,7 +178,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to https://docs.citrix.com/en-us/citrix-hypervisor/system-requirements/guest-os-support.html.
/// Looks up a localized string similar to https://docs.xenserver.com/en-us/xenserver/8/system-requirements/guest-os-support.html.
/// </summary>
public static string PV_GUESTS_CHECK_URL {
get {
@ -196,7 +187,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to https://docs.citrix.com/en-us/citrix-hypervisor/citrix-hypervisor-center/whats-new.
/// 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 {
@ -223,7 +214,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to https://www.citrix.com/products/citrix-hypervisor/get-started.html.
/// Looks up a localized string similar to https://www.xenserver.com/.
/// </summary>
public static string UPSELL_LEARNMOREURL_TRIAL {
get {

View File

@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:element msdata:IsDataSet="true" name="root">
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="value" type="xsd:string"/>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" msdata:Ordinal="1" name="value" type="xsd:string"/>
<xsd:element minOccurs="0" msdata:Ordinal="2" name="comment" type="xsd:string"/>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute msdata:Ordinal="1" name="name" type="xsd:string" use="required"/>
<xsd:attribute msdata:Ordinal="3" name="type" type="xsd:string"/>
<xsd:attribute msdata:Ordinal="4" name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" msdata:Ordinal="1" name="value" type="xsd:string"/>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
@ -118,36 +118,15 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="DEPRECATION_URL" xml:space="preserve">
<value>http://docs.citrix.com/ja-jp/citrix-hypervisor/whats-new/removed-features.html</value>
<value>https://docs.xenserver.com/ja-jp/citrix-hypervisor/whats-new/removed-features.html</value>
</data>
<data name="DOCS_URL" xml:space="preserve">
<value>http://docs.citrix.com/ja-jp/</value>
</data>
<data name="HELP_URL_QUERY" xml:space="preserve">
<value>?utm_campaign={0}&amp;utm_medium=ui_link&amp;utm_source={1}</value>
</data>
<data name="HOMEPAGE" xml:space="preserve">
<value>https://www.citrix.com/ja-jp/products/citrix-hypervisor</value>
</data>
<data name="LICENSE_SERVER_DOWNLOAD_LINK" xml:space="preserve">
<value>http://www.citrix.com/downloads/licensing/license-server</value>
<value>https://docs.xenserver.com/ja-jp/</value>
</data>
<data name="LOCALE" xml:space="preserve">
<value>ja-JP</value>
</data>
<data name="OUT_OF_DATE_WEBSITE" xml:space="preserve">
<value>https://www.citrix.com/downloads/citrix-hypervisor</value>
</data>
<data name="PLUGINS_URL" xml:space="preserve">
<value>https://github.com/xenserver/xencenter-samples</value>
</data>
<data name="PRIVACY" xml:space="preserve">
<value>http://citrix.com/English/aboutCitrix/legal/privacyStatement.asp?ntref=hp_nav_US</value>
</data>
<data name="PV_GUESTS_CHECK_URL" xml:space="preserve">
<value>https://docs.citrix.com/ja-jp/citrix-hypervisor/system-requirements/guest-os-support.html</value>
</data>
<data name="UPSELL_LEARNMOREURL_TRIAL" xml:space="preserve">
<value>https://www.citrix.com/products/citrix-hypervisor/get-started.html</value>
<value>https://docs.xenserver.com/ja-jp/citrix-hypervisor/system-requirements/guest-os-support.html</value>
</data>
</root>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -127,19 +127,16 @@
<value>https://www.citrix.com/support/programs/</value>
</data>
<data name="DEPRECATION_URL" xml:space="preserve">
<value>http://docs.citrix.com/en-us/citrix-hypervisor/whats-new/removed-features.html</value>
<value>https://docs.xenserver.com/en-us/xenserver/8/whats-new/removed-features.html</value>
</data>
<data name="DOCS_URL" xml:space="preserve">
<value>http://docs.citrix.com/en-us/</value>
</data>
<data name="FCOE_SR_DEPRECATION_URL" xml:space="preserve">
<value>https://docs.citrix.com/en-us/citrix-hypervisor/CH-0011.html</value>
<value>https://docs.xenserver.com/</value>
</data>
<data name="HELP_URL_QUERY" xml:space="preserve">
<value>?utm_campaign={0}&amp;utm_medium=ui_link&amp;utm_source={1}</value>
</data>
<data name="HOMEPAGE" xml:space="preserve">
<value>https://www.citrix.com/products/citrix-hypervisor</value>
<value>https://www.xenserver.com/</value>
</data>
<data name="LICENSE_BUY_URL" xml:space="preserve">
<value>https://xenserver.com/buy</value>
@ -151,7 +148,7 @@
<value>en-US</value>
</data>
<data name="OUT_OF_DATE_WEBSITE" xml:space="preserve">
<value>https://www.citrix.com/downloads/citrix-hypervisor</value>
<value>https://www.xenserver.com/downloads</value>
</data>
<data name="PLUGINS_URL" xml:space="preserve">
<value>https://github.com/xenserver/xencenter-samples</value>
@ -160,18 +157,18 @@
<value>http://citrix.com/English/aboutCitrix/legal/privacyStatement.asp?ntref=hp_nav_US</value>
</data>
<data name="PV_GUESTS_CHECK_URL" xml:space="preserve">
<value>https://docs.citrix.com/en-us/citrix-hypervisor/system-requirements/guest-os-support.html</value>
<value>https://docs.xenserver.com/en-us/xenserver/8/system-requirements/guest-os-support.html</value>
</data>
<data name="RELEASE_NOTES_URL" xml:space="preserve">
<value>https://docs.citrix.com/en-us/citrix-hypervisor/citrix-hypervisor-center/whats-new</value>
<value>https://docs.xenserver.com/en-us/xencenter/current-release/whats-new.html</value>
</data>
<data name="TOKEN_API_URL" xml:space="preserve">
<value>https://fileservice.citrix.com/api/session/token</value>
</data>
<data name="UPDATE_URL_PREFIX" xml:space="preserve">
<value>https://fileservice.citrix.com/direct/v2/download/</value>
</data>
<value>https://fileservice.citrix.com/direct/v2/download/</value>
</data>
<data name="UPSELL_LEARNMOREURL_TRIAL" xml:space="preserve">
<value>https://www.citrix.com/products/citrix-hypervisor/get-started.html</value>
<value>https://www.xenserver.com/</value>
</data>
</root>

View File

@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:element msdata:IsDataSet="true" name="root">
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="value" type="xsd:string"/>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" msdata:Ordinal="1" name="value" type="xsd:string"/>
<xsd:element minOccurs="0" msdata:Ordinal="2" name="comment" type="xsd:string"/>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute msdata:Ordinal="1" name="name" type="xsd:string" use="required"/>
<xsd:attribute msdata:Ordinal="3" name="type" type="xsd:string"/>
<xsd:attribute msdata:Ordinal="4" name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" msdata:Ordinal="1" name="value" type="xsd:string"/>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
@ -118,36 +118,15 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="DEPRECATION_URL" xml:space="preserve">
<value>http://docs.citrix.com/zh-cn/citrix-hypervisor/whats-new/removed-features.html</value>
<value>https://docs.xenserver.com/zh-cn/citrix-hypervisor/whats-new/removed-features.html</value>
</data>
<data name="DOCS_URL" xml:space="preserve">
<value>http://docs.citrix.com/zh-cn/</value>
</data>
<data name="HELP_URL_QUERY" xml:space="preserve">
<value>?utm_campaign={0}&amp;utm_medium=ui_link&amp;utm_source={1}</value>
</data>
<data name="HOMEPAGE" xml:space="preserve">
<value>https://www.citrix.com.cn/products/citrix-hypervisor/</value>
</data>
<data name="LICENSE_SERVER_DOWNLOAD_LINK" xml:space="preserve">
<value>http://www.citrix.com/downloads/licensing/license-server</value>
<value>https://docs.xenserver.com/zh-cn/</value>
</data>
<data name="LOCALE" xml:space="preserve">
<value>zh-CN</value>
</data>
<data name="OUT_OF_DATE_WEBSITE" xml:space="preserve">
<value>https://www.citrix.com/downloads/citrix-hypervisor</value>
</data>
<data name="PLUGINS_URL" xml:space="preserve">
<value>https://github.com/xenserver/xencenter-samples</value>
</data>
<data name="PRIVACY" xml:space="preserve">
<value>http://citrix.com/English/aboutCitrix/legal/privacyStatement.asp?ntref=hp_nav_US</value>
</data>
<data name="PV_GUESTS_CHECK_URL" xml:space="preserve">
<value>https://docs.citrix.com/zh-cn/citrix-hypervisor/system-requirements/guest-os-support.html</value>
</data>
<data name="UPSELL_LEARNMOREURL_TRIAL" xml:space="preserve">
<value>https://www.citrix.com/products/citrix-hypervisor/get-started.html</value>
<value>https://docs.xenserver.com/zh-cn/citrix-hypervisor/system-requirements/guest-os-support.html</value>
</data>
</root>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema