Index: Application/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -r0d5ba527995a1b3de4041babb246d675e305d0c1 -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Application/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 0d5ba527995a1b3de4041babb246d675e305d0c1) +++ Application/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -53,9 +53,7 @@ private static string previousExceptionsText = ""; private static int previousExceptionsCount; - private static string runCommand; private static string runActivity; - private static string runScriptFilePath; static App() { @@ -379,12 +377,6 @@ "r|run-activity=", Core.Common.Gui.Properties.Resources.App_ParseArguments_Run_activity_or_model_available_in_the_project_, v => runActivity = v }, { - "f|run-file=", Core.Common.Gui.Properties.Resources.App_ParseArguments_Run_script_from_file, v => runScriptFilePath = Path.GetFullPath(v) - }, - { - "c|run-command=", Core.Common.Gui.Properties.Resources.App_ParseArguments_Run_specified_command__Python__, v => runCommand = v - }, - { "p|project=", delegate(string projectPath) { projectFilePath = projectPath; } }, { Index: Core/Common/src/Core.Common.Gui/Commands/MainWindowCommands.cs =================================================================== diff -u -reee6c7815d1e418eac38c1c552fb279c0887ef55 -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/Common/src/Core.Common.Gui/Commands/MainWindowCommands.cs (.../MainWindowCommands.cs) (revision eee6c7815d1e418eac38c1c552fb279c0887ef55) +++ Core/Common/src/Core.Common.Gui/Commands/MainWindowCommands.cs (.../MainWindowCommands.cs) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -5,11 +5,11 @@ { public static class MainWindowCommands { - public static readonly RoutedUICommand CloseViewTabCommand = new RoutedUICommand(Resources.MainWindowCommands_CloseViewTabCommand_Text_Close_Current_view__Ctrl___W_, Resources.MainWindowCommands_CloseViewTabCommand_Name_Close_Current_View, typeof(MainWindowCommands)); - public static readonly RoutedUICommand ShowObjectInTreeViewCommand = new RoutedUICommand(Resources.MainWindowCommands_ShowObjectInTreeViewCommand_Text_Find_In_Project_Treeview__Shift___Alt___L_, Resources.MainWindowCommands_ShowObjectInTreeViewCommand_Name_Find_In_Project_Treeview, typeof(MainWindowCommands)); - public static readonly RoutedUICommand ShowMessageWindowCommand = new RoutedUICommand(Resources.MainWindowCommands_ShowMessageWindowCommand_Text_Show_Messages__Shift___Alt____O_, Resources.MainWindowCommands_ShowMessageWindowCommand_Name_Show_Messages, typeof(MainWindowCommands)); - public static readonly RoutedUICommand ShowMapLegendViewCommand = new RoutedUICommand(Resources.MainWindowCommands_ShowMapLegendViewCommand_Text_Show_Map_Contents__Shift___Alt____M_, Resources.MainWindowCommands_ShowMapLegendViewCommand_Name_Show_Map_Contents, typeof(MainWindowCommands)); - public static readonly RoutedUICommand ShowPropertiesViewCommand = new RoutedUICommand(Resources.MainWindowCommands_ShowPropertiesViewCommand_Text_Show_Properties__Shift___Alt____P_, Resources.MainWindowCommands_ShowPropertiesViewCommand_Name_Show_Properties, typeof(MainWindowCommands)); - public static readonly RoutedUICommand ShowChartContentsViewCommand = new RoutedUICommand(Resources.MainWindowCommands_ShowChartContentsViewCommand_Text_Show_Chart_Contents__Shift___Alt____C_, Resources.MainWindowCommands_ShowChartContentsViewCommand_Name_Show_Chart_Contents, typeof(MainWindowCommands)); + public static readonly RoutedUICommand CloseViewTabCommand = new RoutedUICommand(); + public static readonly RoutedUICommand ShowObjectInTreeViewCommand = new RoutedUICommand(); + public static readonly RoutedUICommand ShowMessageWindowCommand = new RoutedUICommand(); + public static readonly RoutedUICommand ShowMapLegendViewCommand = new RoutedUICommand(); + public static readonly RoutedUICommand ShowPropertiesViewCommand = new RoutedUICommand(); + public static readonly RoutedUICommand ShowChartContentsViewCommand = new RoutedUICommand(); } } \ No newline at end of file Index: Core/Common/src/Core.Common.Gui/Forms/ViewManager/ViewList.cs =================================================================== diff -u -r8f6918ebceb1e084bc543203ecf5bdf4cae2e925 -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/Common/src/Core.Common.Gui/Forms/ViewManager/ViewList.cs (.../ViewList.cs) (revision 8f6918ebceb1e084bc543203ecf5bdf4cae2e925) +++ Core/Common/src/Core.Common.Gui/Forms/ViewManager/ViewList.cs (.../ViewList.cs) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -406,7 +406,6 @@ private static void ForceViewCleanup(IView view) { - // allow pluginguis to clean up their shit. view.Data = null; // reset data for view // deep clean-up @@ -417,7 +416,7 @@ { if (childView == null) { - Log.WarnFormat(Resources.ViewList_ForceViewCleanup_Unexpected_behaviour_from_composite_view__child_view_is_null__parent_view___0_, view); + Log.WarnFormat(Resources.ViewList_ForceViewCleanup_A_view_within_0_has_no_value, view); } else { Index: Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs =================================================================== diff -u -rca87cfba59d1e35ba9a281b92e5e90f8c8121db0 -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision ca87cfba59d1e35ba9a281b92e5e90f8c8121db0) +++ Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18444 +// Runtime Version:4.0.30319.34209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -80,7 +80,7 @@ } /// - /// Looks up a localized string similar to "Ringtoets" wordt gestart.... + /// Looks up a localized string similar to Ringtoets wordt gestart.... /// public static string App_App_Starting_Ringtoets____ { get { @@ -117,24 +117,6 @@ } /// - /// 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_ { @@ -144,7 +126,7 @@ } /// - /// Looks up a localized string similar to Activiteit '{0}' eindigde met status {1}. + /// 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 { @@ -163,17 +145,8 @@ } /// - /// Looks up a localized string similar to Kon "script" {0} niet vinden. + /// Looks up a localized string similar to Geen project gevonden. Laad het project eerst.. /// - 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, laad 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); @@ -217,7 +190,7 @@ } /// - /// Looks up a localized string similar to "Ringtoets Gui" wordt gestart.... + /// Looks up a localized string similar to Ringtoets' grafische interface wordt gestart.... /// public static string App_RunRingtoets_Starting_Ringtoets_Gui____ { get { @@ -226,7 +199,7 @@ } /// - /// Looks up a localized string similar to Kan geen meerdere instanties van "Ringtoets" starten. Sluit eerst de andere instantie.. + /// Looks up a localized string similar to Kan niet 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 { @@ -296,7 +269,7 @@ } /// - /// Looks up a localized string similar to Weergave is al toegevoegd, activeren de weergave in plaats van het proberen toe te voegen. + /// Looks up a localized string similar to Weergave is al toegevoegd. Activeer de weergave in plaats van het toe te voegen.. /// public static string AvalonDockDockingManager_Add_View_was_already_added__activate_it_instead_of_add { get { @@ -305,7 +278,7 @@ } /// - /// Looks up a localized string similar to Weergave locatie {0} is nog niet geïmplementeerd. + /// 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 { @@ -1019,7 +992,7 @@ } /// - /// Looks up a localized string similar to Onbekende "numberFormat" voor de gebruikersinstellingen. + /// Looks up a localized string similar to Onbekende getalnotatie voor de gebruikersinstellingen. /// public static string GeneralOptionsControl_SetSettingsToNumberFormatControls_Unknown_numberFormat_for_user_settings { get { @@ -1048,7 +1021,7 @@ } /// - /// Looks up a localized string similar to Nieuwe folder toevoegen. + /// Looks up a localized string similar to Nieuwe map toevoegen. /// public static string GuiCommandHandler_AddNewFolder_Add_new_folder { get { @@ -1057,7 +1030,7 @@ } /// - /// Looks up a localized string similar to Er moet een project zijn om een "item" te kunnen toevoegen. + /// 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 { @@ -1066,7 +1039,7 @@ } /// - /// Looks up a localized string similar to Project is gesloten. + /// Looks up a localized string similar to Project is gesloten.. /// public static string GuiCommandHandler_CloseProject_Project_closed { get { @@ -1075,7 +1048,7 @@ } /// - /// Looks up a localized string similar to Kan niet importeren naar {0}. + /// Looks up a localized string similar to Kan niet importeren naar {0}.. /// public static string GuiCommandHandler_ImportOn_Unable_to_import_on__0__ { get { @@ -1084,7 +1057,7 @@ } /// - /// Looks up a localized string similar to Logbestand kan niet worden geopend. + /// Looks up a localized string similar to Logbestand kan niet worden geopend.. /// public static string GuiCommandHandler_OpenLogFileExternal_Unable_to_open_log_file { get { @@ -1121,7 +1094,7 @@ } /// - /// Looks up a localized string similar to Exporteren mislukt. + /// Looks up a localized string similar to Exporteren mislukt.. /// public static string GuiExportHandler_ExporterItemUsingFileOpenDialog_Export_failed { get { @@ -1130,7 +1103,7 @@ } /// - /// Looks up a localized string similar to Exporteren afgerond. + /// Looks up a localized string similar to Exporteren afgerond.. /// public static string GuiExportHandler_ExporterItemUsingFileOpenDialog_Finished_exporting { get { @@ -1139,7 +1112,7 @@ } /// - /// Looks up a localized string similar to Selecteer een bestand om naar toe te exporteren. + /// Looks up a localized string similar to Selecteer een bestand om naartoe te exporteren.. /// public static string GuiExportHandler_ExporterItemUsingFileOpenDialog_Select_a_file_to_export_to { get { @@ -1148,7 +1121,7 @@ } /// - /// Looks up a localized string similar to Exporteren gestart. + /// Looks up a localized string similar to Exporteren gestart.. /// public static string GuiExportHandler_ExporterItemUsingFileOpenDialog_Start_exporting { get { @@ -1177,7 +1150,7 @@ } /// - /// Looks up a localized string similar to Selecteer een bestand om eruit te importeren. + /// 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 { @@ -1187,7 +1160,7 @@ } /// - /// Looks up a localized string similar to Beginnen met het importeren van gegevens. + /// Looks up a localized string similar to Beginnen met het importeren van gegevens.. /// public static string GuiImportHandler_GetImportedItemsUsingFileOpenDialog_Start_importing_data { get { @@ -1275,7 +1248,7 @@ } /// - /// Looks up a localized string similar to Loading Ringtoets project from selected file.. + /// Looks up a localized string similar to Laden van Ringtoets project vanaf geselecteerd bestand.. /// public static string Loading_project_from_selected_file { get { @@ -1304,7 +1277,7 @@ } /// - /// Looks up a localized string similar to Project kan niet worden geopend. + /// Looks up a localized string similar to Project kan niet worden geopend.. /// public static string MainWindow_AddNewMruItem_Can_t_open_project { get { @@ -1322,7 +1295,7 @@ } /// - /// 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.. + /// Looks up a localized string similar to Kon de gevraagde "dock" opmaak niet laden. De instellingen zijn ongeldig en zullen teruggezet worden naar 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 { @@ -1370,119 +1343,6 @@ } /// - /// 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 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 resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap map { @@ -1685,7 +1545,7 @@ } /// - /// Looks up a localized string similar to Fout bij het opslaan van de instellingen in {0}. + /// 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 { @@ -1694,7 +1554,7 @@ } /// - /// Looks up a localized string similar to Instelling {0} is "roaming". Dit wordt niet ondersteund. + /// Looks up a localized string similar to Instelling {0} heeft de niet-ondersteunde waarde 'roaming'.. /// public static string PortableSettingsProvider_ThrowIfRoaming_Setting__0__is_roaming__This_is_not_supported { get { @@ -2015,7 +1875,7 @@ } /// - /// Looks up a localized string similar to Exceptie tijdens deactivering van de "gui"-plugin. + /// Looks up a localized string similar to Exceptie tijdens deactivering van de grafische interface plugin.. /// public static string RingtoetsGui_ActivatePlugins_Exception_during_plugin_gui_deactivation { get { @@ -2051,7 +1911,7 @@ } /// - /// Looks up a localized string similar to "Default tool windows"aan het maken.... + /// Looks up a localized string similar to Standaardschermen aan het maken.... /// public static string RingtoetsGui_InitializeWindows_Creating_default_tool_windows____ { get { @@ -2069,7 +1929,7 @@ } /// - /// Looks up a localized string similar to "Document window manager" aan het maken.... + /// Looks up a localized string similar to Schermmanager voor documenten aan het maken.... /// public static string RingtoetsGui_InitToolWindows_Creating_document_window_manager____ { get { @@ -2078,7 +1938,7 @@ } /// - /// Looks up a localized string similar to "tool window manager" aan het maken.... + /// Looks up a localized string similar to Schermmanager aan het maken.... /// public static string RingtoetsGui_InitToolWindows_Creating_tool_window_manager____ { get { @@ -2087,7 +1947,7 @@ } /// - /// Looks up a localized string similar to Beëindigd "InitToolWindows". + /// Looks up a localized string similar to Maken van standaardschermen beëindigd. /// public static string RingtoetsGui_InitToolWindows_Finished_InitToolWindows { get { @@ -2096,7 +1956,7 @@ } /// - /// 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":. + /// Looks up a localized string similar to Slechts één instantie van de Ringtoets grafische interface is toegestaan per proces. Zorg ervoor dat de vorige instantie correct opgeruimd is. "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 { @@ -2116,7 +1976,7 @@ } /// - /// Looks up a localized string similar to Gestart in {0:f2} sec. + /// Looks up a localized string similar to Gestart in {0:f2} seconden.. /// public static string RingtoetsGui_Run_Started_in__0_f2__sec { get { @@ -2134,7 +1994,7 @@ } /// - /// Looks up a localized string similar to Gebruiker heeft de start geannuleerd, afsluiten.... + /// Looks up a localized string similar to Gebruiker heeft het opstarten onderbroken. Applicatie wordt afgesloten.... /// public static string RingtoetsGui_ShowSplashScreen_User_has_cancelled_start__exiting____ { get { @@ -2192,7 +2052,7 @@ } /// - /// Looks up a localized string similar to Selecteer een "item". + /// Looks up a localized string similar to Selecteer een gegevenstype.. /// public static string SelectItemDialog_buttonOk_Click_Please_select_an_item { get { @@ -2210,7 +2070,7 @@ } /// - /// Looks up a localized string similar to "Explorer". + /// Looks up a localized string similar to Verkenner. /// public static string SelectItemDialog_ListViewItemTypesOnHandleCreated_Explorer { get { @@ -2219,7 +2079,7 @@ } /// - /// Looks up a localized string similar to Het aantal geselecteerde items moet 1 zijn. + /// Looks up a localized string similar to Het aantal geselecteerde gegevenstypes moet 1 zijn.. /// public static string SelectItemDialog_SelectedItem_Number_of_selected_items_must_be_1 { get { @@ -2228,7 +2088,7 @@ } /// - /// Looks up a localized string similar to #NAME?. + /// Looks up a localized string similar to - (Standaard). /// public static string SelectViewDialog_listBox_DrawItem_____Default_ { get { @@ -2283,7 +2143,7 @@ } /// - /// Looks up a localized string similar to Verbergen "splash"-scherm.... + /// Looks up a localized string similar to Verbergen opstartscherm.... /// public static string SplashScreen_Shutdown_Hiding_splash_screen____ { get { @@ -2358,7 +2218,7 @@ } /// - /// Looks up a localized string similar to Item ïs niet gevonden in de lijst met weergaven. + /// Looks up a localized string similar to Weergave is niet gevonden tussen alle mogelijke weergaven.. /// public static string ViewList_ActivateView_Item_not_found_in_list_of_views { get { @@ -2376,7 +2236,7 @@ } /// - /// Looks up a localized string similar to Bezig met sluiten van de weergave: {0}. + /// Looks up a localized string similar to Bezig met sluiten van de weergave: {0}.. /// public static string ViewList_DockingManagerViewBarClosing_Closing_view___0_ { get { @@ -2385,12 +2245,11 @@ } /// - /// Looks up a localized string similar to Onverwacht gedrag van de samengestelde weergave, "child"-weergave is "null", "parent"-weergave is: {0}. + /// Looks up a localized string similar to Onverwacht gedrag van de samengestelde weergave. Een weergave binnen de samengestelde weergave '{0}' heeft geen waarde.. /// - public static string ViewList_ForceViewCleanup_Unexpected_behaviour_from_composite_view__child_view_is_null__parent_view___0_ { + public static string ViewList_ForceViewCleanup_A_view_within_0_has_no_value { get { - return ResourceManager.GetString("ViewList_ForceViewCleanup_Unexpected_behaviour_from_composite_view__child_view_is" + - "_null__parent_view___0_", resourceCulture); + return ResourceManager.GetString("ViewList_ForceViewCleanup_A_view_within_0_has_no_value", resourceCulture); } } @@ -2405,7 +2264,7 @@ } /// - /// Looks up a localized string similar to Meer dan één weergave voor de gegevens. + /// 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 { @@ -2414,7 +2273,7 @@ } /// - /// Looks up a localized string similar to Geen weergave geregistreerd voor: {0}. + /// Looks up a localized string similar to Geen weergave geregistreerd voor: {0}.. /// public static string ViewResolver_OpenViewForData_No_view_registered_for____0_ { get { @@ -2423,7 +2282,7 @@ } /// - /// Looks up a localized string similar to "Lock". + /// Looks up a localized string similar to Vastzetten. /// public static string ViewSelectionContextMenuController_UpdateMenuItemsValidity_Lock { get { @@ -2432,7 +2291,7 @@ } /// - /// Looks up a localized string similar to "Unlock". + /// Looks up a localized string similar to Losmaken. /// public static string ViewSelectionContextMenuController_UpdateMenuItemsValidity_Unlock { get { @@ -2441,7 +2300,7 @@ } /// - /// Looks up a localized string similar to "Sender" moet "non-null" en van het type "Control" zijn. + /// Looks up a localized string similar to Argument 'Sender' moet een instantie van het type 'Control' zijn. /// public static string ViewSelectionMouseController_OnViewSelectionMouseDown_Sender_must_be_non_null_and_of_type_Control { get { Index: Core/Common/src/Core.Common.Gui/Properties/Resources.resx =================================================================== diff -u -rca87cfba59d1e35ba9a281b92e5e90f8c8121db0 -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision ca87cfba59d1e35ba9a281b92e5e90f8c8121db0) +++ Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -171,19 +171,13 @@ ..\Resources\Edit_UndoHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - "Explorer" + Verkenner - - "Properties" weergeven - Nieuw - - "Properties" weergeven (Shift + Alt + P) - - Kan geen meerdere instanties van "Ringtoets" starten. Sluit eerst de andere instantie. + Kan niet meerdere instanties van Ringtoets starten. Sluit eerst de andere instantie. ..\Resources\brick_active.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -213,7 +207,7 @@ Ringtoets project files (.rtx)|*.rtx - Fout bij het opslaan van de instellingen in {0} + Fout bij het opslaan van de instellingen in {0}. ..\Resources\FindView.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -222,17 +216,14 @@ Weergave wordt gesloten terwijl hij aan het openen is! - Bezig met sluiten van de weergave: {0} + Bezig met sluiten van de weergave: {0}. Geen van de "radiobuttons" is geselecteerd: onmogelijk ..\Resources\new.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Toon berichten (Shift + Alt + O) - ..\Resources\link.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -252,7 +243,7 @@ Weergeven/Verbergen - Kan niet importeren naar {0} + Kan niet importeren naar {0}. ../Resources/cog_add.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -261,43 +252,34 @@ Algemeen - Weergave is al toegevoegd, activeren de weergave in plaats van het proberen toe te voegen + Weergave is al toegevoegd. Activeer de weergave in plaats van het toe te voegen. ..\Resources\openfolderHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Opslaan - - Onverwacht gedrag van de samengestelde weergave, "child"-weergave is "null", "parent"-weergave is: {0} + + Onverwacht gedrag van de samengestelde weergave. Een weergave binnen de samengestelde weergave '{0}' heeft geen waarde. - - Weergeven van de inhoud van de grafiek - - "Default tool windows"aan het maken... + Standaardschermen aan het maken... - Exceptie tijdens deactivering van de "gui"-plugin + Exceptie tijdens deactivering van de grafische interface plugin. - - Berichten weergeven - Annuleren... Berichtdetails - - Zoek in "Project Treeview" - Starten van de toepassing... - Activiteit '{0}' eindigde met status {1} + Activiteit '{0}' eindigde met status {1}. Berichten @@ -333,7 +315,7 @@ Starten van activiteit '{0}' - Instelling {0} is "roaming". Dit wordt niet ondersteund + Instelling {0} heeft de niet-ondersteunde waarde 'roaming'. ../Resources/resultset_next.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -342,7 +324,7 @@ ../Resources/folder_delete.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Project kan niet worden geopend + Project kan niet worden geopend. ../Resources/DeleteHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -363,7 +345,7 @@ ..\Resources\graphhs.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - "Document window manager" aan het maken... + Schermmanager voor documenten aan het maken... ..\Resources\data_item_error.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -378,7 +360,7 @@ Opgeslagen project '{0}' - "Sender" moet "non-null" en van het type "Control" zijn + Argument 'Sender' moet een instantie van het type 'Control' zijn Grafiek @@ -387,7 +369,7 @@ ..\Resources\folder_edit.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - "Lock" + Vastzetten ..\Resources\cog_active.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -396,14 +378,11 @@ Geen enkele "importer" is beschikbaar voor dit "item" ({0}). - Geen weergave geregistreerd voor: {0} + Geen weergave geregistreerd voor: {0}. - Loading Ringtoets project from selected file. + Laden van Ringtoets project vanaf geselecteerd bestand. - - Voer script uit vanaf bestand - ..\Resources\CopyHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -423,7 +402,7 @@ Het licentie bestand {0} niet kan worden gevonden op de computer. - Beëindigd "InitToolWindows" + Maken van standaardschermen beëindigd Opslaan Als @@ -441,23 +420,20 @@ Schermen initialiseren... - #NAME? + - (Standaard) Help - "Ringtoets" wordt gestart... + Ringtoets wordt gestart... Kaart Ribbon kon niet worden hersteld. De instellingen zijn ongeldig en zullen worden teruggezet naar de standaardinstellingen. - - Zoeken in "Project Treeview" (Shift + Alt + L) - ../Resources/PlayHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -495,7 +471,7 @@ ..\Resources\application_view_list.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Verbergen "splash"-scherm... + Verbergen opstartscherm... ..\Resources\magnifier.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -510,7 +486,7 @@ ../Resources/brick_delete.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Geen project gevonden, laad het project eerst + Geen project gevonden. Laad het project eerst. ..\Resources\SaveAsHH.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -521,17 +497,14 @@ ..\Resources\CloseFolder.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Weergeven van de inhoud van de kaart - ..\Resources\fullscreen.PNG;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Bedrijf - "Unlock" + Losmaken Annuleer alle activiteiten @@ -540,13 +513,13 @@ ..\Resources\script.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Gestart in {0:f2} sec + Gestart in {0:f2} seconden. ..\Resources\folder_input.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - "tool window manager" aan het maken... + Schermmanager aan het maken... ..\Resources\application_import_blue.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -563,23 +536,14 @@ ..\Resources\brick_error.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Sluit huidige weergave - ..\Resources\CutHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Openen - - Kaart inhoud tonen (Shift + Alt + M) - - - Sluit huidige weergave (Ctrl + W) - - Gebruiker heeft de start geannuleerd, afsluiten... + Gebruiker heeft het opstarten onderbroken. Applicatie wordt afgesloten... ..\Resources\OptionsHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -597,19 +561,16 @@ ..\Resources\error.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Meer dan één weergave voor de gegevens + Meer dan één weergave voor de gegevens. ..\Resources\bug.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Licentie - - Uitvoeren van een opgegeven instructie (Python). - - Beginnen met het importeren van gegevens + Beginnen met het importeren van gegevens. ..\Resources\chart_organisation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -633,14 +594,11 @@ Alle vensters zijn gemaakt. - Selecteer een bestand om eruit te importeren + Selecteer een bestand om eruit te importeren... Menu's en werkbalken instellen... - - Inhoud van de grafiek weergeven (Shift + Alt + C) - Openen van nieuw Ringtoets project. @@ -657,16 +615,16 @@ Berekenen activiteit of model is beschikbaar in het project. - "Ringtoets Gui" wordt gestart... + Ringtoets' grafische interface wordt gestart... - Kon de gevraagde "dock layout" niet laden. De instellingen zijn niet goed en zullen vervangen worden door de standaardinstellingen. + Kon de gevraagde "dock" opmaak niet laden. De instellingen zijn ongeldig en zullen teruggezet worden naar de standaardinstellingen. ..\Resources\application_import_blue_Large.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Item ïs niet gevonden in de lijst met weergaven + Weergave is niet gevonden tussen alle mogelijke weergaven. ..\Resources\folder_database.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -690,7 +648,7 @@ ../Resources/control_play.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Logbestand kan niet worden geopend + Logbestand kan niet worden geopend. Opslaan van project '{0}' @@ -705,7 +663,7 @@ ..\Resources\cut.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Selecteer een "item" + Selecteer een gegevenstype. ../Resources/cog_delete.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -719,9 +677,6 @@ ..\Resources\cross-small.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Kon "script" {0} niet vinden - Opmaak resetten na opnieuw opstarten @@ -747,13 +702,13 @@ ..\Resources\folder_output.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Project is gesloten + Project is gesloten. Recent - Onbekende "numberFormat" voor de gebruikersinstellingen + Onbekende getalnotatie voor de gebruikersinstellingen Afsluiten @@ -771,16 +726,16 @@ Afsluiten - Het aantal geselecteerde items moet 1 zijn + Het aantal geselecteerde gegevenstypes moet 1 zijn. - Weergave locatie {0} is nog niet geïmplementeerd + Weergave locatie {0} is nog niet geïmplementeerd. ..\Resources\chart_pie.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Slechts één instantie van "RingtoetsGui" is toegestaan per proces. Zorg ervoor dat de vorige instantie correct gewist was, "stack trace": + Slechts één instantie van de Ringtoets grafische interface is toegestaan per proces. Zorg ervoor dat de vorige instantie correct opgeruimd is. "Stack trace": Log Tonen @@ -831,22 +786,22 @@ De representatieve waarde die gebruikt wordt door de berekening. - Nieuwe folder toevoegen + Nieuwe map toevoegen - Er moet een project zijn om een "item" te kunnen toevoegen + Er moet een project zijn om een "item" te kunnen toevoegen. - Exporteren mislukt + Exporteren mislukt. - Exporteren afgerond + Exporteren afgerond. - Selecteer een bestand om naar toe te exporteren + Selecteer een bestand om naartoe te exporteren. - Exporteren gestart + Exporteren gestart. Ringtoets kan de huidige selectie niet exporteren. Index: Core/Common/src/Core.Common.Utils/ComponentModel/DynamicReadOnlyAttribute.cs =================================================================== diff -u -rd6de3bdcd7e2211019e39ddf883926fb8d7b13bd -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/Common/src/Core.Common.Utils/ComponentModel/DynamicReadOnlyAttribute.cs (.../DynamicReadOnlyAttribute.cs) (revision d6de3bdcd7e2211019e39ddf883926fb8d7b13bd) +++ Core/Common/src/Core.Common.Utils/ComponentModel/DynamicReadOnlyAttribute.cs (.../DynamicReadOnlyAttribute.cs) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -23,7 +23,7 @@ var propertyInfo = obj.GetType().GetProperty(propertyName); if (propertyInfo == null) { - throw new MissingMemberException(string.Format(Resource.DynamicReadOnlyAttribute_IsDynamicReadOnly_Could_not_find_property__0__on_type__1_, propertyName, + throw new MissingMemberException(string.Format(Resource.Could_not_find_property__0__on_type__1_, propertyName, obj.GetType())); } Index: Core/Common/src/Core.Common.Utils/ComponentModel/DynamicVisibleAttribute.cs =================================================================== diff -u -rd6de3bdcd7e2211019e39ddf883926fb8d7b13bd -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/Common/src/Core.Common.Utils/ComponentModel/DynamicVisibleAttribute.cs (.../DynamicVisibleAttribute.cs) (revision d6de3bdcd7e2211019e39ddf883926fb8d7b13bd) +++ Core/Common/src/Core.Common.Utils/ComponentModel/DynamicVisibleAttribute.cs (.../DynamicVisibleAttribute.cs) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -24,7 +24,7 @@ var propertyInfo = obj.GetType().GetProperty(propertyName); if (propertyInfo == null) { - throw new MissingMemberException(string.Format(Resource.DynamicVisibleAttribute_IsDynamicVisible_Could_not_find_property__0__on_type__1_, propertyName, + throw new MissingMemberException(string.Format(Resource.Could_not_find_property__0__on_type__1_, propertyName, obj.GetType())); } Index: Core/Common/src/Core.Common.Utils/Interop/NativeLibrary.cs =================================================================== diff -u -rd6de3bdcd7e2211019e39ddf883926fb8d7b13bd -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/Common/src/Core.Common.Utils/Interop/NativeLibrary.cs (.../NativeLibrary.cs) (revision d6de3bdcd7e2211019e39ddf883926fb8d7b13bd) +++ Core/Common/src/Core.Common.Utils/Interop/NativeLibrary.cs (.../NativeLibrary.cs) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -69,8 +69,8 @@ var error = Marshal.GetLastWin32Error(); var exception = new Win32Exception(error); throw new FileNotFoundException( - string.Format(Resource.NativeLibrary_LoadNativeDll_Could_not_find___load__3___2_Error___4_____0__2_File___5___1_, - exception.Message, dllFileName, Environment.NewLine, dllFileName, error, directory)); + string.Format(Resource.NativeLibrary_LoadNativeDll_Could_not_find_load_0_Error_1_2_File_3_0_, + dllFileName, error, exception.Message, directory, dllFileName)); } } } Index: Core/Common/src/Core.Common.Utils/Properties/Resource.Designer.cs =================================================================== diff -u -r3fb4f975b19a14ad62c3ac2e5816ae6e08f957cc -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/Common/src/Core.Common.Utils/Properties/Resource.Designer.cs (.../Resource.Designer.cs) (revision 3fb4f975b19a14ad62c3ac2e5816ae6e08f957cc) +++ Core/Common/src/Core.Common.Utils/Properties/Resource.Designer.cs (.../Resource.Designer.cs) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -71,8 +71,17 @@ } /// - /// Looks up a localized string similar to Argument van DynamicReadOnlyValidationMethod heeft een incorrect type. Zou van het type string moeten zijn. Klasse: {0}. + /// Looks up a localized string similar to Kon eigenschap {0} van type {1} niet vinden.. /// + internal static string Could_not_find_property__0__on_type__1_ { + get { + return ResourceManager.GetString("Could_not_find_property__0__on_type__1_", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Argument van DynamicReadOnlyValidationMethod moet van het type 'string' zijn. Klasse: {0}. + /// internal static string DynamicReadOnlyAttribute_GetDynamicReadOnlyValidationMethod_DynamicReadOnlyValidationMethod_has_incorrect_argument_type__should_be_of_type_string__class___0_ { get { return ResourceManager.GetString("DynamicReadOnlyAttribute_GetDynamicReadOnlyValidationMethod_DynamicReadOnlyValida" + @@ -112,7 +121,7 @@ } /// - /// Looks up a localized string similar to Slechts één DynamicReadOnlyValidationMethod toegestaan per klasse: {0}. + /// Looks up a localized string similar to Slechts één DynamicReadOnlyValidationMethod toegestaan per klasse: {0}.. /// internal static string DynamicReadOnlyAttribute_GetDynamicReadOnlyValidationMethod_Only_one_DynamicReadOnlyValidationMethod_is_allowed_per_class___0_ { get { @@ -122,7 +131,7 @@ } /// - /// Looks up a localized string similar to {0} gebruikt DynanamicReadOnlyAttribute, maar heeft geen methode gemarkeerd met DynamicReadOnlyValidationMethodAttribute. + /// Looks up a localized string similar to {0} gebruikt DynanamicReadOnlyAttribute, maar heeft geen methode gemarkeerd met DynamicReadOnlyValidationMethodAttribute.. /// internal static string DynamicReadOnlyAttribute_IsDynamicReadOnly__0__uses_DynanamicReadOnlyAttribute_but_does_not_have_method_marked_using_DynamicReadOnlyValidationMethodAttribute { get { @@ -132,18 +141,8 @@ } /// - /// Looks up a localized string similar to Kon eigenschap {0} op type {1} niet vinden.. + /// Looks up a localized string similar to {0} gebruikt DynamicVisibleAttribute, maar heeft geen methode gemarkeerd met DynamicVisibleValidationMethodAttribute.. /// - internal static string DynamicReadOnlyAttribute_IsDynamicReadOnly_Could_not_find_property__0__on_type__1_ { - get { - return ResourceManager.GetString("DynamicReadOnlyAttribute_IsDynamicReadOnly_Could_not_find_property__0__on_type__1" + - "_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} gebruikt DynamicVisibleAttribute, maar heeft geen methode gemarkeerd met DynamicVisibleValidationMethodAttribute. - /// internal static string DynamicVisibleAttribute_IsDynamicVisible__0__uses_DynamicVisibleAttribute_but_does_not_have_method_marked_using_DynamicVisibleValidationMethodAttribute { get { return ResourceManager.GetString("DynamicVisibleAttribute_IsDynamicVisible__0__uses_DynamicVisibleAttribute_but_doe" + @@ -152,17 +151,8 @@ } /// - /// Looks up a localized string similar to Kon eigenschap {0} van type {1} niet vinden. + /// Looks up a localized string similar to Parameter 'GroupSize' moet groter zijn dan 0.. /// - internal static string DynamicVisibleAttribute_IsDynamicVisible_Could_not_find_property__0__on_type__1_ { - get { - return ResourceManager.GetString("DynamicVisibleAttribute_IsDynamicVisible_Could_not_find_property__0__on_type__1_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Parameter 'GroupSize' moet groter zijn dan 0. - /// internal static string EnumerableExtensions_SplitInGroups_GroupSize_must_be_greater_than_0 { get { return ResourceManager.GetString("EnumerableExtensions_SplitInGroups_GroupSize_must_be_greater_than_0", resourceCulture); @@ -206,17 +196,18 @@ } /// - /// Looks up a localized string similar to Kon {3} niet vinden, dan wel laden.{2}Fout: {4} - {0}{2}Bestand: {5}\{1}. + /// Looks up a localized string similar to Kon {0} niet vinden, dan wel laden. + ///Fout: {1} - {2} + ///Bestand: {3}\{0}. /// - internal static string NativeLibrary_LoadNativeDll_Could_not_find___load__3___2_Error___4_____0__2_File___5___1_ { + internal static string NativeLibrary_LoadNativeDll_Could_not_find_load_0_Error_1_2_File_3_0_ { get { - return ResourceManager.GetString("NativeLibrary_LoadNativeDll_Could_not_find___load__3___2_Error___4_____0__2_File_" + - "__5___1_", resourceCulture); + return ResourceManager.GetString("NativeLibrary_LoadNativeDll_Could_not_find_load_0_Error_1_2_File_3_0_", resourceCulture); } } /// - /// Looks up a localized string similar to Geprobeerd te vervangen "features" in "feature spatial data", maar kon "feature" niet vinden in de oorspronkelijke "context": {0}. + /// Looks up a localized string similar to Geprobeerd het kenmerk in de beschikbare spatiele data te vervangen, maar kon kenmerk niet vinden in de oorspronkelijke context: {0}.. /// internal static string ObjectHelper_CouldNotFindFeatureInOriginalContext { get { @@ -225,17 +216,8 @@ } /// - /// Looks up a localized string similar to Waarde van type {0} "object" kan niet gekloond worden. Implementeer "ICloneable". + /// Looks up a localized string similar to Kan methode {0}.TryParse(string, out {0}) niet vinden.. /// - internal static string ObjectHelper_ValueOfTypeCantBeCloned { - get { - return ResourceManager.GetString("ObjectHelper_ValueOfTypeCantBeCloned", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Kan methode {0}.TryParse(string, out {0}) niet vinden. - /// internal static string ParseHelper_ParseHelper_Cannot_find_method__0__TryParse_string__out__0__ { get { return ResourceManager.GetString("ParseHelper_ParseHelper_Cannot_find_method__0__TryParse_string__out__0__", resourceCulture); @@ -252,7 +234,7 @@ } /// - /// Looks up a localized string similar to Exceptie opgetreden. + /// Looks up a localized string similar to Exceptie opgetreden.. /// internal static string TypeUtils_CallMethod_Exception_occured { get { @@ -261,7 +243,7 @@ } /// - /// Looks up a localized string similar to Geen 'default constructor' gevonden voor type {0}. + /// Looks up a localized string similar to Geen 'default constructor' gevonden voor type {0}.. /// internal static string TypeUtils_CreateInstance_No_default_constructor_available_for_type__0_ { get { @@ -270,7 +252,7 @@ } /// - /// Looks up a localized string similar to '{0}' is niet een geldige expressie voor deze methode. + /// Looks up a localized string similar to '{0}' is geen geldige expressie voor deze methode.. /// internal static string TypeUtils_GetMemberName___0____is_not_a_valid_expression_for_this_method { get { @@ -279,7 +261,7 @@ } /// - /// Looks up a localized string similar to Parameter 'member' is geen geldige expressie voor deze methode. + /// Looks up a localized string similar to Parameter 'member' is geen geldige expressie voor deze methode.. /// internal static string TypeUtils_GetMemberNameFromMemberExpression__member__not_a_valid_expression_for_this_method { get { @@ -289,7 +271,7 @@ } /// - /// Looks up a localized string similar to {0}, ernst: {1} ({2} fout(en), {3} waarschuwing(en), {4} info). + /// Looks up a localized string similar to {0}, ernst: {1} ({2} fout(en), {3} waarschuwing(en), {4} info).. /// internal static string ValidationReport_ToString__0___severity___1____2__error_s____3__warning_s____4__info_ { get { Index: Core/Common/src/Core.Common.Utils/Properties/Resource.resx =================================================================== diff -u -r3fb4f975b19a14ad62c3ac2e5816ae6e08f957cc -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/Common/src/Core.Common.Utils/Properties/Resource.resx (.../Resource.resx) (revision 3fb4f975b19a14ad62c3ac2e5816ae6e08f957cc) +++ Core/Common/src/Core.Common.Utils/Properties/Resource.resx (.../Resource.resx) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -120,32 +120,26 @@ tot - - Waarde van type {0} "object" kan niet gekloond worden. Implementeer "ICloneable" - - Geprobeerd te vervangen "features" in "feature spatial data", maar kon "feature" niet vinden in de oorspronkelijke "context": {0} + Geprobeerd het kenmerk in de beschikbare spatiele data te vervangen, maar kon kenmerk niet vinden in de oorspronkelijke context: {0}. - Parameter 'GroupSize' moet groter zijn dan 0 + Parameter 'GroupSize' moet groter zijn dan 0. De buffer is te klein: buffer moet minstens {0} byte groot zijn. Thread synchronisatiefout (aanroep {1}): {0} - - Kon eigenschap {0} op type {1} niet vinden. - - {0} gebruikt DynanamicReadOnlyAttribute, maar heeft geen methode gemarkeerd met DynamicReadOnlyValidationMethodAttribute + {0} gebruikt DynanamicReadOnlyAttribute, maar heeft geen methode gemarkeerd met DynamicReadOnlyValidationMethodAttribute. DynamicReadOnlyValidationMethod niet gevonden (of geen 'public' toegankelijkheid). Klasse: {0} - Slechts één DynamicReadOnlyValidationMethod toegestaan per klasse: {0} + Slechts één DynamicReadOnlyValidationMethod toegestaan per klasse: {0}. DynamicReadOnlyValidationMethod moet 'bool' als 'return type' hebben. Klasse: {0} @@ -154,31 +148,33 @@ DynamicReadOnlyValidationMethod heeft een incorrecte aantal argumenten. Zou er één moeten zijn. Klasse: {0} - Argument van DynamicReadOnlyValidationMethod heeft een incorrect type. Zou van het type string moeten zijn. Klasse: {0} + Argument van DynamicReadOnlyValidationMethod moet van het type 'string' zijn. Klasse: {0} - - Kon eigenschap {0} van type {1} niet vinden + + Kon eigenschap {0} van type {1} niet vinden. - {0} gebruikt DynamicVisibleAttribute, maar heeft geen methode gemarkeerd met DynamicVisibleValidationMethodAttribute + {0} gebruikt DynamicVisibleAttribute, maar heeft geen methode gemarkeerd met DynamicVisibleValidationMethodAttribute. - - Kon {3} niet vinden, dan wel laden.{2}Fout: {4} - {0}{2}Bestand: {5}\{1} + + Kon {0} niet vinden, dan wel laden. +Fout: {1} - {2} +Bestand: {3}\{0} - Geen 'default constructor' gevonden voor type {0} + Geen 'default constructor' gevonden voor type {0}. - Exceptie opgetreden + Exceptie opgetreden. - Parameter 'member' is geen geldige expressie voor deze methode + Parameter 'member' is geen geldige expressie voor deze methode. - Kan methode {0}.TryParse(string, out {0}) niet vinden + Kan methode {0}.TryParse(string, out {0}) niet vinden. - {0}, ernst: {1} ({2} fout(en), {3} waarschuwing(en), {4} info) + {0}, ernst: {1} ({2} fout(en), {3} waarschuwing(en), {4} info). wordt overgeslagen @@ -193,6 +189,6 @@ Kon 'Assembly' informatie niet lezen voor {0} : {1} - '{0}' is niet een geldige expressie voor deze methode + '{0}' is geen geldige expressie voor deze methode. \ No newline at end of file Index: Core/Common/test/Core.Common.Utils.Tests/PropertyBag/DynamicPropertyBagTest.cs =================================================================== diff -u -rd6de3bdcd7e2211019e39ddf883926fb8d7b13bd -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/Common/test/Core.Common.Utils.Tests/PropertyBag/DynamicPropertyBagTest.cs (.../DynamicPropertyBagTest.cs) (revision d6de3bdcd7e2211019e39ddf883926fb8d7b13bd) +++ Core/Common/test/Core.Common.Utils.Tests/PropertyBag/DynamicPropertyBagTest.cs (.../DynamicPropertyBagTest.cs) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -209,7 +209,7 @@ } [Test] - [ExpectedException(typeof(MissingMethodException), ExpectedMessage = "Slechts één DynamicReadOnlyValidationMethod toegestaan per klasse: Core.Common.Utils.Tests.PropertyBag.DynamicPropertyBagTest+TestWithTwoValidationMethodsClassProperties")] + [ExpectedException(typeof(MissingMethodException), ExpectedMessage = "Slechts één DynamicReadOnlyValidationMethod toegestaan per klasse: Core.Common.Utils.Tests.PropertyBag.DynamicPropertyBagTest+TestWithTwoValidationMethodsClassProperties.")] public void OnlySingleValidationMethodIsAllowed() { var dynamicPropertyBag = new DynamicPropertyBag(new TestWithTwoValidationMethodsClassProperties()); Index: Core/GIS/src/Core.GIS.NetTopologySuite.Extensions/Core.GIS.NetTopologySuite.Extensions.csproj =================================================================== diff -u -r31d7b5552adb7b89eaf1552855f88c5df887e4f9 -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/GIS/src/Core.GIS.NetTopologySuite.Extensions/Core.GIS.NetTopologySuite.Extensions.csproj (.../Core.GIS.NetTopologySuite.Extensions.csproj) (revision 31d7b5552adb7b89eaf1552855f88c5df887e4f9) +++ Core/GIS/src/Core.GIS.NetTopologySuite.Extensions/Core.GIS.NetTopologySuite.Extensions.csproj (.../Core.GIS.NetTopologySuite.Extensions.csproj) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -86,11 +86,6 @@ - - True - True - Resources.resx - @@ -114,13 +109,6 @@ - - PublicResXFileCodeGenerator - Resources.Designer.cs - Designer - - - False .NET Framework 3.5 SP1 Client Profile Fisheye: Tag 84a9db62e2fb9699c289b2df788b6d622e4f637a refers to a dead (removed) revision in file `Core/GIS/src/Core.GIS.NetTopologySuite.Extensions/Properties/Resources.Designer.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 84a9db62e2fb9699c289b2df788b6d622e4f637a refers to a dead (removed) revision in file `Core/GIS/src/Core.GIS.NetTopologySuite.Extensions/Properties/Resources.resx'. Fisheye: No comparison available. Pass `N' to diff? Index: Core/GIS/src/Core.GIS.SharpMap.UI/Properties/Resources.Designer.cs =================================================================== diff -u -r02d4fb099ae6e6c228220838181eaa0f06d1d06f -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/GIS/src/Core.GIS.SharpMap.UI/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 02d4fb099ae6e6c228220838181eaa0f06d1d06f) +++ Core/GIS/src/Core.GIS.SharpMap.UI/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -241,15 +241,6 @@ } /// - /// Looks up a localized string similar to Omkeer de regel(s). - /// - internal static string Reverse2DLineTool_MenuItemText { - get { - return ResourceManager.GetString("Reverse2DLineTool_MenuItemText", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap sliderbottom { Index: Core/GIS/src/Core.GIS.SharpMap.UI/Properties/Resources.resx =================================================================== diff -u -r02d4fb099ae6e6c228220838181eaa0f06d1d06f -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/GIS/src/Core.GIS.SharpMap.UI/Properties/Resources.resx (.../Resources.resx) (revision 02d4fb099ae6e6c228220838181eaa0f06d1d06f) +++ Core/GIS/src/Core.GIS.SharpMap.UI/Properties/Resources.resx (.../Resources.resx) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -133,9 +133,6 @@ ..\resources\addfeaturetemplate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Omkeer de regel(s) - ..\Resources\hintbox.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Index: Core/GIS/src/Core.GIS.SharpMap/Core.GIS.SharpMap.csproj =================================================================== diff -u -rb8ba6aba1df53a77e72e1fe9cfa73c62aadadeb6 -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/GIS/src/Core.GIS.SharpMap/Core.GIS.SharpMap.csproj (.../Core.GIS.SharpMap.csproj) (revision b8ba6aba1df53a77e72e1fe9cfa73c62aadadeb6) +++ Core/GIS/src/Core.GIS.SharpMap/Core.GIS.SharpMap.csproj (.../Core.GIS.SharpMap.csproj) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -163,11 +163,6 @@ - - True - True - Resources.resx - @@ -219,11 +214,6 @@ - - Designer - ResXFileCodeGenerator - Resources.Designer.cs - DropdownShapeEditor.cs Fisheye: Tag 84a9db62e2fb9699c289b2df788b6d622e4f637a refers to a dead (removed) revision in file `Core/GIS/src/Core.GIS.SharpMap/Properties/Resources.Designer.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 84a9db62e2fb9699c289b2df788b6d622e4f637a refers to a dead (removed) revision in file `Core/GIS/src/Core.GIS.SharpMap/Properties/Resources.resx'. Fisheye: No comparison available. Pass `N' to diff? Index: Core/Plugins/src/Core.Plugins.CommonTools.Gui/Properties/Resources.Designer.cs =================================================================== diff -u -r5c6efff7898381b19025262256fca49528e03e3b -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/Plugins/src/Core.Plugins.CommonTools.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 5c6efff7898381b19025262256fca49528e03e3b) +++ Core/Plugins/src/Core.Plugins.CommonTools.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -71,7 +71,7 @@ } /// - /// Looks up a localized string similar to Vlak serie instellingen. + /// Looks up a localized string similar to Vlak gegevensreeks instellingen. /// public static string AreaChartSeriesProperties_DisplayName { get { @@ -80,7 +80,7 @@ } /// - /// Looks up a localized string similar to Interpolatieschema van de serie.. + /// Looks up a localized string similar to Interpolatieschema van de gegevensreeks.. /// public static string AreaChartSeriesProperties_Interpolation_Description { get { @@ -128,7 +128,7 @@ } /// - /// Looks up a localized string similar to Kleur van de balken in de serie.. + /// Looks up a localized string similar to Kleur van de balken in de gegevensreeks.. /// public static string BarSeriesProperties_Color_Description { get { @@ -146,7 +146,7 @@ } /// - /// Looks up a localized string similar to Lijnstijl van de lijn langs de omtrek van de serie.. + /// Looks up a localized string similar to Stijl van de lijn langs de omtrek van de gegevensreeks.. /// public static string BarSeriesProperties_DashStyle_Description { get { @@ -155,7 +155,7 @@ } /// - /// Looks up a localized string similar to Dash stijl. + /// Looks up a localized string similar to Lijnstijl. /// public static string BarSeriesProperties_DashStyle_DisplayName { get { @@ -164,7 +164,7 @@ } /// - /// Looks up a localized string similar to Bar series instellingen. + /// Looks up a localized string similar to Balk gegevensreeks instellingen. /// public static string BarSeriesProperties_DisplayName { get { @@ -173,7 +173,7 @@ } /// - /// Looks up a localized string similar to Zichtbaarheid van de lijn langs de omtrek van de serie.. + /// Looks up a localized string similar to Zichtbaarheid van de lijn langs de omtrek van de gegevensreeks.. /// public static string BarSeriesProperties_LineVisible_Description { get { @@ -182,7 +182,7 @@ } /// - /// Looks up a localized string similar to Kleur van de lijn langs de omtrek van de serie.. + /// Looks up a localized string similar to Kleur van de lijn langs de omtrek van de gegevensreeks.. /// public static string BarSeriesProperties_OutlineColor_Description { get { @@ -200,7 +200,7 @@ } /// - /// Looks up a localized string similar to Breedte van de lijn langs de omtrek van de serie.. + /// Looks up a localized string similar to Breedte van de lijn langs de omtrek van de gegevensreeks.. /// public static string BarSeriesProperties_Width_Description { get { @@ -237,15 +237,6 @@ } /// - /// Looks up a localized string similar to Algemeen. - /// - public static string Categories_General1 { - get { - return ResourceManager.GetString("Categories_General1", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Chart { @@ -256,7 +247,7 @@ } /// - /// Looks up a localized string similar to Detecteer automatisch de minimale en maximale waarden van de serie en gebruik deze als as limieten.. + /// Looks up a localized string similar to Detecteer automatisch de minimale en maximale waarden van de gegevensreeks en gebruik deze als as limieten.. /// public static string ChartAxisProperties_Automatic_Description { get { @@ -553,7 +544,7 @@ } /// - /// Looks up a localized string similar to Lettertype grootte is niet binnen grenzen (3-200). + /// Looks up a localized string similar to Lettertype grootte valt niet binnen grenzen (3-200). /// public static string ChartProperties_FontValid_Font_size_is_not_within_limits__3___200_ { get { @@ -600,9 +591,9 @@ /// /// Looks up a localized string similar to Rechteras van deze grafiek.. /// - public static string ChartProperties_RightAcis_Description { + public static string ChartProperties_RightAxis_Description { get { - return ResourceManager.GetString("ChartProperties_RightAcis_Description", resourceCulture); + return ResourceManager.GetString("ChartProperties_RightAxis_Description", resourceCulture); } } @@ -661,7 +652,7 @@ } /// - /// Looks up a localized string similar to Serie instellingen. + /// Looks up a localized string similar to Gegevensreeks instellingen. /// public static string ChartSeriesProperties_DisplayName { get { @@ -670,7 +661,7 @@ } /// - /// Looks up a localized string similar to Hiermee bepaalt u of deze serie in de legenda van de grafiek wordt weergeven.. + /// Looks up a localized string similar to Hiermee bepaalt u of deze gegevensreeks in de legenda van de grafiek wordt weergeven.. /// public static string ChartSeriesProperties_ShowInLegend_Description { get { @@ -688,7 +679,7 @@ } /// - /// Looks up a localized string similar to Titel van deze serie.. + /// Looks up a localized string similar to Titel van deze gegevensreeks.. /// public static string ChartSeriesProperties_Title_Description { get { @@ -697,7 +688,7 @@ } /// - /// Looks up a localized string similar to Verticale as waarvan de waarden gekoppeld zijn aan deze serie.. + /// Looks up a localized string similar to Verticale as waarvan de waarden gekoppeld zijn aan deze gegevensreeks.. /// public static string ChartSeriesProperties_VerticalAxis_Description { get { @@ -724,15 +715,6 @@ } /// - /// Looks up a localized string similar to Naam van dit item.. - /// - public static string Common_Name_Description { - get { - return ResourceManager.GetString("Common_Name_Description", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Naam. /// public static string Common_Name_DisplayName { @@ -742,80 +724,6 @@ } /// - /// Looks up a localized string similar to TODO: dialoogvenster weergeven en selecteer welk deel van de functie in een grafiek moet worden weergegeven en selecteer reekstype.. - /// - public static string CommonToolsGuiPlugin_ActiveViewDragDrop_TODO__show_dialog_and_select_which_part_of_function_should_be_shown_on_a_chart_and_select_series_type_ { - get { - return ResourceManager.GetString("CommonToolsGuiPlugin_ActiveViewDragDrop_TODO__show_dialog_and_select_which_part_o" + - "f_function_should_be_shown_on_a_chart_and_select_series_type_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gegevens in de serie genereren.... - /// - public static string CommonToolsGuiPlugin_CommonToolsGuiPlugin_Generate_Data_in_Series___ { - get { - return ResourceManager.GetString("CommonToolsGuiPlugin_CommonToolsGuiPlugin_Generate_Data_in_Series___", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to View van type {0} heeft meerdere ITimeNavigatable ChildViews: dubbelzinnig.. - /// - public static string CommonToolsGuiPlugin_FindTimeNavigatableView_View_of_type__0__has_multiple_ITimeNavigatable_ChildViews__ambiguous_ { - get { - return ResourceManager.GetString("CommonToolsGuiPlugin_FindTimeNavigatableView_View_of_type__0__has_multiple_ITimeN" + - "avigatable_ChildViews__ambiguous_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Copy State. - /// - public static string CommonToolsGuiPlugin_GetContextMenu_Copy_State { - get { - return ResourceManager.GetString("CommonToolsGuiPlugin_GetContextMenu_Copy_State", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Plakken status. - /// - public static string CommonToolsGuiPlugin_GetContextMenu_Paste_State { - get { - return ResourceManager.GetString("CommonToolsGuiPlugin_GetContextMenu_Paste_State", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gebruik als Beginstatus. - /// - public static string CommonToolsGuiPlugin_GetContextMenu_Use_as_Initial_State { - get { - return ResourceManager.GetString("CommonToolsGuiPlugin_GetContextMenu_Use_as_Initial_State", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gebruik Laatste Successvolle Restart. - /// - public static string CommonToolsGuiPlugin_GetContextMenu_Use_Last_Valid_Restart { - get { - return ResourceManager.GetString("CommonToolsGuiPlugin_GetContextMenu_Use_Last_Valid_Restart", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gebruik Herstart. - /// - public static string CommonToolsGuiPlugin_GetContextMenu_Use_Restart { - get { - return ResourceManager.GetString("CommonToolsGuiPlugin_GetContextMenu_Use_Restart", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Browser. /// public static string CommonToolsGuiPlugin_GetViewInfoObjects_Browser { @@ -834,24 +742,6 @@ } /// - /// Looks up a localized string similar to Exporteren vanaf project. - /// - public static string CommonToolsGuiPlugin_GetViewInfoObjects_Export_from_project { - get { - return ResourceManager.GetString("CommonToolsGuiPlugin_GetViewInfoObjects_Export_from_project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tabelweergave. - /// - public static string CommonToolsGuiPlugin_GetViewInfoObjects_Table_View { - get { - return ResourceManager.GetString("CommonToolsGuiPlugin_GetViewInfoObjects_Table_View", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Teksteditor. /// public static string CommonToolsGuiPlugin_GetViewInfoObjects_Text_editor { @@ -870,15 +760,6 @@ } /// - /// Looks up a localized string similar to Gegevens. - /// - public static string CommonToolsGuiPlugin_InitializeFunctionTreeView_Data { - get { - return ResourceManager.GetString("CommonToolsGuiPlugin_InitializeFunctionTreeView_Data", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Control { @@ -889,87 +770,6 @@ } /// - /// Looks up a localized string similar to Data item. - /// - public static string DataItemProperties_DisplayName { - get { - return ResourceManager.GetString("DataItemProperties_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naam van het getoond item.. - /// - public static string DataItemProperties_Name_Description { - get { - return ResourceManager.GetString("DataItemProperties_Name_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Data item set. - /// - public static string DataItemSetProperties_DisplayName { - get { - return ResourceManager.GetString("DataItemSetProperties_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naam van het getoonde data item set.. - /// - public static string DataItemSetProperties_Name_Description { - get { - return ResourceManager.GetString("DataItemSetProperties_Name_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deze variabele is afhankelijk van deze variabelen.. - /// - public static string DependentVariableProperties_DependsOn_Description { - get { - return ResourceManager.GetString("DependentVariableProperties_DependsOn_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Afhankelijk van. - /// - public static string DependentVariableProperties_DependsOn_DisplayName { - get { - return ResourceManager.GetString("DependentVariableProperties_DependsOn_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Afhankelijke variabele. - /// - public static string DependentVariableProperties_DisplayName { - get { - return ResourceManager.GetString("DependentVariableProperties_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Waarde die het ontbreken van gegevens weergeeft.. - /// - public static string DependentVariableProperties_NoDataValue_Description { - get { - return ResourceManager.GetString("DependentVariableProperties_NoDataValue_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Geen gegevens'-waarde. - /// - public static string DependentVariableProperties_NoDataValue_DisplayName { - get { - return ResourceManager.GetString("DependentVariableProperties_NoDataValue_DisplayName", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Eraser { @@ -980,167 +780,6 @@ } /// - /// Looks up a localized string similar to Wizard werd niet correct afgerond. Niet in staat om te configureren.. - /// - public static string ExportProjectFolderWizardDialog_Configure_Wizard_did_not_finish_correctly__Unable_to_configure_ { - get { - return ResourceManager.GetString("ExportProjectFolderWizardDialog_Configure_Wizard_did_not_finish_correctly__Unable" + - "_to_configure_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wizard is niet compatibel met gegeven exporteur.. - /// - public static string ExportProjectFolderWizardDialog_Configure_Wizard_is_incompatible_with_given_exporter_ { - get { - return ResourceManager.GetString("ExportProjectFolderWizardDialog_Configure_Wizard_is_incompatible_with_given_expor" + - "ter_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Exporteren vanaf project. - /// - public static string ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_Export_from_project { - get { - return ResourceManager.GetString("ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_Export_from_proje" + - "ct", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Druk op Voltooien om af te ronden.. - /// - public static string ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_Press_Finish_to_Finish_ { - get { - return ResourceManager.GetString("ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_Press_Finish_to_F" + - "inish_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Project-bestand waarnaar de momenteel geselecteerde map of het project zal worden uitgevoerd. - /// - public static string ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_Project_file_to_which_the_currently_selected_folder_or_project_will_be_exported { - get { - return ResourceManager.GetString("ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_Project_file_to_w" + - "hich_the_currently_selected_folder_or_project_will_be_exported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to doelbestand .dsproj. - /// - public static string ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_target__dsproj_file { - get { - return ResourceManager.GetString("ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_target__dsproj_fi" + - "le", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deze wizard wordt gebruikt voor het exporteren van het huidige project of een map in het huidige project naar een nieuw project.. - /// - public static string ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_This_wizard_is_used_to_export_the_current_project_or_a_folder_in_the_current_project_to_a_new_project_ { - get { - return ResourceManager.GetString("ExportProjectFolderWizardDialog_ExportProjectFolderWizardDialog_This_wizard_is_us" + - "ed_to_export_the_current_project_or_a_folder_in_the_current_project_to_a_new_pro" + - "ject_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to De werkelijke datum en tijd op het moment van aanmaken van deze herstart staat.. - /// - public static string FileBasedRestartStateProperties_CreationTime_Description { - get { - return ResourceManager.GetString("FileBasedRestartStateProperties_CreationTime_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Aanmaaktijd. - /// - public static string FileBasedRestartStateProperties_CreationTime_DisplayName { - get { - return ResourceManager.GetString("FileBasedRestartStateProperties_CreationTime_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to De beschrijvende tekst voor deze restart state.. - /// - public static string FileBasedRestartStateProperties_Description_Description { - get { - return ResourceManager.GetString("FileBasedRestartStateProperties_Description_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Omschrijving. - /// - public static string FileBasedRestartStateProperties_Description_DisplayName { - get { - return ResourceManager.GetString("FileBasedRestartStateProperties_Description_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Restart state. - /// - public static string FileBasedRestartStateProperties_DisplayName { - get { - return ResourceManager.GetString("FileBasedRestartStateProperties_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Geeft aan of deze restart state leeg is of niet.. - /// - public static string FileBasedRestartStateProperties_Empty_Description { - get { - return ResourceManager.GetString("FileBasedRestartStateProperties_Empty_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Leeg. - /// - public static string FileBasedRestartStateProperties_Empty_DisplayName { - get { - return ResourceManager.GetString("FileBasedRestartStateProperties_Empty_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naam van de restart state.. - /// - public static string FileBasedRestartStateProperties_Name_Description { - get { - return ResourceManager.GetString("FileBasedRestartStateProperties_Name_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to De simulatie datum en tijd waarvoor deze herstart staat is gemaakt.. - /// - public static string FileBasedRestartStateProperties_SimulationTime_Description { - get { - return ResourceManager.GetString("FileBasedRestartStateProperties_SimulationTime_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Simulatietijd. - /// - public static string FileBasedRestartStateProperties_SimulationTime_DisplayName { - get { - return ResourceManager.GetString("FileBasedRestartStateProperties_SimulationTime_DisplayName", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Folder { @@ -1209,77 +848,6 @@ } /// - /// Looks up a localized string similar to Kon de View niet maken omdat een van de functies null of leeg is. - /// - public static string FunctionChartSeriesCreator_ThrowWhenFunctionIsInvalid_Couldn_t_create_the_view_because_one_of_the_functions_is_null___empty { - get { - return ResourceManager.GetString("FunctionChartSeriesCreator_ThrowWhenFunctionIsInvalid_Couldn_t_create_the_view_be" + - "cause_one_of_the_functions_is_null___empty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Kon View niet maken, omdat een van de functies geen argumenten bevat. - /// - public static string FunctionChartSeriesCreator_ThrowWhenFunctionIsInvalid_Couldn_t_create_view_because_one_of_the_functions_doesn_t_contain_arguments { - get { - return ResourceManager.GetString("FunctionChartSeriesCreator_ThrowWhenFunctionIsInvalid_Couldn_t_create_view_becaus" + - "e_one_of_the_functions_doesn_t_contain_arguments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Kon View niet maken, omdat een van de functies geen componenten bevat. - /// - public static string FunctionChartSeriesCreator_ThrowWhenFunctionIsInvalid_Couldn_t_create_view_because_one_of_the_functions_doesn_t_contain_components { - get { - return ResourceManager.GetString("FunctionChartSeriesCreator_ThrowWhenFunctionIsInvalid_Couldn_t_create_view_becaus" + - "e_one_of_the_functions_doesn_t_contain_components", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Kon View niet maken, omdat een van de componenten dezelfde naam heeft als een argument. Dit is niet toegestaan. - /// - public static string FunctionChartSeriesCreator_ThrowWhenFunctionVariableNamesAreInvalid_Couldn_t_create_view_because_one_of_the_functions_component_name_is_the_same_as_the_argument_name_which_is_not_allowed { - get { - return ResourceManager.GetString("FunctionChartSeriesCreator_ThrowWhenFunctionVariableNamesAreInvalid_Couldn_t_crea" + - "te_view_because_one_of_the_functions_component_name_is_the_same_as_the_argument_" + - "name_which_is_not_allowed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Kon View niet maken, omdat een van de functies niet de naam van een geldig argument bevatten. - /// - public static string FunctionChartSeriesCreator_ThrowWhenFunctionVariableNamesAreInvalid_Couldn_t_create_view_because_one_of_the_functions_doesn_t_contain_a_valid_argument_name { - get { - return ResourceManager.GetString("FunctionChartSeriesCreator_ThrowWhenFunctionVariableNamesAreInvalid_Couldn_t_crea" + - "te_view_because_one_of_the_functions_doesn_t_contain_a_valid_argument_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Kon View niet maken, omdat een van de functies niet de naam van een geldige component bevatten. - /// - public static string FunctionChartSeriesCreator_ThrowWhenFunctionVariableNamesAreInvalid_Couldn_t_create_view_because_one_of_the_functions_doesn_t_contain_a_valid_component_name { - get { - return ResourceManager.GetString("FunctionChartSeriesCreator_ThrowWhenFunctionVariableNamesAreInvalid_Couldn_t_crea" + - "te_view_because_one_of_the_functions_doesn_t_contain_a_valid_component_name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Kon View niet maken, omdat een van de functies geen argument heeft van het type netwerklocatie. - /// - public static string FunctionChartSeriesCreator_ThrowWhenValueTypeIsNull_Couldn_t_create_view_because_one_of_the_functions_doesn_t_contain_an_argument_of_type_network_location { - get { - return ResourceManager.GetString("FunctionChartSeriesCreator_ThrowWhenValueTypeIsNull_Couldn_t_create_view_because_" + - "one_of_the_functions_doesn_t_contain_an_argument_of_type_network_location", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap FunctionComponent { @@ -1310,74 +878,6 @@ } /// - /// Looks up a localized string similar to Er moet ten minste één interval stap tussen de begin- en eindwaarden zitten.. - /// - public static string GenerateDataSeriesWizard_CalculateRowsFromStartAndEnd_There_should_be_at_least_one_interval_step_between_the_start_and_end_values_ { - get { - return ResourceManager.GetString("GenerateDataSeriesWizard_CalculateRowsFromStartAndEnd_There_should_be_at_least_on" + - "e_interval_step_between_the_start_and_end_values_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Voer een interval > 0 in.. - /// - public static string GenerateDataSeriesWizard_CheckInput_Please_enter_a_interval___0_ { - get { - return ResourceManager.GetString("GenerateDataSeriesWizard_CheckInput_Please_enter_a_interval___0_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to De constante waarde van de component '{0}' is nog niet ingesteld. Alle component velden zijn verplicht.. - /// - public static string GenerateDataSeriesWizard_CheckInput_The_constant_value_of_the_component___0___isn_t_set_yet__All_component_fields_are_mandatory_ { - get { - return ResourceManager.GetString("GenerateDataSeriesWizard_CheckInput_The_constant_value_of_the_component___0___isn" + - "_t_set_yet__All_component_fields_are_mandatory_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to De eindwaarde van de te creeren data serie is nog niet ingesteld. Alle argument interval velden zijn verplicht.. - /// - public static string GenerateDataSeriesWizard_CheckInput_The_end_value_of_the_data_series_to_generate_isn_t_set_yet__All_argument_interval_fields_are_mandatory_ { - get { - return ResourceManager.GetString("GenerateDataSeriesWizard_CheckInput_The_end_value_of_the_data_series_to_generate_" + - "isn_t_set_yet__All_argument_interval_fields_are_mandatory_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to De intervalwaarde van de te creeren data serie is nog niet ingesteld. Alle argument interval velden zijn verplicht.. - /// - public static string GenerateDataSeriesWizard_CheckInput_The_interval_value_of_the_data_series_to_generate_isn_t_set_yet__All_argument_interval_fields_are_mandatory_ { - get { - return ResourceManager.GetString("GenerateDataSeriesWizard_CheckInput_The_interval_value_of_the_data_series_to_gene" + - "rate_isn_t_set_yet__All_argument_interval_fields_are_mandatory_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to De beginwaarde van de gegevensreeks voor het genereren van de serie is nog niet ingesteld. Alle argument interval velden zijn verplicht.. - /// - public static string GenerateDataSeriesWizard_CheckInput_The_starting_value_of_the_data_series_to_generate_isn_t_set_yet__All_argument_interval_fields_are_mandatory_ { - get { - return ResourceManager.GetString("GenerateDataSeriesWizard_CheckInput_The_starting_value_of_the_data_series_to_gene" + - "rate_isn_t_set_yet__All_argument_interval_fields_are_mandatory_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gegevensfout generatie instellingen. - /// - public static string GenerateDataSeriesWizard_MessageBoxHeader_Data_generation_settings_error { - get { - return ResourceManager.GetString("GenerateDataSeriesWizard_MessageBoxHeader_Data_generation_settings_error", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap ImageExport { @@ -1388,147 +888,6 @@ } /// - /// Looks up a localized string similar to Wizard werd niet correct afgerond. Niet in staat om te configureren.. - /// - public static string ImportProjectFolderWizardDialog_Configure_Wizard_did_not_finish_correctly__Unable_to_configure_ { - get { - return ResourceManager.GetString("ImportProjectFolderWizardDialog_Configure_Wizard_did_not_finish_correctly__Unable" + - "_to_configure_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wizard is incompatibale met gegeven importeur.. - /// - public static string ImportProjectFolderWizardDialog_Configure_Wizard_is_incompatibale_with_given_importer_ { - get { - return ResourceManager.GetString("ImportProjectFolderWizardDialog_Configure_Wizard_is_incompatibale_with_given_impo" + - "rter_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to .dsproj bestand dat geïmporteerd moet worden. - /// - public static string ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog__dsproj_file_to_be_imported { - get { - return ResourceManager.GetString("ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog__dsproj_file_to_b" + - "e_imported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Project importeren. - /// - public static string ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_Import_project { - get { - return ResourceManager.GetString("ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_Import_project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Druk op Voltooien om af te ronden.. - /// - public static string ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_Press_Finish_to_Finish_ { - get { - return ResourceManager.GetString("ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_Press_Finish_to_F" + - "inish_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Selecteer een bestaand project waaruit u wilt importeren. - /// - public static string ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_Select_an_existing_project_from_which_you_want_to_import { - get { - return ResourceManager.GetString("ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_Select_an_existin" + - "g_project_from_which_you_want_to_import", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deze wizard wordt gebruikt om gegevens uit een bestaand project te importeren in het huidige project.. - /// - public static string ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_This_wizard_is_used_to_import_data_from_an_existing_project_into_the_current_project_ { - get { - return ResourceManager.GetString("ImportProjectFolderWizardDialog_ImportProjectFolderWizardDialog_This_wizard_is_us" + - "ed_to_import_data_from_an_existing_project_into_the_current_project_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Onafhankelijke variabele. - /// - public static string IndependentVariableProperties_DisplayName { - get { - return ResourceManager.GetString("IndependentVariableProperties_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Het extrapolatieschema dat wordt gebruikt langs deze variabele.. - /// - public static string IndependentVariableProperties_Extrapolation_Description { - get { - return ResourceManager.GetString("IndependentVariableProperties_Extrapolation_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Extrapolatie. - /// - public static string IndependentVariableProperties_Extrapolation_DisplayName { - get { - return ResourceManager.GetString("IndependentVariableProperties_Extrapolation_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Het interpolatieschema dat wordt gebruikt langs deze variabele.. - /// - public static string IndependentVariableProperties_Interpolation_Description { - get { - return ResourceManager.GetString("IndependentVariableProperties_Interpolation_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Interpolatie. - /// - public static string IndependentVariableProperties_Interpolation_DisplayName { - get { - return ResourceManager.GetString("IndependentVariableProperties_Interpolation_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to De eenheid waarin de variabele waarden worden uitgedrukt.. - /// - public static string IndependentVariableProperties_Unit_Description { - get { - return ResourceManager.GetString("IndependentVariableProperties_Unit_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Aantal values. - /// - public static string IndependentVariableProperties_ValueCount_DisplayName { - get { - return ResourceManager.GetString("IndependentVariableProperties_ValueCount_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Het aantal gedefinieerde waarden in deze variabele.. - /// - public static string IndependentVariableProperties_VariableCount_Description { - get { - return ResourceManager.GetString("IndependentVariableProperties_VariableCount_Description", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Line { @@ -1539,7 +898,7 @@ } /// - /// Looks up a localized string similar to Kleur van de lijn-serie.. + /// Looks up a localized string similar to Kleur van de lijn-gegevensreeks.. /// public static string LineChartSeriesProperties_Color_Description { get { @@ -1557,7 +916,7 @@ } /// - /// Looks up a localized string similar to De dashstijl van deze lijn.. + /// Looks up a localized string similar to De stijl van deze lijn.. /// public static string LineChartSeriesProperties_DashStyle_Description { get { @@ -1566,7 +925,7 @@ } /// - /// Looks up a localized string similar to Dash stijl. + /// Looks up a localized string similar to Lijnstijl. /// public static string LineChartSeriesProperties_DashStyle_DisplayName { get { @@ -1575,7 +934,7 @@ } /// - /// Looks up a localized string similar to Lijn serie instellingen. + /// Looks up a localized string similar to Lijn-gegevensreeks instellingen. /// public static string LineChartSeriesProperties_DisplayName { get { @@ -1602,7 +961,7 @@ } /// - /// Looks up a localized string similar to Breedte van de lijn-serie.. + /// Looks up a localized string similar to Breedte van de lijn-gegevensreeks.. /// public static string LineChartSeriesProperties_Width_Description { get { @@ -1660,101 +1019,6 @@ } /// - /// Looks up a localized string similar to Kan de no data values voor de series niet zetten. Ongeldig type. - /// - public static string MultipleFunctionView_GetNoDataValues_Unable_to_set_no_data_values_for_series__Invalid_type { - get { - return ResourceManager.GetString("MultipleFunctionView_GetNoDataValues_Unable_to_set_no_data_values_for_series__Inv" + - "alid_type", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Niet-identieke argumentwaarden tegengekomen. - /// - public static string MultipleFunctionView_GetReuseViewData_Non_identical_argument_values_encountered { - get { - return ResourceManager.GetString("MultipleFunctionView_GetReuseViewData_Non_identical_argument_values_encountered", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tabel zal worden verborgen. Moet de functie nog steeds aan de huidige view worden toegeveogd?. - /// - public static string MultipleFunctionView_GetReuseViewData_Table_will_be_hidden__Continue_to_add_function_to_current_view_ { - get { - return ResourceManager.GetString("MultipleFunctionView_GetReuseViewData_Table_will_be_hidden__Continue_to_add_funct" + - "ion_to_current_view_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Functie weergave. - /// - public static string MultipleFunctionView_MultipleFunctionView_Function_view { - get { - return ResourceManager.GetString("MultipleFunctionView_MultipleFunctionView_Function_view", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Voer hier een waarde in > = {0}. - /// - public static string MultipleFunctionView_TableViewEditorValidator_Larger { - get { - return ResourceManager.GetString("MultipleFunctionView_TableViewEditorValidator_Larger", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Voer een unieke waarde in. Waarde {0} is al aanwezig.. - /// - public static string MultipleFunctionView_TableViewEditorValidator_Please_enter_a_unique_value__Value__0__is_already_present_ { - get { - return ResourceManager.GetString("MultipleFunctionView_TableViewEditorValidator_Please_enter_a_unique_value__Value_" + - "_0__is_already_present_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Voer een geldig getal in. - /// - public static string MultipleFunctionView_TableViewEditorValidator_Please_enter_a_valid_number { - get { - return ResourceManager.GetString("MultipleFunctionView_TableViewEditorValidator_Please_enter_a_valid_number", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Voer hier een waarde in < = {0}. - /// - public static string MultipleFunctionView_TableViewEditorValidator_Smaller { - get { - return ResourceManager.GetString("MultipleFunctionView_TableViewEditorValidator_Smaller", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Jaar moet niet kleiner zijn dan 1000. - /// - public static string MultipleFunctionView_TableViewEditorValidator_Year_should_not_be_smaller_than_1000 { - get { - return ResourceManager.GetString("MultipleFunctionView_TableViewEditorValidator_Year_should_not_be_smaller_than_100" + - "0", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Teveel series om te tekenen... Beperkt tot de eerste {0}.. - /// - public static string MultipleFunctionView_TableViewSelectionChanged_Too_many_chart_series_to_draw____Limited_to_the_first__0__ { - get { - return ResourceManager.GetString("MultipleFunctionView_TableViewSelectionChanged_Too_many_chart_series_to_draw____L" + - "imited_to_the_first__0__", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Next { @@ -1765,60 +1029,6 @@ } /// - /// Looks up a localized string similar to Parameter. - /// - public static string ParameterProperties_DisplayName { - get { - return ResourceManager.GetString("ParameterProperties_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naam van de getoonde parameter.. - /// - public static string ParameterProperties_Name_Description { - get { - return ResourceManager.GetString("ParameterProperties_Name_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to De eenheid waarin de parameterwaarden wordt uitgedrukt.. - /// - public static string ParameterProperties_Unit_Description { - get { - return ResourceManager.GetString("ParameterProperties_Unit_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to De waarde van deze parameter.. - /// - public static string ParameterProperties_Value_Description { - get { - return ResourceManager.GetString("ParameterProperties_Value_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Waarde. - /// - public static string ParameterProperties_Value_DisplayName { - get { - return ResourceManager.GetString("ParameterProperties_Value_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Het value type van de parameter.. - /// - public static string ParameterProperties_ValueType_Description { - get { - return ResourceManager.GetString("ParameterProperties_ValueType_Description", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Punt instellingen. /// public static string PointChartSeriesProperties_DisplayName { @@ -1828,7 +1038,7 @@ } /// - /// Looks up a localized string similar to Kleur van de pointers.. + /// Looks up a localized string similar to Kleur van de punten.. /// public static string PointChartSeriesProperties_PointerColor_Description { get { @@ -1837,7 +1047,7 @@ } /// - /// Looks up a localized string similar to Pointer kleur. + /// Looks up a localized string similar to Puntkleur. /// public static string PointChartSeriesProperties_PointerColor_DisplayName { get { @@ -1846,7 +1056,7 @@ } /// - /// Looks up a localized string similar to Hiermee bepaalt u of de pointer-lijn wordt weergegeven.. + /// Looks up a localized string similar to Hiermee bepaalt u of de puntenlijn wordt weergegeven.. /// public static string PointChartSeriesProperties_PointerLineVisible_Description { get { @@ -1855,7 +1065,7 @@ } /// - /// Looks up a localized string similar to Toon pointer-lijn. + /// Looks up a localized string similar to Toon puntenlijn. /// public static string PointChartSeriesProperties_PointerLineVisible_DisplayName { get { @@ -1864,7 +1074,7 @@ } /// - /// Looks up a localized string similar to Kleur van de lijn langs de omtrek van de pointers.. + /// Looks up a localized string similar to Kleur van de lijn langs de omtrek van de punten. /// public static string PointChartSeriesProperties_PointerOutlineColor_Description { get { @@ -1873,7 +1083,7 @@ } /// - /// Looks up a localized string similar to Pointer-lijn kleur. + /// Looks up a localized string similar to Puntenlijn kleur. /// public static string PointChartSeriesProperties_PointerOutlineColor_DisplayName { get { @@ -1882,7 +1092,7 @@ } /// - /// Looks up a localized string similar to Vorm van de value pointers.. + /// Looks up a localized string similar to Vorm van de punten.. /// public static string PointChartSeriesProperties_PointerShape_Description { get { @@ -1900,7 +1110,7 @@ } /// - /// Looks up a localized string similar to Pointergrootte.. + /// Looks up a localized string similar to Puntgrootte.. /// public static string PointChartSeriesProperties_Size_Description { get { @@ -1918,7 +1128,7 @@ } /// - /// Looks up a localized string similar to Hiermee bepaalt u of de pointers van de serie worden weergegeven.. + /// Looks up a localized string similar to Hiermee bepaalt u of de punten van de gegevensreeks worden weergegeven.. /// public static string PointChartSeriesProperties_Visibility_Description { get { @@ -1947,7 +1157,7 @@ } /// - /// Looks up a localized string similar to Kleur van de vlak serie.. + /// Looks up a localized string similar to Kleur van de vlak gegevensreeks.. /// public static string PolygonChartSeriesProperties_AreaColor_Description { get { @@ -1956,7 +1166,7 @@ } /// - /// Looks up a localized string similar to Indien true, is de polygoon automatisch gesloten door een lijn te trekken tussen de laatste en eerste gedefinieerde punten.. + /// Looks up a localized string similar to Indien waar, dan wordt de polygoon automatisch gesloten door een lijn te trekken tussen de laatste en eerste gedefinieerde punten.. /// public static string PolygonChartSeriesProperties_Closed_Description { get { @@ -1974,7 +1184,7 @@ } /// - /// Looks up a localized string similar to Polygoon serie instellingen. + /// Looks up a localized string similar to Polygoon gegevensreeks instellingen. /// public static string PolygonChartSeriesProperties_DisplayName { get { @@ -2010,7 +1220,7 @@ } /// - /// Looks up a localized string similar to Arceringstijl van deze serie.. + /// Looks up a localized string similar to Arceringstijl van deze gegevensreeks.. /// public static string PolygonChartSeriesProperties_HatchStyle_Description { get { @@ -2028,7 +1238,7 @@ } /// - /// Looks up a localized string similar to Percentage van de transparantie van de serie.. + /// Looks up a localized string similar to Percentage van de transparantie van de gegevensreeks.. /// public static string PolygonChartSeriesProperties_Transparency_Description { get { @@ -2046,7 +1256,7 @@ } /// - /// Looks up a localized string similar to Deze waarde bepaalt welke stijl gebruikt wordt voor het arceren van de serie.. + /// Looks up a localized string similar to Deze waarde bepaalt welke stijl gebruikt wordt voor het arceren van de gegevensreeks.. /// public static string PolygonChartSeriesProperties_UseHatch_Description { get { @@ -2074,51 +1284,6 @@ } /// - /// Looks up a localized string similar to Project. - /// - public static string ProjectProperties_Categories_Project { - get { - return ResourceManager.GetString("ProjectProperties_Categories_Project", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Datum en tijd wanneer het project is gewijzigd.. - /// - public static string ProjectProperties_ChangeTime_Description { - get { - return ResourceManager.GetString("ProjectProperties_ChangeTime_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gewijzigd op. - /// - public static string ProjectProperties_ChangeTime_DisplayName { - get { - return ResourceManager.GetString("ProjectProperties_ChangeTime_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Datum en tijd waarop dit project is gemaakt.. - /// - public static string ProjectProperties_CreateTime_Description { - get { - return ResourceManager.GetString("ProjectProperties_CreateTime_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gemaakt op. - /// - public static string ProjectProperties_CreateTime_DisplayName { - get { - return ResourceManager.GetString("ProjectProperties_CreateTime_DisplayName", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Korte beschrijving van het project.. /// public static string ProjectProperties_Description_Description { @@ -2155,42 +1320,6 @@ } /// - /// Looks up a localized string similar to Grootte van alle projectgegevens, in kilobytes.. - /// - public static string ProjectProperties_Size_Description { - get { - return ResourceManager.GetString("ProjectProperties_Size_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Grootte. - /// - public static string ProjectProperties_Size_DisplayName { - get { - return ResourceManager.GetString("ProjectProperties_Size_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Het aantal taken in het project.. - /// - public static string ProjectProperties_TaskCount_Description { - get { - return ResourceManager.GetString("ProjectProperties_TaskCount_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Aantal taken. - /// - public static string ProjectProperties_TaskCount_DisplayName { - get { - return ResourceManager.GetString("ProjectProperties_TaskCount_DisplayName", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Rewind { @@ -2219,15 +1348,6 @@ } /// - /// Looks up a localized string similar to Data Structuur. - /// - public static string Ribbon_Data_Structure_View { - get { - return ResourceManager.GetString("Ribbon_Data_Structure_View", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Lettertype Verkleinen. /// public static string Ribbon_DecreaseFontSize { @@ -2318,15 +1438,6 @@ } /// - /// Looks up a localized string similar to Tijd Navigatie. - /// - public static string Ribbon_Time_Navigator { - get { - return ResourceManager.GetString("Ribbon_Time_Navigator", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap ruler_3 { @@ -2337,15 +1448,6 @@ } /// - /// Looks up a localized string similar to Ringtoets project. - /// - public static string SelectProjectFileWizardPage_ButtonSelectFileClick_Ringtoets_Project_File { - get { - return ResourceManager.GetString("SelectProjectFileWizardPage_ButtonSelectFileClick_Ringtoets_Project_File", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap Stacked { @@ -2366,126 +1468,6 @@ } /// - /// Looks up a localized string similar to Rechts-klik om tabbladen samen te voegen. - /// - public static string TabbedMultipleFunctionView_ConfigureControls_right_click_to_join_tabs { - get { - return ResourceManager.GetString("TabbedMultipleFunctionView_ConfigureControls_right_click_to_join_tabs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rechts-klik om tabbladen te splitsen. - /// - public static string TabbedMultipleFunctionView_ConfigureControls_right_click_to_split_into_tabs { - get { - return ResourceManager.GetString("TabbedMultipleFunctionView_ConfigureControls_right_click_to_split_into_tabs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Kan de serie met verschillende argumentwaarden niet weergeven in een tabel.. - /// - public static string TabbedMultipleFunctionView_JoinTabsEventHandler_Cannot_display_series_with_different_argument_values_in_one_table_ { - get { - return ResourceManager.GetString("TabbedMultipleFunctionView_JoinTabsEventHandler_Cannot_display_series_with_differ" + - "ent_argument_values_in_one_table_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tabblad join fout. - /// - public static string TabbedMultipleFunctionView_JoinTabsEventHandler_Tab_join_error { - get { - return ResourceManager.GetString("TabbedMultipleFunctionView_JoinTabsEventHandler_Tab_join_error", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Functie weergave. - /// - public static string TabbedMultipleFunctionView_TabbedMultipleFunctionView_Function_view { - get { - return ResourceManager.GetString("TabbedMultipleFunctionView_TabbedMultipleFunctionView_Function_view", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tabbladen samenvoegen.... - /// - public static string TabbedMultipleFunctionView_TabbedMultipleFunctionView_join_tabs___ { - get { - return ResourceManager.GetString("TabbedMultipleFunctionView_TabbedMultipleFunctionView_join_tabs___", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Split tabbladen.... - /// - public static string TabbedMultipleFunctionView_TabbedMultipleFunctionView_split_tabs___ { - get { - return ResourceManager.GetString("TabbedMultipleFunctionView_TabbedMultipleFunctionView_split_tabs___", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Voer hier een waarde in > = {0}. - /// - public static string TabbedMultipleFunctionView_TableViewEditorValidator_ { - get { - return ResourceManager.GetString("TabbedMultipleFunctionView_TableViewEditorValidator_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Voer een unieke waarde in. Waarde {0} is al aanwezig.. - /// - public static string TabbedMultipleFunctionView_TableViewEditorValidator_Please_enter_a_unique_value__Value__0__is_already_present_ { - get { - return ResourceManager.GetString("TabbedMultipleFunctionView_TableViewEditorValidator_Please_enter_a_unique_value__" + - "Value__0__is_already_present_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Voer een geldig getal in. - /// - public static string TabbedMultipleFunctionView_TableViewEditorValidator_Please_enter_a_valid_number { - get { - return ResourceManager.GetString("TabbedMultipleFunctionView_TableViewEditorValidator_Please_enter_a_valid_number", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Voer hier een waarde in < = {0}. - /// - public static string TabbedMultipleFunctionView_TableViewEditorValidator_Smaller { - get { - return ResourceManager.GetString("TabbedMultipleFunctionView_TableViewEditorValidator_Smaller", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Onderas bereik modus {0} niet ondersteund. - /// - public static string TabbedMultipleFunctionView_UpdateBottomAxisRange_Bottom_axis_range_mode__0__not_supported { - get { - return ResourceManager.GetString("TabbedMultipleFunctionView_UpdateBottomAxisRange_Bottom_axis_range_mode__0__not_s" + - "upported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Genereren. - /// - public static string TableViewTimeSeriesGeneratorTool_ConfigureTableView_Generate { - get { - return ResourceManager.GetString("TableViewTimeSeriesGeneratorTool_ConfigureTableView_Generate", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap TextDocument { @@ -2496,33 +1478,6 @@ } /// - /// Looks up a localized string similar to Tekstdocument (uit bestand). - /// - public static string TextDocumentFromFileProperties_DisplayName { - get { - return ResourceManager.GetString("TextDocumentFromFileProperties_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Locatie waar het bestand kan worden gevonden.. - /// - public static string TextDocumentFromFileProperties_Path_Description { - get { - return ResourceManager.GetString("TextDocumentFromFileProperties_Path_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pad. - /// - public static string TextDocumentFromFileProperties_Path_DisplayName { - get { - return ResourceManager.GetString("TextDocumentFromFileProperties_Path_DisplayName", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Tekstdocument. /// public static string TextDocumentProperties_DisplayName { @@ -2569,109 +1524,6 @@ } /// - /// Looks up a localized string similar to Meta-gegevens die zijn gekoppeld aan de tijdreeksen.. - /// - public static string TimeSeries_Attributes_Description { - get { - return ResourceManager.GetString("TimeSeries_Attributes_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Attributes. - /// - public static string TimeSeries_Attributes_DisplayName { - get { - return ResourceManager.GetString("TimeSeries_Attributes_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Kies uw instellingen voor de geïmporteerde tijdreeksen. - /// - public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Choose_your_settings_for_the_imported_time_series { - get { - return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Choose_your_settings_for_the_" + - "imported_time_series", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CSV-bestanden. - /// - public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_CSV_files { - get { - return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_CSV_files", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CSV-formaat instellingen. - /// - public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_CSV_format_settings { - get { - return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_CSV_format_settings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CSV-parse kolommen. - /// - public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_CSV_parse_columns { - get { - return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_CSV_parse_columns", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Druk op Voltooien om de gegevens te importeren.. - /// - public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Press_Finish_to_import_the_data_ { - get { - return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Press_Finish_to_import_the_da" + - "ta_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Selecteer CSV-bestand. - /// - public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Select_CSV_file { - get { - return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Select_CSV_file", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Selecteer het CSV-bestand met de gegevens. - /// - public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Select_the_CSV_file_containing_the_data { - get { - return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Select_the_CSV_file_containin" + - "g_the_data", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deze wizard zal u de mogelijkheid bieden om CSV-gegevens importeren. - /// - public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_This_wizard_will_allow_you_to_import_CSV_data { - get { - return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_This_wizard_will_allow_you_to" + - "_import_CSV_data", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tijdserie instellingen. - /// - public static string TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Time_series_settings { - get { - return ResourceManager.GetString("TimeSeriesCsvImportWizard_TimeSeriesCsvImportWizard_Time_series_settings", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap TimeSeriesEmpty { @@ -2682,33 +1534,6 @@ } /// - /// Looks up a localized string similar to Genereren van tijdreeksen mislukt: {0}. - /// - public static string TimeSeriesGeneratorDialog_Apply_Generating_time_series_failed___0_ { - get { - return ResourceManager.GetString("TimeSeriesGeneratorDialog_Apply_Generating_time_series_failed___0_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Huidige:. - /// - public static string TimeSeriesGeneratorDialog_FillControl_Current_ { - get { - return ResourceManager.GetString("TimeSeriesGeneratorDialog_FillControl_Current_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to tot. - /// - public static string TimeSeriesGeneratorDialog_FillControl_till { - get { - return ResourceManager.GetString("TimeSeriesGeneratorDialog_FillControl_till", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap TimeSeriesGrid2D { @@ -2719,61 +1544,6 @@ } /// - /// Looks up a localized string similar to Spring naar het laatste tijdstip: {0}.... - /// - public static string TimeSeriesNavigator_TimeNavigatableTimesChanged_Jumping_to_the_last_time___0_____ { - get { - return ResourceManager.GetString("TimeSeriesNavigator_TimeNavigatableTimesChanged_Jumping_to_the_last_time___0_____" + - "", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tijd Navigatie. - /// - public static string TimeSeriesNavigator_TimeSeriesNavigator_Time_Navigator { - get { - return ResourceManager.GetString("TimeSeriesNavigator_TimeSeriesNavigator_Time_Navigator", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tijdreeksen. - /// - public static string TimeSeriesProperties_DisplayName { - get { - return ResourceManager.GetString("TimeSeriesProperties_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Het extrapolatieschema dat wordt gebruikt langs de tijdas.. - /// - public static string TimeSeriesProperties_Extrapolation_Description { - get { - return ResourceManager.GetString("TimeSeriesProperties_Extrapolation_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Het interpolatieschema dat wordt gebruikt langs de tijdas.. - /// - public static string TimeSeriesProperties_Interpolation_Description { - get { - return ResourceManager.GetString("TimeSeriesProperties_Interpolation_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naam van de getoonde tijdreeks.. - /// - public static string TimeSeriesProperties_Name_Description { - get { - return ResourceManager.GetString("TimeSeriesProperties_Name_Description", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Folder. /// public static string TreeFolderProperties_DisplayName { @@ -2792,15 +1562,6 @@ } /// - /// Looks up a localized string similar to Item set. - /// - public static string TreeNodeModelDataWrapperProperties_DisplayName { - get { - return ResourceManager.GetString("TreeNodeModelDataWrapperProperties_DisplayName", resourceCulture); - } - } - - /// /// Looks up a localized string similar to URL. /// public static string UrlProperties_DisplayName { @@ -2835,77 +1596,5 @@ return ResourceManager.GetString("UrlProperties_Path_DisplayName", resourceCulture); } } - - /// - /// Looks up a localized string similar to Waarde van de variabele in geval er geen gegevens voor deze variabele zijn opgegeven.. - /// - public static string VariableProperties_DefaultValue_Description { - get { - return ResourceManager.GetString("VariableProperties_DefaultValue_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Standaardwaarde. - /// - public static string VariableProperties_DefaultValue_DisplayName { - get { - return ResourceManager.GetString("VariableProperties_DefaultValue_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Naam van de getoonde variabele.. - /// - public static string VariableProperties_Name_Description { - get { - return ResourceManager.GetString("VariableProperties_Name_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Eenheid. - /// - public static string VariableProperties_Unit_DisplayName { - get { - return ResourceManager.GetString("VariableProperties_Unit_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Het value type van de variabele.. - /// - public static string VariableProperties_ValueType_Description { - get { - return ResourceManager.GetString("VariableProperties_ValueType_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Value type. - /// - public static string VariableProperties_ValueType_DisplayName { - get { - return ResourceManager.GetString("VariableProperties_ValueType_DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Argumenten. - /// - public static string VariablesFolderTreeViewNodePresenter_UpdateNode_Arguments { - get { - return ResourceManager.GetString("VariablesFolderTreeViewNodePresenter_UpdateNode_Arguments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Variabelen. - /// - public static string VariablesFolderTreeViewNodePresenter_UpdateNode_Variables { - get { - return ResourceManager.GetString("VariablesFolderTreeViewNodePresenter_UpdateNode_Variables", resourceCulture); - } - } } } Index: Core/Plugins/src/Core.Plugins.CommonTools.Gui/Properties/Resources.resx =================================================================== diff -u -r5c6efff7898381b19025262256fca49528e03e3b -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/Plugins/src/Core.Plugins.CommonTools.Gui/Properties/Resources.resx (.../Resources.resx) (revision 5c6efff7898381b19025262256fca49528e03e3b) +++ Core/Plugins/src/Core.Plugins.CommonTools.Gui/Properties/Resources.resx (.../Resources.resx) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -139,42 +139,6 @@ Naam - - Naam van dit item. - - - Restart state - - - Naam van de restart state. - - - Omschrijving - - - De beschrijvende tekst voor deze restart state. - - - Simulatietijd - - - De simulatie datum en tijd waarvoor deze herstart staat is gemaakt. - - - Aanmaaktijd - - - De werkelijke datum en tijd op het moment van aanmaken van deze herstart staat. - - - Leeg - - - Geeft aan of deze restart state leeg is of niet. - - - Item set - URL @@ -202,9 +166,6 @@ Project - - Project - Naam van het getoonde project. @@ -214,135 +175,12 @@ Omschrijving - - Het aantal taken in het project. - - - Aantal taken - - - Datum en tijd waarop dit project is gemaakt. - - - Gemaakt op - - - Datum en tijd wanneer het project is gewijzigd. - - - Gewijzigd op - - - Grootte van alle projectgegevens, in kilobytes. - - - Grootte - Folder Naam van de getoonde map. - - Data item set - - - Naam van het getoonde data item set. - - - Data item - - - Naam van het getoond item. - - - Onafhankelijke variabele - - - Naam van de getoonde variabele. - - - Value type - - - Het value type van de variabele. - - - Eenheid - - - De eenheid waarin de variabele waarden worden uitgedrukt. - - - Standaardwaarde - - - Waarde van de variabele in geval er geen gegevens voor deze variabele zijn opgegeven. - - - Aantal values - - - Het aantal gedefinieerde waarden in deze variabele. - - - Interpolatie - - - Het interpolatieschema dat wordt gebruikt langs deze variabele. - - - Extrapolatie - - - Het extrapolatieschema dat wordt gebruikt langs deze variabele. - - - Geen gegevens'-waarde - - - Waarde die het ontbreken van gegevens weergeeft. - - - Afhankelijk van - - - Deze variabele is afhankelijk van deze variabelen. - - - Afhankelijke variabele - - - Parameter - - - Naam van de getoonde parameter. - - - Het value type van de parameter. - - - De eenheid waarin de parameterwaarden wordt uitgedrukt. - - - Waarde - - - De waarde van deze parameter. - - - Tijdreeksen - - - Het extrapolatieschema dat wordt gebruikt langs de tijdas. - - - Het interpolatieschema dat wordt gebruikt langs de tijdas. - - - Naam van de getoonde tijdreeks. - Folder @@ -353,10 +191,10 @@ ..\Resources\Area.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Vlak serie instellingen + Vlak gegevensreeks instellingen - Interpolatieschema van de serie. + Interpolatieschema van de gegevensreeks. Interpolatie @@ -365,46 +203,43 @@ ..\Resources\bars.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Kleur van de balken in de serie. + Kleur van de balken in de gegevensreeks. Kleur - Lijnstijl van de lijn langs de omtrek van de serie. + Stijl van de lijn langs de omtrek van de gegevensreeks. - Dash stijl + Lijnstijl - Bar series instellingen + Balk gegevensreeks instellingen - Zichtbaarheid van de lijn langs de omtrek van de serie. + Zichtbaarheid van de lijn langs de omtrek van de gegevensreeks. - Kleur van de lijn langs de omtrek van de serie. + Kleur van de lijn langs de omtrek van de gegevensreeks. Kleur van de omtrek - Breedte van de lijn langs de omtrek van de serie. + Breedte van de lijn langs de omtrek van de gegevensreeks. Breedte ..\Resources\calculator.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Algemeen - ..\Resources\chart_curve.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Detecteer automatisch de minimale en maximale waarden van de serie en gebruik deze als as limieten. + Detecteer automatisch de minimale en maximale waarden van de gegevensreeks en gebruik deze als as limieten. Automatische range @@ -511,7 +346,7 @@ Uitlijning - + Rechteras van deze grafiek. @@ -532,20 +367,17 @@ Hiermee bepaalt u of de legenda wordt getoond - - Serie instellingen - - Hiermee bepaalt u of deze serie in de legenda van de grafiek wordt weergeven. + Hiermee bepaalt u of deze gegevensreeks in de legenda van de grafiek wordt weergeven. In legenda weergeven - Titel van deze serie. + Titel van deze gegevensreeks. - Verticale as waarvan de waarden gekoppeld zijn aan deze serie. + Verticale as waarvan de waarden gekoppeld zijn aan deze gegevensreeks. Verticale as @@ -581,19 +413,19 @@ ..\Resources\Line.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Kleur van de lijn-serie. + Kleur van de lijn-gegevensreeks. Kleur - De dashstijl van deze lijn. + De stijl van deze lijn. - Dash stijl + Lijnstijl - Lijn serie instellingen + Lijn-gegevensreeks instellingen Hiermee bepaalt u of de titel als label wordt getoond. @@ -602,7 +434,7 @@ Titel label weergeven - Breedte van de lijn-serie. + Breedte van de lijn-gegevensreeks. Breedte @@ -611,37 +443,37 @@ Punt instellingen - Kleur van de pointers. + Kleur van de punten. - Pointer kleur + Puntkleur - Hiermee bepaalt u of de pointer-lijn wordt weergegeven. + Hiermee bepaalt u of de puntenlijn wordt weergegeven. - Toon pointer-lijn + Toon puntenlijn - Kleur van de lijn langs de omtrek van de pointers. + Kleur van de lijn langs de omtrek van de punten - Pointer-lijn kleur + Puntenlijn kleur - Vorm van de value pointers. + Vorm van de punten. Vorm - Pointergrootte. + Puntgrootte. Grootte - Hiermee bepaalt u of de pointers van de serie worden weergegeven. + Hiermee bepaalt u of de punten van de gegevensreeks worden weergegeven. ..\Resources\Points.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -650,16 +482,16 @@ ..\Resources\Polygon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Kleur van de vlak serie. + Kleur van de vlak gegevensreeks. - Indien true, is de polygoon automatisch gesloten door een lijn te trekken tussen de laatste en eerste gedefinieerde punten. + Indien waar, dan wordt de polygoon automatisch gesloten door een lijn te trekken tussen de laatste en eerste gedefinieerde punten. Automatisch sluiten van de polygoon - Polygoon serie instellingen + Polygoon gegevensreeks instellingen Opvulkleur @@ -671,19 +503,19 @@ Arceringkleur - Arceringstijl van deze serie. + Arceringstijl van deze gegevensreeks. Arceringstijl - Percentage van de transparantie van de serie. + Percentage van de transparantie van de gegevensreeks. Transparantie - Deze waarde bepaalt welke stijl gebruikt wordt voor het arceren van de serie. + Deze waarde bepaalt welke stijl gebruikt wordt voor het arceren van de gegevensreeks. Gebruik arceringborstel @@ -712,12 +544,6 @@ ..\Resources\image-export.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Meta-gegevens die zijn gekoppeld aan de tijdreeksen. - - - Attributes - ..\Resources\feature_coverage_with_time.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -730,36 +556,9 @@ ..\Resources\function_coverage_empty.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Tekstdocument (uit bestand) - - - Locatie waar het bestand kan worden gevonden. - - - Pad - ..\Resources\ruler-3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Gegevens in de serie genereren... - - - Gebruik Herstart - - - Gebruik Laatste Successvolle Restart - - - Gebruik als Beginstatus - - - Plakken status - - - Copy State - Grafieken @@ -769,12 +568,6 @@ Beeld - - Data Structuur - - - Tijd Navigatie - Grafiek @@ -808,238 +601,22 @@ Browser - - Exporteren vanaf project - - - Tabelweergave - Grafiek - - Gegevens - Grafiek - - View van type {0} heeft meerdere ITimeNavigatable ChildViews: dubbelzinnig. - - - TODO: dialoogvenster weergeven en selecteer welk deel van de functie in een grafiek moet worden weergegeven en selecteer reekstype. - Lettertype kan niet leeg zijn. - Lettertype grootte is niet binnen grenzen (3-200) + Lettertype grootte valt niet binnen grenzen (3-200) - - Ringtoets project - - - Argumenten - - - Variabelen - - - Tijd Navigatie - - - Spring naar het laatste tijdstip: {0}... - - - Huidige: - - - tot - - - Genereren van tijdreeksen mislukt: {0} - - - Deze wizard zal u de mogelijkheid bieden om CSV-gegevens importeren - - - Druk op Voltooien om de gegevens te importeren. - - - CSV-bestanden - - - Selecteer het CSV-bestand met de gegevens - - - Selecteer CSV-bestand - - - CSV-parse kolommen - - - CSV-formaat instellingen - - - Tijdserie instellingen - - - Kies uw instellingen voor de geïmporteerde tijdreeksen - - - Genereren - - - Functie weergave - - - Split tabbladen... - - - Tabbladen samenvoegen... - - - Rechts-klik om tabbladen samen te voegen - - - Rechts-klik om tabbladen te splitsen - - - Kan de serie met verschillende argumentwaarden niet weergeven in een tabel. - - - Tabblad join fout - - - Voer een geldig getal in - - - Voer hier een waarde in > = {0} - - - Voer een unieke waarde in. Waarde {0} is al aanwezig. - - - Voer hier een waarde in < = {0} - - - Onderas bereik modus {0} niet ondersteund - - - Functie weergave - - - Tabel zal worden verborgen. Moet de functie nog steeds aan de huidige view worden toegeveogd? - - - Niet-identieke argumentwaarden tegengekomen - - - Voer een geldig getal in - - - Voer hier een waarde in > = {0} - - - Voer hier een waarde in < = {0} - - - Voer een unieke waarde in. Waarde {0} is al aanwezig. - - - Jaar moet niet kleiner zijn dan 1000 - - - Teveel series om te tekenen... Beperkt tot de eerste {0}. - - - Kan de no data values voor de series niet zetten. Ongeldig type - - - Gegevensfout generatie instellingen - - - Er moet ten minste één interval stap tussen de begin- en eindwaarden zitten. - - - De beginwaarde van de gegevensreeks voor het genereren van de serie is nog niet ingesteld. Alle argument interval velden zijn verplicht. - - - De intervalwaarde van de te creeren data serie is nog niet ingesteld. Alle argument interval velden zijn verplicht. - - - De eindwaarde van de te creeren data serie is nog niet ingesteld. Alle argument interval velden zijn verplicht. - - - Voer een interval > 0 in. - - - De constante waarde van de component '{0}' is nog niet ingesteld. Alle component velden zijn verplicht. - - - Exporteren vanaf project - - - Deze wizard wordt gebruikt voor het exporteren van het huidige project of een map in het huidige project naar een nieuw project. - - - Druk op Voltooien om af te ronden. - - - Project-bestand waarnaar de momenteel geselecteerde map of het project zal worden uitgevoerd - - - doelbestand .dsproj - - - Wizard werd niet correct afgerond. Niet in staat om te configureren. - - - Wizard is niet compatibel met gegeven exporteur. - - - Project importeren - - - Deze wizard wordt gebruikt om gegevens uit een bestaand project te importeren in het huidige project. - - - Druk op Voltooien om af te ronden. - - - Selecteer een bestaand project waaruit u wilt importeren - - - .dsproj bestand dat geïmporteerd moet worden - - - Wizard werd niet correct afgerond. Niet in staat om te configureren. - - - Wizard is incompatibale met gegeven importeur. - - - Kon de View niet maken omdat een van de functies null of leeg is - - - Kon View niet maken, omdat een van de functies geen argumenten bevat - - - Kon View niet maken, omdat een van de functies geen componenten bevat - - - Kon View niet maken, omdat een van de functies geen argument heeft van het type netwerklocatie - - - Kon View niet maken, omdat een van de functies niet de naam van een geldig argument bevatten - - - Kon View niet maken, omdat een van de functies niet de naam van een geldige component bevatten - - - Kon View niet maken, omdat een van de componenten dezelfde naam heeft als een argument. Dit is niet toegestaan - Grafiek + + Gegevensreeks instellingen + \ No newline at end of file Index: Core/Plugins/src/Core.Plugins.CommonTools.Gui/Property/Charting/ChartProperties.cs =================================================================== diff -u -ra950714ad9510756331d862aa35695fa0b2ed03b -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/Plugins/src/Core.Plugins.CommonTools.Gui/Property/Charting/ChartProperties.cs (.../ChartProperties.cs) (revision a950714ad9510756331d862aa35695fa0b2ed03b) +++ Core/Plugins/src/Core.Plugins.CommonTools.Gui/Property/Charting/ChartProperties.cs (.../ChartProperties.cs) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -158,7 +158,7 @@ [ResourcesCategory(typeof(Resources), "ChartProperties_Categories_Axes")] [ResourcesDisplayName(typeof(Resources), "ChartProperties_RightAxis_DisplayName")] - [ResourcesDescription(typeof(Resources), "ChartProperties_RightAcis_Description")] + [ResourcesDescription(typeof(Resources), "ChartProperties_RightAxis_Description")] [TypeConverter(typeof(ExpandableObjectConverter))] public ChartAxisProperties RightAxis { Index: Core/Plugins/src/Core.Plugins.CommonTools/Core.Plugins.CommonTools.csproj =================================================================== diff -u -r31d7b5552adb7b89eaf1552855f88c5df887e4f9 -r84a9db62e2fb9699c289b2df788b6d622e4f637a --- Core/Plugins/src/Core.Plugins.CommonTools/Core.Plugins.CommonTools.csproj (.../Core.Plugins.CommonTools.csproj) (revision 31d7b5552adb7b89eaf1552855f88c5df887e4f9) +++ Core/Plugins/src/Core.Plugins.CommonTools/Core.Plugins.CommonTools.csproj (.../Core.Plugins.CommonTools.csproj) (revision 84a9db62e2fb9699c289b2df788b6d622e4f637a) @@ -87,11 +87,6 @@ - - True - True - Resources.resx - @@ -138,13 +133,6 @@ - - - PublicResXFileCodeGenerator - Resources.Designer.cs - Designer - -