Index: Riskeer/Common/src/Riskeer.Common.IO/HydraRing/HydraulicBoundaryDataHelper.cs
===================================================================
diff -u -rd8901a860a022433ecff7cd3f98e2b9934a93a42 -r80f3b9a153731b6b6a8420272640f966aacff907
--- Riskeer/Common/src/Riskeer.Common.IO/HydraRing/HydraulicBoundaryDataHelper.cs (.../HydraulicBoundaryDataHelper.cs) (revision d8901a860a022433ecff7cd3f98e2b9934a93a42)
+++ Riskeer/Common/src/Riskeer.Common.IO/HydraRing/HydraulicBoundaryDataHelper.cs (.../HydraulicBoundaryDataHelper.cs) (revision 80f3b9a153731b6b6a8420272640f966aacff907)
@@ -68,7 +68,7 @@
}
catch (PathTooLongException)
{
- return string.Format(CultureInfo.CurrentCulture, Resources.HydraulicBoundaryDatabaseHelper_ValidatePathForCalculation_Invalid_path_0_,
+ return string.Format(CultureInfo.CurrentCulture, Resources.HydraulicBoundaryDataHelper_ValidatePathForCalculation_Invalid_path_0_,
hrdFilePath);
}
@@ -168,12 +168,12 @@
}
catch (ArgumentException exception)
{
- return $"{Resources.HydraulicBoundaryDatabaseHelper_ValidatePreprocessorDirectory_Invalid_path} {exception.Message}";
+ return $"{Resources.HydraulicBoundaryDataHelper_ValidatePreprocessorDirectory_Invalid_path} {exception.Message}";
}
if (!Directory.Exists(preprocessorDirectory))
{
- return $"{Resources.HydraulicBoundaryDatabaseHelper_ValidatePreprocessorDirectory_Invalid_path} {Resources.HydraulicBoundaryDatabaseHelper_ValidatePreprocessorDirectory_Path_does_not_exist}";
+ return $"{Resources.HydraulicBoundaryDataHelper_ValidatePreprocessorDirectory_Invalid_path} {Resources.HydraulicBoundaryDataHelper_ValidatePreprocessorDirectory_Path_does_not_exist}";
}
}
Index: Riskeer/Common/src/Riskeer.Common.IO/Properties/Resources.Designer.cs
===================================================================
diff -u -rd8901a860a022433ecff7cd3f98e2b9934a93a42 -r80f3b9a153731b6b6a8420272640f966aacff907
--- Riskeer/Common/src/Riskeer.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision d8901a860a022433ecff7cd3f98e2b9934a93a42)
+++ Riskeer/Common/src/Riskeer.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 80f3b9a153731b6b6a8420272640f966aacff907)
@@ -972,28 +972,27 @@
///
/// Looks up a localized string similar to Het opgegeven bestandspad ({0}) is niet geldig..
///
- public static string HydraulicBoundaryDatabaseHelper_ValidatePathForCalculation_Invalid_path_0_ {
+ public static string HydraulicBoundaryDataHelper_ValidatePathForCalculation_Invalid_path_0_ {
get {
- return ResourceManager.GetString("HydraulicBoundaryDatabaseHelper_ValidatePathForCalculation_Invalid_path_0_", resourceCulture);
+ return ResourceManager.GetString("HydraulicBoundaryDataHelper_ValidatePathForCalculation_Invalid_path_0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to De bestandsmap waar de preprocessor bestanden opslaat is ongeldig..
///
- public static string HydraulicBoundaryDatabaseHelper_ValidatePreprocessorDirectory_Invalid_path {
+ public static string HydraulicBoundaryDataHelper_ValidatePreprocessorDirectory_Invalid_path {
get {
- return ResourceManager.GetString("HydraulicBoundaryDatabaseHelper_ValidatePreprocessorDirectory_Invalid_path", resourceCulture);
+ return ResourceManager.GetString("HydraulicBoundaryDataHelper_ValidatePreprocessorDirectory_Invalid_path", resourceCulture);
}
}
///
/// Looks up a localized string similar to De bestandsmap bestaat niet..
///
- public static string HydraulicBoundaryDatabaseHelper_ValidatePreprocessorDirectory_Path_does_not_exist {
+ public static string HydraulicBoundaryDataHelper_ValidatePreprocessorDirectory_Path_does_not_exist {
get {
- return ResourceManager.GetString("HydraulicBoundaryDatabaseHelper_ValidatePreprocessorDirectory_Path_does_not_exist" +
- "", resourceCulture);
+ return ResourceManager.GetString("HydraulicBoundaryDataHelper_ValidatePreprocessorDirectory_Path_does_not_exist", resourceCulture);
}
}
Index: Riskeer/Common/src/Riskeer.Common.IO/Properties/Resources.resx
===================================================================
diff -u -rd8901a860a022433ecff7cd3f98e2b9934a93a42 -r80f3b9a153731b6b6a8420272640f966aacff907
--- Riskeer/Common/src/Riskeer.Common.IO/Properties/Resources.resx (.../Resources.resx) (revision d8901a860a022433ecff7cd3f98e2b9934a93a42)
+++ Riskeer/Common/src/Riskeer.Common.IO/Properties/Resources.resx (.../Resources.resx) (revision 80f3b9a153731b6b6a8420272640f966aacff907)
@@ -846,13 +846,13 @@
Er is een fout opgetreden bij het inlezen van ondergrondschematisatie '{0}': {1}
-
+
De bestandsmap waar de preprocessor bestanden opslaat is ongeldig.
-
+
De bestandsmap bestaat niet.
-
+
Het opgegeven bestandspad ({0}) is niet geldig.