mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
add Label-host.edition-xcp-ng for XCP-ng 8.0
https://github.com/xcp-ng/xenadmin/issues/157
This commit is contained in:
parent
b4ec4b031c
commit
834a5beda0
13
XenModel/FriendlyNames.Designer.cs
generated
13
XenModel/FriendlyNames.Designer.cs
generated
@ -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 {
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user