Merge branch 'master' 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
31 # Tracing wizards
32 project.new.category.name = Tracing
33 project.new.wizard.name = Tracing Project
34 project.new.wizard.description = Create a new Tracing project
35 project.new.wizard.custom.text.parser = Custom Text Parser
36 project.new.wizard.custom.xml.parser = Custom XML Parser
37
38 project.import.wizard.name = Trace Import
39 project.import.wizard.name.batch = Batch 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 command.batch_import = Batch Import...
90 command.batch_import.mnemonic = B
91 command.batch_import.descriptio = Batch Import
92
93 ## Trace menu
94 # Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
95
96 ## Trace folder menu
97 # Import, Refresh
98
99 command.import = Import...
100 command.import.mnemonic = I
101 command.import.description = Import traces into project
102
103 command.batch_import = Batch Import...
104 command.batch_import.mnemonic = A
105 command.batch_import.description = Batch Import traces into project
106
107 ## Experiment menu
108 # Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
109
110 command.select_traces = Select Traces...
111 command.select_traces.mnemonic = T
112 command.select_traces.description = Select Traces
113
114 command.remove = Remove
115 command.remove.mnemonic = v
116 command.remove.description = Remove trace from experiment
117
118 ## Experiment folder menu
119 # New, Refresh
120 command.new_experiment = New...
121 command.new_experiment.mnemonic = N
122 command.new_experiment.description = Create Tracing Experiment
123
124 # Custom parsers
125 commands.parser.category.name = Parser Commands
126 commands.parser.category.description = Parser Commands
127 commands.parser.manage = Manage Custom Parsers...
128 commands.parser.manage.description = Manage Custom Parsers
129
130 contenttype.trace = TMF Trace
131
132 parser.provider.extension-point.name = Parser Providers
133 navigatorContent.name = TMF Elements
134 navigatorCommonFilter.name = State History Files
135
136 contexts.uml2sd = UML2 Sequence Diagram Viewer
137 commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
138 commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
139
140 commands.uml2sd.scrollup = Scroll up
141 commands.uml2sd.scrollup.description = Scroll up the sequence diagram
142 commands.uml2sd.scrolldown = Scroll down
143 commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
144 commands.uml2sd.scrollleft = Scroll left
145 commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
146 commands.uml2sd.scrollright = Scroll right
147 commands.uml2sd.scrollright.description = Scroll right the sequence diagram
148 commands.uml2sd.goto = Go to associated message
149 commands.uml2sd.goto.description = Go to the associated message
150 commands.uml2sd.showend = Show node end
151 commands.uml2sd.showend.description = Show the node end
152 commands.uml2sd.showstart = Show node start
153 commands.uml2sd.showstart.description = Show the node start
154
155 # CTF trace type
156 tracetype.category.ctf = Common Trace Format
157 tracetype.type.ctf = Generic CTF Trace
158
This page took 0.038994 seconds and 6 git commands to generate.