Aleksander Machniak
2012-12-21 268a28efb25193e5f48e7ba8e41f0bca8306c34e
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['buttontitle'] = 'Archive this message';
$labels['archived'] = 'Successfully archived';
$labels['archivefolder'] = 'Archive';
 
?>