Home
last modified time | relevance | path

Searched refs:I18N (Results 1 – 25 of 955) sorted by relevance

12345678910>>...39

/webtrees/app/Services/
H A DRelationshipService.php25 use Fisharebest\Webtrees\I18N; alias
80 …eLanguageInterface $language): bool => $language->locale()->languageTag() === I18N::languageTag());
240 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');
[all …]
H A DIndividualFactsService.php25 use Fisharebest\Webtrees\I18N; alias
192 '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'),
[all …]
/webtrees/app/Statistics/Service/
H A DCountryService.php22 use Fisharebest\Webtrees\I18N; alias
38 '???' => 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'),
[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.php22 use Fisharebest\Webtrees\I18N; alias
53 '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'),
[all …]
H A DRelationIsDescriptor.php22 use Fisharebest\Webtrees\I18N; alias
52 'attendant' => I18N::translateContext('MALE', 'Attendant'),
53 'attending' => I18N::translateContext('MALE', 'Attending'),
54 'buyer' => I18N::translateContext('MALE', 'Buyer'),
55 'civil_registrar' => I18N::translateContext('MALE', 'Civil registrar'),
56 'employee' => I18N::translateContext('MALE', 'Employee'),
57 'employer' => I18N::translateContext('MALE', 'Employer'),
58 'friend' => I18N::translateContext('MALE', 'Friend'),
59 'godparent' => I18N::translate('Godfather'),
60 'godchild' => I18N::translate('Godson'),
[all …]
/webtrees/app/CustomTags/
H A DGedcomL.php84 use Fisharebest\Webtrees\I18N; alias
111 … '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')),
[all …]
H A DGedcom7.php47 use Fisharebest\Webtrees\I18N; alias
75 … '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')),
[all …]
H A DFamilyTreeMaker.php27 use Fisharebest\Webtrees\I18N; alias
54 … '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')),
[all …]
H A DLegacy.php28 use Fisharebest\Webtrees\I18N; alias
56 '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')),
[all …]
H A DBrothersKeeper.php33 use Fisharebest\Webtrees\I18N; alias
61 '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')),
[all …]
/webtrees/resources/views/admin/
H A Dtrees-preferences.phtml11 use Fisharebest\Webtrees\I18N; alias
40 …oute(ControlPanel::class) => I18N::translate('Control panel'), route(ManageTrees::class, ['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 …<?= /* I18N: Help text for the “Default individual” configuration setting */ I18N::translate('This…
108 <?= /* I18N: A configuration setting */ I18N::translate('Calendar conversion') ?>
110 <?= /* I18N: A configuration setting */ I18N::translate('Calendar conversion') ?> 1
[all …]
H A Dtags.phtml8 use Fisharebest\Webtrees\I18N; alias
27 <?= 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>
[all …]
H A Dmodules.phtml8 use Fisharebest\Webtrees\I18N; alias
37 <?= 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>
[all …]
H A Dcontrol-panel.phtml50 use Fisharebest\Webtrees\I18N; alias
165 <?= I18N::translate('Website') ?>
182I18N::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.') ?>
[all …]
H A Dusers-edit.phtml10 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 …
[all …]
H A Dtrees-privacy.phtml9 use Fisharebest\Webtrees\I18N; alias
24 …oute(ControlPanel::class) => I18N::translate('Control panel'), route(ManageTrees::class, ['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 …nce('REQUIRE_AUTHENTICATION'), 'options' => ['0' => I18N::translate('Show to visitors'), '1' => I1…
43 …<?= /* I18N: Help text for the “Family tree” configuration setting */ I18N::translate('Enabling th…
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>
[all …]
H A Dsite-mail.phtml7 use Fisharebest\Webtrees\I18N; alias
31 <?= 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') ?>
49I18N::translate('webtrees needs to send emails, such as password reminders and website notificatio…
57 I18N::translate('Sender name') ?>
63I18N::translate('This name is used in the “From” field, when sending automatic emails from this se…
71 I18N::translate('Sender email') ?>
77I18N::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.') ?>
[all …]
/webtrees/resources/views/modules/statistics-chart/
H A Dcustom.phtml6 use Fisharebest\Webtrees\I18N; alias
20 <?= 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'),
[all …]
/webtrees/app/Date/
H A DJalaliDate.php23 use Fisharebest\Webtrees\I18N; alias
94 1 => I18N::translateContext('NOMINATIVE', 'Farvardin'),
96 2 => I18N::translateContext('NOMINATIVE', 'Ordibehesht'),
98 3 => I18N::translateContext('NOMINATIVE', 'Khordad'),
100 4 => I18N::translateContext('NOMINATIVE', 'Tir'),
102 5 => I18N::translateContext('NOMINATIVE', 'Mordad'),
104 6 => I18N::translateContext('NOMINATIVE', 'Shahrivar'),
106 7 => I18N::translateContext('NOMINATIVE', 'Mehr'),
108 8 => I18N::translateContext('NOMINATIVE', 'Aban'),
110 9 => I18N::translateContext('NOMINATIVE', 'Azar'),
[all …]
H A DAbstractGregorianJulianDate.php22 use Fisharebest\Webtrees\I18N; alias
93 1 => I18N::translateContext('NOMINATIVE', 'January'),
94 2 => I18N::translateContext('NOMINATIVE', 'February'),
95 3 => I18N::translateContext('NOMINATIVE', 'March'),
96 4 => I18N::translateContext('NOMINATIVE', 'April'),
97 5 => I18N::translateContext('NOMINATIVE', 'May'),
98 6 => I18N::translateContext('NOMINATIVE', 'June'),
99 7 => I18N::translateContext('NOMINATIVE', 'July'),
100 8 => I18N::translateContext('NOMINATIVE', 'August'),
101 9 => I18N::translateContext('NOMINATIVE', 'September'),
[all …]
H A DFrenchDate.php23 use Fisharebest\Webtrees\I18N; alias
101 1 => I18N::translateContext('NOMINATIVE', 'Vendemiaire'),
103 2 => I18N::translateContext('NOMINATIVE', 'Brumaire'),
105 3 => I18N::translateContext('NOMINATIVE', 'Frimaire'),
107 4 => I18N::translateContext('NOMINATIVE', 'Nivose'),
109 5 => I18N::translateContext('NOMINATIVE', 'Pluviose'),
111 6 => I18N::translateContext('NOMINATIVE', 'Ventose'),
114 7 => I18N::translateContext('NOMINATIVE', 'Germinal'),
116 8 => I18N::translateContext('NOMINATIVE', 'Floreal'),
118 9 => I18N::translateContext('NOMINATIVE', 'Prairial'),
[all …]
H A DJewishDate.php23 use Fisharebest\Webtrees\I18N; alias
87 if (I18N::locale()->script()->code() === 'Hebr') {
104 if (I18N::locale()->script()->code() === 'Hebr') {
118 if (I18N::locale()->script()->code() === 'Hebr') {
141 1 => I18N::translateContext('NOMINATIVE', 'Tishrei'),
143 2 => I18N::translateContext('NOMINATIVE', 'Heshvan'),
145 3 => I18N::translateContext('NOMINATIVE', 'Kislev'),
147 4 => I18N::translateContext('NOMINATIVE', 'Tevet'),
149 5 => I18N::translateContext('NOMINATIVE', 'Shevat'),
151 6 => I18N::translateContext('NOMINATIVE', 'Adar I'),
[all …]
H A DHijriDate.php23 use Fisharebest\Webtrees\I18N; alias
97 1 => I18N::translateContext('NOMINATIVE', 'Muharram'),
99 2 => I18N::translateContext('NOMINATIVE', 'Safar'),
101 3 => I18N::translateContext('NOMINATIVE', 'Rabi’ al-awwal'),
103 4 => I18N::translateContext('NOMINATIVE', 'Rabi’ al-thani'),
105 5 => I18N::translateContext('NOMINATIVE', 'Jumada al-awwal'),
107 6 => I18N::translateContext('NOMINATIVE', 'Jumada al-thani'),
109 7 => I18N::translateContext('NOMINATIVE', 'Rajab'),
111 8 => I18N::translateContext('NOMINATIVE', 'Sha’aban'),
113 9 => I18N::translateContext('NOMINATIVE', 'Ramadan'),
[all …]
/webtrees/resources/views/lists/
H A Dfamilies-table.phtml10 use Fisharebest\Webtrees\I18N; alias
87 <?= I18N::translate('Both alive') ?>
91 …= e($table_id) ?>-bg-dead-W" class="btn btn-outline-secondary" title="<?= I18N::translate('Show co…
92 <?= I18N::translate('Widower') ?>
96 …= e($table_id) ?>-bg-dead-H" class="btn btn-outline-secondary" title="<?= I18N::translate('Show co…
97 <?= I18N::translate('Widow') ?>
101 …= e($table_id) ?>-bg-dead-Y" class="btn btn-outline-secondary" title="<?= I18N::translate('Show in…
102 <?= I18N::translate('Both dead') ?>
108 … e($table_id) ?>-bg-roots-R" class="btn btn-outline-secondary" title="<?= I18N::translate('Show “r…
109 <?= I18N::translate('Roots') ?>
[all …]

12345678910>>...39