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