// 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
+5 -4
View File
@@ -13,19 +13,20 @@
<div id="formCheckSQL">
<p class="first" style="margin-top: 15px;">
<label for="dbServer"><?php echo $this->l('Server:') ?> </label>
<label for="dbServer"><?php echo $this->l('Database server address:') ?> </label>
<input size="25" class="text" type="text" id="dbServer" name="dbServer" value="<?php echo htmlspecialchars($this->database_server) ?>" />
<span class="userInfos aligned"><?php echo $this->l('If you want to use a different port, add :XX after your server address where XX is your port number.') ?></span>
</p>
<p>
<label for="dbName"><?php echo $this->l('Database name:') ?> </label>
<input size="10" class="text" type="text" id="dbName" name="dbName" value="<?php echo htmlspecialchars($this->database_name) ?>" />
</p>
<p>
<label for="dbLogin"><?php echo $this->l('Login:') ?> </label>
<label for="dbLogin"><?php echo $this->l('Database login:') ?> </label>
<input class="text" size="10" type="text" id="dbLogin" name="dbLogin" value="<?php echo htmlspecialchars($this->database_login) ?>" />
</p>
<p>
<label for="dbPassword"><?php echo $this->l('Password:') ?> </label>
<label for="dbPassword"><?php echo $this->l('Database password:') ?> </label>
<input class="text" size="10" type="password" id="dbPassword" name="dbPassword" value="<?php echo htmlspecialchars($this->database_password) ?>" />
</p>
<p>
@@ -71,7 +72,7 @@
<div id="mailSMTPParam">
<div class="aligned">
<p>
<label for="smtpSrv"><?php echo $this->l('SMTP server:') ?> </label>
<label for="smtpSrv"><?php echo $this->l('SMTP server address:') ?> </label>
<input class="text" type="text" id="smtpSrv" name="smtpSrv" value="<?php echo htmlspecialchars($this->smtp_server) ?>"/>
</p>
<p>