Aleksander Machniak
2012-12-18 dfc57863d1b054534f8e0ce8e3babb38d4fe89cb
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';
 
?>