Index: Ringtoets/Common/src/Ringtoets.Common.Util/Properties/Resources.Designer.cs
===================================================================
diff -u -rd77f0eae87afa15b1a5484d5ef7c54f952a04166 -rdb3e4d1c3334e8f0dbeb31b65dc255ce41e6d4c4
--- Ringtoets/Common/src/Ringtoets.Common.Util/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision d77f0eae87afa15b1a5484d5ef7c54f952a04166)
+++ Ringtoets/Common/src/Ringtoets.Common.Util/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision db3e4d1c3334e8f0dbeb31b65dc255ce41e6d4c4)
@@ -100,6 +100,78 @@
}
///
+ /// Looks up a localized string similar to h(C->D).
+ ///
+ public static string MetaData_WaterLevelCalculationForFactorizedLowerLimit {
+ get {
+ return ResourceManager.GetString("MetaData_WaterLevelCalculationForFactorizedLowerLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to h(A+->A).
+ ///
+ public static string MetaData_WaterLevelCalculationForFactorizedSignalingNorm {
+ get {
+ return ResourceManager.GetString("MetaData_WaterLevelCalculationForFactorizedSignalingNorm", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to h(B->C).
+ ///
+ public static string MetaData_WaterLevelCalculationForLowerLimit {
+ get {
+ return ResourceManager.GetString("MetaData_WaterLevelCalculationForLowerLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to h(A->B).
+ ///
+ public static string MetaData_WaterLevelCalculationForSignalingNorm {
+ get {
+ return ResourceManager.GetString("MetaData_WaterLevelCalculationForSignalingNorm", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hs(C->D).
+ ///
+ public static string MetaData_WaveHeightCalculationForFactorizedLowerLimit {
+ get {
+ return ResourceManager.GetString("MetaData_WaveHeightCalculationForFactorizedLowerLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hs(A+->A).
+ ///
+ public static string MetaData_WaveHeightCalculationForFactorizedSignalingNorm {
+ get {
+ return ResourceManager.GetString("MetaData_WaveHeightCalculationForFactorizedSignalingNorm", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hs(B->C).
+ ///
+ public static string MetaData_WaveHeightCalculationForLowerLimit {
+ get {
+ return ResourceManager.GetString("MetaData_WaveHeightCalculationForLowerLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hs(A->B).
+ ///
+ public static string MetaData_WaveHeightCalculationForSignalingNorm {
+ get {
+ return ResourceManager.GetString("MetaData_WaveHeightCalculationForSignalingNorm", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to '{0}' is geen geldige Ringtoets versie..
///
public static string RingtoetsVersionHelper_Version_0_Not_Valid {