Changeset 1873

Show
Ignore:
Timestamp:
08/23/07 07:52:35 (1 year ago)
Author:
benjamin
Message:

Confirm file deletion : translation. Fixes #1718

Files:

Legend:

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

    r1762 r1873  
    5858  case 2:  // act vaut Supprimer Copier ou Renommer. 
    5959    if ($actdel) { 
    60       if($del_confirm == _("Yes")) { 
     60      if ($del_confirm != "") {  
    6161        if (!$bro->DeleteFile($d,$R)) { 
    6262          print $err->errstr(); 
    6363        } 
    64       } elseif(!$cancel){ 
     64      } elseif (!$cancel){ 
    6565        include("head.php"); 
    6666?> 
     
    7272    <input type="hidden" name="actdel" value="1" /> 
    7373    <input type="hidden" name="R" value="<?php echo $R?>" /> 
    74     <p class="error"><?php __("WARNING : Confirm the deletion of this files"); ?></p> 
     74    <p class="error"><?php __("WARNING: Confirm the deletion of this files"); ?></p> 
    7575<?php foreach($d as $file){ ?> 
    7676        <p><?php echo stripslashes($file); ?></p> 
     
    8585</html> 
    8686<?php 
    87         die(); 
     87        exit(); 
    8888      } 
    8989    } 
  • alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po

    r1857 r1873  
    22062206#~ msgid "<-No Password->" 
    22072207#~ msgstr "<-Aucun mot de passe->" 
     2208 
     2209msgid "WARNING: Confirm the deletion of this files" 
     2210msgstr "ATTENTION : Confirmez la suppression de ces fichiers" 
     2211 
  • alternc/trunk/debian/changelog

    r1871 r1873  
    11alternc (0.9.6.4) stable; urgency=low 
    2   * fixes profftp configuration for Etch 
    3   * fixes .eu.be.name whois issue 
    4   * change apache log format to a working one (using host request), also fix awstats issues. 
     2 
     3  * Confirm file deletion in the browser (#1718) 
     4  * fixes dns install of internal hosting domains (#1056) 
     5  * fixes profftp configuration for Etch (#1046) 
     6  * fixes .eu.be.name whois issue (#571) 
     7  * change apache log format to a working one (using host request), also fix awstats issues.  
    58 
    69 -- Benjamin Sonntag <benjamin@alternc.org>  Tue, 23 May 2007 00:07:54 +0200