//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Core.Common.Gui.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.Gui.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 resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap _new { get { object obj = ResourceManager.GetObject("new", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to niet gedefinieerd. /// public static string ActivityInfo_ProgressText_undefined { get { return ResourceManager.GetString("ActivityInfo_ProgressText_undefined", resourceCulture); } } /// /// Looks up a localized string similar to All files (*.*)|*.*. /// public static string AllFilesFilter { get { return ResourceManager.GetString("AllFilesFilter", resourceCulture); } } /// /// Looks up a localized string similar to "Ringtoets" wordt gestart.... /// public static string App_App_Starting_Ringtoets____ { get { return ResourceManager.GetString("App_App_Starting_Ringtoets____", resourceCulture); } } /// /// Looks up a localized string similar to Onbekende exceptie!. /// public static string App_AppDomain_UnhandledException_Unknown_exception_ { get { return ResourceManager.GetString("App_AppDomain_UnhandledException_Unknown_exception_", resourceCulture); } } /// /// Looks up a localized string similar to ======== EXCEPTIE #{0}: ======== ///{1}{2}. /// public static string App_HandleException_ { get { return ResourceManager.GetString("App_HandleException_", resourceCulture); } } /// /// Looks up a localized string similar to Berekenen activiteit of model is beschikbaar in het project.. /// public static string App_ParseArguments_Run_activity_or_model_available_in_the_project_ { get { return ResourceManager.GetString("App_ParseArguments_Run_activity_or_model_available_in_the_project_", resourceCulture); } } /// /// Looks up a localized string similar to Voer script uit vanaf bestand. /// public static string App_ParseArguments_Run_script_from_file { get { return ResourceManager.GetString("App_ParseArguments_Run_script_from_file", resourceCulture); } } /// /// Looks up a localized string similar to Uitvoeren van een opgegeven instructie (Python).. /// public static string App_ParseArguments_Run_specified_command__Python__ { get { return ResourceManager.GetString("App_ParseArguments_Run_specified_command__Python__", resourceCulture); } } /// /// Looks up a localized string similar to === opdracht uitvoeren ===. /// public static string App_RunRingtoets_ { get { return ResourceManager.GetString("App_RunRingtoets_", resourceCulture); } } /// /// Looks up a localized string similar to Activiteit '{0}' eindigde met status {1}. /// public static string App_RunRingtoets_Activity___0___ended_with_status__1_ { get { return ResourceManager.GetString("App_RunRingtoets_Activity___0___ended_with_status__1_", resourceCulture); } } /// /// Looks up a localized string similar to Activiteit '{0}' is niet gevonden in het project! Typefout of bent u misschien vergeten om een project te laden?. /// public static string App_RunRingtoets_Activity___0___not_found_in_project__Typo__or_did_you_forget_to_load_a_project_ { get { return ResourceManager.GetString("App_RunRingtoets_Activity___0___not_found_in_project__Typo__or_did_you_forget_to_" + "load_a_project_", resourceCulture); } } /// /// Looks up a localized string similar to Kon "script" {0} niet vinden. /// public static string App_RunRingtoets_Could_not_find_script__0_ { get { return ResourceManager.GetString("App_RunRingtoets_Could_not_find_script__0_", resourceCulture); } } /// /// Looks up a localized string similar to Geen project gevonden, laat het project eerst. /// public static string App_RunRingtoets_No_project_found__load_project_first { get { return ResourceManager.GetString("App_RunRingtoets_No_project_found__load_project_first", resourceCulture); } } /// /// Looks up a localized string similar to Opgeslagen project '{0}'. /// public static string App_RunRingtoets_Saved_project___0__ { get { return ResourceManager.GetString("App_RunRingtoets_Saved_project___0__", resourceCulture); } } /// /// Looks up a localized string similar to Opslaan van project '{0}'. /// public static string App_RunRingtoets_Saving_project___0__ { get { return ResourceManager.GetString("App_RunRingtoets_Saving_project___0__", resourceCulture); } } /// /// Looks up a localized string similar to Het opgegeven project ({0}) was niet gevonden.. /// public static string App_RunRingtoets_Specified_project___0___was_not_found_ { get { return ResourceManager.GetString("App_RunRingtoets_Specified_project___0___was_not_found_", resourceCulture); } } /// /// Looks up a localized string similar to Starten van activiteit '{0}'. /// public static string App_RunRingtoets_Starting_activity___0__ { get { return ResourceManager.GetString("App_RunRingtoets_Starting_activity___0__", resourceCulture); } } /// /// Looks up a localized string similar to "Ringtoets Gui" wordt gestart.... /// public static string App_RunRingtoets_Starting_Ringtoets_Gui____ { get { return ResourceManager.GetString("App_RunRingtoets_Starting_Ringtoets_Gui____", resourceCulture); } } /// /// Looks up a localized string similar to Kan geen meerdere instanties van "Ringtoets" starten. Sluit eerst de andere instantie.. /// public static string App_ShutdownIfNotFirstInstance_Cannot_start_multiple_instances_of_Ringtoets__Please_close_the_other_instance_first_ { get { return ResourceManager.GetString("App_ShutdownIfNotFirstInstance_Cannot_start_multiple_instances_of_Ringtoets__Plea" + "se_close_the_other_instance_first_", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap application_form { get { object obj = ResourceManager.GetObject("application_form", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap application_import_blue { get { object obj = ResourceManager.GetObject("application_import_blue", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap application_import_blue_Large { get { object obj = ResourceManager.GetObject("application_import_blue_Large", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// public static System.Drawing.Icon application_import_blue1 { get { object obj = ResourceManager.GetObject("application_import_blue1", resourceCulture); return ((System.Drawing.Icon)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap application_view_list { get { object obj = ResourceManager.GetObject("application_view_list", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap application_view_list1 { get { object obj = ResourceManager.GetObject("application_view_list1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Weergave is al toegevoegd, activeren de weergave in plaats van het proberen toe te voegen. /// public static string AvalonDockDockingManager_Add_View_was_already_added__activate_it_instead_of_add { get { return ResourceManager.GetString("AvalonDockDockingManager_Add_View_was_already_added__activate_it_instead_of_add", resourceCulture); } } /// /// Looks up a localized string similar to Weergave locatie {0} is nog niet geïmplementeerd. /// public static string AvalonDockDockingManager_AddToolView_View_location__0__is_not_implemented_yet { get { return ResourceManager.GetString("AvalonDockDockingManager_AddToolView_View_location__0__is_not_implemented_yet", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap binocular_32 { get { object obj = ResourceManager.GetObject("binocular_32", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap brick { get { object obj = ResourceManager.GetObject("brick", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap brick_active { get { object obj = ResourceManager.GetObject("brick_active", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap brick_add { get { object obj = ResourceManager.GetObject("brick_add", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap brick_delete { get { object obj = ResourceManager.GetObject("brick_delete", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap brick_edit { get { object obj = ResourceManager.GetObject("brick_edit", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap brick_error { get { object obj = ResourceManager.GetObject("brick_error", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap brick_link { get { object obj = ResourceManager.GetObject("brick_link", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap brick1 { get { object obj = ResourceManager.GetObject("brick1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap bricks { get { object obj = ResourceManager.GetObject("bricks", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap bug { get { object obj = ResourceManager.GetObject("bug", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap calendar { get { object obj = ResourceManager.GetObject("calendar", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap calendar_view_day { get { object obj = ResourceManager.GetObject("calendar_view_day", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap cancel { get { object obj = ResourceManager.GetObject("cancel", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap chart_bar { get { object obj = ResourceManager.GetObject("chart_bar", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap chart_curve { get { object obj = ResourceManager.GetObject("chart_curve", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap chart_line { get { object obj = ResourceManager.GetObject("chart_line", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap chart_organisation { get { object obj = ResourceManager.GetObject("chart_organisation", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap chart_pie { get { object obj = ResourceManager.GetObject("chart_pie", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap clipboard_32 { get { object obj = ResourceManager.GetObject("clipboard_32", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap CloseFolder { get { object obj = ResourceManager.GetObject("CloseFolder", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap ClosePreviewHH { get { object obj = ResourceManager.GetObject("ClosePreviewHH", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap cog { get { object obj = ResourceManager.GetObject("cog", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap cog_active { get { object obj = ResourceManager.GetObject("cog_active", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap cog_add { get { object obj = ResourceManager.GetObject("cog_add", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap cog_add_Large { get { object obj = ResourceManager.GetObject("cog_add_Large", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap cog_delete { get { object obj = ResourceManager.GetObject("cog_delete", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap control_play { get { object obj = ResourceManager.GetObject("control_play", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap control_stop { get { object obj = ResourceManager.GetObject("control_stop", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap CopyHS { get { object obj = ResourceManager.GetObject("CopyHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap cross_small { get { object obj = ResourceManager.GetObject("cross_small", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap cross_small_bw { get { object obj = ResourceManager.GetObject("cross_small_bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap cross_small1 { get { object obj = ResourceManager.GetObject("cross_small1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap cut { get { object obj = ResourceManager.GetObject("cut", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap cut_red { get { object obj = ResourceManager.GetObject("cut_red", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap CutHS { get { object obj = ResourceManager.GetObject("CutHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap data_item { get { object obj = ResourceManager.GetObject("data_item", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap data_item_error { get { object obj = ResourceManager.GetObject("data_item_error", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap data_item_link { get { object obj = ResourceManager.GetObject("data_item_link", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap delete { get { object obj = ResourceManager.GetObject("delete", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap DeleteHS { get { object obj = ResourceManager.GetObject("DeleteHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to De representatieve waarde die gebruikt wordt door de berekening.. /// public static string DesignVariableTypeConverter_DesignValue_Description { get { return ResourceManager.GetString("DesignVariableTypeConverter_DesignValue_Description", resourceCulture); } } /// /// Looks up a localized string similar to Rekenwaarde. /// public static string DesignVariableTypeConverter_DesignValue_DisplayName { get { return ResourceManager.GetString("DesignVariableTypeConverter_DesignValue_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Type verdeling. /// public static string DesignVariableTypeConverter_DestributionType_DisplayName { get { return ResourceManager.GetString("DesignVariableTypeConverter_DestributionType_DisplayName", resourceCulture); } } /// /// Looks up a localized string similar to De soort kansverdeling waarin deze parameter in gedefiniëerd wordt.. /// public static string DesignVariableTypeConverter_DistributionType_Description { get { return ResourceManager.GetString("DesignVariableTypeConverter_DistributionType_Description", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap DocumentHS { get { object obj = ResourceManager.GetObject("DocumentHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap edit_redo { get { object obj = ResourceManager.GetObject("edit_redo", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Edit_RedoHS { get { object obj = ResourceManager.GetObject("Edit_RedoHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap edit_undo { get { object obj = ResourceManager.GetObject("edit_undo", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Edit_UndoHS { get { object obj = ResourceManager.GetObject("Edit_UndoHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap error { get { object obj = ResourceManager.GetObject("error", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap exclamation { get { object obj = ResourceManager.GetObject("exclamation", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Aantal ({0}). /// public static string ExpandableArrayConverter_ConvertTo_Aantal_0_ { get { return ResourceManager.GetString("ExpandableArrayConverter_ConvertTo_Aantal_0_", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap feed { get { object obj = ResourceManager.GetObject("feed", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap FindProject { get { object obj = ResourceManager.GetObject("FindProject", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap FindView { get { object obj = ResourceManager.GetObject("FindView", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap folder { get { object obj = ResourceManager.GetObject("folder", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap folder_add { get { object obj = ResourceManager.GetObject("folder_add", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap folder_brick { get { object obj = ResourceManager.GetObject("folder_brick", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap folder_database { get { object obj = ResourceManager.GetObject("folder_database", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap folder_delete { get { object obj = ResourceManager.GetObject("folder_delete", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap folder_edit { get { object obj = ResourceManager.GetObject("folder_edit", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap folder_error { get { object obj = ResourceManager.GetObject("folder_error", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap folder_feed { get { object obj = ResourceManager.GetObject("folder_feed", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap folder_input { get { object obj = ResourceManager.GetObject("folder_input", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap folder_output { get { object obj = ResourceManager.GetObject("folder_output", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap folder_wrench { get { object obj = ResourceManager.GetObject("folder_wrench", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap fullscreen { get { object obj = ResourceManager.GetObject("fullscreen", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Geen van de "radiobuttons" is geselecteerd: onmogelijk. /// public static string GeneralOptionsControl_GetRealNumberFormatFromControls_None_of_the_radiobuttons_is_selected__impossible { get { return ResourceManager.GetString("GeneralOptionsControl_GetRealNumberFormatFromControls_None_of_the_radiobuttons_is" + "_selected__impossible", resourceCulture); } } /// /// Looks up a localized string similar to Decimalen:. /// public static string GeneralOptionsControl_RadioButtonCompactNotationCheckedChanged_____Decimal_places_ { get { return ResourceManager.GetString("GeneralOptionsControl_RadioButtonCompactNotationCheckedChanged_____Decimal_places" + "_", resourceCulture); } } /// /// Looks up a localized string similar to Significante cijfers:. /// public static string GeneralOptionsControl_RadioButtonCompactNotationCheckedChanged_Significant_digits_ { get { return ResourceManager.GetString("GeneralOptionsControl_RadioButtonCompactNotationCheckedChanged_Significant_digits" + "_", resourceCulture); } } /// /// Looks up a localized string similar to Onbekende "numberFormat" voor de gebruikersinstellingen. /// public static string GeneralOptionsControl_SetSettingsToNumberFormatControls_Unknown_numberFormat_for_user_settings { get { return ResourceManager.GetString("GeneralOptionsControl_SetSettingsToNumberFormatControls_Unknown_numberFormat_for_" + "user_settings", resourceCulture); } } /// /// Looks up a localized string similar to Algemeen. /// public static string GeneralOptionsControl_Title_General { get { return ResourceManager.GetString("GeneralOptionsControl_Title_General", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap graphhs { get { object obj = ResourceManager.GetObject("graphhs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Nieuwe folder toevoegen. /// public static string GuiCommandHandler_AddNewFolder_Add_new_folder { get { return ResourceManager.GetString("GuiCommandHandler_AddNewFolder_Add_new_folder", resourceCulture); } } /// /// Looks up a localized string similar to Er moet een project zijn om een folder te kunnen toevoegen. /// public static string GuiCommandHandler_AddNewFolder_There_needs_to_be_a_project_to_add_a_folder { get { return ResourceManager.GetString("GuiCommandHandler_AddNewFolder_There_needs_to_be_a_project_to_add_a_folder", resourceCulture); } } /// /// Looks up a localized string similar to Kan niet een "item" toevoegen aan de geselecteerde "container". /// public static string GuiCommandHandler_AddNewItem_Cannot_add_an_item_to_the_selected_container { get { return ResourceManager.GetString("GuiCommandHandler_AddNewItem_Cannot_add_an_item_to_the_selected_container", resourceCulture); } } /// /// Looks up a localized string similar to Er moet een project zijn om een "item" te kunnen toevoegen. /// public static string GuiCommandHandler_AddNewItem_There_needs_to_be_a_project_to_add_an_item { get { return ResourceManager.GetString("GuiCommandHandler_AddNewItem_There_needs_to_be_a_project_to_add_an_item", resourceCulture); } } /// /// Looks up a localized string similar to Toevoegen model. /// public static string GuiCommandHandler_AddNewModel_Add_model { get { return ResourceManager.GetString("GuiCommandHandler_AddNewModel_Add_model", resourceCulture); } } /// /// Looks up a localized string similar to Project aan het sluiten.... /// public static string GuiCommandHandler_CloseProject_Closing_project____ { get { return ResourceManager.GetString("GuiCommandHandler_CloseProject_Closing_project____", resourceCulture); } } /// /// Looks up a localized string similar to Project is gesloten. /// public static string GuiCommandHandler_CloseProject_Project_closed { get { return ResourceManager.GetString("GuiCommandHandler_CloseProject_Project_closed", resourceCulture); } } /// /// Looks up a localized string similar to Sla wijzigingen in het project op: {0}. /// public static string GuiCommandHandler_CloseProject_Save_changes_to_the_project___0_ { get { return ResourceManager.GetString("GuiCommandHandler_CloseProject_Save_changes_to_the_project___0_", resourceCulture); } } /// /// Looks up a localized string similar to Kan het "model object" voor {0} niet instantiëren (of het creëren is geannuleerd). /// public static string GuiCommandHandler_CreateNewModelUsingDialog_Can_not_instantiate_model_object_for___0____or_the_creation_has_been_canceled_ { get { return ResourceManager.GetString("GuiCommandHandler_CreateNewModelUsingDialog_Can_not_instantiate_model_object_for_" + "__0____or_the_creation_has_been_canceled_", resourceCulture); } } /// /// Looks up a localized string similar to Selecteer model.... /// public static string GuiCommandHandler_CreateNewModelUsingDialog_Select_model____ { get { return ResourceManager.GetString("GuiCommandHandler_CreateNewModelUsingDialog_Select_model____", resourceCulture); } } /// /// Looks up a localized string similar to Kan niet importeren naar {0}. /// public static string GuiCommandHandler_ImportOn_Unable_to_import_on__0__ { get { return ResourceManager.GetString("GuiCommandHandler_ImportOn_Unable_to_import_on__0__", resourceCulture); } } /// /// Looks up a localized string similar to De "data item" {0} kan niet worden weergegeven omdat het niet geldig is. /// public static string GuiCommandHandler_IsInvalidDataItem_The_data_item__0__cannot_be_viewed_because_it_is_not_valid { get { return ResourceManager.GetString("GuiCommandHandler_IsInvalidDataItem_The_data_item__0__cannot_be_viewed_because_it" + "_is_not_valid", resourceCulture); } } /// /// Looks up a localized string similar to Logbestand kan niet worden geopend. /// public static string GuiCommandHandler_OpenLogFileExternal_Unable_to_open_log_file { get { return ResourceManager.GetString("GuiCommandHandler_OpenLogFileExternal_Unable_to_open_log_file", resourceCulture); } } /// /// Looks up a localized string similar to Het is niet mogelijk het logbestand te openen. In plaats hiervan wordt de folder waarin het logbestand staat geopend.. /// public static string GuiCommandHandler_OpenLogFileExternal_Unable_to_open_log_file__opening_log_file_directory_instead_ { get { return ResourceManager.GetString("GuiCommandHandler_OpenLogFileExternal_Unable_to_open_log_file__opening_log_file_d" + "irectory_instead_", resourceCulture); } } /// /// Looks up a localized string similar to Geen model geselecteerd. Berekening model kan niet worden uitgevoerd. /// public static string GuiCommandHandler_RunSelectedModel_Can_t_run_model__no_models_selected_ { get { return ResourceManager.GetString("GuiCommandHandler_RunSelectedModel_Can_t_run_model__no_models_selected_", resourceCulture); } } /// /// Looks up a localized string similar to Dit project is gemaakt met behulp van een oudere versie en is gemigreerd naar de huidige versie. /// ///Wilt u de oude projectbestanden overschrijven met die van de nieuwe versie? (dit kan niet ongedaan worden gemaakt) ///Selecteer Nee om het project opslaan als een nieuw project op een andere locatie.. /// public static string GuiCommandHandler_SaveProject_ { get { return ResourceManager.GetString("GuiCommandHandler_SaveProject_", resourceCulture); } } /// /// Looks up a localized string similar to Overschrijf het huidige project. /// public static string GuiCommandHandler_SaveProject_Overwrite_current_project { get { return ResourceManager.GetString("GuiCommandHandler_SaveProject_Overwrite_current_project", resourceCulture); } } /// /// Looks up a localized string similar to Project {0} is opgeslagen. /// public static string GuiCommandHandler_SaveProjectAs_Project__0__saved { get { return ResourceManager.GetString("GuiCommandHandler_SaveProjectAs_Project__0__saved", resourceCulture); } } /// /// Looks up a localized string similar to De opgegeven naam voor het bestandspad is te lang, kies een kortere naam.. /// public static string GuiCommandHandler_SaveProjectAs_The_specified_file_path_is_too_long__please_choose_a_shorter_path_ { get { return ResourceManager.GetString("GuiCommandHandler_SaveProjectAs_The_specified_file_path_is_too_long__please_choos" + "e_a_shorter_path_", resourceCulture); } } /// /// Looks up a localized string similar to Waarschuwing. /// public static string GuiCommandHandler_SaveProjectAs_Warning { get { return ResourceManager.GetString("GuiCommandHandler_SaveProjectAs_Warning", resourceCulture); } } /// /// Looks up a localized string similar to Opslaan {0}. /// public static string GuiCommandHandler_SaveProjectWithProgressDialog_Saving__0_ { get { return ResourceManager.GetString("GuiCommandHandler_SaveProjectWithProgressDialog_Saving__0_", resourceCulture); } } /// /// Looks up a localized string similar to Berekenen van model {0} is mislukt; volgende modellen in de folder worden overgeslagen.. /// public static string GuiCommandHandler_StopModel_Run_model__0__failed__next_models_in_folder_ignored_ { get { return ResourceManager.GetString("GuiCommandHandler_StopModel_Run_model__0__failed__next_models_in_folder_ignored_", resourceCulture); } } /// /// Looks up a localized string similar to Geen geldige selectie. Selecteer folder of project.. /// public static string GuiCommandHandler_StopModelsForSelection_No_valid_selection__please_select_folder_or_project_ { get { return ResourceManager.GetString("GuiCommandHandler_StopModelsForSelection_No_valid_selection__please_select_folder" + "_or_project_", resourceCulture); } } /// /// Looks up a localized string similar to Kan model niet stoppen. Geen modellen geselecteerd.. /// public static string GuiCommandHandler_StopSelectedModel_Can_t_stop_model__no_models_selected_ { get { return ResourceManager.GetString("GuiCommandHandler_StopSelectedModel_Can_t_stop_model__no_models_selected_", resourceCulture); } } /// /// Looks up a localized string similar to Model {0} is beëindigd. /// public static string GuiCommandHandler_StopSelectedModel_Model__0__terminated { get { return ResourceManager.GetString("GuiCommandHandler_StopSelectedModel_Model__0__terminated", resourceCulture); } } /// /// Looks up a localized string similar to < geen project geopend > - {0}. /// public static string GuiCommandHandler_UpdateGui__no_project_opened_____0_ { get { return ResourceManager.GetString("GuiCommandHandler_UpdateGui__no_project_opened_____0_", resourceCulture); } } /// /// Looks up a localized string similar to Export failed. /// public static string GuiExportHandler_ExporterItemUsingFileOpenDialog_Export_failed { get { return ResourceManager.GetString("GuiExportHandler_ExporterItemUsingFileOpenDialog_Export_failed", resourceCulture); } } /// /// Looks up a localized string similar to Finished exporting. /// public static string GuiExportHandler_ExporterItemUsingFileOpenDialog_Finished_exporting { get { return ResourceManager.GetString("GuiExportHandler_ExporterItemUsingFileOpenDialog_Finished_exporting", resourceCulture); } } /// /// Looks up a localized string similar to Selecteer een bestand om naar toe te exporteren. /// public static string GuiExportHandler_ExporterItemUsingFileOpenDialog_Select_a_file_to_export_to { get { return ResourceManager.GetString("GuiExportHandler_ExporterItemUsingFileOpenDialog_Select_a_file_to_export_to", resourceCulture); } } /// /// Looks up a localized string similar to Start exporting. /// public static string GuiExportHandler_ExporterItemUsingFileOpenDialog_Start_exporting { get { return ResourceManager.GetString("GuiExportHandler_ExporterItemUsingFileOpenDialog_Start_exporting", resourceCulture); } } /// /// Looks up a localized string similar to Ringtoets kan de huidige selectie ({0}) niet exporteren.. /// public static string GuiExportHandler_GetSupportedExporterForItemUsingDialog_No_exporter_for_this_item___0___available_ { get { return ResourceManager.GetString("GuiExportHandler_GetSupportedExporterForItemUsingDialog_No_exporter_for_this_item" + "___0___available_", resourceCulture); } } /// /// Looks up a localized string similar to Ringtoets kan de huidige selectie niet exporteren.. /// public static string GuiExportHandler_GetSupportedExporterForItemUsingDialog_No_exporter_for_this_item_available_ { get { return ResourceManager.GetString("GuiExportHandler_GetSupportedExporterForItemUsingDialog_No_exporter_for_this_item" + "_available_", resourceCulture); } } /// /// Looks up a localized string similar to Selecteer een bestand om eruit te importeren. /// public static string GuiImportHandler_GetImportedItemsUsingFileOpenDialog_Select_a_file_to_import_from { get { return ResourceManager.GetString("GuiImportHandler_GetImportedItemsUsingFileOpenDialog_Select_a_file_to_import_from" + "", resourceCulture); } } /// /// Looks up a localized string similar to Beginnen met het importeren van gegevens. /// public static string GuiImportHandler_GetImportedItemsUsingFileOpenDialog_Start_importing_data { get { return ResourceManager.GetString("GuiImportHandler_GetImportedItemsUsingFileOpenDialog_Start_importing_data", resourceCulture); } } /// /// Looks up a localized string similar to Importeren gegevens. /// public static string GuiImportHandler_GetSupportedImporterForTargetType_Data_Import { get { return ResourceManager.GetString("GuiImportHandler_GetSupportedImporterForTargetType_Data_Import", resourceCulture); } } /// /// Looks up a localized string similar to Geen enkele "importer" is beschikbaar voor dit "item".. /// public static string GuiImportHandler_GetSupportedImporterForTargetType_No_importer_available_for_this_item_ { get { return ResourceManager.GetString("GuiImportHandler_GetSupportedImporterForTargetType_No_importer_available_for_this" + "_item_", resourceCulture); } } /// /// Looks up a localized string similar to Geen enkele "importer" is beschikbaar voor dit "item" ({0}).. /// public static string GuiImportHandler_GetSupportedImporterForTargetType_No_importer_available_for_this_item___0___ { get { return ResourceManager.GetString("GuiImportHandler_GetSupportedImporterForTargetType_No_importer_available_for_this" + "_item___0___", resourceCulture); } } /// /// Looks up a localized string similar to {0} is geen geldige "target" voor het resultaat van de "import". /// public static string GuiImportHandler_ImportDataTo__0__is_no_valid_target_for_the_result_of_the_import { get { return ResourceManager.GetString("GuiImportHandler_ImportDataTo__0__is_no_valid_target_for_the_result_of_the_import" + "", resourceCulture); } } /// /// Looks up a localized string similar to {0} konden niet worden geïmporteerd.. /// public static string GuiImportHandler_ImportFilesTo__0__could_not_be_imported_by_this_importer_ { get { return ResourceManager.GetString("GuiImportHandler_ImportFilesTo__0__could_not_be_imported_by_this_importer_", resourceCulture); } } /// /// Looks up a localized string similar to Kan de bestanden niet importeren in {0}. /// public static string GuiImportHandler_ImportFilesTo_Can_not_import_file_s__into__0_ { get { return ResourceManager.GetString("GuiImportHandler_ImportFilesTo_Can_not_import_file_s__into__0_", resourceCulture); } } /// /// Looks up a localized string similar to Geen "importer" is gevonden voor het bestandtype {0} en "target" {1}.. /// public static string GuiImportHandler_ImportFilesTo_No_importer_has_been_found_for_file_type__0__and_target__1__ { get { return ResourceManager.GetString("GuiImportHandler_ImportFilesTo_No_importer_has_been_found_for_file_type__0__and_t" + "arget__1__", resourceCulture); } } /// /// Looks up a localized string similar to Het typen van het geselecteerde object en het geïmporteerde object zijn niet hetzelfde.. /// public static string GuiImportHandler_SetDataItemValue_The_types_of_the_selected_object_and_the_imported_object_aren_t_the_same_ { get { return ResourceManager.GetString("GuiImportHandler_SetDataItemValue_The_types_of_the_selected_object_and_the_import" + "ed_object_aren_t_the_same_", resourceCulture); } } /// /// Looks up a localized string similar to Over {0}. /// public static string HelpAboutBox_UpdateAboutBox_About__0_ { get { return ResourceManager.GetString("HelpAboutBox_UpdateAboutBox_About__0_", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap icon_clear_all_messages { get { object obj = ResourceManager.GetObject("icon_clear_all_messages", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap information { get { object obj = ResourceManager.GetObject("information", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap information_32 { get { object obj = ResourceManager.GetObject("information_32", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap link { get { object obj = ResourceManager.GetObject("link", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap link_break { get { object obj = ResourceManager.GetObject("link_break", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Loading Ringtoets project from selected file.. /// public static string Loading_Ringtoets_project_from_selected_file { get { return ResourceManager.GetString("Loading_Ringtoets_project_from_selected_file", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap lock_edit { get { object obj = ResourceManager.GetObject("lock_edit", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap magnifier { get { object obj = ResourceManager.GetObject("magnifier", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Project kan niet worden geopend. /// public static string MainWindow_AddNewMruItem_Can_t_open_project { get { return ResourceManager.GetString("MainWindow_AddNewMruItem_Can_t_open_project", resourceCulture); } } /// /// Looks up a localized string similar to Moet er een project zijn om een model te kunnen toevoegen. /// public static string MainWindow_ButtonAddModel_Click_There_needs_to_be_a_project_to_add_a_model { get { return ResourceManager.GetString("MainWindow_ButtonAddModel_Click_There_needs_to_be_a_project_to_add_a_model", resourceCulture); } } /// /// Looks up a localized string similar to Weet u het zeker dat u het volgende "item" {0} wilt wissen. /// public static string MainWindow_ButtonDelete_Click_Are_you_sure_you_want_to_delete_the_following_item___0_ { get { return ResourceManager.GetString("MainWindow_ButtonDelete_Click_Are_you_sure_you_want_to_delete_the_following_item_" + "__0_", resourceCulture); } } /// /// Looks up a localized string similar to Bevestigen. /// public static string MainWindow_ButtonDelete_Click_Confirm { get { return ResourceManager.GetString("MainWindow_ButtonDelete_Click_Confirm", resourceCulture); } } /// /// Looks up a localized string similar to Hoofdschermvenster is aangemaakt.. /// public static string MainWindow_MainWindow_Main_window_created_ { get { return ResourceManager.GetString("MainWindow_MainWindow_Main_window_created_", resourceCulture); } } /// /// Looks up a localized string similar to Kon de gevraagde "dock layout" niet laden. De instellingen zijn niet goed en zullen vervangen worden door de standaardinstellingen.. /// public static string MainWindow_OnLoadLayout_Could_not_load_the_requested_dock_layout__The_settings_are_invalid_and_will_be_reset_to_the_default_state_ { get { return ResourceManager.GetString("MainWindow_OnLoadLayout_Could_not_load_the_requested_dock_layout__The_settings_ar" + "e_invalid_and_will_be_reset_to_the_default_state_", resourceCulture); } } /// /// Looks up a localized string similar to Ribbon kon niet worden hersteld. De instellingen zijn ongeldig en zullen worden teruggezet naar de standaardinstellingen.. /// public static string MainWindow_OnLoadLayout_Could_not_restore_the_ribbon_state__The_settings_are_invalid_and_will_be_reset_to_the_default_state_ { get { return ResourceManager.GetString("MainWindow_OnLoadLayout_Could_not_restore_the_ribbon_state__The_settings_are_inva" + "lid_and_will_be_reset_to_the_default_state_", resourceCulture); } } /// /// Looks up a localized string similar to Toevoegen Welkomspagina.... /// public static string MainWindow_ShowStartPage_Adding_welcome_page____ { get { return ResourceManager.GetString("MainWindow_ShowStartPage_Adding_welcome_page____", resourceCulture); } } /// /// Looks up a localized string similar to Opmaak resetten na opnieuw opstarten. /// public static string MainWindow_UpdateMainWindowRibbonElements_Reset_layout__restart_ { get { return ResourceManager.GetString("MainWindow_UpdateMainWindowRibbonElements_Reset_layout__restart_", resourceCulture); } } /// /// Looks up a localized string similar to Wanneer deze optie is aangezet, zal de standaard opmaak worden gebruikt bij het opnieuw starten van Ringtoets.. /// public static string MainWindow_UpdateMainWindowRibbonElements_When_this_option_is_turned_on__the_default_layout_will_be_used_when_restarting_Ringtoets_ { get { return ResourceManager.GetString("MainWindow_UpdateMainWindowRibbonElements_When_this_option_is_turned_on__the_defa" + "ult_layout_will_be_used_when_restarting_Ringtoets_", resourceCulture); } } /// /// Looks up a localized string similar to Sluit huidige weergave. /// public static string MainWindowCommands_CloseViewTabCommand_Name_Close_Current_View { get { return ResourceManager.GetString("MainWindowCommands_CloseViewTabCommand_Name_Close_Current_View", resourceCulture); } } /// /// Looks up a localized string similar to Sluit huidige weergave (Ctrl + W). /// public static string MainWindowCommands_CloseViewTabCommand_Text_Close_Current_view__Ctrl___W_ { get { return ResourceManager.GetString("MainWindowCommands_CloseViewTabCommand_Text_Close_Current_view__Ctrl___W_", resourceCulture); } } /// /// Looks up a localized string similar to Zoeken in het Project. /// public static string MainWindowCommands_FindInProjectCommand_Name_Find_In_Project { get { return ResourceManager.GetString("MainWindowCommands_FindInProjectCommand_Name_Find_In_Project", resourceCulture); } } /// /// Looks up a localized string similar to Zoeken in het Project (Ctrl + F). /// public static string MainWindowCommands_FindInProjectCommand_Text_Find_In_Project__Ctrl___F_ { get { return ResourceManager.GetString("MainWindowCommands_FindInProjectCommand_Text_Find_In_Project__Ctrl___F_", resourceCulture); } } /// /// Looks up a localized string similar to Alle modellen berekenen. /// public static string MainWindowCommands_RunAllModelsCommand_Name_Run_All_Models { get { return ResourceManager.GetString("MainWindowCommands_RunAllModelsCommand_Name_Run_All_Models", resourceCulture); } } /// /// Looks up a localized string similar to Berekenen van alle modellen (Ctrl + F9). /// public static string MainWindowCommands_RunAllModelsCommand_Text_Run_All_Models__Ctrl___F9_ { get { return ResourceManager.GetString("MainWindowCommands_RunAllModelsCommand_Text_Run_All_Models__Ctrl___F9_", resourceCulture); } } /// /// Looks up a localized string similar to Bereken huidig model. /// public static string MainWindowCommands_RunCurrentModelCommand_Name_Run_Current_Model { get { return ResourceManager.GetString("MainWindowCommands_RunCurrentModelCommand_Name_Run_Current_Model", resourceCulture); } } /// /// Looks up a localized string similar to Bereken huidig Model (F9). /// public static string MainWindowCommands_RunCurrentModelCommand_Text_Run_Current_Model__F9_ { get { return ResourceManager.GetString("MainWindowCommands_RunCurrentModelCommand_Text_Run_Current_Model__F9_", resourceCulture); } } /// /// Looks up a localized string similar to Weergeven van de inhoud van de grafiek. /// public static string MainWindowCommands_ShowChartContentsViewCommand_Name_Show_Chart_Contents { get { return ResourceManager.GetString("MainWindowCommands_ShowChartContentsViewCommand_Name_Show_Chart_Contents", resourceCulture); } } /// /// Looks up a localized string similar to Inhoud van de grafiek weergeven (Shift + Alt + C). /// public static string MainWindowCommands_ShowChartContentsViewCommand_Text_Show_Chart_Contents__Shift___Alt____C_ { get { return ResourceManager.GetString("MainWindowCommands_ShowChartContentsViewCommand_Text_Show_Chart_Contents__Shift__" + "_Alt____C_", resourceCulture); } } /// /// Looks up a localized string similar to Weergeven van de inhoud van de kaart. /// public static string MainWindowCommands_ShowMapLegendViewCommand_Name_Show_Map_Contents { get { return ResourceManager.GetString("MainWindowCommands_ShowMapLegendViewCommand_Name_Show_Map_Contents", resourceCulture); } } /// /// Looks up a localized string similar to Kaart inhoud tonen (Shift + Alt + M). /// public static string MainWindowCommands_ShowMapLegendViewCommand_Text_Show_Map_Contents__Shift___Alt____M_ { get { return ResourceManager.GetString("MainWindowCommands_ShowMapLegendViewCommand_Text_Show_Map_Contents__Shift___Alt__" + "__M_", resourceCulture); } } /// /// Looks up a localized string similar to Berichten weergeven. /// public static string MainWindowCommands_ShowMessageWindowCommand_Name_Show_Messages { get { return ResourceManager.GetString("MainWindowCommands_ShowMessageWindowCommand_Name_Show_Messages", resourceCulture); } } /// /// Looks up a localized string similar to Toon berichten (Shift + Alt + O). /// public static string MainWindowCommands_ShowMessageWindowCommand_Text_Show_Messages__Shift___Alt____O_ { get { return ResourceManager.GetString("MainWindowCommands_ShowMessageWindowCommand_Text_Show_Messages__Shift___Alt____O_" + "", resourceCulture); } } /// /// Looks up a localized string similar to Zoek in "Project Treeview". /// public static string MainWindowCommands_ShowObjectInTreeViewCommand_Name_Find_In_Project_Treeview { get { return ResourceManager.GetString("MainWindowCommands_ShowObjectInTreeViewCommand_Name_Find_In_Project_Treeview", resourceCulture); } } /// /// Looks up a localized string similar to Zoeken in "Project Treeview" (Shift + Alt + L). /// public static string MainWindowCommands_ShowObjectInTreeViewCommand_Text_Find_In_Project_Treeview__Shift___Alt___L_ { get { return ResourceManager.GetString("MainWindowCommands_ShowObjectInTreeViewCommand_Text_Find_In_Project_Treeview__Shi" + "ft___Alt___L_", resourceCulture); } } /// /// Looks up a localized string similar to "Properties" weergeven. /// public static string MainWindowCommands_ShowPropertiesViewCommand_Name_Show_Properties { get { return ResourceManager.GetString("MainWindowCommands_ShowPropertiesViewCommand_Name_Show_Properties", resourceCulture); } } /// /// Looks up a localized string similar to "Properties" weergeven (Shift + Alt + P). /// public static string MainWindowCommands_ShowPropertiesViewCommand_Text_Show_Properties__Shift___Alt____P_ { get { return ResourceManager.GetString("MainWindowCommands_ShowPropertiesViewCommand_Text_Show_Properties__Shift___Alt___" + "_P_", resourceCulture); } } /// /// Looks up a localized string similar to Tijdnavigatie weergeven. /// public static string MainWindowCommands_ShowTimeNavigatorCommand_Name_Show_Time_Navigator { get { return ResourceManager.GetString("MainWindowCommands_ShowTimeNavigatorCommand_Name_Show_Time_Navigator", resourceCulture); } } /// /// Looks up a localized string similar to Tijdnavigatie weergeven (Shift + Alt + T). /// public static string MainWindowCommands_ShowTimeNavigatorCommand_Text_Show_Time_Navigator__Shift___Alt___T_ { get { return ResourceManager.GetString("MainWindowCommands_ShowTimeNavigatorCommand_Text_Show_Time_Navigator__Shift___Alt" + "___T_", resourceCulture); } } /// /// Looks up a localized string similar to Overschakelen naar volgende "Toolwindow". /// public static string MainWindowCommands_SwitchToNextToolWindowCommand_Name_Switch_To_Next_Toolwindow { get { return ResourceManager.GetString("MainWindowCommands_SwitchToNextToolWindowCommand_Name_Switch_To_Next_Toolwindow", resourceCulture); } } /// /// Looks up a localized string similar to Overschakelen naar volgend "Toolwindow" (Ctrl + Shift + PgDwn). /// public static string MainWindowCommands_SwitchToNextToolWindowCommand_Text_Switch_To_Next_Toolwindow__Ctrl___Shift___PgDwn_ { get { return ResourceManager.GetString("MainWindowCommands_SwitchToNextToolWindowCommand_Text_Switch_To_Next_Toolwindow__" + "Ctrl___Shift___PgDwn_", resourceCulture); } } /// /// Looks up a localized string similar to Overschakelen naar vorig "Toolwindow". /// public static string MainWindowCommands_SwitchToPreviousToolWindowCommand_Name_Switch_To_Previous_Toolwindow { get { return ResourceManager.GetString("MainWindowCommands_SwitchToPreviousToolWindowCommand_Name_Switch_To_Previous_Tool" + "window", resourceCulture); } } /// /// Looks up a localized string similar to Overschakelen naar vorig "Toolwindow" (Ctrl + Shift + PgUp). /// public static string MainWindowCommands_SwitchToPreviousToolWindowCommand_Text_Switch_To_Previous_Toolwindow__Ctrl___Shift___PgUp_ { get { return ResourceManager.GetString("MainWindowCommands_SwitchToPreviousToolWindowCommand_Text_Switch_To_Previous_Tool" + "window__Ctrl___Shift___PgUp_", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap map { get { object obj = ResourceManager.GetObject("map", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Berichten. /// public static string Messages { get { return ResourceManager.GetString("Messages", resourceCulture); } } /// /// Looks up a localized string similar to Afbeelding = '{0}'. /// public static string MessageWindow_ApplyFilter_ { get { return ResourceManager.GetString("MessageWindow_ApplyFilter_", resourceCulture); } } /// /// Looks up a localized string similar to Berichten. /// public static string MessageWindow_MessageWindow_Messages { get { return ResourceManager.GetString("MessageWindow_MessageWindow_Messages", resourceCulture); } } /// /// Looks up a localized string similar to Berichtdetails. /// public static string MessageWindow_showDetailsToolStripMenuItem_Click_Message_details { get { return ResourceManager.GetString("MessageWindow_showDetailsToolStripMenuItem_Click_Message_details", resourceCulture); } } /// /// Looks up a localized string similar to Controleer logboekbestand voor meer informatie ("Home"-> "Show Log").. /// public static string MessageWindowLogAppender_AppendToMessageWindow__Check_log_file_for_more_information__Home__Show_Log__ { get { return ResourceManager.GetString("MessageWindowLogAppender_AppendToMessageWindow__Check_log_file_for_more_informati" + "on__Home__Show_Log__", resourceCulture); } } /// /// Looks up a localized string similar to New Ringtoets project successfully opened.. /// public static string New_Ringtoets_project_successfully_opened { get { return ResourceManager.GetString("New_Ringtoets_project_successfully_opened", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap newspaper { get { object obj = ResourceManager.GetObject("newspaper", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap note { get { object obj = ResourceManager.GetObject("note", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap openfolderHS { get { object obj = ResourceManager.GetObject("openfolderHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Opening existing Ringtoets project.. /// public static string Opening_existing_Ringtoets_project { get { return ResourceManager.GetString("Opening_existing_Ringtoets_project", resourceCulture); } } /// /// Looks up a localized string similar to Opening existing Ringtoets project cancelled.. /// public static string Opening_existing_Ringtoets_project_cancelled { get { return ResourceManager.GetString("Opening_existing_Ringtoets_project_cancelled", resourceCulture); } } /// /// Looks up a localized string similar to Opening new Ringtoets project.. /// public static string Opening_new_Ringtoets_project { get { return ResourceManager.GetString("Opening_new_Ringtoets_project", resourceCulture); } } /// /// Looks up a localized string similar to Opening new Ringtoets project cancelled.. /// public static string Opening_new_Ringtoets_project_cancelled { get { return ResourceManager.GetString("Opening_new_Ringtoets_project_cancelled", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap OptionsHS { get { object obj = ResourceManager.GetObject("OptionsHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap OrgChartHS { get { object obj = ResourceManager.GetObject("OrgChartHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap PasteHS { get { object obj = ResourceManager.GetObject("PasteHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap PlayAll { get { object obj = ResourceManager.GetObject("PlayAll", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap PlayHS { get { object obj = ResourceManager.GetObject("PlayHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap plugin { get { object obj = ResourceManager.GetObject("plugin", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap plugin_disabled { get { object obj = ResourceManager.GetObject("plugin_disabled", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to {0} plugins gevonden.. /// public static string PluginDialog_UpdatePlugins__0__plugins_found_ { get { return ResourceManager.GetString("PluginDialog_UpdatePlugins__0__plugins_found_", resourceCulture); } } /// /// Looks up a localized string similar to Uitzetten. /// public static string PluginStatusControl_UpdateInfo_Disable { get { return ResourceManager.GetString("PluginStatusControl_UpdateInfo_Disable", resourceCulture); } } /// /// Looks up a localized string similar to Aanzetten. /// public static string PluginStatusControl_UpdateInfo_Enable { get { return ResourceManager.GetString("PluginStatusControl_UpdateInfo_Enable", resourceCulture); } } /// /// Looks up a localized string similar to Plugin {0} beschikt niet over een afbeelding.. /// public static string PluginStatusControl_UpdateInfo_Plugin__0__does_not_have_an_image_ { get { return ResourceManager.GetString("PluginStatusControl_UpdateInfo_Plugin__0__does_not_have_an_image_", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap plus_button_32 { get { object obj = ResourceManager.GetObject("plus_button_32", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to {0} (naam = {1}). /// public static string PopupCommand_OnExecute_ { get { return ResourceManager.GetString("PopupCommand_OnExecute_", resourceCulture); } } /// /// Looks up a localized string similar to Fout bij het opslaan van de instellingen in {0}. /// public static string PortableSettingsProvider_SetPropertyValues_Error_storing_settings_to__0_ { get { return ResourceManager.GetString("PortableSettingsProvider_SetPropertyValues_Error_storing_settings_to__0_", resourceCulture); } } /// /// Looks up a localized string similar to Instelling {0} is "roaming". Dit wordt niet ondersteund. /// public static string PortableSettingsProvider_ThrowIfRoaming_Setting__0__is_roaming__This_is_not_supported { get { return ResourceManager.GetString("PortableSettingsProvider_ThrowIfRoaming_Setting__0__is_roaming__This_is_not_suppo" + "rted", resourceCulture); } } /// /// Looks up a localized string similar to Annuleer alle activiteiten. /// public static string ProgressDialog_SetButtonState_Cancel_all_activities { get { return ResourceManager.GetString("ProgressDialog_SetButtonState_Cancel_all_activities", resourceCulture); } } /// /// Looks up a localized string similar to Annuleren.... /// public static string ProgressDialog_SetButtonState_Cancelling___ { get { return ResourceManager.GetString("ProgressDialog_SetButtonState_Cancelling___", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap project_16 { get { object obj = ResourceManager.GetObject("project-16", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Eigenschappen. /// public static string Properties { get { return ResourceManager.GetString("Properties", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap PropertiesHS { get { object obj = ResourceManager.GetObject("PropertiesHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Alle geselecteerde objecten ({0}). /// public static string PropertyGrid_comboBox1_DrawItem_All_selected_Objects___0__ { get { return ResourceManager.GetString("PropertyGrid_comboBox1_DrawItem_All_selected_Objects___0__", resourceCulture); } } /// /// Looks up a localized string similar to geselecteerde {0} ({1}). /// public static string PropertyGrid_comboBox1_DrawItem_selected__0____1__ { get { return ResourceManager.GetString("PropertyGrid_comboBox1_DrawItem_selected__0____1__", resourceCulture); } } /// /// Looks up a localized string similar to Kan geen "object properties" voor de data aanmaken. /// public static string PropertyGrid_CreateObjectProperties_Could_not_create_object_properties_for_the_data { get { return ResourceManager.GetString("PropertyGrid_CreateObjectProperties_Could_not_create_object_properties_for_the_da" + "ta", resourceCulture); } } /// /// Looks up a localized string similar to Kon "object properties" niet creëren voor het "data item". /// public static string PropertyGrid_CreateObjectProperties_Could_not_create_object_properties_for_the_data_item { get { return ResourceManager.GetString("PropertyGrid_CreateObjectProperties_Could_not_create_object_properties_for_the_da" + "ta_item", resourceCulture); } } /// /// Looks up a localized string similar to Kon geen "object properties" met de waarde van de "data item"creëren. /// public static string PropertyGrid_CreateObjectProperties_Could_not_create_object_properties_for_the_value_of_the_data_item { get { return ResourceManager.GetString("PropertyGrid_CreateObjectProperties_Could_not_create_object_properties_for_the_va" + "lue_of_the_data_item", resourceCulture); } } /// /// Looks up a localized string similar to Meerdere "object property" instanties gevonden voor de zelfde "data object": geen "object properties" worden weergegeven in de "property grid". /// public static string PropertyGrid_GetObjectProperties_Multiple_object_property_instances_found_for_the_same_data_object__no_object_properties_are_displayed_in_the_property_grid { get { return ResourceManager.GetString("PropertyGrid_GetObjectProperties_Multiple_object_property_instances_found_for_the" + "_same_data_object__no_object_properties_are_displayed_in_the_property_grid", resourceCulture); } } /// /// Looks up a localized string similar to Selecteer meerdere objecten:. /// public static string PropertyGrid_OnSelectedObjectsChanged_Selected_multiple_objects_ { get { return ResourceManager.GetString("PropertyGrid_OnSelectedObjectsChanged_Selected_multiple_objects_", resourceCulture); } } /// /// Looks up a localized string similar to Geselecteerd object van het type: {0}. /// public static string PropertyGrid_OnSelectedObjectsChanged_Selected_object_of_type___0_ { get { return ResourceManager.GetString("PropertyGrid_OnSelectedObjectsChanged_Selected_object_of_type___0_", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap RelationshipsHS { get { object obj = ResourceManager.GetObject("RelationshipsHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap resultset_next { get { object obj = ResourceManager.GetObject("resultset_next", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Over. /// public static string Ribbon_About { get { return ResourceManager.GetString("Ribbon_About", resourceCulture); } } /// /// Looks up a localized string similar to Afsluiten. /// public static string Ribbon_Command_Close { get { return ResourceManager.GetString("Ribbon_Command_Close", resourceCulture); } } /// /// Looks up a localized string similar to Nieuw. /// public static string Ribbon_Command_New { get { return ResourceManager.GetString("Ribbon_Command_New", resourceCulture); } } /// /// Looks up a localized string similar to Openen. /// public static string Ribbon_Command_Open { get { return ResourceManager.GetString("Ribbon_Command_Open", resourceCulture); } } /// /// Looks up a localized string similar to Opslaan. /// public static string Ribbon_Command_Save { get { return ResourceManager.GetString("Ribbon_Command_Save", resourceCulture); } } /// /// Looks up a localized string similar to Opslaan Als. /// public static string Ribbon_Command_Save_As { get { return ResourceManager.GetString("Ribbon_Command_Save_As", resourceCulture); } } /// /// Looks up a localized string similar to Kopiëren. /// public static string Ribbon_Copy { get { return ResourceManager.GetString("Ribbon_Copy", resourceCulture); } } /// /// Looks up a localized string similar to Knippen. /// public static string Ribbon_Cut { get { return ResourceManager.GetString("Ribbon_Cut", resourceCulture); } } /// /// Looks up a localized string similar to Verwijderen. /// public static string Ribbon_Delete { get { return ResourceManager.GetString("Ribbon_Delete", resourceCulture); } } /// /// Looks up a localized string similar to Afsluiten. /// public static string Ribbon_Exit { get { return ResourceManager.GetString("Ribbon_Exit", resourceCulture); } } /// /// Looks up a localized string similar to Exporteren. /// public static string Ribbon_Export { get { return ResourceManager.GetString("Ribbon_Export", resourceCulture); } } /// /// Looks up a localized string similar to Feedback. /// public static string Ribbon_Feedback { get { return ResourceManager.GetString("Ribbon_Feedback", resourceCulture); } } /// /// Looks up a localized string similar to Zoeken. /// public static string Ribbon_Find { get { return ResourceManager.GetString("Ribbon_Find", resourceCulture); } } /// /// Looks up a localized string similar to Klembord. /// public static string Ribbon_GroupBox_Clipboard { get { return ResourceManager.GetString("Ribbon_GroupBox_Clipboard", resourceCulture); } } /// /// Looks up a localized string similar to Opmaak. /// public static string Ribbon_GroupBox_Layout { get { return ResourceManager.GetString("Ribbon_GroupBox_Layout", resourceCulture); } } /// /// Looks up a localized string similar to Berekenen. /// public static string Ribbon_GroupBox_Run { get { return ResourceManager.GetString("Ribbon_GroupBox_Run", resourceCulture); } } /// /// Looks up a localized string similar to Weergeven/Verbergen. /// public static string Ribbon_GroupBox_Show_Hide { get { return ResourceManager.GetString("Ribbon_GroupBox_Show_Hide", resourceCulture); } } /// /// Looks up a localized string similar to Help. /// public static string Ribbon_Help { get { return ResourceManager.GetString("Ribbon_Help", resourceCulture); } } /// /// Looks up a localized string similar to Importeren. /// public static string Ribbon_Import { get { return ResourceManager.GetString("Ribbon_Import", resourceCulture); } } /// /// Looks up a localized string similar to Licentie. /// public static string Ribbon_License { get { return ResourceManager.GetString("Ribbon_License", resourceCulture); } } /// /// Looks up a localized string similar to Berichten. /// public static string Ribbon_Messages { get { return ResourceManager.GetString("Ribbon_Messages", resourceCulture); } } /// /// Looks up a localized string similar to Nieuwe Folder. /// public static string Ribbon_New_Folder { get { return ResourceManager.GetString("Ribbon_New_Folder", resourceCulture); } } /// /// Looks up a localized string similar to Nieuw Item. /// public static string Ribbon_New_Item { get { return ResourceManager.GetString("Ribbon_New_Item", resourceCulture); } } /// /// Looks up a localized string similar to Nieuw Model. /// public static string Ribbon_New_Model { get { return ResourceManager.GetString("Ribbon_New_Model", resourceCulture); } } /// /// Looks up a localized string similar to Open Handleiding. /// public static string Ribbon_Open_Manual { get { return ResourceManager.GetString("Ribbon_Open_Manual", resourceCulture); } } /// /// Looks up a localized string similar to Opties. /// public static string Ribbon_Options { get { return ResourceManager.GetString("Ribbon_Options", resourceCulture); } } /// /// Looks up a localized string similar to Plakken. /// public static string Ribbon_Paste { get { return ResourceManager.GetString("Ribbon_Paste", resourceCulture); } } /// /// Looks up a localized string similar to Plugins. /// public static string Ribbon_Plugins { get { return ResourceManager.GetString("Ribbon_Plugins", resourceCulture); } } /// /// Looks up a localized string similar to Eigenschappen. /// public static string Ribbon_Properties { get { return ResourceManager.GetString("Ribbon_Properties", resourceCulture); } } /// /// Looks up a localized string similar to Recent. /// public static string Ribbon_Recent { get { return ResourceManager.GetString("Ribbon_Recent", resourceCulture); } } /// /// Looks up a localized string similar to Opnieuw Berekenen. /// public static string Ribbon_Redo { get { return ResourceManager.GetString("Ribbon_Redo", resourceCulture); } } /// /// Looks up a localized string similar to Opmaak resetten na opnieuw opstarten. /// public static string Ribbon_Reset_Layout_After_Restart { get { return ResourceManager.GetString("Ribbon_Reset_Layout_After_Restart", resourceCulture); } } /// /// Looks up a localized string similar to Alles Berekenen. /// public static string Ribbon_Run_All { get { return ResourceManager.GetString("Ribbon_Run_All", resourceCulture); } } /// /// Looks up a localized string similar to Selectie Berekenen. /// public static string Ribbon_Run_Current { get { return ResourceManager.GetString("Ribbon_Run_Current", resourceCulture); } } /// /// Looks up a localized string similar to Log Tonen. /// public static string Ribbon_Show_Log { get { return ResourceManager.GetString("Ribbon_Show_Log", resourceCulture); } } /// /// Looks up a localized string similar to Startpagina. /// public static string Ribbon_Start_Page { get { return ResourceManager.GetString("Ribbon_Start_Page", resourceCulture); } } /// /// Looks up a localized string similar to Statustekst. /// public static string Ribbon_StatusBar_Status_text { get { return ResourceManager.GetString("Ribbon_StatusBar_Status_text", resourceCulture); } } /// /// Looks up a localized string similar to Stop alles. /// public static string Ribbon_Stop_All { get { return ResourceManager.GetString("Ribbon_Stop_All", resourceCulture); } } /// /// Looks up a localized string similar to Stop Selectie. /// public static string Ribbon_Stop_Current { get { return ResourceManager.GetString("Ribbon_Stop_Current", resourceCulture); } } /// /// Looks up a localized string similar to Feedback Verzenden. /// public static string Ribbon_Submit_Feedback { get { return ResourceManager.GetString("Ribbon_Submit_Feedback", resourceCulture); } } /// /// Looks up a localized string similar to Help. /// public static string Ribbon_TabItem_Help { get { return ResourceManager.GetString("Ribbon_TabItem_Help", resourceCulture); } } /// /// Looks up a localized string similar to Start. /// public static string Ribbon_TabItem_Home { get { return ResourceManager.GetString("Ribbon_TabItem_Home", resourceCulture); } } /// /// Looks up a localized string similar to Recente Projecten. /// public static string Ribbon_TabItem_Recent_Projects { get { return ResourceManager.GetString("Ribbon_TabItem_Recent_Projects", resourceCulture); } } /// /// Looks up a localized string similar to Beeld. /// public static string Ribbon_TabItem_View { get { return ResourceManager.GetString("Ribbon_TabItem_View", resourceCulture); } } /// /// Looks up a localized string similar to Ongedaan Maken. /// public static string Ribbon_Undo { get { return ResourceManager.GetString("Ribbon_Undo", resourceCulture); } } /// /// Looks up a localized string similar to Het licentie bestand {0} niet kan worden gevonden op de computer.. /// public static string RichTextView_RichTextView_The_license_file__0__cannot_be_found_on_the_computer_ { get { return ResourceManager.GetString("RichTextView_RichTextView_The_license_file__0__cannot_be_found_on_the_computer_", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// public static System.Drawing.Icon Ringtoets { get { object obj = ResourceManager.GetObject("Ringtoets", resourceCulture); return ((System.Drawing.Icon)(obj)); } } /// /// Looks up a localized string similar to Ringtoets project files (.rt)|*.rtx. /// public static string Ringtoets_project_file_filter { get { return ResourceManager.GetString("Ringtoets_project_file_filter", resourceCulture); } } /// /// Looks up a localized string similar to Fout tijdens het activeren van de plugin. /// public static string RingtoetsGui_ActivatePlugins_Error_during_plugin_activation { get { return ResourceManager.GetString("RingtoetsGui_ActivatePlugins_Error_during_plugin_activation", resourceCulture); } } /// /// Looks up a localized string similar to Exceptie tijdens deactivering van de "gui"-plugin. /// public static string RingtoetsGui_ActivatePlugins_Exception_during_plugin_gui_deactivation { get { return ResourceManager.GetString("RingtoetsGui_ActivatePlugins_Exception_during_plugin_gui_deactivation", resourceCulture); } } /// /// Looks up a localized string similar to "GUI plugin" {0} activering is mislukt, overslaan.... /// public static string RingtoetsGui_ActivatePlugins_Gui_plugin__0__activation_has_failed__skipping____ { get { return ResourceManager.GetString("RingtoetsGui_ActivatePlugins_Gui_plugin__0__activation_has_failed__skipping____", resourceCulture); } } /// /// Looks up a localized string similar to "GUI plugin" {0} initialiseren.... /// public static string RingtoetsGui_ActivatePlugins_Initializing_gui_plugin__0_____ { get { return ResourceManager.GetString("RingtoetsGui_ActivatePlugins_Initializing_gui_plugin__0_____", resourceCulture); } } /// /// Looks up a localized string similar to Niet in staat om de weergave-instellingen te laden. De weergave-instellingen zijn verloren gegaan!. /// public static string RingtoetsGui_ApplicationProjectOpened_Unable_to_load_view_settings__view_settings_lost_ { get { return ResourceManager.GetString("RingtoetsGui_ApplicationProjectOpened_Unable_to_load_view_settings__view_settings" + "_lost_", resourceCulture); } } /// /// Looks up a localized string similar to Klembord "Ringtoets" geleegd. /// public static string RingtoetsGui_ApplicationProjectSaving_clipboard_emptied { get { return ResourceManager.GetString("RingtoetsGui_ApplicationProjectSaving_clipboard_emptied", resourceCulture); } } /// /// Looks up a localized string similar to Het instellen van menu's en werkbalken is klaar.. /// public static string RingtoetsGui_InitializeMenusAndToolbars_Menus_and_toolbars_are_ready_ { get { return ResourceManager.GetString("RingtoetsGui_InitializeMenusAndToolbars_Menus_and_toolbars_are_ready_", resourceCulture); } } /// /// Looks up a localized string similar to Menu's en werkbalken instellen.... /// public static string RingtoetsGui_InitializeMenusAndToolbars_Setting_up_menus_and_toolbars____ { get { return ResourceManager.GetString("RingtoetsGui_InitializeMenusAndToolbars_Setting_up_menus_and_toolbars____", resourceCulture); } } /// /// Looks up a localized string similar to Geen plugins gevonden. Waarschijnlijk is er een probleem met de configuratie.. /// public static string RingtoetsGui_InitializePluginResources_No_plugins_found__most_probably_there_is_a_configuration_problem_ { get { return ResourceManager.GetString("RingtoetsGui_InitializePluginResources_No_plugins_found__most_probably_there_is_a" + "_configuration_problem_", resourceCulture); } } /// /// Looks up a localized string similar to Controleer uw configuratie en plugins folder!. /// public static string RingtoetsGui_InitializePluginResources_Please_check_your_configuration_and_plugins_folder_ { get { return ResourceManager.GetString("RingtoetsGui_InitializePluginResources_Please_check_your_configuration_and_plugin" + "s_folder_", resourceCulture); } } /// /// Looks up a localized string similar to "Ringtoets" applicatie gestart, actieve plugins:. /// public static string RingtoetsGui_InitializePluginResources_Ringtoets_application_started__active_plugins__ { get { return ResourceManager.GetString("RingtoetsGui_InitializePluginResources_Ringtoets_application_started__active_plug" + "ins__", resourceCulture); } } /// /// Looks up a localized string similar to Alle vensters zijn gemaakt.. /// public static string RingtoetsGui_InitializeWindows_All_windows_are_created_ { get { return ResourceManager.GetString("RingtoetsGui_InitializeWindows_All_windows_are_created_", resourceCulture); } } /// /// Looks up a localized string similar to "Default tool windows"aan het maken.... /// public static string RingtoetsGui_InitializeWindows_Creating_default_tool_windows____ { get { return ResourceManager.GetString("RingtoetsGui_InitializeWindows_Creating_default_tool_windows____", resourceCulture); } } /// /// Looks up a localized string similar to Schermen initialiseren.... /// public static string RingtoetsGui_InitializeWindows_Initializing_windows____ { get { return ResourceManager.GetString("RingtoetsGui_InitializeWindows_Initializing_windows____", resourceCulture); } } /// /// Looks up a localized string similar to "Document window manager" aan het maken.... /// public static string RingtoetsGui_InitToolWindows_Creating_document_window_manager____ { get { return ResourceManager.GetString("RingtoetsGui_InitToolWindows_Creating_document_window_manager____", resourceCulture); } } /// /// Looks up a localized string similar to "tool window manager" aan het maken.... /// public static string RingtoetsGui_InitToolWindows_Creating_tool_window_manager____ { get { return ResourceManager.GetString("RingtoetsGui_InitToolWindows_Creating_tool_window_manager____", resourceCulture); } } /// /// Looks up a localized string similar to Beëindigd "InitToolWindows". /// public static string RingtoetsGui_InitToolWindows_Finished_InitToolWindows { get { return ResourceManager.GetString("RingtoetsGui_InitToolWindows_Finished_InitToolWindows", resourceCulture); } } /// /// Looks up a localized string similar to Slechts één instantie van "RingtoetsGui" is toegestaan per proces. Zorg ervoor dat de vorige instantie correct gewist was, "stack trace":. /// public static string RingtoetsGui_Only_a_single_instance_of_Ringtoets_is_allowed_at_the_same_time_per_process__make_sure_that_the_previous_instance_was_disposed_correctly__stack_trace__ { get { return ResourceManager.GetString("RingtoetsGui_Only_a_single_instance_of_Ringtoets_is_allowed_at_the_same_time_per_" + "process__make_sure_that_the_previous_instance_was_disposed_correctly__stack_trac" + "e__", resourceCulture); } } /// /// Looks up a localized string similar to "DragDrop" wordt al behandeld in de "control". /// public static string RingtoetsGui_RingtoetsGuiDragDrop_DragDrop_is_already_handled_in_control_itself { get { return ResourceManager.GetString("RingtoetsGui_RingtoetsGuiDragDrop_DragDrop_is_already_handled_in_control_itself", resourceCulture); } } /// /// Looks up a localized string similar to Grafische gebruikersinterface initialiseren.... /// public static string RingtoetsGui_Run_Initializing_graphical_user_interface____ { get { return ResourceManager.GetString("RingtoetsGui_Run_Initializing_graphical_user_interface____", resourceCulture); } } /// /// Looks up a localized string similar to Gestart in {0:f2} sec. /// public static string RingtoetsGui_Run_Started_in__0_f2__sec { get { return ResourceManager.GetString("RingtoetsGui_Run_Started_in__0_f2__sec", resourceCulture); } } /// /// Looks up a localized string similar to Starten van de toepassing.... /// public static string RingtoetsGui_Run_Starting_application____ { get { return ResourceManager.GetString("RingtoetsGui_Run_Starting_application____", resourceCulture); } } /// /// Looks up a localized string similar to Logo-bestand {0} bestaat niet. /// public static string RingtoetsGui_ShowSplashScreen_Logo_file__0__does_not_exist { get { return ResourceManager.GetString("RingtoetsGui_ShowSplashScreen_Logo_file__0__does_not_exist", resourceCulture); } } /// /// Looks up a localized string similar to Gebruiker heeft de start geannuleerd, afsluiten.... /// public static string RingtoetsGui_ShowSplashScreen_User_has_cancelled_start__exiting____ { get { return ResourceManager.GetString("RingtoetsGui_ShowSplashScreen_User_has_cancelled_start__exiting____", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap SaveAllHS { get { object obj = ResourceManager.GetObject("SaveAllHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap SaveAsHH { get { object obj = ResourceManager.GetObject("SaveAsHH", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap saveHS { get { object obj = ResourceManager.GetObject("saveHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap script { get { object obj = ResourceManager.GetObject("script", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to {0} heeft geen ondersteuning voor zoeken. /// public static string SearchDialog_BackgroundWorker1DoWork__0__does_not_support_searching { get { return ResourceManager.GetString("SearchDialog_BackgroundWorker1DoWork__0__does_not_support_searching", resourceCulture); } } /// /// Looks up a localized string similar to De volgende fout is opgetreden:. /// public static string SearchDialog_BackgroundWorker1RunWorkerCompleted_The_following_error_occured___ { get { return ResourceManager.GetString("SearchDialog_BackgroundWorker1RunWorkerCompleted_The_following_error_occured___", resourceCulture); } } /// /// Looks up a localized string similar to De zoekopdracht is geannuleerd. /// public static string SearchDialog_BackgroundWorker1RunWorkerCompleted_The_search_has_been_cancelled { get { return ResourceManager.GetString("SearchDialog_BackgroundWorker1RunWorkerCompleted_The_search_has_been_cancelled", resourceCulture); } } /// /// Looks up a localized string similar to Huidige weergave. /// public static string SearchDialog_SearchDialogLoad_Current_View { get { return ResourceManager.GetString("SearchDialog_SearchDialogLoad_Current_View", resourceCulture); } } /// /// Looks up a localized string similar to Het hele Project. /// public static string SearchDialog_SearchDialogLoad_Entire_Project { get { return ResourceManager.GetString("SearchDialog_SearchDialogLoad_Entire_Project", resourceCulture); } } /// /// Looks up a localized string similar to Fout. /// public static string SelectItemDialog_buttonOk_Click_Error { get { return ResourceManager.GetString("SelectItemDialog_buttonOk_Click_Error", resourceCulture); } } /// /// Looks up a localized string similar to Selecteer een "item". /// public static string SelectItemDialog_buttonOk_Click_Please_select_an_item { get { return ResourceManager.GetString("SelectItemDialog_buttonOk_Click_Please_select_an_item", resourceCulture); } } /// /// Looks up a localized string similar to Nieuw. /// public static string SelectItemDialog_listViewItemTypes_SelectedIndexChanged_New_ { get { return ResourceManager.GetString("SelectItemDialog_listViewItemTypes_SelectedIndexChanged_New_", resourceCulture); } } /// /// Looks up a localized string similar to "Explorer". /// public static string SelectItemDialog_ListViewItemTypesOnHandleCreated_Explorer { get { return ResourceManager.GetString("SelectItemDialog_ListViewItemTypesOnHandleCreated_Explorer", resourceCulture); } } /// /// Looks up a localized string similar to Het aantal geselecteerde items moet 1 zijn. /// public static string SelectItemDialog_SelectedItem_Number_of_selected_items_must_be_1 { get { return ResourceManager.GetString("SelectItemDialog_SelectedItem_Number_of_selected_items_must_be_1", resourceCulture); } } /// /// Looks up a localized string similar to #NAME?. /// public static string SelectViewDialog_listBox_DrawItem_____Default_ { get { return ResourceManager.GetString("SelectViewDialog_listBox_DrawItem_____Default_", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap shape_square { get { object obj = ResourceManager.GetObject("shape_square", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Bedrijf. /// public static string SplashScreen_Company { get { return ResourceManager.GetString("SplashScreen_Company", resourceCulture); } } /// /// Looks up a localized string similar to Copyright. /// public static string SplashScreen_CopyRights { get { return ResourceManager.GetString("SplashScreen_CopyRights", resourceCulture); } } /// /// Looks up a localized string similar to Gratis. /// public static string SplashScreen_Free { get { return ResourceManager.GetString("SplashScreen_Free", resourceCulture); } } /// /// Looks up a localized string similar to Licentie. /// public static string SplashScreen_License { get { return ResourceManager.GetString("SplashScreen_License", resourceCulture); } } /// /// Looks up a localized string similar to Verbergen "splash"-scherm.... /// public static string SplashScreen_Shutdown_Hiding_splash_screen____ { get { return ResourceManager.GetString("SplashScreen_Shutdown_Hiding_splash_screen____", resourceCulture); } } /// /// Looks up a localized string similar to Weergegeven van "splash"-scherm.... /// public static string SplashScreen_SplashScreen_VisibleChanged_Showing_splash_screen____ { get { return ResourceManager.GetString("SplashScreen_SplashScreen_VisibleChanged_Showing_splash_screen____", resourceCulture); } } /// /// Looks up a localized string similar to Opstarten.... /// public static string SplashScreen_Starting { get { return ResourceManager.GetString("SplashScreen_Starting", resourceCulture); } } /// /// Looks up a localized string similar to Versie. /// public static string SplashScreen_Version { get { return ResourceManager.GetString("SplashScreen_Version", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap SplashScreenBackground { get { object obj = ResourceManager.GetObject("SplashScreenBackground", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Verbergen "splash"-scherm.... /// public static string SplashScreenWindowsForms_SplashScreen_VisibleChanged_Hiding_splash_screen____ { get { return ResourceManager.GetString("SplashScreenWindowsForms_SplashScreen_VisibleChanged_Hiding_splash_screen____", resourceCulture); } } /// /// Looks up a localized string similar to Weergegeven van "splash"-scherm.... /// public static string SplashScreenWindowsForms_SplashScreen_VisibleChanged_Showing_splash_screen____ { get { return ResourceManager.GetString("SplashScreenWindowsForms_SplashScreen_VisibleChanged_Showing_splash_screen____", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap startpage { get { object obj = ResourceManager.GetObject("startpage", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap StopHS { get { object obj = ResourceManager.GetObject("StopHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to Grafiek. /// public static string ToolWindow_Name_Chart { get { return ResourceManager.GetString("ToolWindow_Name_Chart", resourceCulture); } } /// /// Looks up a localized string similar to Kaart. /// public static string ToolWindow_Name_Map { get { return ResourceManager.GetString("ToolWindow_Name_Map", resourceCulture); } } /// /// Looks up a localized string similar to Tijd Navigatie. /// public static string ToolWindow_Name_Time_Navigator { get { return ResourceManager.GetString("ToolWindow_Name_Time_Navigator", resourceCulture); } } /// /// Looks up a localized string similar to Item ïs niet gevonden in de lijst met weergaven. /// public static string ViewList_ActivateView_Item_not_found_in_list_of_views { get { return ResourceManager.GetString("ViewList_ActivateView_Item_not_found_in_list_of_views", resourceCulture); } } /// /// Looks up a localized string similar to Weergave wordt gesloten terwijl hij aan het openen is!. /// public static string ViewList_Close_View_is_being_closed_while_it_is_being_opened_ { get { return ResourceManager.GetString("ViewList_Close_View_is_being_closed_while_it_is_being_opened_", resourceCulture); } } /// /// Looks up a localized string similar to Bezig met sluiten van de weergave: {0}. /// public static string ViewList_DockingManagerViewBarClosing_Closing_view___0_ { get { return ResourceManager.GetString("ViewList_DockingManagerViewBarClosing_Closing_view___0_", resourceCulture); } } /// /// Looks up a localized string similar to Onverwacht gedrag van de samengestelde weergave, "child"-weergave is "null", "parent"-weergave is: {0}. /// public static string ViewList_ForceViewCleanup_Unexpected_behaviour_from_composite_view__child_view_is_null__parent_view___0_ { get { return ResourceManager.GetString("ViewList_ForceViewCleanup_Unexpected_behaviour_from_composite_view__child_view_is" + "_null__parent_view___0_", resourceCulture); } } /// /// Looks up a localized string similar to Er is geen standaardlocatie opgegeven. Kan geen weergave toevoegen zonder de locatie parameter.. /// public static string ViewList_Insert_No_default_location_specified__Cannot_add_a_view_without_location_parameter_ { get { return ResourceManager.GetString("ViewList_Insert_No_default_location_specified__Cannot_add_a_view_without_location" + "_parameter_", resourceCulture); } } /// /// Looks up a localized string similar to Het is niet mogelijk om "ViewContext" van de weergave {0} toe te voegen omdat "ViewContext" gelijk is aan "null".. /// public static string ViewList_UpdateViewContext_Unable_to_add_ViewContext_of_view__0___ViewContext_is_null_ { get { return ResourceManager.GetString("ViewList_UpdateViewContext_Unable_to_add_ViewContext_of_view__0___ViewContext_is_" + "null_", resourceCulture); } } /// /// Looks up a localized string similar to Het is niet mogelijk "ViewContext" van de weergave {0} toe te voegen omdat "ViewContext.ViewType" niet van type {1} is.. /// public static string ViewList_UpdateViewContext_Unable_to_add_ViewContext_of_view__0___ViewContext_ViewType_is_not_of_type__1__ { get { return ResourceManager.GetString("ViewList_UpdateViewContext_Unable_to_add_ViewContext_of_view__0___ViewContext_Vie" + "wType_is_not_of_type__1__", resourceCulture); } } /// /// Looks up a localized string similar to Meer dan één weergave voor de gegevens. /// public static string ViewResolver_CreateViewForData_More_than_one_view_for_data { get { return ResourceManager.GetString("ViewResolver_CreateViewForData_More_than_one_view_for_data", resourceCulture); } } /// /// Looks up a localized string similar to Geen weergave geregistreerd voor: {0}. /// public static string ViewResolver_OpenViewForData_No_view_registered_for____0_ { get { return ResourceManager.GetString("ViewResolver_OpenViewForData_No_view_registered_for____0_", resourceCulture); } } /// /// Looks up a localized string similar to "Lock". /// public static string ViewSelectionContextMenuController_UpdateMenuItemsValidity_Lock { get { return ResourceManager.GetString("ViewSelectionContextMenuController_UpdateMenuItemsValidity_Lock", resourceCulture); } } /// /// Looks up a localized string similar to "Unlock". /// public static string ViewSelectionContextMenuController_UpdateMenuItemsValidity_Unlock { get { return ResourceManager.GetString("ViewSelectionContextMenuController_UpdateMenuItemsValidity_Unlock", resourceCulture); } } /// /// Looks up a localized string similar to "Sender" moet "non-null" en van het type "Control" zijn. /// public static string ViewSelectionMouseController_OnViewSelectionMouseDown_Sender_must_be_non_null_and_of_type_Control { get { return ResourceManager.GetString("ViewSelectionMouseController_OnViewSelectionMouseDown_Sender_must_be_non_null_and" + "_of_type_Control", resourceCulture); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap WebInsertHyperlinkHS { get { object obj = ResourceManager.GetObject("WebInsertHyperlinkHS", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } } }