Home
last modified time | relevance | path

Searched refs:translate (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/webtrees/app/Statistics/Service/
H A DCountryService.php38 '???' => I18N::translate('Unknown'),
40 'ABW' => I18N::translate('Aruba'),
42 'AFG' => I18N::translate('Afghanistan'),
44 'AGO' => I18N::translate('Angola'),
46 'AIA' => I18N::translate('Anguilla'),
48 'ALA' => I18N::translate('Åland Islands'),
50 'ALB' => I18N::translate('Albania'),
52 'AND' => I18N::translate('Andorra'),
54 'ARE' => I18N::translate('United Arab Emirates'),
56 'ARG' => I18N::translate('Argentina'),
[all …]
/webtrees/app/
H A DGedcom.php401 'FAM' => new FamilyRecord(I18N::translate('Family')),
402 'FAM:*:ADDR' => new AddressLine(I18N::translate('Address')),
403 'FAM:*:ADDR:ADR1' => new AddressLine1(I18N::translate('Address line 1')),
404 'FAM:*:ADDR:ADR2' => new AddressLine2(I18N::translate('Address line 2')),
405 'FAM:*:ADDR:ADR3' => new AddressLine3(I18N::translate('Address line 3')),
406 'FAM:*:ADDR:CITY' => new AddressCity(I18N::translate('City')),
407 'FAM:*:ADDR:CTRY' => new AddressCountry(I18N::translate('Country')),
408 'FAM:*:ADDR:POST' => new AddressPostalCode(I18N::translate('Postal code')),
409 'FAM:*:ADDR:STAE' => new AddressState(I18N::translate('State')),
410 'FAM:*:AGNC' => new ResponsibleAgency(I18N::translate('Agency')),
[all …]
/webtrees/app/Elements/
H A DTempleCode.php53 'ABA' => /* I18N: Location of an LDS church temple */ I18N::translate('Aba, Nigeria'),
54 'ACCRA' => /* I18N: Location of an LDS church temple */ I18N::translate('Accra, Ghana'),
55 … 'ADELA' => /* I18N: Location of an LDS church temple */ I18N::translate('Adelaide, Australia'),
56 …'ALBER' => /* I18N: Location of an LDS church temple */ I18N::translate('Cardston, Alberta, Canada…
57 …'ALBUQ' => /* I18N: Location of an LDS church temple */ I18N::translate('Albuquerque, New Mexico, …
58 …'ANCHO' => /* I18N: Location of an LDS church temple */ I18N::translate('Anchorage, Alaska, United…
59 'APIA' => /* I18N: Location of an LDS church temple */ I18N::translate('Apia, Samoa'),
60 …'ARIZO' => /* I18N: Location of an LDS church temple */ I18N::translate('Mesa, Arizona, United Sta…
61 … 'ASUNC' => /* I18N: Location of an LDS church temple */ I18N::translate('Asunción, Paraguay'),
62 …'ATLAN' => /* I18N: Location of an LDS church temple */ I18N::translate('Atlanta, Georgia, United …
[all …]
H A DRelationIsDescriptor.php59 'godparent' => I18N::translate('Godfather'),
60 'godchild' => I18N::translate('Godson'),
80 'godparent' => I18N::translate('Godmother'),
81 'godchild' => I18N::translate('Goddaughter'),
94 'attendant' => I18N::translate('Attendant'),
95 'attending' => I18N::translate('Attending'),
96 'best_man' => I18N::translate('Best man'),
97 'bridesmaid' => I18N::translate('Bridesmaid'),
98 'buyer' => I18N::translate('Buyer'),
99 'circumciser' => I18N::translate('Circumciser'),
[all …]
/webtrees/app/CustomTags/
H A DGedcomL.php111 … 'FAM:*:ADDR:_NAME' => new CustomElement(I18N::translate('Name of addressee')),
113 … 'FAM:*:PLAC:_GOV' => new GovIdentifier(I18N::translate('GOV identifier')),
114 'FAM:*:PLAC:_LOC' => new XrefLocation(I18N::translate('Location')),
116 …'FAM:*:PLAC:_MAIDENHEAD' => new MaidenheadLocator(I18N::translate('Maidenhead location co…
117 … 'FAM:*:PLAC:_POST' => new AddressPostalCode(I18N::translate('Postal code')),
118 'FAM:*:PLAC:_POST:DATE' => new DateValue(I18N::translate('Date')),
119 'FAM:*:_ASSO' => new XrefAssociate(I18N::translate('Associate')),
120 … 'FAM:*:_ASSO:NOTE' => new NoteStructure(I18N::translate('Note on association')),
121 … 'FAM:*:_ASSO:RELA' => new RelationIsDescriptor(I18N::translate('Relationship')),
122 'FAM:*:_ASSO:SOUR' => new XrefSource(I18N::translate('Source citation')),
[all …]
H A DGedcom7.php75 … 'FAM:NO' => new FamilyNonEvent(I18N::translate('Event did not occur')),
76 … 'INDI:NO' => new IndividualNonEvent(I18N::translate('Event did not occur')),
77 'FAM:*:ASSO' => new XrefAssociate(I18N::translate('Associate')),
78 'FAM:*:ASSO:PHRASE' => new CustomElement(I18N::translate('Phrase')),
79 'FAM:*:ASSO:ROLE' => new RoleInEvent(I18N::translate('Role')),
80 'FAM:*:ASSO:ROLE:PHRASE' => new CustomElement(I18N::translate('Phrase')),
81 'FAM:*:DATE:TIME' => new TimeValue(I18N::translate('Time')),
82 … 'FAM:*:PLAC:EXID' => new ExternalIdentifier(I18N::translate('External identifier')),
83 'FAM:*:PLAC:EXID:TYPE' => new ExternalIdentifierType(I18N::translate('Type')),
84 'FAM:*:SDATE' => new CustomElement(I18N::translate('Sort date')),
[all …]
H A DFamilyTreeMaker.php54 … 'FAM:CHIL:_FREL' => new CustomElement(I18N::translate('Relationship to father')),
55 … 'FAM:CHIL:_MREL' => new CustomElement(I18N::translate('Relationship to mother')),
56 … 'FAM:_DETS' => new CustomElement(I18N::translate('Death of one spouse')),
57 'FAM:_FA1' => new CustomElement(I18N::translate('Fact 1')),
58 'FAM:_FA10' => new CustomElement(I18N::translate('Fact 10')),
59 'FAM:_FA11' => new CustomElement(I18N::translate('Fact 11')),
60 'FAM:_FA12' => new CustomElement(I18N::translate('Fact 12')),
61 'FAM:_FA13' => new CustomElement(I18N::translate('Fact 13')),
62 'FAM:_FA2' => new CustomElement(I18N::translate('Fact 2')),
63 'FAM:_FA3' => new CustomElement(I18N::translate('Fact 3')),
[all …]
H A DLegacy.php56 'FAM:*:ADDR:_PRIV' => new CustomElement(I18N::translate('Private')),
57 'FAM:*:PLAC:_VERI' => new CustomElement(I18N::translate('Verified')),
58 'FAM:*:SOUR:DATE' => new DateValue(I18N::translate('Date')),
59 'FAM:*:SOUR:_VERI' => new CustomElement(I18N::translate('Verified')),
60 'FAM:*:_PRIV' => new CustomElement(I18N::translate('Private')),
61 … 'FAM:CHIL:_FREL' => new CustomElement(I18N::translate('Relationship to father')),
62 … 'FAM:CHIL:_MREL' => new CustomElement(I18N::translate('Relationship to mother')),
63 'FAM:CHIL:_STAT' => new CustomElement(I18N::translate('Status')),
65 … 'FAM:MARR:_HTITL' => new CustomElement(I18N::translate('Label for husband')),
66 … => /* I18N: ''GEDCOM tag _RPT_PHRS */ new CustomElement(I18N::translate('Report phrase')…
[all …]
H A DBrothersKeeper.php61 'FAM:CHIL:_FREL' => new CustomElement(I18N::translate('Relationship to father')),
62 'FAM:CHIL:_MREL' => new CustomElement(I18N::translate('Relationship to mother')),
63 'FAM:_COML' => new CustomFamilyEvent(I18N::translate('Common law marriage')),
64 'FAM:_MARI' => new CustomFamilyEvent(I18N::translate('Marriage intention')),
65 'FAM:_MBON' => new CustomFamilyEvent(I18N::translate('Marriage bond')),
66 …'FAM:_NMR' => new CustomFamilyEvent(I18N::translate('Not married'), ['NOTE' => '0:M', 'SOU…
67 'FAM:_PRMN' => new CustomElement(I18N::translate('Permanent number')),
68 'FAM:_SEPR' => new CustomFamilyEvent(I18N::translate('Separated')),
69 'FAM:_TODO' => new CustomElement(I18N::translate('Research task')),
71 'INDI:NAME:_ADPN' => new NamePersonal(I18N::translate('Adopted name'), []),
[all …]
H A DPhpGedView.php61 'FAM:CHAN:_PGVU' => new WebtreesUser(I18N::translate('Author of last change')),
62 'FAM:COMM' => new CustomElement(I18N::translate('Comment')),
63 'INDI:*:ASSO' => new XrefAssociate(I18N::translate('Associate')),
64 'INDI:*:ASSO:RELA' => new RelationIsDescriptor(I18N::translate('Relationship')),
65 'INDI:*:PLAC:_HEB' => new NoteStructure(I18N::translate('Place in Hebrew')),
66 'INDI:BURI:CEME' => new CustomElement(I18N::translate('Cemetery')),
67 'INDI:CHAN:_PGVU' => new WebtreesUser(I18N::translate('Author of last change')),
68 'INDI:COMM' => new CustomElement(I18N::translate('Comment')),
69 'INDI:NAME:_HEB' => new NamePersonal(I18N::translate('Name in Hebrew'), []),
70 'INDI:_HOL' => new CustomIndividualEvent(I18N::translate('Holocaust')),
[all …]
/webtrees/resources/views/admin/
H A Dtrees-preferences.phtml40 …trolPanel::class) => I18N::translate('Control panel'), route(ManageTrees::class, ['tree' => $tree-…
45 <h2><?= I18N::translate('General') ?></h2>
50 <?= I18N::translate('Family tree title') ?>
70 <?= I18N::translate('URL') ?>
86 …<?= /* I18N: help text for family tree / GEDCOM file names */ I18N::translate('Avoid spaces and pu…
95 <?= /* I18N: A configuration setting */ I18N::translate('Default individual') ?>
100 …: Help text for the “Default individual” configuration setting */ I18N::translate('This individual…
108 <?= /* I18N: A configuration setting */ I18N::translate('Calendar conversion') ?>
110 <?= /* I18N: A configuration setting */ I18N::translate('Calendar conversion') ?> 1
113 <?= /* I18N: A configuration setting */ I18N::translate('Calendar conversion') ?> 2
[all …]
H A Dtags.phtml27 <?= view('components/breadcrumbs', ['links' => [route(ControlPanel::class) => I18N::translate('Cont…
32 <h2><?= I18N::translate('Standard GEDCOM tags') ?></h2>
35 …<?= I18N::translate('The GEDCOM standard provides a large number of data-entry fields, called tags…
37 <?= I18N::translate('Some of these GEDCOM tags are used infrequently or never used.') ?>
39 …<?= I18N::translate('You can simplify the edit forms by hiding GEDCOM tags that you do not use.') …
42 <h3><?= I18N::translate('Names') ?></h3>
53 <th><?= I18N::translate('Description') ?></th>
54 <th><?= I18N::translate('GEDCOM tag') ?></th>
55 <th><?= I18N::translate('Hide GEDCOM tags') ?></th>
70 …ponents/checkbox-inline', ['name' => 'HIDE_NAME_NPFX', 'label' => I18N::translate('hide'), 'checke…
[all …]
H A Dmodules.phtml37 <?= view('components/breadcrumbs', ['links' => [route(ControlPanel::class) => I18N::translate('Cont…
46 …<?= I18N::translate('Preferences exist for the module “%s”, but this module no longer exists.', $m…
49 <?= I18N::translate('Delete the preferences for this module.') ?>
65 <?= I18N::translate('Module administration') ?>
70 <?= I18N::translate('Module') ?>
73 <?= I18N::translate('Enabled') ?>
76 <?= I18N::translate('Description') ?>
78 <th title="<?= I18N::translate('Preferences') ?>">
80 <span class="visually-hidden"><?= I18N::translate('Preferences') ?></span>
82 <th title="<?= I18N::translate('Menus') ?>">
[all …]
H A Dtrees-privacy.phtml24 …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…
[all …]
H A Dusers-edit.phtml30 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') ?>
72translate('show')) ?>" data-wt-show-password-title="<?= e(I18N::translate('Show password')) ?>" da…
74 …<?= I18N::translate('Passwords must be at least 8 characters long and are case-sensitive, so that …
82 <?= I18N::translate('Email address') ?>
[all …]
H A Dcontrol-panel.phtml165 <?= I18N::translate('Website') ?>
182 …I18N::translate('Support and documentation can be found at %s.', '<a href="https://webtrees.net/">…
187 <?= I18N::translate('There was an error checking for a new version.') ?>
191 …<?= /* I18N: Last checked X hours ago. */ I18N::translate('Last checked %s.', $latest_version_time…
193 <?= /* I18N: button label */ I18N::translate('check now') ?>
198 <?= I18N::translate('No upgrade information is available.') ?>
202 <?= I18N::translate('A new version of webtrees is available.') ?>
205 I18N::translate('Upgrade to webtrees %s.', e($latest_version)) ?>
210 … <?= I18N::translate('This is the latest version of webtrees. No upgrade is available.') ?>
211 …<?= /* I18N: Last checked X hours ago. */ I18N::translate('Last checked %s.', $latest_version_time…
[all …]
H A Dsite-mail.phtml31 <?= view('components/breadcrumbs', ['links' => [route(ControlPanel::class) => I18N::translate('Cont…
36 …<?= I18N::translate('See %s for more information.', '<a class="alert-link" href="' . e(Webtrees::U…
43 I18N::translate('Messages') ?>
49 …I18N::translate('webtrees needs to send emails, such as password reminders and website notificatio…
57 I18N::translate('Sender name') ?>
63 …I18N::translate('This name is used in the “From” field, when sending automatic emails from this se…
71 I18N::translate('Sender email') ?>
77 …I18N::translate('This name is used in the “From” field, when sending automatic emails from this se…
82 <?= I18N::translate('Most mail servers require a valid email address.') ?>
88 <h2><?= I18N::translate('SMTP mail server') ?></h2>
[all …]
/webtrees/app/Services/
H A DIndividualFactsService.php192 'M' => I18N::translate('Birth of a son'),
193 'F' => I18N::translate('Birth of a daughter'),
194 'U' => I18N::translate('Birth of a child'),
197 'M' => I18N::translate('Christening of a son'),
198 'F' => I18N::translate('Christening of a daughter'),
199 'U' => I18N::translate('Christening of a child'),
202 'M' => I18N::translate('Baptism of a son'),
203 'F' => I18N::translate('Baptism of a daughter'),
204 'U' => I18N::translate('Baptism of a child'),
207 'M' => I18N::translate('Adoption of a son'),
[all …]
H A DRelationshipService.php240 return I18N::translate('himself');
243 return I18N::translate('herself');
246 return I18N::translate('themself');
345 return I18N::translate('self');
348 return I18N::translate('mother');
350 return I18N::translate('father');
352 return I18N::translate('parent');
364 return I18N::translate('ex-husband');
366 return I18N::translate('husband');
368 return I18N::translate('fiancé');
[all …]
/webtrees/resources/views/modules/statistics-chart/
H A Dcustom.phtml20 <?= I18N::translate('Create your own chart') ?>
26 <?= I18N::translate('Chart type') ?>
31 <legend><?= I18N::translate('Individual') ?></legend>
35 … $module::X_AXIS_BIRTH_MONTH => I18N::translate('Month of birth'),
36 … $module::X_AXIS_DEATH_MONTH => I18N::translate('Month of death'),
37 …$module::X_AXIS_FIRST_CHILD_MONTH => I18N::translate('Month of birth of first child in a relat…
38 … $module::X_AXIS_AGE_AT_DEATH => I18N::translate('Average age at death'),
39 … $module::X_AXIS_AGE_AT_MARRIAGE => I18N::translate('Age in year of marriage'),
40 … $module::X_AXIS_AGE_AT_FIRST_MARRIAGE => I18N::translate('Age in year of first marriage'),
47 <legend><?= I18N::translate('Family') ?></legend>
[all …]
/webtrees/resources/views/lists/
H A Dfamilies-table.phtml87 <?= I18N::translate('Both alive') ?>
91 …le_id) ?>-bg-dead-W" class="btn btn-outline-secondary" title="<?= I18N::translate('Show couples wh…
92 <?= I18N::translate('Widower') ?>
96 …le_id) ?>-bg-dead-H" class="btn btn-outline-secondary" title="<?= I18N::translate('Show couples wh…
97 <?= I18N::translate('Widow') ?>
101 …le_id) ?>-bg-dead-Y" class="btn btn-outline-secondary" title="<?= I18N::translate('Show individual…
102 <?= I18N::translate('Both dead') ?>
108 …e_id) ?>-bg-roots-R" class="btn btn-outline-secondary" title="<?= I18N::translate('Show “roots” co…
109 <?= I18N::translate('Roots') ?>
113 …e_id) ?>-bg-roots-L" class="btn btn-outline-secondary" title="<?= I18N::translate('Show “leaves” c…
[all …]
H A Dindividuals-table.phtml97 …ble_id) ?>-bg-sex-M" class="btn btn-outline-secondary" title="<?= I18N::translate('Show only males…
102 …ble_id) ?>-bg-sex-F" class="btn btn-outline-secondary" title="<?= I18N::translate('Show only femal…
107 …ble_id) ?>-bg-sex-U" class="btn btn-outline-secondary" title="<?= I18N::translate('Show only indiv…
114 …le_id) ?>-bg-dead-N" class="btn btn-outline-secondary" title="<?= I18N::translate('Show individual…
115 <?= I18N::translate('Alive') ?>
119 …le_id) ?>-bg-dead-Y" class="btn btn-outline-secondary" title="<?= I18N::translate('Show individual…
120 <?= I18N::translate('Dead') ?>
124 …_id) ?>-bg-dead-YES" class="btn btn-outline-secondary" title="<?= I18N::translate('Show individual…
125 <?= I18N::translate('Death') ?>&gt;100
129 …d) ?>-bg-alive-Y100" class="btn btn-outline-secondary" title="<?= I18N::translate('Show individual…
[all …]
/webtrees/resources/views/
H A Dedit-account-page.phtml32 <?= I18N::translate('Username') ?>
37 …<?= I18N::translate('Usernames are case-insensitive and ignore accented letters, so that “chloe”, …
44 <?= I18N::translate('Real name') ?>
49 … <?= I18N::translate('This is your real name, as you would like it displayed on screen.') ?>
57 <?= I18N::translate('Individual record') ?>
68 …<?= I18N::translate('This is a link to your own record in the family tree. If this is the wrong in…
75 <?= I18N::translate('Default individual') ?>
80 …<?= I18N::translate('This individual will be selected by default when viewing charts and reports.'…
88 <?= I18N::translate('Password') ?>
91translate('show')) ?>" data-wt-show-password-title="<?= e(I18N::translate('Show password')) ?>" da…
[all …]
/webtrees/resources/views/modules/gedcom_stats/
H A Dstatistics.phtml32 <?= I18N::translate('This family tree was last updated on %s.', '#gedcomUpdated#') ?>
40 <?= I18N::translate('Statistics') ?>
46 <?= I18N::translate('Individuals') ?>
55 <?= I18N::translate('Males') ?>
66 <?= I18N::translate('Females') ?>
79 <?= I18N::translate('Surnames') ?>
90 <?= I18N::translate('Families') ?>
102 <?= I18N::translate('Sources') ?>
113 <?= I18N::translate('Media objects') ?>
124 <?= I18N::translate('Repositories') ?>
[all …]
H A Dconfig.phtml33 <?= I18N::translate('Last change') ?>
37 …onents/checkbox', ['label' => /* I18N: label for yes/no option */ I18N::translate('Show date of la…
43 <?= I18N::translate('Statistics') ?>
47 …<?= view('components/checkbox', ['label' => I18N::translate('Individuals'), 'name' => 'stat_indi',…
48 …<?= view('components/checkbox', ['label' => I18N::translate('Total surnames'), 'name' => 'stat_sur…
49 …<?= view('components/checkbox', ['label' => I18N::translate('Families'), 'name' => 'stat_fam', 'ch…
50 …<?= view('components/checkbox', ['label' => I18N::translate('Sources'), 'name' => 'stat_sour', 'ch…
51 …<?= view('components/checkbox', ['label' => I18N::translate('Media objects'), 'name' => 'stat_medi…
52 …<?= view('components/checkbox', ['label' => I18N::translate('Repositories'), 'name' => 'stat_repo'…
53 …<?= view('components/checkbox', ['label' => I18N::translate('Total events'), 'name' => 'stat_event…
[all …]

12345678910>>...37