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

                                                                                    




                                                                                

                                                                                  











                                               
                                               










                                                                         
                                           


                                                                   
                                                    

                                                                                 




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

# ***** Editor Pages *****

MemoryMapEditorPage.name=Symbol Files
PathMapEditorPage.name=Object Paths
SourceLookupEditorPage.name=Source Paths

# ***** Command contributions *****

Command.showInDebugView.name=Show In Debug View
Command.showInDebugView.description=Show the selection in the Debug View.

LauchTree.name=Launches

LaunchShortcut.Remote.App.name=Remote Application

command.run.name=Run Remote Application
command.debug.name=Debug Remote Application

menu.diagnostics.label=Diagnostics

command.runtests.name=Run Diagnostics Tests
command.runtests.label=Run Tests
command.runtests.tooltip=Run Diagnostics Tests on the selected Peer

command.runtestsloop.name=Run Diagnostics Tests Loop
command.runtestsloop.label=Run Tests Loop
command.runtestsloop.tooltip=Run Diagnostics Tests in a loop on the selected Peer

# ***** Activity contributions *****

activities.activity.systemmanagement.applaunch.name=Target Explorer Remote Application Launch
activities.activity.systemmanagement.applaunch.description=Launch applications on a system running a TCF agent. 

Back to the top