2015-02-17 10:32:24 +01:00
|
|
|
##################################################################################
|
2018-11-01 12:21:58 -04:00
|
|
|
# Copyright (c) 2011, 2018 Wind River Systems, Inc. and others. All rights reserved.
|
2015-02-17 10:32:24 +01:00
|
|
|
# This program and the accompanying materials are made available under the terms
|
2018-11-01 12:21:58 -04:00
|
|
|
# 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
|
2015-02-17 10:32:24 +01:00
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# Wind River Systems - initial API and implementation
|
|
|
|
##################################################################################
|
|
|
|
|
2015-05-07 08:54:55 +02:00
|
|
|
pluginName = Terminal View
|
2020-01-31 13:21:35 -05:00
|
|
|
providerName = Eclipse CDT
|
2015-02-17 10:32:24 +01:00
|
|
|
|
2015-05-07 08:54:55 +02:00
|
|
|
# ----- Terminal View -----
|
2015-02-17 10:32:24 +01:00
|
|
|
|
2015-05-07 08:54:55 +02:00
|
|
|
ViewCategory.name=Terminal
|
2015-02-17 15:13:28 +01:00
|
|
|
|
2015-05-07 08:54:55 +02:00
|
|
|
TerminalsView.name=Terminal
|
2015-05-30 15:42:32 +02:00
|
|
|
TerminalsView.name.old=Terminals (Old)
|
2015-05-07 08:54:55 +02:00
|
|
|
TerminalsView.context.name=In Terminal View
|
2015-02-17 10:32:24 +01:00
|
|
|
TerminalsView.context.description=Show modified keyboard shortcuts in context menu
|
|
|
|
|
|
|
|
# ----- Terminal Connectors -----
|
|
|
|
|
|
|
|
TerminalConnector.streams=Streams Connector (hidden)
|
|
|
|
|
|
|
|
# ----- Terminal Launcher Delegates -----
|
|
|
|
|
|
|
|
StreamsLauncherDelegate.label=Streams Terminal
|
|
|
|
|
|
|
|
# ----- Commands and Menu contributions -----
|
2015-05-07 08:54:55 +02:00
|
|
|
command.category.name=Terminal Commands
|
2015-02-17 10:32:24 +01:00
|
|
|
|
2015-05-07 08:54:55 +02:00
|
|
|
toolbar.terminal.label=Terminal
|
2015-02-17 10:32:24 +01:00
|
|
|
|
|
|
|
command.launch.selection.name=Open Terminal on Selection
|
|
|
|
command.launch.name=Open Terminal
|
|
|
|
command.launch.label=Open Terminal...
|
|
|
|
command.launch.tooltip=Open a Terminal
|
|
|
|
|
|
|
|
command.disconnect.name=Disconnect Terminal
|
|
|
|
command.disconnect.label=Disconnect
|
|
|
|
command.disconnect.tooltip=Disconnect Terminal Connection
|
|
|
|
|
2015-09-14 08:06:44 +02:00
|
|
|
command.newview.name=New Terminal View
|
|
|
|
|
2016-02-10 13:37:12 +01:00
|
|
|
menu.showIn.label = Show in Local Terminal
|
2015-02-25 15:23:26 +01:00
|
|
|
menu.showIn.mnemonic=I
|
2015-02-17 10:32:24 +01:00
|
|
|
|
2016-02-10 16:02:54 +01:00
|
|
|
LocalLauncherDelegate.label=Local Terminal
|
|
|
|
|
|
|
|
command.launch.name=Open Local Terminal on Selection
|
|
|
|
|
|
|
|
menu.showIn.localterminal.label = Terminal
|
|
|
|
|
|
|
|
TerminalConnector.local=Local
|
|
|
|
|
2015-02-17 15:13:28 +01:00
|
|
|
# ----- Extension Points -----
|
2015-02-17 10:32:24 +01:00
|
|
|
|
|
|
|
ExtensionPoint.launcherDelegates.name=Terminal Launcher Delegates
|
|
|
|
|
2015-02-17 15:13:28 +01:00
|
|
|
# ----- Activity contributions -----
|
2015-02-17 10:32:24 +01:00
|
|
|
|
|
|
|
activities.category.terminals.name=Terminal
|
|
|
|
activities.category.terminals.description=Use the terminal to connect to remote hosts via telnet, ssh and others.
|
|
|
|
|
|
|
|
activities.activity.terminals.views.name=Terminal Views
|
2020-01-31 11:02:25 -05:00
|
|
|
activities.activity.terminals.views.description=Terminal related views.
|
2016-02-10 16:02:54 +01:00
|
|
|
|
2020-11-20 13:49:00 +01:00
|
|
|
activities.activity.terminals.maintoolbar.name=Terminal Main Toolbar
|
|
|
|
activities.activity.terminals.maintoolbar.description=Terminal main toolbar buttons.
|
|
|
|
|
2016-02-10 16:02:54 +01:00
|
|
|
# ----- Preference Pages -----
|
|
|
|
|
|
|
|
preference.page.name=Local Terminal
|
|
|
|
|