mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-293686: Fix the spelling mistake
Signed-off-by: Ji Jiang <ji.jiang@citrix.com>
This commit is contained in:
parent
9e8e8237e2
commit
ce3a1a6f02
12
XenModel/Messages.Designer.cs
generated
12
XenModel/Messages.Designer.cs
generated
@ -27155,7 +27155,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The automated updates process was not completed successfuly. The update process has been paused. Press Retry to resume it..
|
||||
/// Looks up a localized string similar to The automated updates process was not completed successfully. The update process has been paused. Press Retry to resume it..
|
||||
/// </summary>
|
||||
public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_ONE {
|
||||
get {
|
||||
@ -27182,7 +27182,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to All automated updates processes were completed successfuly..
|
||||
/// Looks up a localized string similar to All automated updates processes were completed successfully..
|
||||
/// </summary>
|
||||
public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_SUCCESS_MANY {
|
||||
get {
|
||||
@ -27191,7 +27191,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The automated updates process was completed successfuly..
|
||||
/// Looks up a localized string similar to The automated updates process was completed successfully..
|
||||
/// </summary>
|
||||
public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_SUCCESS_ONE {
|
||||
get {
|
||||
@ -30461,7 +30461,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The rolling pool upgrade process was not completed successfuly. The upgrade process has been paused. Press Retry to resume it..
|
||||
/// Looks up a localized string similar to The rolling pool upgrade process was not completed successfully. The upgrade process has been paused. Press Retry to resume it..
|
||||
/// </summary>
|
||||
public static string ROLLING_UPGRADE_ERROR_ONE {
|
||||
get {
|
||||
@ -30532,7 +30532,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to All rolling pool upgrade processes were completed successfuly..
|
||||
/// Looks up a localized string similar to All rolling pool upgrade processes were completed successfully..
|
||||
/// </summary>
|
||||
public static string ROLLING_UPGRADE_SUCCESS_MANY {
|
||||
get {
|
||||
@ -30541,7 +30541,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The rolling pool upgrade process was completed successfuly..
|
||||
/// Looks up a localized string similar to The rolling pool upgrade process was completed successfully..
|
||||
/// </summary>
|
||||
public static string ROLLING_UPGRADE_SUCCESS_ONE {
|
||||
get {
|
||||
|
@ -9370,7 +9370,7 @@ However, there is not enough space to perform the repartitioning, so the current
|
||||
<value>One or more of the automated updates processes were not completed successfully. The update process has been paused. Press Retry to resume it.</value>
|
||||
</data>
|
||||
<data name="PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_ONE" xml:space="preserve">
|
||||
<value>The automated updates process was not completed successfuly. The update process has been paused. Press Retry to resume it.</value>
|
||||
<value>The automated updates process was not completed successfully. The update process has been paused. Press Retry to resume it.</value>
|
||||
</data>
|
||||
<data name="PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_POOL_MANY" xml:space="preserve">
|
||||
<value>The following errors occurred while automated updates were in progress:</value>
|
||||
@ -9379,10 +9379,10 @@ However, there is not enough space to perform the repartitioning, so the current
|
||||
<value>The following error occurred while automated updates were in progress:</value>
|
||||
</data>
|
||||
<data name="PATCHINGWIZARD_AUTOUPDATINGPAGE_SUCCESS_MANY" xml:space="preserve">
|
||||
<value>All automated updates processes were completed successfuly.</value>
|
||||
<value>All automated updates processes were completed successfully.</value>
|
||||
</data>
|
||||
<data name="PATCHINGWIZARD_AUTOUPDATINGPAGE_SUCCESS_ONE" xml:space="preserve">
|
||||
<value>The automated updates process was completed successfuly.</value>
|
||||
<value>The automated updates process was completed successfully.</value>
|
||||
</data>
|
||||
<data name="PATCHINGWIZARD_AUTOUPDATINGPAGE_TEXT" xml:space="preserve">
|
||||
<value>Upload and Install</value>
|
||||
@ -10586,7 +10586,7 @@ Click Server Status Report to open the Compile Server Status Report Wizard or cl
|
||||
<value>One or more of the rolling pool upgrade processes were not completed successfully. The upgrade process has been paused. Press Retry to resume it.</value>
|
||||
</data>
|
||||
<data name="ROLLING_UPGRADE_ERROR_ONE" xml:space="preserve">
|
||||
<value>The rolling pool upgrade process was not completed successfuly. The upgrade process has been paused. Press Retry to resume it.</value>
|
||||
<value>The rolling pool upgrade process was not completed successfully. The upgrade process has been paused. Press Retry to resume it.</value>
|
||||
</data>
|
||||
<data name="ROLLING_UPGRADE_ERROR_POOL_MANY" xml:space="preserve">
|
||||
<value>The following errors occurred while rolling pool upgrade was in progress:</value>
|
||||
@ -10618,10 +10618,10 @@ The master must be upgraded first, so if you skip the master, the rolling pool u
|
||||
</value>
|
||||
</data>
|
||||
<data name="ROLLING_UPGRADE_SUCCESS_MANY" xml:space="preserve">
|
||||
<value>All rolling pool upgrade processes were completed successfuly.</value>
|
||||
<value>All rolling pool upgrade processes were completed successfully.</value>
|
||||
</data>
|
||||
<data name="ROLLING_UPGRADE_SUCCESS_ONE" xml:space="preserve">
|
||||
<value>The rolling pool upgrade process was completed successfuly.</value>
|
||||
<value>The rolling pool upgrade process was completed successfully.</value>
|
||||
</data>
|
||||
<data name="ROLLING_UPGRADE_TIMEOUT" xml:space="preserve">
|
||||
<value>Still waiting for the upgrade to complete.
|
||||
|
Loading…
Reference in New Issue
Block a user