Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Properties/Resources.Designer.cs
===================================================================
diff -u -r003c0b0d85b08cd50c56f29ec9539e973a5bd7c1 -r1d86c8daf73d71b72c7a105b5f564ae7480a8d7f
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 003c0b0d85b08cd50c56f29ec9539e973a5bd7c1)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 1d86c8daf73d71b72c7a105b5f564ae7480a8d7f)
@@ -63,7 +63,7 @@
///
/// Looks up a localized string similar to /* ---------------------------------------------------- */
////* Generated by Enterprise Architect Version 12.0 */
- ////* Created On : 10-aug-2016 8:51:03 */
+ ////* Created On : 11-aug-2016 10:27:40 */
////* DBMS : SQLite */
////* ---------------------------------------------------- */
///
@@ -81,7 +81,7 @@
///DROP TABLE IF EXISTS 'AssessmentSectionEntity'
///;
///
- ///DROP TABLE IF EXISTS 'FailureMechanismSectionEntit [rest of string was truncated]";.
+ ///DROP TABLE IF EXISTS 'FailureMechanismSectionEnti [rest of string was truncated]";.
///
internal static string DatabaseStructure {
get {
@@ -92,36 +92,27 @@
///
/// Looks up a localized string similar to Er is een fout opgetreden in de verbinding met het Ringtoets bestand..
///
- internal static string Error_During_Connection {
+ internal static string Error_during_connection {
get {
- return ResourceManager.GetString("Error_During_Connection", resourceCulture);
+ return ResourceManager.GetString("Error_during_connection", resourceCulture);
}
}
///
- /// Looks up a localized string similar to Het object '{0}' met id '{1}' is niet gevonden..
+ /// Looks up a localized string similar to Een fout is opgetreden tijdens het opslaan van het Ringtoets bestand..
///
- internal static string Error_Entity_Not_Found_0_1 {
+ internal static string Error_saving_database {
get {
- return ResourceManager.GetString("Error_Entity_Not_Found_0_1", resourceCulture);
+ return ResourceManager.GetString("Error_saving_database", resourceCulture);
}
}
///
- /// Looks up a localized string similar to Een fout is opgetreden met het updaten van het Ringtoets bestand..
- ///
- internal static string Error_Update_Database {
- get {
- return ResourceManager.GetString("Error_Update_Database", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to Een fout is opgetreden met schrijven naar het nieuwe Ringtoets bestand..
///
- internal static string Error_Write_Structure_to_Database {
+ internal static string Error_writing_structure_to_database {
get {
- return ResourceManager.GetString("Error_Write_Structure_to_Database", resourceCulture);
+ return ResourceManager.GetString("Error_writing_structure_to_database", resourceCulture);
}
}