Index: Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs =================================================================== diff -u -r7dd0e37f171e62ef092707ffbc63dd64f5e9b674 -r8ab20e71c86b0a20f269eb7122efee529011136b --- Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 7dd0e37f171e62ef092707ffbc63dd64f5e9b674) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 8ab20e71c86b0a20f269eb7122efee529011136b) @@ -183,5 +183,32 @@ return ResourceManager.GetString("ReferenceLineReader_File_must_contain_1_polyline", resourceCulture); } } + + /// + /// Looks up a localized string similar to Het bestand heeft geen attribuut '{0}'. Dit attribuut is vereist.. + /// + public static string ReferenceLinesMetaReader_File_lacks_required_Attribute_0_ { + get { + return ResourceManager.GetString("ReferenceLinesMetaReader_File_lacks_required_Attribute_0_", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Het bestand heeft de attributen '{0}' niet. Deze attributen zijn vereist.. + /// + public static string ReferenceLinesMetaReader_File_lacks_required_Attributes_0_ { + get { + return ResourceManager.GetString("ReferenceLinesMetaReader_File_lacks_required_Attributes_0_", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Het bestand bevat geen waarde voor 'TrackID'.. + /// + public static string ReferenceLinesMetaReader_TrajectId_is_empty { + get { + return ResourceManager.GetString("ReferenceLinesMetaReader_TrajectId_is_empty", resourceCulture); + } + } } }