translation to french, starting

This commit is contained in:
Benjamin Sonntag 2015-04-26 00:23:43 +02:00
parent c721231cbb
commit 1b0ff0c48f
3 changed files with 305 additions and 332 deletions

View File

@ -229,7 +229,7 @@ foreach ($problems as $pr => $lm) { // $problems can be empty but can't be null/
<div id="tabsdom-addsub">
<h3><?php printf(_("Add a subdomains to %s"),$domain); ?></h3>
<h3><?php printf(_("Add a subdomain to %s"),$domain); ?></h3>
<?php
$isedit=false;
require_once('dom_edit.inc.php');

View File

@ -77,7 +77,7 @@ if (isset($error) && $error) {
<td>
<input type="text" class="int" name="dir" id="dir" value="<?php empty($dir)?@ehe("/".$rr[0]["dir"]):@ehe($dir); ?>" size="20" maxlength="64" />
<?php display_browser( empty($dir)?("/".( isset($rr[0]["dir"])?$rr[0]["dir"]:'') ):$dir , "main.dir" ); ?>
<p><?php __("This is the root folder for this FTP user. i.e. this FTP user can access to this forlder and all its sub-folders."); ?></p>
<p><?php __("This is the root folder for this FTP user. i.e. this FTP user can access to this folder and all its sub-folders."); ?></p>
</td>
</tr>

File diff suppressed because it is too large Load Diff