Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rf108df94dee55f3d0cd6bd5d4a5cede04267fae3 -r98337ba56cc4d4b2217c26812e96e9401a263d56
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision f108df94dee55f3d0cd6bd5d4a5cede04267fae3)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56)
@@ -1803,7 +1803,7 @@
}
///
- /// Looks up a localized string similar to Alfa's [-].
+ /// Looks up a localized string similar to Invloedscoëfficienten [-].
///
public static string IllustrationPoint_AlphaValues_DisplayName {
get {
@@ -1938,7 +1938,7 @@
}
///
- /// Looks up a localized string similar to Alfa^2.
+ /// Looks up a localized string similar to Invloedscoëfficient^2.
///
public static string IllustrationPointsChartControl_StackChartControl_VerticalAxisTitle {
get {
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx
===================================================================
diff -u -rf108df94dee55f3d0cd6bd5d4a5cede04267fae3 -r98337ba56cc4d4b2217c26812e96e9401a263d56
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision f108df94dee55f3d0cd6bd5d4a5cede04267fae3)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56)
@@ -1012,7 +1012,7 @@
Berekende invloedscoëfficiënten voor alle beschouwde stochasten.
- Alfa's [-]
+ Invloedscoëfficienten [-]
Het sluitscenario waarvoor dit illustratiepunt is berekend.
@@ -1120,7 +1120,7 @@
Realisaties in het illustratiepunt
- Alfa^2
+ Invloedscoëfficient^2
D&upliceren
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/FaultTreeIllustrationPointPropertiesTest.cs
===================================================================
diff -u -rf108df94dee55f3d0cd6bd5d4a5cede04267fae3 -r98337ba56cc4d4b2217c26812e96e9401a263d56
--- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/FaultTreeIllustrationPointPropertiesTest.cs (.../FaultTreeIllustrationPointPropertiesTest.cs) (revision f108df94dee55f3d0cd6bd5d4a5cede04267fae3)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/FaultTreeIllustrationPointPropertiesTest.cs (.../FaultTreeIllustrationPointPropertiesTest.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56)
@@ -179,7 +179,7 @@
PropertyDescriptor alphasProperty = dynamicProperties[alphasPropertyIndex];
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(alphasProperty,
illustrationPointsCategoryName,
- "Alfa's [-]",
+ "Invloedscoëfficienten [-]",
"Berekende invloedscoëfficiënten voor alle beschouwde stochasten.",
true);
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/StructuresOutputPropertiesTest.cs
===================================================================
diff -u -rf108df94dee55f3d0cd6bd5d4a5cede04267fae3 -r98337ba56cc4d4b2217c26812e96e9401a263d56
--- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/StructuresOutputPropertiesTest.cs (.../StructuresOutputPropertiesTest.cs) (revision f108df94dee55f3d0cd6bd5d4a5cede04267fae3)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/StructuresOutputPropertiesTest.cs (.../StructuresOutputPropertiesTest.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56)
@@ -204,7 +204,7 @@
PropertyDescriptor alphaValuesProperty = dynamicProperties[alphaValuesPropertyIndex];
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(alphaValuesProperty,
illustrationPointsCategoryName,
- "Alfa's [-]",
+ "Invloedscoëfficienten [-]",
"Berekende invloedscoëfficiënten voor alle beschouwde stochasten.",
true);
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/SubMechanismIllustrationPointPropertiesTest.cs
===================================================================
diff -u -rf108df94dee55f3d0cd6bd5d4a5cede04267fae3 -r98337ba56cc4d4b2217c26812e96e9401a263d56
--- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/SubMechanismIllustrationPointPropertiesTest.cs (.../SubMechanismIllustrationPointPropertiesTest.cs) (revision f108df94dee55f3d0cd6bd5d4a5cede04267fae3)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/SubMechanismIllustrationPointPropertiesTest.cs (.../SubMechanismIllustrationPointPropertiesTest.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56)
@@ -159,7 +159,7 @@
PropertyDescriptor alphasProperty = dynamicProperties[alphasPropertyIndex];
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(alphasProperty,
illustrationPointsCategoryName,
- "Alfa's [-]",
+ "Invloedscoëfficienten [-]",
"Berekende invloedscoëfficiënten voor alle beschouwde stochasten.",
true);
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelFaultTreeIllustrationPointPropertiesTest.cs
===================================================================
diff -u -rf108df94dee55f3d0cd6bd5d4a5cede04267fae3 -r98337ba56cc4d4b2217c26812e96e9401a263d56
--- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelFaultTreeIllustrationPointPropertiesTest.cs (.../TopLevelFaultTreeIllustrationPointPropertiesTest.cs) (revision f108df94dee55f3d0cd6bd5d4a5cede04267fae3)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelFaultTreeIllustrationPointPropertiesTest.cs (.../TopLevelFaultTreeIllustrationPointPropertiesTest.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56)
@@ -156,7 +156,7 @@
PropertyDescriptor alphasProperty = dynamicProperties[alphasPropertyIndex - 1];
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(alphasProperty,
illustrationPointsCategoryName,
- "Alfa's [-]",
+ "Invloedscoëfficienten [-]",
"Berekende invloedscoëfficiënten voor alle beschouwde stochasten.",
true);
@@ -224,7 +224,7 @@
PropertyDescriptor alphasProperty = dynamicProperties[alphasPropertyIndex];
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(alphasProperty,
illustrationPointsCategoryName,
- "Alfa's [-]",
+ "Invloedscoëfficienten [-]",
"Berekende invloedscoëfficiënten voor alle beschouwde stochasten.",
true);
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelSubMechanismIllustrationPointPropertiesTest.cs
===================================================================
diff -u -rf108df94dee55f3d0cd6bd5d4a5cede04267fae3 -r98337ba56cc4d4b2217c26812e96e9401a263d56
--- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelSubMechanismIllustrationPointPropertiesTest.cs (.../TopLevelSubMechanismIllustrationPointPropertiesTest.cs) (revision f108df94dee55f3d0cd6bd5d4a5cede04267fae3)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelSubMechanismIllustrationPointPropertiesTest.cs (.../TopLevelSubMechanismIllustrationPointPropertiesTest.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56)
@@ -253,7 +253,7 @@
Assert.NotNull(alphaValuesProperty.Attributes[typeof(KeyValueElementAttribute)]);
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(alphaValuesProperty,
generalCategory,
- "Alfa's [-]",
+ "Invloedscoëfficienten [-]",
"Berekende invloedscoëfficiënten voor alle beschouwde stochasten.",
true);
@@ -340,7 +340,7 @@
Assert.NotNull(alphaValuesProperty.Attributes[typeof(KeyValueElementAttribute)]);
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(alphaValuesProperty,
generalCategory,
- "Alfa's [-]",
+ "Invloedscoëfficienten [-]",
"Berekende invloedscoëfficiënten voor alle beschouwde stochasten.",
true);
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/IllustrationPointsChartControlTest.cs
===================================================================
diff -u -re10ab95ca82a0fd744b59df5d0e8063a2be631a6 -r98337ba56cc4d4b2217c26812e96e9401a263d56
--- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/IllustrationPointsChartControlTest.cs (.../IllustrationPointsChartControlTest.cs) (revision e10ab95ca82a0fd744b59df5d0e8063a2be631a6)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/IllustrationPointsChartControlTest.cs (.../IllustrationPointsChartControlTest.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56)
@@ -70,7 +70,7 @@
// Assert
var stackChartControl = (StackChartControl) new ControlTester("stackChartControl").TheObject;
- Assert.AreEqual("Alfa^2", stackChartControl.VerticalAxisTitle);
+ Assert.AreEqual("Invloedscoëfficient^2", stackChartControl.VerticalAxisTitle);
}
}
Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/DikeHeightOutputPropertiesTest.cs
===================================================================
diff -u -rf108df94dee55f3d0cd6bd5d4a5cede04267fae3 -r98337ba56cc4d4b2217c26812e96e9401a263d56
--- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/DikeHeightOutputPropertiesTest.cs (.../DikeHeightOutputPropertiesTest.cs) (revision f108df94dee55f3d0cd6bd5d4a5cede04267fae3)
+++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/DikeHeightOutputPropertiesTest.cs (.../DikeHeightOutputPropertiesTest.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56)
@@ -282,7 +282,7 @@
PropertyDescriptor alphaValuesProperty = dynamicProperties[alphaValuesPropertyIndex];
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(alphaValuesProperty,
illustrationPointsCategoryName,
- "Alfa's [-]",
+ "Invloedscoëfficienten [-]",
"Berekende invloedscoëfficiënten voor alle beschouwde stochasten.",
true);
Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/OvertoppingOutputPropertiesTest.cs
===================================================================
diff -u -rf108df94dee55f3d0cd6bd5d4a5cede04267fae3 -r98337ba56cc4d4b2217c26812e96e9401a263d56
--- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/OvertoppingOutputPropertiesTest.cs (.../OvertoppingOutputPropertiesTest.cs) (revision f108df94dee55f3d0cd6bd5d4a5cede04267fae3)
+++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/OvertoppingOutputPropertiesTest.cs (.../OvertoppingOutputPropertiesTest.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56)
@@ -324,7 +324,7 @@
PropertyDescriptor alphaValuesProperty = dynamicProperties[alphaValuesPropertyIndex - waveHeightNotPresentOffset];
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(alphaValuesProperty,
illustrationPointsCategoryName,
- "Alfa's [-]",
+ "Invloedscoëfficienten [-]",
"Berekende invloedscoëfficiënten voor alle beschouwde stochasten.",
true);
Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/OvertoppingRateOutputPropertiesTest.cs
===================================================================
diff -u -rf108df94dee55f3d0cd6bd5d4a5cede04267fae3 -r98337ba56cc4d4b2217c26812e96e9401a263d56
--- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/OvertoppingRateOutputPropertiesTest.cs (.../OvertoppingRateOutputPropertiesTest.cs) (revision f108df94dee55f3d0cd6bd5d4a5cede04267fae3)
+++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/OvertoppingRateOutputPropertiesTest.cs (.../OvertoppingRateOutputPropertiesTest.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56)
@@ -282,7 +282,7 @@
PropertyDescriptor alphaValuesProperty = dynamicProperties[alphaValuesPropertyIndex];
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(alphaValuesProperty,
illustrationPointsCategoryName,
- "Alfa's [-]",
+ "Invloedscoëfficienten [-]",
"Berekende invloedscoëfficiënten voor alle beschouwde stochasten.",
true);
Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsHydraulicBoundaryLocationContextPropertiesTest.cs
===================================================================
diff -u -rf108df94dee55f3d0cd6bd5d4a5cede04267fae3 -r98337ba56cc4d4b2217c26812e96e9401a263d56
--- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsHydraulicBoundaryLocationContextPropertiesTest.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryLocationContextPropertiesTest.cs) (revision f108df94dee55f3d0cd6bd5d4a5cede04267fae3)
+++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsHydraulicBoundaryLocationContextPropertiesTest.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryLocationContextPropertiesTest.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56)
@@ -254,7 +254,7 @@
Assert.NotNull(alphaValuesProperty.Attributes[typeof(KeyValueElementAttribute)]);
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(alphaValuesProperty,
illustrationPointsCategory,
- "Alfa's [-]",
+ "Invloedscoëfficienten [-]",
"Berekende invloedscoëfficiënten voor alle beschouwde stochasten.",
true);
Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/HydraulicBoundaryLocationPropertiesTest.cs
===================================================================
diff -u -rf108df94dee55f3d0cd6bd5d4a5cede04267fae3 -r98337ba56cc4d4b2217c26812e96e9401a263d56
--- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/HydraulicBoundaryLocationPropertiesTest.cs (.../HydraulicBoundaryLocationPropertiesTest.cs) (revision f108df94dee55f3d0cd6bd5d4a5cede04267fae3)
+++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/HydraulicBoundaryLocationPropertiesTest.cs (.../HydraulicBoundaryLocationPropertiesTest.cs) (revision 98337ba56cc4d4b2217c26812e96e9401a263d56)
@@ -227,7 +227,7 @@
Assert.NotNull(alphaValuesProperty.Attributes[typeof(KeyValueElementAttribute)]);
PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(alphaValuesProperty,
illustrationPointsCategory,
- "Alfa's [-]",
+ "Invloedscoëfficienten [-]",
"Berekende invloedscoëfficiënten voor alle beschouwde stochasten.",
true);