//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.17929
//
// 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_cancelled {
get {
return ResourceManager.GetString("Activity_Finish_Execution_of_ActivityName_0_has_been_cancelled", 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 Ringtoets Copyright (C) 2016 Stichting Deltares. Dit programma komt ZONDER ENIGE GARANTIE. Dit programma is gratis en u mag het zelf verder verspreiden en/of aanpassen overeenkomstig de GNU Lesser General Public License versie 3..
///
public static string App_App_Ringtoets_Copyright {
get {
return ResourceManager.GetString("App_App_Ringtoets_Copyright", 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 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 Project.
///
public static string Project_Constructor_Default_name {
get {
return ResourceManager.GetString("Project_Constructor_Default_name", resourceCulture);
}
}
}
}