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