From 4bbb87edfd4ef5ae6d9b3cd2a44b8a54a64c7a3c Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 6 Jun 2012 17:23:21 +0000 Subject: [PATCH] // Fix the alert message in installer when updated git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15889 b9a71923-0436-4b27-9f14-aed3839534dd --- install-dev/langs/fr/install.php | 2 +- install-dev/theme/views/welcome.phtml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/install-dev/langs/fr/install.php b/install-dev/langs/fr/install.php index a88784dda..cda3ca4ab 100644 --- a/install-dev/langs/fr/install.php +++ b/install-dev/langs/fr/install.php @@ -193,7 +193,7 @@ 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', + 'Warning: You cannot use anymore this tool to upgrade your store.

You already have PrestaShop version %1$s installed.

If you want to upgrade to the latest version please read our documentation: %2$s' => 'Attention: Vous ne pouvez plus utiliser cet outil pour mettre à jour votre boutique.

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', 'PrestaShop Wizard Installer' => 'Installation de PrestaShop', ), ); \ No newline at end of file diff --git a/install-dev/theme/views/welcome.phtml b/install-dev/theme/views/welcome.phtml index f5c21ef2c..8f9c78061 100644 --- a/install-dev/theme/views/welcome.phtml +++ b/install-dev/theme/views/welcome.phtml @@ -5,7 +5,12 @@ can_upgrade): ?> -
l('You already have PrestaShop version %1$s installed. If you want to upgrade to the latest version please read our documentation : %2$s', $this->ps_version, $this->getDocumentationUpgradeLink()) ?>
+
+   + l( + 'Warning: You cannot use anymore this tool to upgrade your store.

You already have PrestaShop version %1$s installed.

If you want to upgrade to the latest version please read our documentation: %2$s', + $this->ps_version, $this->getDocumentationUpgradeLink() + ) ?>

l('Welcome to the PrestaShop %s Installer.', _PS_INSTALL_VERSION_) ?>