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