//------------------------------------------------------------------------------
//
// 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 Application.Ringtoets.Storage.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("Application.Ringtoets.Storage.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 /* ---------------------------------------------------- */
////* Generated by Enterprise Architect Version 12.0 */
////* Created On : 10-Mar-2016 08:58:54 */
////* DBMS : SQLite */
////* ---------------------------------------------------- */
///
////* Drop Tables */
///
///DROP TABLE IF EXISTS 'DikeAssessmentSectionEntity'
///;
///
///DROP TABLE IF EXISTS 'DuneAssessmentSectionEntity'
///;
///
///DROP TABLE IF EXISTS 'FailureMechanismEntity'
///;
///
///DROP TABLE IF EXISTS 'ProjectEntity'
///;
///
///DROP TABLE IF EXISTS 'Version'
///;
///
////* Crea [rest of string was truncated]";.
///
public static string DatabaseStructure {
get {
return ResourceManager.GetString("DatabaseStructure", resourceCulture);
}
}
///
/// Looks up a localized string similar to Er is een fout opgetreden in de verbinding met het Ringtoets bestand..
///
public static string Error_During_Connection {
get {
return ResourceManager.GetString("Error_During_Connection", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het object '{0}' met id '{1}' is niet gevonden..
///
public static string Error_Entity_Not_Found_0_1 {
get {
return ResourceManager.GetString("Error_Entity_Not_Found_0_1", resourceCulture);
}
}
///
/// Looks up a localized string similar to Een fout is opgetreden met het updaten van het Ringtoets bestand..
///
public static string Error_Update_Database {
get {
return ResourceManager.GetString("Error_Update_Database", resourceCulture);
}
}
///
/// Looks up a localized string similar to Het bestand '{0}' is geen geldig Ringtoets bestand..
///
public static string Error_Validating_Database_0 {
get {
return ResourceManager.GetString("Error_Validating_Database_0", resourceCulture);
}
}
///
/// Looks up a localized string similar to Een fout is opgetreden met schrijven naar het nieuwe Ringtoets bestand..
///
public static string Error_Write_Structure_to_Database {
get {
return ResourceManager.GetString("Error_Write_Structure_to_Database", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ringtoetsproject (*.rtd)|*.rtd.
///
public static string Ringtoets_project_file_filter {
get {
return ResourceManager.GetString("Ringtoets_project_file_filter", resourceCulture);
}
}
}
}