/webtrees/app/ |
H A D | Age.php | 29 private int $years; variable in Fisharebest\\Webtrees\\Age 51 [$this->years, $this->months, $this->days] = $start->ageDifference($end); 85 if ($this->years < 0) { 89 if ($this->years > 0) { 90 return I18N::plural('%s year', '%s years', $this->years, I18N::number($this->years)); 128 return $this->years; 146 if ($this->years < 0) { 150 return I18N::number($this->years);
|
H A D | Timestamp.php | 126 public function addYears(int $years): TimestampInterface argument 129 $this->carbon->addYears($years)->getTimestamp(), 180 public function subtractYears(int $years): TimestampInterface argument 183 $this->carbon->subYears($years)->getTimestamp(),
|
H A D | Date.php | 301 * @param int $years a number of years, positive or negative 306 public function addYears(int $years, string $qualifier = ''): Date argument 309 $tmp->date1->year += $years;
|
/webtrees/app/Module/ |
H A D | StatisticsChartModule.php | 534 $years = (int) ($age / self::DAYS_IN_YEAR); 535 $this->fillYData($years, 0, 1, $x_axis, $z_axis, $ydata); 545 $years = (int) ($age / self::DAYS_IN_YEAR); 546 $this->fillYData($years, $sex, 1, $x_axis, $z_axis, $ydata); 559 $years = (int) ($age / self::DAYS_IN_YEAR); 560 … $this->fillYData($years, $boundary, 1, $x_axis, $z_axis, $ydata); 597 $years = (int) ($row->age / self::DAYS_IN_YEAR); 598 $this->fillYData($years, 0, 1, $x_axis, $z_axis, $ydata); 607 $years = (int) ($row->age / self::DAYS_IN_YEAR); 608 $this->fillYData($years, $sex, 1, $x_axis, $z_axis, $ydata); [all …]
|
/webtrees/app/Census/ |
H A D | CensusColumnAgeMale5Years.php | 46 $years = $age->ageYears(); 48 if ($years > 15) { 49 $years -= $years % 5; 52 return I18N::number($years);
|
H A D | CensusColumnAgeFemale5Years.php | 46 $years = $age->ageYears(); 48 if ($years > 15) { 49 $years -= $years % 5; 52 return I18N::number($years);
|
/webtrees/app/Contracts/ |
H A D | TimestampInterface.php | 106 * @param int $years 110 public function addYears(int $years): TimestampInterface; argument 148 * @param int $years 152 public function subtractYears(int $years): TimestampInterface; argument
|
/webtrees/app/Date/ |
H A D | AbstractCalendarDate.php | 363 $years = $year2 - $year1; 374 $years--; 377 return [$years, $months, $days];
|
/webtrees/app/Statistics/Repository/ |
H A D | FamilyRepository.php | 356 $years = (int) ($age / 365.25); 358 return I18N::plural('%s year', '%s years', $years, I18N::number($years));
|
H A D | IndividualRepository.php | 979 $years = (int) ($days / 365.25); 981 return I18N::plural('%s year', '%s years', $years, I18N::number($years));
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/ |
H A D | README.md | 62 In cooperation with the CKEditor team, during the past 10 years we have simplified the installation…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/ |
H A D | README.md | 63 In cooperation with the CKEditor team, during the past 10 years we have simplified the installation…
|
/webtrees/ |
H A D | CONTRIBUTING.md | 45 The project has been running for many years, and has a lot of history.
|
/webtrees/resources/lang/en-GB/ |
H A D | messages.po | 393 msgid_plural "%s years" 395 msgstr[1] "%s years" 421 #. I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_… 427 #. I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 5889 #. I18N: A configuration setting. …who were born in the last XX years or died in the last YY years 7630 …ts other than death, burial, or cremation more recent than this number of years, they are consider… 7631 …nts other than death, burial or cremation more recent than this number of years, they are consider… 7754 …g individuals to those who were born or died within a specified number of years. Leave these value… 7755 …g individuals to those who were born or died within a specified number of years. Leave these value… 11835 msgid "Recent years (< 100 yrs)" [all …]
|
/webtrees/resources/lang/en-AU/ |
H A D | messages.po | 393 msgid_plural "%s years" 395 msgstr[1] "%s years" 421 #. I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_… 427 #. I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 5889 #. I18N: A configuration setting. …who were born in the last XX years or died in the last YY years 7630 …ts other than death, burial, or cremation more recent than this number of years, they are consider… 7631 …nts other than death, burial or cremation more recent than this number of years, they are consider… 7754 …g individuals to those who were born or died within a specified number of years. Leave these value… 7755 …g individuals to those who were born or died within a specified number of years. Leave these value… 11835 msgid "Recent years (< 100 yrs)" [all …]
|
/webtrees/resources/lang/zh-Hans/ |
H A D | messages.po | 236 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 301 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 391 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 398 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 407 msgid_plural "%s years" 435 # I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_E… 436 #. I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_… 442 # I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 443 #. I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 513 …I18N: Description of an individual’s age at an event. For example, Died 14 Jan 1900 (aged 43 years) [all …]
|
/webtrees/resources/lang/zh-Hant/ |
H A D | messages.po | 235 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 300 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 390 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 397 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 406 msgid_plural "%s years" 434 # I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_E… 435 #. I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_… 441 # I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 442 #. I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 512 …I18N: Description of an individual’s age at an event. For example, Died 14 Jan 1900 (aged 43 years) [all …]
|
/webtrees/resources/lang/sq/ |
H A D | messages.po | 151 # I18N: A range of years, e.g. “1870–”, “1870–1920”, “–1920” 177 # I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_E… 241 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 314 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 425 msgid_plural "%s years" 454 # I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_E… 455 #. I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_… 461 # I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 462 #. I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 540 …I18N: Description of an individual’s age at an event. For example, Died 14 Jan 1900 (aged 43 years) [all …]
|
/webtrees/resources/lang/bg/ |
H A D | messages.po | 392 msgid_plural "%s years" 420 #. I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_… 426 #. I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 5888 #. I18N: A configuration setting. …who were born in the last XX years or died in the last YY years 7629 …ts other than death, burial, or cremation more recent than this number of years, they are consider… 7753 …g individuals to those who were born or died within a specified number of years. Leave these value… 11834 msgid "Recent years (< 100 yrs)" 13068 msgid "Show couples who married more than 100 years ago." 13072 msgid "Show couples who married within the last 100 years." 13094 msgid "Show individuals born more than 100 years ago." [all …]
|
/webtrees/resources/lang/uk/ |
H A D | messages.po | 409 msgid_plural "%s years" 438 #. I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_… 444 #. I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 5907 #. I18N: A configuration setting. …who were born in the last XX years or died in the last YY years 7648 …ts other than death, burial, or cremation more recent than this number of years, they are consider… 7772 …g individuals to those who were born or died within a specified number of years. Leave these value… 11855 msgid "Recent years (< 100 yrs)" 13089 msgid "Show couples who married more than 100 years ago." 13093 msgid "Show couples who married within the last 100 years." 13115 msgid "Show individuals born more than 100 years ago." [all …]
|
/webtrees/resources/lang/ar/ |
H A D | messages.po | 465 msgid_plural "%s years" 497 #. I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_… 503 #. I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 5969 #. I18N: A configuration setting. …who were born in the last XX years or died in the last YY years 7710 …ts other than death, burial, or cremation more recent than this number of years, they are consider… 7834 …g individuals to those who were born or died within a specified number of years. Leave these value… 11923 msgid "Recent years (< 100 yrs)" 13157 msgid "Show couples who married more than 100 years ago." 13161 msgid "Show couples who married within the last 100 years." 13183 msgid "Show individuals born more than 100 years ago." [all …]
|
/webtrees/resources/lang/ru/ |
H A D | messages.po | 420 msgid_plural "%s years" 449 #. I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_… 455 #. I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 5918 #. I18N: A configuration setting. …who were born in the last XX years or died in the last YY years 7659 …ts other than death, burial, or cremation more recent than this number of years, they are consider… 7783 …g individuals to those who were born or died within a specified number of years. Leave these value… 11866 msgid "Recent years (< 100 yrs)" 13100 msgid "Show couples who married more than 100 years ago." 13104 msgid "Show couples who married within the last 100 years." 13126 msgid "Show individuals born more than 100 years ago." [all …]
|
/webtrees/resources/lang/he/ |
H A D | messages.po | 397 msgid_plural "%s years" 425 #. I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_… 431 #. I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 5893 #. I18N: A configuration setting. …who were born in the last XX years or died in the last YY years 7634 …ts other than death, burial, or cremation more recent than this number of years, they are consider… 7758 …g individuals to those who were born or died within a specified number of years. Leave these value… 11839 msgid "Recent years (< 100 yrs)" 13073 msgid "Show couples who married more than 100 years ago." 13077 msgid "Show couples who married within the last 100 years." 13099 msgid "Show individuals born more than 100 years ago." [all …]
|
/webtrees/resources/lang/ms/ |
H A D | messages.po | 375 msgid_plural "%s years" 402 #. I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_… 408 #. I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 5870 #. I18N: A configuration setting. …who were born in the last XX years or died in the last YY years 7611 …ts other than death, burial, or cremation more recent than this number of years, they are consider… 7735 …g individuals to those who were born or died within a specified number of years. Leave these value… 11815 msgid "Recent years (< 100 yrs)" 13049 msgid "Show couples who married more than 100 years ago." 13053 msgid "Show couples who married within the last 100 years." 13075 msgid "Show individuals born more than 100 years ago." [all …]
|
/webtrees/resources/lang/sw/ |
H A D | messages.po | 392 msgid_plural "%s years" 420 #. I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_… 426 #. I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 5899 #. I18N: A configuration setting. …who were born in the last XX years or died in the last YY years 7641 …ts other than death, burial, or cremation more recent than this number of years, they are consider… 7765 …g individuals to those who were born or died within a specified number of years. Leave these value… 11854 msgid "Recent years (< 100 yrs)" 13088 msgid "Show couples who married more than 100 years ago." 13093 msgid "Show couples who married within the last 100 years." 13115 msgid "Show individuals born more than 100 years ago." [all …]
|