Index: Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs =================================================================== diff -u -re2892835ceb1c916be9a9122ba372858f20b981a -r8cdbb1c76ccda6f711ec3bb02339896e7eb660c0 --- Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e2892835ceb1c916be9a9122ba372858f20b981a) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 8cdbb1c76ccda6f711ec3bb02339896e7eb660c0) @@ -1564,14 +1564,14 @@ } /// - /// Looks up a localized string similar to BEGIN TRANSACTION; - ///CREATE TABLE "TimeIntegrationSettings" ( - /// "LocationID" INTEGER NOT NULL, - /// "CalculationTypeID" INTEGER NOT NULL, - /// "TimeIntegrationSchemeID" INTEGER NOT NULL, - /// CONSTRAINT timeintegrationsettings_pk PRIMARY KEY ("LocationID", "CalculationTypeID"), - /// CONSTRAINT calculationtypes_timeintegrationsettings_fk FOREIGN KEY ("CalculationTypeID") REFERENCES CalculationTypes ("CalculationTypeID") ON DELETE NO ACTION ON UPDATE NO ACTION - ///); + /// Looks up a localized string similar to BEGIN TRANSACTION; + ///CREATE TABLE "TimeIntegrationSettings" ( + /// "LocationID" INTEGER NOT NULL, + /// "CalculationTypeID" INTEGER NOT NULL, + /// "TimeIntegrationSchemeID" INTEGER NOT NULL, + /// CONSTRAINT timeintegrationsettings_pk PRIMARY KEY ("LocationID", "CalculationTypeID"), + /// CONSTRAINT calculationtypes_timeintegrationsettings_fk FOREIGN KEY ("CalculationTypeID") REFERENCES CalculationTypes ("CalculationTypeID") ON DELETE NO ACTION ON UPDATE NO ACTION + ///); ///CREATE TABLE "Numeri [rest of string was truncated]";. /// public static string settings_schema { @@ -1659,15 +1659,6 @@ } /// - /// Looks up a localized string similar to Parameter '{0}' is niet verschoven lognormaal verdeeld.. - /// - public static string SoilLayer_Stochastic_parameter_0_has_no_shifted_lognormal_distribution { - get { - return ResourceManager.GetString("SoilLayer_Stochastic_parameter_0_has_no_shifted_lognormal_distribution", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Coördinaat van een punt bevat ongeldige waarde.. /// public static string SoilLayer2DGeometryReader_Could_not_parse_point_location { @@ -1768,15 +1759,33 @@ } /// - /// Looks up a localized string similar to Parameter '{0}' is niet lognormaal verdeeld.. + /// Looks up a localized string similar to Parameter '{0}' moet verschoven lognormaal verdeeld zijn.. /// - public static string Stochastic_parameter_0_has_no_lognormal_distribution { + public static string Stochastic_parameter_0_has_no_shifted_lognormal_distribution { get { - return ResourceManager.GetString("Stochastic_parameter_0_has_no_lognormal_distribution", resourceCulture); + return ResourceManager.GetString("Stochastic_parameter_0_has_no_shifted_lognormal_distribution", resourceCulture); } } /// + /// Looks up a localized string similar to Parameter '{0}' moet lognormaal verdeeld zijn.. + /// + public static string Stochastic_parameter_0_must_be_a_lognormal_distribution { + get { + return ResourceManager.GetString("Stochastic_parameter_0_must_be_a_lognormal_distribution", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Parameter '{0}' moet lognormaal verdeeld zijn met een verschuiving gelijk aan 0.. + /// + public static string Stochastic_parameter_0_must_be_a_lognormal_distribution_with_zero_shift { + get { + return ResourceManager.GetString("Stochastic_parameter_0_must_be_a_lognormal_distribution_with_zero_shift", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Kon geen stochastische ondergrondmodellen verkrijgen uit de database.. /// public static string StochasticSoilModelDatabaseReader_Failed_to_read_database {