Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 145d65a4178564e49494f3f764a377756faba947 (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
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=SystemTap IDE
preference.editor.name=Editor
preference.codeAssist.name=Code Assist
preference.conditionalFilter.name=Conditional Filters
preference.syntaxColor.name=Syntax Coloring
preference.typeing.name=Typeing
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

Back to the top