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