Changeset 1874

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

changes 'move' to 'move to' + translation (Fixes #787)

Files:

Legend:

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

    r1873 r1874  
    178178<input type="submit" class="inb" name="actrename" value="<?php __("Rename"); ?>" /> 
    179179&nbsp;&nbsp;&nbsp; 
    180 <input type="submit" class="inb" name="actmove" value="<?php __("Move"); ?>" />&nbsp;:&nbsp;<input type="text" class="int" name="actmoveto" value="" /> 
     180<input type="submit" class="inb" name="actmove" value="<?php __("Move to"); ?>" />&nbsp;:&nbsp;<input type="text" class="int" name="actmoveto" value="" /> 
    181181<script type="text/javascript"> 
    182182<!-- 
  • alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po

    r1873 r1874  
    711711 
    712712#: ../admin/bro_main.php:142 ../admin/bro_main.php:180 
    713 msgid "Move
    714 msgstr "Déplacer
     713msgid "Move to
     714msgstr "Déplacer vers
    715715 
    716716#: ../admin/bro_main.php:177 ../admin/bro_main.php:348 
  • alternc/trunk/debian/changelog

    r1873 r1874  
    11alternc (0.9.6.4) stable; urgency=low 
    22 
    3   * Confirm file deletion in the browser (#1718) 
     3  * Change "move" to "move to" (ergonomic) (#787) 
     4  * Confirm file deletion in the browser (#659) 
    45  * fixes dns install of internal hosting domains (#1056) 
    56  * fixes profftp configuration for Etch (#1046)