Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 936f96769c279fd2a336ed19e4c2aec5635a31fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# org.eclipse.tcf.te.launch.core
# Externalized Strings.
#

DefaultLaunchManagerDelegate_defaultLaunchName=New configuration

LaunchManager_error_invalidExtensionPoint=Failed to instantiate the executable extension from extension point ''{0}''.
LaunchManager_error_noLaunchConfigType=No launch configuration type (id = ) is available for launch mode ''{0}''.
LaunchManager_error_failedToCreateConfig=Failed to create and initialize new launch configuration.
LaunchManager_error_failedToUpdateConfig=Failed to update existing launch configuration ''{0}''.
LaunchManager_error_deleteLaunchConfig=Failed to delete launch configuration.

LaunchConfigurationDelegate_error_failedToGetStepper=Failed to access stepper for launch configuration type ''{0}'' \
and launch mode ''{1}''.
LaunchConfigurationDelegate_error_failedToCloneStepper=Failed to clone stepper for launch configuration type ''{0}'' \
and launch mode ''{1}''.
LaunchConfigurationDelegate_error_inaccessibleReferencedProject=Failed to access project ''{0}''. The project is either missing or closed.

AbstractLaunchConfigurationDelegate_scoped_incremental_build=Scoped incremental build before launch...

ReferencedProjectItemValidator_missingProject = Missing project
ReferencedProjectItemValidator_notExistingProject = Project does not exist
ReferencedProjectItemValidator_closedProject = Project is closed

Back to the top