Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: af1de0d71982fcc3c6015eca44cc7e16ec021190 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
###############################################################################
# Copyright (c) 2014 Ericsson
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#   Matthew Khouzam - Initial API and implementation
#   Patrick Tasse - Initial API and implementation
###############################################################################

OffsetDialog_AdvancedButton=Advanced
OffsetDialog_AdvancedMessage=Double-click a trace to open it, and select an event to set a reference time.  \
If the reference time and target time are set, press the button to compute their offset automatically.  \
The reference time and target time can be entered in format 'yyyy-mm-dd hh:mm:ss.sss sss sss'.
OffsetDialog_BasicButton=Basic
OffsetDialog_BasicMessage=Set the time offset to apply to each trace.
OffsetDialog_OffsetTime=Offset in seconds
OffsetDialog_ReferenceTime=Reference Time
OffsetDialog_TargetTime=Target Time
OffsetDialog_Title=Apply time offset
OffsetDialog_TraceName=Trace name

Back to the top