mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #1115 from GaborApatiNagy/master_livepatch
CP-18012: Fixed the Jenkins build
This commit is contained in:
commit
866b2f0e0d
29
XenModel/XenAPI/FriendlyErrorNames.Designer.cs
generated
29
XenModel/XenAPI/FriendlyErrorNames.Designer.cs
generated
@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18444
|
||||
// Runtime Version:4.0.30319.34209
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@ -3665,15 +3665,6 @@ namespace XenAPI {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Not enough space to enable LVHD thin provisioning..
|
||||
/// </summary>
|
||||
public static string SR_BACKEND_FAILURE_457 {
|
||||
get {
|
||||
return ResourceManager.GetString("SR_BACKEND_FAILURE_457", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The VDI is not available.
|
||||
/// </summary>
|
||||
@ -4754,6 +4745,15 @@ namespace XenAPI {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Operation cannot be performed because this VLAN is already in use. Please check your network configuration..
|
||||
/// </summary>
|
||||
public static string VLAN_IN_USE {
|
||||
get {
|
||||
return ResourceManager.GetString("VLAN_IN_USE", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You tried to create a VLAN, but the tag you gave ({0}) was invalid -- it must be between 0 and 4094..
|
||||
/// </summary>
|
||||
@ -4952,6 +4952,15 @@ namespace XenAPI {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The VM is configured in a way that prevents it from being mobile..
|
||||
/// </summary>
|
||||
public static string VM_IS_IMMOBILE {
|
||||
get {
|
||||
return ResourceManager.GetString("VM_IS_IMMOBILE", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The VM cannot be recovered on its own as it is part of a VM appliance..
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user