Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/Properties/Resources.Designer.cs =================================================================== diff -u -r9def31196320039cc9075ba0e1fb12ce87c6769e -r0f8ecad9de486dac8a81bb9de57e76ca6cf8a104 --- Ringtoets/Piping/src/Ringtoets.Piping.Data/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 9def31196320039cc9075ba0e1fb12ce87c6769e) +++ Ringtoets/Piping/src/Ringtoets.Piping.Data/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 0f8ecad9de486dac8a81bb9de57e76ca6cf8a104) @@ -178,6 +178,15 @@ } /// + /// Looks up a localized string similar to {0} L moet in het bereik van [{1}, {2}] liggen.. + /// + public static string RingtoetsPipingSurfaceLine_0_L_needs_to_be_in_1_2_range { + get { + return ResourceManager.GetString("RingtoetsPipingSurfaceLine_0_L_needs_to_be_in_1_2_range", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Een punt in de geometrie voor de profielmeting heeft geen waarde.. /// public static string RingtoetsPipingSurfaceLine_A_point_in_the_collection_was_null { @@ -206,16 +215,24 @@ } /// - /// 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.. + /// Looks up a localized string similar to Kan intredepunt niet zetten.. /// - public static string RingtoetsPipingSurfaceLine_L_needs_to_be_in_0_1_range_to_be_able_to_determine_height { + public static string RingtoetsPipingSurfaceLine_EntryPointL_Cannot_set_entry_point_at_L_0 { get { - return ResourceManager.GetString("RingtoetsPipingSurfaceLine_L_needs_to_be_in_0_1_range_to_be_able_to_determine_hei" + - "ght", resourceCulture); + return ResourceManager.GetString("RingtoetsPipingSurfaceLine_EntryPointL_Cannot_set_entry_point_at_L_0", resourceCulture); } } /// + /// Looks up a localized string similar to Kan geen hoogte bepalen.. + /// + public static string RingtoetsPipingSurfaceLine_GetZAtL_Cannot_determine_height { + get { + return ResourceManager.GetString("RingtoetsPipingSurfaceLine_GetZAtL_Cannot_determine_height", resourceCulture); + } + } + + /// /// Looks up a localized string similar to De profielmeting heeft geen geometrie.. /// public static string RingtoetsPipingSurfaceLine_SurfaceLine_has_no_Geometry {