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