Copyright header update, 2015 edition
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / statesystem / 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 # Column names
14 TreeNodeColumnLabel=State System / Attribute
15 QuarkColumnLabel=Quark
16 ValueColumnLabel=Value at timestamp
17 TypeColumnLabel=Type
18 StartTimeColumLabel=Start time
19 EndTimeColumLabel=End time
20 AttributePathColumnLabel=Full attribute path
21
22 # Other messages
23 OutOfRangeMsg=Out of Range
24 FilterButton=Only Display Changes at Selected Timestamp
25 TypeInteger=Int
26 TypeLong=Long
27 TypeDouble=Double
28 TypeString=String
This page took 0.03137 seconds and 5 git commands to generate.