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

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

-->

<messages>

<!-- message displayed when there are no groups available to select -->
<message id='xhtml.TriggerGroupSelector.noGroups'>
  <p><em>No trigger groups have been configured. Triggers may be added using
    the <strong>Configuration → Triggers</strong> menu link.</em></p>
</message>

<!-- message displayed when the selector allows selection of "no group" -->
<message id='text.TriggerGroupSelector.noSelection'>Disabled</message>

<!-- error message displayed when we cannot scan the configuration directory;
parameter {1} is the path and {2} the library error message -->
<message id='xhtml.TriggerGroupSelector.scanError'>Unable to scan configuration
  in <code>{1}</code>: {2}</message>

<!-- error message displayed when we cannot load a group's matrix configuration;
parameter {1} is the library error message including path -->
<message id='xhtml.TriggerGroupSelector.groupLoadError'>{1}</message>

<!-- error message displayed when a group's matrix configuration file is missing
some required aspect; parameter {1} is the full path and {2} the missing value's
name -->
<message id='xhtml.TriggerGroupSelector.gorupLoadMissing'>Configuration file
  <code>{1}</code> is missing value for <code>{2}</code></message>

</messages>

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