From e78b6d02ab613b8b7de63ba7a09caa5f2d7c0a88 Mon Sep 17 00:00:00 2001 From: rMalie Date: Mon, 4 Jun 2012 14:30:12 +0000 Subject: [PATCH] // Translate installer title #PSCFV-2548 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15833 b9a71923-0436-4b27-9f14-aed3839534dd --- install-dev/langs/fr/install.php | 1 + install-dev/theme/views/header.phtml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/install-dev/langs/fr/install.php b/install-dev/langs/fr/install.php index ba6c42ccc..a88784dda 100644 --- a/install-dev/langs/fr/install.php +++ b/install-dev/langs/fr/install.php @@ -194,5 +194,6 @@ return array( '"%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', + 'PrestaShop Wizard Installer' => 'Installation de PrestaShop', ), ); \ No newline at end of file diff --git a/install-dev/theme/views/header.phtml b/install-dev/theme/views/header.phtml index 1ed34af32..3d8aa5896 100644 --- a/install-dev/theme/views/header.phtml +++ b/install-dev/theme/views/header.phtml @@ -1,7 +1,7 @@ - PrestaShop Wizard Installer + <?php echo $this->l('PrestaShop Wizard Installer') ?>