From baca55c665b2bdfa5cb9a6ad88daeccef0500999 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 18 Jun 2015 12:59:05 +0200 Subject: webui: adjust user deleter dialog to new api In user_del, flags 'permanently' and 'preserve' were replaced with single bool option 'preserve' part of: https://fedorahosted.org/freeipa/ticket/3813 Reviewed-By: David Kupka --- ipalib/plugins/internal.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index ff096616d..270a228b2 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -724,11 +724,14 @@ class i18n_messages(Command): "account_status": _("Account Status"), "activeuser_label": _("Active users"), "contact": _("Contact Settings"), + "delete_mode": _("Delete mode"), "employee": _("Employee Information"), "error_changing_status": _("Error changing account status"), "krbpasswordexpiration": _("Password expiration"), "mailing": _("Mailing Address"), "misc": _("Misc. Information"), + "mode_delete": _("delete"), + "mode_preserve": _("preserve"), "noprivate": _("No private group"), "status_confirmation": _("Are you sure you want to ${action} the user?
The change will take effect immediately."), "status_link": _("Click to ${action}"), -- cgit