summaryrefslogtreecommitdiff
path: root/plugins/markasjunk2/localization/en_US.inc
blob: b67fbedfbac053b9362c5695ea2f041cb1e4f4af (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 junk';
$labels['markasjunk'] = 'As junk';
$labels['buttonnotjunk'] = 'This message is not junk';
$labels['markasnotjunk'] = 'As not junk';
$labels['notjunk'] = 'Not junk';

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

?>