From 5b0219d503277d1b616c8f430f3284796154bb6c 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13691 b9a71923-0436-4b27-9f14-aed3839534dd --- 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