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

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

-->

<messages>
    <message id='text.TriggerConfigMatrix.title'>Trigger matrix</message>
    <message id='text.TriggerConfigMatrix.settings'>Settings</message>
    <message id='tpl.TriggerConfigMatrix.config'>
        <p>The <em>coalesce period</em> is the amount of time that a single
            trigger signal remains valid for. It is important if combining the
            result of more than one trigger algorithm since the signals from
            each independent trigger must overlap in time.</p>
        <p class='form-horizontal control-group'>
            <label for='${id:coalescePeriod}'>Coalesce period:</label>
            <span class='controls'>${coalescePeriod} s</span></p>
    </message>

    <message id='text.TriggerConfigMatrix.initScriptLabel'>Trigger matrix ({1})</message>
    <message id='text.TriggerConfigMatrix.LoadError.coalesce_period'>
        Matrix config file has missing or invalid value for ‘coalesce_period’
        (should be an integer ≥1).
    </message>
</messages>

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