Merge pull request #882 from GaborApatiNagy/master_CA-202076

CA-202076: Some logs in Server Status Report don't have description
This commit is contained in:
Stephen Turner 2016-03-04 15:32:56 +00:00
commit 4f2260bf15
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>