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';