Internalize some TMF APIs
[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
19 wizard.category.name = Tracing
20 project.new.wizard.name = Tracing Project
21 project.new.wizard.description = Create a new Tracing project
22 project.new.wizard.custom.text.parser = Custom Text Parser
23 project.new.wizard.custom.xml.parser = Custom XML Parser
24
25 project.import.wizard.name = Trace Import
26
27 preference.page.trace.name = Tracing
28 preference.page.uml2sd.name = UML2 Sequence Diagram
29
30 ##Commands and Menus
31
32 binding.scheme = Tracing
33 binding.scheme.description = Default key binding for tracing
34 binding.context = Tracing
35
36 # Trace folder
37 commands.trace_folder.category.name = Trace Folder Commands
38 commands.trace_folder.category.description = Trace Folder Commands
39
40 commands.trace_folder.import = Import...
41 commands.trace_folder.import.mnemonic = I
42 commands.trace_folder.import.description = Import traces in the project
43
44 commands.trace_folder.refresh = Refresh
45 commands.trace_folder.refresh.mnemonic = F
46 commands.trace_folder.refresh.description = Refresh Traces Folder
47
48 # Trace
49 commands.trace.category.name = Trace Commands
50 commands.trace.category.description = Trace Commands
51
52 commands.trace.open = Open
53 commands.trace.open.mnemonic = O
54 commands.trace.open.description = Open a Trace
55
56 commands.trace.copy = Copy...
57 commands.trace.copy.mnemonic = C
58 commands.trace.copy.description = Copy a Trace
59
60 commands.trace.rename = Rename...
61 commands.trace.rename.mnemonic = R
62 commands.trace.rename.description = Rename a Trace
63
64 commands.trace.delete = Delete
65 commands.trace.delete.mnemonic = D
66 commands.trace.delete.description = Delete a Trace
67
68 commands.trace.remove = Remove
69 commands.trace.remove.mnemonic = D
70 commands.trace.remove.description = Remove a Trace from Experiment
71
72 commands.trace.select_trace_type = Select Trace Type...
73 commands.trace.select_trace_type.mnemonic = T
74 commands.trace.select_trace_type.description = Select a trace type
75 commands.trace.select_trace_type.bundle = Bundle
76 commands.trace.select_trace_type.type = Trace Type
77 commands.trace.select_trace_type.icon = Icon
78
79 # Experiment folder
80 commands.experiment_folder.category.name = Experiment Folder Commands
81 commands.experiment_folder.category.description = Experiment Folder Commands
82
83 commands.experiment_folder.new = New...
84 commands.experiment_folder.new.mnemonic = N
85 commands.experiment_folder.new.description = Create Tracing Experiment
86
87 commands.experiment_folder.refresh = Refresh
88 commands.experiment_folder.refresh.mnemonic = F
89 commands.experiment_folder.refresh.description = Refresh Experiments Folder
90
91 # Experiment
92 commands.experiment.category.name = Experiment Commands
93 commands.experiment.category.description = Experiment Commands
94
95 commands.experiment.selecttraces = Select Traces...
96 commands.experiment.selecttraces.mnemonic = S
97 commands.experiment.selecttraces.description = Select Traces
98
99 commands.experiment.open = Open
100 commands.experiment.open.mnemonic = O
101 commands.experiment.open.description = Open a Tracing Experiment
102
103 commands.experiment.copy = Copy...
104 commands.experiment.copy.mnemonic = C
105 commands.experiment.copy.description = Copy a Tracing Experiment
106
107 commands.experiment.rename = Rename...
108 commands.experiment.rename.mnemonic = R
109 commands.experiment.rename.description = Rename a Tracing Experiment
110
111 commands.experiment.delete = Delete
112 commands.experiment.delete.mnemonic = D
113 commands.experiment.delete.description = Delete a Tracing Experiment
114
115 commands.experiment.refresh = Refresh
116 commands.experiment.refresh.mnemonic = F
117 commands.experiment.refresh.description = Refresh the Experiment
118
119 # Custom parsers
120 commands.parser.category.name = Parser Commands
121 commands.parser.category.description = Parser Commands
122 commands.parser.manage = Manage Custom Parsers
123 commands.parser.manage.description = Manage Custom Parsers
124
125 contenttype.trace = TMF Trace
126
127 parser.provider.extension-point.name = Parser Providers
128 navigatorContent.name = TMF Elements
129
130 contexts.uml2sd = UML2 Sequence Diagram Viewer
131 commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
132 commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
133
134 commands.uml2sd.scrollup = Scroll up
135 commands.uml2sd.scrollup.description = Scroll up the sequence diagram
136 commands.uml2sd.scrolldown = Scroll down
137 commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
138 commands.uml2sd.scrollleft = Scroll left
139 commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
140 commands.uml2sd.scrollright = Scroll right
141 commands.uml2sd.scrollright.description = Scroll right the sequence diagram
142 commands.uml2sd.goto = Go to associated message
143 commands.uml2sd.goto.description = Go to the associated message
144 commands.uml2sd.showend = Show node end
145 commands.uml2sd.showend.description = Show the node end
146 commands.uml2sd.showstart = Show node start
147 commands.uml2sd.showstart.description = Show the node start
148
This page took 0.032901 seconds and 5 git commands to generate.