summaryrefslogtreecommitdiff
path: root/plugins/message_highlight/localization/en_US.inc
blob: 4768aba174e4a36f6076a048bae612e658f529fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$labels['mh_title'] = 'Message Highlights';
$labels['mh_matches'] = 'matches';
$labels['mh_color'] = 'color';
$labels['mh_delete'] = 'delete';
$labels['mh_delete_description'] = 'Delete this line';
$labels['mh_add'] = 'add row';
$labels['mh_add_description'] = 'Add an extra row beneath this row';
$labels['deleteconfirm'] = 'Do you really want to delete this rule?';

// these should never happen, but add anyways
$labels['headererror'] = 'Error in message rule';
$labels['inputempty'] = 'One or more of your matches are empty';
$labels['invalidcolor'] = 'Invalid color';

?>