xref: /webtrees/resources/views/emails/register-notify-text.phtml (revision 9b93b7c342a543e7bd55b5a09d97ba0c39fc32b0)
1<?php use Fisharebest\Webtrees\I18N; ?>
2<?= I18N::translate('Hello administrator…') ?>
3
4<?= /* I18N: %s is a server name/URL */I18N::translate('A prospective user has registered with webtrees at %s.', $base_url . ' ' . e($tree->title())) ?>
5
6<?= I18N::translate('Username') ?> - <?= e($user->userName()) ?>
7<?= I18N::translate('Real name') ?> - <?= e($user->realName()) ?>
8<?= I18N::translate('Email address') ?> - <?= e($user->email()) ?>
9<?= I18N::translate('Comments') ?> - <?= e($comments) ?>
10
11<?= I18N::translate('The user has been sent an email with the information necessary to confirm the access request.') ?>
12
13<?= I18N::translate('You will be informed by email when this prospective user has confirmed the request. You can then complete the process by activating the username. The new user will not be able to sign in until you activate the account.') ?>
14