Index: Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs
===================================================================
diff -u -r24c6381ad343979eeeabaf26e1ab9a85b482f607 -r7c433a2fecb8c13011283032fefffa662b43c8f5
--- Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 24c6381ad343979eeeabaf26e1ab9a85b482f607)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 7c433a2fecb8c13011283032fefffa662b43c8f5)
@@ -825,6 +825,24 @@
}
///
+ /// Looks up a localized string similar to {0} importeren afgebroken. Geen data ingelezen..
+ ///
+ public static string Importer_LogMessageText_Import_of_TypeDescriptor_0_cancelled {
+ get {
+ return ResourceManager.GetString("Importer_LogMessageText_Import_of_TypeDescriptor_0_cancelled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} bijwerken afgebroken. Geen data ingelezen..
+ ///
+ public static string Importer_LogMessageText_Update_of_TypeDescriptor_0_cancelled {
+ get {
+ return ResourceManager.GetString("Importer_LogMessageText_Update_of_TypeDescriptor_0_cancelled", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Geïmporteerde data toevoegen aan het toetsspoor..
///
public static string Importer_ProgressText_Adding_imported_data_to_data_model {
@@ -1160,14 +1178,14 @@
}
///
- /// Looks up a localized string similar to BEGIN TRANSACTION;
- ///CREATE TABLE "TimeIntegrationSettings" (
- /// "LocationID" INTEGER NOT NULL,
- /// "CalculationTypeID" INTEGER NOT NULL,
- /// "TimeIntegrationSchemeID" INTEGER NOT NULL,
- /// CONSTRAINT timeintegrationsettings_pk PRIMARY KEY ("LocationID", "CalculationTypeID"),
- /// CONSTRAINT calculationtypes_timeintegrationsettings_fk FOREIGN KEY ("CalculationTypeID") REFERENCES CalculationTypes ("CalculationTypeID") ON DELETE NO ACTION ON UPDATE NO ACTION
- ///);
+ /// Looks up a localized string similar to BEGIN TRANSACTION;
+ ///CREATE TABLE "TimeIntegrationSettings" (
+ /// "LocationID" INTEGER NOT NULL,
+ /// "CalculationTypeID" INTEGER NOT NULL,
+ /// "TimeIntegrationSchemeID" INTEGER NOT NULL,
+ /// CONSTRAINT timeintegrationsettings_pk PRIMARY KEY ("LocationID", "CalculationTypeID"),
+ /// CONSTRAINT calculationtypes_timeintegrationsettings_fk FOREIGN KEY ("CalculationTypeID") REFERENCES CalculationTypes ("CalculationTypeID") ON DELETE NO ACTION ON UPDATE NO ACTION
+ ///);
///CREATE TABLE "Numeri [rest of string was truncated]";.
///
public static string settings_schema {