Thomas Bruederli
2012-10-04 0c1005da3f470226e2f6ac7e38ee206f0a7b3625
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';
 
?>