/webtrees/resources/views/modules/statistics-chart/ |
H A D | custom.phtml | 101 …I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 50, I18N::digits(170… 104 …<?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 40, I18N::digits… 107 …<?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 50, I18N::digits… 110 …<?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 20, I18N::digits… 113 …<?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 25, I18N::digits… 116 …<?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 10, I18N::digits… 141 …plural('%s year', '%s years', 10, I18N::number(10)), '5,20,40,60,75,80,85,90' => I18N::plural('%s … 150 …,26,28,30,32,35,40,50' => I18N::plural('%s year', '%s years', 2, I18N::number(2)), '20,25,30,35,40…
|
/webtrees/app/Http/RequestHandlers/ |
H A D | SearchReplaceAction.php | 69 …FlashMessages::addMessage(I18N::plural('%s individual has been updated.', '%s individuals have bee… 73 …FlashMessages::addMessage(I18N::plural('%s family has been updated.', '%s families have been updat… 77 …FlashMessages::addMessage(I18N::plural('%s repository has been updated.', '%s repositories have be… 81 …FlashMessages::addMessage(I18N::plural('%s source has been updated.', '%s sources have been update… 85 …FlashMessages::addMessage(I18N::plural('%s note has been updated.', '%s notes have been updated.',… 95 …FlashMessages::addMessage(I18N::plural('%s individual has been updated.', '%s individuals have bee… 101 …FlashMessages::addMessage(I18N::plural('%s individual has been updated.', '%s individuals have bee… 105 …FlashMessages::addMessage(I18N::plural('%s family has been updated.', '%s families have been updat…
|
H A D | SearchAdvancedPage.php | 238 1 => I18N::plural('±%s year', '±%s years', 1, I18N::number(1)), 239 2 => I18N::plural('±%s year', '±%s years', 2, I18N::number(2)), 240 5 => I18N::plural('±%s year', '±%s years', 5, I18N::number(5)), 241 10 => I18N::plural('±%s year', '±%s years', 10, I18N::number(10)), 242 20 => I18N::plural('±%s year', '±%s years', 20, I18N::number(20)),
|
/webtrees/app/Elements/ |
H A D | AgeAtEvent.php | 100 …'/\b(\d+)y\b/' => fn (array $match) => I18N::plural('%s year', '%s years', (int) $match[1], I18N::… 101 …'/\b(\d+)m\b/' => fn (array $match) => I18N::plural('%s month', '%s months', (int) $match[1], I18N… 102 …'/\b(\d+)w\b/' => fn (array $match) => I18N::plural('%s week', '%s weeks', (int) $match[1], I18N::… 103 …'/\b(\d+)d\b/' => fn (array $match) => I18N::plural('%s day', '%s days', (int) $match[1], I18N::nu…
|
/webtrees/app/ |
H A D | Age.php | 90 return I18N::plural('%s year', '%s years', $this->years, I18N::number($this->years)); 94 … return I18N::plural('%s month', '%s months', $this->months, I18N::number($this->months)); 98 return I18N::plural('%s day', '%s days', $this->days, I18N::number($this->days));
|
H A D | I18N.php | 413 * @param string $plural 419 public static function plural(string $singular, string $plural, int $count, ...$args): string argument 421 $message = self::$translator->translatePlural($singular, $plural, $count);
|
/webtrees/resources/views/ |
H A D | calendar-list.phtml | 21 …<?= I18N::plural('%s individual', '%s individuals', $individual_count, I18N::number($individual_co… 26 … <?= I18N::plural('%s family', '%s families', $family_count, I18N::number($family_count)) ?>
|
H A D | register-page.phtml | 76 …aceholder="<?= /* I18N: placeholder text for new-password field */ I18N::plural('Use at least %s c…
|
/webtrees/app/Statistics/Repository/ |
H A D | UserRepository.php | 85 …$content .= '<b>' . I18N::plural('%s anonymous signed-in user', '%s anonymous signed-in users', $a… 96 …$content .= '<b>' . I18N::plural('%s signed-in user', '%s signed-in users', $count_logged_in, I18N…
|
H A D | FamilyRepository.php | 347 return I18N::plural('%s day', '%s days', $age, I18N::number($age)); 353 return I18N::plural('%s month', '%s months', $months, I18N::number($months)); 358 return I18N::plural('%s year', '%s years', $years, I18N::number($years));
|
/webtrees/resources/views/modules/relatives/ |
H A D | family.phtml | 195 … <?= I18N::plural('%s year', '%s years', intdiv($months, 12), I18N::number(round($months / 12))) ?> 197 … <?= I18N::plural('%s month', '%s months', $months, I18N::number($months)) ?>
|
/webtrees/app/Module/ |
H A D | UpcomingAnniversariesModule.php | 176 …$message = I18N::plural('No events for living people exist for the next %s day.', 'No events for l… 178 …$message = I18N::plural('No events exist for the next %s day.', 'No events exist for the next %s d…
|
H A D | RecentChangesModule.php | 137 …$content = I18N::plural('There have been no changes within the last %s day.', 'There have been no … 163 …'title' => I18N::plural('Changes in the last %s day', 'Changes in the last %s days', $days, I…
|
/webtrees/resources/views/statistics/families/ |
H A D | top10-nolist-grand.phtml | 16 …- <?= I18N::plural('%s grandchild', '%s grandchildren', $record['count'], I18N::number($record['co…
|
H A D | top10-list-grand.phtml | 20 …<?= I18N::plural('%s grandchild', '%s grandchildren', $record['count'], I18N::number($record['coun…
|
H A D | top10-nolist.phtml | 17 … - <?= I18N::plural('%s child', '%s children', $record['count'], I18N::number($record['count'])) ?>
|
H A D | top10-list.phtml | 20 … <?= I18N::plural('%s child', '%s children', $record['count'], I18N::number($record['count'])) ?>
|
/webtrees/resources/views/modules/yahrzeit/ |
H A D | config.phtml | 25 … <?= I18N::plural('maximum %s day', 'maximum %s days', $max_days, I18N::number($max_days)) ?>
|
/webtrees/resources/views/modules/upcoming_events/ |
H A D | config.phtml | 27 <?= I18N::plural('maximum %s day', 'maximum %s days', $max_days, I18N::number($max_days)) ?>
|
/webtrees/resources/views/modules/recent_changes/ |
H A D | config.phtml | 27 <?= I18N::plural('maximum %s day', 'maximum %s days', $max_days, I18N::number($max_days)) ?>
|
/webtrees/resources/views/admin/ |
H A D | trees-renumber.phtml | 32 …<?= I18N::plural('This family tree has %s record which uses the same “XREF” as another family tree…
|
H A D | users-create.phtml | 61 …" id="password" name="password" pattern = ".{8,}" placeholder="<?= I18N::plural('Use at least %s c…
|
H A D | trees-unconnected.phtml | 42 …<h2><?= I18N::plural('%s individual', '%s individuals', count($group), I18N::number(count($group))…
|
/webtrees/resources/views/modules/ancestors-chart/ |
H A D | tree.phtml | 44 …<?= I18N::plural('%s child', '%s children', $parents->children()->count(), I18N::number($parents->…
|
/webtrees/resources/views/modules/descendancy_chart/ |
H A D | tree.phtml | 42 …<?= I18N::plural('%s child', '%s children', $family->children()->count(), I18N::number($family->ch…
|