From 5549545dbb91a845e8c64b25c5a2fffe8108c0f9 Mon Sep 17 00:00:00 2001 From: wichu <wichu@ispconfig3> Date: Thu, 10 May 2012 16:10:06 -0400 Subject: [PATCH] Added TTL in the DNS list. --- interface/web/admin/lib/lang/fr_software_update_list.lng | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/web/admin/lib/lang/fr_software_update_list.lng b/interface/web/admin/lib/lang/fr_software_update_list.lng index ebf4e6f..3c66539 100644 --- a/interface/web/admin/lib/lang/fr_software_update_list.lng +++ b/interface/web/admin/lib/lang/fr_software_update_list.lng @@ -1,8 +1,8 @@ <?php -$wb['list_head_txt'] = 'Software updates'; +$wb['list_head_txt'] = 'Mise à jour des logiciels'; $wb['installed_txt'] = 'Action'; -$wb['update_title_txt'] = 'Update'; +$wb['update_title_txt'] = 'Mise à jour'; $wb['version_txt'] = 'Version'; $wb['action_txt'] = 'Action'; -$wb['server_select_txt'] = 'Select server'; +$wb['server_select_txt'] = 'Sélectionnez le serveur'; ?> -- Gitblit v1.9.1