Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d4905469a1b5f1c400424605528f4af1dc61295c (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
86
87
88
89
90
91
92
93
94
95
96
97
98
bundleName=SystemTap IDE Plug-in
bundleProvider=Eclipse Linux Tools
perspective.ide.name=SystemTap IDE

view.function.name=Function
view.probe.name=Probe Alias
view.kernel.name=Kernel Source

editor.stp.name=SystemTap STP Editor
editor.simple.name=Simple Editor
editor.c.name=C Editor

preference.ide.name=IDE
preference.editor.name=Editor
preference.codeAssist.name=Code Assist
preference.conditionalFilter.name=Conditional Filters
preference.syntaxColor.name=Syntax Coloring
preference.path.name=Kernel Source Path
preference.stap.name=Stap
preference.stapOptions.name=Stap Options
preference.tapsets.name=Tapsets
preference.envVars.name=Environment Variables
preference.systemTap.name=SystemTap

command.import.name=Import Tapset...
command.import.desc=Import tapset directory
command.stop.name=Stop
command.stop.desc=Stop running script
command.runOptions.name=Run w/Options
command.runOptions.desc=Run the Script w/Options
command.run.name=Run
command.run.desc=Run the Script
command.insertProbe.name=Insert Probe
command.insertProbe.desc=Insert this probe
command.insertFunction.name=Insert Function
command.insertFunction.desc=Insert this function
command.runChart.name=Run w/Chart
command.runChart.desc=Run the Script w/Chart

category.file.name=File
category.file.desc=SystemTap file operations
category.run.name=Run
category.run.desc=SystemTap run options
category.data.name=Data
category.data.desc=Graph data management
category.tapset.name=Tapset
category.tapset.desc=Tapset content actions
category.cfiles.name=C Actions
category.cfiles.desc=Actions applied to C/C++ files

toolbar.actions.name=SystemTap Actions

action.import.name=Import Tapset...
action.import.desc=Import tapset directory
action.runOptions.name=Run w/Options
action.runOptions.desc=Run the Script w/Options
action.run.name=SystemTap: Simple Run
action.run.desc=Run the script without options/charts

launch.run.name=SystemTap Script
launch.run.desc=Run SystemTap script with project launch options

action.runChart.name=Run w/Chart
action.runChart.desc=Run the Script w/Chart
action.stop.name=Stop
action.stop.desc=Stop running script
action.insertProbe.name=Insert Probe
action.insertProbe.desc=Insert this probe
action.insertFunction.name=Insert Function
action.insertFunction.desc=Insert this function
action.viewDefinition.name=View Definition
action.viewDefinition.desc=Open the tapset file that defines this element.

action.dataExport.name=SystemTap: Export Data Set
action.dataExport.desc=Export graph contents to an external file
action.dataImport.name=SystemTap: Import Data Set
action.dataImport.desc=Import previously-saved graph contents


category.name=SystemTap
wizard.name=SystemTap Script

command.runChart.name=Run w/C&hart
command.runChart.desc=Run the Script w/Chart
command.toggleComment.name=Toggle Comment
command.toggleComment.desc=Toggle Single Line SystemTap Comment
command.toggleComment.mne=Tog&gle Comment
command.indent.name=Correct Indentation
command.indent.desc=Correct Indentation of SystemTap File Lines
command.indent.mne=Correct &Indentation
command.addStapProbe.name=Add SystemTap Probe
command.addStapProbe.desc=Probe the current C file at the designated line.
command.addStapProbe.mne=Add SystemTap &Probe

editor.context.name=SystemTap Editor
editor.context.desc=Editor for SystemTap Scripts
editor.category.source.name=Source
editor.category.source.desc=Script source options

Back to the top