4087: name for a polish language (by Yenidai_2nd)
svn: r15594
This commit is contained in:
parent
39fd0bc26d
commit
c9cf3a990f
@ -2027,7 +2027,7 @@ class IndividualListPage(BasePage):
|
|||||||
|
|
||||||
# show surname and first name
|
# show surname and first name
|
||||||
trow += ( Html("th", _("Surname"), class_ = "ColumnSurname", inline = True) +
|
trow += ( Html("th", _("Surname"), class_ = "ColumnSurname", inline = True) +
|
||||||
Html("th", _("Name"), class_ = "ColumnName", inline = True)
|
Html("th", _("First Name|Name"), class_ = "ColumnName", inline = True)
|
||||||
)
|
)
|
||||||
|
|
||||||
if showbirth:
|
if showbirth:
|
||||||
@ -2200,7 +2200,7 @@ class SurnamePage(BasePage):
|
|||||||
thead += trow
|
thead += trow
|
||||||
|
|
||||||
# Name Column
|
# Name Column
|
||||||
trow += Html("th", _("Name"), class_ = "ColumnName", inline = True)
|
trow += Html("th", _("First Name|Name"), class_ = "ColumnName", inline = True)
|
||||||
|
|
||||||
if showbirth:
|
if showbirth:
|
||||||
trow += Html("th", BIRTH, class_ = "ColumnBirth", inline = True)
|
trow += Html("th", BIRTH, class_ = "ColumnBirth", inline = True)
|
||||||
@ -5187,7 +5187,7 @@ class AddressBookListPage(BasePage):
|
|||||||
Html("th", label, class_="Column" + colclass, inline=True)
|
Html("th", label, class_="Column" + colclass, inline=True)
|
||||||
for (label, colclass) in [
|
for (label, colclass) in [
|
||||||
[" ", "RowLabel"],
|
[" ", "RowLabel"],
|
||||||
[_("Name"), "Name"],
|
[_("First and Last Name|Name"), "Name"],
|
||||||
[_("Address"), "Address"],
|
[_("Address"), "Address"],
|
||||||
[_("Residence"), "Residence"],
|
[_("Residence"), "Residence"],
|
||||||
[_("Web Links"), "WebLinks"] ]
|
[_("Web Links"), "WebLinks"] ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user