tmf: Bug 469655: Virtual table column resize not working on Linux
[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
bb7c657f 39color.eventtable.highlight.label = Trace event table highlight color
b9763f53 40
37d150dd 41# Tracing wizards
5d786ef5 42project.new.category.name = Tracing
12c155f5
FC
43project.new.wizard.name = Tracing Project
44project.new.wizard.description = Create a new Tracing project
b9763f53
FC
45project.new.wizard.custom.text.parser = Custom Text Parser
46project.new.wizard.custom.xml.parser = Custom XML Parser
47
12c155f5 48project.import.wizard.name = Trace Import
6e651d8b
MAL
49project.import.wizard.name.tracepkg = Trace Package Import
50project.export.wizard.name.tracepkg = Trace Package Export
b9763f53 51
43ee8b79
AM
52# Project model elements
53project.model.trace_folder = Trace Folder
54project.model.experiment_folder = Trace Experiment Folder
55project.model.linked_trace = Linked Trace
56
37d150dd 57# Preference page
73005152
BH
58preference.page.trace.name = Tracing
59preference.page.uml2sd.name = UML2 Sequence Diagram
f8177ba2 60preferences.page.timestamp.format = Time Format
73005152 61
12c155f5
FC
62##Commands and Menus
63
64binding.scheme = Tracing
65binding.scheme.description = Default key binding for tracing
66binding.context = Tracing
67
37d150dd
FC
68## Tracing commands
69commands.category.name = Tracing
70commands.category.description = Tracing Commands
12c155f5 71
37d150dd 72## Common (re-used by multiple sub-menus)
12c155f5 73
37d150dd
FC
74command.open = Open
75command.open.mnemonic = O
76command.open.description = Open element
12c155f5 77
37d150dd
FC
78command.copy = Copy...
79command.copy.mnemonic = C
80command.copy.description = Copy element
12c155f5 81
37d150dd
FC
82command.rename = Rename...
83command.rename.mnemonic = m
84command.rename.description = Rename element
12c155f5 85
37d150dd
FC
86command.delete = Delete
87command.delete.mnemonic = D
88command.delete.description = Delete element
12c155f5 89
4da3df5f
MAL
90command.clear = Clear
91command.clear.mnemonic = l
92command.clear.description = Clear element
93
37d150dd
FC
94command.refresh = Refresh
95command.refresh.mnemonic = f
96command.refresh.description = Refresh project structure
12c155f5 97
37d150dd
FC
98command.delete_suppl_files = Delete Supplementary Files...
99command.delete_suppl_files.mnemonic = S
100command.delete_suppl_files.description = Delete Supplementary Files
12c155f5 101
37d150dd
FC
102command.select_trace_type = Select Trace Type...
103command.select_trace_type.mnemonic = T
104command.select_trace_type.description = Select a trace type
105command.select_trace_type.bundle = Bundle
106command.select_trace_type.type = Trace Type
107command.select_trace_type.icon = Icon
ed963ef6 108
d3de0920
XR
109command.export_to_text = Export To Text...
110command.export_to_text.description = Export trace to text...
d04ec5a7 111
e73a4ba5
GB
112command.synchronize_traces = Synchronize Traces
113command.synchronize_traces.mnemonic = y
114command.synchronize_traces.description = Synchronize 2 or more traces
115
6b44794a
MK
116command.offset_traces = Apply Time Offset...
117command.offset_traces.description = Shift traces by a constant time offset
118
119command.clear_offset = Clear Time Offset
120command.clear_offset.description = Clear time offset
121
37d150dd
FC
122## Trace menu
123# Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
5e4bf87d 124
37d150dd
FC
125## Trace folder menu
126# Import, Refresh
12c155f5 127
c0c7c656
MAL
128command.OpenFile.description = Opens a file
129command.OpenFile.name = Open File
130command.OpenDirectory.description = Opens a directory
1aec2e92 131command.OpenFile.label = Open Trace...
002f9f07
BH
132command.import = Import...
133command.import.mnemonic = I
134command.import.description = Import traces into project
c0c7c656 135
339d539c
PT
136command.new_folder = New Folder...
137command.new_folder.mnemonic = N
138command.new_folder.description = Create a new trace folder
139
37d150dd
FC
140## Experiment menu
141# Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
12c155f5 142
37d150dd
FC
143command.select_traces = Select Traces...
144command.select_traces.mnemonic = T
145command.select_traces.description = Select Traces
12c155f5 146
37d150dd
FC
147command.remove = Remove
148command.remove.mnemonic = v
149command.remove.description = Remove trace from experiment
5e4bf87d 150
8a917424
GB
151command.select_experiment_type = Select Experiment Type...
152command.select_experiment_type.mnemonic = E
153command.select_experiment_type.description = Select an experiment type
154
37d150dd
FC
155## Experiment folder menu
156# New, Refresh
157command.new_experiment = New...
158command.new_experiment.mnemonic = N
159command.new_experiment.description = Create Tracing Experiment
5e4bf87d 160
6e651d8b
MAL
161command.export_trace_package = Export Trace Package...
162command.export_trace_package.mnemonic = E
163command.export_trace_package.description = Export a Trace Package
164command.import_trace_package = Import Trace Package...
165command.import_trace_package.mnemonic = P
166command.import_trace_package.description = Import a Trace Package
167
12c155f5
FC
168# Custom parsers
169commands.parser.category.name = Parser Commands
170commands.parser.category.description = Parser Commands
587660fc 171commands.parser.manage = Manage Custom Parsers...
b9763f53 172commands.parser.manage.description = Manage Custom Parsers
c068a752
GB
173
174## Analysis and views
175command.analysis_help = Help
176command.analysis_help.mnemonic = H
177command.analysis_help.description = Help
178
b9763f53 179contenttype.trace = TMF Trace
73005152 180
12c155f5
FC
181parser.provider.extension-point.name = Parser Providers
182navigatorContent.name = TMF Elements
5e4bf87d 183navigatorCommonFilter.name = State History Files
12c155f5 184
73005152
BH
185contexts.uml2sd = UML2 Sequence Diagram Viewer
186commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
187commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
188
189commands.uml2sd.scrollup = Scroll up
190commands.uml2sd.scrollup.description = Scroll up the sequence diagram
191commands.uml2sd.scrolldown = Scroll down
192commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
193commands.uml2sd.scrollleft = Scroll left
194commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
195commands.uml2sd.scrollright = Scroll right
196commands.uml2sd.scrollright.description = Scroll right the sequence diagram
197commands.uml2sd.goto = Go to associated message
198commands.uml2sd.goto.description = Go to the associated message
199commands.uml2sd.showend = Show node end
200commands.uml2sd.showend.description = Show the node end
201commands.uml2sd.showstart = Show node start
202commands.uml2sd.showstart.description = Show the node start
8a917424 203
This page took 0.100343 seconds and 5 git commands to generate.