Index: Riskeer/Integration/src/Riskeer.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs =================================================================== diff -u -rde97f42c48987ce7553c06a0d9150dd858817e14 -r54849f8ce3cfae577acc05f00274fbd51cad2836 --- Riskeer/Integration/src/Riskeer.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs (.../HydraulicBoundaryDatabaseImporter.cs) (revision de97f42c48987ce7553c06a0d9150dd858817e14) +++ Riskeer/Integration/src/Riskeer.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs (.../HydraulicBoundaryDatabaseImporter.cs) (revision 54849f8ce3cfae577acc05f00274fbd51cad2836) @@ -285,7 +285,7 @@ return true; } - Log.Error(BuildErrorMessage("Het HRD bestand bevat een of meerdere locaties met een id dat reeds voorkomt.")); + Log.Error(BuildErrorMessage(Resources.HydraulicBoundaryDatabaseImporter_Hrd_file_contains_one_or_more_locations_with_existing_id)); return false; } Index: Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.Designer.cs =================================================================== diff -u -r7d4a48c4275a6028b3d5702477abc18bf12e86c8 -r54849f8ce3cfae577acc05f00274fbd51cad2836 --- Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 7d4a48c4275a6028b3d5702477abc18bf12e86c8) +++ Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 54849f8ce3cfae577acc05f00274fbd51cad2836) @@ -229,6 +229,16 @@ } /// + /// Looks up a localized string similar to Het HRD bestand bevat een of meerdere locaties met een id dat reeds voorkomt.. + /// + public static string HydraulicBoundaryDatabaseImporter_Hrd_file_contains_one_or_more_locations_with_existing_id { + get { + return ResourceManager.GetString("HydraulicBoundaryDatabaseImporter_Hrd_file_contains_one_or_more_locations_with_ex" + + "isting_id", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Het HRD bestand moet zich in dezelfde bestandsmap bevinden als het HLCD bestand.. /// public static string HydraulicBoundaryDatabaseImporter_Hrd_file_not_in_same_folder_as_hlcd_file { Index: Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.resx =================================================================== diff -u -r7d4a48c4275a6028b3d5702477abc18bf12e86c8 -r54849f8ce3cfae577acc05f00274fbd51cad2836 --- Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.resx (.../Resources.resx) (revision 7d4a48c4275a6028b3d5702477abc18bf12e86c8) +++ Riskeer/Integration/src/Riskeer.Integration.IO/Properties/Resources.resx (.../Resources.resx) (revision 54849f8ce3cfae577acc05f00274fbd51cad2836) @@ -212,4 +212,7 @@ Het HRD bestand is reeds toegevoegd. + + Het HRD bestand bevat een of meerdere locaties met een id dat reeds voorkomt. + \ No newline at end of file