From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 14 Oct 2013 08:57:25 -0400
Subject: [PATCH] Added missing empty directories from svn import

---
 interface/web/dns/lib/lang/fr_dns_a_list.lng |   27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/interface/web/dns/lib/lang/fr_dns_a_list.lng b/interface/web/dns/lib/lang/fr_dns_a_list.lng
index e2b37c8..f0a5356 100644
--- a/interface/web/dns/lib/lang/fr_dns_a_list.lng
+++ b/interface/web/dns/lib/lang/fr_dns_a_list.lng
@@ -1,16 +1,15 @@
 <?php
-$wb['list_head_txt'] = "Enregistrement A";
-$wb['active_txt'] = "Actif";
-$wb['server_id_txt'] = "Serveur";
-$wb['zone_txt'] = "Zone";
-$wb['name_txt'] = "Nom";
-$wb['data_txt'] = "Donnes";
-$wb['aux_txt'] = "Priorité";
-$wb['type_txt'] = "Type";
-$wb['add_new_record_txt'] = "Ajouter un nouvel enregistrement A";
-$wb['page_txt'] = "Page";
-$wb['page_of_txt'] = "de";
-$wb['delete_confirmation'] = "Voulez-vous vraiment supprimer cet enregistrement";
+$wb['list_head_txt'] = 'Enregistrement A';
+$wb['active_txt'] = 'Actif';
+$wb['server_id_txt'] = 'Serveur';
+$wb['zone_txt'] = 'Zone';
+$wb['name_txt'] = 'Nom';
+$wb['data_txt'] = 'Données';
+$wb['aux_txt'] = 'Priorité';
+$wb['ttl_txt'] = 'TTL';
+$wb['type_txt'] = 'Type';
+$wb['add_new_record_txt'] = 'Ajouter un nouvel enregistrement A';
+$wb['page_txt'] = 'Page';
+$wb['page_of_txt'] = 'de';
+$wb['delete_confirmation'] = 'Voulez-vous vraiment supprimer cet enregistrement';
 ?>
-
-

--
Gitblit v1.9.1