Merge pull request #129 from GaborApatiNagy/xs64bit-CA-137306

CA-137306: Missing resources
This commit is contained in:
Mihaela Stoica 2014-07-15 15:13:33 +01:00
commit 104d4445e1
2 changed files with 25 additions and 1 deletions

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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
// 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>
/// Looks up a localized string similar to Details of the hypervisor version and its current state.
/// </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>
/// Looks up a localized string similar to Hypervisor configuration.
/// </summary>

View File

@ -1688,6 +1688,12 @@
<data name="Message.name-UnsupportedSRForTrim" xml:space="preserve">
<value>Reclaiming freed space not supported on this SR</value>
</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>
<data name="Label-VM.Topology" xml:space="preserve">
<value>Topology</value>
</data>