Index: Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs =================================================================== diff -u -rd75706d5c26b844e76d93f6c1879d3acbf98cf77 -r485254f159763215292faa9bc7f5251f2730ce90 --- Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision d75706d5c26b844e76d93f6c1879d3acbf98cf77) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 485254f159763215292faa9bc7f5251f2730ce90) @@ -1,4 +1,25 @@ -//------------------------------------------------------------------------------ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.18444 @@ -1227,71 +1248,104 @@ } /// - /// Looks up a localized string similar to De waarde op regel {0}, kolom '{1}' valt buiten het bereik [0, 360].. + /// Looks up a localized string similar to Parameter '{0}' ontbreekt.. /// - public static string StructuresParameterRowsValidator_Line_0_ColumnName_1_orientation_out_of_range { + public static string StructuresParameterRowsValidator_Parameter_0_missing { get { - return ResourceManager.GetString("StructuresParameterRowsValidator_Line_0_ColumnName_1_orientation_out_of_range", resourceCulture); + return ResourceManager.GetString("StructuresParameterRowsValidator_Parameter_0_missing", resourceCulture); } } /// - /// Looks up a localized string similar to De waarde op regel {0}, kolom '{1}' valt buiten het bereik (0, 1].. + /// Looks up a localized string similar to Parameter '{0}' komt meermaals voor.. /// - public static string StructuresParameterRowsValidator_Line_0_ColumnName_1_probability_out_of_range { + public static string StructuresParameterRowsValidator_Parameter_0_repeated { get { - return ResourceManager.GetString("StructuresParameterRowsValidator_Line_0_ColumnName_1_probability_out_of_range", resourceCulture); + return ResourceManager.GetString("StructuresParameterRowsValidator_Parameter_0_repeated", resourceCulture); } } /// - /// Looks up a localized string similar to De waarde op regel {0}, kolom '{1}' mag niet kleiner dan nul zijn.. + /// Looks up a localized string similar to De waarde voor parameter '{0}' op regel {1}, kolom '{2}', moet de waarde 0 (variatiecoëfficiënt) of 1 (standaard deviatie) hebben.. /// - public static string StructuresParameterRowsValidator_Line_0_ColumnName_1_value_cannot_be_smaller_than_zero { + public static string StructuresParameterRowsValidator_ParameterId_0_Line_1_ColumnName_2_invalid_variancetype_value { get { - return ResourceManager.GetString("StructuresParameterRowsValidator_Line_0_ColumnName_1_value_cannot_be_smaller_than" + - "_zero", resourceCulture); + return ResourceManager.GetString("StructuresParameterRowsValidator_ParameterId_0_Line_1_ColumnName_2_invalid_varian" + + "cetype_value", resourceCulture); } } /// - /// Looks up a localized string similar to De waarde op regel {0}, kolom '{1}' is ongeldig.. + /// Looks up a localized string similar to De waarde voor parameter '{0}' op regel {1}, kolom '{2}', is te dicht op 0 waardoor een betrouwbare conversie tussen standaard deviatie en variatiecoëfficiënt niet mogelijk is.. /// - public static string StructuresParameterRowsValidator_Line_0_ColumnName_1_value_invalid { + public static string StructuresParameterRowsValidator_ParameterId_0_Line_1_ColumnName_2_mean_too_small_for_reliable_variation_value_conversion { get { - return ResourceManager.GetString("StructuresParameterRowsValidator_Line_0_ColumnName_1_value_invalid", resourceCulture); + return ResourceManager.GetString("StructuresParameterRowsValidator_ParameterId_0_Line_1_ColumnName_2_mean_too_small" + + "_for_reliable_variation_value_conversion", resourceCulture); } } /// - /// Looks up a localized string similar to Voor een betrouwbare conversie tussen standaard deviatie en variatiecoëfficiënt mag de gemiddelde waarde (op regel {0}, kolom {1}) niet te dicht op 0 zijn.. + /// Looks up a localized string similar to De waarde voor parameter '{0}' op regel {1}, kolom '{2}', valt buiten het bereik [0, 360].. /// - public static string StructuresParameterRowsValidator_Mean_on_Line_0_ColumnName_1_causes_unreliable_variation_value_conversion { + public static string StructuresParameterRowsValidator_ParameterId_0_Line_1_ColumnName_2_orientation_out_of_range { get { - return ResourceManager.GetString("StructuresParameterRowsValidator_Mean_on_Line_0_ColumnName_1_causes_unreliable_va" + - "riation_value_conversion", resourceCulture); + return ResourceManager.GetString("StructuresParameterRowsValidator_ParameterId_0_Line_1_ColumnName_2_orientation_ou" + + "t_of_range", resourceCulture); } } /// - /// Looks up a localized string similar to Parameter '{0}' ontbreekt.. + /// Looks up a localized string similar to De waarde voor parameter '{0}' op regel {1}, kolom '{2}', moet een geldig kunstwerk type zijn.. /// - public static string StructuresParameterRowsValidator_Parameter_0_missing { + public static string StructuresParameterRowsValidator_ParameterId_0_Line_1_ColumnName_2_structure_type_invalid { get { - return ResourceManager.GetString("StructuresParameterRowsValidator_Parameter_0_missing", resourceCulture); + return ResourceManager.GetString("StructuresParameterRowsValidator_ParameterId_0_Line_1_ColumnName_2_structure_type" + + "_invalid", resourceCulture); } } /// - /// Looks up a localized string similar to Parameter '{0}' komt meermaals voor.. + /// Looks up a localized string similar to De waarde voor parameter '{0}' op regel {1}, kolom '{2}', moet een positief geheel getal zijn.. /// - public static string StructuresParameterRowsValidator_Parameter_0_repeated { + public static string StructuresParameterRowsValidator_ParameterId_0_Line_1_ColumnName_2_value_must_be_positive_whole_number { get { - return ResourceManager.GetString("StructuresParameterRowsValidator_Parameter_0_repeated", resourceCulture); + return ResourceManager.GetString("StructuresParameterRowsValidator_ParameterId_0_Line_1_ColumnName_2_value_must_be_" + + "positive_whole_number", resourceCulture); } } /// + /// Looks up a localized string similar to De waarde voor parameter '{0}' op regel {1}, kolom '{2}', valt buiten het bereik (0, 1].. + /// + public static string StructuresParameterRowsValidator_ProbabilityRule_ParameterId_0_Line_1_ColumnName_2_probability_out_of_range { + get { + return ResourceManager.GetString("StructuresParameterRowsValidator_ProbabilityRule_ParameterId_0_Line_1_ColumnName_" + + "2_probability_out_of_range", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De waarde voor parameter '{0}' op regel {1}, kolom '{2}', is geen getal.. + /// + public static string StructuresParameterRowsValidator_ValidateDoubleParameter_ParameterId_0_Line_1_ColumnName_2_not_number { + get { + return ResourceManager.GetString("StructuresParameterRowsValidator_ValidateDoubleParameter_ParameterId_0_Line_1_Col" + + "umnName_2_not_number", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De waarde voor parameter '{0}' op regel {1}, kolom '{2}', moet een getal zijn dat niet negatief is.. + /// + public static string StructuresParameterRowsValidator_ValidatePositiveDoubleParameter_ParameterId_0_Line_1_ColumnName_2_not_positive_number { + get { + return ResourceManager.GetString("StructuresParameterRowsValidator_ValidatePositiveDoubleParameter_ParameterId_0_Li" + + "ne_1_ColumnName_2_not_positive_number", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Het kunstwerk heeft geen geldige waarde voor attribuut '{0}'.. /// public static string StructuresReader_GetNextStructure_Invalid_KWKIDENT {