1*d70512abSGreg Roach<?php 2*d70512abSGreg Roach 3*d70512abSGreg Roachuse Fisharebest\Webtrees\I18N; 4*d70512abSGreg Roach 5*d70512abSGreg Roach?> 6dd6b2bfcSGreg Roach 7dd6b2bfcSGreg Roach<p> 8dd6b2bfcSGreg Roach <?= I18N::translate('The <b>surname</b> field contains a name that is used for sorting and grouping. It can be different to the individual’s actual surname which is always taken from the <b>name</b> field. This field can be used to sort surnames with or without a prefix (Gogh / van Gogh) and to group spelling variations or inflections (Kowalski / Kowalska). If an individual needs to be listed under more than one surname, each name should be separated by a comma.') ?> 9dd6b2bfcSGreg Roach</p> 10