Lines Matching refs:translate
24 …trolPanel::class) => I18N::translate('Control panel'), route(ManageTrees::class, ['tree' => $tree-…
33 <?= /* I18N: A configuration setting */ I18N::translate('Show the family tree') ?>
36 <span class="badge visitors"><?= I18N::translate('visitors') ?></span>
37 <span class="badge members"><?= I18N::translate('members') ?></span>
41 …UIRE_AUTHENTICATION'), 'options' => ['0' => I18N::translate('Show to visitors'), '1' => I18N::tran…
43 …/* I18N: Help text for the “Family tree” configuration setting */ I18N::translate('Enabling this o…
52 <?= /* I18N: A configuration setting */ I18N::translate('Show dead individuals') ?>
55 <span class="badge visitors"><?= I18N::translate('visitors') ?></span>
56 <span class="badge members"><?= I18N::translate('members') ?></span>
62 …elp text for the “Show dead individuals” configuration setting */ I18N::translate('Set the privacy…
71 <?= I18N::translate('Age at which to assume an individual is dead') ?>
76 …t which to assume an individual is dead” configuration setting */ I18N::translate('If this individ…
84 <?= /* I18N: A configuration setting */ I18N::translate('Show living individuals') ?>
86 <span class="badge visitors"><?= I18N::translate('visitors') ?></span>
87 <span class="badge members"><?= I18N::translate('members') ?></span>
92 …e('HIDE_LIVE_PEOPLE'), 'options' => ['0' => I18N::translate('Show to visitors'), '1' => I18N::tran…
94 …p text for the “Show living individuals” configuration setting */ I18N::translate('If you show liv…
102 …ho were born in the last XX years or died in the last YY years */ I18N::translate('Extend privacy …
107 /* I18N: Extend privacy to dead individuals who were… */ I18N::translate(
113 …the “Extend privacy to dead individuals” configuration setting */ I18N::translate('In some countri…
122 … <?= /* I18N: A configuration setting */ I18N::translate('Show names of private individuals') ?>
125 <span class="badge visitors"><?= I18N::translate('visitors') ?></span>
126 <span class="badge members"><?= I18N::translate('members') ?></span>
127 <span class="badge managers"><?= I18N::translate('managers') ?></span>
133 … the “Show names of private individuals” configuration setting */ I18N::translate('This option wil…
142 … <?= /* I18N: A configuration setting */ I18N::translate('Show private relationships') ?>
145 <span class="badge visitors"><?= I18N::translate('visitors') ?></span>
146 <span class="badge members"><?= I18N::translate('members') ?></span>
150 …VATE_RELATIONSHIPS'), 'options' => ['0' => I18N::translate('Hide from everyone'), '1' => I18N::tra…
152 …ext for the “Show private relationships” configuration setting */ I18N::translate('This option wil…
156 …<h2><?= /* I18N: Privacy restrictions are set by RESN tags in GEDCOM. */ I18N::translate('Privacy …
158 …<?= /* I18N: Privacy restrictions are RESN tags in GEDCOM. */ I18N::translate('You can set the acc…
165 <option value="all"><?= I18N::translate('All records') ?></option>
166 <option value="individual"><?= I18N::translate('Individual') ?></option>
167 <option value="family"><?= I18N::translate('Family') ?></option>
168 <option value="source"><?= I18N::translate('Source') ?></option>
169 <option value="repository"><?= I18N::translate('Repository') ?></option>
170 <option value="note"><?= I18N::translate('Note') ?></option>
171 <option value="media"><?= I18N::translate('Media object') ?></option>
222 …<?= I18N::translate('Privacy restrictions - these apply to records and facts that do not contain a…
227 <?= I18N::translate('Record') ?>
230 <?= I18N::translate('Fact or event') ?>
233 <?= I18N::translate('Access level') ?>
238 <?= /* I18N: A button label. */ I18N::translate('add') ?>
251 … <?= $privacy_restriction->xref ?> — <?= I18N::translate('This record does not exist.') ?>
255 <?= I18N::translate('All records') ?>
262 <?= I18N::translate('All facts and events') ?>
274 <?= I18N::translate('Delete') ?>
286 <?= I18N::translate('save') ?>
291 <?= I18N::translate('cancel') ?>
298 …<?= /* I18N: Label for checkbox */ I18N::translate('Apply these preferences to all family trees') …
305 …<?= /* I18N: Label for checkbox */ I18N::translate('Apply these preferences to new family trees') …