Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 699b520fd1717f2d9cadb6ad6d1e58ccb9f3e740 (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
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

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
command.modifyParsing.name=Modify Parsing Expression
command.modifyParsing.desc=Modify Parsing Expression

category.file.name=File
category.file.desc=File
category.run.name=Run
category.run.desc=Run
category.popup.name=View Menu
category.popup.desc=View Menu

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=Run
action.run.desc=Run the Script

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


actionset.file.name=File Action Set
actionset.run.name=Run Action Set


actionset.parsing.name=Parsing Action Set
action.modifyParsing.name=Modify Parsing Expression
action.modifyParsing.desc=Modify Parsing Expression

category.name=Systemtap
wizard.name=Systemtap Script

action.addStapProbe.label = Add SystemTap probe

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

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

Back to the top