1<?php 2 3use Fisharebest\Webtrees\I18N; 4 5?> 6 7<p> 8 <?= 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”.') ?> 9</p> 10 11<p> 12 <?= 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.') ?> 13</p> 14