Revert "Use supplementary directory for state history tree"
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / plugin.properties
1 #Properties file for org.eclipse.linuxtools.tmf.ui
2 Bundle-Vendor = Eclipse Linux Tools
3 Bundle-Name = TMF UI
4
5 #Properties file for org.eclipse.linuxtools.tmf.ui (plugin.xml)
6 perspective.category.name = Tracing
7
8 views.category.name = Tracing
9 events.view.name = Events
10 filters.view.name = Filters
11 colors.view.name = Colors
12 timechart.view.name = Time Chart
13 statistics.view.name = Tmf Statistics
14 events.editor.name = Events Editor
15 eventsview.editor.name = Events View
16 uml2sd.view.name = Sequence Diagram
17 histogram.view.name = Histogram
18 environment.view.name = Environment Variables
19
20 wizard.category.name = Tracing
21 project.new.wizard.name = Tracing Project
22 project.new.wizard.description = Create a new Tracing project
23 project.new.wizard.custom.text.parser = Custom Text Parser
24 project.new.wizard.custom.xml.parser = Custom XML Parser
25
26 project.import.wizard.name = Trace Import
27
28 preference.page.trace.name = Tracing
29 preference.page.uml2sd.name = UML2 Sequence Diagram
30
31 ##Commands and Menus
32
33 binding.scheme = Tracing
34 binding.scheme.description = Default key binding for tracing
35 binding.context = Tracing
36
37 # Trace folder
38 commands.trace_folder.category.name = Trace Folder Commands
39 commands.trace_folder.category.description = Trace Folder Commands
40
41 commands.trace_folder.import = Import...
42 commands.trace_folder.import.mnemonic = I
43 commands.trace_folder.import.description = Import traces in the project
44
45 commands.trace_folder.refresh = Refresh
46 commands.trace_folder.refresh.mnemonic = F
47 commands.trace_folder.refresh.description = Refresh Traces Folder
48
49 # Trace
50 commands.trace.category.name = Trace Commands
51 commands.trace.category.description = Trace Commands
52
53 commands.trace.open = Open
54 commands.trace.open.mnemonic = O
55 commands.trace.open.description = Open a Trace
56
57 commands.trace.copy = Copy...
58 commands.trace.copy.mnemonic = C
59 commands.trace.copy.description = Copy a Trace
60
61 commands.trace.rename = Rename...
62 commands.trace.rename.mnemonic = R
63 commands.trace.rename.description = Rename a Trace
64
65 commands.trace.delete = Delete
66 commands.trace.delete.mnemonic = D
67 commands.trace.delete.description = Delete a Trace
68
69 commands.trace.remove = Remove
70 commands.trace.remove.mnemonic = D
71 commands.trace.remove.description = Remove a Trace from Experiment
72
73 commands.trace.deleteSupplementaryFiles = Delete Supplementary Files
74 commands.trace.deleteSupplementaryFiles.mnemonic = S
75 commands.trace.deleteSupplementaryFiles.description = Delete Supplementary Files
76
77 commands.trace.select_trace_type = Select Trace Type...
78 commands.trace.select_trace_type.mnemonic = T
79 commands.trace.select_trace_type.description = Select a trace type
80 commands.trace.select_trace_type.bundle = Bundle
81 commands.trace.select_trace_type.type = Trace Type
82 commands.trace.select_trace_type.icon = Icon
83
84 # Experiment folder
85 commands.experiment_folder.category.name = Experiment Folder Commands
86 commands.experiment_folder.category.description = Experiment Folder Commands
87
88 commands.experiment_folder.new = New...
89 commands.experiment_folder.new.mnemonic = N
90 commands.experiment_folder.new.description = Create Tracing Experiment
91
92 commands.experiment_folder.refresh = Refresh
93 commands.experiment_folder.refresh.mnemonic = F
94 commands.experiment_folder.refresh.description = Refresh Experiments Folder
95
96 # Experiment
97 commands.experiment.category.name = Experiment Commands
98 commands.experiment.category.description = Experiment Commands
99
100 commands.experiment.selecttraces = Select Traces...
101 commands.experiment.selecttraces.mnemonic = S
102 commands.experiment.selecttraces.description = Select Traces
103
104 commands.experiment.open = Open
105 commands.experiment.open.mnemonic = O
106 commands.experiment.open.description = Open a Tracing Experiment
107
108 commands.experiment.copy = Copy...
109 commands.experiment.copy.mnemonic = C
110 commands.experiment.copy.description = Copy a Tracing Experiment
111
112 commands.experiment.rename = Rename...
113 commands.experiment.rename.mnemonic = R
114 commands.experiment.rename.description = Rename a Tracing Experiment
115
116 commands.experiment.delete = Delete
117 commands.experiment.delete.mnemonic = D
118 commands.experiment.delete.description = Delete a Tracing Experiment
119
120 commands.experiment.refresh = Refresh
121 commands.experiment.refresh.mnemonic = F
122 commands.experiment.refresh.description = Refresh the Experiment
123
124 commands.experiment.deleteSupplementaryFiles = Delete Supplementary Files
125 commands.experiment.deleteSupplementaryFiles.mnemonic = S
126 commands.experiment.deleteSupplementaryFiles.description = Delete Supplementary Files of Each Trace
127
128
129 # Custom parsers
130 commands.parser.category.name = Parser Commands
131 commands.parser.category.description = Parser Commands
132 commands.parser.manage = Manage Custom Parsers
133 commands.parser.manage.description = Manage Custom Parsers
134
135 contenttype.trace = TMF Trace
136
137 parser.provider.extension-point.name = Parser Providers
138 navigatorContent.name = TMF Elements
139 navigatorCommonFilter.name = State History Files
140
141 contexts.uml2sd = UML2 Sequence Diagram Viewer
142 commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
143 commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
144
145 commands.uml2sd.scrollup = Scroll up
146 commands.uml2sd.scrollup.description = Scroll up the sequence diagram
147 commands.uml2sd.scrolldown = Scroll down
148 commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
149 commands.uml2sd.scrollleft = Scroll left
150 commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
151 commands.uml2sd.scrollright = Scroll right
152 commands.uml2sd.scrollright.description = Scroll right the sequence diagram
153 commands.uml2sd.goto = Go to associated message
154 commands.uml2sd.goto.description = Go to the associated message
155 commands.uml2sd.showend = Show node end
156 commands.uml2sd.showend.description = Show the node end
157 commands.uml2sd.showstart = Show node start
158 commands.uml2sd.showstart.description = Show the node start
159
160 # CTF trace type
161 tracetype.category.generic = Generic
162 tracetype.type.generic = CTF Trace
This page took 0.034915 seconds and 6 git commands to generate.