Confirm file deletion : translation. Fixes #1718
This commit is contained in:
parent
03f11b9e4b
commit
b3e3cb4491
|
@ -57,7 +57,7 @@ if ($formu) {
|
||||||
break;
|
break;
|
||||||
case 2: // act vaut Supprimer Copier ou Renommer.
|
case 2: // act vaut Supprimer Copier ou Renommer.
|
||||||
if ($actdel) {
|
if ($actdel) {
|
||||||
if($del_confirm == _("Yes")) {
|
if ($del_confirm != "") {
|
||||||
if (!$bro->DeleteFile($d,$R)) {
|
if (!$bro->DeleteFile($d,$R)) {
|
||||||
print $err->errstr();
|
print $err->errstr();
|
||||||
}
|
}
|
||||||
|
@ -84,7 +84,7 @@ if ($formu) {
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
die();
|
exit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($actmove) {
|
if ($actmove) {
|
||||||
|
|
|
@ -2205,3 +2205,7 @@ msgstr "durant le mois"
|
||||||
|
|
||||||
#~ msgid "<-No Password->"
|
#~ msgid "<-No Password->"
|
||||||
#~ msgstr "<-Aucun mot de passe->"
|
#~ msgstr "<-Aucun mot de passe->"
|
||||||
|
|
||||||
|
msgid "WARNING: Confirm the deletion of this files"
|
||||||
|
msgstr "ATTENTION : Confirmez la suppression de ces fichiers"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
alternc (0.9.6.4) stable; urgency=low
|
alternc (0.9.6.4) stable; urgency=low
|
||||||
* fixes profftp configuration for Etch
|
|
||||||
* fixes .eu.be.name whois issue
|
* Confirm file deletion in the browser (#1718)
|
||||||
|
* fixes dns install of internal hosting domains (#1056)
|
||||||
|
* fixes profftp configuration for Etch (#1046)
|
||||||
|
* fixes .eu.be.name whois issue (#571)
|
||||||
* change apache log format to a working one (using host request), also fix awstats issues.
|
* change apache log format to a working one (using host request), also fix awstats issues.
|
||||||
|
|
||||||
-- Benjamin Sonntag <benjamin@alternc.org> Tue, 23 May 2007 00:07:54 +0200
|
-- Benjamin Sonntag <benjamin@alternc.org> Tue, 23 May 2007 00:07:54 +0200
|
||||||
|
|
Loading…
Reference in New Issue