aleksander Machniak
2012-09-18 e3dd1b77390c3d060ee0b18bfe287ed5078c5dc7
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';
 
?>