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