tmf: Update batch import wizard messages
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / plugin.properties
1 ###############################################################################
2 # Copyright (c) 2013 Ericsson
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Eclipse Public License v1.0
6 # which accompanies this distribution, and is available at
7 # http://www.eclipse.org/legal/epl-v10.html
8 #
9 # Contributors:
10 # Ericsson - Initial API and implementation
11 ###############################################################################
12
13 #Properties file for org.eclipse.linuxtools.tmf.ui
14 Bundle-Vendor = Eclipse Linux Tools
15 Bundle-Name = Linux Tools TMF UI Plug-in
16
17 # Perspective and Views names
18 perspective.category.name = Tracing
19
20 views.category.name = Tracing
21 filters.view.name = Filters
22 colors.view.name = Colors
23 timechart.view.name = Time Chart
24 statistics.view.name = Statistics
25 events.editor.name = Events Editor
26 uml2sd.view.name = Sequence Diagram
27 histogram.view.name = Histogram
28 environment.view.name = Environment Variables
29 ssvisualizer.view.name = State System Explorer
30 callstack.view.name = Call Stack
31
32 # Tracing wizards
33 project.new.category.name = Tracing
34 project.new.wizard.name = Tracing Project
35 project.new.wizard.description = Create a new Tracing project
36 project.new.wizard.custom.text.parser = Custom Text Parser
37 project.new.wizard.custom.xml.parser = Custom XML Parser
38
39 project.import.wizard.name = Trace Import
40 project.import.wizard.name.batch = Batch Trace Import
41
42 # Preference page
43 preference.page.trace.name = Tracing
44 preference.page.uml2sd.name = UML2 Sequence Diagram
45 preferences.page.timestamp.format = Time Format
46
47 ##Commands and Menus
48
49 binding.scheme = Tracing
50 binding.scheme.description = Default key binding for tracing
51 binding.context = Tracing
52
53 ## Tracing commands
54 commands.category.name = Tracing
55 commands.category.description = Tracing Commands
56
57 ## Common (re-used by multiple sub-menus)
58
59 command.open = Open
60 command.open.mnemonic = O
61 command.open.description = Open element
62
63 command.copy = Copy...
64 command.copy.mnemonic = C
65 command.copy.description = Copy element
66
67 command.rename = Rename...
68 command.rename.mnemonic = m
69 command.rename.description = Rename element
70
71 command.delete = Delete
72 command.delete.mnemonic = D
73 command.delete.description = Delete element
74
75 command.refresh = Refresh
76 command.refresh.mnemonic = f
77 command.refresh.description = Refresh project structure
78
79 command.delete_suppl_files = Delete Supplementary Files...
80 command.delete_suppl_files.mnemonic = S
81 command.delete_suppl_files.description = Delete Supplementary Files
82
83 command.select_trace_type = Select Trace Type...
84 command.select_trace_type.mnemonic = T
85 command.select_trace_type.description = Select a trace type
86 command.select_trace_type.bundle = Bundle
87 command.select_trace_type.type = Trace Type
88 command.select_trace_type.icon = Icon
89
90 command.batch_import = Batch Import...
91 command.batch_import.mnemonic = B
92 command.batch_import.descriptio = Batch Import
93
94 ## Trace menu
95 # Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
96
97 ## Trace folder menu
98 # Import, Refresh
99
100 command.import = Import...
101 command.import.mnemonic = I
102 command.import.description = Import traces into project
103
104 command.batch_import = Batch Import...
105 command.batch_import.mnemonic = A
106 command.batch_import.description = Batch Import traces into project
107
108 ## Experiment menu
109 # Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
110
111 command.select_traces = Select Traces...
112 command.select_traces.mnemonic = T
113 command.select_traces.description = Select Traces
114
115 command.remove = Remove
116 command.remove.mnemonic = v
117 command.remove.description = Remove trace from experiment
118
119 ## Experiment folder menu
120 # New, Refresh
121 command.new_experiment = New...
122 command.new_experiment.mnemonic = N
123 command.new_experiment.description = Create Tracing Experiment
124
125 # Custom parsers
126 commands.parser.category.name = Parser Commands
127 commands.parser.category.description = Parser Commands
128 commands.parser.manage = Manage Custom Parsers...
129 commands.parser.manage.description = Manage Custom Parsers
130
131 contenttype.trace = TMF Trace
132
133 parser.provider.extension-point.name = Parser Providers
134 navigatorContent.name = TMF Elements
135 navigatorCommonFilter.name = State History Files
136
137 contexts.uml2sd = UML2 Sequence Diagram Viewer
138 commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
139 commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
140
141 commands.uml2sd.scrollup = Scroll up
142 commands.uml2sd.scrollup.description = Scroll up the sequence diagram
143 commands.uml2sd.scrolldown = Scroll down
144 commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
145 commands.uml2sd.scrollleft = Scroll left
146 commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
147 commands.uml2sd.scrollright = Scroll right
148 commands.uml2sd.scrollright.description = Scroll right the sequence diagram
149 commands.uml2sd.goto = Go to associated message
150 commands.uml2sd.goto.description = Go to the associated message
151 commands.uml2sd.showend = Show node end
152 commands.uml2sd.showend.description = Show the node end
153 commands.uml2sd.showstart = Show node start
154 commands.uml2sd.showstart.description = Show the node start
155
156 # CTF trace type
157 tracetype.category.ctf = Common Trace Format
158 tracetype.type.ctf = Generic CTF Trace
159
This page took 0.033843 seconds and 5 git commands to generate.