Till Brehm
2016-05-27 51a7b5e29a1cbf53e9858a6b11aa0be1f8fc59d2
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Quota des boîtes aux lettres';
$wb['quota_txt'] = 'Quota';
$wb['name_txt'] = 'Nom';
$wb['email_txt'] = 'Adresse e-mail';
$wb['used_txt'] = 'Espace utilisé';
$wb['percentage_txt'] = 'Used %';
?>