cdt/cdt_6_0_x/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties
author timkelly
Thu, 06 Aug 2009 12:19:08 -0500
changeset 54 89a4ce4b37f5
parent 51 49c226a8748e
permissions -rw-r--r--
merge in Ken's previous merges and bug 8513.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     1
###############################################################################
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     2
# Copyright (c) 2002, 2008 QNX Software Systems and others.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     3
# All rights reserved. This program and the accompanying materials
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     4
# are made available under the terms of the Eclipse Public License v1.0
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     5
# which accompanies this distribution, and is available at
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     6
# http://www.eclipse.org/legal/epl-v10.html
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     7
#
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     8
# Contributors:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     9
#       QNX Software Systems - Initial API and implementation
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    10
# 		Monta Vista - Joanne Woo - Bug 87556
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    11
#       Nokia - Ken Ryall - Bug 118894
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    12
#       Carlos O'Donnel (CodeSourcery) - Bug 218366
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    13
#		IBM Corporation
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    14
###############################################################################
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    15
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    16
AbstractCLaunchDelegate.Debugger_not_installed=CDT Debugger not installed
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    17
AbstractCLaunchDelegate.C_Project_not_specified=C Project not specified
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    18
AbstractCLaunchDelegate.Not_a_C_CPP_project=Project is not a C/C++ project
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    19
AbstractCLaunchDelegate.Program_file_not_specified=Program file not specified
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    20
AbstractCLaunchDelegate.Program_file_does_not_exist=Program file does not exist
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    21
AbstractCLaunchDelegate.PROGRAM_PATH_not_found={0} not found
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    22
AbstractCLaunchDelegate.Working_directory_does_not_exist=Working directory does not exist
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    23
AbstractCLaunchDelegate.WORKINGDIRECTORY_PATH_not_found=The working directory {0} does not exist.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    24
AbstractCLaunchDelegate.Project_NAME_does_not_exist=Project {0} does not exist. Please check that your launch configuration specifies a valid project in your workspace.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    25
AbstractCLaunchDelegate.Project_NAME_is_closed=Project {0} is closed
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    26
AbstractCLaunchDelegate.Debugger_Process=Debugger Process
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    27
AbstractCLaunchDelegate.building_projects=Building prerequisite project list
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    28
AbstractCLaunchDelegate.building=Building 
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    29
AbstractCLaunchDelegate.searching_for_errors=Searching for compile errors
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    30
AbstractCLaunchDelegate.searching_for_errors_in=Searching for compile errors in 
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    31
AbstractCLaunchDelegate.20=Building prerequisite project list
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    32
AbstractCLaunchDelegate.Program_is_not_a_recongnized_executable=Program is not a recognized executable.
54
89a4ce4b37f5 merge in Ken's previous merges and bug 8513.
timkelly
parents: 51
diff changeset
    33
AbstractCLaunchDelegate.BuildBeforeLaunch=Build before launch - 
89a4ce4b37f5 merge in Ken's previous merges and bug 8513.
timkelly
parents: 51
diff changeset
    34
AbstractCLaunchDelegate.PerformingBuild=Performing required build...
89a4ce4b37f5 merge in Ken's previous merges and bug 8513.
timkelly
parents: 51
diff changeset
    35
