// Copyright (C) Stichting Deltares 2017. 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 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Ringtoets.MacroStabilityInwards.Primitives.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.MacroStabilityInwards.Primitives.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 Geen lagen gevonden voor de ondergrondschematisatie.. /// public static string Error_Cannot_Construct_MacroStabilityInwardsSoilProfile_Without_Layers { get { return ResourceManager.GetString("Error_Cannot_Construct_MacroStabilityInwardsSoilProfile_Without_Layers", resourceCulture); } } /// /// Looks up a localized string similar to Eén of meerdere lagen hebben een top onder de bodem van de ondergrondschematisatie.. /// public static string MacroStabilityInwardsSoilProfile_Layers_Layer_top_below_profile_bottom { get { return ResourceManager.GetString("MacroStabilityInwardsSoilProfile_Layers_Layer_top_below_profile_bottom", resourceCulture); } } /// /// Looks up a localized string similar to {0} De lokale coördinaat moet in het bereik {1} liggen.. /// public static string MacroStabilityInwardsSurfaceLine_0_L_needs_to_be_in_Range_1_ { get { return ResourceManager.GetString("MacroStabilityInwardsSurfaceLine_0_L_needs_to_be_in_Range_1_", resourceCulture); } } /// /// Looks up a localized string similar to Een punt in de geometrie voor de profielschematisatie heeft geen waarde.. /// public static string MacroStabilityInwardsSurfaceLine_A_point_in_the_collection_was_null { get { return ResourceManager.GetString("MacroStabilityInwardsSurfaceLine_A_point_in_the_collection_was_null", resourceCulture); } } /// /// Looks up a localized string similar to Kan geen hoogte bepalen op het punt met de lokale coördinaat {0}, omdat de profielschematisatie verticaal loopt op dat punt.. /// public static string MacroStabilityInwardsSurfaceLine_Cannot_determine_reliable_z_when_surface_line_is_vertical_in_l { get { return ResourceManager.GetString("MacroStabilityInwardsSurfaceLine_Cannot_determine_reliable_z_when_surface_line_is" + "_vertical_in_l", resourceCulture); } } /// /// Looks up a localized string similar to De geometrie die opgegeven werd voor de profielschematisatie heeft geen waarde.. /// public static string MacroStabilityInwardsSurfaceLine_Collection_of_points_for_geometry_is_null { get { return ResourceManager.GetString("MacroStabilityInwardsSurfaceLine_Collection_of_points_for_geometry_is_null", resourceCulture); } } /// /// Looks up a localized string similar to Kan geen hoogte bepalen.. /// public static string MacroStabilityInwardsSurfaceLine_GetZAtL_Cannot_determine_height { get { return ResourceManager.GetString("MacroStabilityInwardsSurfaceLine_GetZAtL_Cannot_determine_height", resourceCulture); } } /// /// Looks up a localized string similar to De geometrie bevat geen punt op locatie {0} om als '{1}' in te stellen.. /// public static string MacroStabilityInwardsSurfaceLine_SetCharacteristicPointAt_Geometry_does_not_contain_point_at_0_to_assign_as_characteristic_point_1_ { get { return ResourceManager.GetString("MacroStabilityInwardsSurfaceLine_SetCharacteristicPointAt_Geometry_does_not_conta" + "in_point_at_0_to_assign_as_characteristic_point_1_", resourceCulture); } } /// /// Looks up a localized string similar to De profielschematisatie heeft geen geometrie.. /// public static string MacroStabilityInwardsSurfaceLine_SurfaceLine_has_no_Geometry { get { return ResourceManager.GetString("MacroStabilityInwardsSurfaceLine_SurfaceLine_has_no_Geometry", resourceCulture); } } } }