Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: a9d9ded2254ff61be435518b4741418400d30606 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                  
                                                                                    




                                                                                

                                                                                  
 
                      
                                            


                            

                           
                            
                                            
                                                                                  


                                 

                                                    
                                         
 
                                              
 
                                             
                                        
 

                                



                                                        
 
                                           


                                                         

                           
                                
 

                                                                 
                                      





                                                                                                                 
##################################################################################
# Copyright (c) 2011, 2015 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 = Terminals
providerName = Eclipse.org - Target Explorer

# ----- Terminals View -----

ViewCategory.name=Terminals

TerminalsView.name=Terminals
TerminalsView.context.name=In Terminals View
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 -----
command.category.name=Terminals Commands

toolbar.terminal.label=Terminals

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

menu.showIn.label = Show In

# -----  Extension Points  -----

ExtensionPoint.launcherDelegates.name=Terminal Launcher Delegates

# -----  Activity contributions  -----

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
activities.activity.terminals.views.description=Terminal related views. 

Back to the top