Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Properties/Resources.Designer.cs =================================================================== diff -u -r5a421e7bb0b0c52d5d1d9ca20d495cd11bfa10e8 -r02b9c1938c77fec1599daf755bc1e7e70598621c --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 5a421e7bb0b0c52d5d1d9ca20d495cd11bfa10e8) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 02b9c1938c77fec1599daf755bc1e7e70598621c) @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Runtime Version:4.0.30319.18444 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -124,6 +124,43 @@ } /// + /// Looks up a localized string similar to Het ingelezen aantal dijk punten ({0}) is geen geheel getal.. + /// + internal static string DikeProfileDataReader_ParseNumberOfDikeElements_DijkCount_0_not_integer { + get { + return ResourceManager.GetString("DikeProfileDataReader_ParseNumberOfDikeElements_DijkCount_0_not_integer", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Het ingelezen aantal dijk punten ({0}) is te groot of te klein om ingelezen te worden.. + /// + internal static string DikeProfileDataReader_ParseNumberOfDikeElements_DikeCount_0_overflows { + get { + return ResourceManager.GetString("DikeProfileDataReader_ParseNumberOfDikeElements_DikeCount_0_overflows", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Het ingelezen aantal voorland punten ({0}) is geen geheel getal.. + /// + internal static string DikeProfileDataReader_ParseNumberOfForeshoreElements_ForeshoreCount_0_not_integer { + get { + return ResourceManager.GetString("DikeProfileDataReader_ParseNumberOfForeshoreElements_ForeshoreCount_0_not_integer" + + "", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Het ingelezen aantal voorland punten ({0}) is te groot of te klein om ingelezen te worden.. + /// + internal static string DikeProfileDataReader_ParseNumberOfForeshoreElements_ForeshoreCount_0_overflows { + get { + return ResourceManager.GetString("DikeProfileDataReader_ParseNumberOfForeshoreElements_ForeshoreCount_0_overflows", resourceCulture); + } + } + + /// /// Looks up a localized string similar to De ingelezen orientatie ({0}) is geen getal.. /// internal static string DikeProfileDataReader_ParseOrientation_Orientation_0_not_double { @@ -160,6 +197,26 @@ } /// + /// Looks up a localized string similar to De ingelezen {0} ({1}) is geen getal.. + /// + internal static string DikeProfileDataReader_ParseRoughnessPointParameter_ParameterName_0_Value_1_not_number { + get { + return ResourceManager.GetString("DikeProfileDataReader_ParseRoughnessPointParameter_ParameterName_0_Value_1_not_nu" + + "mber", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De ingelezen {0} ({1}) is te groot of te klein om ingelezen te worden.. + /// + internal static string DikeProfileDataReader_ParseRoughnessPointParameter_ParameterName_0_Value_1_overflows { + get { + return ResourceManager.GetString("DikeProfileDataReader_ParseRoughnessPointParameter_ParameterName_0_Value_1_overfl" + + "ows", resourceCulture); + } + } + + /// /// Looks up a localized string similar to De ingelezen versie ({0}) is geen geldige versie code.. /// internal static string DikeProfileDataReader_ParseVersion_Invalid_version_0_ { @@ -214,15 +271,81 @@ } /// - /// Looks up a localized string similar to De ingelezen ruwheid ({0}) moet in het bereik [0, 1] vallen.. + /// Looks up a localized string similar to De ingelezen ruwheid ({0}) moet in het bereik [{1}, 1] vallen.. /// - internal static string DikeProfileDataReader_ReadDikeProfileData_Roughness_0_must_be_in_range { + internal static string DikeProfileDataReader_ReadRoughnessPoint_Roughness_0_must_be_in_range_LowerLimit_1_ { get { - return ResourceManager.GetString("DikeProfileDataReader_ReadDikeProfileData_Roughness_0_must_be_in_range", resourceCulture); + return ResourceManager.GetString("DikeProfileDataReader_ReadRoughnessPoint_Roughness_0_must_be_in_range_LowerLimit_" + + "1_", resourceCulture); } } /// + /// Looks up a localized string similar to ruwheid. + /// + internal static string DikeProfileDataReader_ReadRoughnessPoint_Roughness_DisplayName { + get { + return ResourceManager.GetString("DikeProfileDataReader_ReadRoughnessPoint_Roughness_DisplayName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to X coordinaat. + /// + internal static string DikeProfileDataReader_ReadRoughnessPoint_X_DisplayName { + get { + return ResourceManager.GetString("DikeProfileDataReader_ReadRoughnessPoint_X_DisplayName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Y coordinaat. + /// + internal static string DikeProfileDataReader_ReadRoughnessPoint_Y_DisplayName { + get { + return ResourceManager.GetString("DikeProfileDataReader_ReadRoughnessPoint_Y_DisplayName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Het aantal dijk punten in het bestand ({0}) komt niet overeen met de aangegeven hoeveelheid dijk punten ({1}).. + /// + internal static string DikeProfileDataReader_TryReadDikeRoughnessPoints_DikeCount_0_does_not_correspond_ExpectedCount_1_ { + get { + return ResourceManager.GetString("DikeProfileDataReader_TryReadDikeRoughnessPoints_DikeCount_0_does_not_correspond_" + + "ExpectedCount_1_", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Het aantal voorland punten in het bestand ({0}) komt niet overeen met de aangegeven hoeveelheid voorland punten ({1}).. + /// + internal static string DikeProfileDataReader_TryReadForeshoreRoughnessPoints_ForeshoreCount_0_does_not_correspond_ExpectedCount_1_ { + get { + return ResourceManager.GetString("DikeProfileDataReader_TryReadForeshoreRoughnessPoints_ForeshoreCount_0_does_not_c" + + "orrespond_ExpectedCount_1_", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De ingelezen Id ({0}) bevat spaties, welke niet zijn toegestaan.. + /// + internal static string DikeProfileDataReader_TryReadId_Id_0_has_unsupported_white_space { + get { + return ResourceManager.GetString("DikeProfileDataReader_TryReadId_Id_0_has_unsupported_white_space", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De ingelezen Id ({0}) is geen geldig id.. + /// + internal static string DikeProfileDataReader_TryReadId_Id_0_not_valid { + get { + return ResourceManager.GetString("DikeProfileDataReader_TryReadId_Id_0_not_valid", resourceCulture); + } + } + + /// /// Looks up a localized string similar to De ingelezen orientatie waarde ({0}) moet binnen het bereik [0, 360] vallen.. /// internal static string DikeProfileDataReader_TryReadOrientation_Orientation_0_must_be_in_range {