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








                                                                                  
                                            






                                                                  





                                                           










                                                                                  












                                                       










                                

                      

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

# ***** Extension Points *****

ExtensionPoint.tabs.name=Launch Configuration Tabs Extension Point

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

command.attach.name=Attach Context Command
command.attach.description=Attach to the selected Context

command.detach.name=Detach Context Command
command.detach.description=Detach from the selected Context

command.run.name=Launch in Run Mode Command
command.run.label=Run
command.run.description=Launches the selected launch configuration in Run mode

command.debug.name=Launch in Debug Mode Command
command.debug.label=Debug
command.debug.description=Launches the selected launch configuration in Debug mode

command.delete.label=Delete
command.delete.description=Delete the selected node

# ***** Editor page Contributions *****

LauchEditorPage.name=Launches
LauchEditorPage.column.name=Launch Configurations
LauchEditorPage.column.description=Description
LauchEditorPage.column.lastLaunched=Last Launched

ReferencedProjects.propertyTab.name=Referenced Projects

FileTransfers.propertyTab.name=File Transfers

General.propertyTab.name=General

# ***** Menu Contributions *****

New.menu.name=New
Open.menu.name=Open
OpenAs.menu.name=Open As
Delete.menu.name=Delete
Delete.menu.mnemonic=D
Refresh.menu.name=Refresh
Refresh.menu.mnemonic=f
ShowIn.menu.name=Show In
Properties.menu.name=Properties
AddTo.menu.name=Add To

LaunchTree.name=Launches

Back to the top