Change Title label to Job Title for clarity

453780
This commit is contained in:
Rob Crittenden 2008-07-25 10:03:20 -04:00
parent f5f8e8d884
commit cdba310f02
5 changed files with 38 additions and 30 deletions

View File

@ -25,7 +25,7 @@ class UserFields(object):
sn = widgets.TextField(name="sn", label="Last Name") sn = widgets.TextField(name="sn", label="Last Name")
cn = widgets.TextField(name="cn", label="Full Name") cn = widgets.TextField(name="cn", label="Full Name")
cns = ExpandingForm(name="cns", label="Full Name", fields=[cn]) cns = ExpandingForm(name="cns", label="Full Name", fields=[cn])
title = widgets.TextField(name="title", label="Title") title = widgets.TextField(name="title", label="Job Title")
displayname = widgets.TextField(name="displayname", label="Display Name") displayname = widgets.TextField(name="displayname", label="Display Name")
initials = widgets.TextField(name="initials", label="Initials") initials = widgets.TextField(name="initials", label="Initials")

View File

@ -49,7 +49,7 @@
Unit Unit
</th> </th>
<th> <th>
Title Job Title
</th> </th>
</tr> </tr>
</thead> </thead>

View File

@ -67,7 +67,7 @@ msgid "Unit"
msgstr "ユニット" msgstr "ユニット"
#: ipagui/templates/userlist.kid:th #: ipagui/templates/userlist.kid:th
msgid "Title" msgid "Job Title"
msgstr "" msgstr ""
#: ipagui/templates/userlist.kid:a #: ipagui/templates/userlist.kid:a

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2008-02-07 21:59\n" "POT-Creation-Date: 2008-07-25 09:17\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,14 +15,27 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n" "Generated-By: pygettext.py 1.5\n"
#: ipagui/forms/delegate.py:82 ipagui/forms/delegate.py:84 #: ipagui/forms/delegate.py:83 ipagui/forms/delegate.py:85
msgid "Please choose a group" msgid "Please choose a group"
msgstr "" msgstr ""
#: ipagui/subcontrollers/delegation.py:336 #: ipagui/helpers/validators.py:42
msgid "Duplicate values are not allowed"
msgstr ""
#: ipagui/helpers/validators.py:43
msgid "Empty values not allowed"
msgstr ""
#: ipagui/subcontrollers/delegation.py:409
msgid "Please select at least one value" msgid "Please select at least one value"
msgstr "" msgstr ""
#: ipagui/subcontrollers/delegation.py:411
#: ipagui/subcontrollers/delegation.py:413
msgid "Group not found"
msgstr ""
#: ipagui/templates/ipapolicyeditform.kid:div #: ipagui/templates/ipapolicyeditform.kid:div
msgid "" msgid ""
msgstr "" msgstr ""
@ -39,18 +52,6 @@ msgstr ""
msgid "User Settings" msgid "User Settings"
msgstr "" msgstr ""
#: ipagui/templates/ipapolicyeditform.kid:a
msgid "Remove"
msgstr ""
#: ipagui/templates/ipapolicyeditform.kid:a
msgid "Add User Object Class"
msgstr ""
#: ipagui/templates/ipapolicyeditform.kid:a
msgid "Add Group Object Class"
msgstr ""
#: ipagui/templates/principalshow.kid:title #: ipagui/templates/principalshow.kid:title
msgid "View Service Principal" msgid "View Service Principal"
msgstr "" msgstr ""
@ -191,7 +192,11 @@ msgid "Identity Details"
msgstr "" msgstr ""
#: ipagui/templates/usernewform.kid:a #: ipagui/templates/usernewform.kid:a
msgid "Add Common Name" msgid "Remove"
msgstr ""
#: ipagui/templates/usernewform.kid:a
msgid "Add Full Name"
msgstr "" msgstr ""
#: ipagui/templates/usernewform.kid:h2 #: ipagui/templates/usernewform.kid:h2
@ -533,6 +538,14 @@ msgstr ""
msgid "You do not have permission to access this page." msgid "You do not have permission to access this page."
msgstr "" msgstr ""
#: ipagui/templates/not_found.kid:title
msgid "Page Not Found"
msgstr ""
#: ipagui/templates/not_found.kid:div
msgid "${message}"
msgstr ""
#: ipagui/templates/groupedit.kid:title #: ipagui/templates/groupedit.kid:title
msgid "Edit Group" msgid "Edit Group"
msgstr "" msgstr ""
@ -589,10 +602,6 @@ msgstr ""
msgid "Message:" msgid "Message:"
msgstr "" msgstr ""
#: ipagui/templates/unhandled_exception.kid:pre
msgid "${message}"
msgstr ""
#: ipagui/templates/unhandled_exception.kid:b #: ipagui/templates/unhandled_exception.kid:b
msgid "HTTP Error Message:" msgid "HTTP Error Message:"
msgstr "" msgstr ""
@ -646,7 +655,7 @@ msgid "Unit"
msgstr "" msgstr ""
#: ipagui/templates/userlist.kid:th #: ipagui/templates/userlist.kid:th
msgid "Title" msgid "Job Title"
msgstr "" msgstr ""
#: ipagui/templates/userlist.kid:a #: ipagui/templates/userlist.kid:a
@ -728,7 +737,10 @@ msgid "Your title goes here"
msgstr "" msgstr ""
#: ipagui/templates/master.kid:style #: ipagui/templates/master.kid:style
msgid "@import \"${tg.url('/static/css/style.css')}\";" msgid ""
"@import \"${tg.url('/static/css/style_platform.css')}\";\n"
" @import \"${tg.url('/static/css/style_platform-objects.css')}\";\n"
" @import \"${tg.url('/static/css/style_freeipa.css')}\";"
msgstr "" msgstr ""
#: ipagui/templates/master.kid:a #: ipagui/templates/master.kid:a
@ -768,7 +780,3 @@ msgstr ""
msgid "Self Service" msgid "Self Service"
msgstr "" msgstr ""
#: ipagui/templates/master.kid:a
msgid "Powered by FreeIPA"
msgstr ""

View File

@ -21,7 +21,7 @@ attr_label_list = {
"givenname":"First Name", "givenname":"First Name",
"sn":"Last Name", "sn":"Last Name",
"cn":"Full Name", "cn":"Full Name",
"title":"Title", "title":"Job Title",
"displayname":"Display Name", "displayname":"Display Name",
"initials":"Initials", "initials":"Initials",
"uid":"Login", "uid":"Login",