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 /install/static/test | |
parent | f92c831a323f0e32d8bb2c2c0623fcaa2f273bd7 (diff) | |
download | freeipa.git-285ee9db0ccdac92e0b2b7253483111a5152a465.tar.gz freeipa.git-285ee9db0ccdac92e0b2b7253483111a5152a465.tar.xz freeipa.git-285ee9db0ccdac92e0b2b7253483111a5152a465.zip |
Details to Settings
Using I18N messages for most of the details
Diffstat (limited to 'install/static/test')
-rw-r--r-- | install/static/test/data/ipa_init.json | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/install/static/test/data/ipa_init.json b/install/static/test/data/ipa_init.json index aad7b332..fdd5dbcd 100644 --- a/install/static/test/data/ipa_init.json +++ b/install/static/test/data/ipa_init.json @@ -7714,14 +7714,18 @@ "update": "Update" }, "details": { - "account": "Account Details", - "contact": "Contact Details", - "employee": " Employee Information", - "identity": "Identity Details", + "account": "Account Settings", + "contact": "Contact Settings", + "employee": "Employee Information", + "identity": "Identity Settings", "mailing": "Mailing Address", "misc": "Misc. Information", "to_top": "Back to Top" }, + "facets": { + "details": "Settings", + "search": "Search" + }, "login": { "header": "Logged In As" }, @@ -7746,22 +7750,22 @@ "Administrator" ], "gidnumber": [ - "1333600000" + "590200000" ], "homedirectory": [ "/home/admin" ], "ipauniqueid": [ - "26f59232-1eb0-11e0-9271-52540029a798" + "3f1c60c6-2026-11e0-80c2-52540029a798" ], "krblastpwdchange": [ - "20110113005936Z" + "20110114213748Z" ], "krblastsuccessfulauth": [ - "20110113180851Z" + "20110114213845Z" ], "krbpasswordexpiration": [ - "20110413005936Z" + "20110414213748Z" ], "krbprincipalname": [ "admin@IPA14.AYOUNG.BOSTON.DEVEL.REDHAT.COM" @@ -7795,7 +7799,7 @@ "admin" ], "uidnumber": [ - "1333600000" + "590200000" ] } ], |