Index: Riskeer/Common/src/Riskeer.Common.Service/HydraulicBoundaryDataConnectionValidator.cs
===================================================================
diff -u -re1b0ed4017c4cb8891c56829027e5f93f7485af3 -r87f472ef7be4fee149c99b122507d6d23b8f3f12
--- Riskeer/Common/src/Riskeer.Common.Service/HydraulicBoundaryDataConnectionValidator.cs (.../HydraulicBoundaryDataConnectionValidator.cs) (revision e1b0ed4017c4cb8891c56829027e5f93f7485af3)
+++ Riskeer/Common/src/Riskeer.Common.Service/HydraulicBoundaryDataConnectionValidator.cs (.../HydraulicBoundaryDataConnectionValidator.cs) (revision 87f472ef7be4fee149c99b122507d6d23b8f3f12)
@@ -46,7 +46,7 @@
if (!hydraulicBoundaryData.IsLinked())
{
- return Resources.HydraulicBoundaryDatabaseConnectionValidator_No_hydraulic_boundary_database_imported;
+ return Resources.HydraulicBoundaryDataConnectionValidator_No_hydraulic_boundary_database_imported;
}
string validationProblem = HydraulicBoundaryDataHelper.ValidateFilesForCalculation(
Index: Riskeer/Common/src/Riskeer.Common.Service/Properties/Resources.Designer.cs
===================================================================
diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r87f472ef7be4fee149c99b122507d6d23b8f3f12
--- Riskeer/Common/src/Riskeer.Common.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1)
+++ Riskeer/Common/src/Riskeer.Common.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 87f472ef7be4fee149c99b122507d6d23b8f3f12)
@@ -208,10 +208,9 @@
///
/// Looks up a localized string similar to Er is geen hydraulische belastingendatabase geïmporteerd..
///
- public static string HydraulicBoundaryDatabaseConnectionValidator_No_hydraulic_boundary_database_imported {
+ public static string HydraulicBoundaryDataConnectionValidator_No_hydraulic_boundary_database_imported {
get {
- return ResourceManager.GetString("HydraulicBoundaryDatabaseConnectionValidator_No_hydraulic_boundary_database_impor" +
- "ted", resourceCulture);
+ return ResourceManager.GetString("HydraulicBoundaryDataConnectionValidator_No_hydraulic_boundary_database_imported", resourceCulture);
}
}
Index: Riskeer/Common/src/Riskeer.Common.Service/Properties/Resources.resx
===================================================================
diff -u -r5eb47e72ac7fc7ab2ffecfc100c754d0cd51c034 -r87f472ef7be4fee149c99b122507d6d23b8f3f12
--- Riskeer/Common/src/Riskeer.Common.Service/Properties/Resources.resx (.../Resources.resx) (revision 5eb47e72ac7fc7ab2ffecfc100c754d0cd51c034)
+++ Riskeer/Common/src/Riskeer.Common.Service/Properties/Resources.resx (.../Resources.resx) (revision 87f472ef7be4fee149c99b122507d6d23b8f3f12)
@@ -185,7 +185,7 @@
Er is een fout opgetreden tijdens de golfhoogte berekening voor locatie '{0}' ({1}). Bekijk het foutrapport door op details te klikken.
{2}
-
+
Er is geen hydraulische belastingendatabase geïmporteerd.
Index: Riskeer/Integration/src/Riskeer.Integration.Plugin/Handlers/HydraulicBoundaryDataUpdateHandler.cs
===================================================================
diff -u -rd3da87d7d703f1a7b64882c937564f55ae859d96 -r87f472ef7be4fee149c99b122507d6d23b8f3f12
--- Riskeer/Integration/src/Riskeer.Integration.Plugin/Handlers/HydraulicBoundaryDataUpdateHandler.cs (.../HydraulicBoundaryDataUpdateHandler.cs) (revision d3da87d7d703f1a7b64882c937564f55ae859d96)
+++ Riskeer/Integration/src/Riskeer.Integration.Plugin/Handlers/HydraulicBoundaryDataUpdateHandler.cs (.../HydraulicBoundaryDataUpdateHandler.cs) (revision 87f472ef7be4fee149c99b122507d6d23b8f3f12)
@@ -86,7 +86,7 @@
public bool InquireConfirmation()
{
- DialogResult result = MessageBox.Show(Resources.HydraulicBoundaryDatabaseUpdateHandler_Confirm_clear_hydraulicBoundaryDatabase_dependent_data,
+ DialogResult result = MessageBox.Show(Resources.HydraulicBoundaryDataUpdateHandler_Confirm_clear_hydraulicBoundaryDatabase_dependent_data,
CoreCommonBaseResources.Confirm,
MessageBoxButtons.OKCancel);
return result == DialogResult.OK;
Index: Riskeer/Integration/src/Riskeer.Integration.Plugin/Properties/Resources.Designer.cs
===================================================================
diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r87f472ef7be4fee149c99b122507d6d23b8f3f12
--- Riskeer/Integration/src/Riskeer.Integration.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1)
+++ Riskeer/Integration/src/Riskeer.Integration.Plugin/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 87f472ef7be4fee149c99b122507d6d23b8f3f12)
@@ -406,10 +406,10 @@
///
///Wilt u doorgaan?.
///
- public static string HydraulicBoundaryDatabaseUpdateHandler_Confirm_clear_hydraulicBoundaryDatabase_dependent_data {
+ public static string HydraulicBoundaryDataUpdateHandler_Confirm_clear_hydraulicBoundaryDatabase_dependent_data {
get {
- return ResourceManager.GetString("HydraulicBoundaryDatabaseUpdateHandler_Confirm_clear_hydraulicBoundaryDatabase_de" +
- "pendent_data", resourceCulture);
+ return ResourceManager.GetString("HydraulicBoundaryDataUpdateHandler_Confirm_clear_hydraulicBoundaryDatabase_depend" +
+ "ent_data", resourceCulture);
}
}
Index: Riskeer/Integration/src/Riskeer.Integration.Plugin/Properties/Resources.resx
===================================================================
diff -u -rf3189a75fc3328f097ff4ae1222d8e2035c3ca3f -r87f472ef7be4fee149c99b122507d6d23b8f3f12
--- Riskeer/Integration/src/Riskeer.Integration.Plugin/Properties/Resources.resx (.../Resources.resx) (revision f3189a75fc3328f097ff4ae1222d8e2035c3ca3f)
+++ Riskeer/Integration/src/Riskeer.Integration.Plugin/Properties/Resources.resx (.../Resources.resx) (revision 87f472ef7be4fee149c99b122507d6d23b8f3f12)
@@ -224,7 +224,7 @@
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
U heeft een ander hydraulische belastingendatabase bestand geselecteerd. Als gevolg hiervan moet de uitvoer van alle ervan afhankelijke berekeningen verwijderd worden.