From cc0c03629a77ff5d862b03f9d27fa46ca289884a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 30 Dec 2004 20:19:47 +0000 Subject: [PATCH] update --- lang/french-iso-8859-1.inc.php | 4 ++-- lang/french-utf-8.inc.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index d76946c67..395239a69 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -633,10 +633,10 @@ $strStatCreateTime = 'Cr $strStatUpdateTime = 'Dernière modification'; $strStatement = 'Information'; $strStatus = 'État'; -$strStrucCSV = 'Données CSV'; +$strStrucCSV = 'CSV'; $strStrucData = 'Structure et données'; $strStrucDrop = 'Inclure des énoncés "DROP TABLE"'; -$strStrucExcelCSV = 'Données CSV pour MS Excel'; +$strStrucExcelCSV = 'CSV pour MS Excel'; $strStrucNativeExcel = 'Données MS Excel (format natif)'; $strStrucOnly = 'Structure seule'; $strStructPropose = 'Suggérer des optimisations quant à la structure de la table'; diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 08f38afe9..5f1fa2cb8 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -634,10 +634,10 @@ $strStatCreateTime = 'Création'; $strStatUpdateTime = 'Dernière modification'; $strStatement = 'Information'; $strStatus = 'État'; -$strStrucCSV = 'Données CSV'; +$strStrucCSV = 'CSV'; $strStrucData = 'Structure et données'; $strStrucDrop = 'Inclure des énoncés "DROP TABLE"'; -$strStrucExcelCSV = 'Données CSV pour MS Excel'; +$strStrucExcelCSV = 'CSV pour MS Excel'; $strStrucNativeExcel = 'Données MS Excel (format natif)'; $strStrucOnly = 'Structure seule'; $strStructPropose = 'Suggérer des optimisations quant à la structure de la table';