thomascube
2009-05-28 d7f49d64d3e2d808e5fb037faef53ff5a5510909
1
2
3
4
5
6
7
<?php
 
$labels = array();
$labels['buttontitle'] = 'Mark as Junk';
$labels['reportedasjunk'] = 'Successfully reported as Junk';
 
?>