diff options
Diffstat (limited to 'ipalib/plugins')
-rw-r--r-- | ipalib/plugins/internal.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 805f458a2..7557ff99c 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -194,6 +194,7 @@ class i18n_messages(Command): "restore": _("Restore"), "retry": _("Retry"), "revoke": _("Revoke"), + "set": _("Set"), "update": _("Update"), "view": _("View"), }, @@ -457,6 +458,16 @@ class i18n_messages(Command): "unprovision_title": _("Unprovisioning ${entity}"), "valid": _("Kerberos Key Present, Service Provisioned"), }, + "sshkeystore": { + "keys": _("SSH public keys"), + "set_dialog_help": _("Base-64 encoded SSH public key:"), + "set_dialog_title": _("Set SSH key"), + "show_set_key": _("Show/Set key"), + "status_mod_ns": _("Modified: key not set"), + "status_mod_s": _("Modified"), + "status_new_ns": _("New: key not set"), + "status_new_s": _("New: key set"), + }, "sudocmd": { "groups": _("Groups"), }, |