From d7be275d5209ac70911e43924dae25b19e273e01 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 29 Jun 2011 10:41:45 -0400
Subject: [PATCH] Merged the language files.

---
 interface/web/admin/lib/lang/fr_remote_action.lng |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/interface/web/admin/lib/lang/fr_remote_action.lng b/interface/web/admin/lib/lang/fr_remote_action.lng
index f78a9bf..f5cfc6d 100644
--- a/interface/web/admin/lib/lang/fr_remote_action.lng
+++ b/interface/web/admin/lib/lang/fr_remote_action.lng
@@ -1,12 +1,10 @@
 <?php
-$wb['select_server_txt'] = "Choisir un serveur";
-$wb['btn_do_txt'] = "Exécuter";
-$wb['do_osupdate_caption'] = "Exécuter une mise à jour de l'OS sur le serveur distant";
-$wb['do_osupdate_desc'] = "Cette action exécute aptitude -y upgrade sur le serveur selectionné.<br><br><strong>UTILISER A VOS PROPRES RISQUES !</strong>";
-$wb['do_ispcupdate_caption'] = "Mise à jour ISPConfig 3 sur le serveur distant";
-$wb['do_ispcupdate_desc'] = "Cette action exécute une mise à jour ISPConfig 3 sur le serveur selectionné.<br><br><strong>UTILISER A VOS PROPRES RISQUES !</strong>";
-$wb['action_scheduled'] = "Cette action a été planifiée";
-$wb['select_all_server'] = "Tous les serveurs";
+$wb['select_server_txt'] = 'Choisir un serveur';
+$wb['btn_do_txt'] = 'Exécuter';
+$wb['do_osupdate_caption'] = 'Exécuter une mise à jour de lOS sur le serveur distant';
+$wb['do_osupdate_desc'] = 'Cette action exécute aptitude -y upgrade sur le serveur selectionné.<br><br><strong>UTILISER A VOS PROPRES RISQUES !</strong>';
+$wb['do_ispcupdate_caption'] = 'Mise à jour ISPConfig 3 sur le serveur distant';
+$wb['do_ispcupdate_desc'] = 'Cette action exécute une mise à jour ISPConfig 3 sur le serveur selectionné.<br><br><strong>UTILISER A VOS PROPRES RISQUES !</strong>';
+$wb['action_scheduled'] = 'Cette action a été planifiée';
+$wb['select_all_server'] = 'Tous les serveurs';
 ?>
-
-

--
Gitblit v1.9.1