<!-- Pt-web/src/app-root/ztr/DASClockInfo.xml

 Copyright: ©2013–2015, Güralp Systems Ltd.
 Author: Laurence Withers <lwithers@guralp.com>
 License: GPLv3

-->

<messages>



<!-- Overall page title -->
<message id='text.DASClockInfo.title'>ADC clock logs</message>



<!--============================================================================
Errors encountered while loading temperature vs. frequency file
=============================================================================-->

<!-- System I/O error while accessing file. {1} is error message from library,
{2} is errno. -->
<message id='text.DASClockInfo.TempFreqFile.loadError'>Unable to load
temperature vs. frequency file: {1} (error number {2}).</message>

<!-- File is unexpected size (expected in {1}, actual in {2}). -->
<message id='text.DASClockInfo.TempFreqFile.sizeError'>Unable to load
temperature vs. frequency file: unexpected size {2} bytes ({1}
expected).</message>

<!-- File has invalid magic number. -->
<message id='text.DASClockInfo.TempFreqFile.magicError'>Unable to load
temperature vs. frequency file: invalid file identifier.</message>

<!-- File has invalid CRC. -->
<message id='text.DASClockInfo.TempFreqFile.crcError'>Unable to load
temperature vs. frequency file: invalid CRC.</message>

<!-- File has no data. -->
<message id='text.DASClockInfo.TempFreqFile.noData'>No data in file; perhaps
 this unit has not been run with GPS for long enough yet. An updated file is
 written every hour.</message>



<!--============================================================================
Temperature vs. frequency plot
=============================================================================-->

<!-- Title of panel -->
<message id='text.DASClockInfo.TempFreq.title'>Frequency correction vs.
temperature</message>

<!-- Contents of panel. -->
<message id='tpl.DASClockInfo.TempFreq.layout'>${plot}</message>

<!-- Error message if we cannot create the plot. Text in {1}. -->
<message id='xhtml.DASClockInfo.TempFreq.plotError'
><p class='errorMessage'>{1}</p></message>

<!-- Title of plot image. {1} is hostname. -->
<message id='text.DASClockInfo.TempFreq.plotTitle'
>Frequency correction vs. temperature for {1}</message>

<!-- Title of plot's X axis. -->
<message id='text.DASClockInfo.TempFreq.plotXAxis'>Temperature</message>

<!-- Title of plot's Y axis. -->
<message id='text.DASClockInfo.TempFreq.plotYAxis'
>Frequency correction</message>



<!--============================================================================
Temperature vs. control loop count plot
=============================================================================-->

<!-- Title of panel -->
<message id='text.DASClockInfo.TempCount.title'>Control loop counts vs.
temperature</message>

<!-- Contents of panel. -->
<message id='tpl.DASClockInfo.TempCount.layout'>${plot}</message>

<!-- Error message if we cannot create the plot. Text in {1}. -->
<message id='xhtml.DASClockInfo.TempCount.plotError'
><p class='errorMessage'>{1}</p></message>

<!-- Title of plot image. {1} is hostname. -->
<message id='text.DASClockInfo.TempCount.plotTitle'
>Control loop counts vs. temperature for {1}</message>

<!-- Title of plot's X axis. -->
<message id='text.DASClockInfo.TempCount.plotXAxis'>Temperature</message>

<!-- Title of plot's Y axis. -->
<message id='text.DASClockInfo.TempCount.plotYAxis'
>Control loop counts</message>



</messages>
