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

This commit is contained in:
Benjamin Sonntag 2007-08-23 05:59:46 +00:00
parent b3e3cb4491
commit 76dd27eacc
3 changed files with 5 additions and 4 deletions

View File

@ -177,7 +177,7 @@ document.write("<input type=\"button\" value=\"<?php __("all/none"); ?>\" class=
<input type="submit" class="inb" name="actrename" value="<?php __("Rename"); ?>" />
&nbsp;&nbsp;&nbsp;
<input type="submit" class="inb" name="actmove" value="<?php __("Move"); ?>" />&nbsp;:&nbsp;<input type="text" class="int" name="actmoveto" value="" />
<input type="submit" class="inb" name="actmove" value="<?php __("Move to"); ?>" />&nbsp;:&nbsp;<input type="text" class="int" name="actmoveto" value="" />
<script type="text/javascript">
<!--
document.write("<input type=\"button\" name=\"bff\" onclick=\"browseforfolder('main.actmoveto');\" value=\" ... \" class=\"inb\" />");

View File

@ -710,8 +710,8 @@ msgid "all/none"
msgstr "tous/aucun"
#: ../admin/bro_main.php:142 ../admin/bro_main.php:180
msgid "Move"
msgstr "Déplacer"
msgid "Move to"
msgstr "Déplacer vers"
#: ../admin/bro_main.php:177 ../admin/bro_main.php:348
#: ../admin/sta2_list.php:57 ../admin/sta2_list.php:71

3
debian/changelog vendored
View File

@ -1,6 +1,7 @@
alternc (0.9.6.4) stable; urgency=low
* Confirm file deletion in the browser (#1718)
* Change "move" to "move to" (ergonomic) (#787)
* Confirm file deletion in the browser (#659)
* fixes dns install of internal hosting domains (#1056)
* fixes profftp configuration for Etch (#1046)
* fixes .eu.be.name whois issue (#571)