// 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.Service.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()] internal 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)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Ringtoets.MacroStabilityInwards.Service.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)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Macrostabiliteit binnenwaarts berekening mislukt.. /// internal static string MacroStabilityInwardsCalculationService_Calculate_Error_in_MacroStabilityInwards_calculation { get { return ResourceManager.GetString("MacroStabilityInwardsCalculationService_Calculate_Error_in_MacroStabilityInwards_" + "calculation", resourceCulture); } } /// /// Looks up a localized string similar to Er zijn waarschuwingsberichten naar aanleiding van de berekening. Klik op details voor meer informatie.. /// internal static string MacroStabilityInwardsCalculationService_Calculate_Warnings_in_MacroStabilityInwards_calculation { get { return ResourceManager.GetString("MacroStabilityInwardsCalculationService_Calculate_Warnings_in_MacroStabilityInwar" + "ds_calculation", resourceCulture); } } /// /// Looks up a localized string similar to Macrostabiliteit binnenwaarts validatie mislukt.. /// internal static string MacroStabilityInwardsCalculationService_Validate_Error_in_MacroStabilityInwards_validation { get { return ResourceManager.GetString("MacroStabilityInwardsCalculationService_Validate_Error_in_MacroStabilityInwards_v" + "alidation", resourceCulture); } } /// /// Looks up a localized string similar to Kan het toetspeil niet afleiden op basis van de invoer.. /// internal static string MacroStabilityInwardsCalculationService_ValidateInput_Cannot_determine_AssessmentLevel { get { return ResourceManager.GetString("MacroStabilityInwardsCalculationService_ValidateInput_Cannot_determine_Assessment" + "Level", resourceCulture); } } /// /// Looks up a localized string similar to Er is geen hydraulische randvoorwaardenlocatie geselecteerd.. /// internal static string MacroStabilityInwardsCalculationService_ValidateInput_No_HydraulicBoundaryLocation_selected { get { return ResourceManager.GetString("MacroStabilityInwardsCalculationService_ValidateInput_No_HydraulicBoundaryLocatio" + "n_selected", resourceCulture); } } /// /// Looks up a localized string similar to Er is geen ondergrondschematisatie geselecteerd.. /// internal static string MacroStabilityInwardsCalculationService_ValidateInput_No_StochasticSoilProfile_selected { get { return ResourceManager.GetString("MacroStabilityInwardsCalculationService_ValidateInput_No_StochasticSoilProfile_se" + "lected", resourceCulture); } } /// /// Looks up a localized string similar to Er is geen profielschematisatie geselecteerd.. /// internal static string MacroStabilityInwardsCalculationService_ValidateInput_No_SurfaceLine_selected { get { return ResourceManager.GetString("MacroStabilityInwardsCalculationService_ValidateInput_No_SurfaceLine_selected", resourceCulture); } } /// /// Looks up a localized string similar to De ondergrondschematisatie moet boven de profielschematisatie liggen.. /// internal static string MacroStabilityInwardsCalculationService_ValidateInput_SoilLayerTop_must_be_larger_than_SurfaceLineTop { get { return ResourceManager.GetString("MacroStabilityInwardsCalculationService_ValidateInput_SoilLayerTop_must_be_larger" + "_than_SurfaceLineTop", resourceCulture); } } /// /// Looks up a localized string similar to De profielschematisatie moet op de ondergrondschematisatie liggen.. /// internal static string MacroStabilityInwardsCalculationService_ValidateInput_SurfaceLine_must_be_on_SoilLayer { get { return ResourceManager.GetString("MacroStabilityInwardsCalculationService_ValidateInput_SurfaceLine_must_be_on_Soil" + "Layer", resourceCulture); } } /// /// Looks up a localized string similar to Het aantal tangentlijnen moet 1 zijn wanneer tangentlijn Z-boven gelijk is aan tangentlijn Z-onder.. /// internal static string MacroStabilityInwardsInputValidator_ValidateTangentLines_TangentLineNumber_must_be_one_when_TangentLineTop_equals_TangentLineBottom { get { return ResourceManager.GetString("MacroStabilityInwardsInputValidator_ValidateTangentLines_TangentLineNumber_must_b" + "e_one_when_TangentLineTop_equals_TangentLineBottom", resourceCulture); } } } }