From e253202995d188925fa4e9df4f6dea0523511eae Mon Sep 17 00:00:00 2001
From: oilyflutesalad <oilyflutesalad@ispconfig3>
Date: Mon, 18 Jan 2010 05:56:48 -0500
Subject: [PATCH] Fixed: FS#928 - System Load Averages should no longer show as zero on non-english linux distros

---
 interface/web/dns/lib/lang/fr_dns_template.lng |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/interface/web/dns/lib/lang/fr_dns_template.lng b/interface/web/dns/lib/lang/fr_dns_template.lng
index fec2525..1202cfd 100644
--- a/interface/web/dns/lib/lang/fr_dns_template.lng
+++ b/interface/web/dns/lib/lang/fr_dns_template.lng
@@ -1,10 +1,6 @@
-<?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["name_txt"] = "Nom";
-$wb["fields_txt"] = "Champs";
-$wb["template_txt"] = "Modèle";
-$wb["visible_txt"] = "Visible";
-?>
-
+<?php
+$wb['name_txt'] = 'Nom';
+$wb['fields_txt'] = 'Champs';
+$wb['template_txt'] = 'Modèle';
+$wb['visible_txt'] = 'Visible';
+?>

--
Gitblit v1.9.1