Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 20ab21b136d5511aa38c703424b28f0078977788 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                  







                                                           



                                        




                                                             
##################################################################################
# Copyright (c) 2011 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

# ***** 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 peer.

Back to the top