mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
Missing friendly names.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
1a74fd440f
commit
afbaa0d5ee
38
XenModel/FriendlyNames.Designer.cs
generated
38
XenModel/FriendlyNames.Designer.cs
generated
@ -19,7 +19,7 @@ namespace XenAdmin {
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
public class FriendlyNames {
|
||||
@ -384,6 +384,15 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [XenServer] licensing daemon logs.
|
||||
/// </summary>
|
||||
public static string Description_host_system_status_v6d {
|
||||
get {
|
||||
return ResourceManager.GetString("Description-host.system_status-v6d", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Scheduled snapshots log files.
|
||||
/// </summary>
|
||||
@ -438,6 +447,15 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Logs generated by the cluster management daemon for the [XenServer] Toolstack..
|
||||
/// </summary>
|
||||
public static string Description_host_system_status_xapi_clusterd {
|
||||
get {
|
||||
return ResourceManager.GetString("Description-host.system_status-xapi-clusterd", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [XenServer] daemon crash dumps.
|
||||
/// </summary>
|
||||
@ -1437,6 +1455,15 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [XenServer] licensing daemon.
|
||||
/// </summary>
|
||||
public static string Label_host_system_status_v6d {
|
||||
get {
|
||||
return ResourceManager.GetString("Label-host.system_status-v6d", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Scheduled snapshots log files.
|
||||
/// </summary>
|
||||
@ -1491,6 +1518,15 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [XenServer] cluster management daemon.
|
||||
/// </summary>
|
||||
public static string Label_host_system_status_xapi_clusterd {
|
||||
get {
|
||||
return ResourceManager.GetString("Label-host.system_status-xapi-clusterd", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [XenServer] daemon crash dumps.
|
||||
/// </summary>
|
||||
|
@ -1904,4 +1904,16 @@
|
||||
<data name="Message.body-host_low_memory" xml:space="preserve">
|
||||
<value>Server '{0}' has low memory.</value>
|
||||
</data>
|
||||
<data name="Description-host.system_status-v6d" xml:space="preserve">
|
||||
<value>[XenServer] licensing daemon logs</value>
|
||||
</data>
|
||||
<data name="Description-host.system_status-xapi-clusterd" xml:space="preserve">
|
||||
<value>Logs generated by the cluster management daemon for the [XenServer] Toolstack.</value>
|
||||
</data>
|
||||
<data name="Label-host.system_status-v6d" xml:space="preserve">
|
||||
<value>[XenServer] licensing daemon</value>
|
||||
</data>
|
||||
<data name="Label-host.system_status-xapi-clusterd" xml:space="preserve">
|
||||
<value>[XenServer] cluster management daemon</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Reference in New Issue
Block a user