Thomas Bruederli
2012-11-17 54cc75f28d75d01eb10c0be51e42e468f30c3956
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';
 
?>