Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/Properties/Resources.Designer.cs =================================================================== diff -u -ra119a7e860d0d62362c2cd2742d03a4543a2232a -r9def31196320039cc9075ba0e1fb12ce87c6769e --- Ringtoets/Piping/src/Ringtoets.Piping.Data/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision a119a7e860d0d62362c2cd2742d03a4543a2232a) +++ Ringtoets/Piping/src/Ringtoets.Piping.Data/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 9def31196320039cc9075ba0e1fb12ce87c6769e) @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18444 +// Runtime Version:4.0.30319.34209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -29,7 +29,7 @@ private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - public Resources() { + internal Resources() { } /// @@ -206,6 +206,25 @@ } /// + /// Looks up a localized string similar to L moet in het bereik van [{0}, {1}] liggen om de hoogte op dat punt te kunnen bepalen.. + /// + public static string RingtoetsPipingSurfaceLine_L_needs_to_be_in_0_1_range_to_be_able_to_determine_height { + get { + return ResourceManager.GetString("RingtoetsPipingSurfaceLine_L_needs_to_be_in_0_1_range_to_be_able_to_determine_hei" + + "ght", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De profielmeting heeft geen geometrie.. + /// + public static string RingtoetsPipingSurfaceLine_SurfaceLine_has_no_Geometry { + get { + return ResourceManager.GetString("RingtoetsPipingSurfaceLine_SurfaceLine_has_no_Geometry", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Voor het maken van een segment zijn twee punten nodig.. /// public static string Segment2D_Constructor_Segment_must_be_created_with_two_points {