//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// 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 Kan geen 1D profiel bepalen 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 {
get {
return ResourceManager.GetString("Error_Can_not_determine_1D_profile_with_vertical_segments_at_x", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kan geen 2D en 1D lagen combineren in een profiel..
///
public static string Error_Cannot_combine_2D_and_1D_layers_in_profile {
get {
return ResourceManager.GetString("Error_Cannot_combine_2D_and_1D_layers_in_profile", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het bestandspad '{0}' verwijst naar een map die niet bestaat..
///
public static string Error_Directory_in_path_0_missing {
get {
return ResourceManager.GetString("Error_Directory_in_path_0_missing", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het bestand op '{0}' heeft op regel {1} teveel tekst om in het RAM geheugen opgeslagen te worden..
///
public static string Error_File_0_contains_Line_1_too_big {
get {
return ResourceManager.GetString("Error_File_0_contains_Line_1_too_big", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het bestand op '{0}' bestaat niet..
///
public static string Error_File_0_does_not_exist {
get {
return ResourceManager.GetString("Error_File_0_does_not_exist", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het bestand op '{0}' is leeg..
///
public static string Error_File_0_empty {
get {
return ResourceManager.GetString("Error_File_0_empty", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het bestand '{0}' heeft op regel {1} een waarde dat geen getal is..
///
public static string Error_File_0_has_not_double_Line_1_ {
get {
return ResourceManager.GetString("Error_File_0_has_not_double_Line_1_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het bestand '{0}' heeft op regel {1} een waarde dat te groot/klein is om ingelezen te worden..
///
public static string Error_File_0_parsing_causes_overflow_Line_1_ {
get {
return ResourceManager.GetString("Error_File_0_parsing_causes_overflow_Line_1_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Er is een onverwachte inleesfout opgetreden tijdens het lezen van het bestand '{0}': {1}.
///
public static string Error_General_IO_File_0_ErrorMessage_1_ {
get {
return ResourceManager.GetString("Error_General_IO_File_0_ErrorMessage_1_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Bestandspad mag niet de volgende tekens bevatten: {0}.
///
public static string Error_Path_cannot_contain_characters_0_ {
get {
return ResourceManager.GetString("Error_Path_cannot_contain_characters_0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Bestandspad mag niet leeg of ongedefinieerd zijn..
///
public static string Error_Path_must_be_specified {
get {
return ResourceManager.GetString("Error_Path_must_be_specified", resourceCulture);
}
}
///
/// Looks up a localized string similar to Bestandspad mag niet naar een map verwijzen..
///
public static string Error_Path_must_not_point_to_folder {
get {
return ResourceManager.GetString("Error_Path_must_not_point_to_folder", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kon geen ondergrond profielen verkrijgen van de database '{0}'..
///
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_at_double_NaN {
get {
return ResourceManager.GetString("Error_SoilProfileBuilder_cant_determine_intersect_at_double_NaN", resourceCulture);
}
}
///
/// Looks up a localized string similar to Kan de geometry van laag nummer '{0}' in profiel '{1}' niet interpreteren..
///
public static string PipingSoilProfileReader_CouldNotParseGeometryOfLayer_0_InProfile_1_ {
get {
return ResourceManager.GetString("PipingSoilProfileReader_CouldNotParseGeometryOfLayer_0_InProfile_1_", resourceCulture);
}
}
///
/// Looks up a localized string similar to De database heeft niet de vereiste versie informatie. Vereiste versie is: {0}..
///
public static string PipingSoilProfileReader_DatabaseFileIncorrectVersions_Requires_0 {
get {
return ResourceManager.GetString("PipingSoilProfileReader_DatabaseFileIncorrectVersions_Requires_0", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ondergrondprofiel in database bevat geen geldige waarde in kolom {0}..
///
public static string PipingSoilProfileReader_Invalid_value_on_column {
get {
return ResourceManager.GetString("PipingSoilProfileReader_Invalid_value_on_column", resourceCulture);
}
}
///
/// Looks up a localized string similar to Er is een onverwachte fout opgetreden bij het inlezen van het profiel..
///
public static string PipingSoilProfileReader_Unexepected_error_occured {
get {
return ResourceManager.GetString("PipingSoilProfileReader_Unexepected_error_occured", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het bestand op '{0}' is niet geschikt om dwarsdoorsneden uit te lezen (Verwachte header: locationid;X1;Y1;Z1)..
///
public static string PipingSurfaceLinesCsvReader_File_0_invalid_header {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvReader_File_0_invalid_header", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het bestand '{0}' heeft op regel {1} een dwarsdoorsnede met teruglopende geometrie (Punten behoren een oplosende set L-coordinaten te hebben in het lokaal coordinatensteltsel)..
///
public static string PipingSurfaceLinesCsvReader_ReadLine_File_0_Line_1_has_reclining_geometry {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvReader_ReadLine_File_0_Line_1_has_reclining_geometry", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het bestand '{0}' heeft op regel {1} geen verwacht scheidingsteken (het karakter: {2})..
///
public static string PipingSurfaceLinesCsvReader_ReadLine_File_0_Line_1_lacks_separator_2_ {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvReader_ReadLine_File_0_Line_1_lacks_separator_2_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het bestand '{0}' heeft op regel {1} ontbrekende waardes om een 3D (X,Y,Z) punt aan te maken..
///
public static string PipingSurfaceLinesCsvReader_ReadLine_File_0_Line_1_lacks_values_for_coordinate_triplet {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvReader_ReadLine_File_0_Line_1_lacks_values_for_coordinate_tr" +
"iplet", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het bestand '{0}' heeft op regel {1} heeft geen ID..
///
public static string PipingSurfaceLinesCsvReader_ReadLine_File_0_Line_1_no_ID {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvReader_ReadLine_File_0_Line_1_no_ID", resourceCulture);
}
}
}
}