Index: Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs =================================================================== diff -u -rec201316303aa676976655dcdfd9285dcc3ec4f1 -r56f49fd6924c36df10f9b41247ce9a1f5ea0c790 --- Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision ec201316303aa676976655dcdfd9285dcc3ec4f1) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 56f49fd6924c36df10f9b41247ce9a1f5ea0c790) @@ -368,15 +368,6 @@ } /// - /// Looks up a localized string similar to Ongeldige waarde voor parameter '{0}'.. - /// - public static string Convert_Invalid_value_ParameterName_0 { - get { - return ResourceManager.GetString("Convert_Invalid_value_ParameterName_0", resourceCulture); - } - } - - /// /// Looks up a localized string similar to De regel ('{0}') bevat ongeldige tekst.. /// public static string DikeProfileDataReader_HandleUnexpectedText_Line_0_is_invalid { @@ -2581,6 +2572,15 @@ } /// + /// Looks up a localized string similar to Ongeldige waarde voor parameter '{0}'.. + /// + public static string Transform_Invalid_value_ParameterName_0 { + get { + return ResourceManager.GetString("Transform_Invalid_value_ParameterName_0", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Een waarde van '{0}' als {1} is ongeldig.. /// public static string TryReadParameter_Value_0_ParameterName_1_is_invalid { Index: Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.resx =================================================================== diff -u -rec201316303aa676976655dcdfd9285dcc3ec4f1 -r56f49fd6924c36df10f9b41247ce9a1f5ea0c790 --- Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.resx (.../Resources.resx) (revision ec201316303aa676976655dcdfd9285dcc3ec4f1) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.resx (.../Resources.resx) (revision 56f49fd6924c36df10f9b41247ce9a1f5ea0c790) @@ -895,7 +895,7 @@ Is aquifer - + Ongeldige waarde voor parameter '{0}'. \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Properties/Resources.Designer.cs =================================================================== diff -u -r613d5197233c721a6cf95c4f722f1c1941f3081d -r56f49fd6924c36df10f9b41247ce9a1f5ea0c790 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 613d5197233c721a6cf95c4f722f1c1941f3081d) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 56f49fd6924c36df10f9b41247ce9a1f5ea0c790) @@ -180,15 +180,6 @@ } /// - /// Looks up a localized string similar to Ongeldige waarde voor parameter '{0}'.. - /// - public static string MacroStabilityInwardsSoilLayerTransformer_Invalid_value_ParameterName_0 { - get { - return ResourceManager.GetString("MacroStabilityInwardsSoilLayerTransformer_Invalid_value_ParameterName_0", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Kritieke fout opgetreden bij het uitlezen van waardes uit kolommen in de database.. /// public static string MacroStabilityInwardsSoilProfileReader_Critical_Unexpected_value_on_column { Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Properties/Resources.resx =================================================================== diff -u -r613d5197233c721a6cf95c4f722f1c1941f3081d -r56f49fd6924c36df10f9b41247ce9a1f5ea0c790 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Properties/Resources.resx (.../Resources.resx) (revision 613d5197233c721a6cf95c4f722f1c1941f3081d) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Properties/Resources.resx (.../Resources.resx) (revision 56f49fd6924c36df10f9b41247ce9a1f5ea0c790) @@ -261,9 +261,6 @@ Verzadigd gewicht - - Ongeldige waarde voor parameter '{0}'. - Gebruik POP Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfiles/MacroStabilityInwardsSoilLayerTransformer.cs =================================================================== diff -u -rec201316303aa676976655dcdfd9285dcc3ec4f1 -r56f49fd6924c36df10f9b41247ce9a1f5ea0c790 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfiles/MacroStabilityInwardsSoilLayerTransformer.cs (.../MacroStabilityInwardsSoilLayerTransformer.cs) (revision ec201316303aa676976655dcdfd9285dcc3ec4f1) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfiles/MacroStabilityInwardsSoilLayerTransformer.cs (.../MacroStabilityInwardsSoilLayerTransformer.cs) (revision 56f49fd6924c36df10f9b41247ce9a1f5ea0c790) @@ -146,7 +146,7 @@ } catch (NotSupportedException) { - throw new ImportedDataTransformException(string.Format(Resources.MacroStabilityInwardsSoilLayerTransformer_Invalid_value_ParameterName_0, + throw new ImportedDataTransformException(string.Format(RingtoetsCommonIOResources.Transform_Invalid_value_ParameterName_0, RingtoetsCommonIOResources.SoilLayerProperties_IsAquifer_Name)); } } @@ -171,7 +171,7 @@ return false; } - throw new ImportedDataTransformException(string.Format(Resources.MacroStabilityInwardsSoilLayerTransformer_Invalid_value_ParameterName_0, + throw new ImportedDataTransformException(string.Format(RingtoetsCommonIOResources.Transform_Invalid_value_ParameterName_0, Resources.SoilLayerProperties_UsePop_Description)); } @@ -203,7 +203,7 @@ return MacroStabilityInwardsShearStrengthModel.None; } - throw new ImportedDataTransformException(string.Format(Resources.MacroStabilityInwardsSoilLayerTransformer_Invalid_value_ParameterName_0, + throw new ImportedDataTransformException(string.Format(RingtoetsCommonIOResources.Transform_Invalid_value_ParameterName_0, Resources.SoilLayerProperties_ShearStrengthModel_Description)); } Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfiles/PipingSoilLayerTransformer.cs =================================================================== diff -u -rec201316303aa676976655dcdfd9285dcc3ec4f1 -r56f49fd6924c36df10f9b41247ce9a1f5ea0c790 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfiles/PipingSoilLayerTransformer.cs (.../PipingSoilLayerTransformer.cs) (revision ec201316303aa676976655dcdfd9285dcc3ec4f1) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfiles/PipingSoilLayerTransformer.cs (.../PipingSoilLayerTransformer.cs) (revision 56f49fd6924c36df10f9b41247ce9a1f5ea0c790) @@ -247,7 +247,7 @@ } catch (NotSupportedException) { - throw new ImportedDataTransformException(string.Format(RingtoetsCommonIOResources.Convert_Invalid_value_ParameterName_0, + throw new ImportedDataTransformException(string.Format(RingtoetsCommonIOResources.Transform_Invalid_value_ParameterName_0, RingtoetsCommonIOResources.SoilLayerProperties_IsAquifer_Name)); } }