Global trust config page

https://fedorahosted.org/freeipa/ticket/3333
This commit is contained in:
Petr Vobornik
2013-02-11 12:56:35 +01:00
parent ba76a9c431
commit 7e088a8378
7 changed files with 259 additions and 3 deletions

View File

@@ -627,6 +627,9 @@ class i18n_messages(Command):
"truststatus": _("Trust status"),
"trusttype": _("Trust type"),
},
"trustconfig": {
"options": _("Options"),
},
"user": {
"account": _("Account Settings"),
"account_status": _("Account Status"),
@@ -687,6 +690,7 @@ class i18n_messages(Command):
"policy": _("Policy"),
"role": _("Role Based Access Control"),
"sudo": _("Sudo"),
"trust": _("Trusts"),
},
"true": _("True"),
"widget": {