Index: Ringtoets/Common/src/Ringtoets.Common.Service/Properties/Resources.Designer.cs
===================================================================
diff -u -r7d6e4c28a40fb056c182d0691dda2b2e88aeebfd -r2f20d373b18e86839cee118d7922eb41454af394
--- Ringtoets/Common/src/Ringtoets.Common.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 7d6e4c28a40fb056c182d0691dda2b2e88aeebfd)
+++ Ringtoets/Common/src/Ringtoets.Common.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 2f20d373b18e86839cee118d7922eb41454af394)
@@ -157,6 +157,46 @@
}
///
+ /// Looks up a localized string similar to De variatiecoƫfficient voor '{0}' moet groter zijn dan of gelijk zijn aan 0..
+ ///
+ public static string DistributionValidationService_ValidateDistribution_CoefficientOfVariation_Of_0_must_be_larger_or_equal_to_0 {
+ get {
+ return ResourceManager.GetString("DistributionValidationService_ValidateDistribution_CoefficientOfVariation_Of_0_mu" +
+ "st_be_larger_or_equal_to_0", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to De verwachtingswaarde voor '{0}' moet een geldig getal zijn..
+ ///
+ public static string DistributionValidationService_ValidateDistribution_Mean_of_0_must_be_a_valid_number {
+ get {
+ return ResourceManager.GetString("DistributionValidationService_ValidateDistribution_Mean_of_0_must_be_a_valid_numb" +
+ "er", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to De verwachtingswaarde voor '{0}' moet een positief getal zijn..
+ ///
+ public static string DistributionValidationService_ValidateDistribution_Mean_of_0_must_be_positive_value {
+ get {
+ return ResourceManager.GetString("DistributionValidationService_ValidateDistribution_Mean_of_0_must_be_positive_val" +
+ "ue", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to De standaard afwijking voor '{0}' moet groter zijn dan of gelijk zijn aan 0..
+ ///
+ public static string DistributionValidationService_ValidateDistribution_StandardDeviation_of_0_must_be_larger_or_equal_to_0 {
+ get {
+ return ResourceManager.GetString("DistributionValidationService_ValidateDistribution_StandardDeviation_of_0_must_be" +
+ "_larger_or_equal_to_0", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Validatie mislukt: {0}.
///
public static string Error_in_validation_0 {