Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 558bc62062d2abe65db365d38d5501872227f485 (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
26
27
28
29
30
##################################################################################
# Copyright (c) 2011, 2012 Wind River Systems, Inc. and others. All rights reserved.
# This program and the accompanying materials are made available under the terms
# of the Eclipse Public License v1.0 which accompanies this distribution, and is
# available at http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Wind River Systems - initial API and implementation
##################################################################################

pluginName = Target Explorer, TCF Terminals Extensions UI
providerName = Eclipse.org - TCF

# ***** Terminal Connectors *****

TerminalConnector.terminal=TCF Terminals Connector (hidden)

# ***** Terminal Connector Types *****

TerminalsConnectorType.label=TCF Terminals Connector Type

# ***** Terminal Launcher Delegates ****

launcherDelegate.label=TCF Terminal

# ***** Command Contributions *****

command.launch.name=Open Terminal
command.launch.label=&Open Terminal
command.launch.tooltip=Opens a terminal to the selected target.

Back to the top