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