cdt/cdt_6_0_x/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties
changeset 54 89a4ce4b37f5
parent 51 49c226a8748e
equal deleted inserted replaced
53:bf8d63f38814 54:89a4ce4b37f5
    28 AbstractCLaunchDelegate.building=Building 
    28 AbstractCLaunchDelegate.building=Building 
    29 AbstractCLaunchDelegate.searching_for_errors=Searching for compile errors
    29 AbstractCLaunchDelegate.searching_for_errors=Searching for compile errors
    30 AbstractCLaunchDelegate.searching_for_errors_in=Searching for compile errors in 
    30 AbstractCLaunchDelegate.searching_for_errors_in=Searching for compile errors in 
    31 AbstractCLaunchDelegate.20=Building prerequisite project list
    31 AbstractCLaunchDelegate.20=Building prerequisite project list
    32 AbstractCLaunchDelegate.Program_is_not_a_recongnized_executable=Program is not a recognized executable.
    32 AbstractCLaunchDelegate.Program_is_not_a_recongnized_executable=Program is not a recognized executable.
       
    33 AbstractCLaunchDelegate.BuildBeforeLaunch=Build before launch - 
       
    34 AbstractCLaunchDelegate.PerformingBuild=Performing required build...
       
    35 AbstractCLaunchDelegate.PerformingIncrementalBuild=Performing incremental workspace build...
    33 
    36 
    34 LocalRunLaunchDelegate.Launching_Local_C_Application=Launching Local C/C++ Application
    37 LocalRunLaunchDelegate.Launching_Local_C_Application=Launching Local C/C++ Application
    35 LocalRunLaunchDelegate.Failed_setting_runtime_option_though_debugger=Failed to set program arguments, environment or working directory.
    38 LocalRunLaunchDelegate.Failed_setting_runtime_option_though_debugger=Failed to set program arguments, environment or working directory.
    36 LocalRunLaunchDelegate.Error_starting_process=Error starting process
    39 LocalRunLaunchDelegate.Error_starting_process=Error starting process
    37 LocalRunLaunchDelegate.Does_not_support_working_dir=Eclipse runtime does not support working directory
    40 LocalRunLaunchDelegate.Does_not_support_working_dir=Eclipse runtime does not support working directory
    84 CMainTab.Program_invalid_proj_path=Program specification is not a valid project-relative path.
    87 CMainTab.Program_invalid_proj_path=Program specification is not a valid project-relative path.
    85 CMainTab.Build_Config=Build Configuration
    88 CMainTab.Build_Config=Build Configuration
    86 CMainTab.Use_Active=Use Active
    89 CMainTab.Use_Active=Use Active
    87 #For CMainTab.Configuration_name: {0} - project name; {1} - configuration name
    90 #For CMainTab.Configuration_name: {0} - project name; {1} - configuration name
    88 CMainTab.Configuration_name={0} {1}
    91 CMainTab.Configuration_name={0} {1}
       
    92 CMainTab.Build_options=Build (if required) before launching
       
    93 CMainTab.Disable_build_button_label=Disable auto build
       
    94 CMainTab.Disable_build_button_tooltip=Requires manually building project before launching (this may improve launch performance)
       
    95 CMainTab.Enable_build_button_label=Enable auto build
       
    96 CMainTab.Enable_build_button_tooltip=Always build project before launching (this may impact launch performance)
       
    97 CMainTab.Workspace_settings_button_label=Use workspace settings
       
    98 CMainTab.Workspace_settings_button_tooltip=Use workspace settings
       
    99 CMainTab.Workspace_settings_link_label=<a>Configure Workspace Settings...</a>
       
   100 CMainTab.Workspace_settings_page_id=org.eclipse.debug.ui.LaunchingPreferencePage
    89 
   101 
    90 CDebuggerTab.Advanced_Options_Dialog_Title=Advanced Options
   102 CDebuggerTab.Advanced_Options_Dialog_Title=Advanced Options
    91 CDebuggerTab.Stop_at_main_on_startup=Stop on startup at:
   103 CDebuggerTab.Stop_at_main_on_startup=Stop on startup at:
    92 CDebuggerTab.Automatically_track_values_of=Automatically track the values of
   104 CDebuggerTab.Automatically_track_values_of=Automatically track the values of
    93 CDebuggerTab.Stop_on_startup_at_can_not_be_empty=The "Stop on startup at" field can not be empty.
   105 CDebuggerTab.Stop_on_startup_at_can_not_be_empty=The "Stop on startup at" field can not be empty.