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