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