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