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

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

-->

<messages>
    <message id='text.RemoteAssist.title'>Remote assistance</message>

    <message id='tpl.RemoteAssist.pageTemplate'>
        <p>
            <label for='idString'>Reference (will be provided by support staff):</label>
            ${idString}
        </p>
        <p>${start} ${stop}</p>
        <p><strong>Status: </strong> ${status}</p>
        ${log}
        ${options}
    </message>

    <message id='text.RemoteAssist.start'>Enable connection</message>
    <message id='text.RemoteAssist.stop'>Disable connection</message>

    <message id='tpl.RemoteAssist.Options.template'>
        <table><tbody>
            <tr>
                <th class='optionHeading' scope='row'>
                    <label for='server'>Server:</label>
                </th>
                <td>${server}<br/>
                    <span class='help'>Leave empty for default. Otherwise, enter
                    a FQDN (fully qualified domain name), an IPv4 address, or an
                    IPv6 address in square brackets [ ]. In all cases the port
                    is optional (default 80) and separated by a colon.</span>
                </td>
            </tr>
            <tr>
                <th class='optionHeading' scope='row'>
                    <label for='sshOptions'>SSH options:</label>
                </th>
                <td>${sshOptions}<br/>
                    <span class='help'>Leave empty for default. Otherwise, list
                    the required command line options to ssh. See Linux man page
                    <code>ssh(1)</code> for details. The sequence <em>%i</em> is
                    replaced with randomised ID/port number prefix between 11
                    and 654.</span>
                </td>
            </tr>
        </tbody></table>
        <hr />
        <p>${save} ${clear}</p>
    </message>

    <message id='text.RemoteAssist.Options.title'>Advanced options</message>
    <message id='text.RemoteAssist.Options.save'>Save settings</message>
    <message id='text.RemoteAssist.Options.clear'>Clear settings</message>
    <message id='xhtml.RemoteAssist.Options.writeError'>
        Error writing to <code>{1}</code>: {2}.
    </message>

    <message id='text.RemoteAssist.Log.title'>Connection log</message>
    <message id='text.RemoteAssist.Log.statusNotRunning'>Not enabled</message>
    <message id='text.RemoteAssist.Log.Connected'>Connected</message>
    <message id='text.RemoteAssist.Log.Connecting'>Connecting</message>
    <message id='text.RemoteAssist.Log.Disconnected'>Disconnected</message>
    <message id='text.RemoteAssist.Log.unknownServerMessage'>
        Unknown message from service (code: {1})
    </message>

    <message id='xhtml.RemoteAssist.passwordBlacklisted'>
        <div class='warningWidget'>The system password has not been changed
        from the default. It is <em>critical</em> to change the password before
        connecting this unit to any public-facing network. Please change the
        password now.</div>
    </message>
</messages>

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