Merge pull request #425 from GaborApatiNagy/CP-11764_master

CP-11764: Replace pGPU to GPU in all texts
This commit is contained in:
Mihaela Stoica 2015-03-31 16:51:55 +01:00
commit 0cfe1bc3e0
2 changed files with 16 additions and 16 deletions

View File

@ -664,7 +664,7 @@ namespace XenAPI {
}
/// <summary>
/// Looks up a localized string similar to The GPU group does not contain any pGPUs..
/// Looks up a localized string similar to The GPU group does not contain any GPUs..
/// </summary>
public static string GPU_GROUP_CONTAINS_NO_PGPUS {
get {
@ -673,7 +673,7 @@ namespace XenAPI {
}
/// <summary>
/// Looks up a localized string similar to The GPU group contains active pGPUs and cannot be deleted..
/// Looks up a localized string similar to The GPU group contains active GPUs and cannot be deleted..
/// </summary>
public static string GPU_GROUP_CONTAINS_PGPU {
get {
@ -1888,7 +1888,7 @@ namespace XenAPI {
}
/// <summary>
/// Looks up a localized string similar to This pGPU is currently in use by running VMs..
/// Looks up a localized string similar to This GPU is currently in use by running VMs..
/// </summary>
public static string PGPU_IN_USE_BY_VM {
get {
@ -1897,7 +1897,7 @@ namespace XenAPI {
}
/// <summary>
/// Looks up a localized string similar to There is insufficient capacity on this pGPU to run the virtual GPU..
/// Looks up a localized string similar to There is insufficient capacity on this GPU to run the virtual GPU..
/// </summary>
public static string PGPU_INSUFFICIENT_CAPACITY_FOR_VGPU {
get {
@ -1906,7 +1906,7 @@ namespace XenAPI {
}
/// <summary>
/// Looks up a localized string similar to pGPU type not compatible with destination group..
/// Looks up a localized string similar to GPU type not compatible with destination group..
/// </summary>
public static string PGPU_NOT_COMPATIBLE_WITH_GPU_GROUP {
get {
@ -4548,7 +4548,7 @@ namespace XenAPI {
}
/// <summary>
/// Looks up a localized string similar to Virtual GPU type is not one of the pGPU&apos;s enabled types..
/// Looks up a localized string similar to Virtual GPU type is not one of the GPU&apos;s enabled types..
/// </summary>
public static string VGPU_TYPE_NOT_ENABLED {
get {
@ -4557,7 +4557,7 @@ namespace XenAPI {
}
/// <summary>
/// Looks up a localized string similar to Virtual GPU type is not one of the pGPU&apos;s supported types..
/// Looks up a localized string similar to Virtual GPU type is not one of the GPU&apos;s supported types..
/// </summary>
public static string VGPU_TYPE_NOT_SUPPORTED {
get {
@ -4908,7 +4908,7 @@ namespace XenAPI {
}
/// <summary>
/// Looks up a localized string similar to You attempted to run a VM on a host which doesn&apos;t have a pGPU available in the GPU group needed by the VM. The VM has a virtual GPU attached to this GPU group..
/// Looks up a localized string similar to You attempted to run a VM on a host which doesn&apos;t have a GPU available in the GPU group needed by the VM. The VM has a virtual GPU attached to this GPU group..
/// </summary>
public static string VM_REQUIRES_GPU {
get {

View File

@ -319,10 +319,10 @@
<value>One of the fields you supplied was of the wrong type.</value>
</data>
<data name="GPU_GROUP_CONTAINS_NO_PGPUS" xml:space="preserve">
<value>The GPU group does not contain any pGPUs.</value>
<value>The GPU group does not contain any GPUs.</value>
</data>
<data name="GPU_GROUP_CONTAINS_PGPU" xml:space="preserve">
<value>The GPU group contains active pGPUs and cannot be deleted.</value>
<value>The GPU group contains active GPUs and cannot be deleted.</value>
</data>
<data name="GPU_GROUP_CONTAINS_VGPU" xml:space="preserve">
<value>The GPU group contains active virtual GPUs and cannot be deleted.</value>
@ -727,13 +727,13 @@
<value>Caller not allowed to perform this operation.</value>
</data>
<data name="PGPU_INSUFFICIENT_CAPACITY_FOR_VGPU" xml:space="preserve">
<value>There is insufficient capacity on this pGPU to run the virtual GPU.</value>
<value>There is insufficient capacity on this GPU to run the virtual GPU.</value>
</data>
<data name="PGPU_IN_USE_BY_VM" xml:space="preserve">
<value>This pGPU is currently in use by running VMs.</value>
<value>This GPU is currently in use by running VMs.</value>
</data>
<data name="PGPU_NOT_COMPATIBLE_WITH_GPU_GROUP" xml:space="preserve">
<value>pGPU type not compatible with destination group.</value>
<value>GPU type not compatible with destination group.</value>
</data>
<data name="PIF_ALREADY_BONDED" xml:space="preserve">
<value>You cannot create a bond of an interface which is a member of an existing bond.</value>
@ -1617,10 +1617,10 @@ Authorized Roles: {1}</value>
<value>The VM cannot start because all GPUs are fully used or are running other types of virtual GPU</value>
</data>
<data name="VGPU_TYPE_NOT_ENABLED" xml:space="preserve">
<value>Virtual GPU type is not one of the pGPU's enabled types.</value>
<value>Virtual GPU type is not one of the GPU's enabled types.</value>
</data>
<data name="VGPU_TYPE_NOT_SUPPORTED" xml:space="preserve">
<value>Virtual GPU type is not one of the pGPU's supported types.</value>
<value>Virtual GPU type is not one of the GPU's supported types.</value>
</data>
<data name="VIFS_MAX_ALLOWED" xml:space="preserve">
<value>You have reached the maximum number of virtual network interfaces allowed for this virtual machine.</value>
@ -1746,7 +1746,7 @@ Authorized Roles: {1}</value>
<value>The VM unexpectedly rebooted</value>
</data>
<data name="VM_REQUIRES_GPU" xml:space="preserve">
<value>You attempted to run a VM on a host which doesn't have a pGPU available in the GPU group needed by the VM. The VM has a virtual GPU attached to this GPU group.</value>
<value>You attempted to run a VM on a host which doesn't have a GPU available in the GPU group needed by the VM. The VM has a virtual GPU attached to this GPU group.</value>
</data>
<data name="VM_REQUIRES_GPU-SHORT" xml:space="preserve">
<value>GPU not available</value>