Index: Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -rd689ea05c1014eb4d51b927e11eb6c48255f0a47 -r1d8a218ddfc990be2d637dfdafd9e6969ff9ae7e
--- Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision d689ea05c1014eb4d51b927e11eb6c48255f0a47)
+++ Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1d8a218ddfc990be2d637dfdafd9e6969ff9ae7e)
@@ -90,5 +90,25 @@
"ism", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Berekende resultaten voor de hydraulische randvoorwaarden voor asfalt..
+ ///
+ public static string WaveImpactAsphaltCoverWaveConditionsOutputProperties_HydraulicBoundaryLocationResult_Description {
+ get {
+ return ResourceManager.GetString("WaveImpactAsphaltCoverWaveConditionsOutputProperties_HydraulicBoundaryLocationRes" +
+ "ult_Description", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hydraulische randvoorwaarden voor asfalt.
+ ///
+ public static string WaveImpactAsphaltCoverWaveConditionsOutputProperties_HydraulicBoundaryLocationResult_DisplayName {
+ get {
+ return ResourceManager.GetString("WaveImpactAsphaltCoverWaveConditionsOutputProperties_HydraulicBoundaryLocationRes" +
+ "ult_DisplayName", resourceCulture);
+ }
+ }
}
}
Index: Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Properties/Resources.resx
===================================================================
diff -u -rd689ea05c1014eb4d51b927e11eb6c48255f0a47 -r1d8a218ddfc990be2d637dfdafd9e6969ff9ae7e
--- Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Properties/Resources.resx (.../Resources.resx) (revision d689ea05c1014eb4d51b927e11eb6c48255f0a47)
+++ Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Properties/Resources.resx (.../Resources.resx) (revision 1d8a218ddfc990be2d637dfdafd9e6969ff9ae7e)
@@ -120,4 +120,10 @@
Het golfklappen op asfalt toetsspoor
+
+ Berekende resultaten voor de hydraulische randvoorwaarden voor asfalt.
+
+
+ Hydraulische randvoorwaarden voor asfalt
+
\ No newline at end of file
Index: Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/PropertyClasses/WaveImpactAsphaltCoverWaveConditionsOutputProperties.cs
===================================================================
diff -u -r0cac40e2a18523361d826eba4374b1508f241fa2 -r1d8a218ddfc990be2d637dfdafd9e6969ff9ae7e
--- Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/PropertyClasses/WaveImpactAsphaltCoverWaveConditionsOutputProperties.cs (.../WaveImpactAsphaltCoverWaveConditionsOutputProperties.cs) (revision 0cac40e2a18523361d826eba4374b1508f241fa2)
+++ Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/PropertyClasses/WaveImpactAsphaltCoverWaveConditionsOutputProperties.cs (.../WaveImpactAsphaltCoverWaveConditionsOutputProperties.cs) (revision 1d8a218ddfc990be2d637dfdafd9e6969ff9ae7e)
@@ -26,8 +26,10 @@
using Core.Common.Utils.Attributes;
using Ringtoets.Revetment.Forms.PropertyClasses;
using Ringtoets.WaveImpactAsphaltCover.Data;
+using Ringtoets.WaveImpactAsphaltCover.Forms.Properties;
using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources;
+
namespace Ringtoets.WaveImpactAsphaltCover.Forms.PropertyClasses
{
///
@@ -37,8 +39,8 @@
{
[TypeConverter(typeof(ExpandableArrayConverter))]
[ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_Result")]
- [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), "WaveConditionsOutputProperties_HydraulicBoundaryLocations_DisplayName")]
- [ResourcesDescription(typeof(RingtoetsCommonFormsResources), "WaveConditionsOutputProperties_HydraulicBoundaryLocations_Description")]
+ [ResourcesDisplayName(typeof(Resources), "WaveImpactAsphaltCoverWaveConditionsOutputProperties_HydraulicBoundaryLocationResult_DisplayName")]
+ [ResourcesDescription(typeof(Resources), "WaveImpactAsphaltCoverWaveConditionsOutputProperties_HydraulicBoundaryLocationResult_Description")]
public WaveConditionsOutputProperties[] Items
{
get
Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/PropertyClasses/WaveImpactAsphaltCoverWaveConditionsOutputPropertiesTest.cs
===================================================================
diff -u -r0cac40e2a18523361d826eba4374b1508f241fa2 -r1d8a218ddfc990be2d637dfdafd9e6969ff9ae7e
--- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/PropertyClasses/WaveImpactAsphaltCoverWaveConditionsOutputPropertiesTest.cs (.../WaveImpactAsphaltCoverWaveConditionsOutputPropertiesTest.cs) (revision 0cac40e2a18523361d826eba4374b1508f241fa2)
+++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/PropertyClasses/WaveImpactAsphaltCoverWaveConditionsOutputPropertiesTest.cs (.../WaveImpactAsphaltCoverWaveConditionsOutputPropertiesTest.cs) (revision 1d8a218ddfc990be2d637dfdafd9e6969ff9ae7e)
@@ -104,8 +104,8 @@
Assert.IsTrue(itemsProperty.IsReadOnly);
Assert.IsInstanceOf(itemsProperty.Converter);
Assert.AreEqual("Resultaat", itemsProperty.Category);
- Assert.AreEqual("Hydraulische randvoorwaarden", itemsProperty.DisplayName);
- Assert.AreEqual("Berekende resultaten voor de hydraulische randvoorwaarden.", itemsProperty.Description);
+ Assert.AreEqual("Hydraulische randvoorwaarden voor asfalt", itemsProperty.DisplayName);
+ Assert.AreEqual("Berekende resultaten voor de hydraulische randvoorwaarden voor asfalt.", itemsProperty.Description);
}
}
}
\ No newline at end of file