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