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

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

-->

<messages>

<!-- Overall page title -->
<message id='text.DataViewer.pageTitle'>Data viewer</message>



<!-- Channel selection panel

This panel simply has buttons for each channel. When pressed, plots for the
channel are added to the graph panel.

-->
<message id='text.DataViewer.ChannelSel.panelTitle'>Channels</message>

<!-- text for channel buttons: {1} is channel name, {2} is sample rate -->
<message id='text.DataViewer.ChannelSel.buttonTitle'>{1} ({2} sps)</message>

<!-- possible startup errors -->
<message id='xhtml.DataViewer.gdiError'>
  <div class='errorMessage'>Unable to connect to <code>gdi-base</code>.</div>
</message>
<message id='xhtml.DataViewer.ChannelSel.noChannels'>
  <div class='errorMessage'>No channels detected on system.</div>
</message>



<!-- Graph panel

The graph panel holds the actual plots themselves and has controls for
starting and stopping the plots.

-->
<message id='text.DataViewer.graphPanelTitle'>Data plots</message>
<message id='text.DataViewer.start'>Start plots</message>
<message id='text.DataViewer.stop'>Pause plots</message>



<!-- Plotter error messages

The plot routines live in their own process and we exchange messages with this
process in order to add channels, request updates, etc. If any error occurs
with this I/O (which is most likely due to a bug or a serious error such as
running out of memory) then we report the action we were trying to undertake
and the system error message.

-->
<!-- structure of error message: {1} is what we were trying to do, {2} the
library error message, and {3} the library error code -->
<message id='xhtml.DataViewer.plotterFailed'>
<strong>Error with plotting process</strong><br />
<em>Action underway:</em> {1}<br />
<em>Library error message (code {3}):</em> <code>{2}</code>
</message>

<!-- possible actions where we could fail -->
<message id='text.DataViewer.errorWhileAddingChannel'>adding channel</message>
<message id='text.DataViewer.errorWhileStartingPlotter'>starting plotter</message>
<message id='text.DataViewer.errorWhilePlotting'>updating plots</message>



</messages>

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