Index: Application/Ringtoets/src/Application.Ringtoets/Properties/Resources.Designer.cs =================================================================== diff -u -r34af24d6bf23796e627fd03b7532d4abe6fc715c -rfa3a16496921649188ae04c0df6392dad64e100b --- Application/Ringtoets/src/Application.Ringtoets/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 34af24d6bf23796e627fd03b7532d4abe6fc715c) +++ Application/Ringtoets/src/Application.Ringtoets/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision fa3a16496921649188ae04c0df6392dad64e100b) @@ -1,25 +1,4 @@ -// Copyright (C) Stichting Deltares 2016. All rights reserved. -// -// This file is part of Ringtoets. -// -// Ringtoets is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// -// All names, logos, and references to "Deltares" are registered trademarks of -// Stichting Deltares and remain full property of Stichting Deltares at all times. -// All rights reserved. - -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.17929 @@ -90,5 +69,41 @@ return ((System.Drawing.Icon)(obj)); } } + + /// + /// Looks up a localized string similar to Het Ringtoetsproject is niet opgeslagen.. + /// + internal static string ExceptionDialog_ButtonSaveProjectClick_Saving_project_failed { + get { + return ResourceManager.GetString("ExceptionDialog_ButtonSaveProjectClick_Saving_project_failed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Kon project niet opslaan. + /// + internal static string ExceptionDialog_ButtonSaveProjectClick_Saving_project_failed_caption { + get { + return ResourceManager.GetString("ExceptionDialog_ButtonSaveProjectClick_Saving_project_failed_caption", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Het Ringtoetsproject is succesvol opgeslagen.. + /// + internal static string ExceptionDialog_ButtonSaveProjectClick_Succesfully_saved_project { + get { + return ResourceManager.GetString("ExceptionDialog_ButtonSaveProjectClick_Succesfully_saved_project", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Project opgeslagen. + /// + internal static string ExceptionDialog_ButtonSaveProjectClick_Succesfully_saved_project_caption { + get { + return ResourceManager.GetString("ExceptionDialog_ButtonSaveProjectClick_Succesfully_saved_project_caption", resourceCulture); + } + } } }