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