From 181529089411d6f55333b22d169e87d3f5137eb5 Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Thu, 30 Jun 2011 12:03:31 -0400 Subject: [PATCH] Remove Microsoft Line endings. Some files have mixed line endings that make Subverison unhappy --- interface/web/mail/lib/lang/fr_mail_whitelist_list.lng | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/interface/web/mail/lib/lang/fr_mail_whitelist_list.lng b/interface/web/mail/lib/lang/fr_mail_whitelist_list.lng index 20e49cf..2be47e5 100644 --- a/interface/web/mail/lib/lang/fr_mail_whitelist_list.lng +++ b/interface/web/mail/lib/lang/fr_mail_whitelist_list.lng @@ -1,11 +1,11 @@ -<?php -$wb['list_head_txt'] = 'Liste blanche d\'emails'; -$wb['active_txt'] = 'Actif'; -$wb['server_id_txt'] = 'Serveur'; -$wb['source_txt'] = 'Adresse de la liste blanche'; -$wb['type_txt'] = 'Type'; -$wb['recipient_txt'] = 'Destinataire'; -$wb['add_new_record_txt'] = 'Ajouter un nouvel enregistrement'; -$wb['access_txt'] = 'accès'; -?> - +<?php +$wb['list_head_txt'] = 'Liste blanche d\'emails'; +$wb['active_txt'] = 'Actif'; +$wb['server_id_txt'] = 'Serveur'; +$wb['source_txt'] = 'Adresse de la liste blanche'; +$wb['type_txt'] = 'Type'; +$wb['recipient_txt'] = 'Destinataire'; +$wb['add_new_record_txt'] = 'Ajouter un nouvel enregistrement'; +$wb['access_txt'] = 'accès'; +?> + -- Gitblit v1.9.1