Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3d563eb11270a91ac0baf34db39e9f7345475b22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
##################################################################################
# Copyright (c) 2011, 2012 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
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
command.runtests.label=Run Tests
command.runtests.tooltip=Run Diagnostics Tests on the selected Peer

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

Back to the top