// French translation of installer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13082 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-07 15:48:25 +00:00
parent 11a74c652a
commit 9b63743dfd
7 changed files with 173 additions and 15 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<?php $this->displayTemplate('header') ?>
<h2><?php echo $this->l('Welcome to the PrestaShop %s Installer.', _PS_INSTALL_VERSION_) ?></h2>
<p><?php echo $this->l('Please allow 5-15 minutes to complete the installation process.') ?></p>
<p><?php echo $this->l('The installation should only take a few minutes: if you need help, do not hesitate to check <a href="%1$s" target="_blank">our documentation</a> or to contact our support team: %2$s', $this->getDocumentationLink(), $this->getPhone()) ?></p>
<p><?php echo $this->l('The installation process should take only few minutes!') ?></p>
<p><?php echo $this->l('If you need help, do not hesitate to check <a href="%1$s" target="_blank">our documentation</a> or to contact our support team: %2$s', $this->getDocumentationLink(), $this->getPhone()) ?></p>
<!-- List of languages -->
<?php if (count($this->language->getIsoList()) > 1): ?>