1<?php
2/**
3 * English settings file for Tag Alerts plugin
4 *
5 * @author   Simon DELAGE <sdelage@gmail.com>
6 * @license: CC Attribution-Share Alike 3.0 Unported <http://creativecommons.org/licenses/by-sa/3.0/>
7 */
8
9$lang['action']                 = 'Tagalerts type [default: <code>inline</code>]';
10$lang['action_o_messages']      = 'messages';
11$lang['action_o_inline']        = 'inline';
12$lang['error']                  = 'Comma separated list of tags that will trigger an alert based on system error message.';
13$lang['info']                   = 'Comma separated list of tags that will trigger an alert based on system information message.';
14$lang['success']                = 'Comma separated list of tags that will trigger an alert based on system success message.';
15$lang['notify']                 = 'Comma separated list of tags that will trigger an alert based on system notification message.';
16$lang['forcemsg']               = 'Comma separated list of tags for wich messages will be forced, even with `inline` setting.';
17