tmf: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / plugin.properties
1 ###############################################################################
2 # Copyright (c) 2013, 2015 Ericsson
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Eclipse Public License v1.0
6 # which accompanies this distribution, and is available at
7 # http://www.eclipse.org/legal/epl-v10.html
8 #
9 # Contributors:
10 # Ericsson - Initial API and implementation
11 ###############################################################################
12
13 Bundle-Vendor = Eclipse Trace Compass
14 Bundle-Name = Trace Compass TMF UI Plug-in
15
16 # Extension points
17 extensionpoint.trace_type_ui.name = Tmf Trace Type UI Elements
18 extensionpoint.sequence_diagram_loader.name = TMF UML 2 Sequence Diagram Loader
19
20 # Perspective and Views names
21 perspective.category.name = Tracing
22
23 views.category.name = Tracing
24 filters.view.name = Filters
25 colors.view.name = Colors
26 timechart.view.name = Time Chart
27 statistics.view.name = Statistics
28 events.editor.name = Events Editor
29 uml2sd.view.name = Sequence Diagram
30 histogram.view.name = Histogram
31 ssvisualizer.view.name = State System Explorer
32 callstack.view.name = Call Stack
33 synchronization.view.name = Synchronization
34
35 # Themes
36 themes.category.label = Tracing
37 font.eventtable.label = Trace event table font
38 font.eventtable.description = The font used for the trace event table.
39 font.eventraw.label = Trace event raw text font
40 font.eventraw.description = The font used for the trace event raw viewer.
41 color.eventtable.highlight.label = Trace event table highlight color
42 color.eventtable.highlight.description = The background color used for the trace event table search and filter matching text.
43 color.eventraw.highlight.label = Trace event raw highlight color
44 color.eventraw.highlight.description = The background color used for the trace event raw viewer highlighted event (under the mouse cursor).
45 color.eventraw.selection.label = Trace event raw selection color
46 color.eventraw.selection.description = The background color used for the trace event raw viewer selected event.
47
48 # Tracing wizards
49 project.new.category.name = Tracing
50 project.new.wizard.name = Tracing Project
51 project.new.wizard.description = Create a new Tracing project
52 project.new.wizard.custom.text.parser = Custom Text Parser
53 project.new.wizard.custom.xml.parser = Custom XML Parser
54
55 project.import.wizard.name = Trace Import
56 project.import.wizard.name.tracepkg = Trace Package Import
57 project.export.wizard.name.tracepkg = Trace Package Export
58
59 # Project model elements
60 project.model.trace_folder = Trace Folder
61 project.model.experiment_folder = Trace Experiment Folder
62 project.model.linked_trace = Linked Trace
63
64 # Preference page
65 preference.page.trace.name = Tracing
66 preference.page.uml2sd.name = UML2 Sequence Diagram
67 preferences.page.timestamp.format = Time Format
68
69 ##Commands and Menus
70
71 binding.scheme = Tracing
72 binding.scheme.description = Default key binding for tracing
73 binding.context = Tracing
74
75 ## Tracing commands
76 commands.category.name = Tracing
77 commands.category.description = Tracing Commands
78
79 ## Common (re-used by multiple sub-menus)
80
81 command.open = Open
82 command.open.mnemonic = O
83 command.open.description = Open element
84
85 command.copy = Copy...
86 command.copy.mnemonic = C
87 command.copy.description = Copy element
88
89 command.rename = Rename...
90 command.rename.mnemonic = m
91 command.rename.description = Rename element
92
93 command.delete = Delete
94 command.delete.mnemonic = D
95 command.delete.description = Delete element
96
97 command.clear = Clear
98 command.clear.mnemonic = l
99 command.clear.description = Clear element
100
101 command.refresh = Refresh
102 command.refresh.mnemonic = f
103 command.refresh.description = Refresh project structure
104
105 command.delete_suppl_files = Delete Supplementary Files...
106 command.delete_suppl_files.mnemonic = S
107 command.delete_suppl_files.description = Delete Supplementary Files
108
109 command.select_trace_type = Select Trace Type...
110 command.select_trace_type.mnemonic = T
111 command.select_trace_type.description = Select a trace type
112 command.select_trace_type.bundle = Bundle
113 command.select_trace_type.type = Trace Type
114 command.select_trace_type.icon = Icon
115
116 command.copy_to_clipboard = Copy to Clipboard
117 command.copy_to_clipboard.description = Copy to Clipboard
118
119 command.export_to_text = Export to Text...
120 command.export_to_text.description = Export trace to text...
121
122 command.synchronize_traces = Synchronize Traces
123 command.synchronize_traces.mnemonic = y
124 command.synchronize_traces.description = Synchronize 2 or more traces
125
126 command.offset_traces = Apply Time Offset...
127 command.offset_traces.description = Shift traces by a constant time offset
128
129 command.clear_offset = Clear Time Offset
130 command.clear_offset.description = Clear time offset
131
132 ## Trace menu
133 # Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
134
135 ## Trace folder menu
136 # Import, Refresh
137
138 command.OpenFile.description = Opens a file
139 command.OpenFile.name = Open File
140 command.OpenDirectory.description = Opens a directory
141 command.OpenFile.label = Open Trace...
142 command.import = Import...
143 command.import.mnemonic = I
144 command.import.description = Import traces into project
145
146 command.new_folder = New Folder...
147 command.new_folder.mnemonic = N
148 command.new_folder.description = Create a new trace folder
149
150 ## Experiment menu
151 # Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
152
153 command.select_traces = Select Traces...
154 command.select_traces.mnemonic = T
155 command.select_traces.description = Select Traces
156
157 command.remove = Remove
158 command.remove.mnemonic = v
159 command.remove.description = Remove trace from experiment
160
161 command.select_experiment_type = Select Experiment Type...
162 command.select_experiment_type.mnemonic = E
163 command.select_experiment_type.description = Select an experiment type
164
165 ## Experiment folder menu
166 # New, Refresh
167 command.new_experiment = New...
168 command.new_experiment.mnemonic = N
169 command.new_experiment.description = Create Tracing Experiment
170
171 command.export_trace_package = Export Trace Package...
172 command.export_trace_package.mnemonic = E
173 command.export_trace_package.description = Export a Trace Package
174 command.import_trace_package = Import Trace Package...
175 command.import_trace_package.mnemonic = P
176 command.import_trace_package.description = Import a Trace Package
177
178 # Custom parsers
179 commands.parser.category.name = Parser Commands
180 commands.parser.category.description = Parser Commands
181 commands.parser.manage = Manage Custom Parsers...
182 commands.parser.manage.description = Manage Custom Parsers
183
184 ## Analysis and views
185 command.analysis_help = Help
186 command.analysis_help.mnemonic = H
187 command.analysis_help.description = Help
188
189 contenttype.trace = TMF Trace
190
191 parser.provider.extension-point.name = Parser Providers
192 navigatorContent.name = TMF Elements
193 navigatorCommonFilter.name = State History Files
194
195 contexts.uml2sd = UML2 Sequence Diagram Viewer
196 commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
197 commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
198
199 commands.uml2sd.scrollup = Scroll up
200 commands.uml2sd.scrollup.description = Scroll up the sequence diagram
201 commands.uml2sd.scrolldown = Scroll down
202 commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
203 commands.uml2sd.scrollleft = Scroll left
204 commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
205 commands.uml2sd.scrollright = Scroll right
206 commands.uml2sd.scrollright.description = Scroll right the sequence diagram
207 commands.uml2sd.goto = Go to associated message
208 commands.uml2sd.goto.description = Go to the associated message
209 commands.uml2sd.showend = Show node end
210 commands.uml2sd.showend.description = Show the node end
211 commands.uml2sd.showstart = Show node start
212 commands.uml2sd.showstart.description = Show the node start
213
This page took 0.035769 seconds and 6 git commands to generate.