summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-14 15:14:32 -0500
committerEndi Sukma Dewata <edewata@people01.fedoraproject.org>2011-01-15 04:42:49 +0000
commit285ee9db0ccdac92e0b2b7253483111a5152a465 (patch)
tree220cd269c969f08bf7569045e20b57a38ceaae6e /ipalib/plugins/internal.py
parentf92c831a323f0e32d8bb2c2c0623fcaa2f273bd7 (diff)
downloadfreeipa-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.py12
1 files changed, 8 insertions, 4 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 17bf9460f..89b2b4dd1 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":{