Merge commit 'cea87c3123c41bd06cd2b816f885a27612dfc356' into lttng-luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / plugin.properties
1 ###############################################################################
2 # Copyright (c) 2013 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
43 # Preference page
44 preference.page.trace.name = Tracing
45 preference.page.uml2sd.name = UML2 Sequence Diagram
46 preferences.page.timestamp.format = Time Format
47
48 ##Commands and Menus
49
50 binding.scheme = Tracing
51 binding.scheme.description = Default key binding for tracing
52 binding.context = Tracing
53
54 ## Tracing commands
55 commands.category.name = Tracing
56 commands.category.description = Tracing Commands
57
58 ## Common (re-used by multiple sub-menus)
59
60 command.open = Open
61 command.open.mnemonic = O
62 command.open.description = Open element
63
64 command.copy = Copy...
65 command.copy.mnemonic = C
66 command.copy.description = Copy element
67
68 command.rename = Rename...
69 command.rename.mnemonic = m
70 command.rename.description = Rename element
71
72 command.delete = Delete
73 command.delete.mnemonic = D
74 command.delete.description = Delete element
75
76 command.refresh = Refresh
77 command.refresh.mnemonic = f
78 command.refresh.description = Refresh project structure
79
80 command.delete_suppl_files = Delete Supplementary Files...
81 command.delete_suppl_files.mnemonic = S
82 command.delete_suppl_files.description = Delete Supplementary Files
83
84 command.select_trace_type = Select Trace Type...
85 command.select_trace_type.mnemonic = T
86 command.select_trace_type.description = Select a trace type
87 command.select_trace_type.bundle = Bundle
88 command.select_trace_type.type = Trace Type
89 command.select_trace_type.icon = Icon
90
91 command.batch_import = Batch Import...
92 command.batch_import.mnemonic = B
93 command.batch_import.description = Batch Import
94
95 command.export_to_text = Export To Text...
96 command.export_to_text.description = Export trace to text...
97
98 command.synchronize_traces = Synchronize Traces
99 command.synchronize_traces.mnemonic = y
100 command.synchronize_traces.description = Synchronize 2 or more traces
101
102 ## Trace menu
103 # Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
104
105 ## Trace folder menu
106 # Import, Refresh
107
108 command.import = Import...
109 command.import.mnemonic = I
110 command.import.description = Import traces into project
111
112 command.batch_import = Batch Import...
113 command.batch_import.mnemonic = A
114 command.batch_import.description = Batch Import traces into project
115
116 ## Experiment menu
117 # Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
118
119 command.select_traces = Select Traces...
120 command.select_traces.mnemonic = T
121 command.select_traces.description = Select Traces
122
123 command.remove = Remove
124 command.remove.mnemonic = v
125 command.remove.description = Remove trace from experiment
126
127 ## Experiment folder menu
128 # New, Refresh
129 command.new_experiment = New...
130 command.new_experiment.mnemonic = N
131 command.new_experiment.description = Create Tracing Experiment
132
133 # Custom parsers
134 commands.parser.category.name = Parser Commands
135 commands.parser.category.description = Parser Commands
136 commands.parser.manage = Manage Custom Parsers...
137 commands.parser.manage.description = Manage Custom Parsers
138
139 ## Analysis and views
140 command.analysis_help = Help
141 command.analysis_help.mnemonic = H
142 command.analysis_help.description = Help
143
144 contenttype.trace = TMF Trace
145
146 parser.provider.extension-point.name = Parser Providers
147 navigatorContent.name = TMF Elements
148 navigatorCommonFilter.name = State History Files
149
150 contexts.uml2sd = UML2 Sequence Diagram Viewer
151 commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
152 commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
153
154 commands.uml2sd.scrollup = Scroll up
155 commands.uml2sd.scrollup.description = Scroll up the sequence diagram
156 commands.uml2sd.scrolldown = Scroll down
157 commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
158 commands.uml2sd.scrollleft = Scroll left
159 commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
160 commands.uml2sd.scrollright = Scroll right
161 commands.uml2sd.scrollright.description = Scroll right the sequence diagram
162 commands.uml2sd.goto = Go to associated message
163 commands.uml2sd.goto.description = Go to the associated message
164 commands.uml2sd.showend = Show node end
165 commands.uml2sd.showend.description = Show the node end
166 commands.uml2sd.showstart = Show node start
167 commands.uml2sd.showstart.description = Show the node start
168
169 # CTF trace type
170 tracetype.category.ctf = Common Trace Format
171 tracetype.type.ctf = Generic CTF Trace
172
This page took 0.035879 seconds and 6 git commands to generate.