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