1fd303cbfSGreg Roach<?php 2fd303cbfSGreg Roach 3*10e06497SGreg Roachdeclare(strict_types=1); 4*10e06497SGreg Roach 5fd303cbfSGreg Roachuse Fisharebest\Webtrees\I18N; 6fd303cbfSGreg Roach 7fd303cbfSGreg Roach?> 8dd6b2bfcSGreg Roach 9d70512abSGreg Roach<?= /* I18N: do not translate the #keywords# */ I18N::translate('This family tree was last updated on #gedcomUpdated#. There are #totalSurnames# surnames in this family tree. The earliest recorded event is the #firstEventType# of #firstEventName# in #firstEventYear#. The most recent event is the #lastEventType# of #lastEventName# in #lastEventYear#.<br><br>If you have any comments or feedback please contact #contactWebmaster#.'); 10dd6b2bfcSGreg Roach 11