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

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

-->

<messages>
    <message id='tpl.FactoryFlashModule.contents'>
        <h2>Flash module test mode</h2>
        <hr/>
        <p>Configured module size: <strong>${size}MiB</strong></p>
        <p>Detected module size: <strong>${currentSize}</strong></p>
        <p>Factory test mode status: <strong>${testStatus}</strong></p>
        <p>Factory test mode running: <strong>${testPID}</strong></p>
        <p>Please note that this page is slow to update, and that the flash
            module tester needs to be left running for hours or days to get
            a good test coverage.</p>
        <p>${startTest} ${stopTest}</p>
    </message>

    <message id='xhtml.FactoryFlashModule.noConfig'>
        <div>
            <strong>No flash module is configured.</strong>
            <p>To configure a flash module, you will have to use the I²C EEPROM editor.</p>
        </div>
    </message>
    <message id='text.FactoryFlashModule.notRunning'>Not running</message>
    <message id='text.FactoryFlashModule.running'>Running (PID {1})</message>
    <message id='text.FactoryFlashModule.startTest'>Start test</message>
    <message id='text.FactoryFlashModule.stopTest'>Stop test</message>
    <message id='text.FactoryFlashModule.xmlStatusFailed'>Unable to query XML status</message>
</messages>

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