Add a "Clear Tracing Views" command
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / plugin.properties
1 # Properties file for org.eclipse.linuxtools.tmf.ui
2 Bundle-Vendor = Eclipse Linux Tools
3 Bundle-Name = TMF UI
4
5 # Perspective and Views names
6 perspective.category.name = Tracing
7
8 views.category.name = Tracing
9 events.view.name = Events
10 filters.view.name = Filters
11 colors.view.name = Colors
12 timechart.view.name = Time Chart
13 statistics.view.name = Statistics
14 events.editor.name = Events Editor
15 eventsview.editor.name = Events View
16 uml2sd.view.name = Sequence Diagram
17 histogram.view.name = Histogram
18 environment.view.name = Environment Variables
19
20 # Tracing wizards
21 project.new.category.name = Tracing
22 project.new.wizard.name = Tracing Project
23 project.new.wizard.description = Create a new Tracing project
24 project.new.wizard.custom.text.parser = Custom Text Parser
25 project.new.wizard.custom.xml.parser = Custom XML Parser
26
27 project.import.wizard.name = Trace Import
28
29 # Preference page
30 preference.page.trace.name = Tracing
31 preference.page.uml2sd.name = UML2 Sequence Diagram
32
33 ##Commands and Menus
34
35 binding.scheme = Tracing
36 binding.scheme.description = Default key binding for tracing
37 binding.context = Tracing
38
39 ## Tracing commands
40 commands.category.name = Tracing
41 commands.category.description = Tracing Commands
42
43 ## Common (re-used by multiple sub-menus)
44
45 command.open = Open
46 command.open.mnemonic = O
47 command.open.description = Open element
48
49 command.copy = Copy...
50 command.copy.mnemonic = C
51 command.copy.description = Copy element
52
53 command.rename = Rename...
54 command.rename.mnemonic = m
55 command.rename.description = Rename element
56
57 command.delete = Delete
58 command.delete.mnemonic = D
59 command.delete.description = Delete element
60
61 command.refresh = Refresh
62 command.refresh.mnemonic = f
63 command.refresh.description = Refresh project structure
64
65 command.delete_suppl_files = Delete Supplementary Files...
66 command.delete_suppl_files.mnemonic = S
67 command.delete_suppl_files.description = Delete Supplementary Files
68
69 command.select_trace_type = Select Trace Type...
70 command.select_trace_type.mnemonic = T
71 command.select_trace_type.description = Select a trace type
72 command.select_trace_type.bundle = Bundle
73 command.select_trace_type.type = Trace Type
74 command.select_trace_type.icon = Icon
75
76 command.clear_views = Clear
77 command.clear_views.mnemonic = l
78 command.clear_views.description = Clear the tracing views
79
80 ## Trace menu
81 # Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
82
83 ## Trace folder menu
84 # Import, Refresh
85
86 command.import = Import...
87 command.import.mnemonic = I
88 command.import.description = Import traces into project
89
90 ## Experiment menu
91 # Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
92
93 command.select_traces = Select Traces...
94 command.select_traces.mnemonic = T
95 command.select_traces.description = Select Traces
96
97 command.remove = Remove
98 command.remove.mnemonic = v
99 command.remove.description = Remove trace from experiment
100
101 ## Experiment folder menu
102 # New, Refresh
103 command.new_experiment = New...
104 command.new_experiment.mnemonic = N
105 command.new_experiment.description = Create Tracing Experiment
106
107 # Custom parsers
108 commands.parser.category.name = Parser Commands
109 commands.parser.category.description = Parser Commands
110 commands.parser.manage = Manage Custom Parsers
111 commands.parser.manage.description = Manage Custom Parsers
112
113 contenttype.trace = TMF Trace
114
115 parser.provider.extension-point.name = Parser Providers
116 navigatorContent.name = TMF Elements
117 navigatorCommonFilter.name = State History Files
118
119 contexts.uml2sd = UML2 Sequence Diagram Viewer
120 commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
121 commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
122
123 commands.uml2sd.scrollup = Scroll up
124 commands.uml2sd.scrollup.description = Scroll up the sequence diagram
125 commands.uml2sd.scrolldown = Scroll down
126 commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
127 commands.uml2sd.scrollleft = Scroll left
128 commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
129 commands.uml2sd.scrollright = Scroll right
130 commands.uml2sd.scrollright.description = Scroll right the sequence diagram
131 commands.uml2sd.goto = Go to associated message
132 commands.uml2sd.goto.description = Go to the associated message
133 commands.uml2sd.showend = Show node end
134 commands.uml2sd.showend.description = Show the node end
135 commands.uml2sd.showstart = Show node start
136 commands.uml2sd.showstart.description = Show the node start
137
138 # CTF trace type
139 tracetype.category.ctf = Common Trace Format
140 tracetype.type.ctf = Generic CTF Trace
This page took 0.051213 seconds and 6 git commands to generate.