Missing friendly names.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2018-10-29 16:02:31 +00:00 committed by Mihaela Stoica
parent 1a74fd440f
commit afbaa0d5ee
2 changed files with 49 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace XenAdmin {
// class via a tool like ResGen or Visual Studio. // class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen // To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project. // 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.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class FriendlyNames { 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> /// <summary>
/// Looks up a localized string similar to Scheduled snapshots log files. /// Looks up a localized string similar to Scheduled snapshots log files.
/// </summary> /// </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> /// <summary>
/// Looks up a localized string similar to [XenServer] daemon crash dumps. /// Looks up a localized string similar to [XenServer] daemon crash dumps.
/// </summary> /// </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> /// <summary>
/// Looks up a localized string similar to Scheduled snapshots log files. /// Looks up a localized string similar to Scheduled snapshots log files.
/// </summary> /// </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> /// <summary>
/// Looks up a localized string similar to [XenServer] daemon crash dumps. /// Looks up a localized string similar to [XenServer] daemon crash dumps.
/// </summary> /// </summary>

View File

@ -1904,4 +1904,16 @@
<data name="Message.body-host_low_memory" xml:space="preserve"> <data name="Message.body-host_low_memory" xml:space="preserve">
<value>Server '{0}' has low memory.</value> <value>Server '{0}' has low memory.</value>
</data> </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> </root>