Revert all luna temporary annotation changes
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / plugin.properties
CommitLineData
bceffc25
AM
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
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
b9763f53 30
37d150dd 31# Tracing wizards
5d786ef5 32project.new.category.name = Tracing
12c155f5
FC
33project.new.wizard.name = Tracing Project
34project.new.wizard.description = Create a new Tracing project
b9763f53
FC
35project.new.wizard.custom.text.parser = Custom Text Parser
36project.new.wizard.custom.xml.parser = Custom XML Parser
37
12c155f5 38project.import.wizard.name = Trace Import
d04ec5a7 39project.import.wizard.name.batch = Batch Trace Import
b9763f53 40
37d150dd 41# Preference page
73005152
BH
42preference.page.trace.name = Tracing
43preference.page.uml2sd.name = UML2 Sequence Diagram
f8177ba2 44preferences.page.timestamp.format = Time Format
73005152 45
12c155f5
FC
46##Commands and Menus
47
48binding.scheme = Tracing
49binding.scheme.description = Default key binding for tracing
50binding.context = Tracing
51
37d150dd
FC
52## Tracing commands
53commands.category.name = Tracing
54commands.category.description = Tracing Commands
12c155f5 55
37d150dd 56## Common (re-used by multiple sub-menus)
12c155f5 57
37d150dd
FC
58command.open = Open
59command.open.mnemonic = O
60command.open.description = Open element
12c155f5 61
37d150dd
FC
62command.copy = Copy...
63command.copy.mnemonic = C
64command.copy.description = Copy element
12c155f5 65
37d150dd
FC
66command.rename = Rename...
67command.rename.mnemonic = m
68command.rename.description = Rename element
12c155f5 69
37d150dd
FC
70command.delete = Delete
71command.delete.mnemonic = D
72command.delete.description = Delete element
12c155f5 73
37d150dd
FC
74command.refresh = Refresh
75command.refresh.mnemonic = f
76command.refresh.description = Refresh project structure
12c155f5 77
37d150dd
FC
78command.delete_suppl_files = Delete Supplementary Files...
79command.delete_suppl_files.mnemonic = S
80command.delete_suppl_files.description = Delete Supplementary Files
12c155f5 81
37d150dd
FC
82command.select_trace_type = Select Trace Type...
83command.select_trace_type.mnemonic = T
84command.select_trace_type.description = Select a trace type
85command.select_trace_type.bundle = Bundle
86command.select_trace_type.type = Trace Type
87command.select_trace_type.icon = Icon
ed963ef6 88
d04ec5a7
MK
89command.batch_import = Batch Import...
90command.batch_import.mnemonic = B
91command.batch_import.descriptio = Batch Import
92
37d150dd
FC
93## Trace menu
94# Open, Copy, Rename, Delete, Delete Supplementary Files, Select Trace Type
5e4bf87d 95
37d150dd
FC
96## Trace folder menu
97# Import, Refresh
12c155f5 98
37d150dd
FC
99command.import = Import...
100command.import.mnemonic = I
101command.import.description = Import traces into project
12c155f5 102
d04ec5a7
MK
103command.batch_import = Batch Import...
104command.batch_import.mnemonic = A
105command.batch_import.description = Batch Import traces into project
106
37d150dd
FC
107## Experiment menu
108# Open, Copy, Rename, Remove, Delete Supplementary Files, Select Traces, Refresh
12c155f5 109
37d150dd
FC
110command.select_traces = Select Traces...
111command.select_traces.mnemonic = T
112command.select_traces.description = Select Traces
12c155f5 113
37d150dd
FC
114command.remove = Remove
115command.remove.mnemonic = v
116command.remove.description = Remove trace from experiment
5e4bf87d 117
37d150dd
FC
118## Experiment folder menu
119# New, Refresh
120command.new_experiment = New...
121command.new_experiment.mnemonic = N
122command.new_experiment.description = Create Tracing Experiment
5e4bf87d 123
12c155f5
FC
124# Custom parsers
125commands.parser.category.name = Parser Commands
126commands.parser.category.description = Parser Commands
587660fc 127commands.parser.manage = Manage Custom Parsers...
b9763f53
FC
128commands.parser.manage.description = Manage Custom Parsers
129
130contenttype.trace = TMF Trace
73005152 131
12c155f5
FC
132parser.provider.extension-point.name = Parser Providers
133navigatorContent.name = TMF Elements
5e4bf87d 134navigatorCommonFilter.name = State History Files
12c155f5 135
73005152
BH
136contexts.uml2sd = UML2 Sequence Diagram Viewer
137commands.uml2sd.category.name = UML2 Sequence Diagram Viewer Commands
138commands.uml2sd.category.description = UML2 Sequence Diagram Viewer Commands
139
140commands.uml2sd.scrollup = Scroll up
141commands.uml2sd.scrollup.description = Scroll up the sequence diagram
142commands.uml2sd.scrolldown = Scroll down
143commands.uml2sd.scrolldown.description = Scroll down the sequence diagram
144commands.uml2sd.scrollleft = Scroll left
145commands.uml2sd.scrollleft.description = Scroll left the sequence diagram
146commands.uml2sd.scrollright = Scroll right
147commands.uml2sd.scrollright.description = Scroll right the sequence diagram
148commands.uml2sd.goto = Go to associated message
149commands.uml2sd.goto.description = Go to the associated message
150commands.uml2sd.showend = Show node end
151commands.uml2sd.showend.description = Show the node end
152commands.uml2sd.showstart = Show node start
153commands.uml2sd.showstart.description = Show the node start
79e08fd0 154
5e4bf87d 155# CTF trace type
279ba94d
FC
156tracetype.category.ctf = Common Trace Format
157tracetype.type.ctf = Generic CTF Trace
7692e512 158
This page took 0.044711 seconds and 5 git commands to generate.