blob: f13b01d5f032c4eb48f73204522823e17709403a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
declare(strict_types=1);
use Fisharebest\Webtrees\I18N;
?>
<p>
<?= I18N::translate('A media object is a record in the family tree which contains information about a media file. This information may include a title, a copyright notice, a transcript, privacy restrictions, etc. The media file, such as the photo or video, can be stored locally (on this webserver) or remotely (on a different webserver).') ?>
</p>
|