Skip to content

Commit

Permalink
Webdav end
Browse files Browse the repository at this point in the history
  • Loading branch information
phili67 committed Apr 4, 2018
1 parent f39aaa8 commit 1546ab3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/UserList.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ function deleteUser(userId, userName) {
bootbox.confirm({
title: "<?= gettext("User Delete Confirmation") ?>",
message: '<p style="color: red">' +
'<?= gettext("Please confirm removal of user status from:") ?> <b>' + userName + '</b></p>',
'<?= gettext("Please confirm removal of user status from:") ?> <b>' + userName + '</b><br><br>'+
'<?= gettext("Be carefull !!! You will lose the home folder and the files for:") ?><b>' + userName + '</b><br><br>'+
'<?= gettext("This can be undone") ?>.</p>',
callback: function (result) {
if (result) {
$.ajax({
Expand Down
Binary file modified src/locale/textdomain/fr_FR/LC_MESSAGES/messages.mo
Binary file not shown.
6 changes: 6 additions & 0 deletions src/locale/textdomain/fr_FR/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3869,6 +3869,12 @@ msgstr "Utilisateur supprimé"
msgid "Please confirm removal of user status from:"
msgstr "Veuillez confirmer la suppression du statut utilisateur de :"

msgid "Be carefull !!! You will lose the home folder and the files for:"
msgstr "Attention !!! Vous êtes sur le point de perdre le dossier utilisateur et les fichiers de :"

msgid "This can be undone"
msgstr "Cette action est irréversible"

#: UserEditor.php:321
msgid "User Editor"
msgstr "Gestionnaire d'utilisateur"
Expand Down

0 comments on commit 1546ab3

Please sign in to comment.