Index: Ringtoets/Piping/src/Ringtoets.Piping.Service/Properties/Resources.Designer.cs
===================================================================
diff -u -r845bead95b248fd299e02c02e9ae0892eebc6335 -r73aa6b5e849110e5c7cb584cce2aeb36698e7eee
--- Ringtoets/Piping/src/Ringtoets.Piping.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 845bead95b248fd299e02c02e9ae0892eebc6335)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 73aa6b5e849110e5c7cb584cce2aeb36698e7eee)
@@ -79,6 +79,24 @@
}
///
+ /// Looks up a localized string similar to Kan het toetspeil niet afleiden op basis van de invoer..
+ ///
+ internal static string PipingCalculationService_ValidateInput_Cannot_determine_AssessmentLevel {
+ get {
+ return ResourceManager.GetString("PipingCalculationService_ValidateInput_Cannot_determine_AssessmentLevel", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Kan de stijghoogte bij het uittredepunt niet afleiden op basis van de invoer..
+ ///
+ internal static string PipingCalculationService_ValidateInput_Cannot_determine_PiezometricHeadExit {
+ get {
+ return ResourceManager.GetString("PipingCalculationService_ValidateInput_Cannot_determine_PiezometricHeadExit", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Kan de dikte van het watervoerend pakket niet afleiden op basis van de invoer..
///
internal static string PipingCalculationService_ValidateInput_Cannot_determine_thickness_aquifer_layer {
@@ -97,6 +115,61 @@
}
///
+ /// Looks up a localized string similar to Het uittredepunt ligt niet voorbij het intredepunt..
+ ///
+ internal static string PipingCalculationService_ValidateInput_EntryPointL_greater_or_equal_to_ExitPointL {
+ get {
+ return ResourceManager.GetString("PipingCalculationService_ValidateInput_EntryPointL_greater_or_equal_to_ExitPointL" +
+ "", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Er is geen hydraulische randvoorwaarden locatie geselecteerd..
+ ///
+ internal static string PipingCalculationService_ValidateInput_No_HydraulicBoundaryLocation_selected {
+ get {
+ return ResourceManager.GetString("PipingCalculationService_ValidateInput_No_HydraulicBoundaryLocation_selected", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Er is geen stochastisch ondergrondprofiel geselecteerd..
+ ///
+ internal static string PipingCalculationService_ValidateInput_No_StochasticSoilProfile_selected {
+ get {
+ return ResourceManager.GetString("PipingCalculationService_ValidateInput_No_StochasticSoilProfile_selected", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Er is geen profielschematisatie geselecteerd..
+ ///
+ internal static string PipingCalculationService_ValidateInput_No_SurfaceLine_selected {
+ get {
+ return ResourceManager.GetString("PipingCalculationService_ValidateInput_No_SurfaceLine_selected", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Er is geen waarde voor het intredepunt opgegeven..
+ ///
+ internal static string PipingCalculationService_ValidateInput_No_value_for_EntryPointL {
+ get {
+ return ResourceManager.GetString("PipingCalculationService_ValidateInput_No_value_for_EntryPointL", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Er is geen waarde voor het uittredepunt opgegeven..
+ ///
+ internal static string PipingCalculationService_ValidateInput_No_value_for_ExitPointL {
+ get {
+ return ResourceManager.GetString("PipingCalculationService_ValidateInput_No_value_for_ExitPointL", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Veiligheidsfactor voor piping kan niet worden berekend..
///
internal static string PipingSemiProbabilisticCalculationService_ValidateOutputOnCalculation_Factor_of_safety_cannot_be_calculated {