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