/webtrees/resources/views/modules/relatives/ |
H A D | family.phtml | 193 <?php $months = intdiv($days + 15, 30); ?> variable 194 <?php if (abs($months) === 12 || abs($months) >= 24) : ?> 195 … <?= I18N::plural('%s year', '%s years', intdiv($months, 12), I18N::number(round($months / 12))) ?> 196 <?php elseif ($months !== 0) : ?> 197 … <?= I18N::plural('%s month', '%s months', $months, I18N::number($months)) ?>
|
/webtrees/app/ |
H A D | Age.php | 31 private int $months; variable in Fisharebest\\Webtrees\\Age 51 [$this->years, $this->months, $this->days] = $start->ageDifference($end); 61 $this->months = 0; 93 if ($this->months > 0) { 94 … return I18N::plural('%s month', '%s months', $this->months, I18N::number($this->months));
|
H A D | Timestamp.php | 117 public function addMonths(int $months): TimestampInterface argument 120 $this->carbon->addMonths($months)->getTimestamp(), 171 public function subtractMonths(int $months): TimestampInterface argument 174 $this->carbon->subMonths($months)->getTimestamp(),
|
/webtrees/app/Contracts/ |
H A D | TimestampInterface.php | 99 * @param int $months 103 public function addMonths(int $months): TimestampInterface; argument 141 * @param int $months 145 public function subtractMonths(int $months): TimestampInterface; argument
|
/webtrees/resources/js/ |
H A D | webtrees.js | 166 …const months = ['JAN', 'FEB', 'MAR', 'APR', 'MAY', 'JUN', 'JUL', 'AUG', 'SEP', 'OCT', 'NOV', 'DEC'… 192 …datestr = 'BET ' + months[RegExp.$1 * 3 - 3] + ' ' + RegExp.$2 + ' AND ' + months[RegExp.$1 * 3 - … 212 return RegExp.$4 + ' ' + months[RegExp.$3 - 1] + ' ' + RegExp.$1 + RegExp.$2; 215 return RegExp.$1 + ' ' + months[RegExp.$2 - 1] + ' ' + RegExp.$3 + RegExp.$4; 229 … return f1 + ' ' + months[f2 - 1] + ' ' + (f3 >= 100 ? f3 : (f3 <= yy ? f3 + cc : f3 + cc - 100)); 232 … return f2 + ' ' + months[f1 - 1] + ' ' + (f3 >= 100 ? f3 : (f3 <= yy ? f3 + cc : f3 + cc - 100)); 235 … return f3 + ' ' + months[f2 - 1] + ' ' + (f1 >= 100 ? f1 : (f1 <= yy ? f1 + cc : f1 + cc - 100));
|
/webtrees/app/Date/ |
H A D | AbstractCalendarDate.php | 364 $months = $month2 - $month1; 369 $months--; 372 if ($months < 0) { 373 $months += $this->calendar->monthsInYear($year2); 377 return [$years, $months, $days];
|
/webtrees/app/Statistics/Repository/ |
H A D | FamilyRepository.php | 351 $months = (int) ($age / 30.5); 353 return I18N::plural('%s month', '%s months', $months, I18N::number($months));
|
H A D | IndividualRepository.php | 975 $months = (int) ($days / 30.5); 976 return I18N::plural('%s month', '%s months', $months, I18N::number($months));
|
/webtrees/app/Module/ |
H A D | StatisticsChartModule.php | 979 foreach ($ydata as $months) { 980 foreach ($months as $month => $value) {
|
/webtrees/resources/views/ |
H A D | calendar-page.phtml | 62 <?php foreach ($months as $m => $month_name) : ?>
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | LICENSE.md | 984 months after the date it initially became available, or at least six 985 (6) months after a subsequent version of that particular Modification
|
/webtrees/resources/lang/en-GB/ |
H A D | messages.po | 297 msgid_plural "%s months" 299 msgstr[1] "%s months" 12653 msgid "Send a message to users who have not signed in for 6 months" 12654 msgstr "Send a message to users who have not signed in for 6 months" 21090 #~ msgid_plural "%s months ago" 21092 #~ msgstr[1] "%s months ago" 22150 #~ msgid "Number of months since the last sign-in for a user’s account to be considered inactive: " 22151 #~ msgstr "Number of months since the last sign-in for a user’s account to be considered inactive: " 23369 #~ msgid "months after marriage" 23370 #~ msgstr "months after marriage" [all …]
|
/webtrees/resources/lang/en-AU/ |
H A D | messages.po | 297 msgid_plural "%s months" 299 msgstr[1] "%s months" 12653 msgid "Send a message to users who have not signed in for 6 months" 12654 msgstr "Send a message to users who have not signed in for 6 months" 21090 #~ msgid_plural "%s months ago" 21092 #~ msgstr[1] "%s months ago" 22144 #~ msgid "Number of months since the last sign-in for a user’s account to be considered inactive: " 22145 #~ msgstr "Number of months since the last sign-in for a user’s account to be considered inactive: " 23359 #~ msgid "months after marriage" 23360 #~ msgstr "months after marriage" [all …]
|
/webtrees/resources/lang/yi/ |
H A D | messages.po | 297 msgid_plural "%s months" 12653 msgid "Send a message to users who have not signed in for 6 months" 21053 #~ msgid_plural "%s months ago" 21591 #~ msgid "Number of months since the last sign-in for a user’s account to be considered inactive: " 22096 #~ msgid "months after marriage" 22099 #~ msgid "months before and after marriage"
|
/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 308 msgid_plural "%s months" 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 13659 msgid "Send a message to users who have not signed in for 6 months" 22914 #~ msgid "Number of months since the last sign-in for a user’s account to be considered inactive: "
|
/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 307 msgid_plural "%s months" 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 13644 msgid "Send a message to users who have not signed in for 6 months" 22893 #~ msgid "Number of months since the last sign-in for a user’s account to be considered inactive: "
|
/webtrees/resources/lang/kk/ |
H A D | messages.po | 296 msgid_plural "%s months" 12652 msgid "Send a message to users who have not signed in for 6 months" 21083 #~ msgid_plural "%s months ago" 21697 #~ msgid "Number of months since the last sign-in for a user’s account to be considered inactive: " 22446 #~ msgid "months after marriage" 22449 #~ msgid "months before and after marriage"
|
/webtrees/resources/lang/uk/ |
H A D | messages.po | 307 msgid_plural "%s months" 12673 msgid "Send a message to users who have not signed in for 6 months" 21130 #~ msgid_plural "%s months ago" 22146 #~ msgid "Number of months since the last sign-in for a user’s account to be considered inactive: " 23369 #~ msgid "months after marriage" 23372 #~ msgid "months before and after marriage"
|
/webtrees/resources/lang/ar/ |
H A D | messages.po | 345 msgid_plural "%s months" 12741 msgid "Send a message to users who have not signed in for 6 months" 21258 #~ msgid_plural "%s months ago" 22259 #~ msgid "Number of months since the last sign-in for a user’s account to be considered inactive: " 23437 #~ msgid "months after marriage" 23440 #~ msgid "months before and after marriage"
|
/webtrees/resources/lang/ru/ |
H A D | messages.po | 318 msgid_plural "%s months" 12684 msgid "Send a message to users who have not signed in for 6 months" 21143 #~ msgid_plural "%s months ago" 22127 #~ msgid "Number of months since the last sign-in for a user’s account to be considered inactive: " 23329 #~ msgid "months after marriage" 23332 #~ msgid "months before and after marriage"
|
/webtrees/resources/lang/he/ |
H A D | messages.po | 301 msgid_plural "%s months" 12657 msgid "Send a message to users who have not signed in for 6 months" 21094 #~ msgid_plural "%s months ago" 22147 #~ msgid "Number of months since the last sign-in for a user’s account to be considered inactive: " 23370 #~ msgid "months after marriage" 23373 #~ msgid "months before and after marriage"
|
/webtrees/resources/lang/el/ |
H A D | messages.po | 301 msgid_plural "%s months" 12670 msgid "Send a message to users who have not signed in for 6 months" 21097 #~ msgid_plural "%s months ago" 21816 #~ msgid "Number of months since the last sign-in for a user’s account to be considered inactive: " 22688 #~ msgid "months after marriage" 22691 #~ msgid "months before and after marriage"
|
/webtrees/resources/lang/sq/ |
H A D | messages.po | 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 321 msgid_plural "%s months" 13581 msgid "Send a message to users who have not signed in for 6 months" 22392 #~ msgid_plural "%s months ago" 23346 #~ msgid "Number of months since the last sign-in for a user’s account to be considered inactive: " 24550 #~ msgid "months after marriage" 24553 #~ msgid "months before and after marriage"
|
/webtrees/resources/lang/sw/ |
H A D | messages.po | 296 msgid_plural "%s months" 12672 msgid "Send a message to users who have not signed in for 6 months" 21095 #~ msgid_plural "%s months ago" 21408 #~ msgid "months after marriage" 21411 #~ msgid "months before and after marriage"
|
/webtrees/resources/lang/bg/ |
H A D | messages.po | 296 msgid_plural "%s months" 12652 msgid "Send a message to users who have not signed in for 6 months" 21062 #~ msgid_plural "%s months ago" 22028 #~ msgid "months after marriage" 22031 #~ msgid "months before and after marriage"
|