alecpl
2010-03-19 63ab02a9f219f1e03ca47df57bae5bf0c9016e74
1
2
3
4
5
6
7
<?php
 
$labels = array();
$labels['buttontitle'] = 'Mark as Junk';
$labels['reportedasjunk'] = 'Successfully reported as Junk';
 
?>