alecpl
2009-09-08 d168b9909acc66510bd24b3e74f6828f47939f75
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['buttontitle'] = 'Archive this message';
$labels['archived'] = 'Successfully archived';
$labels['archivefolder'] = 'Archive';
 
?>