// 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:
@@ -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): ?>
|
||||
|
||||
Reference in New Issue
Block a user