mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Details to Settings
Using I18N messages for most of the details
This commit is contained in:
committed by
Endi Sukma Dewata
parent
f92c831a32
commit
285ee9db0c
@@ -84,6 +84,10 @@ class i18n_messages(Command):
|
||||
"enroll":_("Enroll"),
|
||||
"remove":_("Delete"),
|
||||
},
|
||||
"facets":{
|
||||
"search":_("Search"),
|
||||
"details": _("Settings"),
|
||||
},
|
||||
"search":{
|
||||
"quick_links":_("Quick Links"),
|
||||
"select_all":_("Select All"),
|
||||
@@ -91,11 +95,11 @@ class i18n_messages(Command):
|
||||
"delete_confirm":_("Do you really want to delete the selected entries?"),
|
||||
},
|
||||
"details":{
|
||||
"identity":_("Identity Details"),
|
||||
"account":_("Account Details"),
|
||||
"contact":_("Contact Details"),
|
||||
"identity":_("Identity Settings"),
|
||||
"account":_("Account Settings"),
|
||||
"contact":_("Contact Settings"),
|
||||
"mailing":_("Mailing Address"),
|
||||
"employee":_(" Employee Information"),
|
||||
"employee":_("Employee Information"),
|
||||
"misc":_("Misc. Information"),
|
||||
"to_top":_("Back to Top")},
|
||||
"association":{
|
||||
|
||||
Reference in New Issue
Block a user