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

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

-->

<messages>
    <message id='tpl.FactoryRTC.tpl'>
        <h2>Real-time clock</h2>
        <hr/>
        <p>Set or query the battery-backed real-time clock.</p>
        <p>RTC battery voltage: <strong>${batteryVoltage}</strong></p>
        <p>Current RTC time (UTC): <strong>${rtcTime}</strong></p>
        <p>Current Linux system clock: <strong>${sysTime}</strong></p>
        <p>${rtcWrite}</p>
    </message>

    <!-- message shown when a reading is unavailable -->
    <message id='text.FactoryRTC.unavailable'>Unavailable</message>

    <!-- label for button used to write system to to RTC -->
    <message id='text.FactoryRTC.rtcWrite'>Write system clock to RTC</message>
</messages>

<!-- options for text editors
vim: expandtab:ts=4:sw=4
-->
