From f41376481381082a5d8631dc6fe9789568963f61 Mon Sep 17 00:00:00 2001 From: rMalie Date: Mon, 4 Jun 2012 09:49:49 +0000 Subject: [PATCH] // Install fr lang git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15818 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 12a12ed4b..ba6c42ccc 100644 --- a/install-dev/langs/fr/install.php +++ b/install-dev/langs/fr/install.php @@ -193,5 +193,6 @@ return array( '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', + 'You already have PrestaShop version %1$s installed. If you want to upgrade to the latest version please read our documentation : %2$s' => 'Vous avez déjà PrestaShop version %1$s d\'installé. Si vous souhaitez utiliser la dernière version, merci de vous référer à notre documentation pour la mise à jour : %2$s', ), ); \ No newline at end of file