Thomas Bruederli
2012-12-10 a8a72e2e7ee89caa04f8f13b6067e1b4ad870612
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';
 
?>