Aleksander Machniak
2012-08-02 7dca45e8b4aa53373b8d5a3ac390da48d08ca6d6
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';
 
?>