add Label-host.edition-xcp-ng for XCP-ng 8.0

https://github.com/xcp-ng/xenadmin/issues/157
This commit is contained in:
Alexander Schulz 2019-05-21 21:08:13 +02:00
parent b4ec4b031c
commit 834a5beda0
2 changed files with 14 additions and 2 deletions

View File

@ -1050,6 +1050,15 @@ namespace XenAdmin {
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die XCP-ng Free/Libre Edition ähnelt.
/// </summary>
public static string Label_host_edition_xcp_ng {
get {
return ResourceManager.GetString("Label-host.edition-xcp-ng", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die [XenServer product] for [Citrix] Virtual Desktops ähnelt.
/// </summary>
@ -3121,7 +3130,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Boot mode.
/// Sucht eine lokalisierte Zeichenfolge, die Boot mode ähnelt.
/// </summary>
public static string Label_VM_BootMode {
get {
@ -3130,7 +3139,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Boot order.
/// Sucht eine lokalisierte Zeichenfolge, die Boot order ähnelt.
/// </summary>
public static string Label_VM_BootOrder {
get {

View File

@ -1973,4 +1973,7 @@
<data name="PREPARE_HOST_UPGRADE_REPO_IOERROR" xml:space="preserve">
<value>An error occurred while opening the installer files.</value>
</data>
<data name="Label-host.edition-xcp-ng" xml:space="preserve">
<value>XCP-ng Free/Libre Edition</value>
</data>
</root>