// 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 Lesser 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 Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser 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.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Core.Common.Utils.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("Core.Common.Utils.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 Het bestandspad verwijst naar een map die niet bestaat.. /// public static string Error_Directory_missing { get { return ResourceManager.GetString("Error_Directory_missing", resourceCulture); } } /// /// Looks up a localized string similar to Het bestand bestaat niet.. /// public static string Error_File_does_not_exist { get { return ResourceManager.GetString("Error_File_does_not_exist", resourceCulture); } } /// /// Looks up a localized string similar to Het bestand is leeg.. /// public static string Error_File_empty { get { return ResourceManager.GetString("Error_File_empty", resourceCulture); } } /// /// Looks up a localized string similar to Er is een onverwachte fout opgetreden tijdens het inlezen van het bestand '{0}'.. /// public static string Error_General_IO_ErrorMessage_0_ { get { return ResourceManager.GetString("Error_General_IO_ErrorMessage_0_", resourceCulture); } } /// /// Looks up a localized string similar to Er is een onverwachte fout opgetreden tijdens het inlezen van het bestand.. /// public static string Error_General_IO_Import_ErrorMessage { get { return ResourceManager.GetString("Error_General_IO_Import_ErrorMessage", resourceCulture); } } /// /// Looks up a localized string similar to Er is een onverwachte fout opgetreden tijdens het schrijven van het bestand '{0}'.. /// public static string Error_General_output_error_0 { get { return ResourceManager.GetString("Error_General_output_error_0", resourceCulture); } } /// /// Looks up a localized string similar to Regel bevat te veel tekst om in het RAM geheugen opgeslagen te worden.. /// public static string Error_Line_too_big_for_RAM { get { return ResourceManager.GetString("Error_Line_too_big_for_RAM", resourceCulture); } } /// /// Looks up a localized string similar to Bestandspad mag niet de volgende tekens bevatten: {0}. /// public static string Error_Path_cannot_contain_Characters_0_ { get { return ResourceManager.GetString("Error_Path_cannot_contain_Characters_0_", resourceCulture); } } /// /// Looks up a localized string similar to Bestandspad mag niet leeg of ongedefinieerd zijn.. /// public static string Error_Path_must_be_specified { get { return ResourceManager.GetString("Error_Path_must_be_specified", resourceCulture); } } /// /// Looks up a localized string similar to Bestandspad mag niet verwijzen naar een lege bestandsnaam.. /// public static string Error_Path_must_not_point_to_empty_file_name { get { return ResourceManager.GetString("Error_Path_must_not_point_to_empty_file_name", resourceCulture); } } /// /// Looks up a localized string similar to Fout bij het schrijven naar bestand '{0}': {1}. /// public static string Error_Writing_To_File_0_1 { get { return ResourceManager.GetString("Error_Writing_To_File_0_1", resourceCulture); } } /// /// Looks up a localized string similar to Er is een fout opgetreden bij het verwijderen van bestanden in de map '{0}'.. /// public static string FileUtils_DeleteOldFiles_Error_occured_deleting_files_in_folder_0 { get { return ResourceManager.GetString("FileUtils_DeleteOldFiles_Error_occured_deleting_files_in_folder_0", resourceCulture); } } /// /// Looks up a localized string similar to op regel {0}. /// public static string TextFile_On_LineNumber_0_ { get { return ResourceManager.GetString("TextFile_On_LineNumber_0_", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is geen geldige expressie voor deze methode.. /// public static string TypeUtils_GetMemberName_0_is_not_a_valid_expression_for_this_method { get { return ResourceManager.GetString("TypeUtils_GetMemberName_0_is_not_a_valid_expression_for_this_method", resourceCulture); } } } }