tmf: Fix exception throwing in Sequence Diagram 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
40
41# Preference page
42preference.page.trace.name = Tracing
43preference.page.uml2sd.name = UML2 Sequence Diagram
44preferences.page.timestamp.format = Time Format
45
46##Commands and Menus
47
48binding.scheme = Tracing
49binding.scheme.description = Default key binding for tracing
50binding.context = Tracing
51
52## Tracing commands
53commands.category.name = Tracing
54commands.category.description = Tracing Commands
55
56## Common (re-used by multiple sub-menus)
57
58command.open = Open
59command.open.mnemonic = O
60command.open.description = Open element
61
62command.copy = Copy...
63command.copy.mnemonic = C
64command.copy.description = Copy element
65
66command.rename = Rename...
67command.rename.mnemonic = m
68command.rename.description = Rename element
69
70command.delete = Delete
71command.delete.mnemonic = D
72command.delete.description = Delete element
73
74command.refresh = Refresh
75command.refresh.mnemonic = f
76command.refresh.description = Refresh project structure
77
78command.delete_suppl_files = Delete Supplementary Files...
79command.delete_suppl_files.mnemonic = S
80command.delete_suppl_files.description = Delete Supplementary Files
81
82command.select_trace_type = Select Trace Type...
83command.select_trace_type.mnemonic = T
84command.select_trace_type.description = Select a trace type
85command.select_trace_type.bundle = Bundle
86command.select_trace_type.type = Trace Type
87command.select_trace_type.icon = Icon
88
89## Trace menu
90# Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
91
92## Trace folder menu
93# Import, Refresh
94
95command.import = Import...
96command.import.mnemonic = I
97command.import.description = Import traces into project
98
99## Experiment menu
100# Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
101
102command.select_traces = Select Traces...
103command.select_traces.mnemonic = T
104command.select_traces.description = Select Traces
105
106command.remove = Remove
107command.remove.mnemonic = v
108command.remove.description = Remove trace from experiment
109
110## Experiment folder menu
111# New, Refresh
112command.new_experiment = New...
113command.new_experiment.mnemonic = N
114command.new_experiment.description = Create Tracing Experiment
115
116# Custom parsers
117commands.parser.category.name = Parser Commands
118commands.parser.category.description = Parser Commands
119commands.parser.manage = Manage Custom Parsers...
120commands.parser.manage.description = Manage Custom Parsers
121
122contenttype.trace = TMF Trace
123
124parser.provider.extension-point.name = Parser Providers
125navigatorContent.name = TMF Elements
126navigatorCommonFilter.name = State History Files
127
128contexts.uml2sd = UML2 Sequence Diagram Viewer
129commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
130commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
131
132commands.uml2sd.scrollup = Scroll up
133commands.uml2sd.scrollup.description = Scroll up the sequence diagram
134commands.uml2sd.scrolldown = Scroll down
135commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
136commands.uml2sd.scrollleft = Scroll left
137commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
138commands.uml2sd.scrollright = Scroll right
139commands.uml2sd.scrollright.description = Scroll right the sequence diagram
140commands.uml2sd.goto = Go to associated message
141commands.uml2sd.goto.description = Go to the associated message
142commands.uml2sd.showend = Show node end
143commands.uml2sd.showend.description = Show the node end
144commands.uml2sd.showstart = Show node start
145commands.uml2sd.showstart.description = Show the node start
146
147# CTF trace type
148tracetype.category.ctf = Common Trace Format
149tracetype.type.ctf = Generic CTF Trace
150
This page took 0.024617 seconds and 5 git commands to generate.