From baeb2be63d8d67dd1ecf0129514209f16fc6bbcb Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 14 Oct 2009 09:25:05 -0400 Subject: [PATCH] - Fixed bugs in the updater related to multiserver setups. - Updated french translation. --- interface/web/mail/lib/lang/fr_mail_user_list.lng | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/interface/web/mail/lib/lang/fr_mail_user_list.lng b/interface/web/mail/lib/lang/fr_mail_user_list.lng index aa6c839..b9d53a1 100644 --- a/interface/web/mail/lib/lang/fr_mail_user_list.lng +++ b/interface/web/mail/lib/lang/fr_mail_user_list.lng @@ -1,6 +1,10 @@ -<?php -$wb['list_head_txt'] = 'Mailbox'; -$wb['email_txt'] = 'Email'; -$wb['autoresponder_txt'] = 'Autoresponder'; -$wb['add_new_record_txt'] = 'Add new Mailbox'; -?> +<?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"] = "Boîte mail"; +$wb["email_txt"] = "Email"; +$wb["autoresponder_txt"] = "Auto répondeur"; +$wb["add_new_record_txt"] = "Ajouter une nouvelle boîte mail"; +?> + -- Gitblit v1.9.1