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