03b880ebfe16c039bbd3d0b857743d716e5f3563
[deliverable/tracecompass.git] / org.eclipse.tracecompass.lttng2.kernel.ui / src / org / eclipse / tracecompass / internal / lttng2 / kernel / ui / messages.properties
1 ###############################################################################
2 # Copyright (c) 2013, 2014 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 ControlFlowView_birthTimeColumn=Birth time
14 ControlFlowView_tidColumn=TID
15 ControlFlowView_ptidColumn=PTID
16 ControlFlowView_processColumn=Process
17 ControlFlowView_traceColumn=Trace
18
19 ControlFlowView_stateTypeName=Process
20 ControlFlowView_multipleStates=(multiple)
21 ControlFlowView_nextProcessActionNameText=Next Process
22 ControlFlowView_nextProcessActionToolTipText=Select Next Process
23 ControlFlowView_previousProcessActionNameText=Previous Process
24 ControlFlowView_previousProcessActionToolTipText=Select Previous Process
25 ControlFlowView_followCPUBwdText=Follow CPU Backward
26 ControlFlowView_followCPUFwdText=Follow CPU Forward
27
28 ControlFlowView_attributeSyscallName=System Call
29 ControlFlowView_attributeCpuName=CPU
30
31 ResourcesView_stateTypeName=Resource
32 ResourcesView_multipleStates=(multiple)
33 ResourcesView_nextResourceActionNameText=Next Resource
34 ResourcesView_nextResourceActionToolTipText=Select Next Resource
35 ResourcesView_previousResourceActionNameText=Previous Resource
36 ResourcesView_previousResourceActionToolTipText=Select Previous Resource
37 ResourcesView_attributeCpuName=CPU
38 ResourcesView_attributeIrqName=IRQ
39 ResourcesView_attributeSoftIrqName=SOFT IRQ
40 ResourcesView_attributeHoverTime=> Hover Time
41 ResourcesView_attributeTidName=> TID
42 ResourcesView_attributeProcessName=> Process
43 ResourcesView_attributeSyscallName=> System Call
This page took 0.043744 seconds and 4 git commands to generate.