Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: df475528a8f1c22beb78071016ad102e6b6a426c (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
##################################################################################
# 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 Processes Extensions UI
providerName = Eclipse.org - Target Explorer

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

ProcessExplorerEditorPage.name=Processes

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

command.launch.name=Run Remote Process
command.launch.label=&Run Remote Process...
command.launch.tooltip=Execute the specified process image on the selected target.

column.name.name = Name
column.name.pid = PID
column.name.ppid = PPID
column.name.state = State
column.name.user = User
column.name.cmdline = Command Line

navigatorContent.name = System Monitor

command.refreshviewer.label = Refresh Process List
command.refreshviewer.tooltip = Refresh Process List
command.refreshviewer.name = Refresh Process List

command.startPolling.label = Start Polling
command.startPolling.tooltip = Start Polling

command.stopPolling.label = Stop Polling
command.stopPolling.tooltip = Stop Polling

command.configure.label = Configure Refresh Interval
command.configure.tooltip = Configure Refresh Interval
command.configure.name = Configure Refresh Interval

command.attach.label=&Attach
command.attach.tooltip=Attach to the selected Context

command.detach.label=D&etach
command.detach.tooltip=Detach from the selected Context

singlethreadfilter.description = For single thread processes the thread child is hidden. 
singlethreadfilter.name = Single Thread Filter

commonFilter.singlethread.name = Single Thread Filter

propertyTab.general.label = General
propertyTab.context.label = Context
propertyTab.properties.label = Properties

command.refresh.label=Refresh
command.refresh.tooltip=Refresh the selected node

command.properties.label = Properties

page.properties.name = Properties
page.context.name = Context
page.basic.name = Basic

command.terminate.label = Terminate
command.terminate.tooltip = Terminate the selected process
command.terminate.name = Terminate

command.attach.label = Attach...
command.attach.tooltip = Select contexts to attach to.

command.filter.label=Filter...

command.reset.label = Reset Filter

command.search.label = Find...

ShowIn.menu.name=Show In
Properties.menu.name=Properties

Back to the top