16 lines
874 B
PHP
16 lines
874 B
PHP
|
<?php
|
||
|
/**
|
||
|
* English settings file for Tag Alerts plugin
|
||
|
*
|
||
|
* @author: Simon Delage <simon.geekitude@gmail.com>
|
||
|
* @license: CC Attribution-Share Alike 3.0 Unported <http://creativecommons.org/licenses/by-sa/3.0/>
|
||
|
*/
|
||
|
|
||
|
$lang['inline'] = 'Tagalerts type';
|
||
|
$lang['inline_o_0'] = 'messages';
|
||
|
$lang['inline_o_1'] = 'inline';
|
||
|
$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.';
|