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