2015-06-12 23:49:18 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* English settings file for Tag Alerts plugin
|
|
|
|
*
|
2018-11-15 06:10:28 +00:00
|
|
|
* @author: Simon Delage <sdelage@gmail.com>
|
2015-06-12 23:49:18 +00:00
|
|
|
* @license: CC Attribution-Share Alike 3.0 Unported <http://creativecommons.org/licenses/by-sa/3.0/>
|
|
|
|
*/
|
|
|
|
|
2015-06-14 01:06:52 +00:00
|
|
|
$lang['action'] = 'Tagalerts type [default: <code>inline</code>]';
|
|
|
|
$lang['action_o_messages'] = 'messages';
|
|
|
|
$lang['action_o_inline'] = 'inline';
|
2015-06-12 23:49:18 +00:00
|
|
|
$lang['error'] = 'Comma separated list of tags that will trigger an alert based on system error message.';
|
|
|
|
$lang['info'] = 'Comma separated list of tags that will trigger an alert based on system information message.';
|
|
|
|
$lang['success'] = 'Comma separated list of tags that will trigger an alert based on system success message.';
|
|
|
|
$lang['notify'] = 'Comma separated list of tags that will trigger an alert based on system notification message.';
|
2018-11-15 06:11:39 +00:00
|
|
|
$lang['forcemsg'] = 'Comma separated list of tags for wich messages will be forced, even with `inline` setting.';
|