Lines Matching refs:I18N

10 use Fisharebest\Webtrees\I18N;  alias
30 route(ControlPanel::class) => I18N::translate('Control panel'),
31 route(UserListPage::class) => I18N::translate('User administration'),
43 <?= I18N::translate('Real name') ?>
48 … <?= I18N::translate('This is your real name, as you would like it displayed on screen.') ?>
56 <?= I18N::translate('Username') ?>
61 …<?= I18N::translate('Usernames are case-insensitive and ignore accented letters, so that “chloe”, …
69 <?= I18N::translate('Password') ?>
72I18N::plural('Use at least %s character.', 'Use at least %s characters.', 8, I18N::number(8)) ?>" …
74 …<?= I18N::translate('Passwords must be at least 8 characters long and are case-sensitive, so that …
82 <?= I18N::translate('Email address') ?>
87 …<?= I18N::translate('This email address will be used to send password reminders, website notificat…
96 <?= I18N::translate('Account approval and email verification') ?>
102 <?= I18N::translate('Email verified') ?>
106 <?= I18N::translate('Approved by administrator') ?>
109 …<?= I18N::translate('When a user registers for an account, an email is sent to their email address…
112 …<?= I18N::translate('If an administrator creates a user account, the verification email is not sen…
115 …<?= I18N::translate('You should not approve an account unless you know that the email address is c…
118 …<?= I18N::translate('A user will not be able to sign in until both “email verified” and “approved …
127 <?= /* I18N: A configuration setting */ I18N::translate('Language') ?>
137 <?= /* I18N: A configuration setting */ I18N::translate('Time zone') ?>
142 …<?= I18N::translate('The time zone is required for date calculations, such as knowing today’s date…
150 <?= I18N::translate('Changes') ?>
156 <?= I18N::translate('Automatically accept changes made by this user') ?>
159 …<?= I18N::translate('Normally, any changes made to a family tree need to be reviewed by a moderato…
168 <?= /* I18N: A configuration setting */ I18N::translate('Visible online') ?>
174 … <?= /* I18N: A configuration setting */ I18N::translate('Visible to other users when online') ?>
177 …<?= I18N::translate('You can choose whether to appear in the list of users who are currently signe…
186 <?= /* I18N: A configuration setting */ I18N::translate('Preferred contact method') ?>
192I18N::translate('Site members can send each other messages. You can choose to how these messages a…
200 <?= I18N::translate('Theme') ?>
210 <?= I18N::translate('Administrator comments on user') ?>
225 <?= I18N::translate('Administrator') ?>
231 <h3><?= I18N::translate('Access to family trees') ?></h3>
234 …<?= I18N::translate('A role is a set of access rights, which give permission to view data, change …
240 <?= I18N::translate('Visitor') ?>
243 …<?= I18N::translate('Everybody has this role, including visitors to the website and search engines…
246 <?= I18N::translate('Member') ?>
249 …<?= I18N::translate('This role has all the permissions of the visitor role, plus any additional ac…
254 <?= I18N::translate('Editor') ?>
257 …<?= I18N::translate('This role has all the permissions of the member role, plus permission to add/…
260 <?= I18N::translate('Moderator') ?>
263 …<?= I18N::translate('This role has all the permissions of the editor role, plus permission to acce…
268 <?= I18N::translate('Manager') ?>
271 …<?= I18N::translate('This role has all the permissions of the moderator role, plus any additional …
274 <?= I18N::translate('Administrator') ?>
277 …<?= I18N::translate('This role has all the permissions of the manager role in all family trees, pl…
286 <?= I18N::translate('Family tree') ?>
289 <?= I18N::translate('Role') ?>
292 <?= I18N::translate('Individual record') ?>
295 <?= I18N::translate('Restrict to immediate family') ?>
306 … <?= I18N::translate('Link this user to an individual in the family tree.') ?>
336 <?= $n ?: I18N::translate('No') ?>
349 <?= I18N::translate('save') ?>
366 …alert("<?= I18N::translate('You must specify an individual record before you can restrict the user…