//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.18063 // // 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()] internal 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)] internal 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)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Activiteit is '{0}'. 'Initialize()' moet aangeroepen worden voor 'Execute()'.. /// internal static string Activity_Execute_Activity_is_0_Initialize_must_be_called_before_Execute { get { return ResourceManager.GetString("Activity_Execute_Activity_is_0_Initialize_must_be_called_before_Execute", resourceCulture); } } /// /// Looks up a localized string similar to Kan Execute() niet aanroepen voor activiteit met de '{0}' status.. /// internal static string Activity_Execute_Can_t_call_Execute_for_activity_in_0_state { get { return ResourceManager.GetString("Activity_Execute_Can_t_call_Execute_for_activity_in_0_state", resourceCulture); } } /// /// Looks up a localized string similar to Activiteit '{0}' geannuleerd.. /// internal static string ActivityRunner_Completed_Cancelled_activity_0_ { get { return ResourceManager.GetString("ActivityRunner_Completed_Cancelled_activity_0_", resourceCulture); } } /// /// Looks up a localized string similar to Activiteit '{0}' voltooid.. /// internal static string ActivityRunner_Completed_Finished_activity_0_ { get { return ResourceManager.GetString("ActivityRunner_Completed_Finished_activity_0_", resourceCulture); } } /// /// Looks up a localized string similar to Activiteit '{0}' in wachtrij gezet.. /// internal static string ActivityRunner_Enqueue_Enqueued_activity_0_ { get { return ResourceManager.GetString("ActivityRunner_Enqueue_Enqueued_activity_0_", resourceCulture); } } /// /// Looks up a localized string similar to Een fout is opgetreden tijdens het uitvoeren van een achtergrond activiteit:. /// internal static string ActivityRunner_OnTaskCompleted_An_error_occured_while_running_a_background_activity { get { return ResourceManager.GetString("ActivityRunner_OnTaskCompleted_An_error_occured_while_running_a_background_activi" + "ty", resourceCulture); } } /// /// Looks up a localized string similar to Een fout is opgetreden tijdens het uitvoeren van activiteit {0}:. /// internal static string ActivityRunner_OnTaskCompleted_An_error_occured_while_running_activity_0_ { get { return ResourceManager.GetString("ActivityRunner_OnTaskCompleted_An_error_occured_while_running_activity_0_", resourceCulture); } } /// /// Looks up a localized string similar to Opschonen van {0} is mislukt.. /// internal static string ActivityRunner_RunActivity_Clean_up_of_0_has_failed { get { return ResourceManager.GetString("ActivityRunner_RunActivity_Clean_up_of_0_has_failed", resourceCulture); } } /// /// Looks up a localized string similar to Uitvoering van {0} is geannuleerd.. /// internal static string ActivityRunner_RunActivity_Execution_of_0_has_been_canceled { get { return ResourceManager.GetString("ActivityRunner_RunActivity_Execution_of_0_has_been_canceled", resourceCulture); } } /// /// Looks up a localized string similar to Uitvoering van {0} is mislukt.. /// internal static string ActivityRunner_RunActivity_Execution_of_0_has_failed { get { return ResourceManager.GetString("ActivityRunner_RunActivity_Execution_of_0_has_failed", resourceCulture); } } /// /// Looks up a localized string similar to Afronden van {0} is mislukt.. /// internal static string ActivityRunner_RunActivity_Finishing_of_0_has_failed { get { return ResourceManager.GetString("ActivityRunner_RunActivity_Finishing_of_0_has_failed", resourceCulture); } } /// /// Looks up a localized string similar to Initialisatie van {0} is mislukt.. /// internal static string ActivityRunner_RunActivity_Initialization_of_0_has_failed { get { return ResourceManager.GetString("ActivityRunner_RunActivity_Initialization_of_0_has_failed", resourceCulture); } } /// /// Looks up a localized string similar to Uitvoeren activiteit {0}.. /// internal static string ActivityRunner_StartTaskIfPossible_Run_activity_0_ { get { return ResourceManager.GetString("ActivityRunner_StartTaskIfPossible_Run_activity_0_", resourceCulture); } } /// /// Looks up a localized string similar to Alle plugins zijn geactiveerd.. /// internal static string ApplicationCore_ActivatePlugins_All_plugins_were_activated { get { return ResourceManager.GetString("ApplicationCore_ActivatePlugins_All_plugins_were_activated", resourceCulture); } } /// /// Looks up a localized string similar to 'Run()' moet eerst worden aangeroepen voordat het project kan worden geopend.. /// internal static string ApplicationCore_CreateNewProject_Run_must_be_called_first_before_project_can_be_opened { get { return ResourceManager.GetString("ApplicationCore_CreateNewProject_Run_must_be_called_first_before_project_can_be_o" + "pened", resourceCulture); } } /// /// Looks up a localized string similar to Activeer plugins.... /// internal static string ApplicationCore_Run_Activating_plugins { get { return ResourceManager.GetString("ApplicationCore_Run_Activating_plugins", resourceCulture); } } /// /// Looks up a localized string similar to Ringtoets wordt al uitgevoerd en kan daarom niet nog een keer gestart worden.. /// internal static string ApplicationCore_Run_Application_is_already_running { get { return ResourceManager.GetString("ApplicationCore_Run_Application_is_already_running", resourceCulture); } } /// /// Looks up a localized string similar to Nieuw project aanmaken.... /// internal static string ApplicationCore_Run_Creating_new_project { get { return ResourceManager.GetString("ApplicationCore_Run_Creating_new_project", resourceCulture); } } /// /// Looks up a localized string similar to Ringtoets wordt gestart.... /// internal static string ApplicationCore_Run_starting { get { return ResourceManager.GetString("ApplicationCore_Run_starting", resourceCulture); } } /// /// Looks up a localized string similar to Wachten tot alle plugins zijn geactiveerd.... /// internal static string ApplicationCore_Run_Waiting_until_all_plugins_are_activated { get { return ResourceManager.GetString("ApplicationCore_Run_Waiting_until_all_plugins_are_activated", resourceCulture); } } /// /// Looks up a localized string similar to {0} van {1}. /// internal static string FileImportActivity_ImportFromFile_CurrentProgress_0_of_TotalProgress_1_ { get { return ResourceManager.GetString("FileImportActivity_ImportFromFile_CurrentProgress_0_of_TotalProgress_1_", resourceCulture); } } } }