CA-202076: Some logs in Server Status Report don't have description

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
Gabor Apati-Nagy 2016-03-04 15:25:10 +00:00
parent aac3b75214
commit f876a4ef03
2 changed files with 24 additions and 0 deletions

View File

@ -141,6 +141,15 @@ namespace XenAdmin {
}
}
/// <summary>
/// Looks up a localized string similar to Tests for connectivity between [XenServer] and the internet.
/// </summary>
public static string Description_host_system_status_conntest {
get {
return ResourceManager.GetString("Description-host.system_status-conntest", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Information and statistics about the system&apos;s control groups.
/// </summary>
@ -1248,6 +1257,15 @@ namespace XenAdmin {
}
}
/// <summary>
/// Looks up a localized string similar to Connection test.
/// </summary>
public static string Label_host_system_status_conntest {
get {
return ResourceManager.GetString("Label-host.system_status-conntest", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Control group statistics.
/// </summary>

View File

@ -1850,4 +1850,10 @@
<data name="Label-host.system_status-xscontainer" xml:space="preserve">
<value>Container management logs</value>
</data>
<data name="Description-host.system_status-conntest" xml:space="preserve">
<value>Tests for connectivity between [XenServer] and the internet</value>
</data>
<data name="Label-host.system_status-conntest" xml:space="preserve">
<value>Connection test</value>
</data>
</root>