Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/Properties/Resources.Designer.cs =================================================================== diff -u -r1215 -r1216 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1215) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1216) @@ -70,6 +70,24 @@ } /// + /// Looks up a localized string similar to Initial geometry file (sti) is not created.. + /// + internal static string DamMacroStabilityKernelWrapper_CannotCreateInitialGeometryFile { + get { + return ResourceManager.GetString("DamMacroStabilityKernelWrapper_CannotCreateInitialGeometryFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Design not support for this model ({0}).. + /// + internal static string DamMacroStabilityKernelWrapper_DesignNotSupportedForModel { + get { + return ResourceManager.GetString("DamMacroStabilityKernelWrapper_DesignNotSupportedForModel", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Model horizontal balance does not support 2d-geometries.. /// internal static string DamMacroStabilityKernelWrapper_HorBal2DProfNotAllowed { @@ -79,6 +97,15 @@ } /// + /// Looks up a localized string similar to Required safety factor must be specified.. + /// + internal static string DamMacroStabilityKernelWrapper_NoRequiredSafetyFactorSpecified { + get { + return ResourceManager.GetString("DamMacroStabilityKernelWrapper_NoRequiredSafetyFactorSpecified", resourceCulture); + } + } + + /// /// Looks up a localized string similar to The use of Zone Areas is not allowed for stability outside.. /// internal static string DamMacroStabilityKernelWrapper_OutsideWithZoneAreasNotAllowed {