tmf: Fix Call Stack sort icons not set when dialog setting doesn't exist
[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.batch = Batch Trace Import
46 project.import.wizard.name.tracepkg = Trace Package Import
47 project.export.wizard.name.tracepkg = Trace Package Export
48
49 # Project model elements
50 project.model.trace_folder = Trace Folder
51 project.model.experiment_folder = Trace Experiment Folder
52 project.model.linked_trace = Linked Trace
53
54 # Preference page
55 preference.page.trace.name = Tracing
56 preference.page.uml2sd.name = UML2 Sequence Diagram
57 preferences.page.timestamp.format = Time Format
58
59 ##Commands and Menus
60
61 binding.scheme = Tracing
62 binding.scheme.description = Default key binding for tracing
63 binding.context = Tracing
64
65 ## Tracing commands
66 commands.category.name = Tracing
67 commands.category.description = Tracing Commands
68
69 ## Common (re-used by multiple sub-menus)
70
71 command.open = Open
72 command.open.mnemonic = O
73 command.open.description = Open element
74
75 command.copy = Copy...
76 command.copy.mnemonic = C
77 command.copy.description = Copy element
78
79 command.rename = Rename...
80 command.rename.mnemonic = m
81 command.rename.description = Rename element
82
83 command.delete = Delete
84 command.delete.mnemonic = D
85 command.delete.description = Delete element
86
87 command.refresh = Refresh
88 command.refresh.mnemonic = f
89 command.refresh.description = Refresh project structure
90
91 command.delete_suppl_files = Delete Supplementary Files...
92 command.delete_suppl_files.mnemonic = S
93 command.delete_suppl_files.description = Delete Supplementary Files
94
95 command.select_trace_type = Select Trace Type...
96 command.select_trace_type.mnemonic = T
97 command.select_trace_type.description = Select a trace type
98 command.select_trace_type.bundle = Bundle
99 command.select_trace_type.type = Trace Type
100 command.select_trace_type.icon = Icon
101
102 command.batch_import = Batch Import...
103 command.batch_import.mnemonic = B
104 command.batch_import.description = Batch Import
105
106 command.export_to_text = Export To Text...
107 command.export_to_text.description = Export trace to text...
108
109 command.synchronize_traces = Synchronize Traces
110 command.synchronize_traces.mnemonic = y
111 command.synchronize_traces.description = Synchronize 2 or more traces
112
113 ## Trace menu
114 # Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
115
116 ## Trace folder menu
117 # Import, Refresh
118
119 command.OpenFile.description = Opens a file
120 command.OpenFile.name = Open File
121 command.OpenDirectory.description = Opens a directory
122 command.OpenFile.label = Open Trace...
123 command.import = Import...
124 command.import.mnemonic = I
125 command.import.description = Import traces into project
126
127 command.batch_import = Batch Import...
128 command.batch_import.mnemonic = A
129 command.batch_import.description = Batch 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.041934 seconds and 5 git commands to generate.