From 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 28 Oct 2009 14:30:28 -0400 Subject: [PATCH] Implemented: FS#757 - Add "custom" option to transports --- interface/web/sites/lib/lang/fr_shell_user_list.lng | 26 ++++++++++++-------------- 1 files changed, 12 insertions(+), 14 deletions(-) diff --git a/interface/web/sites/lib/lang/fr_shell_user_list.lng b/interface/web/sites/lib/lang/fr_shell_user_list.lng index 45f60ff..0657134 100644 --- a/interface/web/sites/lib/lang/fr_shell_user_list.lng +++ b/interface/web/sites/lib/lang/fr_shell_user_list.lng @@ -1,14 +1,12 @@ -<?php -$wb["list_head_txt"] = 'Shell User'; -$wb["active_txt"] = 'Active'; -$wb["server_id_txt"] = 'Server'; -$wb["parent_domain_id_txt"] = 'Site'; -$wb["username_txt"] = 'Username'; -$wb["page_txt"] = 'Page'; -$wb["page_of_txt"] = 'of'; -$wb["page_next_txt"] = 'Next'; -$wb["page_back_txt"] = 'Back'; -$wb["delete_txt"] = 'Delete'; -$wb["filter_txt"] = 'Filter'; -$wb["add_new_record_txt"] = 'Add new Shell-User'; -?> \ No newline at end of file +<?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"] = "Utilisateur Shell"; +$wb["active_txt"] = "Actif"; +$wb["server_id_txt"] = "Serveur"; +$wb["parent_domain_id_txt"] = "Site web"; +$wb["username_txt"] = "Nom d'utilisateur"; +$wb["add_new_record_txt"] = "Nouvel utilisateur Shell"; +?> + -- Gitblit v1.9.1