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

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

-->

<messages>
    <!-- Error messages emitted when MsgbusPoll encounters an error. Mostly
    these are expected to be of use when reporting program bugs to support. -->

    <message id='text.MsgbusPoll.noAddress'>
        Program bug: program called connect() without setTcp() or setUnix().
    </message>

    <!-- {1} is Unix socket address, {2} is strerror(errno). -->
    <message id='text.MsgbusPoll.unixFailed'>
        Failed to connect to Unix socket at "{1}": {2}.
    </message>

    <!-- {1} is hostname, {2} is port/service, {3} is strerror(errno) -->
    <message id='text.MsgbusPoll.tcpFailed'>
        Failed to connect to TCP/IP server {1} {2}: {3}.
    </message>

    <!-- {1} is strerror(errno) -->
    <message id='text.MsgbusPoll.nonblockingFailed'>
        Failed to set non-blocking mode on file descriptor: {1}.
    </message>

    <message id='text.MsgbusPoll.notConnected'>
        Program bug: program called poll() without connect().
    </message>

    <!-- {1} is strerror(errno) -->
    <message id='text.MsgbusPoll.readError'>
        Failed to read from server: {1}.
    </message>

    <!-- {1} is strerror(errno) -->
    <message id='text.MsgbusPoll.writeError'>
        Failed to write to server: {1}.
    </message>

    <message id='text.MsgbusPoll.msgTooLarge'>
        Problem detected on link (message too large).
    </message>
</messages>

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