Partial fix for Bug325016
[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 = Tracing and Monitoring Framework (TMF) UI (Incubation)
4
5 #Properties file for org.eclipse.linuxtools.tmf.ui (plugin.xml)
6 views.category.name = TMF
7 project.view.name = Projects
8 events.view.name = Events
9 timechart.view.name = Time Chart
10 events.editor.name = Events
11
12 wizard.category.name = TMF
13 project.new.wizard.name = TMF Project
14 project.new.wizard.description = Create a new TMF project
15 project.new.wizard.custom.text.parser = Custom Text Parser
16 project.new.wizard.custom.xml.parser = Custom XML Parser
17
18 action.set.label = TMF Action Set
19 action.set.description = TMF Action Set
20
21 #Commands and Menus
22 commands.project.category.name = TMF Project Commands
23 commands.project.category.description = TMF Project Commands
24 commands.project.new = New Project
25 commands.project.new.description = Create a new TMF Project
26 commands.project.open = Open Project
27 commands.project.open.description = Open a TMF Project
28 commands.project.close = Close Project
29 commands.project.close.description = Close a TMF Project
30 commands.project.rename = Rename Project
31 commands.project.rename.description = Rename a TMF Project
32 commands.project.delete = Delete Project
33 commands.project.delete.description = Delete a TMF Project
34 commands.project.refresh = Refresh View
35 commands.project.refresh.description = Refresh the Project list
36
37 commands.trace.category.name = TMF Trace Commands
38 commands.trace.category.description = TMF Trace Commands
39 commands.trace.import = Import Trace
40 commands.trace.import.description = Import a TMF Trace
41 commands.trace.open = Open Trace
42 commands.trace.open.description = Open a TMF Trace
43 commands.trace.rename = Rename Trace
44 commands.trace.rename.description = Rename a TMF Trace
45 commands.trace.delete = Delete Trace
46 commands.trace.delete.description = Delete a TMF Trace
47 commands.trace.selectparser = Select Parser
48 commands.trace.selectparser.description = Select the Parser for a TMF Trace
49 commands.trace.selectparser.parser = Parser
50
51 commands.experiment.category.name = TMF Experiment Commands
52 commands.experiment.category.description = TMF Experiment Commands
53 commands.experiment.new = New Experiment
54 commands.experiment.new.description = Create a new TMF Experiment
55 commands.experiment.selecttraces = Select Traces
56 commands.experiment.selecttraces.description = Select TMF Traces
57 commands.experiment.open = Open Experiment
58 commands.experiment.open.description = Open a TMF Experiment
59 commands.experiment.rename = Rename Experiment
60 commands.experiment.rename.description = Rename a TMF Experiment
61 commands.experiment.delete = Delete Experiment
62 commands.experiment.delete.description = Delete a TMF Experiment
63
64 commands.parser.category.name = TMF Parser Commands
65 commands.parser.category.description = TMF Parser Commands
66 commands.parser.manage = Manage Custom Parsers
67 commands.parser.manage.description = Manage Custom Parsers
68
69 contenttype.trace = TMF Trace
70
This page took 0.059541 seconds and 6 git commands to generate.