Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Properties/Resources.Designer.cs =================================================================== diff -u -ra27dce61d57406a3f528e8970018c9c35b8c29cf -r5a421e7bb0b0c52d5d1d9ca20d495cd11bfa10e8 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision a27dce61d57406a3f528e8970018c9c35b8c29cf) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 5a421e7bb0b0c52d5d1d9ca20d495cd11bfa10e8) @@ -268,33 +268,60 @@ } /// - /// Looks up a localized string similar to Het bestand heeft geen attribuut '{0}' welke vereist is om de locaties van de dijkprofielen in te lezen.. + /// Looks up a localized string similar to De locatie parameter 'Id' bevat meer dan letters en cijfers.. /// - internal static string DikeProfileLocationReader_CheckRequiredAttributePresence_Missing_attribute_0_ { + internal static string DikeProfileLocation_DikeProfileLocation_Id_is_invalid { get { - return ResourceManager.GetString("DikeProfileLocationReader_CheckRequiredAttributePresence_Missing_attribute_0_", resourceCulture); + return ResourceManager.GetString("DikeProfileLocation_DikeProfileLocation_Id_is_invalid", resourceCulture); } } /// - /// Looks up a localized string similar to Het bestand bevat het attribuut Id met een waarde welke uit meer dan alleen letters en cijfers bestaat.. + /// Looks up a localized string similar to De locatie parameter 'Id' heeft geen waarde.. /// - internal static string DikeProfileLocationReader_GetDikeProfileLocations_Illegal_Id { + internal static string DikeProfileLocation_DikeProfileLocation_Id_is_null { get { - return ResourceManager.GetString("DikeProfileLocationReader_GetDikeProfileLocations_Illegal_Id", resourceCulture); + return ResourceManager.GetString("DikeProfileLocation_DikeProfileLocation_Id_is_null", resourceCulture); } } /// - /// Looks up a localized string similar to Het bestand heeft een attribuut 'ID' zonder geldige waarde, welke vereist is om de locaties van de dijkprofielen in te lezen.. + /// Looks up a localized string similar to Het bestand bevat een ongeldig punt als locatie.. /// - internal static string DikeProfileLocationReader_GetDikeProfileLocations_Invalid_Id { + internal static string DikeProfileLocation_DikeProfileLocation_Invalid_point { get { - return ResourceManager.GetString("DikeProfileLocationReader_GetDikeProfileLocations_Invalid_Id", resourceCulture); + return ResourceManager.GetString("DikeProfileLocation_DikeProfileLocation_Invalid_point", resourceCulture); } } /// + /// Looks up a localized string similar to De locatie heeft geen coördinaten.. + /// + internal static string DikeProfileLocation_DikeProfileLocation_Point_is_null { + get { + return ResourceManager.GetString("DikeProfileLocation_DikeProfileLocation_Point_is_null", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De locatie parameter 'X0' bevat een ongeldig getal.. + /// + internal static string DikeProfileLocation_DikeProfileLocation_X0_is_invalid { + get { + return ResourceManager.GetString("DikeProfileLocation_DikeProfileLocation_X0_is_invalid", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Het bestand heeft geen attribuut '{0}' welke vereist is om de locaties van de dijkprofielen in te lezen.. + /// + internal static string DikeProfileLocationReader_CheckRequiredAttributePresence_Missing_attribute_0_ { + get { + return ResourceManager.GetString("DikeProfileLocationReader_CheckRequiredAttributePresence_Missing_attribute_0_", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Het bestand heeft een attribuut 'X0' zonder geldige waarde, welke vereist is om de locaties van de dijkprofielen in te lezen.. /// internal static string DikeProfileLocationReader_GetDikeProfileLocations_Invalid_X0 {