Index: Riskeer/Piping/src/Riskeer.Piping.Service/Probabilistic/ProbabilisticPipingCalculationService.cs =================================================================== diff -u -r5b3b027a635753b053c5c1ca87b09bd42fc7e907 -ra18f03773a92939ae1ad710d71c35a1efed7f54a --- Riskeer/Piping/src/Riskeer.Piping.Service/Probabilistic/ProbabilisticPipingCalculationService.cs (.../ProbabilisticPipingCalculationService.cs) (revision 5b3b027a635753b053c5c1ca87b09bd42fc7e907) +++ Riskeer/Piping/src/Riskeer.Piping.Service/Probabilistic/ProbabilisticPipingCalculationService.cs (.../ProbabilisticPipingCalculationService.cs) (revision a18f03773a92939ae1ad710d71c35a1efed7f54a) @@ -67,7 +67,7 @@ /// the execution of the operation. /// /// The for which to validate the values. - /// The to derive values from used during the validation. + /// The to derive values from during the validation. /// The for which to validate the values. /// true if has no validation errors; false otherwise. /// Thrown when any parameter is null. @@ -114,7 +114,7 @@ /// if the calculation was successful. Error and status information is logged during the execution of the operation. /// /// The that holds all the information required to perform the calculation. - /// Calculation input parameters that apply to all instances. + /// The to derive values from during the calculation. /// The with the /// hydraulic boundary calculation settings. /// The length of the section the calculation belongs to. @@ -226,7 +226,7 @@ } catch (ArgumentException e) { - log.WarnFormat(Resources.PipingProbabailisticCalculationService_Calculate_Error_in_reading_illustrationPoints_for_CalculationName_0_CalculationType_1_overtopping_with_ErrorMessage_2, + log.WarnFormat(Resources.PipingProbabilisticCalculationService_Calculate_Error_in_reading_illustrationPoints_for_CalculationName_0_CalculationType_1_with_ErrorMessage_2, calculation.Name, Resources.ProbabilisticPipingCalculationService_ProfileSpecific, e.Message); } @@ -271,7 +271,7 @@ } catch (ArgumentException e) { - log.WarnFormat(Resources.PipingProbabailisticCalculationService_Calculate_Error_in_reading_illustrationPoints_for_CalculationName_0_CalculationType_1_overtopping_with_ErrorMessage_2, + log.WarnFormat(Resources.PipingProbabilisticCalculationService_Calculate_Error_in_reading_illustrationPoints_for_CalculationName_0_CalculationType_1_with_ErrorMessage_2, calculation.Name, Resources.ProbabilisticPipingCalculationService_SectionSpecific, e.Message); } Index: Riskeer/Piping/src/Riskeer.Piping.Service/Properties/Resources.Designer.cs =================================================================== diff -u -r71c3adcd5c30cb64e6a1b804e6841558e8d2d712 -ra18f03773a92939ae1ad710d71c35a1efed7f54a --- Riskeer/Piping/src/Riskeer.Piping.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 71c3adcd5c30cb64e6a1b804e6841558e8d2d712) +++ Riskeer/Piping/src/Riskeer.Piping.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision a18f03773a92939ae1ad710d71c35a1efed7f54a) @@ -234,10 +234,10 @@ /// /// Looks up a localized string similar to Fout bij het uitlezen van de illustratiepunten voor berekening {0} ({1}): {2} Het uitlezen van illustratiepunten wordt overgeslagen.. /// - internal static string PipingProbabailisticCalculationService_Calculate_Error_in_reading_illustrationPoints_for_CalculationName_0_CalculationType_1_overtopping_with_ErrorMessage_2 { + internal static string PipingProbabilisticCalculationService_Calculate_Error_in_reading_illustrationPoints_for_CalculationName_0_CalculationType_1_with_ErrorMessage_2 { get { - return ResourceManager.GetString("PipingProbabailisticCalculationService_Calculate_Error_in_reading_illustrationPoi" + - "nts_for_CalculationName_0_CalculationType_1_overtopping_with_ErrorMessage_2", resourceCulture); + return ResourceManager.GetString("PipingProbabilisticCalculationService_Calculate_Error_in_reading_illustrationPoin" + + "ts_for_CalculationName_0_CalculationType_1_with_ErrorMessage_2", resourceCulture); } } Index: Riskeer/Piping/src/Riskeer.Piping.Service/Properties/Resources.resx =================================================================== diff -u -r71c3adcd5c30cb64e6a1b804e6841558e8d2d712 -ra18f03773a92939ae1ad710d71c35a1efed7f54a --- Riskeer/Piping/src/Riskeer.Piping.Service/Properties/Resources.resx (.../Resources.resx) (revision 71c3adcd5c30cb64e6a1b804e6841558e8d2d712) +++ Riskeer/Piping/src/Riskeer.Piping.Service/Properties/Resources.resx (.../Resources.resx) (revision a18f03773a92939ae1ad710d71c35a1efed7f54a) @@ -178,7 +178,7 @@ De {0} berekening is uitgevoerd op de tijdelijke locatie '{1}'. Gedetailleerde invoer en uitvoer kan in de bestanden op deze locatie worden gevonden. - + Fout bij het uitlezen van de illustratiepunten voor berekening {0} ({1}): {2} Het uitlezen van illustratiepunten wordt overgeslagen. Index: Riskeer/Piping/src/Riskeer.Piping.Service/SemiProbabilistic/SemiProbabilisticPipingCalculationService.cs =================================================================== diff -u -r5b3b027a635753b053c5c1ca87b09bd42fc7e907 -ra18f03773a92939ae1ad710d71c35a1efed7f54a --- Riskeer/Piping/src/Riskeer.Piping.Service/SemiProbabilistic/SemiProbabilisticPipingCalculationService.cs (.../SemiProbabilisticPipingCalculationService.cs) (revision 5b3b027a635753b053c5c1ca87b09bd42fc7e907) +++ Riskeer/Piping/src/Riskeer.Piping.Service/SemiProbabilistic/SemiProbabilisticPipingCalculationService.cs (.../SemiProbabilisticPipingCalculationService.cs) (revision a18f03773a92939ae1ad710d71c35a1efed7f54a) @@ -46,7 +46,7 @@ /// the execution of the operation. /// /// The for which to validate the values. - /// The to derive values from used during the validation. + /// The to derive values from during the validation. /// The normative assessment level to use in case the manual assessment level is not applicable. /// false if contains validation errors; true otherwise. /// Thrown when or is null. @@ -81,7 +81,7 @@ /// information is logged during the execution of the operation. /// /// The to base the input for the calculation upon. - /// The to derive values from use during the calculation. + /// The to derive values from during the calculation. /// The normative assessment level to use in case the manual assessment level is not applicable. /// Thrown when or is null. /// Thrown when an unexpected error occurred during the calculation.