//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.18444
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Ringtoets.Piping.Plugin.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.Plugin.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 Kommagescheiden bestand.
///
public static string Csv_file_name {
get {
return ResourceManager.GetString("Csv_file_name", resourceCulture);
}
}
///
/// Looks up a localized string similar to Geïmporteerde data toevoegen aan faalmechanisme....
///
public static string PipingSoilProfilesImporter_Adding_imported_data_to_model {
get {
return ResourceManager.GetString("PipingSoilProfilesImporter_Adding_imported_data_to_model", resourceCulture);
}
}
///
/// Looks up a localized string similar to Er is een fout opgetreden tijdens het inlezen van '{0}' waardoor import niet uitgevoerd kan worden: {1}.
///
public static string PipingSoilProfilesImporter_CriticalErrorReading_0_Cause_1_ {
get {
return ResourceManager.GetString("PipingSoilProfilesImporter_CriticalErrorReading_0_Cause_1_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Grondprofielen importeren afgebroken. Geen data ingelezen..
///
public static string PipingSoilProfilesImporter_ImportItem_Import_cancelled {
get {
return ResourceManager.GetString("PipingSoilProfilesImporter_ImportItem_Import_cancelled", resourceCulture);
}
}
///
/// Looks up a localized string similar to Inlezen van de D-Soil Model database....
///
public static string PipingSoilProfilesImporter_Reading_database {
get {
return ResourceManager.GetString("PipingSoilProfilesImporter_Reading_database", resourceCulture);
}
}
///
/// Looks up a localized string similar to Inlezen van de grondprofielen uit de D-Soil Model database....
///
public static string PipingSoilProfilesImporter_ReadingSoilProfiles {
get {
return ResourceManager.GetString("PipingSoilProfilesImporter_ReadingSoilProfiles", resourceCulture);
}
}
///
/// Looks up a localized string similar to Er is een leesfout opgetreden bij ondergrondprofiel van bestand '{0}' en is overgeslagen: {1}.
///
public static string PipingSoilProfilesImporter_ReadSoilProfiles_File_0_Message_1_ {
get {
return ResourceManager.GetString("PipingSoilProfilesImporter_ReadSoilProfiles_File_0_Message_1_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Geïmporteerde data toevoegen aan faalmechanisme....
///
public static string PipingSurfaceLinesCsvImporter_Adding_imported_data_to_model {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvImporter_Adding_imported_data_to_model", resourceCulture);
}
}
///
/// Looks up a localized string similar to Er is een fout opgetreden tijdens het inlezen van '{0}' waardoor import niet uitgevoerd kan worden: {1}.
///
public static string PipingSurfaceLinesCsvImporter_Critical_error_reading_File_0_Cause_1_ {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvImporter_Critical_error_reading_File_0_Cause_1_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Dwarsdoorsneden importeren afgebroken. Geen data ingelezen..
///
public static string PipingSurfaceLinesCsvImporter_ImportItem_Import_cancelled {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvImporter_ImportItem_Import_cancelled", resourceCulture);
}
}
///
/// Looks up a localized string similar to Inlezen {0}....
///
public static string PipingSurfaceLinesCsvImporter_Read_PipingSurfaceLines_0_ {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvImporter_Read_PipingSurfaceLines_0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Er is een leesfout opgetreden bij dwarsdoorsnede {1} van bestand '{0}' en is overgeslagen: {2}.
///
public static string PipingSurfaceLinesCsvImporter_ReadPipingSurfaceLines_Parse_error_File_0_SurfaceLinesNumber_1_Message_2_ {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvImporter_ReadPipingSurfaceLines_Parse_error_File_0_SurfaceLi" +
"nesNumber_1_Message_2_", resourceCulture);
}
}
///
/// Looks up a localized string similar to DSoilModel bestand.
///
public static string Soil_file_name {
get {
return ResourceManager.GetString("Soil_file_name", resourceCulture);
}
}
///
/// Looks up a localized string similar to Instrumentarium om de WTI toetsnorm mee uit te voeren..
///
public static string Wti_application_Description {
get {
return ResourceManager.GetString("Wti_application_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Wettelijk Toets Instrumentarium.
///
public static string Wti_application_DisplayName {
get {
return ResourceManager.GetString("Wti_application_DisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to WTI-UI.
///
public static string Wti_application_gui_name {
get {
return ResourceManager.GetString("Wti_application_gui_name", resourceCulture);
}
}
///
/// Looks up a localized string similar to WTI.
///
public static string Wti_application_name {
get {
return ResourceManager.GetString("Wti_application_name", resourceCulture);
}
}
///
/// Looks up a localized string similar to Gebruikersinterface voor het Wettelijk Toets Instrumentarium programma..
///
public static string WtiGuiPlugin_Description {
get {
return ResourceManager.GetString("WtiGuiPlugin_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Wettelijk Toets Instrumentarium interface.
///
public static string WtiGuiPlugin_DisplayName {
get {
return ResourceManager.GetString("WtiGuiPlugin_DisplayName", resourceCulture);
}
}
}
}