CUST: - resources

This commit is contained in:
Thomas Wiedebusch 2024-03-21 18:40:42 +01:00
parent 669b832497
commit 223291f34f
2 changed files with 12 additions and 0 deletions

View File

@ -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>

View File

@ -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>