xref: /webtrees/resources/views/help/media-object.phtml (revision 990350cffdd7cbd842d2c5f8ecbca59ed9f7376d)
1<?php
2
3use Fisharebest\Webtrees\I18N;
4
5?>
6
7<p>
8    <?= 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).') ?>
9</p>
10