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