CUST: - FwUpdateSw: - state machine adapted to communication error - unfinished
This commit is contained in:
@@ -115,6 +115,15 @@ namespace Xylem.ServiceFwUpdate.Ui.ServiceFwUpdateSw.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to ERROR: Communication problems!.
|
||||
/// </summary>
|
||||
internal static string StrCordonelCommunicationFailed {
|
||||
get {
|
||||
return ResourceManager.GetString("StrCordonelCommunicationFailed", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to ERROR: Cordonel detection failed.
|
||||
/// </summary>
|
||||
@@ -269,7 +278,7 @@ namespace Xylem.ServiceFwUpdate.Ui.ServiceFwUpdateSw.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to ERROR: Unknown data container received.
|
||||
/// Looks up a localized string similar to ERROR: Unknown data container received!.
|
||||
/// </summary>
|
||||
internal static string StrDataContainerUnknown {
|
||||
get {
|
||||
|
||||
@@ -227,7 +227,7 @@
|
||||
<value>Update capability.</value>
|
||||
</data>
|
||||
<data name="StrDataContainerUnknown" xml:space="preserve">
|
||||
<value>ERROR: Unknown data container received</value>
|
||||
<value>ERROR: Unknown data container received!</value>
|
||||
</data>
|
||||
<data name="StrFailedToUpdateApp" xml:space="preserve">
|
||||
<value>ERROR: Failed to update application:</value>
|
||||
@@ -688,4 +688,7 @@
|
||||
<data name="StrRegisterRecoveryWarning" xml:space="preserve">
|
||||
<value>WARNING: Configuration partially skipped!</value>
|
||||
</data>
|
||||
<data name="StrCordonelCommunicationFailed" xml:space="preserve">
|
||||
<value>ERROR: Communication problems!</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user