AbstractCLaunchDelegate.PerformingIncrementalBuild=Performing incremental workspace build...
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    36
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    37
LocalRunLaunchDelegate.Launching_Local_C_Application=Launching Local C/C++ Application
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    38
LocalRunLaunchDelegate.Failed_setting_runtime_option_though_debugger=Failed to set program arguments, environment or working directory.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    39
LocalRunLaunchDelegate.Error_starting_process=Error starting process
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    40
LocalRunLaunchDelegate.Does_not_support_working_dir=Eclipse runtime does not support working directory
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    41
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    42
LocalAttachLaunchDelegate.Attaching_to_Local_C_Application=Attaching to Local C/C++ Application
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    43
LocalAttachLaunchDelegate.No_Process_ID_selected=No Process ID selected
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    44
LocalAttachLaunchDelegate.Select_Process=Select Process
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    45
LocalAttachLaunchDelegate.Platform_cannot_list_processes=Current platform does not support listing processes
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    46
LocalAttachLaunchDelegate.Select_Process_to_attach_debugger_to=Select a Process to attach debugger to:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    47
LocalAttachLaunchDelegate.CDT_Launch_Error=CDT Launch Error
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    48
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    49
CoreFileLaunchDelegate.Launching_postmortem_debugger=Launching postmortem debugger
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    50
CoreFileLaunchDelegate.No_Corefile_selected=No Corefile selected
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    51
CoreFileLaunchDelegate.No_Shell_available_in_Launch=No Shell available in Launch
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    52
CoreFileLaunchDelegate.Select_Corefile=Select Corefile
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    53
CoreFileLaunchDelegate.Corefile_not_accessible=Core file is not accessible.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    54
CoreFileLaunchDelegate.Corefile_not_readable=Core file does not exist or is not readable.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    55
CoreFileLaunchDelegate.postmortem_debugging_failed=Post-mortem debugging failed
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    56
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    57
AbstractCDebuggerTab.No_debugger_available=No debugger available
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    58
AbstractCDebuggerTab.Debugger=Debugger
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    59
AbstractCDebuggerTab.ErrorLoadingDebuggerPage=Error Loading Debugger UI Component.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    60
AbstractChange.compositeName0=Update C/C++ launch configurations
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    61
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    62
LaunchUIPlugin.Error=Error
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    63
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    64
CMainTab.Project_required=Project required
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    65
CMainTab.Enter_project_before_searching_for_program=Project must first be entered before searching for a program
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    66
CMainTab.Program_Selection=Program Selection
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    67
CMainTab.Enter_project_before_browsing_for_program=Project must first be entered before browsing for a program
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    68
CMainTab.Program_selection=Program selection
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    69
CMainTab.Selection_must_be_file=Selection must be a file
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    70
CMainTab.Selection_must_be_binary_file=Selection must be a binary file
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    71
CMainTab.Project_Selection=Project Selection
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    72
CMainTab.Choose_project_to_constrain_search_for_program=Choose a &project to constrain the search for a program
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    73
CMainTab.Project_not_specified=Project not specified
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    74
CMainTab.Program_not_specified=Program not specified
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    75
CMainTab.Project_must_be_opened=Project must be opened
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    76
CMainTab.Program_does_not_exist=Program does not exist
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    77
CMainTab.Core_does_not_exist=Core file does not exist
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    78
CMainTab.Main=Main
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    79
CMainTab.&ProjectColon=&Project:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    80
CMainTab.C/C++_Application=C/C++ Application:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    81
CMainTab.CoreFile_path=Core file (leave blank to trigger prompt):
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    82
CMainTab.Search...=Searc&h Project...
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    83
CMainTab.Choose_program_to_run=Choose a &program to run:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    84
CMainTab.Choose_program_to_run_from_NAME=Choose a program to run from {0}:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    85
CMainTab.UseTerminal=Connect process input & output to a terminal.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    86
CMainTab.Program_is_not_a_recongnized_executable=Program is not a recognized executable.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    87
CMainTab.Program_invalid_proj_path=Program specification is not a valid project-relative path.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    88
CMainTab.Build_Config=Build Configuration
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    89
CMainTab.Use_Active=Use Active
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    90
#For CMainTab.Configuration_name: {0} - project name; {1} - configuration name
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    91
CMainTab.Configuration_name={0} {1}
54
89a4ce4b37f5 merge in Ken's previous merges and bug 8513.
timkelly
parents: 51
diff changeset
    92
CMainTab.Build_options=Build (if required) before launching
89a4ce4b37f5 merge in Ken's previous merges and bug 8513.
timkelly
parents: 51
diff changeset
    93
CMainTab.Disable_build_button_label=Disable auto build
89a4ce4b37f5 merge in Ken's previous merges and bug 8513.
timkelly
parents: 51
diff changeset
    94
CMainTab.Disable_build_button_tooltip=Requires manually building project before launching (this may improve launch performance)
89a4ce4b37f5 merge in Ken's previous merges and bug 8513.
timkelly
parents: 51
diff changeset
    95
