[TMF] Bug: 436513 Custom Parser manager: renaming create a new parser and a parser...
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / plugin.properties
CommitLineData
bceffc25 1###############################################################################
60ae41e1 2# Copyright (c) 2013, 2014 Ericsson
bceffc25
AM
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
6de2f761 13#Properties file for org.eclipse.linuxtools.tmf.ui
ff9d1bfe 14Bundle-Vendor = Eclipse Linux Tools
6de2f761 15Bundle-Name = Linux Tools TMF UI Plug-in
b9763f53 16
37d150dd 17# Perspective and Views names
12c155f5
FC
18perspective.category.name = Tracing
19
20views.category.name = Tracing
90e2b925 21filters.view.name = Filters
ca13a91c 22colors.view.name = Colors
ce62370f 23timechart.view.name = Time Chart
c5beb08d 24statistics.view.name = Statistics
09d11238 25events.editor.name = Events Editor
73005152 26uml2sd.view.name = Sequence Diagram
e0752744 27histogram.view.name = Histogram
7692e512 28ssvisualizer.view.name = State System Explorer
e8251298 29callstack.view.name = Call Stack
e73a4ba5
GB
30synchronization.view.name = Synchronization
31
b9763f53 32
37d150dd 33# Tracing wizards
5d786ef5 34project.new.category.name = Tracing
12c155f5
FC
35project.new.wizard.name = Tracing Project
36project.new.wizard.description = Create a new Tracing project
b9763f53
FC
37project.new.wizard.custom.text.parser = Custom Text Parser
38project.new.wizard.custom.xml.parser = Custom XML Parser
39
12c155f5 40project.import.wizard.name = Trace Import
d04ec5a7 41project.import.wizard.name.batch = Batch Trace Import
6e651d8b
MAL
42project.import.wizard.name.tracepkg = Trace Package Import
43project.export.wizard.name.tracepkg = Trace Package Export
b9763f53 44
37d150dd 45# Preference page
73005152
BH
46preference.page.trace.name = Tracing
47preference.page.uml2sd.name = UML2 Sequence Diagram
f8177ba2 48preferences.page.timestamp.format = Time Format
73005152 49
12c155f5
FC
50##Commands and Menus
51
52binding.scheme = Tracing
53binding.scheme.description = Default key binding for tracing
54binding.context = Tracing
55
37d150dd
FC
56## Tracing commands
57commands.category.name = Tracing
58commands.category.description = Tracing Commands
12c155f5 59
37d150dd 60## Common (re-used by multiple sub-menus)
12c155f5 61
37d150dd
FC
62command.open = Open
63command.open.mnemonic = O
64command.open.description = Open element
12c155f5 65
37d150dd
FC
66command.copy = Copy...
67command.copy.mnemonic = C
68command.copy.description = Copy element
12c155f5 69
37d150dd
FC
70command.rename = Rename...
71command.rename.mnemonic = m
72command.rename.description = Rename element
12c155f5 73
37d150dd
FC
74command.delete = Delete
75command.delete.mnemonic = D
76command.delete.description = Delete element
12c155f5 77
37d150dd
FC
78command.refresh = Refresh
79command.refresh.mnemonic = f
80command.refresh.description = Refresh project structure
12c155f5 81
37d150dd
FC
82command.delete_suppl_files = Delete Supplementary Files...
83command.delete_suppl_files.mnemonic = S
84command.delete_suppl_files.description = Delete Supplementary Files
12c155f5 85
37d150dd
FC
86command.select_trace_type = Select Trace Type...
87command.select_trace_type.mnemonic = T
88command.select_trace_type.description = Select a trace type
89command.select_trace_type.bundle = Bundle
90command.select_trace_type.type = Trace Type
91command.select_trace_type.icon = Icon
ed963ef6 92
d04ec5a7
MK
93command.batch_import = Batch Import...
94command.batch_import.mnemonic = B
d3de0920
XR
95command.batch_import.description = Batch Import
96
97command.export_to_text = Export To Text...
98command.export_to_text.description = Export trace to text...
d04ec5a7 99
e73a4ba5
GB
100command.synchronize_traces = Synchronize Traces
101command.synchronize_traces.mnemonic = y
102command.synchronize_traces.description = Synchronize 2 or more traces
103
37d150dd
FC
104## Trace menu
105# Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
5e4bf87d 106
37d150dd
FC
107## Trace folder menu
108# Import, Refresh
12c155f5 109
c0c7c656
MAL
110command.OpenFile.description = Opens a file
111command.OpenFile.name = Open File
112command.OpenDirectory.description = Opens a directory
1aec2e92 113command.OpenFile.label = Open Trace...
002f9f07
BH
114command.import = Import...
115command.import.mnemonic = I
116command.import.description = Import traces into project
c0c7c656 117
d04ec5a7
MK
118command.batch_import = Batch Import...
119command.batch_import.mnemonic = A
120command.batch_import.description = Batch Import traces into project
121
339d539c
PT
122command.new_folder = New Folder...
123command.new_folder.mnemonic = N
124command.new_folder.description = Create a new trace folder
125
37d150dd
FC
126## Experiment menu
127# Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
12c155f5 128
37d150dd
FC
129command.select_traces = Select Traces...
130command.select_traces.mnemonic = T
131command.select_traces.description = Select Traces
12c155f5 132
37d150dd
FC
133command.remove = Remove
134command.remove.mnemonic = v
135command.remove.description = Remove trace from experiment
5e4bf87d 136
8a917424
GB
137command.select_experiment_type = Select Experiment Type...
138command.select_experiment_type.mnemonic = E
139command.select_experiment_type.description = Select an experiment type
140
37d150dd
FC
141## Experiment folder menu
142# New, Refresh
143command.new_experiment = New...
144command.new_experiment.mnemonic = N
145command.new_experiment.description = Create Tracing Experiment
5e4bf87d 146
6e651d8b
MAL
147command.export_trace_package = Export Trace Package...
148command.export_trace_package.mnemonic = E
149command.export_trace_package.description = Export a Trace Package
150command.import_trace_package = Import Trace Package...
151command.import_trace_package.mnemonic = P
152command.import_trace_package.description = Import a Trace Package
153
12c155f5
FC
154# Custom parsers
155commands.parser.category.name = Parser Commands
156commands.parser.category.description = Parser Commands
587660fc 157commands.parser.manage = Manage Custom Parsers...
b9763f53 158commands.parser.manage.description = Manage Custom Parsers
c068a752
GB
159
160## Analysis and views
161command.analysis_help = Help
162command.analysis_help.mnemonic = H
163command.analysis_help.description = Help
164
b9763f53 165contenttype.trace = TMF Trace
73005152 166
12c155f5
FC
167parser.provider.extension-point.name = Parser Providers
168navigatorContent.name = TMF Elements
5e4bf87d 169navigatorCommonFilter.name = State History Files
12c155f5 170
73005152
BH
171contexts.uml2sd = UML2 Sequence Diagram Viewer
172commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
173commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
174
175commands.uml2sd.scrollup = Scroll up
176commands.uml2sd.scrollup.description = Scroll up the sequence diagram
177commands.uml2sd.scrolldown = Scroll down
178commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
179commands.uml2sd.scrollleft = Scroll left
180commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
181commands.uml2sd.scrollright = Scroll right
182commands.uml2sd.scrollright.description = Scroll right the sequence diagram
183commands.uml2sd.goto = Go to associated message
184commands.uml2sd.goto.description = Go to the associated message
185commands.uml2sd.showend = Show node end
186commands.uml2sd.showend.description = Show the node end
187commands.uml2sd.showstart = Show node start
188commands.uml2sd.showstart.description = Show the node start
8a917424 189
This page took 0.053768 seconds and 5 git commands to generate.