Thomas Bruederli
2012-10-19 c96d3f57ef6a13e3e61338f57a473b4817547da8
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['buttontext'] = 'Junk';
$labels['buttontitle'] = 'Mark as Junk';
$labels['reportedasjunk'] = 'Successfully reported as Junk';
 
?>