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