mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
XenServer Tools should be spellt with a capital T.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
11296fe882
commit
81885b9dad
11
XenModel/Messages.Designer.cs
generated
11
XenModel/Messages.Designer.cs
generated
@ -5634,7 +5634,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Deleting the XenServer tools ISO storage is not supported..
|
||||
/// Looks up a localized string similar to Deleting the XenServer Tools ISO storage is not supported..
|
||||
/// </summary>
|
||||
public static string CANNOT_DELETE_TOOLS_SR {
|
||||
get {
|
||||
@ -31831,15 +31831,6 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to XenServer tools not installed.
|
||||
/// </summary>
|
||||
public static string VIRTUALIZATION_NOT_INSTALLED {
|
||||
get {
|
||||
return ResourceManager.GetString("VIRTUALIZATION_NOT_INSTALLED", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Optimized (version {0} installed).
|
||||
/// </summary>
|
||||
|
@ -2055,7 +2055,7 @@ Deleting this bond will disrupt traffic through the secondary interface on the b
|
||||
<value>This snapshot is currently in use and cannot be deleted.</value>
|
||||
</data>
|
||||
<data name="CANNOT_DELETE_TOOLS_SR" xml:space="preserve">
|
||||
<value>Deleting the XenServer tools ISO storage is not supported.</value>
|
||||
<value>Deleting the XenServer Tools ISO storage is not supported.</value>
|
||||
</data>
|
||||
<data name="CANNOT_DELETE_VDI_ACTIVE_ON" xml:space="preserve">
|
||||
<value>This virtual disk is active on VM '{0}'. Deactivate the virtual disk before deleting.</value>
|
||||
@ -11015,9 +11015,6 @@ To learn more about the XenServer Dynamic Workload Balancing feature or to start
|
||||
<data name="VIF_VSWITCH_CONTROLLER" xml:space="preserve">
|
||||
<value>QoS settings should be configured using the vSwitch Controller</value>
|
||||
</data>
|
||||
<data name="VIRTUALIZATION_NOT_INSTALLED" xml:space="preserve">
|
||||
<value>XenServer tools not installed</value>
|
||||
</data>
|
||||
<data name="VIRTUALIZATION_OPTIMIZED" xml:space="preserve">
|
||||
<value>Optimized (version {0} installed)</value>
|
||||
</data>
|
||||
|
@ -1308,7 +1308,7 @@ namespace XenAPI
|
||||
case VM.VirtualisationStatus.PV_DRIVERS_OUT_OF_DATE:
|
||||
return string.Format(Messages.VIRTUALIZATION_OUT_OF_DATE, VirtualisationVersion);
|
||||
case VM.VirtualisationStatus.PV_DRIVERS_NOT_INSTALLED:
|
||||
return Messages.VIRTUALIZATION_NOT_INSTALLED;
|
||||
return Messages.PV_DRIVERS_NOT_INSTALLED;
|
||||
default:
|
||||
return Messages.VIRTUALIZATION_UNKNOWN;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user