From 378935a8a92592cf1ef164b4d969c376c46a78c6 Mon Sep 17 00:00:00 2001 From: nveid <nveid@ispconfig3> Date: Fri, 09 Dec 2011 02:35:24 -0500 Subject: [PATCH] Fixed mysql error when switching from "Options" tab to "Ftp User" edit tab, the onUpdate thought we were trying to change the Website because the Options Datalog didn't have the parent_domain_id and the Ftp User tab did. --- interface/web/admin/lib/lang/fr_software_repo.lng | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/interface/web/admin/lib/lang/fr_software_repo.lng b/interface/web/admin/lib/lang/fr_software_repo.lng index 265fdc8..c12f700 100644 --- a/interface/web/admin/lib/lang/fr_software_repo.lng +++ b/interface/web/admin/lib/lang/fr_software_repo.lng @@ -1,9 +1,9 @@ <?php -$wb["repo_name_txt"] = 'Repository'; -$wb["repo_url_txt"] = 'URL'; -$wb["repo_username_txt"] = 'User (optional)'; -$wb["repo_password_txt"] = 'Password (optional)'; -$wb["active_txt"] = 'Active'; -$wb["btn_save_txt"] = 'Save'; -$wb["btn_cancel_txt"] = 'Cancel'; -?> \ No newline at end of file +$wb['repo_name_txt'] = 'Référence'; +$wb['repo_url_txt'] = 'URL'; +$wb['repo_username_txt'] = 'Utilisateur (optionnel)'; +$wb['repo_password_txt'] = 'Mot de passe (optionnel)'; +$wb['active_txt'] = 'Actif'; +?> + + -- Gitblit v1.9.1