tmf: Add ellipses to Synchronize Traces action
[deliverable/tracecompass.git] / tmf / 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
d90ae2a5 19extensionpoint.symbol_provider.name = TMF Symbol provider extension
43ee8b79 20
37d150dd 21# Perspective and Views names
12c155f5
FC
22perspective.category.name = Tracing
23
24views.category.name = Tracing
90e2b925 25filters.view.name = Filters
ca13a91c 26colors.view.name = Colors
ce62370f 27timechart.view.name = Time Chart
c5beb08d 28statistics.view.name = Statistics
09d11238 29events.editor.name = Events Editor
73005152 30uml2sd.view.name = Sequence Diagram
e0752744 31histogram.view.name = Histogram
7692e512 32ssvisualizer.view.name = State System Explorer
e8251298 33callstack.view.name = Call Stack
e73a4ba5
GB
34synchronization.view.name = Synchronization
35
812e7197
PT
36# Themes
37themes.category.label = Tracing
38font.eventtable.label = Trace event table font
332c750a 39font.eventtable.description = The font used for the trace event table.
812e7197 40font.eventraw.label = Trace event raw text font
332c750a 41font.eventraw.description = The font used for the trace event raw viewer.
bb7c657f 42color.eventtable.highlight.label = Trace event table highlight color
332c750a
PT
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.
b9763f53 48
37d150dd 49# Tracing wizards
5d786ef5 50project.new.category.name = Tracing
12c155f5
FC
51project.new.wizard.name = Tracing Project
52project.new.wizard.description = Create a new Tracing project
b9763f53
FC
53project.new.wizard.custom.text.parser = Custom Text Parser
54project.new.wizard.custom.xml.parser = Custom XML Parser
55
12c155f5 56project.import.wizard.name = Trace Import
6e651d8b
MAL
57project.import.wizard.name.tracepkg = Trace Package Import
58project.export.wizard.name.tracepkg = Trace Package Export
b9763f53 59
43ee8b79
AM
60# Project model elements
61project.model.trace_folder = Trace Folder
62project.model.experiment_folder = Trace Experiment Folder
63project.model.linked_trace = Linked Trace
64
37d150dd 65# Preference page
73005152
BH
66preference.page.trace.name = Tracing
67preference.page.uml2sd.name = UML2 Sequence Diagram
f8177ba2 68preferences.page.timestamp.format = Time Format
73005152 69
12c155f5
FC
70##Commands and Menus
71
72binding.scheme = Tracing
73binding.scheme.description = Default key binding for tracing
74binding.context = Tracing
75
37d150dd
FC
76## Tracing commands
77commands.category.name = Tracing
78commands.category.description = Tracing Commands
12c155f5 79
37d150dd 80## Common (re-used by multiple sub-menus)
12c155f5 81
37d150dd
FC
82command.open = Open
83command.open.mnemonic = O
84command.open.description = Open element
12c155f5 85
37d150dd
FC
86command.copy = Copy...
87command.copy.mnemonic = C
88command.copy.description = Copy element
12c155f5 89
37d150dd
FC
90command.rename = Rename...
91command.rename.mnemonic = m
92command.rename.description = Rename element
12c155f5 93
37d150dd
FC
94command.delete = Delete
95command.delete.mnemonic = D
96command.delete.description = Delete element
12c155f5 97
4da3df5f
MAL
98command.clear = Clear
99command.clear.mnemonic = l
100command.clear.description = Clear element
101
37d150dd
FC
102command.refresh = Refresh
103command.refresh.mnemonic = f
104command.refresh.description = Refresh project structure
12c155f5 105
37d150dd
FC
106command.delete_suppl_files = Delete Supplementary Files...
107command.delete_suppl_files.mnemonic = S
108command.delete_suppl_files.description = Delete Supplementary Files
12c155f5 109
37d150dd
FC
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
ed963ef6 116
9ba0a108
PT
117command.copy_to_clipboard = Copy to Clipboard
118command.copy_to_clipboard.description = Copy to Clipboard
119
120command.export_to_text = Export to Text...
d3de0920 121command.export_to_text.description = Export trace to text...
d04ec5a7 122
11ddb8aa 123command.synchronize_traces = Synchronize Traces...
e73a4ba5
GB
124command.synchronize_traces.mnemonic = y
125command.synchronize_traces.description = Synchronize 2 or more traces
126
6b44794a
MK
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
37d150dd
FC
133## Trace menu
134# Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
5e4bf87d 135
37d150dd
FC
136## Trace folder menu
137# Import, Refresh
12c155f5 138
c0c7c656
MAL
139command.OpenFile.description = Opens a file
140command.OpenFile.name = Open File
141command.OpenDirectory.description = Opens a directory
1aec2e92 142command.OpenFile.label = Open Trace...
002f9f07
BH
143command.import = Import...
144command.import.mnemonic = I
145command.import.description = Import traces into project
c0c7c656 146
339d539c
PT
147command.new_folder = New Folder...
148command.new_folder.mnemonic = N
149command.new_folder.description = Create a new trace folder
150
37d150dd
FC
151## Experiment menu
152# Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
12c155f5 153
37d150dd
FC
154command.select_traces = Select Traces...
155command.select_traces.mnemonic = T
156command.select_traces.description = Select Traces
12c155f5 157
37d150dd
FC
158command.remove = Remove
159command.remove.mnemonic = v
160command.remove.description = Remove trace from experiment
5e4bf87d 161
8a917424
GB
162command.select_experiment_type = Select Experiment Type...
163command.select_experiment_type.mnemonic = E
164command.select_experiment_type.description = Select an experiment type
165
37d150dd
FC
166## Experiment folder menu
167# New, Refresh
168command.new_experiment = New...
169command.new_experiment.mnemonic = N
170command.new_experiment.description = Create Tracing Experiment
5e4bf87d 171
6e651d8b
MAL
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
12c155f5
FC
179# Custom parsers
180commands.parser.category.name = Parser Commands
181commands.parser.category.description = Parser Commands
587660fc 182commands.parser.manage = Manage Custom Parsers...
b9763f53 183commands.parser.manage.description = Manage Custom Parsers
c068a752
GB
184
185## Analysis and views
186command.analysis_help = Help
187command.analysis_help.mnemonic = H
188command.analysis_help.description = Help
189
b9763f53 190contenttype.trace = TMF Trace
73005152 191
12c155f5
FC
192parser.provider.extension-point.name = Parser Providers
193navigatorContent.name = TMF Elements
5e4bf87d 194navigatorCommonFilter.name = State History Files
12c155f5 195
73005152
BH
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
8a917424 214
0bc16991 215commands.sync.refresh.tracecontent = Refresh
This page took 0.121512 seconds and 5 git commands to generate.