From 8151462614f903cf8eb2e71b6682d4c2284babd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Thu, 6 Sep 2001 18:36:24 +0000 Subject: [PATCH] updated a translation ("Espace" -> "Taille") --- lang/french.inc.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 1b5387a69c..9247d1aa63 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -255,7 +255,7 @@ $strShowingRecords = 'Affichage des enregistrements'; $strShowPHPInfo = 'Afficher les informations relatives à PHP'; $strShowThisQuery = 'Réafficher la requête après exécution'; $strSingly = '(à refaire après insertions/destructions)'; -$strSize = 'Espace'; +$strSize = 'Taille'; $strSort = 'Tri'; $strSpaceUsage = 'Espace utilisé'; $strSQLQuery = 'requête SQL';