CA-137306: Missing resources

-Added friendly names for RRDd logs

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
Gabor Apati-Nagy 2014-07-15 11:43:36 +01:00
parent 231898fab0
commit 8aa0dcb1a0
2 changed files with 25 additions and 1 deletions

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.
// Runtime Version:4.0.30319.18444 // Runtime Version:4.0.30319.34209
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.
@ -411,6 +411,15 @@ namespace XenAdmin {
} }
} }
/// <summary>
/// Looks up a localized string similar to Log file from the RRD daemon.
/// </summary>
public static string Description_host_system_status_xcp_rrdd_plugins {
get {
return ResourceManager.GetString("Description-host.system_status-xcp-rrdd-plugins", resourceCulture);
}
}
/// <summary> /// <summary>
/// Looks up a localized string similar to Details of the hypervisor version and its current state. /// Looks up a localized string similar to Details of the hypervisor version and its current state.
/// </summary> /// </summary>
@ -1401,6 +1410,15 @@ namespace XenAdmin {
} }
} }
/// <summary>
/// Looks up a localized string similar to RRD plugin logs.
/// </summary>
public static string Label_host_system_status_xcp_rrdd_plugins {
get {
return ResourceManager.GetString("Label-host.system_status-xcp-rrdd-plugins", resourceCulture);
}
}
/// <summary> /// <summary>
/// Looks up a localized string similar to Hypervisor configuration. /// Looks up a localized string similar to Hypervisor configuration.
/// </summary> /// </summary>

View File

@ -1688,4 +1688,10 @@
<data name="Message.name-UnsupportedSRForTrim" xml:space="preserve"> <data name="Message.name-UnsupportedSRForTrim" xml:space="preserve">
<value>Reclaiming freed space not supported on this SR</value> <value>Reclaiming freed space not supported on this SR</value>
</data> </data>
<data name="Description-host.system_status-xcp-rrdd-plugins" xml:space="preserve">
<value>Log file from the RRD daemon</value>
</data>
<data name="Label-host.system_status-xcp-rrdd-plugins" xml:space="preserve">
<value>RRD plugin logs</value>
</data>
</root> </root>