mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 15:29:26 +01:00
Fix alert message based on comments
Signed-off-by: Ji Jiang <ji.jiang@citrix.com>
This commit is contained in:
parent
37499d81b6
commit
41df6e5c35
12
XenModel/FriendlyNames.Designer.cs
generated
12
XenModel/FriendlyNames.Designer.cs
generated
@ -3834,7 +3834,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Changed block tracking is disabled for virtual disk {0} due to inconsistent metadata. To continue using changed block tracking with the virtual disk, you will need to do the backup setup again, including re-enabling changed block tracking, taking a snapshot and backing it up..
|
||||
/// Looks up a localized string similar to Changed block tracking has been disabled for virtual disk {0} due to inconsistent metadata. To continue using changed block tracking with this virtual disk, you will need to do the backup setup again, including re-enabling changed block tracking, taking a snapshot and backing it up..
|
||||
/// </summary>
|
||||
public static string Message_body_vdi_cbt_metadata_inconsistent {
|
||||
get {
|
||||
@ -3843,7 +3843,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Changed block tracking is disabled for virtual disk {0} due to resizing failure. To continue using changed block tracking with the virtual disk, you will need to do the backup setup again, including re-enabling changed block tracking, taking a snapshot and backing it up..
|
||||
/// Looks up a localized string similar to Changed block tracking has been disabled for virtual disk {0} due to a resizing failure. To continue using changed block tracking with this virtual disk, you will need to do the backup setup again, including re-enabling changed block tracking, taking a snapshot and backing it up..
|
||||
/// </summary>
|
||||
public static string Message_body_vdi_cbt_resize_failed {
|
||||
get {
|
||||
@ -3852,7 +3852,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Changed block tracking is disabled for virtual disk {0} due to snapshot failure. To continue using changed block tracking with the virtual disk, you will need to do the backup setup again, including re-enabling changed block tracking, taking a snapshot and backing it up..
|
||||
/// Looks up a localized string similar to Changed block tracking has been disabled for virtual disk {0} due to a snapshot failure. To continue using changed block tracking with this virtual disk, you will need to do the backup setup again, including re-enabling changed block tracking, taking a snapshot and backing it up..
|
||||
/// </summary>
|
||||
public static string Message_body_vdi_cbt_snapshot_failed {
|
||||
get {
|
||||
@ -4626,7 +4626,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Changed block tracking disabled due to metadata inconsistent.
|
||||
/// Looks up a localized string similar to Changed block tracking disabled due to inconsistent metadata.
|
||||
/// </summary>
|
||||
public static string Message_name_vdi_cbt_metadata_inconsistent {
|
||||
get {
|
||||
@ -4635,7 +4635,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Changed block tracking disabled due to resizing failure.
|
||||
/// Looks up a localized string similar to Changed block tracking disabled due to a virtual disk resizing failure.
|
||||
/// </summary>
|
||||
public static string Message_name_vdi_cbt_resize_failed {
|
||||
get {
|
||||
@ -4644,7 +4644,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Changed block tracking disabled due to snapshot failure.
|
||||
/// Looks up a localized string similar to Changed block tracking disabled due to a snapshot failure.
|
||||
/// </summary>
|
||||
public static string Message_name_vdi_cbt_snapshot_failed {
|
||||
get {
|
||||
|
@ -1077,13 +1077,13 @@
|
||||
<value>Quality of Service settings for VCPU '{0}' on virtual machine '{1}' could not be obeyed.</value>
|
||||
</data>
|
||||
<data name="Message.body-vdi_cbt_metadata_inconsistent" xml:space="preserve">
|
||||
<value>Changed block tracking is disabled for virtual disk {0} due to inconsistent metadata. To continue using changed block tracking with the virtual disk, you will need to do the backup setup again, including re-enabling changed block tracking, taking a snapshot and backing it up.</value>
|
||||
<value>Changed block tracking has been disabled for virtual disk {0} due to inconsistent metadata. To continue using changed block tracking with this virtual disk, you will need to do the backup setup again, including re-enabling changed block tracking, taking a snapshot and backing it up.</value>
|
||||
</data>
|
||||
<data name="Message.body-vdi_cbt_resize_failed" xml:space="preserve">
|
||||
<value>Changed block tracking is disabled for virtual disk {0} due to resizing failure. To continue using changed block tracking with the virtual disk, you will need to do the backup setup again, including re-enabling changed block tracking, taking a snapshot and backing it up.</value>
|
||||
<value>Changed block tracking has been disabled for virtual disk {0} due to a resizing failure. To continue using changed block tracking with this virtual disk, you will need to do the backup setup again, including re-enabling changed block tracking, taking a snapshot and backing it up.</value>
|
||||
</data>
|
||||
<data name="Message.body-vdi_cbt_snapshot_failed" xml:space="preserve">
|
||||
<value>Changed block tracking is disabled for virtual disk {0} due to snapshot failure. To continue using changed block tracking with the virtual disk, you will need to do the backup setup again, including re-enabling changed block tracking, taking a snapshot and backing it up.</value>
|
||||
<value>Changed block tracking has been disabled for virtual disk {0} due to a snapshot failure. To continue using changed block tracking with this virtual disk, you will need to do the backup setup again, including re-enabling changed block tracking, taking a snapshot and backing it up.</value>
|
||||
</data>
|
||||
<data name="Message.body-vif_qos_failed" xml:space="preserve">
|
||||
<value>Quality of Service settings for network interface '{0}' on virtual machine '{1}' could not be obeyed.</value>
|
||||
@ -1287,13 +1287,13 @@
|
||||
<value>VM vCPU QoS Failed</value>
|
||||
</data>
|
||||
<data name="Message.name-vdi_cbt_metadata_inconsistent" xml:space="preserve">
|
||||
<value>Changed block tracking disabled due to metadata inconsistent</value>
|
||||
<value>Changed block tracking disabled due to inconsistent metadata</value>
|
||||
</data>
|
||||
<data name="Message.name-vdi_cbt_resize_failed" xml:space="preserve">
|
||||
<value>Changed block tracking disabled due to resizing failure</value>
|
||||
<value>Changed block tracking disabled due to a virtual disk resizing failure</value>
|
||||
</data>
|
||||
<data name="Message.name-vdi_cbt_snapshot_failed" xml:space="preserve">
|
||||
<value>Changed block tracking disabled due to snapshot failure</value>
|
||||
<value>Changed block tracking disabled due to a snapshot failure</value>
|
||||
</data>
|
||||
<data name="Message.name-vif_qos_failed" xml:space="preserve">
|
||||
<value>VM Network Interface QoS Failed</value>
|
||||
|
4
XenModel/Messages.Designer.cs
generated
4
XenModel/Messages.Designer.cs
generated
@ -7379,7 +7379,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This will disable Changed Block Tracking on the disks of the selected VM. If you are using any third-party solutions to back up the VM, they might be affected. Note that Changed Block Tracking cannot be enabled again from XenCenter. Do you want to continue?.
|
||||
/// Looks up a localized string similar to This will disable Changed Block Tracking on the disks of the selected VM. If you are using any third-party solutions to back up the VM, they might be affected. Note that Changed Block Tracking cannot be enabled again from [XenCenter]. Do you want to continue?.
|
||||
/// </summary>
|
||||
public static string CONFIRM_DISABLE_CBT_VM {
|
||||
get {
|
||||
@ -7397,7 +7397,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This will disable Changed Block Tracking on the disks of the selected VMs. If you are using any third-party solutions to back up the VMs, they might be affected. Note that Changed Block Tracking cannot be enabled again from XenCenter. Do you want to continue?.
|
||||
/// Looks up a localized string similar to This will disable Changed Block Tracking on the disks of the selected VMs. If you are using any third-party solutions to back up the VMs, they might be affected. Note that Changed Block Tracking cannot be enabled again from [XenCenter]. Do you want to continue?.
|
||||
/// </summary>
|
||||
public static string CONFIRM_DISABLE_CBT_VMS {
|
||||
get {
|
||||
|
@ -2696,10 +2696,10 @@ This action is final and unrecoverable.</value>
|
||||
<value>&Yes, Destroy</value>
|
||||
</data>
|
||||
<data name="CONFIRM_DISABLE_CBT_VM" xml:space="preserve">
|
||||
<value>This will disable Changed Block Tracking on the disks of the selected VM. If you are using any third-party solutions to back up the VM, they might be affected. Note that Changed Block Tracking cannot be enabled again from XenCenter. Do you want to continue?</value>
|
||||
<value>This will disable Changed Block Tracking on the disks of the selected VM. If you are using any third-party solutions to back up the VM, they might be affected. Note that Changed Block Tracking cannot be enabled again from [XenCenter]. Do you want to continue?</value>
|
||||
</data>
|
||||
<data name="CONFIRM_DISABLE_CBT_VMS" xml:space="preserve">
|
||||
<value>This will disable Changed Block Tracking on the disks of the selected VMs. If you are using any third-party solutions to back up the VMs, they might be affected. Note that Changed Block Tracking cannot be enabled again from XenCenter. Do you want to continue?</value>
|
||||
<value>This will disable Changed Block Tracking on the disks of the selected VMs. If you are using any third-party solutions to back up the VMs, they might be affected. Note that Changed Block Tracking cannot be enabled again from [XenCenter]. Do you want to continue?</value>
|
||||
</data>
|
||||
<data name="CONFIRM_DISABLE_CBT_VMs_TITLE" xml:space="preserve">
|
||||
<value>Disable Changed Block Tracking on selected VMs</value>
|
||||
|
Loading…
Reference in New Issue
Block a user