Thomas Bruederli
2012-12-08 3bb75a5cc7a7c77950eeb6070631c9c8b76a5a16
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['buttontext'] = 'Junk';
$labels['buttontitle'] = 'Mark as Junk';
$labels['reportedasjunk'] = 'Successfully reported as Junk';
 
?>