summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-04-22 14:57:26 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-05-20 14:04:10 +0200
commit14525598f97f57d165682247ef7f5cf63f810be5 (patch)
tree1e94f0b7077ee5a0031a6e5bb5776fd45e3deb80 /ipalib/plugins
parentbf7ee6eeecd71ffeb4740a440fd237a6fac4793f (diff)
downloadfreeipa-14525598f97f57d165682247ef7f5cf63f810be5.tar.gz
freeipa-14525598f97f57d165682247ef7f5cf63f810be5.tar.xz
freeipa-14525598f97f57d165682247ef7f5cf63f810be5.zip
webui: stageuser plugin
Reviewed-By: David Kupka <dkupka@redhat.com> Reviewed-By: Thierry Bordaz <tbordaz@redhat.com>
Diffstat (limited to 'ipalib/plugins')
-rw-r--r--ipalib/plugins/internal.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index a76a3180d..56d271b4a 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -200,6 +200,7 @@ class i18n_messages(Command):
},
"buttons": {
"about": _("About"),
+ "activate": _("Activate"),
"add": _("Add"),
"add_and_add_another": _("Add and Add Another"),
"add_and_close": _("Add and Close"),
@@ -653,6 +654,15 @@ class i18n_messages(Command):
"status_new_ns": _("New: key not set"),
"status_new_s": _("New: key set"),
},
+ "stageuser": {
+ "activate_confirm": _("Are you sure you want to activate selected users?"),
+ "activate_success": _("${count} user(s) activated"),
+ "label": _("Stage users"),
+ "preserved_label": _("Preserved users"),
+ "undel_confirm": _("Are you sure you want to restore selected users?"),
+ "undel_success": _("${count} user(s) restored"),
+ "user_categories": _("User categories"),
+ },
"sudocmd": {
"groups": _("Groups"),
},
@@ -701,6 +711,7 @@ class i18n_messages(Command):
"user": {
"account": _("Account Settings"),
"account_status": _("Account Status"),
+ "activeuser_label": _("Active users"),
"contact": _("Contact Settings"),
"employee": _("Employee Information"),
"error_changing_status": _("Error changing account status"),