Index: Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs =================================================================== diff -u -r74099cffbe88647dbc4c81a3935d12cf5959b858 -r1de82b61e03283a14d380a48cd718ec65a98432d --- Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 74099cffbe88647dbc4c81a3935d12cf5959b858) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1de82b61e03283a14d380a48cd718ec65a98432d) @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18444 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -239,6 +239,54 @@ } /// + /// Looks up a localized string similar to Er zijn meerdere shape files gevonden in '{0}'. '{1}' is gekozen.. + /// + public static string ReferenceLineMetaImporter_ValidateAndConnectTo_Multiple_shape_files_found_0_Selected_1 { + get { + return ResourceManager.GetString("ReferenceLineMetaImporter_ValidateAndConnectTo_Multiple_shape_files_found_0_Selec" + + "ted_1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Er is geen shape file gevonden.. + /// + public static string ReferenceLineMetaImporter_ValidateAndConnectTo_No_shape_file_found { + get { + return ResourceManager.GetString("ReferenceLineMetaImporter_ValidateAndConnectTo_No_shape_file_found", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De folder locatie is ongeldig.. + /// + public static string ReferenceLineMetaImporter_ValidateDirectory_Directory_Invalid { + get { + return ResourceManager.GetString("ReferenceLineMetaImporter_ValidateDirectory_Directory_Invalid", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De trajectid's zijn niet uniek.. + /// + public static string ReferenceLineMetaImporter_ValidateReferenceLineMetas_AssessmentSection_Ids_Not_Unique { + get { + return ResourceManager.GetString("ReferenceLineMetaImporter_ValidateReferenceLineMetas_AssessmentSection_Ids_Not_Un" + + "ique", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to De trajectid's zijn niet allemaal ingevuld.. + /// + public static string ReferenceLineMetaImporter_ValidateReferenceLineMetas_Missing_AssessmentSection_Ids { + get { + return ResourceManager.GetString("ReferenceLineMetaImporter_ValidateReferenceLineMetas_Missing_AssessmentSection_Id" + + "s", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Het bestand bevat een multi-polylijn. Multi-polylijnen worden niet ondersteund.. /// public static string ReferenceLineReader_File_contains_unsupported_multi_polyline {