//------------------------------------------------------------------------------
//
// 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.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 CsvFileName {
get {
return ResourceManager.GetString("CsvFileName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Geïmporteerde data toevoegen aan faalmechanisme....
///
public static string PipingSoilProfilesImporter_AddingImportedDataToModel {
get {
return ResourceManager.GetString("PipingSoilProfilesImporter_AddingImportedDataToModel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Grondprofielen importeren afgebroken. Geen data ingelezen..
///
public static string PipingSoilProfilesImporter_ImportItem_ImportCancelled {
get {
return ResourceManager.GetString("PipingSoilProfilesImporter_ImportItem_ImportCancelled", resourceCulture);
}
}
///
/// Looks up a localized string similar to Inlezen van de D-SoilModel database....
///
public static string PipingSoilProfilesImporter_ReadingDatabase {
get {
return ResourceManager.GetString("PipingSoilProfilesImporter_ReadingDatabase", resourceCulture);
}
}
///
/// Looks up a localized string similar to Geïmporteerde data toevoegen aan faalmechanisme....
///
public static string PipingSurfaceLinesCsvImporter_AddingImportedDataToModel {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvImporter_AddingImportedDataToModel", 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_CriticalErrorReading_0_Cause_1_ {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvImporter_CriticalErrorReading_0_Cause_1_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Dwarsdoorsneden importeren afgebroken. Geen data ingelezen..
///
public static string PipingSurfaceLinesCsvImporter_ImportItem_ImportCancelled {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvImporter_ImportItem_ImportCancelled", resourceCulture);
}
}
///
/// Looks up a localized string similar to Inlezen {0}....
///
public static string PipingSurfaceLinesCsvImporter_ReadPipingSurfaceLines_0_ {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvImporter_ReadPipingSurfaceLines_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_ParseError_File_0_SurfaceLinesNumber_1_Message_2_ {
get {
return ResourceManager.GetString("PipingSurfaceLinesCsvImporter_ReadPipingSurfaceLines_ParseError_File_0_SurfaceLin" +
"esNumber_1_Message_2_", resourceCulture);
}
}
///
/// Looks up a localized string similar to DSoilModel bestand.
///
public static string SoilFileName {
get {
return ResourceManager.GetString("SoilFileName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Instrumentarium om de WTI toetsnorm mee uit te voeren..
///
public static string WtiApplicationDescription {
get {
return ResourceManager.GetString("WtiApplicationDescription", resourceCulture);
}
}
///
/// Looks up a localized string similar to Wettelijk Toets Instrumentarium.
///
public static string WtiApplicationDisplayName {
get {
return ResourceManager.GetString("WtiApplicationDisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to WTI-UI.
///
public static string WtiApplicationGuiName {
get {
return ResourceManager.GetString("WtiApplicationGuiName", resourceCulture);
}
}
///
/// Looks up a localized string similar to WTI.
///
public static string WtiApplicationName {
get {
return ResourceManager.GetString("WtiApplicationName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Gebruikersinterface voor het Wettelijk Toets Instrumentarium programma..
///
public static string wtiGuiPluginDescription {
get {
return ResourceManager.GetString("wtiGuiPluginDescription", resourceCulture);
}
}
///
/// Looks up a localized string similar to Wettelijk Toets Instrumentarium interface.
///
public static string wtiGuiPluginDisplayName {
get {
return ResourceManager.GetString("wtiGuiPluginDisplayName", resourceCulture);
}
}
}
}