Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d37c86f45b183ddfe5eabbd791fc6a3e3ae94eaf (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
25
###############################################################################
#  Copyright (c) 2007, 2012 IBM Corporation and others.
#
#  This program and the accompanying materials
#  are made available under the terms of the Eclipse Public License 2.0
#  which accompanies this distribution, and is available at
#  https://www.eclipse.org/legal/epl-2.0/
#
#  SPDX-License-Identifier: EPL-2.0
# 
#  Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
ContextRunner_0=Unable To Launch
ContextRunner_7=The selection cannot be launched, and there are no recent launches.
ContextRunner_3=Launch configuration ''{0}'' does not support {1} mode.
ContextRunner_13=The resource ''{0}'' is not accessible for launching
ContextRunner_14=As...
ContextRunner_15=...
ContextRunner_1={0} Not Supported

#The possible values for {0} are the names of the launch configurations in the current workspace
LaunchingResourceManager_0={0} (already running)
#The possible values for {0} are the names of launch shortcuts such as "Java Application" or "Java Applet"
LaunchingResourceManager_1=As {0}

Back to the top