mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
CP-13708: FriendlyErrorName for VBD_XENPREP_CD_IN_USE
This commit is contained in:
parent
dfd5db38ba
commit
9a39dcafb1
9
XenModel/XenAPI/FriendlyErrorNames.Designer.cs
generated
9
XenModel/XenAPI/FriendlyErrorNames.Designer.cs
generated
@ -4421,6 +4421,15 @@ namespace XenAPI {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Cannot eject the disk, because this VM is being upgraded to receive updates via Windows Update. The upgrade can only be cancelled using the command line..
|
||||
/// </summary>
|
||||
public static string VBD_XENPREP_CD_IN_USE {
|
||||
get {
|
||||
return ResourceManager.GetString("VBD_XENPREP_CD_IN_USE", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You have reached the maximum number of virtual disks allowed for this virtual machine..
|
||||
/// </summary>
|
||||
|
@ -1580,6 +1580,9 @@ Authorized Roles: {1}</value>
|
||||
<data name="VBD_TRAY_LOCKED" xml:space="preserve">
|
||||
<value>This VM has locked the DVD drive tray, so the disk cannot be ejected</value>
|
||||
</data>
|
||||
<data name="VBD_XENPREP_CD_IN_USE" xml:space="preserve">
|
||||
<value>Cannot eject the disk, because this VM is being upgraded to receive updates via Windows Update. The upgrade can only be cancelled using the command line.</value>
|
||||
</data>
|
||||
<data name="VCPUS_MAX_ALLOWED" xml:space="preserve">
|
||||
<value>You have reached the maximum number of virtual CPUs allowed for this virtual machine.</value>
|
||||
</data>
|
||||
|
Loading…
Reference in New Issue
Block a user