4598: (trunk 3.3) new name format copies patronymic into surname as well as leaving it as a patronymic when importing
This extends what name display can be svn: r16848
This commit is contained in:
@ -102,16 +102,18 @@ class DisplayNameEditor(ManagedWindow.ManagedWindow):
|
||||
<b>Title</b> - title (Dr., Mrs.) <b>Suffix</b> - suffix (Jr., Sr.)
|
||||
<b>Call</b> - call name <b>Nickname</b> - nick name
|
||||
<b>Initials</b> - first letters of Given <b>Common</b> - nick name, otherwise first of Given
|
||||
<b>Primary</b> - primary surname (main) <b>Familynick</b> - family nick name
|
||||
<b>Patronymic</b> - father's surname <b>Notpatronymic</b>- all surnames, except patronymic
|
||||
<b>Prefix</b> - all prefixes (von, de) <b>Rawsurnames</b> - surnames (no prefixes and connectors)
|
||||
<b>Rest</b> - non primary surnames
|
||||
<b>Primary, Primary[pre] or [sur] or [con]</b>- full primary surname, prefix, surname only, connector
|
||||
<b>Patronymic, or [pre] or [sur] or [con]</b> - full pa/matronic surname, prefix, surname only, connector
|
||||
<b>Familynick</b> - family nick name <b>Prefix</b> - all prefixes (von, de)
|
||||
<b>Rest</b> - non primary surnames <b>Notpatronymic</b>- all surnames, except pa/matronymic & primary
|
||||
<b>Rawsurnames</b>- surnames (no prefixes and connectors)
|
||||
|
||||
</tt>
|
||||
UPPERCASE keyword forces uppercase. Extra parentheses, commas are removed. Other text appears literally.
|
||||
|
||||
<b>Example</b>: 'Dr. Edwin Jose von der Smith and Weston Wilson Sr ("Ed") - Underhills'
|
||||
<i>Edwin Jose</i> is given name, <i>von der</i> is the prefix, <i>Smith</i> and <i>Weston</i> surnames,
|
||||
<i>Wilson</i> patronymic surname, <i>Dr.</i> title, <i>Sr</i> suffix, <i>Ed</i> nick name,
|
||||
<i>and</i> a connector, <i>Wilson</i> patronymic surname, <i>Dr.</i> title, <i>Sr</i> suffix, <i>Ed</i> nick name,
|
||||
<i>Underhills</i> family nick name, <i>Jose</i> callname.
|
||||
"""))
|
||||
label.set_use_markup(True)
|
||||
|
Reference in New Issue
Block a user