commit | author | age | ||
48e9c1 | 1 | <?php |
T | 2 | |
3 | $labels = array(); | |
4 | $labels['buttontext'] = 'Archive'; | |
5 | $labels['buttontitle'] = 'Archive this message'; | |
6 | $labels['archived'] = 'Successfully archived'; | |
7 | $labels['archivefolder'] = 'Archive'; | |
8 | ||
9 | ?> |