TMF: Add possibility to select experiment type from UI
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / plugin.properties
... / ...
CommitLineData
1###############################################################################
2# Copyright (c) 2013, 2014 Ericsson
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
13#Properties file for org.eclipse.linuxtools.tmf.ui
14Bundle-Vendor = Eclipse Linux Tools
15Bundle-Name = Linux Tools TMF UI Plug-in
16
17# Perspective and Views names
18perspective.category.name = Tracing
19
20views.category.name = Tracing
21filters.view.name = Filters
22colors.view.name = Colors
23timechart.view.name = Time Chart
24statistics.view.name = Statistics
25events.editor.name = Events Editor
26uml2sd.view.name = Sequence Diagram
27histogram.view.name = Histogram
28ssvisualizer.view.name = State System Explorer
29callstack.view.name = Call Stack
30synchronization.view.name = Synchronization
31
32
33# Tracing wizards
34project.new.category.name = Tracing
35project.new.wizard.name = Tracing Project
36project.new.wizard.description = Create a new Tracing project
37project.new.wizard.custom.text.parser = Custom Text Parser
38project.new.wizard.custom.xml.parser = Custom XML Parser
39
40project.import.wizard.name = Trace Import
41project.import.wizard.name.batch = Batch Trace Import
42project.import.wizard.name.tracepkg = Trace Package Import
43project.export.wizard.name.tracepkg = Trace Package Export
44
45# Preference page
46preference.page.trace.name = Tracing
47preference.page.uml2sd.name = UML2 Sequence Diagram
48preferences.page.timestamp.format = Time Format
49
50##Commands and Menus
51
52binding.scheme = Tracing
53binding.scheme.description = Default key binding for tracing
54binding.context = Tracing
55
56## Tracing commands
57commands.category.name = Tracing
58commands.category.description = Tracing Commands
59
60## Common (re-used by multiple sub-menus)
61
62command.open = Open
63command.open.mnemonic = O
64command.open.description = Open element
65
66command.copy = Copy...
67command.copy.mnemonic = C
68command.copy.description = Copy element
69
70command.rename = Rename...
71command.rename.mnemonic = m
72command.rename.description = Rename element
73
74command.delete = Delete
75command.delete.mnemonic = D
76command.delete.description = Delete element
77
78command.refresh = Refresh
79command.refresh.mnemonic = f
80command.refresh.description = Refresh project structure
81
82command.delete_suppl_files = Delete Supplementary Files...
83command.delete_suppl_files.mnemonic = S
84command.delete_suppl_files.description = Delete Supplementary Files
85
86command.select_trace_type = Select Trace Type...
87command.select_trace_type.mnemonic = T
88command.select_trace_type.description = Select a trace type
89command.select_trace_type.bundle = Bundle
90command.select_trace_type.type = Trace Type
91command.select_trace_type.icon = Icon
92
93command.batch_import = Batch Import...
94command.batch_import.mnemonic = B
95command.batch_import.description = Batch Import
96
97command.export_to_text = Export To Text...
98command.export_to_text.description = Export trace to text...
99
100command.synchronize_traces = Synchronize Traces
101command.synchronize_traces.mnemonic = y
102command.synchronize_traces.description = Synchronize 2 or more traces
103
104## Trace menu
105# Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
106
107## Trace folder menu
108# Import, Refresh
109
110command.OpenFile.description = Opens a file
111command.OpenFile.name = Open File
112command.OpenDirectory.description = Opens a directory
113command.OpenDirectory.name = Open Directory
114command.OpenFile.label = Open Trace File...
115command.OpenDirectory.label = Open Trace Directory...
116command.import = Import...
117command.import.mnemonic = I
118command.import.description = Import traces into project
119
120command.batch_import = Batch Import...
121command.batch_import.mnemonic = A
122command.batch_import.description = Batch Import traces into project
123
124## Experiment menu
125# Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
126
127command.select_traces = Select Traces...
128command.select_traces.mnemonic = T
129command.select_traces.description = Select Traces
130
131command.remove = Remove
132command.remove.mnemonic = v
133command.remove.description = Remove trace from experiment
134
135command.select_experiment_type = Select Experiment Type...
136command.select_experiment_type.mnemonic = E
137command.select_experiment_type.description = Select an experiment type
138
139## Experiment folder menu
140# New, Refresh
141command.new_experiment = New...
142command.new_experiment.mnemonic = N
143command.new_experiment.description = Create Tracing Experiment
144
145command.export_trace_package = Export Trace Package...
146command.export_trace_package.mnemonic = E
147command.export_trace_package.description = Export a Trace Package
148command.import_trace_package = Import Trace Package...
149command.import_trace_package.mnemonic = P
150command.import_trace_package.description = Import a Trace Package
151
152# Custom parsers
153commands.parser.category.name = Parser Commands
154commands.parser.category.description = Parser Commands
155commands.parser.manage = Manage Custom Parsers...
156commands.parser.manage.description = Manage Custom Parsers
157
158## Analysis and views
159command.analysis_help = Help
160command.analysis_help.mnemonic = H
161command.analysis_help.description = Help
162
163contenttype.trace = TMF Trace
164
165parser.provider.extension-point.name = Parser Providers
166navigatorContent.name = TMF Elements
167navigatorCommonFilter.name = State History Files
168
169contexts.uml2sd = UML2 Sequence Diagram Viewer
170commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
171commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
172
173commands.uml2sd.scrollup = Scroll up
174commands.uml2sd.scrollup.description = Scroll up the sequence diagram
175commands.uml2sd.scrolldown = Scroll down
176commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
177commands.uml2sd.scrollleft = Scroll left
178commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
179commands.uml2sd.scrollright = Scroll right
180commands.uml2sd.scrollright.description = Scroll right the sequence diagram
181commands.uml2sd.goto = Go to associated message
182commands.uml2sd.goto.description = Go to the associated message
183commands.uml2sd.showend = Show node end
184commands.uml2sd.showend.description = Show the node end
185commands.uml2sd.showstart = Show node start
186commands.uml2sd.showstart.description = Show the node start
187
This page took 0.024027 seconds and 5 git commands to generate.