// 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.Base.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.Base.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 Uitvoeren van '{0}' is geannuleerd..
///
public static string Activity_Finish_Execution_of_ActivityName_0_has_been_canceled {
get {
return ResourceManager.GetString("Activity_Finish_Execution_of_ActivityName_0_has_been_canceled", resourceCulture);
}
}
///
/// Looks up a localized string similar to Uitvoeren van '{0}' is overgeslagen..
///
public static string Activity_Finish_Execution_of_ActivityName_0_has_been_skipped {
get {
return ResourceManager.GetString("Activity_Finish_Execution_of_ActivityName_0_has_been_skipped", resourceCulture);
}
}
///
/// Looks up a localized string similar to Uitvoeren van '{0}' is mislukt..
///
public static string Activity_Finish_Execution_of_ActivityName_0_has_failed {
get {
return ResourceManager.GetString("Activity_Finish_Execution_of_ActivityName_0_has_failed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Uitvoeren van '{0}' is gelukt..
///
public static string Activity_Finish_Execution_of_ActivityName_0_has_succeeded {
get {
return ResourceManager.GetString("Activity_Finish_Execution_of_ActivityName_0_has_succeeded", resourceCulture);
}
}
///
/// Looks up a localized string similar to Bevestigen.
///
public static string Confirm {
get {
return ResourceManager.GetString("Confirm", resourceCulture);
}
}
///
/// Looks up a localized string similar to Fout.
///
public static string Error {
get {
return ResourceManager.GetString("Error", resourceCulture);
}
}
///
/// Looks up a localized string similar to Alle bestanden.
///
public static string FileFilterGenerator_All_Files {
get {
return ResourceManager.GetString("FileFilterGenerator_All_Files", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0} (*.{1})|*.{2}.
///
public static string FileFilterGenerator_File_filter_format {
get {
return ResourceManager.GetString("FileFilterGenerator_File_filter_format", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0}-bestanden.
///
public static string FileFilterGenerator_Files_of_type_0_ {
get {
return ResourceManager.GetString("FileFilterGenerator_Files_of_type_0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Stap {0} van {1} | {2}.
///
public static string FileImportActivity_ImportFromFile_Step_CurrentProgress_0_of_TotalProgress_1_ProgressText_2 {
get {
return ResourceManager.GetString("FileImportActivity_ImportFromFile_Step_CurrentProgress_0_of_TotalProgress_1_Progr" +
"essText_2", resourceCulture);
}
}
///
/// Looks up a localized string similar to Huidige actie was niet meer te annuleren en is daarom voortgezet..
///
public static string FileImporterBase_LogUncancelableMessage_Import_cannot_be_canceled_and_continued {
get {
return ResourceManager.GetString("FileImporterBase_LogUncancelableMessage_Import_cannot_be_canceled_and_continued", resourceCulture);
}
}
///
/// Looks up a localized string similar to Punten voor een lijn moeten uit elkaar liggen om een lijn te kunnen vormen..
///
public static string Math2D_LineIntersectionWithLine_Line_points_are_equal {
get {
return ResourceManager.GetString("Math2D_LineIntersectionWithLine_Line_points_are_equal", resourceCulture);
}
}
///
/// Looks up a localized string similar to Er mogen geen negatieve lengtes worden opgegeven om de lijn mee op te knippen..
///
public static string Math2D_SplitLineAtLengths_All_lengths_cannot_be_negative {
get {
return ResourceManager.GetString("Math2D_SplitLineAtLengths_All_lengths_cannot_be_negative", resourceCulture);
}
}
///
/// Looks up a localized string similar to Er zijn niet genoeg punten beschikbaar om een lijn te definiëren..
///
public static string Math2D_SplitLineAtLengths_Not_enough_points_to_make_line {
get {
return ResourceManager.GetString("Math2D_SplitLineAtLengths_Not_enough_points_to_make_line", resourceCulture);
}
}
///
/// Looks up a localized string similar to De som van alle lengtes moet gelijk zijn aan de lengte van de opgegeven lijn..
///
public static string Math2D_SplitLineAtLengths_Sum_of_lengths_must_equal_line_length {
get {
return ResourceManager.GetString("Math2D_SplitLineAtLengths_Sum_of_lengths_must_equal_line_length", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0} moeten een unieke {1} hebben. Gevonden dubbele elementen: {2}..
///
public static string ObservableUniqueItemCollectionWithSourcePath_ValidateItems_TypeDescriptor_0_must_have_unique_FeatureDescription_1_Found_duplicate_items_DuplicateFeatures_2 {
get {
return ResourceManager.GetString("ObservableUniqueItemCollectionWithSourcePath_ValidateItems_TypeDescriptor_0_must_" +
"have_unique_FeatureDescription_1_Found_duplicate_items_DuplicateFeatures_2", resourceCulture);
}
}
///
/// Looks up a localized string similar to Vector moet 2 dimensies hebben, maar heeft er {0}..
///
public static string Point2D_AddVector_Vector_must_be_2D_but_has_Dimensionality_0_ {
get {
return ResourceManager.GetString("Point2D_AddVector_Vector_must_be_2D_but_has_Dimensionality_0_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Project.
///
public static string Project_Constructor_Default_name {
get {
return ResourceManager.GetString("Project_Constructor_Default_name", resourceCulture);
}
}
///
/// Looks up a localized string similar to -Oneindig.
///
public static string RoundedDouble_ToString_NegativeInfinity {
get {
return ResourceManager.GetString("RoundedDouble_ToString_NegativeInfinity", resourceCulture);
}
}
///
/// Looks up a localized string similar to Oneindig.
///
public static string RoundedDouble_ToString_PositiveInfinity {
get {
return ResourceManager.GetString("RoundedDouble_ToString_PositiveInfinity", resourceCulture);
}
}
///
/// Looks up a localized string similar to De tekst mag niet leeg zijn..
///
public static string RoundedDoubleConverter_ConvertFrom_String_cannot_be_empty {
get {
return ResourceManager.GetString("RoundedDoubleConverter_ConvertFrom_String_cannot_be_empty", resourceCulture);
}
}
///
/// Looks up a localized string similar to De tekst moet een getal zijn..
///
public static string RoundedDoubleConverter_ConvertFrom_String_must_represent_number {
get {
return ResourceManager.GetString("RoundedDoubleConverter_ConvertFrom_String_must_represent_number", resourceCulture);
}
}
///
/// Looks up a localized string similar to De tekst is een getal dat te groot of te klein is om gerepresenteerd te worden..
///
public static string RoundedDoubleConverter_ConvertFrom_String_too_small_or_too_big_to_represent_as_double {
get {
return ResourceManager.GetString("RoundedDoubleConverter_ConvertFrom_String_too_small_or_too_big_to_represent_as_do" +
"uble", resourceCulture);
}
}
///
/// Looks up a localized string similar to Voor het maken van een segment zijn twee punten nodig..
///
public static string Segment2D_Constructor_Segment_must_be_created_with_two_points {
get {
return ResourceManager.GetString("Segment2D_Constructor_Segment_must_be_created_with_two_points", resourceCulture);
}
}
}
}