Marius Burkard
2016-01-26 ab3c7dfb89aee966d336c2d68d0220d5a1b7893e
1
2
3
4
5
6
7
8
9
10
<?php
$wb["list_head_txt"] = 'FTP trafic';
$wb["domain_txt"] = 'Domaine';
$wb["this_month_txt"] = 'Mois en cours';
$wb["last_month_txt"] = 'Mois précédent';
$wb["this_year_txt"] = 'Année en cours';
$wb["last_year_txt"] = 'Année précédente';
$wb["sum_txt"] = 'Total (Download + Upload)';
$wb["in_out_txt"] = 'DL/UL';
?>