summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Statistics/Repository/FamilyRepository.php2
-rw-r--r--app/Statistics/Repository/IndividualRepository.php2
-rw-r--r--resources/lang/af/messages.po12
-rw-r--r--resources/lang/ar/messages.po16
-rw-r--r--resources/lang/bg/messages.po12
-rw-r--r--resources/lang/bs/messages.po13
-rw-r--r--resources/lang/ca/messages.po12
-rw-r--r--resources/lang/cs/messages.po13
-rw-r--r--resources/lang/da/messages.po12
-rw-r--r--resources/lang/de/messages.po12
-rw-r--r--resources/lang/dv/messages.po11
-rw-r--r--resources/lang/el/messages.po12
-rw-r--r--resources/lang/en-AU/messages.po12
-rw-r--r--resources/lang/en-GB/messages.po12
-rw-r--r--resources/lang/en-US/messages.po12
-rw-r--r--resources/lang/es/messages.po12
-rw-r--r--resources/lang/et/messages.po12
-rw-r--r--resources/lang/fa/messages.po12
-rw-r--r--resources/lang/fi/messages.po12
-rw-r--r--resources/lang/fo/messages.po12
-rw-r--r--resources/lang/fr-CA/messages.po12
-rw-r--r--resources/lang/fr/messages.po12
-rw-r--r--resources/lang/gl/messages.po12
-rw-r--r--resources/lang/he/messages.po12
-rw-r--r--resources/lang/hi/messages.po12
-rw-r--r--resources/lang/hr/messages.po13
-rw-r--r--resources/lang/hu/messages.po12
-rw-r--r--resources/lang/id/messages.po11
-rw-r--r--resources/lang/is/messages.po12
-rw-r--r--resources/lang/it/messages.po12
-rw-r--r--resources/lang/ja/messages.po11
-rw-r--r--resources/lang/jv/messages.po12
-rw-r--r--resources/lang/ka/messages.po11
-rw-r--r--resources/lang/kk/messages.po12
-rw-r--r--resources/lang/ku/messages.po12
-rw-r--r--resources/lang/ln/messages.po12
-rw-r--r--resources/lang/lt/messages.po13
-rw-r--r--resources/lang/lv/messages.po13
-rw-r--r--resources/lang/mi/messages.po12
-rw-r--r--resources/lang/mr/messages.po12
-rw-r--r--resources/lang/ms/messages.po11
-rw-r--r--resources/lang/nb/messages.po12
-rw-r--r--resources/lang/ne/messages.po12
-rw-r--r--resources/lang/nl/messages.po12
-rw-r--r--resources/lang/nn/messages.po12
-rw-r--r--resources/lang/oc/messages.po12
-rw-r--r--resources/lang/pl/messages.po13
-rw-r--r--resources/lang/pt-BR/messages.po12
-rw-r--r--resources/lang/pt/messages.po12
-rw-r--r--resources/lang/ro/messages.po13
-rw-r--r--resources/lang/ru/messages.po13
-rw-r--r--resources/lang/sk/messages.po13
-rw-r--r--resources/lang/sl/messages.po14
-rw-r--r--resources/lang/sq/messages.po12
-rw-r--r--resources/lang/sr-Latn/messages.po13
-rw-r--r--resources/lang/sr/messages.po13
-rw-r--r--resources/lang/su/messages.po11
-rw-r--r--resources/lang/sv/messages.po12
-rw-r--r--resources/lang/sw/messages.po12
-rw-r--r--resources/lang/ta/messages.po12
-rw-r--r--resources/lang/th/messages.po11
-rw-r--r--resources/lang/tr/messages.po12
-rw-r--r--resources/lang/tt/messages.po11
-rw-r--r--resources/lang/uk/messages.po13
-rw-r--r--resources/lang/vi/messages.po11
-rw-r--r--resources/lang/webtrees.pot12
-rw-r--r--resources/lang/yi/messages.po12
-rw-r--r--resources/lang/zh-Hans/messages.po11
-rw-r--r--resources/lang/zh-Hant/messages.po11
-rw-r--r--resources/views/lists/sources-table.phtml2
70 files changed, 204 insertions, 613 deletions
diff --git a/app/Statistics/Repository/FamilyRepository.php b/app/Statistics/Repository/FamilyRepository.php
index 701e82a9ad..21f8c9b416 100644
--- a/app/Statistics/Repository/FamilyRepository.php
+++ b/app/Statistics/Repository/FamilyRepository.php
@@ -343,7 +343,7 @@ class FamilyRepository
if ($age < 365) {
$months = (int) ($age / 30.5);
- return I18N::plural('%s months', '%s months', $months, I18N::number($months));
+ return I18N::plural('%s month', '%s months', $months, I18N::number($months));
}
$years = (int) ($age / 365.25);
diff --git a/app/Statistics/Repository/IndividualRepository.php b/app/Statistics/Repository/IndividualRepository.php
index ed4e562df2..b021baf1e6 100644
--- a/app/Statistics/Repository/IndividualRepository.php
+++ b/app/Statistics/Repository/IndividualRepository.php
@@ -953,7 +953,7 @@ class IndividualRepository implements IndividualRepositoryInterface
if ($days < 365) {
$months = (int) ($days / 30.5);
- return I18N::plural('%s months', '%s months', $months, I18N::number($months));
+ return I18N::plural('%s month', '%s months', $months, I18N::number($months));
}
$years = (int) ($days / 365.25);
diff --git a/resources/lang/af/messages.po b/resources/lang/af/messages.po
index b3bf108fcf..ab4ddb888d 100644
--- a/resources/lang/af/messages.po
+++ b/resources/lang/af/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-03-31 19:05+0000\n"
"Last-Translator: Chris Theron <tronsmit@gmail.com>\n"
"Language-Team: Afrikaans <https://translate.webtrees.net/projects/webtrees/webtrees/af/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "%s boodskappe"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "%s maand"
msgstr[1] "%s maande"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/ar/messages.po b/resources/lang/ar/messages.po
index b21195f65a..cfda3571a7 100644
--- a/resources/lang/ar/messages.po
+++ b/resources/lang/ar/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-27 20:16+0000\n"
"Last-Translator: Mustafa Raza <mrqd.009@gmail.com>\n"
"Language-Team: Arabic <https://translate.webtrees.net/projects/webtrees/webtrees/ar/>\n"
@@ -332,6 +332,8 @@ msgstr[5] "توجد %s رسالة"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -343,18 +345,6 @@ msgstr[3] "%s أشهر"
msgstr[4] "%s شهراً"
msgstr[5] "%s شهراً"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/bg/messages.po b/resources/lang/bg/messages.po
index e94661c789..3c56f59e73 100644
--- a/resources/lang/bg/messages.po
+++ b/resources/lang/bg/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2017-07-03 14:22+0000\n"
"Last-Translator: Philip <philip@speedguide.net>\n"
"Language-Team: Bulgarian <https://translate.webtrees.net/projects/webtrees/webtrees/bg/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "Имате %s съобщения"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "%s месец"
msgstr[1] "%s месеца"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/bs/messages.po b/resources/lang/bs/messages.po
index faf239f2ba..c59c308cd9 100644
--- a/resources/lang/bs/messages.po
+++ b/resources/lang/bs/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 18:04+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Bosnian <http://translate.webtrees.net/projects/webtrees/webtrees/bs/>\n"
@@ -294,6 +294,8 @@ msgstr[2] "%s poruka"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -302,15 +304,6 @@ msgstr[0] "%s mjesec"
msgstr[1] "%s mjeseci"
msgstr[2] "%s mjeseci"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/ca/messages.po b/resources/lang/ca/messages.po
index 2dc1454667..f9e6942788 100644
--- a/resources/lang/ca/messages.po
+++ b/resources/lang/ca/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-04-03 10:47+0000\n"
"Last-Translator: Antoni Planas Vilà <toniplanas@calvermell.cat>\n"
"Language-Team: Catalan <https://translate.webtrees.net/projects/webtrees/webtrees/ca/>\n"
@@ -287,6 +287,8 @@ msgstr[1] "%s missatges"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -294,14 +296,6 @@ msgid_plural "%s months"
msgstr[0] "%s mes"
msgstr[1] "%s mesos"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/cs/messages.po b/resources/lang/cs/messages.po
index 53b37c4eaf..a97c0ca722 100644
--- a/resources/lang/cs/messages.po
+++ b/resources/lang/cs/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-03-01 16:18+0000\n"
"Last-Translator: Josef Prause <josef.prause@gmail.com>\n"
"Language-Team: Czech <https://translate.webtrees.net/projects/webtrees/webtrees/cs/>\n"
@@ -301,6 +301,8 @@ msgstr[2] "%s zpráv"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -309,15 +311,6 @@ msgstr[0] "%s měsíc"
msgstr[1] "%s měsíce"
msgstr[2] "%s měsíců"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/da/messages.po b/resources/lang/da/messages.po
index a7e0c2825e..be6569ebee 100644
--- a/resources/lang/da/messages.po
+++ b/resources/lang/da/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-04-20 14:19+0000\n"
"Last-Translator: Meliza Amity <meliza@amitys.com>\n"
"Language-Team: Danish <https://translate.webtrees.net/projects/webtrees/webtrees/da/>\n"
@@ -287,6 +287,8 @@ msgstr[1] "%s meddelelser"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -294,14 +296,6 @@ msgid_plural "%s months"
msgstr[0] "%s måned"
msgstr[1] "%s måneder"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/de/messages.po b/resources/lang/de/messages.po
index dbded44c1d..77642f65d2 100644
--- a/resources/lang/de/messages.po
+++ b/resources/lang/de/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees 1.0\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-03-16 08:33+0000\n"
"Last-Translator: Martin <der@bauschaffen.de>\n"
"Language-Team: German <https://translate.webtrees.net/projects/webtrees/webtrees/de/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "%s Nachrichten"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "%s Monat"
msgstr[1] "%s Monate"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/dv/messages.po b/resources/lang/dv/messages.po
index 604c65696b..6bea1b32d9 100644
--- a/resources/lang/dv/messages.po
+++ b/resources/lang/dv/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2011-01-04 08:25+0000\n"
"Last-Translator: saudhu <Unknown>\n"
"Language: dv\n"
@@ -270,16 +270,11 @@ msgstr[0] ""
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
-#: resources/views/modules/relatives/family.phtml:183
-#, php-format
-msgid "%s month"
-msgid_plural "%s months"
-msgstr[0] ""
-
#: app/Statistics/Repository/FamilyRepository.php:346
#: app/Statistics/Repository/IndividualRepository.php:956
+#: resources/views/modules/relatives/family.phtml:183
#, php-format
-msgid "%s months"
+msgid "%s month"
msgid_plural "%s months"
msgstr[0] ""
diff --git a/resources/lang/el/messages.po b/resources/lang/el/messages.po
index c2f8db8871..443e4e10bd 100644
--- a/resources/lang/el/messages.po
+++ b/resources/lang/el/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-01-13 19:15+0000\n"
"Last-Translator: Klimis Panagiotis <klimis.p@gmail.com>\n"
"Language-Team: Greek <https://translate.webtrees.net/projects/webtrees/webtrees/el/>\n"
@@ -287,6 +287,8 @@ msgstr[1] "%s μηνύματα"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -294,14 +296,6 @@ msgid_plural "%s months"
msgstr[0] "%s μήνας"
msgstr[1] "%s μήνες"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/en-AU/messages.po b/resources/lang/en-AU/messages.po
index 913f8ad11a..bb0638c4ec 100644
--- a/resources/lang/en-AU/messages.po
+++ b/resources/lang/en-AU/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-01-30 10:04+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: English (Australia) <https://translate.webtrees.net/projects/webtrees/webtrees/en_AU/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "%s messages"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "%s month"
msgstr[1] "%s months"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/en-GB/messages.po b/resources/lang/en-GB/messages.po
index 8c2fb1e781..de222207b0 100644
--- a/resources/lang/en-GB/messages.po
+++ b/resources/lang/en-GB/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-01-30 10:04+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: English (United Kingdom) <https://translate.webtrees.net/projects/webtrees/webtrees/en_GB/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "%s messages"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "%s month"
msgstr[1] "%s months"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/en-US/messages.po b/resources/lang/en-US/messages.po
index ca0647936f..cdfb691bb4 100644
--- a/resources/lang/en-US/messages.po
+++ b/resources/lang/en-US/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2017-07-02 08:11+0000\n"
"Last-Translator: Greg Roach <fisharebest@gmail.com>\n"
"Language-Team: English (United States) <https://translate.webtrees.net/projects/webtrees/webtrees/en-US/>\n"
@@ -283,17 +283,11 @@ msgstr[1] ""
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
-#: resources/views/modules/relatives/family.phtml:183
-#, php-format
-msgid "%s month"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Statistics/Repository/FamilyRepository.php:346
#: app/Statistics/Repository/IndividualRepository.php:956
+#: resources/views/modules/relatives/family.phtml:183
#, php-format
-msgid "%s months"
+msgid "%s month"
msgid_plural "%s months"
msgstr[0] ""
msgstr[1] ""
diff --git a/resources/lang/es/messages.po b/resources/lang/es/messages.po
index 683498e4ff..f314ca0028 100644
--- a/resources/lang/es/messages.po
+++ b/resources/lang/es/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-04-20 14:19+0000\n"
"Last-Translator: Jorge Ruiz Calpe <loquiyoz@gmail.com>\n"
"Language-Team: Spanish <https://translate.webtrees.net/projects/webtrees/webtrees/es/>\n"
@@ -288,6 +288,8 @@ msgstr[1] "%s mensajes"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -295,14 +297,6 @@ msgid_plural "%s months"
msgstr[0] "%s mes"
msgstr[1] "%s meses"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/et/messages.po b/resources/lang/et/messages.po
index 2cb3a8c332..27ac88785c 100644
--- a/resources/lang/et/messages.po
+++ b/resources/lang/et/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-08-27 18:49+0000\n"
"Last-Translator: J <jorgenvvv@gmail.com>\n"
"Language-Team: Estonian <http://weblate.iet.open.ac.uk/projects/webtrees/webtrees/et/>\n"
@@ -288,6 +288,8 @@ msgstr[1] "%s sõnumit"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -295,14 +297,6 @@ msgid_plural "%s months"
msgstr[0] "%s kuu"
msgstr[1] "%s kuud"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/fa/messages.po b/resources/lang/fa/messages.po
index 85dfd7d2d2..3e363ab590 100644
--- a/resources/lang/fa/messages.po
+++ b/resources/lang/fa/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees 1.0\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 18:04+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Persian <http://translate.webtrees.net/projects/webtrees/webtrees/fa/>\n"
@@ -285,6 +285,8 @@ msgstr[1] "%s پیام(ها)"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -292,14 +294,6 @@ msgid_plural "%s months"
msgstr[0] "%s ماه"
msgstr[1] "%s ماه(ها) پیش"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/fi/messages.po b/resources/lang/fi/messages.po
index 52af6899b7..431202e408 100644
--- a/resources/lang/fi/messages.po
+++ b/resources/lang/fi/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-04-20 14:19+0000\n"
"Last-Translator: Meliza Amity <meliza@amitys.com>\n"
"Language-Team: Finnish <https://translate.webtrees.net/projects/webtrees/webtrees/fi/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "%s viestiä"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "%s kuukausi"
msgstr[1] "%s kuukautta"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/fo/messages.po b/resources/lang/fo/messages.po
index 09de53143a..3fc3dc1d9b 100644
--- a/resources/lang/fo/messages.po
+++ b/resources/lang/fo/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2016-05-13 13:13+0000\n"
"Last-Translator: Greg Roach <fisharebest@gmail.com>\n"
"Language-Team: Faroese <https://translate.webtrees.net/projects/webtrees/webtrees/fo/>\n"
@@ -283,17 +283,11 @@ msgstr[1] ""
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
-#: resources/views/modules/relatives/family.phtml:183
-#, php-format
-msgid "%s month"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Statistics/Repository/FamilyRepository.php:346
#: app/Statistics/Repository/IndividualRepository.php:956
+#: resources/views/modules/relatives/family.phtml:183
#, php-format
-msgid "%s months"
+msgid "%s month"
msgid_plural "%s months"
msgstr[0] ""
msgstr[1] ""
diff --git a/resources/lang/fr-CA/messages.po b/resources/lang/fr-CA/messages.po
index 512414f0b8..504bd88e33 100644
--- a/resources/lang/fr-CA/messages.po
+++ b/resources/lang/fr-CA/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-03-03 12:33+0000\n"
"Last-Translator: Michael Rapp <mike_jpr@outlook.com>\n"
"Language-Team: French (Canada) <https://translate.webtrees.net/projects/webtrees/webtrees/fr_CA/>\n"
@@ -285,6 +285,8 @@ msgstr[1] "%s messages"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -292,14 +294,6 @@ msgid_plural "%s months"
msgstr[0] "%s mois"
msgstr[1] "%s mois"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/fr/messages.po b/resources/lang/fr/messages.po
index de7d750a2d..b288e0a91d 100644
--- a/resources/lang/fr/messages.po
+++ b/resources/lang/fr/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-03-03 12:33+0000\n"
"Last-Translator: Michael Rapp <mike_jpr@outlook.com>\n"
"Language-Team: French <https://translate.webtrees.net/projects/webtrees/webtrees/fr/>\n"
@@ -287,6 +287,8 @@ msgstr[1] "%s messages"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -294,14 +296,6 @@ msgid_plural "%s months"
msgstr[0] "%s mois"
msgstr[1] "%s mois"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/gl/messages.po b/resources/lang/gl/messages.po
index 66dbb56f29..6f0656478b 100644
--- a/resources/lang/gl/messages.po
+++ b/resources/lang/gl/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2017-08-14 11:04+0000\n"
"Last-Translator: Alberto Barros <bertobarros@hotmail.com>\n"
"Language-Team: Galician <https://translate.webtrees.net/projects/webtrees/webtrees/gl/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "%s mensaxes"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "%s mes"
msgstr[1] "%s meses"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/he/messages.po b/resources/lang/he/messages.po
index 66305cb998..abaf5bdae6 100644
--- a/resources/lang/he/messages.po
+++ b/resources/lang/he/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-05-01 09:46+0000\n"
"Last-Translator: Meliza Amity <meliza@amitys.com>\n"
"Language-Team: Hebrew <https://translate.webtrees.net/projects/webtrees/webtrees/he/>\n"
@@ -287,6 +287,8 @@ msgstr[1] "%s הודעות"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -294,14 +296,6 @@ msgid_plural "%s months"
msgstr[0] "חודש אחד"
msgstr[1] "%s חודשים"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/hi/messages.po b/resources/lang/hi/messages.po
index faf1866feb..9938366d20 100644
--- a/resources/lang/hi/messages.po
+++ b/resources/lang/hi/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees 1.0\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-05-03 11:49+0000\n"
"Last-Translator: Mustafa Raza <mrqd.009@gmail.com>\n"
"Language-Team: Hindi <https://translate.webtrees.net/projects/webtrees/webtrees/hi/>\n"
@@ -288,6 +288,8 @@ msgstr[1] "%s संदेश"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -295,14 +297,6 @@ msgid_plural "%s months"
msgstr[0] "%s महीना"
msgstr[1] "%s महीने"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/hr/messages.po b/resources/lang/hr/messages.po
index 1919d4c375..f0ae0abfe3 100644
--- a/resources/lang/hr/messages.po
+++ b/resources/lang/hr/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2018-10-14 23:55+0000\n"
"Last-Translator: Milivoj Bartoš <mic@mikrotakt.com>\n"
"Language-Team: Croatian <https://translate.webtrees.net/projects/webtrees/webtrees/hr/>\n"
@@ -298,6 +298,8 @@ msgstr[2] "%s poruka"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -306,15 +308,6 @@ msgstr[0] "%s mjesec"
msgstr[1] "%s mjeseca"
msgstr[2] "%s mjeseci"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/hu/messages.po b/resources/lang/hu/messages.po
index f9ddf3a9b1..7c36d86453 100644
--- a/resources/lang/hu/messages.po
+++ b/resources/lang/hu/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-02-05 13:24+0000\n"
"Last-Translator: Gyönyör János <gyj@centrum.sk>\n"
"Language-Team: Hungarian <https://translate.webtrees.net/projects/webtrees/webtrees/hu/>\n"
@@ -288,6 +288,8 @@ msgstr[1] "%s üzenet"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -295,14 +297,6 @@ msgid_plural "%s months"
msgstr[0] "%s hónap"
msgstr[1] "%s hónap"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/id/messages.po b/resources/lang/id/messages.po
index 72f691c6eb..9698be5fdb 100644
--- a/resources/lang/id/messages.po
+++ b/resources/lang/id/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 18:04+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Indonesian <http://translate.webtrees.net/projects/webtrees/webtrees/id/>\n"
@@ -277,19 +277,14 @@ msgstr[0] "%s Pesan"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
msgid_plural "%s months"
msgstr[0] "%s bulan"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/is/messages.po b/resources/lang/is/messages.po
index 45ac42e695..79b988a0ac 100644
--- a/resources/lang/is/messages.po
+++ b/resources/lang/is/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 09:32+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Icelandic <http://translate.webtrees.net/projects/webtrees/webtrees/is/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "%s skilaboð"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "%s mánuður"
msgstr[1] "%s mánuðir"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/it/messages.po b/resources/lang/it/messages.po
index 6787a83924..4aae107688 100644
--- a/resources/lang/it/messages.po
+++ b/resources/lang/it/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-02-10 09:01+0000\n"
"Last-Translator: Luca Bighi <luca74@email.it>\n"
"Language-Team: Italian <https://translate.webtrees.net/projects/webtrees/webtrees/it/>\n"
@@ -289,6 +289,8 @@ msgstr[1] "%s messaggi"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -296,14 +298,6 @@ msgid_plural "%s months"
msgstr[0] "%s mese"
msgstr[1] "%s mesi"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/ja/messages.po b/resources/lang/ja/messages.po
index 29c02cb612..165fb72c69 100644
--- a/resources/lang/ja/messages.po
+++ b/resources/lang/ja/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2016-04-19 10:59+0000\n"
"Last-Translator: Greg Roach <fisharebest@gmail.com>\n"
"Language-Team: Japanese <https://translate.webtrees.net/projects/webtrees/webtrees/ja/>\n"
@@ -272,16 +272,11 @@ msgstr[0] "%s メッセージ"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
-#: resources/views/modules/relatives/family.phtml:183
-#, php-format
-msgid "%s month"
-msgid_plural "%s months"
-msgstr[0] ""
-
#: app/Statistics/Repository/FamilyRepository.php:346
#: app/Statistics/Repository/IndividualRepository.php:956
+#: resources/views/modules/relatives/family.phtml:183
#, php-format
-msgid "%s months"
+msgid "%s month"
msgid_plural "%s months"
msgstr[0] ""
diff --git a/resources/lang/jv/messages.po b/resources/lang/jv/messages.po
index 3878153d27..59de566341 100644
--- a/resources/lang/jv/messages.po
+++ b/resources/lang/jv/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees 1.0\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2018-10-01 01:22+0000\n"
"Last-Translator: Andi Ahmad Fachrudin <nugeonet@gmail.com>\n"
"Language-Team: Javanese <https://translate.webtrees.net/projects/webtrees/webtrees/jv/>\n"
@@ -283,17 +283,11 @@ msgstr[1] ""
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
-#: resources/views/modules/relatives/family.phtml:183
-#, php-format
-msgid "%s month"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Statistics/Repository/FamilyRepository.php:346
#: app/Statistics/Repository/IndividualRepository.php:956
+#: resources/views/modules/relatives/family.phtml:183
#, php-format
-msgid "%s months"
+msgid "%s month"
msgid_plural "%s months"
msgstr[0] ""
msgstr[1] ""
diff --git a/resources/lang/ka/messages.po b/resources/lang/ka/messages.po
index 7a5351fc89..603abee275 100644
--- a/resources/lang/ka/messages.po
+++ b/resources/lang/ka/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 18:04+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Georgian <http://translate.webtrees.net/projects/webtrees/webtrees/ka/>\n"
@@ -272,19 +272,14 @@ msgstr[0] "%s შეტყობინება"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
msgid_plural "%s months"
msgstr[0] "%s თვე"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/kk/messages.po b/resources/lang/kk/messages.po
index cc5186c869..c5e174ab51 100644
--- a/resources/lang/kk/messages.po
+++ b/resources/lang/kk/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 21:34+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Kazakh <http://translate.webtrees.net/projects/webtrees/webtrees/kk/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "%s хабарламалар"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "%s ай"
msgstr[1] "%s айлар"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/ku/messages.po b/resources/lang/ku/messages.po
index 6652c5a44e..ba7402f5d3 100644
--- a/resources/lang/ku/messages.po
+++ b/resources/lang/ku/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-02-16 09:07+0000\n"
"Last-Translator: Victor Tiltay <vtiltay@gmail.com>\n"
"Language-Team: Kurdish <https://translate.webtrees.net/projects/webtrees/webtrees/ku/>\n"
@@ -283,6 +283,8 @@ msgstr[1] ""
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "%s meh"
msgstr[1] "%s mehan"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/ln/messages.po b/resources/lang/ln/messages.po
index 03d313d686..171ef9984f 100644
--- a/resources/lang/ln/messages.po
+++ b/resources/lang/ln/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 18:04+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Lingala <http://translate.webtrees.net/projects/webtrees/webtrees/ln/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "nkomá %s"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "sánzá %s"
msgstr[1] "basánzá %s"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/lt/messages.po b/resources/lang/lt/messages.po
index 1be991e3da..1fad2ac6b4 100644
--- a/resources/lang/lt/messages.po
+++ b/resources/lang/lt/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-10-22 21:17+0000\n"
"Last-Translator: Vytautas Krivickas <vytautas.krivickas@gmail.com>\n"
"Language-Team: Lithuanian <http://weblate.iet.open.ac.uk/projects/webtrees/webtrees/lt/>\n"
@@ -298,6 +298,8 @@ msgstr[2] "%s žinučių"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -306,15 +308,6 @@ msgstr[0] "%s mėnuo"
msgstr[1] "%s mėnesiai"
msgstr[2] "%s mėnesių"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/lv/messages.po b/resources/lang/lv/messages.po
index 26422e74f5..2ea2d1d3af 100644
--- a/resources/lang/lv/messages.po
+++ b/resources/lang/lv/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2018-03-18 17:45+0000\n"
"Last-Translator: Edgars <edgars.kalnins.riga@gmail.com>\n"
"Language-Team: Latvian <https://translate.webtrees.net/projects/webtrees/webtrees/lv/>\n"
@@ -294,6 +294,8 @@ msgstr[2] "%s ziņojumi"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -302,15 +304,6 @@ msgstr[0] "%s mēnesis"
msgstr[1] "%s mēneši"
msgstr[2] "%s mēneši"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/mi/messages.po b/resources/lang/mi/messages.po
index 3f59e7a743..c119a21cc4 100644
--- a/resources/lang/mi/messages.po
+++ b/resources/lang/mi/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2012-04-25 05:30+0000\n"
"Last-Translator: kiwi <Unknown>\n"
"Language: mi\n"
@@ -281,17 +281,11 @@ msgstr[1] ""
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
-#: resources/views/modules/relatives/family.phtml:183
-#, php-format
-msgid "%s month"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Statistics/Repository/FamilyRepository.php:346
#: app/Statistics/Repository/IndividualRepository.php:956
+#: resources/views/modules/relatives/family.phtml:183
#, php-format
-msgid "%s months"
+msgid "%s month"
msgid_plural "%s months"
msgstr[0] ""
msgstr[1] ""
diff --git a/resources/lang/mr/messages.po b/resources/lang/mr/messages.po
index 9966be36ea..82ef59d22a 100644
--- a/resources/lang/mr/messages.po
+++ b/resources/lang/mr/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2016-09-27 19:37+0000\n"
"Last-Translator: Hemprasad <hemprasad.badagujar@gmail.com>\n"
"Language-Team: Marathi <https://translate.webtrees.net/projects/webtrees/webtrees/mr/>\n"
@@ -283,17 +283,11 @@ msgstr[1] ""
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
-#: resources/views/modules/relatives/family.phtml:183
-#, php-format
-msgid "%s month"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Statistics/Repository/FamilyRepository.php:346
#: app/Statistics/Repository/IndividualRepository.php:956
+#: resources/views/modules/relatives/family.phtml:183
#, php-format
-msgid "%s months"
+msgid "%s month"
msgid_plural "%s months"
msgstr[0] ""
msgstr[1] ""
diff --git a/resources/lang/ms/messages.po b/resources/lang/ms/messages.po
index 1b08b7cf00..e3b09161dd 100644
--- a/resources/lang/ms/messages.po
+++ b/resources/lang/ms/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2017-10-18 21:08+0000\n"
"Last-Translator: Kilik Alexander <kilikgantit@gmail.com>\n"
"Language-Team: Malay <https://translate.webtrees.net/projects/webtrees/webtrees/ms/>\n"
@@ -272,19 +272,14 @@ msgstr[0] "%s mesej"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
msgid_plural "%s months"
msgstr[0] "%s bulan"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/nb/messages.po b/resources/lang/nb/messages.po
index d833112869..5a3835ea1f 100644
--- a/resources/lang/nb/messages.po
+++ b/resources/lang/nb/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-04-20 14:19+0000\n"
"Last-Translator: HRN <hogne.roed.nilsen@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translate.webtrees.net/projects/webtrees/webtrees/nb_NO/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "%s meldinger"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "%s måned"
msgstr[1] "%s måneder"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/ne/messages.po b/resources/lang/ne/messages.po
index 02b01717ad..d6637596e9 100644
--- a/resources/lang/ne/messages.po
+++ b/resources/lang/ne/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2016-04-19 11:36+0000\n"
"Last-Translator: Greg Roach <fisharebest@gmail.com>\n"
"Language-Team: Nepali <https://translate.webtrees.net/projects/webtrees/webtrees/ne/>\n"
@@ -283,17 +283,11 @@ msgstr[1] ""
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
-#: resources/views/modules/relatives/family.phtml:183
-#, php-format
-msgid "%s month"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Statistics/Repository/FamilyRepository.php:346
#: app/Statistics/Repository/IndividualRepository.php:956
+#: resources/views/modules/relatives/family.phtml:183
#, php-format
-msgid "%s months"
+msgid "%s month"
msgid_plural "%s months"
msgstr[0] ""
msgstr[1] ""
diff --git a/resources/lang/nl/messages.po b/resources/lang/nl/messages.po
index 45b655caf9..d6420a9f88 100644
--- a/resources/lang/nl/messages.po
+++ b/resources/lang/nl/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-02-10 09:01+0000\n"
"Last-Translator: Frans Weber <stamboom@bfle.nl>\n"
"Language-Team: Dutch <https://translate.webtrees.net/projects/webtrees/webtrees/nl/>\n"
@@ -287,6 +287,8 @@ msgstr[1] "%s berichten"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -294,14 +296,6 @@ msgid_plural "%s months"
msgstr[0] "%s maand"
msgstr[1] "%s maanden"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/nn/messages.po b/resources/lang/nn/messages.po
index c4d98471d1..2bb94da150 100644
--- a/resources/lang/nn/messages.po
+++ b/resources/lang/nn/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-04-20 14:19+0000\n"
"Last-Translator: HRN <hogne.roed.nilsen@gmail.com>\n"
"Language-Team: Norwegian Nynorsk <https://translate.webtrees.net/projects/webtrees/webtrees/nn/>\n"
@@ -287,6 +287,8 @@ msgstr[1] "%s meldingar"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -294,14 +296,6 @@ msgid_plural "%s months"
msgstr[0] "%s månad"
msgstr[1] "%s månader"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/oc/messages.po b/resources/lang/oc/messages.po
index 68a4cd4832..6c7f2c0d5f 100644
--- a/resources/lang/oc/messages.po
+++ b/resources/lang/oc/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 18:04+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Occitan <http://translate.webtrees.net/projects/webtrees/webtrees/oc/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "%s messatges"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "%s mes"
msgstr[1] "%s mes"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/pl/messages.po b/resources/lang/pl/messages.po
index 240c9f33d8..90b816ae0e 100644
--- a/resources/lang/pl/messages.po
+++ b/resources/lang/pl/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 09:32+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Polish <http://translate.webtrees.net/projects/webtrees/webtrees/pl/>\n"
@@ -299,6 +299,8 @@ msgstr[2] "%s wiadomości"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -307,15 +309,6 @@ msgstr[0] "%s miesiąc"
msgstr[1] "%s miesiące"
msgstr[2] "%s miesięcy"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/pt-BR/messages.po b/resources/lang/pt-BR/messages.po
index 98e8d9d019..3ef950ae4b 100644
--- a/resources/lang/pt-BR/messages.po
+++ b/resources/lang/pt-BR/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 18:04+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Portuguese (Brazil) <http://translate.webtrees.net/projects/webtrees/webtrees/pt_BR/>\n"
@@ -287,6 +287,8 @@ msgstr[1] "%s mensagens"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -294,14 +296,6 @@ msgid_plural "%s months"
msgstr[0] "%s mês"
msgstr[1] "%s meses"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/pt/messages.po b/resources/lang/pt/messages.po
index eca5e5bfe8..1f4aea675d 100644
--- a/resources/lang/pt/messages.po
+++ b/resources/lang/pt/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 18:04+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Portuguese <http://translate.webtrees.net/projects/webtrees/webtrees/pt/>\n"
@@ -288,6 +288,8 @@ msgstr[1] "%s mensagens"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -295,14 +297,6 @@ msgid_plural "%s months"
msgstr[0] "%s mês"
msgstr[1] "%s meses"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/ro/messages.po b/resources/lang/ro/messages.po
index 908e30c195..b530f8e08b 100644
--- a/resources/lang/ro/messages.po
+++ b/resources/lang/ro/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 18:04+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Romanian <http://translate.webtrees.net/projects/webtrees/webtrees/ro/>\n"
@@ -299,18 +299,11 @@ msgstr[2] "%s mesaje"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
-#: resources/views/modules/relatives/family.phtml:183
-#, php-format
-msgid "%s month"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
#: app/Statistics/Repository/FamilyRepository.php:346
#: app/Statistics/Repository/IndividualRepository.php:956
+#: resources/views/modules/relatives/family.phtml:183
#, php-format
-msgid "%s months"
+msgid "%s month"
msgid_plural "%s months"
msgstr[0] ""
msgstr[1] ""
diff --git a/resources/lang/ru/messages.po b/resources/lang/ru/messages.po
index 82ca4269a7..9a337d16b0 100644
--- a/resources/lang/ru/messages.po
+++ b/resources/lang/ru/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 09:32+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Russian <http://translate.webtrees.net/projects/webtrees/webtrees/ru/>\n"
@@ -303,6 +303,8 @@ msgstr[2] "%s сообщений"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -311,15 +313,6 @@ msgstr[0] "%s месяц"
msgstr[1] "%s месяца"
msgstr[2] "%s месяцев"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/sk/messages.po b/resources/lang/sk/messages.po
index b716ba8d7c..798600051f 100644
--- a/resources/lang/sk/messages.po
+++ b/resources/lang/sk/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Slovak (webtrees)\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-03-28 09:41+0000\n"
"Last-Translator: Ladislav Rosival <lacoros@gmail.com>\n"
"Language-Team: Slovak <https://translate.webtrees.net/projects/webtrees/webtrees/sk/>\n"
@@ -310,6 +310,8 @@ msgstr[2] "%s správ"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -318,15 +320,6 @@ msgstr[0] "%s mesiac"
msgstr[1] "%s mesiace"
msgstr[2] "%s mesiacov"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/sl/messages.po b/resources/lang/sl/messages.po
index 40621d46f6..63291efa26 100644
--- a/resources/lang/sl/messages.po
+++ b/resources/lang/sl/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-03-29 16:29+0000\n"
"Last-Translator: Robert Eržen <erzen.robert@gmail.com>\n"
"Language-Team: Slovenian <https://translate.webtrees.net/projects/webtrees/webtrees/sl/>\n"
@@ -310,19 +310,11 @@ msgstr[3] "%s sporočil"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
-#: resources/views/modules/relatives/family.phtml:183
-#, php-format
-msgid "%s month"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
#: app/Statistics/Repository/FamilyRepository.php:346
#: app/Statistics/Repository/IndividualRepository.php:956
+#: resources/views/modules/relatives/family.phtml:183
#, php-format
-msgid "%s months"
+msgid "%s month"
msgid_plural "%s months"
msgstr[0] ""
msgstr[1] ""
diff --git a/resources/lang/sq/messages.po b/resources/lang/sq/messages.po
index c5d7920cd4..2024437e98 100644
--- a/resources/lang/sq/messages.po
+++ b/resources/lang/sq/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Albanian (webtrees)\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2018-08-27 22:13+0000\n"
"Last-Translator: Astrit Bokshi <astritbokshi@gmail.com>\n"
"Language-Team: Albanian <https://translate.webtrees.net/projects/webtrees/webtrees/sq/>\n"
@@ -311,6 +311,8 @@ msgstr[1] "%s mesazhe"
# I18N: Part of an age string. e.g. 5 years, 4 months and 3 days
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -318,14 +320,6 @@ msgid_plural "%s months"
msgstr[0] "%s muaj"
msgstr[1] "%s muaj"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/sr-Latn/messages.po b/resources/lang/sr-Latn/messages.po
index 43b5bd2a42..74f7984d75 100644
--- a/resources/lang/sr-Latn/messages.po
+++ b/resources/lang/sr-Latn/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 18:04+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Serbian (latin) <http://translate.webtrees.net/projects/webtrees/webtrees/sr_Latn/>\n"
@@ -299,6 +299,8 @@ msgstr[2] "%s poruka"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -307,15 +309,6 @@ msgstr[0] "%s mesec"
msgstr[1] "%s meseca"
msgstr[2] "%s meseci"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/sr/messages.po b/resources/lang/sr/messages.po
index 087ac68b9a..a6aedccb45 100644
--- a/resources/lang/sr/messages.po
+++ b/resources/lang/sr/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 18:04+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Serbian <http://translate.webtrees.net/projects/webtrees/webtrees/sr/>\n"
@@ -299,18 +299,11 @@ msgstr[2] ""
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
-#: resources/views/modules/relatives/family.phtml:183
-#, php-format
-msgid "%s month"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
#: app/Statistics/Repository/FamilyRepository.php:346
#: app/Statistics/Repository/IndividualRepository.php:956
+#: resources/views/modules/relatives/family.phtml:183
#, php-format
-msgid "%s months"
+msgid "%s month"
msgid_plural "%s months"
msgstr[0] ""
msgstr[1] ""
diff --git a/resources/lang/su/messages.po b/resources/lang/su/messages.po
index 900a3d78c3..694f6e53a6 100644
--- a/resources/lang/su/messages.po
+++ b/resources/lang/su/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees 1.0\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2018-10-08 09:06+0000\n"
"Last-Translator: Andi Ahmad Fachrudin <nugeonet@gmail.com>\n"
"Language-Team: Sundanese <https://translate.webtrees.net/projects/webtrees/webtrees/su/>\n"
@@ -280,6 +280,8 @@ msgstr[1] ""
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -287,13 +289,6 @@ msgid_plural "%s months"
msgstr[0] ""
msgstr[1] ""
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/sv/messages.po b/resources/lang/sv/messages.po
index d63f7b9419..07089c5993 100644
--- a/resources/lang/sv/messages.po
+++ b/resources/lang/sv/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-04-20 14:19+0000\n"
"Last-Translator: Meliza Amity <meliza@amitys.com>\n"
"Language-Team: Swedish <https://translate.webtrees.net/projects/webtrees/webtrees/sv/>\n"
@@ -287,6 +287,8 @@ msgstr[1] "%s meddelanden"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -294,14 +296,6 @@ msgid_plural "%s months"
msgstr[0] "%s månad"
msgstr[1] "%s månader"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/sw/messages.po b/resources/lang/sw/messages.po
index 729b382687..560a254f69 100644
--- a/resources/lang/sw/messages.po
+++ b/resources/lang/sw/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2017-08-01 18:39+0000\n"
"Last-Translator: Jean-Maurice Omankoy <jean_mau@hotmail.com>\n"
"Language-Team: Swahili <https://translate.webtrees.net/projects/webtrees/webtrees/sw/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "ujumbe %s"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "mwezi %s"
msgstr[1] "miezi %s"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/ta/messages.po b/resources/lang/ta/messages.po
index 9d10829e80..2032a86c9a 100644
--- a/resources/lang/ta/messages.po
+++ b/resources/lang/ta/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2012-03-15 15:20+0000\n"
"Last-Translator: Gokul S <yesgocool@yahoo.co.in>\n"
"Language: ta\n"
@@ -281,17 +281,11 @@ msgstr[1] ""
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
-#: resources/views/modules/relatives/family.phtml:183
-#, php-format
-msgid "%s month"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Statistics/Repository/FamilyRepository.php:346
#: app/Statistics/Repository/IndividualRepository.php:956
+#: resources/views/modules/relatives/family.phtml:183
#, php-format
-msgid "%s months"
+msgid "%s month"
msgid_plural "%s months"
msgstr[0] ""
msgstr[1] ""
diff --git a/resources/lang/th/messages.po b/resources/lang/th/messages.po
index e6b2175c00..520a0ea0e0 100644
--- a/resources/lang/th/messages.po
+++ b/resources/lang/th/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2016-10-03 09:55+0000\n"
"Last-Translator: Meliza Amity <meliza@amitys.com>\n"
"Language-Team: Thai <https://translate.webtrees.net/projects/webtrees/webtrees/th/>\n"
@@ -272,16 +272,11 @@ msgstr[0] ""
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
-#: resources/views/modules/relatives/family.phtml:183
-#, php-format
-msgid "%s month"
-msgid_plural "%s months"
-msgstr[0] ""
-
#: app/Statistics/Repository/FamilyRepository.php:346
#: app/Statistics/Repository/IndividualRepository.php:956
+#: resources/views/modules/relatives/family.phtml:183
#, php-format
-msgid "%s months"
+msgid "%s month"
msgid_plural "%s months"
msgstr[0] ""
diff --git a/resources/lang/tr/messages.po b/resources/lang/tr/messages.po
index 11ebfd60d3..9b788ec7a8 100644
--- a/resources/lang/tr/messages.po
+++ b/resources/lang/tr/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-03-29 16:29+0000\n"
"Last-Translator: Suleyman <hsarslan@yahoo.com>\n"
"Language-Team: Turkish <https://translate.webtrees.net/projects/webtrees/webtrees/tr/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "%s mesajınız var"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "%s ay"
msgstr[1] "%s ay"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/tt/messages.po b/resources/lang/tt/messages.po
index 5cec4fb9d9..a55840dcc1 100644
--- a/resources/lang/tt/messages.po
+++ b/resources/lang/tt/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2016-05-13 13:12+0000\n"
"Last-Translator: Greg Roach <fisharebest@gmail.com>\n"
"Language-Team: Tatar <https://translate.webtrees.net/projects/webtrees/webtrees/tt/>\n"
@@ -272,19 +272,14 @@ msgstr[0] "%s хәбәр"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
msgid_plural "%s months"
msgstr[0] "%s ай"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/uk/messages.po b/resources/lang/uk/messages.po
index 842afe6e40..286e11a0d8 100644
--- a/resources/lang/uk/messages.po
+++ b/resources/lang/uk/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2018-10-19 17:57+0000\n"
"Last-Translator: Vitalii Oleshkevych <mar2008m@gmail.com>\n"
"Language-Team: Ukrainian <https://translate.webtrees.net/projects/webtrees/webtrees/uk/>\n"
@@ -294,6 +294,8 @@ msgstr[2] "%s повідомлень"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -302,15 +304,6 @@ msgstr[0] "%s місяць"
msgstr[1] "%s місяця"
msgstr[2] "%s місяців"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/vi/messages.po b/resources/lang/vi/messages.po
index 35fe4d466b..e4c8c0b84a 100644
--- a/resources/lang/vi/messages.po
+++ b/resources/lang/vi/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees vietnamese Version 1.5.3\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2019-11-09 09:32+0000\n"
"Last-Translator: Administrator <greg.roach@open.ac.uk>\n"
"Language-Team: Vietnamese <http://translate.webtrees.net/projects/webtrees/webtrees/vi/>\n"
@@ -276,19 +276,14 @@ msgstr[0] "%s tin"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
msgid_plural "%s months"
msgstr[0] "%s tháng"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/webtrees.pot b/resources/lang/webtrees.pot
index e11cce60c1..6983e39f04 100644
--- a/resources/lang/webtrees.pot
+++ b/resources/lang/webtrees.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees 1.0\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33,6 +33,8 @@ msgstr[1] ""
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -13737,14 +13739,6 @@ msgstr ""
msgid "census added"
msgstr ""
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Statistics/Repository/FamilyRepository.php:468
#: app/Statistics/Repository/UserRepository.php:96
#: resources/views/statistics/families/top10-list-age.phtml:23
diff --git a/resources/lang/yi/messages.po b/resources/lang/yi/messages.po
index c80e20c0d1..9354e2bc12 100644
--- a/resources/lang/yi/messages.po
+++ b/resources/lang/yi/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webtrees\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2016-05-18 18:38+0000\n"
"Last-Translator: Greg Roach <fisharebest@gmail.com>\n"
"Language-Team: Yiddish <https://translate.webtrees.net/projects/webtrees/webtrees/yi/>\n"
@@ -283,6 +283,8 @@ msgstr[1] "%s אָנזאָגן"
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
@@ -290,14 +292,6 @@ msgid_plural "%s months"
msgstr[0] "%s מאָנאַט"
msgstr[1] "%s מאנאטן"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-msgstr[1] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/zh-Hans/messages.po b/resources/lang/zh-Hans/messages.po
index afa75337fe..6463c4086e 100644
--- a/resources/lang/zh-Hans/messages.po
+++ b/resources/lang/zh-Hans/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Chinese (Simplified) (webtrees)\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-04-26 13:52+0000\n"
"Last-Translator: rui <xmlf@hotmail.com>\n"
"Language-Team: Chinese (Simplified) <https://translate.webtrees.net/projects/webtrees/webtrees/zh_Hans/>\n"
@@ -296,19 +296,14 @@ msgstr[0] "%s 信息"
# I18N: Part of an age string. e.g. 5 years, 4 months and 3 days
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
msgid_plural "%s months"
msgstr[0] "%s 月"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/lang/zh-Hant/messages.po b/resources/lang/zh-Hant/messages.po
index a67dd02941..6e45b9f3c9 100644
--- a/resources/lang/zh-Hant/messages.po
+++ b/resources/lang/zh-Hant/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Chinese (Traditional) (webtrees)\n"
"Report-Msgid-Bugs-To: i18n@webtrees.net\n"
-"POT-Creation-Date: 2020-05-04 15:57+0100\n"
+"POT-Creation-Date: 2020-05-04 18:25+0100\n"
"PO-Revision-Date: 2020-03-22 11:51+0000\n"
"Last-Translator: rui <xmlf@hotmail.com>\n"
"Language-Team: Chinese (Traditional) <https://translate.webtrees.net/projects/webtrees/webtrees/zh_Hant/>\n"
@@ -296,19 +296,14 @@ msgstr[0] "%s 信息"
# I18N: Part of an age string. e.g. 5 years, 4 months and 3 days
#: app/Age.php:102 app/Functions/FunctionsDate.php:68
#: app/Functions/FunctionsPrint.php:252
+#: app/Statistics/Repository/FamilyRepository.php:346
+#: app/Statistics/Repository/IndividualRepository.php:956
#: resources/views/modules/relatives/family.phtml:183
#, php-format
msgid "%s month"
msgid_plural "%s months"
msgstr[0] "%s 月"
-#: app/Statistics/Repository/FamilyRepository.php:346
-#: app/Statistics/Repository/IndividualRepository.php:956
-#, php-format
-msgid "%s months"
-msgid_plural "%s months"
-msgstr[0] ""
-
#: app/Http/RequestHandlers/SearchReplaceAction.php:91
#, php-format
msgid "%s note has been updated."
diff --git a/resources/views/lists/sources-table.phtml b/resources/views/lists/sources-table.phtml
index 5215175cde..19c5081193 100644
--- a/resources/views/lists/sources-table.phtml
+++ b/resources/views/lists/sources-table.phtml
@@ -85,7 +85,7 @@ $count_notes = DB::table('other')
<th><?= I18N::translate('Title') ?></th>
<th class="d-none d-md-table-cell"><?= I18N::translate('Abbreviation') ?></th>
<th class="d-none d-md-table-cell"><?= I18N::translate('Author') ?></th>
- <th class="d-none d-md-table-cell"><?= I18N::translate('Publisher') ?></th>
+ <th class="d-none d-md-table-cell"><?= I18N::translate('Publication') ?></th>
<th><?= I18N::translate('Individuals') ?></th>
<th><?= I18N::translate('Families') ?></th>
<th><?= I18N::translate('Media objects') ?></th>