Fix alert message based on comments

Signed-off-by: Ji Jiang <ji.jiang@citrix.com>
This commit is contained in:
Ji Jiang 2017-09-27 09:56:09 +01:00
parent 37499d81b6
commit 41df6e5c35
4 changed files with 16 additions and 16 deletions

View File

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

View File

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

View File

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

View File

@ -2696,10 +2696,10 @@ This action is final and unrecoverable.</value>
<value>&amp;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>