diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-14 15:14:32 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@people01.fedoraproject.org> | 2011-01-15 04:42:49 +0000 |
commit | 285ee9db0ccdac92e0b2b7253483111a5152a465 (patch) | |
tree | 220cd269c969f08bf7569045e20b57a38ceaae6e /ipalib/plugins/internal.py | |
parent | f92c831a323f0e32d8bb2c2c0623fcaa2f273bd7 (diff) | |
download | freeipa-285ee9db0ccdac92e0b2b7253483111a5152a465.tar.gz freeipa-285ee9db0ccdac92e0b2b7253483111a5152a465.tar.xz freeipa-285ee9db0ccdac92e0b2b7253483111a5152a465.zip |
Details to Settings
Using I18N messages for most of the details
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r-- | ipalib/plugins/internal.py | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 17bf9460..89b2b4dd 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -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":{ |