Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs
===================================================================
diff -u -r992c355c1d478deb33ac05e3a904bc3e206526b9 -r8e046ef2c62c2754f33231d7fdfdff4ec5118f79
--- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 992c355c1d478deb33ac05e3a904bc3e206526b9)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 8e046ef2c62c2754f33231d7fdfdff4ec5118f79)
@@ -181,38 +181,38 @@
}
///
- /// Looks up a localized string similar to Categorie A+->A.
+ /// Looks up a localized string similar to Categorie C->D.
///
- public static string Hydraulic_category_boundary_name_1 {
+ public static string Hydraulic_category_boundary_factorizedLowerBoundaryNorm_name {
get {
- return ResourceManager.GetString("Hydraulic_category_boundary_name_1", resourceCulture);
+ return ResourceManager.GetString("Hydraulic_category_boundary_factorizedLowerBoundaryNorm_name", resourceCulture);
}
}
///
- /// Looks up a localized string similar to Categorie A->B.
+ /// Looks up a localized string similar to Categorie A+->A.
///
- public static string Hydraulic_category_boundary_name_2 {
+ public static string Hydraulic_category_boundary_factorizedSignalingNorm_name {
get {
- return ResourceManager.GetString("Hydraulic_category_boundary_name_2", resourceCulture);
+ return ResourceManager.GetString("Hydraulic_category_boundary_factorizedSignalingNorm_name", resourceCulture);
}
}
///
/// Looks up a localized string similar to Categorie B->C.
///
- public static string Hydraulic_category_boundary_name_3 {
+ public static string Hydraulic_category_boundary_lowerBoundaryNorm_name {
get {
- return ResourceManager.GetString("Hydraulic_category_boundary_name_3", resourceCulture);
+ return ResourceManager.GetString("Hydraulic_category_boundary_lowerBoundaryNorm_name", resourceCulture);
}
}
///
- /// Looks up a localized string similar to Categorie C->D.
+ /// Looks up a localized string similar to Categorie A->B.
///
- public static string Hydraulic_category_boundary_name_4 {
+ public static string Hydraulic_category_boundary_signalingNorm_name {
get {
- return ResourceManager.GetString("Hydraulic_category_boundary_name_4", resourceCulture);
+ return ResourceManager.GetString("Hydraulic_category_boundary_signalingNorm_name", resourceCulture);
}
}
Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx
===================================================================
diff -u -r992c355c1d478deb33ac05e3a904bc3e206526b9 -r8e046ef2c62c2754f33231d7fdfdff4ec5118f79
--- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx (.../Resources.resx) (revision 992c355c1d478deb33ac05e3a904bc3e206526b9)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Properties/Resources.resx (.../Resources.resx) (revision 8e046ef2c62c2754f33231d7fdfdff4ec5118f79)
@@ -173,16 +173,16 @@
Weet u zeker dat u wilt doorgaan?
-
+
Categorie A+->A
-
+
Categorie A->B
-
+
Categorie B->C
-
+
Categorie C->D
\ No newline at end of file
Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs
===================================================================
diff -u -rf4b42236b40d2082db3c4ceeedc8ae6893076cef -r8e046ef2c62c2754f33231d7fdfdff4ec5118f79
--- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision f4b42236b40d2082db3c4ceeedc8ae6893076cef)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 8e046ef2c62c2754f33231d7fdfdff4ec5118f79)
@@ -1981,19 +1981,19 @@
new DesignWaterLevelCalculationsContext(context.AssessmentSection.WaterLevelCalculationsForFactorizedSignalingNorm,
context.AssessmentSection,
() => GetFirstHydraulicBoundaryNorm(context.AssessmentSection),
- Resources.Hydraulic_category_boundary_name_1),
+ Resources.Hydraulic_category_boundary_factorizedSignalingNorm_name),
new DesignWaterLevelCalculationsContext(context.AssessmentSection.WaterLevelCalculationsForSignalingNorm,
context.AssessmentSection,
() => GetSecondHydraulicBoundaryNorm(context.AssessmentSection),
- Resources.Hydraulic_category_boundary_name_2),
+ Resources.Hydraulic_category_boundary_signalingNorm_name),
new DesignWaterLevelCalculationsContext(context.AssessmentSection.WaterLevelCalculationsForLowerLimitNorm,
context.AssessmentSection,
() => GetThirdHydraulicBoundaryNorm(context.AssessmentSection),
- Resources.Hydraulic_category_boundary_name_3),
+ Resources.Hydraulic_category_boundary_lowerBoundaryNorm_name),
new DesignWaterLevelCalculationsContext(context.AssessmentSection.WaterLevelCalculationsForFactorizedLowerLimitNorm,
context.AssessmentSection,
() => GetFourthHydraulicBoundaryNorm(context.AssessmentSection),
- Resources.Hydraulic_category_boundary_name_4)
+ Resources.Hydraulic_category_boundary_factorizedLowerBoundaryNorm_name)
};
}
@@ -2004,19 +2004,19 @@
new WaveHeightCalculationsContext(context.AssessmentSection.WaveHeightCalculationsForFactorizedSignalingNorm,
context.AssessmentSection,
() => GetFirstHydraulicBoundaryNorm(context.AssessmentSection),
- Resources.Hydraulic_category_boundary_name_1),
+ Resources.Hydraulic_category_boundary_factorizedSignalingNorm_name),
new WaveHeightCalculationsContext(context.AssessmentSection.WaveHeightCalculationsForSignalingNorm,
context.AssessmentSection,
() => GetSecondHydraulicBoundaryNorm(context.AssessmentSection),
- Resources.Hydraulic_category_boundary_name_2),
+ Resources.Hydraulic_category_boundary_signalingNorm_name),
new WaveHeightCalculationsContext(context.AssessmentSection.WaveHeightCalculationsForLowerLimitNorm,
context.AssessmentSection,
() => GetThirdHydraulicBoundaryNorm(context.AssessmentSection),
- Resources.Hydraulic_category_boundary_name_3),
+ Resources.Hydraulic_category_boundary_lowerBoundaryNorm_name),
new WaveHeightCalculationsContext(context.AssessmentSection.WaveHeightCalculationsForFactorizedLowerLimitNorm,
context.AssessmentSection,
() => GetFourthHydraulicBoundaryNorm(context.AssessmentSection),
- Resources.Hydraulic_category_boundary_name_4)
+ Resources.Hydraulic_category_boundary_factorizedLowerBoundaryNorm_name)
};
}