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

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

-->

<messages>

<!--============================================================================
In-page widget details
=============================================================================-->

<!-- layout of widget -->
<message id='tpl.GCFOutFilter.layout'>
  ${AcceptAll}<br/>
  ${FilterStatus}<br/>
  ${FilterSampleRate}<br/>
    <span class='control-group'>${SampleRateEditor}</span>
    <label for='${id:sampleRateEditor}'>samples/sec</label><br />
  ${FilterChannelName}<br/>
  ${openChannelNameDialog}
</message>

<!-- labels for radio buttons selecting the filter mode -->
<message id='text.GCFOutFilter.btnAcceptAll'>Transmit all channels</message>
<message id='text.GCFOutFilter.btnFilterStatus'>Transmit only status blocks</message>
<message id='text.GCFOutFilter.btnFilterSampleRate'>Transmit channels with sample rates up and including:</message>
<message id='text.GCFOutFilter.btnFilterChannelName'>Filter channels by name</message>

<!-- label for button opening the channel name editor dialog -->
<message id='text.GCFOutFilter.openChannelNameDialog'>Select channels</message>



<!--============================================================================
Dialog for configuration of the channel name filter
=============================================================================-->

<message id='text.GCFOutFilter.ChanDialog.title'>Filter channel names</message>

<!-- footer button labels -->
<message id='text.GCFOutFilter.ChanDialog.accept'>Save changes</message>
<message id='text.GCFOutFilter.ChanDialog.reject'>Discard changes</message>

<!-- displayed while the dialog loads (can take some time to get channel names
from gdi2gcf) -->
<message id='tpl.GCFOutFilter.ChanDialog.loading'>
  <p>Loading list of channel names, please wait…</p>
  <p>${progress}</p>
</message>

<!-- layout of dialog once loaded (TODO: better with CSS?) -->
<message id='tpl.GCFOutFilter.ChanDialog.layout'>
  <div style='display: table;'>
    <div style='display: table-row;'>
      <div style='display: table-cell;'>${inactive}</div>
      <div style='display: table-cell;'>${makeActive}<br/>${makeInactive}</div>
      <div style='display: table-cell;'>${active}</div>
    </div>
    <div style='display: table-row;'>
      <div style='display: table-cell;' />
      <div style='display: table-cell;' />
      <div style='display: table-cell;'>${editorAdd}</div>
    </div>
    <div style='display: table-row;'>
      <div style='display: table-cell;'>A filter may either be an exact
        channel name to match, e.g. <code>STAT-IDZ2</code>, or it may contain
        wildcard characters. ‘<code>*</code>’ matches any number
            of characters (but not the separating dash) and ‘<code>_</code>’
            matches any one character, e.g. <code>ST*-ID_2</code>.
      </div>
      <div style='display: table-cell;' />
      <div style='display: table-cell;' class='control-group'>${editor}</div>
    </div>
  </div>
</message>

<!-- Labels for buttons -->
<message id='text.GCFOutFilter.ChanDialog.makeActive'>Add</message>
<message id='text.GCFOutFilter.ChanDialog.makeInactive'>Remove</message>
<message id='text.GCFOutFilter.ChanDialog.editorAdd'>Add</message>



</messages>

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