// 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.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.MacroStabilityInwards.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 Slootbodem dijkzijde.
///
public static string CharacteristicPoint_BottomDitchDikeSide {
get {
return ResourceManager.GetString("CharacteristicPoint_BottomDitchDikeSide", resourceCulture);
}
}
///
/// Looks up a localized string similar to Slootbodem polderzijde.
///
public static string CharacteristicPoint_BottomDitchPolderSide {
get {
return ResourceManager.GetString("CharacteristicPoint_BottomDitchPolderSide", resourceCulture);
}
}
///
/// Looks up a localized string similar to Teen dijk binnenwaarts.
///
public static string CharacteristicPoint_DikeToeAtPolder {
get {
return ResourceManager.GetString("CharacteristicPoint_DikeToeAtPolder", resourceCulture);
}
}
///
/// Looks up a localized string similar to Teen dijk buitenwaarts.
///
public static string CharacteristicPoint_DikeToeAtRiver {
get {
return ResourceManager.GetString("CharacteristicPoint_DikeToeAtRiver", resourceCulture);
}
}
///
/// Looks up a localized string similar to Insteek sloot dijkzijde.
///
public static string CharacteristicPoint_DitchDikeSide {
get {
return ResourceManager.GetString("CharacteristicPoint_DitchDikeSide", resourceCulture);
}
}
///
/// Looks up a localized string similar to Insteek sloot polderzijde.
///
public static string CharacteristicPoint_DitchPolderSide {
get {
return ResourceManager.GetString("CharacteristicPoint_DitchPolderSide", resourceCulture);
}
}
///
/// Looks up a localized string similar to De waarde moet binnen het bereik {0} liggen..
///
public static string GeneralPipingInput_WaterVolumetricWeight_must_be_in_Range_0_ {
get {
return ResourceManager.GetString("GeneralPipingInput_WaterVolumetricWeight_must_be_in_Range_0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to STPH.
///
public static string PipingFailureMechanism_DisplayCode {
get {
return ResourceManager.GetString("PipingFailureMechanism_DisplayCode", resourceCulture);
}
}
///
/// Looks up a localized string similar to Dijken en dammen - Piping.
///
public static string PipingFailureMechanism_DisplayName {
get {
return ResourceManager.GetString("PipingFailureMechanism_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het uittredepunt moet landwaarts van het intredepunt liggen..
///
public static string PipingInput_EntryPointL_greater_or_equal_to_ExitPointL {
get {
return ResourceManager.GetString("PipingInput_EntryPointL_greater_or_equal_to_ExitPointL", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het gespecificeerde punt moet op het profiel liggen (bereik {0})..
///
public static string PipingInput_ValidatePointOnSurfaceLine_Length_must_be_in_Range_0_ {
get {
return ResourceManager.GetString("PipingInput_ValidatePointOnSurfaceLine_Length_must_be_in_Range_0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to De waarde moet in het bereik {0} liggen..
///
public static string PipingProbabilityAssessmentInput_A_Value_must_be_in_Range_0_ {
get {
return ResourceManager.GetString("PipingProbabilityAssessmentInput_A_Value_must_be_in_Range_0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Profielschematisaties.
///
public static string PipingSurfaceLineCollection_TypeDescriptor {
get {
return ResourceManager.GetString("PipingSurfaceLineCollection_TypeDescriptor", 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 RingtoetsPipingSurfaceLine_SetCharacteristicPointAt_Geometry_does_not_contain_point_at_0_to_assign_as_characteristic_point_1_ {
get {
return ResourceManager.GetString("RingtoetsPipingSurfaceLine_SetCharacteristicPointAt_Geometry_does_not_contain_poi" +
"nt_at_0_to_assign_as_characteristic_point_1_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Stochastische ondergrondmodellen.
///
public static string StochasticSoilModelCollection_TypeDescriptor {
get {
return ResourceManager.GetString("StochasticSoilModelCollection_TypeDescriptor", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het aandeel van de ondergrondschematisatie in het stochastische ondergrondmodel moet in het bereik {0} liggen..
///
public static string StochasticSoilProfile_Probability_Should_be_in_range_0_ {
get {
return ResourceManager.GetString("StochasticSoilProfile_Probability_Should_be_in_range_0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to naam.
///
public static string UniqueFeature_Name_FeatureDescription {
get {
return ResourceManager.GetString("UniqueFeature_Name_FeatureDescription", resourceCulture);
}
}
}
}