From 7a700b31bfd70f7a0c6fa78ca4a56c857a124a4f Mon Sep 17 00:00:00 2001 From: rMalie Date: Tue, 28 Feb 2012 14:30:07 +0000 Subject: [PATCH] // Fix missing french translation in installer --- install-dev/langs/fr/install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install-dev/langs/fr/install.php b/install-dev/langs/fr/install.php index f707db9f2..67d8b08fb 100644 --- a/install-dev/langs/fr/install.php +++ b/install-dev/langs/fr/install.php @@ -191,5 +191,6 @@ return array( 'Cannot install module "%s"' => 'Impossible d\'installer le module "%s"', 'Fixtures class "%s" not found' => 'La classe "%s" pour les fixtures n\'a pas été trouvée', '"%s" must be an instane of "InstallXmlLoader"' => '"%s" doit être une instance de "InstallXmlLoader"', + 'Display' => 'Afficher', ), ); \ No newline at end of file