Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Parsers/HydraRingOutputFileParser.cs
===================================================================
diff -u -r43604519b50335a09f62086dd4ccb5be642c8275 -rb1357d99135ba7b00bd85db6161e12b039b456f4
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Parsers/HydraRingOutputFileParser.cs (.../HydraRingOutputFileParser.cs) (revision 43604519b50335a09f62086dd4ccb5be642c8275)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Parsers/HydraRingOutputFileParser.cs (.../HydraRingOutputFileParser.cs) (revision b1357d99135ba7b00bd85db6161e12b039b456f4)
@@ -54,7 +54,7 @@
}
catch
{
- log.ErrorFormat(Resources.Parse_Cannot_read_file_0_nor_file_1_from_folder_2_, sectionId + "-output.txt", outputFileName, workingDirectory);
+ log.ErrorFormat(Resources.Parse_Cannot_read_FileName_0_nor_FileName_1_from_FolderPath_2_, sectionId + "-output.txt", outputFileName, workingDirectory);
}
}
}
Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Properties/Resources.Designer.cs
===================================================================
diff -u -r43604519b50335a09f62086dd4ccb5be642c8275 -rb1357d99135ba7b00bd85db6161e12b039b456f4
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 43604519b50335a09f62086dd4ccb5be642c8275)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision b1357d99135ba7b00bd85db6161e12b039b456f4)
@@ -1,28 +1,7 @@
-// Copyright (C) Stichting Deltares 2016. All rights reserved.
-//
-// This file is part of Ringtoets.
-//
-// Ringtoets is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with this program. If not, see .
-//
-// All names, logos, and references to "Deltares" are registered trademarks of
-// Stichting Deltares and remain full property of Stichting Deltares at all times.
-// All rights reserved.
-
-//------------------------------------------------------------------------------
+//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
+// Runtime Version:4.0.30319.18444
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -140,9 +119,9 @@
///
/// Looks up a localized string similar to Kan het Hydra-Ring uitvoerbestand {0} noch het logbestand {1} lezen uit de map {2}..
///
- internal static string Parse_Cannot_read_file_0_nor_file_1_from_folder_2_ {
+ internal static string Parse_Cannot_read_FileName_0_nor_FileName_1_from_FolderPath_2_ {
get {
- return ResourceManager.GetString("Parse_Cannot_read_file_0_nor_file_1_from_folder_2_", resourceCulture);
+ return ResourceManager.GetString("Parse_Cannot_read_FileName_0_nor_FileName_1_from_FolderPath_2_", resourceCulture);
}
}
}
Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Properties/Resources.resx
===================================================================
diff -u -r43604519b50335a09f62086dd4ccb5be642c8275 -rb1357d99135ba7b00bd85db6161e12b039b456f4
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Properties/Resources.resx (.../Resources.resx) (revision 43604519b50335a09f62086dd4ccb5be642c8275)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Properties/Resources.resx (.../Resources.resx) (revision b1357d99135ba7b00bd85db6161e12b039b456f4)
@@ -117,7 +117,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
Kan het Hydra-Ring uitvoerbestand {0} noch het logbestand {1} lezen uit de map {2}.