Aleksander Machniak
2012-06-04 aede1f9ab41e8dfc5272a149b1e88a464ce12f89
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['buttontitle'] = '封存此信件';
$labels['archived'] = '已成功封存';
$labels['archivefolder'] = '封存';
 
?>