// Copyright (C) Stichting Deltares 2016. 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.Piping.IO.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.Piping.IO.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 Het bestand is niet geschikt om karakteristieke punten uit te lezen: koptekst komt niet overeen met wat verwacht wordt.. /// public static string CharacteristicPointsCsvReader_File_invalid_header { get { return ResourceManager.GetString("CharacteristicPointsCsvReader_File_invalid_header", resourceCulture); } } /// /// Looks up a localized string similar to locatie '{0}'. /// public static string CharacteristicPointsCsvReader_LocationName_0_ { get { return ResourceManager.GetString("CharacteristicPointsCsvReader_LocationName_0_", resourceCulture); } } /// /// Looks up a localized string similar to Regel heeft geen ID.. /// public static string CharacteristicPointsCsvReader_ReadCharacteristicPointsLocation_Line_lacks_ID { get { return ResourceManager.GetString("CharacteristicPointsCsvReader_ReadCharacteristicPointsLocation_Line_lacks_ID", resourceCulture); } } /// /// Looks up a localized string similar to Ontbrekend scheidingsteken '{0}'.. /// public static string CharacteristicPointsCsvReader_ReadCharacteristicPointsLocation_Line_lacks_separator_0_ { get { return ResourceManager.GetString("CharacteristicPointsCsvReader_ReadCharacteristicPointsLocation_Line_lacks_separat" + "or_0_", resourceCulture); } } /// /// Looks up a localized string similar to Het aantal kolommen voor deze locatie komt niet overeen met het aantal kolommen in de koptekst.. /// public static string CharacteristicPointsCsvReader_ReadCharacteristicPointsLocation_Location_lacks_values_for_characteristic_points { get { return ResourceManager.GetString("CharacteristicPointsCsvReader_ReadCharacteristicPointsLocation_Location_lacks_val" + "ues_for_characteristic_points", resourceCulture); } } /// /// Looks up a localized string similar to Er kan geen 1D-profiel bepaald worden wanneer segmenten in een 2D laag verticaal lopen op de gekozen positie: x = {0}.. /// public static string Error_Can_not_determine_1D_profile_with_vertical_segments_at_X_0_ { get { return ResourceManager.GetString("Error_Can_not_determine_1D_profile_with_vertical_segments_at_X_0_", resourceCulture); } } /// /// Looks up a localized string similar to Karakteristiek punt heeft een coördinaatwaarde die niet omgezet kan worden naar een getal.. /// public static string Error_CharacteristicPoint_has_not_double { get { return ResourceManager.GetString("Error_CharacteristicPoint_has_not_double", resourceCulture); } } /// /// Looks up a localized string similar to Karakteristiek punt heeft een coördinaatwaarde die te groot of te klein is om ingelezen te worden.. /// public static string Error_CharacteristicPoint_parsing_causes_overflow { get { return ResourceManager.GetString("Error_CharacteristicPoint_parsing_causes_overflow", resourceCulture); } } /// /// Looks up a localized string similar to Kon geen ondergrondschematisaties verkrijgen uit de database.. /// public static string Error_SoilProfile_read_from_database { get { return ResourceManager.GetString("Error_SoilProfile_read_from_database", resourceCulture); } } /// /// Looks up a localized string similar to Geen geldige X waarde gevonden om intersectie te maken uit 2D profiel '{0}'.. /// public static string Error_SoilProfileBuilder_cant_determine_intersect_SoilProfileName_0_at_double_NaN { get { return ResourceManager.GetString("Error_SoilProfileBuilder_cant_determine_intersect_SoilProfileName_0_at_double_NaN" + "", resourceCulture); } } /// /// Looks up a localized string similar to Profielschematisatie heeft een coördinaatwaarde die niet omgezet kan worden naar een getal.. /// public static string Error_SurfaceLine_has_not_double { get { return ResourceManager.GetString("Error_SurfaceLine_has_not_double", resourceCulture); } } /// /// Looks up a localized string similar to Profielschematisatie heeft een coördinaatwaarde die te groot of te klein is om ingelezen te worden.. /// public static string Error_SurfaceLine_parsing_causes_overflow { get { return ResourceManager.GetString("Error_SurfaceLine_parsing_causes_overflow", resourceCulture); } } /// /// Looks up a localized string similar to Het XML-document dat de configuratie voor de berekeningen beschrijft is niet geldig.. /// public static string PipingConfigurationReader_Configuration_contains_no_valid_xml { get { return ResourceManager.GetString("PipingConfigurationReader_Configuration_contains_no_valid_xml", resourceCulture); } } /// /// Looks up a localized string similar to Kritieke fout opgetreden bij het uitlezen van waardes uit kolommen in de database.. /// public static string PipingSoilProfileReader_Critical_Unexpected_value_on_column { get { return ResourceManager.GetString("PipingSoilProfileReader_Critical_Unexpected_value_on_column", resourceCulture); } } /// /// Looks up a localized string similar to De database heeft niet de vereiste versie informatie. Vereiste versie is '{0}'.. /// public static string PipingSoilProfileReader_Database_incorrect_version_requires_Version_0_ { get { return ResourceManager.GetString("PipingSoilProfileReader_Database_incorrect_version_requires_Version_0_", resourceCulture); } } /// /// Looks up a localized string similar to Ondergrondschematisatie bevat geen geldige waarde in kolom '{0}'.. /// public static string PipingSoilProfileReader_Profile_has_invalid_value_on_Column_0_ { get { return ResourceManager.GetString("PipingSoilProfileReader_Profile_has_invalid_value_on_Column_0_", resourceCulture); } } /// /// Looks up a localized string similar to ondergrondschematisatie '{0}'. /// public static string PipingSoilProfileReader_SoilProfileName_0_ { get { return ResourceManager.GetString("PipingSoilProfileReader_SoilProfileName_0_", resourceCulture); } } /// /// Looks up a localized string similar to Het bestand is niet geschikt om profielschematisaties uit te lezen (Verwachte koptekst: locationid;X1;Y1;Z1).. /// public static string PipingSurfaceLinesCsvReader_File_invalid_header { get { return ResourceManager.GetString("PipingSurfaceLinesCsvReader_File_invalid_header", resourceCulture); } } /// /// Looks up a localized string similar to Regel heeft geen ID.. /// public static string PipingSurfaceLinesCsvReader_ReadLine_Line_lacks_ID { get { return ResourceManager.GetString("PipingSurfaceLinesCsvReader_ReadLine_Line_lacks_ID", resourceCulture); } } /// /// Looks up a localized string similar to Ontbrekend scheidingsteken '{0}'.. /// public static string PipingSurfaceLinesCsvReader_ReadLine_Line_lacks_separator_0_ { get { return ResourceManager.GetString("PipingSurfaceLinesCsvReader_ReadLine_Line_lacks_separator_0_", resourceCulture); } } /// /// Looks up a localized string similar to Profielschematisatie heeft een teruglopende geometrie (punten behoren een oplopende set L-coördinaten te hebben in het lokale coördinatenstelsel).. /// public static string PipingSurfaceLinesCsvReader_ReadLine_SurfaceLine_has_reclining_geometry { get { return ResourceManager.GetString("PipingSurfaceLinesCsvReader_ReadLine_SurfaceLine_has_reclining_geometry", resourceCulture); } } /// /// Looks up a localized string similar to Profielschematisatie heeft een geometrie die een lijn met lengte 0 beschrijft.. /// public static string PipingSurfaceLinesCsvReader_ReadLine_SurfaceLine_has_zero_length { get { return ResourceManager.GetString("PipingSurfaceLinesCsvReader_ReadLine_SurfaceLine_has_zero_length", resourceCulture); } } /// /// Looks up a localized string similar to Voor de profielschematisatie ontbreken er waardes om een 3D (X,Y,Z) punt aan te maken.. /// public static string PipingSurfaceLinesCsvReader_ReadLine_SurfaceLine_lacks_values_for_coordinate_triplet { get { return ResourceManager.GetString("PipingSurfaceLinesCsvReader_ReadLine_SurfaceLine_lacks_values_for_coordinate_trip" + "let", resourceCulture); } } /// /// Looks up a localized string similar to profielschematisatie '{0}'. /// public static string PipingSurfaceLinesCsvReader_SurfaceLineName_0_ { get { return ResourceManager.GetString("PipingSurfaceLinesCsvReader_SurfaceLineName_0_", resourceCulture); } } /// /// Looks up a localized string similar to Verzadigd gewicht. /// public static string SoilLayer_BelowPhreaticLevelDistribution_Description { get { return ResourceManager.GetString("SoilLayer_BelowPhreaticLevelDistribution_Description", resourceCulture); } } /// /// Looks up a localized string similar to Korrelgrootte. /// public static string SoilLayer_DiameterD70Distribution_Description { get { return ResourceManager.GetString("SoilLayer_DiameterD70Distribution_Description", resourceCulture); } } /// /// Looks up a localized string similar to Doorlatendheid. /// public static string SoilLayer_PermeabilityDistribution_Description { get { return ResourceManager.GetString("SoilLayer_PermeabilityDistribution_Description", resourceCulture); } } /// /// Looks up a localized string similar to Parameter '{0}' is niet lognormaal verdeeld.. /// public static string SoilLayer_Stochastic_parameter_0_has_no_lognormal_distribution { get { return ResourceManager.GetString("SoilLayer_Stochastic_parameter_0_has_no_lognormal_distribution", resourceCulture); } } /// /// Looks up a localized string similar to Parameter '{0}' is niet verschoven lognormaal verdeeld.. /// public static string SoilLayer_Stochastic_parameter_0_has_no_shifted_lognormal_distribution { get { return ResourceManager.GetString("SoilLayer_Stochastic_parameter_0_has_no_shifted_lognormal_distribution", resourceCulture); } } /// /// Looks up a localized string similar to De segmenten van de geometrie van de laag vormen geen lus.. /// public static string SoilLayer2D_Error_Loop_contains_disconnected_segments { get { return ResourceManager.GetString("SoilLayer2D_Error_Loop_contains_disconnected_segments", resourceCulture); } } /// /// Looks up a localized string similar to Coördinaat van een punt bevat ongeldige waarde.. /// public static string SoilLayer2DReader_Could_not_parse_point_location { get { return ResourceManager.GetString("SoilLayer2DReader_Could_not_parse_point_location", resourceCulture); } } /// /// Looks up a localized string similar to Het XML-document dat de geometrie beschrijft voor de laag is niet geldig.. /// public static string SoilLayer2DReader_Geometry_contains_no_valid_xml { get { return ResourceManager.GetString("SoilLayer2DReader_Geometry_contains_no_valid_xml", resourceCulture); } } /// /// Looks up a localized string similar to De geometrie is leeg.. /// public static string SoilLayer2DReader_Geometry_is_null { get { return ResourceManager.GetString("SoilLayer2DReader_Geometry_is_null", resourceCulture); } } /// /// Looks up a localized string similar to Kon geen stochastische ondergrondmodellen verkrijgen uit de database.. /// public static string StochasticSoilModelDatabaseReader_Failed_to_read_database { get { return ResourceManager.GetString("StochasticSoilModelDatabaseReader_Failed_to_read_database", resourceCulture); } } /// /// Looks up a localized string similar to De uitgelezen ondergrondschematisatie '{0}' wordt niet gebruikt in een van de stochastische ondergrondmodellen.. /// public static string StochasticSoilModelImporter_CheckIfAllProfilesAreUsed_SoilProfile_0_is_not_used_in_any_stochastic_soil_model { get { return ResourceManager.GetString("StochasticSoilModelImporter_CheckIfAllProfilesAreUsed_SoilProfile_0_is_not_used_i" + "n_any_stochastic_soil_model", resourceCulture); } } /// /// Looks up a localized string similar to Controleren van ondergrondschematisaties.. /// public static string StochasticSoilModelImporter_CheckIfAllProfilesAreUsed_Start_checking_soil_profiles { get { return ResourceManager.GetString("StochasticSoilModelImporter_CheckIfAllProfilesAreUsed_Start_checking_soil_profile" + "s", resourceCulture); } } /// /// Looks up a localized string similar to {0} ///Het bestand wordt overgeslagen.. /// public static string StochasticSoilModelImporter_CriticalErrorMessage_0_File_Skipped { get { return ResourceManager.GetString("StochasticSoilModelImporter_CriticalErrorMessage_0_File_Skipped", resourceCulture); } } /// /// Looks up a localized string similar to {0} Dit stochastische ondergrondmodel wordt overgeslagen.. /// public static string StochasticSoilModelImporter_GetStochasticSoilModelReadResult_Error_0_stochastic_soil_model_skipped { get { return ResourceManager.GetString("StochasticSoilModelImporter_GetStochasticSoilModelReadResult_Error_0_stochastic_s" + "oil_model_skipped", resourceCulture); } } /// /// Looks up a localized string similar to Inlezen van de stochastische ondergrondmodellen.. /// public static string StochasticSoilModelImporter_GetStochasticSoilModelReadResult_Reading_stochastic_soil_models_from_database { get { return ResourceManager.GetString("StochasticSoilModelImporter_GetStochasticSoilModelReadResult_Reading_stochastic_s" + "oil_models_from_database", resourceCulture); } } /// /// Looks up a localized string similar to Stochastische ondergrondmodellen importeren afgebroken. Geen data ingelezen.. /// public static string StochasticSoilModelImporter_Import_Import_canceled { get { return ResourceManager.GetString("StochasticSoilModelImporter_Import_Import_canceled", resourceCulture); } } /// /// Looks up a localized string similar to Ondergrondschematisatie '{0}' is meerdere keren gevonden in ondergrondmodel '{1}'. Kansen van voorkomen worden opgeteld.. /// public static string StochasticSoilModelImporter_MergeStochasticSoilProfiles_Multiple_SoilProfile_0_used_in_StochasticSoilModel_1_Probabilities_added_ { get { return ResourceManager.GetString("StochasticSoilModelImporter_MergeStochasticSoilProfiles_Multiple_SoilProfile_0_us" + "ed_in_StochasticSoilModel_1_Probabilities_added.", resourceCulture); } } /// /// Looks up a localized string similar to Inlezen van de D-Soil Model database.. /// public static string StochasticSoilModelImporter_Reading_database { get { return ResourceManager.GetString("StochasticSoilModelImporter_Reading_database", resourceCulture); } } /// /// Looks up a localized string similar to Inlezen van de ondergrondschematisatie uit de D-Soil Model database.. /// public static string StochasticSoilModelImporter_ReadingSoilProfiles { get { return ResourceManager.GetString("StochasticSoilModelImporter_ReadingSoilProfiles", resourceCulture); } } /// /// Looks up a localized string similar to {0} ///Deze ondergrondschematisatie wordt overgeslagen.. /// public static string StochasticSoilModelImporter_ReadSoilProfiles_ParseErrorMessage_0_SoilProfile_skipped { get { return ResourceManager.GetString("StochasticSoilModelImporter_ReadSoilProfiles_ParseErrorMessage_0_SoilProfile_skip" + "ped", resourceCulture); } } /// /// Looks up a localized string similar to Er zijn geen ondergrondschematisaties gevonden in het stochastische ondergrondmodel '{0}'. Dit model wordt overgeslagen.. /// public static string StochasticSoilModelImporter_ValidateStochasticSoilModel_No_profiles_found_in_stochastic_soil_model_0 { get { return ResourceManager.GetString("StochasticSoilModelImporter_ValidateStochasticSoilModel_No_profiles_found_in_stoc" + "hastic_soil_model_0", resourceCulture); } } /// /// Looks up a localized string similar to Het stochastische ondergrondmodel '{0}' heeft een ongespecificeerde ondergrondschematisatie. Dit model wordt overgeslagen.. /// public static string StochasticSoilModelImporter_ValidateStochasticSoilModel_SoilModel_0_with_stochastic_soil_profile_without_profile { get { return ResourceManager.GetString("StochasticSoilModelImporter_ValidateStochasticSoilModel_SoilModel_0_with_stochast" + "ic_soil_profile_without_profile", resourceCulture); } } /// /// Looks up a localized string similar to De som van de kansen van voorkomen in het stochastich ondergrondmodel '{0}' is niet gelijk aan 100%.. /// public static string StochasticSoilModelImporter_ValidateStochasticSoilModel_Sum_of_probabilities_of_stochastic_soil_model_0_is_not_correct { get { return ResourceManager.GetString("StochasticSoilModelImporter_ValidateStochasticSoilModel_Sum_of_probabilities_of_s" + "tochastic_soil_model_0_is_not_correct", resourceCulture); } } /// /// Looks up a localized string similar to De ondergrondschematisatie verwijst naar een ongeldige waarde.. /// public static string StochasticSoilProfileDatabaseReader_StochasticSoilProfile_has_invalid_value { get { return ResourceManager.GetString("StochasticSoilProfileDatabaseReader_StochasticSoilProfile_has_invalid_value", resourceCulture); } } } }