//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.17929 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Ringtoets.Common.Data.Properties { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Ringtoets.Common.Data.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Vak '{0}' sluit niet aan op de al gedefinieerde vakken van het faalmechanisme.. /// public static string BaseFailureMechanism_AddSection_Section_0_must_connect_to_existing_sections { get { return ResourceManager.GetString("BaseFailureMechanism_AddSection_Section_0_must_connect_to_existing_sections", resourceCulture); } } /// /// Looks up a localized string similar to De waarde voor de toegestane bijdrage aan faalkans moet in interval [0,100] liggen.. /// public static string Contribution_Value_should_be_in_interval_0_100 { get { return ResourceManager.GetString("Contribution_Value_should_be_in_interval_0_100", resourceCulture); } } /// /// Looks up a localized string similar to Oordeel. /// public static string FailureMechanism_AssessmentResult_DisplayName { get { return ResourceManager.GetString("FailureMechanism_AssessmentResult_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Randvoorwaarden. /// public static string FailureMechanism_BoundaryConditions_DisplayName { get { return ResourceManager.GetString("FailureMechanism_BoundaryConditions_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Locaties. /// public static string FailureMechanism_Locations_DisplayName { get { return ResourceManager.GetString("FailureMechanism_Locations_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Kan geen bijdrageoverzicht maken zonder faalmechanismen.. /// public static string FailureMechanismContribution_UpdateContributions_Can_not_create_FailureMechanismContribution_without_FailureMechanism_collection { get { return ResourceManager.GetString("FailureMechanismContribution_UpdateContributions_Can_not_create_FailureMechanismC" + "ontribution_without_FailureMechanism_collection", resourceCulture); } } /// /// Looks up a localized string similar to Kan geen bijdrage element maken zonder een faalmechanisme.. /// public static string FailureMechanismContributionItem_Can_not_create_contribution_item_without_failure_mechanism { get { return ResourceManager.GetString("FailureMechanismContributionItem_Can_not_create_contribution_item_without_failure" + "_mechanism", resourceCulture); } } /// /// Looks up a localized string similar to De faalkansbijdrage kan alleen bepaald worden als de norm van het traject groter is dan 0.. /// public static string FailureMechanismContributionItem_Norm_must_be_larger_than_zero { get { return ResourceManager.GetString("FailureMechanismContributionItem_Norm_must_be_larger_than_zero", resourceCulture); } } /// /// Looks up a localized string similar to Vak moet minstens uit 1 punt bestaan.. /// public static string FailureMechanismSection_Section_must_have_at_least_1_geometry_point { get { return ResourceManager.GetString("FailureMechanismSection_Section_must_have_at_least_1_geometry_point", resourceCulture); } } /// /// Looks up a localized string similar to Hydraulische randvoorwaarden. /// public static string HydraulicBoundaryConditions_DisplayName { get { return ResourceManager.GetString("HydraulicBoundaryConditions_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Overig. /// public static string OtherFailureMechanism_DisplayName { get { return ResourceManager.GetString("OtherFailureMechanism_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Referentielijn. /// public static string ReferenceLine_DisplayName { get { return ResourceManager.GetString("ReferenceLine_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to De geometrie die opgegeven werd voor de referentielijn heeft geen waarde.. /// public static string ReferenceLine_SetGeometry_New_geometry_cannot_be_null { get { return ResourceManager.GetString("ReferenceLine_SetGeometry_New_geometry_cannot_be_null", resourceCulture); } } /// /// Looks up a localized string similar to Een punt in de geometrie voor de referentielijn heeft geen waarde.. /// public static string ReferenceLine_SetGeometry_New_geometry_has_null_coordinate { get { return ResourceManager.GetString("ReferenceLine_SetGeometry_New_geometry_has_null_coordinate", resourceCulture); } } } }