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