Index: Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs =================================================================== diff -u -rf27092df1f897798c4a0b24f6fc91f49c9f294ce -r2f6400116d57c2b49f7089dbc9c8cd935c185a36 --- Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision f27092df1f897798c4a0b24f6fc91f49c9f294ce) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 2f6400116d57c2b49f7089dbc9c8cd935c185a36) @@ -1135,11 +1135,21 @@ } /// + /// Looks up a localized string similar to De variatie op regel {0} wordt omgerekend in een standaard deviatie.. + /// + public static string StructuresImporter_ConvertVarianceToStandardDeviation_Converting_variation_on_line_0_ { + get { + return ResourceManager.GetString("StructuresImporter_ConvertVarianceToStandardDeviation_Converting_variation_on_lin" + + "e_0_", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Kan geen geldige gegevens vinden voor kunstwerklocatie met KWKIDENT '{0}'.. /// - public static string StructuresImporter_CreateSpecificStructures_no_structuresdata_for_location_0_ { + public static string StructuresImporter_CreateSpecificStructures_no_structuresdata_for_Location_0_ { get { - return ResourceManager.GetString("StructuresImporter_CreateSpecificStructures_no_structuresdata_for_location_0_", resourceCulture); + return ResourceManager.GetString("StructuresImporter_CreateSpecificStructures_no_structuresdata_for_Location_0_", resourceCulture); } } @@ -1190,6 +1200,88 @@ } /// + /// Looks up a localized string similar to Kunstwerk nummer {0} wordt overgeslagen.. + /// + public static string StructuresImporter_Structure_number_0_is_skipped { + get { + return ResourceManager.GetString("StructuresImporter_Structure_number_0_is_skipped", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Kunstwerken importeren is afgebroken. Geen gegevens ingelezen.. + /// + public static string StructuresImporter_User_cancelled { + get { + return ResourceManager.GetString("StructuresImporter_User_cancelled", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De waarde op regel {0}, kolom {1} valt buiten het bereik [0, 360].. + /// + public static string StructuresParameterRowsValidator_Line_0_column_1_orientation_out_of_range { + get { + return ResourceManager.GetString("StructuresParameterRowsValidator_Line_0_column_1_orientation_out_of_range", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De waarde op regel {0}, kolom {1} valt buiten het bereik [0, 1].. + /// + public static string StructuresParameterRowsValidator_Line_0_column_1_probability_out_of_range { + get { + return ResourceManager.GetString("StructuresParameterRowsValidator_Line_0_column_1_probability_out_of_range", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De waarde op regel {0}, kolom {1} valt buiten het bereik [0, 2].. + /// + public static string StructuresParameterRowsValidator_Line_0_column_1_type_out_of_range { + get { + return ResourceManager.GetString("StructuresParameterRowsValidator_Line_0_column_1_type_out_of_range", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De waarde op regel {0}, kolom {1} mag niet kleiner dan nul zijn.. + /// + public static string StructuresParameterRowsValidator_Line_0_column_1_value_cannot_be_smaller_than_zero { + get { + return ResourceManager.GetString("StructuresParameterRowsValidator_Line_0_column_1_value_cannot_be_smaller_than_zer" + + "o", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De waarde op regel {0}, kolom {1} is ongeldig.. + /// + public static string StructuresParameterRowsValidator_Line_0_column_1_value_invalid { + get { + return ResourceManager.GetString("StructuresParameterRowsValidator_Line_0_column_1_value_invalid", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Parameter '{0}' ontbreekt.. + /// + public static string StructuresParameterRowsValidator_Parameter_0_missing { + get { + return ResourceManager.GetString("StructuresParameterRowsValidator_Parameter_0_missing", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Parameter '{0}' komt meermaals voor.. + /// + public static string StructuresParameterRowsValidator_Parameter_0_repeated { + get { + return ResourceManager.GetString("StructuresParameterRowsValidator_Parameter_0_repeated", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Het kunstwerk heeft geen geldige waarde voor attribuut '{0}'.. /// public static string StructuresReader_GetNextStructure_Invalid_KWKIDENT {