Index: Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs
===================================================================
diff -u -rdc7692e5c549c25a0f59b41abe103f5c889353b3 -r7718705f6072a15ac28cb112abb949ee280391a9
--- Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision dc7692e5c549c25a0f59b41abe103f5c889353b3)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 7718705f6072a15ac28cb112abb949ee280391a9)
@@ -1144,15 +1144,26 @@
}
///
- /// Looks up a localized string similar to De variatie op regel {0} wordt omgerekend in een variatiecoëfficiënt..
+ /// Looks up a localized string similar to De variatie voor parameter '{2}' van kunstwerk '{0}' ({1}) wordt omgerekend in een variatiecoëfficiënt (regel {3})..
///
- public static string StructuresImporter_GetCoefficientOfVariation_Converting_variation_on_Line_0_ {
+ public static string StructuresImporter_GetCoefficientOfVariation_Converting_variation_StructureName_0_StructureId_1_ParameterId_2_on_Line_3_ {
get {
- return ResourceManager.GetString("StructuresImporter_GetCoefficientOfVariation_Converting_variation_on_Line_0_", resourceCulture);
+ return ResourceManager.GetString("StructuresImporter_GetCoefficientOfVariation_Converting_variation_StructureName_0" +
+ "_StructureId_1_ParameterId_2_on_Line_3_", resourceCulture);
}
}
///
+ /// Looks up a localized string similar to De variatie voor parameter '{2}' van kunstwerk '{0}' ({1}) wordt omgerekend in een standaard deviatie (regel {3})..
+ ///
+ public static string StructuresImporter_GetStandardDeviation_Converting_variation_StructureName_0_StructureId_1_ParameterId_2_on_Line_3_ {
+ get {
+ return ResourceManager.GetString("StructuresImporter_GetStandardDeviation_Converting_variation_StructureName_0_Stru" +
+ "ctureId_1_ParameterId_2_on_Line_3_", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Fout bij het lezen van kunstwerk op regel {0}. {1} Dit kunstwerk wordt overgeslagen..
///
public static string StructuresImporter_GetStructureLocationReadResult_Error_reading_Structure_LineNumber_0_Error_1_The_Structure_is_skipped {
@@ -1199,15 +1210,6 @@
}
///
- /// Looks up a localized string similar to De variatie op regel {0} wordt omgerekend in een standaard deviatie..
- ///
- public static string StructuresImporter_StandardDeviation_Converting_variation_on_Line_0_ {
- get {
- return ResourceManager.GetString("StructuresImporter_StandardDeviation_Converting_variation_on_Line_0_", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to Kunstwerk nummer {0} wordt overgeslagen..
///
public static string StructuresImporter_Structure_number_0_is_skipped {