From 2e9e464c5cd38263f3169eb4acaed893b30e0723 Mon Sep 17 00:00:00 2001 From: rMalie Date: Mon, 4 Jun 2012 09:49:49 +0000 Subject: [PATCH] // Install fr lang --- 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