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_) ?>