CMainTab.Enable_build_button_label=Enable auto build
89a4ce4b37f5 merge in Ken's previous merges and bug 8513.
timkelly
parents: 51
diff changeset
    96
CMainTab.Enable_build_button_tooltip=Always build project before launching (this may impact launch performance)
89a4ce4b37f5 merge in Ken's previous merges and bug 8513.
timkelly
parents: 51
diff changeset
    97
CMainTab.Workspace_settings_button_label=Use workspace settings
89a4ce4b37f5 merge in Ken's previous merges and bug 8513.
timkelly
parents: 51
diff changeset
    98
CMainTab.Workspace_settings_button_tooltip=Use workspace settings
89a4ce4b37f5 merge in Ken's previous merges and bug 8513.
timkelly
parents: 51
diff changeset
    99
CMainTab.Workspace_settings_link_label=<a>Configure Workspace Settings...</a>
89a4ce4b37f5 merge in Ken's previous merges and bug 8513.
timkelly
parents: 51
diff changeset
   100
CMainTab.Workspace_settings_page_id=org.eclipse.debug.ui.LaunchingPreferencePage
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   101
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   102
CDebuggerTab.Advanced_Options_Dialog_Title=Advanced Options
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   103
CDebuggerTab.Stop_at_main_on_startup=Stop on startup at:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   104
CDebuggerTab.Automatically_track_values_of=Automatically track the values of
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   105
CDebuggerTab.Stop_on_startup_at_can_not_be_empty=The "Stop on startup at" field can not be empty.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   106
CDebuggerTab.Debugger_Options=Debugger Options
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   107
CDebuggerTab.Mode_not_supported=Mode ''{0}'' is not supported by the selected debugger
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   108
CDebuggerTab.Advanced=Advanced...
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   109
CDebuggerTab.Variables=Variables
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   110
CDebuggerTab.Registers=Registers
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   111
CDebuggerTab.No_debugger_available=No debugger available
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   112
CDebuggerTab.CPU_is_not_supported=The CPU is not supported by the selected debugger.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   113
CDebuggerTab.Platform_is_not_supported=The project platform is not supported by the selected debugger.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   114
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   115
CoreFileDebuggerTab.No_debugger_available=No debugger available
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   116
CoreFileDebuggerTab.platform_is_not_supported=The project platform is not supported by the selected debugger.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   117
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   118
CEnvironmentTab.Edit_Variable=Edit Variable
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   119
CEnvironmentTab.New_Variable=New Variable
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   120
CEnvironmentTab.NameColon=Name:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   121
CEnvironmentTab.ValueColon=Value:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   122
CEnvironmentTab.Name=Name
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   123
CEnvironmentTab.Value=Value
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   124
CEnvironmentTab.New...=New...
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   125
CEnvironmentTab.Import...=Import...
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   126
CEnvironmentTab.Edit...=Edit...
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   127
CEnvironmentTab.Remove=Remove
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   128
CEnvironmentTab.Environment=Environment
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   129
CEnvironmentTab.Existing_Environment_Variable=Existing Environment Variable
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   130
CEnvironmentTab.Environment_variable_NAME_exists=Environment variable \" {0} \" exists.\nDo you want to overwrite?
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   131
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   132
CArgumentsTab.C/C++_Program_Arguments=Program arguments:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   133
CArgumentsTab.Arguments=Arguments
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   134
CArgumentsTab.Variables=Variables...
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   135
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   136
WorkingDirectoryBlock.4=Select a &workspace relative working directory:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   137
WorkingDirectoryBlock.7=Select a working directory for the launch configuration:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   138
WorkingDirectoryBlock.0=W&orkspace...
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   139
WorkingDirectoryBlock.Working_Directory_8=Working Directory
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   140
WorkingDirectoryBlock.Working_directory=Working directory:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   141
WorkingDirectoryBlock.10=Working directory does not exist
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   142
WorkingDirectoryBlock.Use_default=Use de&fault
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   143
WorkingDirectoryBlock.17=Variabl&es...
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   144
WorkingDirectoryBlock.1=File S&ystem...
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   145
WorkingDirectoryBlock.Exception_occurred_reading_configuration___15=Exception occurred reading configuration: 
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   146
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   147
Launch.common.Exception_occurred_reading_configuration_EXCEPTION=Exception occurred reading configuration {0}
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   148
Launch.common.DebuggerColon=Debugger:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   149
Launch.common.BinariesColon=Binaries:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   150
Launch.common.QualifierColon=Qualifier:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   151
Launch.common.Browse_1=&Browse...
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   152
Launch.common.Browse_2=B&rowse...
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   153
Launch.common.Project_does_not_exist=Project does not exist
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   154
LocalCDILaunchDelegate.0=Launching Local C/C++ Application
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   155
LocalCDILaunchDelegate.1=Launching debugger session
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   156
LocalCDILaunchDelegate.2=Debugging local C/C++ application
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   157
LocalCDILaunchDelegate.3=Attaching to Local C/C++ Application
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   158
LocalCDILaunchDelegate.4=No Process ID selected.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   159
LocalCDILaunchDelegate.5=Launching postmortem debugger session
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   160
LocalCDILaunchDelegate.6=No core file selected
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   161
LocalCDILaunchDelegate.7=Core file does not exist or is not readable.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   162
LocalCDILaunchDelegate.8=Error starting process.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   163
LocalCDILaunchDelegate.9=Eclipse runtime does not support working directory.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   164
LocalCDILaunchDelegate.10=Failed to set program arguments, environment or working directory.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   165
MultiLaunchConfigurationDelegate.0=Launching 
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   166
MultiLaunchConfigurationDelegate.Cannot=Cannot launch ''{0}'' in the ''{1}'' mode
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   167
MultiLaunchConfigurationDelegate.Loop=Infinite loop detected for ''{0}'' configuration
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   168
MultiLaunchConfigurationDelegate.Action.None=None
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   169
MultiLaunchConfigurationDelegate.Action.WaitUntilTerminated=Wait until terminated
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   170
MultiLaunchConfigurationDelegate.Action.Delay=Delay
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   171
MultiLaunchConfigurationDelegate.Action.WaitingForTermination=Waiting for termination of
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   172
MultiLaunchConfigurationDelegate.Action.Delaying=Delaying next launch by {0} seconds
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   173
MultiLaunchConfigurationSelectionDialog.0=Launch Configuration Selector
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   174
MultiLaunchConfigurationSelectionDialog.4=Launch Mode:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   175
MultiLaunchConfigurationSelectionDialog.5=Use default mode when launching
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   176
MultiLaunchConfigurationSelectionDialog.7=Select a launch configuration
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   177
MultiLaunchConfigurationSelectionDialog.8=Post launch action:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   178
MultiLaunchConfigurationSelectionDialog.9=Seconds:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   179
MultiLaunchConfigurationSelectionDialog.10=Enter valid number of seconds
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   180
MultiLaunchConfigurationSelectionDialog.11=Select only one launch configuration
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   181
MultiLaunchConfigurationSelectionDialog.12=Add Launch Configuration
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   182
MultiLaunchConfigurationSelectionDialog.13=Edit Launch Configuration
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   183
MultiLaunchConfigurationSelectionDialog.14=Add one or more launch configurations to the launch group
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   184
MultiLaunchConfigurationSelectionDialog.15=Edit an existing entry in the launch group
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   185
MultiLaunchConfigurationTabGroup.1=Up
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   186
MultiLaunchConfigurationTabGroup.2=Down
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   187
MultiLaunchConfigurationTabGroup.3=Edit...
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   188
MultiLaunchConfigurationTabGroup.4=Add...
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   189
MultiLaunchConfigurationTabGroup.5=Remove
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   190
MultiLaunchConfigurationTabGroup.6=Name
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   191
MultiLaunchConfigurationTabGroup.7=Mode
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   192
MultiLaunchConfigurationTabGroup.10=Launches
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   193
MultiLaunchConfigurationTabGroup.11=seconds
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   194
MultiLaunchConfigurationTabGroup.12=Action
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   195
MultiLaunchConfigurationTabGroup.13=Delay {0} seconds
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   196
ProjectRenameChange.name=Update launch configuration "{0}"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
   197
ProjectRenameChange.saveFailed=Failed to save updated launch configuration "{0}"