From 263f0ec18e4cdb87d30c0585149d0ac7efed4ef5 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Tue, 22 Apr 2014 13:45:22 -0400 Subject: [PATCH] - Updated french translation - Added missing option in centos dovecot.conf file --- interface/web/dashboard/lib/lang/fr_dashlet_mailquota.lng | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/web/dashboard/lib/lang/fr_dashlet_mailquota.lng b/interface/web/dashboard/lib/lang/fr_dashlet_mailquota.lng index 1ab1e66..d18317c 100644 --- a/interface/web/dashboard/lib/lang/fr_dashlet_mailquota.lng +++ b/interface/web/dashboard/lib/lang/fr_dashlet_mailquota.lng @@ -1,8 +1,8 @@ <?php -$wb['mailquota_txt'] = 'Mailbox Quota'; -$wb['email_txt'] = 'Email Address'; -$wb['name_txt'] = 'Name'; -$wb['used_txt'] = 'Used Space'; +$wb['mailquota_txt'] = 'Quota de la boite mail'; +$wb['email_txt'] = 'Adresse Email'; +$wb['name_txt'] = 'Nom'; +$wb['used_txt'] = 'Espace utilisé'; $wb['quota_txt'] = 'Quota'; -$wb['no_email_accounts_txt'] = 'No email accounts found.'; +$wb['no_email_accounts_txt'] = 'Aucun compte mail trouvé.'; ?> -- Gitblit v1.9.1