CP-13708: FriendlyErrorName for VBD_XENPREP_CD_IN_USE

This commit is contained in:
Gabor Apati-Nagy 2015-08-19 10:39:16 +01:00
parent dfd5db38ba
commit 9a39dcafb1
2 changed files with 12 additions and 0 deletions

View File

@ -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>

View File

@ -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>