CUST: - resources
This commit is contained in:
parent
669b832497
commit
223291f34f
@ -1330,6 +1330,15 @@ namespace Xylem.ServiceFwUpdate.Ui.ServiceFwUpdateSw.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to WARNING: Configuration partially skipped!.
|
||||
/// </summary>
|
||||
internal static string StrRegisterRecoveryWarning {
|
||||
get {
|
||||
return ResourceManager.GetString("StrRegisterRecoveryWarning", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to ERROR: Configuration restoring failed!.
|
||||
/// </summary>
|
||||
|
||||
@ -685,4 +685,7 @@
|
||||
<data name="StrRegisterCompareSucceeded" xml:space="preserve">
|
||||
<value>Successfully compared configuration.</value>
|
||||
</data>
|
||||
<data name="StrRegisterRecoveryWarning" xml:space="preserve">
|
||||
<value>WARNING: Configuration partially skipped!</value>
|
||||
</data>
|
||||
</root>
|
||||
Loading…
Reference in New Issue
Block a user