diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2015-04-21 15:50:54 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2015-06-04 13:20:44 +0200 |
commit | 538178b53dcb6ecb7a2f1892d648a86202afb7ce (patch) | |
tree | ef5f051755770e72993acfbc226b6fbbb145801a /ipalib/plugins | |
parent | 55bf33cce2ff6bcd49e2281dff31b2a2e24e6fb2 (diff) | |
download | freeipa-538178b53dcb6ecb7a2f1892d648a86202afb7ce.tar.gz freeipa-538178b53dcb6ecb7a2f1892d648a86202afb7ce.tar.xz freeipa-538178b53dcb6ecb7a2f1892d648a86202afb7ce.zip |
webui: topology plugin
https://fedorahosted.org/freeipa/ticket/4997
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
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 bb05a74e5..ff096616d 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -452,6 +452,12 @@ class i18n_messages(Command): "soamname_change_message": _("Do you want to check if new authoritative nameserver address is in DNS"), "soamname_change_title": _("Authoritative nameserver change"), }, + "domainlevel": { + "label": _("Domain Level"), + "label_singular": _("Domain Level"), + "ipadomainlevel": _("Level"), + "set": _("Set Domain Level"), + }, "group": { "details": _("Group Settings"), "external": _("External"), @@ -691,6 +697,10 @@ class i18n_messages(Command): "specified_users": _("Specified Users and Groups"), "user": _("Who"), }, + "topology": { + "segment_details": _("Segment details"), + "replication_config": _("Replication configuration"), + }, "trust": { "account": _("Account"), "admin_account": _("Administrative account"), @@ -787,6 +797,7 @@ class i18n_messages(Command): "policy": _("Policy"), "role": _("Role Based Access Control"), "sudo": _("Sudo"), + "topology": _("Topology"), "trust": _("Trusts"), }, "true": _("True"), |