Merge master in TmfTraceModel
[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.select_trace_type = Select Trace Type...
74 commands.trace.select_trace_type.mnemonic = T
75 commands.trace.select_trace_type.description = Select a trace type
76 commands.trace.select_trace_type.bundle = Bundle
77 commands.trace.select_trace_type.type = Trace Type
78 commands.trace.select_trace_type.icon = Icon
79
80 # Experiment folder
81 commands.experiment_folder.category.name = Experiment Folder Commands
82 commands.experiment_folder.category.description = Experiment Folder Commands
83
84 commands.experiment_folder.new = New...
85 commands.experiment_folder.new.mnemonic = N
86 commands.experiment_folder.new.description = Create Tracing Experiment
87
88 commands.experiment_folder.refresh = Refresh
89 commands.experiment_folder.refresh.mnemonic = F
90 commands.experiment_folder.refresh.description = Refresh Experiments Folder
91
92 # Experiment
93 commands.experiment.category.name = Experiment Commands
94 commands.experiment.category.description = Experiment Commands
95
96 commands.experiment.selecttraces = Select Traces...
97 commands.experiment.selecttraces.mnemonic = S
98 commands.experiment.selecttraces.description = Select Traces
99
100 commands.experiment.open = Open
101 commands.experiment.open.mnemonic = O
102 commands.experiment.open.description = Open a Tracing Experiment
103
104 commands.experiment.copy = Copy...
105 commands.experiment.copy.mnemonic = C
106 commands.experiment.copy.description = Copy a Tracing Experiment
107
108 commands.experiment.rename = Rename...
109 commands.experiment.rename.mnemonic = R
110 commands.experiment.rename.description = Rename a Tracing Experiment
111
112 commands.experiment.delete = Delete
113 commands.experiment.delete.mnemonic = D
114 commands.experiment.delete.description = Delete a Tracing Experiment
115
116 commands.experiment.refresh = Refresh
117 commands.experiment.refresh.mnemonic = F
118 commands.experiment.refresh.description = Refresh the Experiment
119
120 # Custom parsers
121 commands.parser.category.name = Parser Commands
122 commands.parser.category.description = Parser Commands
123 commands.parser.manage = Manage Custom Parsers
124 commands.parser.manage.description = Manage Custom Parsers
125
126 contenttype.trace = TMF Trace
127
128 parser.provider.extension-point.name = Parser Providers
129 navigatorContent.name = TMF Elements
130
131 contexts.uml2sd = UML2 Sequence Diagram Viewer
132 commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
133 commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
134
135 commands.uml2sd.scrollup = Scroll up
136 commands.uml2sd.scrollup.description = Scroll up the sequence diagram
137 commands.uml2sd.scrolldown = Scroll down
138 commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
139 commands.uml2sd.scrollleft = Scroll left
140 commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
141 commands.uml2sd.scrollright = Scroll right
142 commands.uml2sd.scrollright.description = Scroll right the sequence diagram
143 commands.uml2sd.goto = Go to associated message
144 commands.uml2sd.goto.description = Go to the associated message
145 commands.uml2sd.showend = Show node end
146 commands.uml2sd.showend.description = Show the node end
147 commands.uml2sd.showstart = Show node start
148 commands.uml2sd.showstart.description = Show the node start
149
This page took 0.036333 seconds and 6 git commands to generate.