Christian Flothmann
2012-12-14 6585e862603870069a8f14a37e9a0996fa453b96
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';
 
?>