= I18N::translate('Media objects found') ?> = I18N::number($count) ?>
isNotEmpty()) : ?>type(); if ($mediatype) { echo GedcomTag::getLabelValue('TYPE', GedcomTag::getFileFormTypeValue($mediatype)); } echo FunctionsPrintFacts::printFactSources($tree, $media_object->gedcom(), 1); echo FunctionsPrint::printFactNotes($tree, $media_object->gedcom(), 1); if ($media_file->isExternal()) { echo GedcomTag::getLabelValue('URL', e($media_file->filename())); } elseif ($media_file->fileExists($data_filesystem)) { echo GedcomTag::getLabelValue('FORM', $media_file->mimeType()); if (Auth::isEditor($tree)) { echo GedcomTag::getLabelValue('FILE', e($media_file->filename())); } if (Auth::isEditor($tree)) { foreach ($media_file->attributes($data_filesystem) as $tag => $value) { echo GedcomTag::getLabelValue($tag, $value); } } } else { echo '
', /* I18N: %s is a filename */ I18N::translate('The file ā%sā does not exist.', e($media_file->filename())), '
'; } ?>