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