From afbaa0d5ee637b189da8448c330a498f445f45ed Mon Sep 17 00:00:00 2001 From: Konstantina Chremmou Date: Mon, 29 Oct 2018 16:02:31 +0000 Subject: [PATCH] Missing friendly names. Signed-off-by: Konstantina Chremmou --- XenModel/FriendlyNames.Designer.cs | 38 +++++++++++++++++++++++++++++- XenModel/FriendlyNames.resx | 12 ++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/XenModel/FriendlyNames.Designer.cs b/XenModel/FriendlyNames.Designer.cs index fd21f47e7..6ffbdd7be 100644 --- a/XenModel/FriendlyNames.Designer.cs +++ b/XenModel/FriendlyNames.Designer.cs @@ -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 { } } + /// + /// Looks up a localized string similar to [XenServer] licensing daemon logs. + /// + public static string Description_host_system_status_v6d { + get { + return ResourceManager.GetString("Description-host.system_status-v6d", resourceCulture); + } + } + /// /// Looks up a localized string similar to Scheduled snapshots log files. /// @@ -438,6 +447,15 @@ namespace XenAdmin { } } + /// + /// Looks up a localized string similar to Logs generated by the cluster management daemon for the [XenServer] Toolstack.. + /// + public static string Description_host_system_status_xapi_clusterd { + get { + return ResourceManager.GetString("Description-host.system_status-xapi-clusterd", resourceCulture); + } + } + /// /// Looks up a localized string similar to [XenServer] daemon crash dumps. /// @@ -1437,6 +1455,15 @@ namespace XenAdmin { } } + /// + /// Looks up a localized string similar to [XenServer] licensing daemon. + /// + public static string Label_host_system_status_v6d { + get { + return ResourceManager.GetString("Label-host.system_status-v6d", resourceCulture); + } + } + /// /// Looks up a localized string similar to Scheduled snapshots log files. /// @@ -1491,6 +1518,15 @@ namespace XenAdmin { } } + /// + /// Looks up a localized string similar to [XenServer] cluster management daemon. + /// + public static string Label_host_system_status_xapi_clusterd { + get { + return ResourceManager.GetString("Label-host.system_status-xapi-clusterd", resourceCulture); + } + } + /// /// Looks up a localized string similar to [XenServer] daemon crash dumps. /// diff --git a/XenModel/FriendlyNames.resx b/XenModel/FriendlyNames.resx index 003381145..f5573181f 100644 --- a/XenModel/FriendlyNames.resx +++ b/XenModel/FriendlyNames.resx @@ -1904,4 +1904,16 @@ Server '{0}' has low memory. + + [XenServer] licensing daemon logs + + + Logs generated by the cluster management daemon for the [XenServer] Toolstack. + + + [XenServer] licensing daemon + + + [XenServer] cluster management daemon + \ No newline at end of file