Improve wording for IMPORT_WIZARD_CPUS_COUNT_MISMATCH_POOL warning

Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
This commit is contained in:
Danilo Del Busso 2023-07-10 13:44:09 +01:00
parent dc747fec05
commit a08ed18770
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -20856,7 +20856,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to At least one VM in the imported appliance requires a minimum of {0} vCPUs, while the maximum number of physical CPUs in the pool is {1}. You will not be able to start the appliance on the selected pool..
/// Looks up a localized string similar to At least one VM in the imported appliance requires a minimum of {0} vCPUs, but not all servers have sufficient physical CPUs. You will not be able to start a VM if you place its disks in the local storage of a server with insufficient physical CPUs..
/// </summary>
public static string IMPORT_WIZARD_CPUS_COUNT_MISMATCH_POOL {
get {

View File

@ -7276,7 +7276,7 @@ This might result in failure to migrate VMs to this server during the RPU or to
<value>At least one VM in the imported appliance requires a minimum of {0} vCPUs, while the maximum number of physical CPUs in the selected servers is {1}. You will not be able to start all the VMs in the appliance with the current selection.</value>
</data>
<data name="IMPORT_WIZARD_CPUS_COUNT_MISMATCH_POOL" xml:space="preserve">
<value>At least one VM in the imported appliance requires a minimum of {0} vCPUs, while the maximum number of physical CPUs in the pool is {1}. You will not be able to start the appliance on the selected pool.</value>
<value>At least one VM in the imported appliance requires a minimum of {0} vCPUs, but not all servers have sufficient physical CPUs. You will not be able to start a VM if you place its disks in the local storage of a server with insufficient physical CPUs.</value>
</data>
<data name="IMPORT_WIZARD_DESTINATION_DESTINATION" xml:space="preserve">
<value>&amp;Import to:</value>