tmf: Add a state system explorer view
[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 = Linux Tools TMF UI Plug-in
4
5 # Perspective and Views names
6 perspective.category.name = Tracing
7
8 views.category.name = Tracing
9 filters.view.name = Filters
10 colors.view.name = Colors
11 timechart.view.name = Time Chart
12 statistics.view.name = Statistics
13 events.editor.name = Events Editor
14 uml2sd.view.name = Sequence Diagram
15 histogram.view.name = Histogram
16 environment.view.name = Environment Variables
17 ssvisualizer.view.name = State System Explorer
18
19 # Tracing wizards
20 project.new.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
29 preference.page.trace.name = Tracing
30 preference.page.uml2sd.name = UML2 Sequence Diagram
31 preferences.page.timestamp.format = Time Format
32
33 ##Commands and Menus
34
35 binding.scheme = Tracing
36 binding.scheme.description = Default key binding for tracing
37 binding.context = Tracing
38
39 ## Tracing commands
40 commands.category.name = Tracing
41 commands.category.description = Tracing Commands
42
43 ## Common (re-used by multiple sub-menus)
44
45 command.open = Open
46 command.open.mnemonic = O
47 command.open.description = Open element
48
49 command.copy = Copy...
50 command.copy.mnemonic = C
51 command.copy.description = Copy element
52
53 command.rename = Rename...
54 command.rename.mnemonic = m
55 command.rename.description = Rename element
56
57 command.delete = Delete
58 command.delete.mnemonic = D
59 command.delete.description = Delete element
60
61 command.refresh = Refresh
62 command.refresh.mnemonic = f
63 command.refresh.description = Refresh project structure
64
65 command.delete_suppl_files = Delete Supplementary Files...
66 command.delete_suppl_files.mnemonic = S
67 command.delete_suppl_files.description = Delete Supplementary Files
68
69 command.select_trace_type = Select Trace Type...
70 command.select_trace_type.mnemonic = T
71 command.select_trace_type.description = Select a trace type
72 command.select_trace_type.bundle = Bundle
73 command.select_trace_type.type = Trace Type
74 command.select_trace_type.icon = Icon
75
76 ## Trace menu
77 # Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
78
79 ## Trace folder menu
80 # Import, Refresh
81
82 command.import = Import...
83 command.import.mnemonic = I
84 command.import.description = Import traces into project
85
86 ## Experiment menu
87 # Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
88
89 command.select_traces = Select Traces...
90 command.select_traces.mnemonic = T
91 command.select_traces.description = Select Traces
92
93 command.remove = Remove
94 command.remove.mnemonic = v
95 command.remove.description = Remove trace from experiment
96
97 ## Experiment folder menu
98 # New, Refresh
99 command.new_experiment = New...
100 command.new_experiment.mnemonic = N
101 command.new_experiment.description = Create Tracing Experiment
102
103 # Custom parsers
104 commands.parser.category.name = Parser Commands
105 commands.parser.category.description = Parser Commands
106 commands.parser.manage = Manage Custom Parsers...
107 commands.parser.manage.description = Manage Custom Parsers
108
109 contenttype.trace = TMF Trace
110
111 parser.provider.extension-point.name = Parser Providers
112 navigatorContent.name = TMF Elements
113 navigatorCommonFilter.name = State History Files
114
115 contexts.uml2sd = UML2 Sequence Diagram Viewer
116 commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
117 commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
118
119 commands.uml2sd.scrollup = Scroll up
120 commands.uml2sd.scrollup.description = Scroll up the sequence diagram
121 commands.uml2sd.scrolldown = Scroll down
122 commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
123 commands.uml2sd.scrollleft = Scroll left
124 commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
125 commands.uml2sd.scrollright = Scroll right
126 commands.uml2sd.scrollright.description = Scroll right the sequence diagram
127 commands.uml2sd.goto = Go to associated message
128 commands.uml2sd.goto.description = Go to the associated message
129 commands.uml2sd.showend = Show node end
130 commands.uml2sd.showend.description = Show the node end
131 commands.uml2sd.showstart = Show node start
132 commands.uml2sd.showstart.description = Show the node start
133
134 # CTF trace type
135 tracetype.category.ctf = Common Trace Format
136 tracetype.type.ctf = Generic CTF Trace
137
This page took 0.033778 seconds and 6 git commands to generate.