blob: 7869c68fb10052e28be8f2e3dbb79b69c7ccff51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
declare(strict_types=1);
use Fisharebest\Webtrees\I18N;
?>
<p>
<?= I18N::translate('Place names should be entered as a comma-separated list, starting with the smallest place and ending with the country. For example, “Westminster, London, England”.') ?>
</p>
<p>
<?= I18N::translate('Place names can change over time. In genealogy, it is customary to use the current name for a town or country. The historic name can be shown in sources, notes, etc.') ?>
</p>
|