summaryrefslogtreecommitdiff
path: root/plugins/markasjunk2/localization/en_GB.inc
blob: e63548094559f4c704b1879496a31347676508f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/* Author: Philip Weir */

$labels = array();
$labels['buttonjunk'] = 'Mark as spam';
$labels['markasjunk'] = 'As spam';
$labels['buttonnotjunk'] = 'This message is not spam';
$labels['markasnotjunk'] = 'As not spam';
$labels['notjunk'] = 'Not spam';

$messages = array();
$messages['reportedasjunk'] = 'Successfully reported as spam';
$messages['reportedasnotjunk'] = 'Successfully reported as not spam';

?>