changes 'move' to 'move to' + translation (Fixes #787)
This commit is contained in:
parent
b3e3cb4491
commit
76dd27eacc
|
@ -177,7 +177,7 @@ document.write("<input type=\"button\" value=\"<?php __("all/none"); ?>\" class=
|
||||||
|
|
||||||
<input type="submit" class="inb" name="actrename" value="<?php __("Rename"); ?>" />
|
<input type="submit" class="inb" name="actrename" value="<?php __("Rename"); ?>" />
|
||||||
|
|
||||||
<input type="submit" class="inb" name="actmove" value="<?php __("Move"); ?>" /> : <input type="text" class="int" name="actmoveto" value="" />
|
<input type="submit" class="inb" name="actmove" value="<?php __("Move to"); ?>" /> : <input type="text" class="int" name="actmoveto" value="" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
<!--
|
<!--
|
||||||
document.write("<input type=\"button\" name=\"bff\" onclick=\"browseforfolder('main.actmoveto');\" value=\" ... \" class=\"inb\" />");
|
document.write("<input type=\"button\" name=\"bff\" onclick=\"browseforfolder('main.actmoveto');\" value=\" ... \" class=\"inb\" />");
|
||||||
|
|
|
@ -710,8 +710,8 @@ msgid "all/none"
|
||||||
msgstr "tous/aucun"
|
msgstr "tous/aucun"
|
||||||
|
|
||||||
#: ../admin/bro_main.php:142 ../admin/bro_main.php:180
|
#: ../admin/bro_main.php:142 ../admin/bro_main.php:180
|
||||||
msgid "Move"
|
msgid "Move to"
|
||||||
msgstr "Déplacer"
|
msgstr "Déplacer vers"
|
||||||
|
|
||||||
#: ../admin/bro_main.php:177 ../admin/bro_main.php:348
|
#: ../admin/bro_main.php:177 ../admin/bro_main.php:348
|
||||||
#: ../admin/sta2_list.php:57 ../admin/sta2_list.php:71
|
#: ../admin/sta2_list.php:57 ../admin/sta2_list.php:71
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
alternc (0.9.6.4) stable; urgency=low
|
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 dns install of internal hosting domains (#1056)
|
||||||
* fixes profftp configuration for Etch (#1046)
|
* fixes profftp configuration for Etch (#1046)
|
||||||
* fixes .eu.be.name whois issue (#571)
|
* fixes .eu.be.name whois issue (#571)
|
||||||
|
|
Loading…
Reference in New Issue