tmf: lttngControl: fix: way to retrieve probe and function information
[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
37d150dd
FC
112## Trace menu
113# Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
5e4bf87d 114
37d150dd
FC
115## Trace folder menu
116# Import, Refresh
12c155f5 117
c0c7c656
MAL
118command.OpenFile.description = Opens a file
119command.OpenFile.name = Open File
120command.OpenDirectory.description = Opens a directory
1aec2e92 121command.OpenFile.label = Open Trace...
002f9f07
BH
122command.import = Import...
123command.import.mnemonic = I
124command.import.description = Import traces into project
c0c7c656 125
339d539c
PT
126command.new_folder = New Folder...
127command.new_folder.mnemonic = N
128command.new_folder.description = Create a new trace folder
129
37d150dd
FC
130## Experiment menu
131# Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
12c155f5 132
37d150dd
FC
133command.select_traces = Select Traces...
134command.select_traces.mnemonic = T
135command.select_traces.description = Select Traces
12c155f5 136
37d150dd
FC
137command.remove = Remove
138command.remove.mnemonic = v
139command.remove.description = Remove trace from experiment
5e4bf87d 140
8a917424
GB
141command.select_experiment_type = Select Experiment Type...
142command.select_experiment_type.mnemonic = E
143command.select_experiment_type.description = Select an experiment type
144
37d150dd
FC
145## Experiment folder menu
146# New, Refresh
147command.new_experiment = New...
148command.new_experiment.mnemonic = N
149command.new_experiment.description = Create Tracing Experiment
5e4bf87d 150
6e651d8b
MAL
151command.export_trace_package = Export Trace Package...
152command.export_trace_package.mnemonic = E
153command.export_trace_package.description = Export a Trace Package
154command.import_trace_package = Import Trace Package...
155command.import_trace_package.mnemonic = P
156command.import_trace_package.description = Import a Trace Package
157
12c155f5
FC
158# Custom parsers
159commands.parser.category.name = Parser Commands
160commands.parser.category.description = Parser Commands
587660fc 161commands.parser.manage = Manage Custom Parsers...
b9763f53 162commands.parser.manage.description = Manage Custom Parsers
c068a752
GB
163
164## Analysis and views
165command.analysis_help = Help
166command.analysis_help.mnemonic = H
167command.analysis_help.description = Help
168
b9763f53 169contenttype.trace = TMF Trace
73005152 170
12c155f5
FC
171parser.provider.extension-point.name = Parser Providers
172navigatorContent.name = TMF Elements
5e4bf87d 173navigatorCommonFilter.name = State History Files
12c155f5 174
73005152
BH
175contexts.uml2sd = UML2 Sequence Diagram Viewer
176commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
177commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
178
179commands.uml2sd.scrollup = Scroll up
180commands.uml2sd.scrollup.description = Scroll up the sequence diagram
181commands.uml2sd.scrolldown = Scroll down
182commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
183commands.uml2sd.scrollleft = Scroll left
184commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
185commands.uml2sd.scrollright = Scroll right
186commands.uml2sd.scrollright.description = Scroll right the sequence diagram
187commands.uml2sd.goto = Go to associated message
188commands.uml2sd.goto.description = Go to the associated message
189commands.uml2sd.showend = Show node end
190commands.uml2sd.showend.description = Show the node end
191commands.uml2sd.showstart = Show node start
192commands.uml2sd.showstart.description = Show the node start
8a917424 193
This page took 0.058856 seconds and 5 git commands to generate.