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