Ignore:
Timestamp:
05/24/10 14:08:10 (3 years ago)
Author:
chantal
Message:

Modification textes de traduction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/admin/bro_main.php

    r2678 r2699  
    529529<p> 
    530530<span class="ina"><a href="bro_main.php?R=<?php echo $R; ?>&showdirsize=1"><?php __("Show size of directories"); ?></a></span> <?php __("(slow)"); ?> 
    531 </p><p> 
     531</p><p>&nbsp;</p><p> 
    532532<span class="ina"><?php 
    533533if ($hta->is_protected($R)) { 
     
    544544  <?php printf(_("as a %s file"),$bro->l_tgz[$p["downfmt"]]); ?> 
    545545</span> 
    546 </p><p> 
     546</p>     
     547     <?php 
     548 
     549     if ($id=$ftp->is_ftp($R)) { 
     550?> 
     551<span class="ina"> 
     552         <a href="ftp_edit.php?id=<?php ehe($id); ?>"><?php __("Edit the ftp account"); ?></a>  
     553</span> &nbsp; <?php __("that exists in this folder"); ?> 
     554<?php 
     555} 
     556else { 
     557?> 
     558<span class="ina"> 
     559    <a href="ftp_add.php?dir=<?php ehe($R); ?>"><?php __("Create an ftp account in this folder"); ?></a> 
     560</span> &nbsp; 
     561<?php 
     562} 
     563 
     564?> 
     565<p>&nbsp;</p> 
     566<p> 
    547567<span class="ina"> 
    548568  <a href="bro_pref.php"><?php __("Configure the file editor"); ?></a> 
    549569</span>  
    550 </p>     
    551      <?php 
    552  
    553      if ($id=$ftp->is_ftp($R)) { 
    554 ?> 
    555 <span class="ina"> 
    556          <a href="ftp_edit.php?id=<?php ehe($id); ?>"><?php __("Edit the ftp account"); ?></a>  
    557 </span> &nbsp; <?php __("that exists in this folder"); ?> 
    558 <?php 
    559 } 
    560 else { 
    561 ?> 
    562 <span class="ina"> 
    563     <a href="ftp_add.php?dir=<?php ehe($R); ?>"><?php __("Create an ftp account in this folder"); ?></a> 
    564 </span> &nbsp; 
    565 <?php 
    566 } 
    567  
    568 ?> 
    569  
     570</p> 
    570571</td></tr></table> 
    571572<?php include_once("foot.php"); ?> 
Note: See TracChangeset for help on using the changeset viewer.