ctf: Add advanced trace tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / plugin.properties
... / ...
CommitLineData
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
14Bundle-Vendor = Eclipse Linux Tools
15Bundle-Name = Linux Tools TMF UI Plug-in
16
17# Perspective and Views names
18perspective.category.name = Tracing
19
20views.category.name = Tracing
21filters.view.name = Filters
22colors.view.name = Colors
23timechart.view.name = Time Chart
24statistics.view.name = Statistics
25events.editor.name = Events Editor
26uml2sd.view.name = Sequence Diagram
27histogram.view.name = Histogram
28environment.view.name = Environment Variables
29ssvisualizer.view.name = State System Explorer
30callstack.view.name = Call Stack
31
32# Tracing wizards
33project.new.category.name = Tracing
34project.new.wizard.name = Tracing Project
35project.new.wizard.description = Create a new Tracing project
36project.new.wizard.custom.text.parser = Custom Text Parser
37project.new.wizard.custom.xml.parser = Custom XML Parser
38
39project.import.wizard.name = Trace Import
40project.import.wizard.name.batch = Batch Trace Import
41
42# Preference page
43preference.page.trace.name = Tracing
44preference.page.uml2sd.name = UML2 Sequence Diagram
45preferences.page.timestamp.format = Time Format
46
47##Commands and Menus
48
49binding.scheme = Tracing
50binding.scheme.description = Default key binding for tracing
51binding.context = Tracing
52
53## Tracing commands
54commands.category.name = Tracing
55commands.category.description = Tracing Commands
56
57## Common (re-used by multiple sub-menus)
58
59command.open = Open
60command.open.mnemonic = O
61command.open.description = Open element
62
63command.copy = Copy...
64command.copy.mnemonic = C
65command.copy.description = Copy element
66
67command.rename = Rename...
68command.rename.mnemonic = m
69command.rename.description = Rename element
70
71command.delete = Delete
72command.delete.mnemonic = D
73command.delete.description = Delete element
74
75command.refresh = Refresh
76command.refresh.mnemonic = f
77command.refresh.description = Refresh project structure
78
79command.delete_suppl_files = Delete Supplementary Files...
80command.delete_suppl_files.mnemonic = S
81command.delete_suppl_files.description = Delete Supplementary Files
82
83command.select_trace_type = Select Trace Type...
84command.select_trace_type.mnemonic = T
85command.select_trace_type.description = Select a trace type
86command.select_trace_type.bundle = Bundle
87command.select_trace_type.type = Trace Type
88command.select_trace_type.icon = Icon
89
90command.batch_import = Batch Import...
91command.batch_import.mnemonic = B
92command.batch_import.description = Batch Import
93
94command.export_to_text = Export To Text...
95command.export_to_text.description = Export trace to text...
96
97## Trace menu
98# Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
99
100## Trace folder menu
101# Import, Refresh
102
103command.import = Import...
104command.import.mnemonic = I
105command.import.description = Import traces into project
106
107command.batch_import = Batch Import...
108command.batch_import.mnemonic = A
109command.batch_import.description = Batch Import traces into project
110
111## Experiment menu
112# Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
113
114command.select_traces = Select Traces...
115command.select_traces.mnemonic = T
116command.select_traces.description = Select Traces
117
118command.remove = Remove
119command.remove.mnemonic = v
120command.remove.description = Remove trace from experiment
121
122## Experiment folder menu
123# New, Refresh
124command.new_experiment = New...
125command.new_experiment.mnemonic = N
126command.new_experiment.description = Create Tracing Experiment
127
128# Custom parsers
129commands.parser.category.name = Parser Commands
130commands.parser.category.description = Parser Commands
131commands.parser.manage = Manage Custom Parsers...
132commands.parser.manage.description = Manage Custom Parsers
133
134contenttype.trace = TMF Trace
135
136parser.provider.extension-point.name = Parser Providers
137navigatorContent.name = TMF Elements
138navigatorCommonFilter.name = State History Files
139
140contexts.uml2sd = UML2 Sequence Diagram Viewer
141commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
142commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
143
144commands.uml2sd.scrollup = Scroll up
145commands.uml2sd.scrollup.description = Scroll up the sequence diagram
146commands.uml2sd.scrolldown = Scroll down
147commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
148commands.uml2sd.scrollleft = Scroll left
149commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
150commands.uml2sd.scrollright = Scroll right
151commands.uml2sd.scrollright.description = Scroll right the sequence diagram
152commands.uml2sd.goto = Go to associated message
153commands.uml2sd.goto.description = Go to the associated message
154commands.uml2sd.showend = Show node end
155commands.uml2sd.showend.description = Show the node end
156commands.uml2sd.showstart = Show node start
157commands.uml2sd.showstart.description = Show the node start
158
159# CTF trace type
160tracetype.category.ctf = Common Trace Format
161tracetype.type.ctf = Generic CTF Trace
162
This page took 0.024261 seconds and 5 git commands to generate.