Marius Cramer
2013-10-14 d9bcf68e395d6156645a7974b1a992aa6e6c00aa
interface/web/mail/lib/lang/fr_mail_user_stats_list.lng
@@ -1,12 +1,8 @@
<?php
// Traduction française par Falistos (http://hyodream.fr/ispconfig-fr)
// Traduction sous licence GPL v3, voir http://www.gnu.org/licenses/gpl.txt
$wb["list_head_txt"] = "Traffic mail";
$wb["email_txt"] = "Email";
$wb["this_month_txt"] = "Ce mois";
$wb["last_month_txt"] = "Le mois dernier";
$wb["this_year_txt"] = "Cette année";
$wb["last_year_txt"] = "L'année dernière";
?>
<?php
$wb['list_head_txt'] = 'Trafic email';
$wb['email_txt'] = 'Email';
$wb['this_month_txt'] = 'Le mois en cours';
$wb['last_month_txt'] = 'Le mois dernier';
$wb['this_year_txt'] = 'L\'année en cours';
$wb['last_year_txt'] = 'Lannée dernière';
?>