summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2020-06-08 09:08:10 +0100
committerGreg Roach <greg@subaqua.co.uk>2020-06-08 09:13:02 +0100
commit0b73ecfc0cae498e537abbbf1a7296aeaa756717 (patch)
tree46dcbc7ba723181936f6d2dde1a6bc8009ca51fd
parentd8826850b4a66a91158f6fd3344ed7c488b4937e (diff)
downloadwebtrees-0b73ecfc0cae498e537abbbf1a7296aeaa756717.tar.gz
webtrees-0b73ecfc0cae498e537abbbf1a7296aeaa756717.tar.bz2
webtrees-0b73ecfc0cae498e537abbbf1a7296aeaa756717.zip
Translation: grand-parent => grandparent
-rw-r--r--app/Module/IndividualFactsTabModule.php30
-rw-r--r--resources/lang/af/messages.po4
-rw-r--r--resources/lang/ar/messages.po4
-rw-r--r--resources/lang/bg/messages.po4
-rw-r--r--resources/lang/bs/messages.po4
-rw-r--r--resources/lang/ca/messages.po4
-rw-r--r--resources/lang/cs/messages.po4
-rw-r--r--resources/lang/da/messages.po4
-rw-r--r--resources/lang/de/messages.po4
-rw-r--r--resources/lang/dv/messages.po4
-rw-r--r--resources/lang/el/messages.po4
-rw-r--r--resources/lang/en-AU/messages.po8
-rw-r--r--resources/lang/en-GB/messages.po8
-rw-r--r--resources/lang/en-US/messages.po4
-rw-r--r--resources/lang/es/messages.po4
-rw-r--r--resources/lang/et/messages.po4
-rw-r--r--resources/lang/fa/messages.po4
-rw-r--r--resources/lang/fi/messages.po4
-rw-r--r--resources/lang/fo/messages.po4
-rw-r--r--resources/lang/fr-CA/messages.po4
-rw-r--r--resources/lang/fr/messages.po4
-rw-r--r--resources/lang/gl/messages.po4
-rw-r--r--resources/lang/he/messages.po4
-rw-r--r--resources/lang/hi/messages.po4
-rw-r--r--resources/lang/hr/messages.po4
-rw-r--r--resources/lang/hu/messages.po4
-rw-r--r--resources/lang/id/messages.po4
-rw-r--r--resources/lang/is/messages.po4
-rw-r--r--resources/lang/it/messages.po4
-rw-r--r--resources/lang/ja/messages.po4
-rw-r--r--resources/lang/jv/messages.po4
-rw-r--r--resources/lang/ka/messages.po4
-rw-r--r--resources/lang/kk/messages.po4
-rw-r--r--resources/lang/ko/messages.po4
-rw-r--r--resources/lang/ku/messages.po6
-rw-r--r--resources/lang/ln/messages.po4
-rw-r--r--resources/lang/lt/messages.po4
-rw-r--r--resources/lang/lv/messages.po4
-rw-r--r--resources/lang/mi/messages.po4
-rw-r--r--resources/lang/mr/messages.po4
-rw-r--r--resources/lang/ms/messages.po4
-rw-r--r--resources/lang/nb/messages.po4
-rw-r--r--resources/lang/ne/messages.po4
-rw-r--r--resources/lang/nl/messages.po4
-rw-r--r--resources/lang/nn/messages.po4
-rw-r--r--resources/lang/oc/messages.po4
-rw-r--r--resources/lang/pl/messages.po4
-rw-r--r--resources/lang/pt-BR/messages.po4
-rw-r--r--resources/lang/pt/messages.po4
-rw-r--r--resources/lang/ro/messages.po4
-rw-r--r--resources/lang/ru/messages.po4
-rw-r--r--resources/lang/sk/messages.po4
-rw-r--r--resources/lang/sl/messages.po4
-rw-r--r--resources/lang/sq/messages.po4
-rw-r--r--resources/lang/sr-Latn/messages.po4
-rw-r--r--resources/lang/sr/messages.po4
-rw-r--r--resources/lang/su/messages.po4
-rw-r--r--resources/lang/sv/messages.po4
-rw-r--r--resources/lang/sw/messages.po4
-rw-r--r--resources/lang/ta/messages.po4
-rw-r--r--resources/lang/th/messages.po4
-rw-r--r--resources/lang/tr/messages.po4
-rw-r--r--resources/lang/tt/messages.po4
-rw-r--r--resources/lang/uk/messages.po4
-rw-r--r--resources/lang/ur/messages.po4
-rw-r--r--resources/lang/vi/messages.po4
-rw-r--r--resources/lang/webtrees.pot4
-rw-r--r--resources/lang/yi/messages.po4
-rw-r--r--resources/lang/zh-Hans/messages.po4
-rw-r--r--resources/lang/zh-Hant/messages.po4
-rw-r--r--resources/views/admin/trees-preferences.phtml2
71 files changed, 159 insertions, 159 deletions
diff --git a/app/Module/IndividualFactsTabModule.php b/app/Module/IndividualFactsTabModule.php
index 68145db0fb..a2a219e445 100644
--- a/app/Module/IndividualFactsTabModule.php
+++ b/app/Module/IndividualFactsTabModule.php
@@ -756,42 +756,42 @@ class IndividualFactsTabModule extends AbstractModule implements ModuleTabInterf
'CREM' => [
'M' => I18N::translate('Cremation of a grandfather'),
'F' => I18N::translate('Cremation of a grandmother'),
- 'U' => I18N::translate('Baptism of a grandparent'),
+ 'U' => I18N::translate('Cremation of a grandparent'),
],
];
$death_of_a_maternal_grandparent = [
'DEAT' => [
- 'M' => I18N::translateContext('mother’s father', 'Death of a grandfather'),
- 'F' => I18N::translateContext('mother’s mother', 'Death of a grandmother'),
+ 'M' => I18N::translate('Death of a maternal grandfather'),
+ 'F' => I18N::translate('Death of a maternal grandmother'),
'U' => I18N::translate('Death of a grandparent'),
],
'BURI' => [
- 'M' => I18N::translateContext('mother’s father', 'Burial of a grandfather'),
- 'F' => I18N::translateContext('mother’s mother', 'Burial of a grandmother'),
+ 'M' => I18N::translate('Burial of a maternal grandfather'),
+ 'F' => I18N::translate('Burial of a maternal grandmother'),
'U' => I18N::translate('Burial of a grandparent'),
],
'CREM' => [
- 'M' => I18N::translateContext('mother’s father', 'Cremation of a grandfather'),
- 'F' => I18N::translateContext('mother’s mother', 'Cremation of a grandmother'),
- 'U' => I18N::translate('Baptism of a grandparent'),
+ 'M' => I18N::translate('Cremation of a maternal grandfather'),
+ 'F' => I18N::translate('Cremation of a maternal grandmother'),
+ 'U' => I18N::translate('Cremation of a grandparent'),
],
];
$death_of_a_paternal_grandparent = [
'DEAT' => [
- 'M' => I18N::translateContext('father‘s father', 'Death of a grandfather'),
- 'F' => I18N::translateContext('father‘s mother', 'Death of a grandmother'),
+ 'M' => I18N::translate('Death of a paternal grandfather'),
+ 'F' => I18N::translate('Death of a paternal grandmother'),
'U' => I18N::translate('Death of a grandparent'),
],
'BURI' => [
- 'M' => I18N::translateContext('father‘s father', 'Burial of a grandfather'),
- 'F' => I18N::translateContext('father‘s mother', 'Burial of a grandmother'),
+ 'M' => I18N::translate('Burial of a paternal grandfather'),
+ 'F' => I18N::translate('Burial of a paternal grandmother'),
'U' => I18N::translate('Burial of a grandparent'),
],
'CREM' => [
- 'M' => I18N::translateContext('father‘s father', 'Cremation of a grandfather'),
- 'F' => I18N::translateContext('father‘s mother', 'Cremation of a grandmother'),
+ 'M' => I18N::translate('Cremation of a paternal grandfather'),
+ 'F' => I18N::translate('Cremation of a paternal grandmother'),
'U' => I18N::translate('Cremation of a grandparent'),
],
];
@@ -804,7 +804,7 @@ class IndividualFactsTabModule extends AbstractModule implements ModuleTabInterf
$facts = [];
- if ($sosa == 1) {
+ if ($sosa === 1) {
foreach ($person->childFamilies() as $family) {
// Add siblings
foreach ($this->childFacts($person, $family, '_SIBL', '', $min_date, $max_date) as $fact) {
diff --git a/resources/lang/af/messages.po b/resources/lang/af/messages.po
index f8acc88600..ed5fd30bb4 100644
--- a/resources/lang/af/messages.po
+++ b/resources/lang/af/messages.po
@@ -4134,7 +4134,7 @@ msgid "Cremation of a father"
msgstr "Verassing van 'n vader"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Verassing van 'n grootouer"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4751,7 +4751,7 @@ msgstr "Dood van 'n vader"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Dood van 'n grootouer"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/ar/messages.po b/resources/lang/ar/messages.po
index 9d95bfb6ff..d406e08599 100644
--- a/resources/lang/ar/messages.po
+++ b/resources/lang/ar/messages.po
@@ -4227,7 +4227,7 @@ msgid "Cremation of a father"
msgstr "إحراق أب"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "إحراق جد"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4844,7 +4844,7 @@ msgstr "وفاة أب"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "وفاة جد"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/bg/messages.po b/resources/lang/bg/messages.po
index 73e69268a0..ff2b0ace0b 100644
--- a/resources/lang/bg/messages.po
+++ b/resources/lang/bg/messages.po
@@ -4134,7 +4134,7 @@ msgid "Cremation of a father"
msgstr "Кремация на баща"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Кремация на дядо/баба"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4751,7 +4751,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/bs/messages.po b/resources/lang/bs/messages.po
index c9f0a6cdbb..8094fb1c6c 100644
--- a/resources/lang/bs/messages.po
+++ b/resources/lang/bs/messages.po
@@ -4166,7 +4166,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4783,7 +4783,7 @@ msgstr "Smrt oca"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Smrt nane/djeda"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/ca/messages.po b/resources/lang/ca/messages.po
index 2b5bb43c55..97b982b257 100644
--- a/resources/lang/ca/messages.po
+++ b/resources/lang/ca/messages.po
@@ -4150,7 +4150,7 @@ msgid "Cremation of a father"
msgstr "Cremació del pare"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Cremació d’un avi"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4767,7 +4767,7 @@ msgstr "Defunció del pare"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Defunció d’un/a avi/a"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/cs/messages.po b/resources/lang/cs/messages.po
index 7f9aefa797..72f60bdd13 100644
--- a/resources/lang/cs/messages.po
+++ b/resources/lang/cs/messages.po
@@ -4153,7 +4153,7 @@ msgid "Cremation of a father"
msgstr "Kremace otce"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Kremace prarodiče"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4770,7 +4770,7 @@ msgstr "Úmrtí otce"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Úmrtí prarodiče"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/da/messages.po b/resources/lang/da/messages.po
index 86fdea08a3..f6ce6449e9 100644
--- a/resources/lang/da/messages.po
+++ b/resources/lang/da/messages.po
@@ -4150,7 +4150,7 @@ msgid "Cremation of a father"
msgstr "Fars kremering"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Bedsteforælders kremering"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4767,7 +4767,7 @@ msgstr "Fars død"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Bedsteforælders død"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/de/messages.po b/resources/lang/de/messages.po
index 1271e1f992..671637e79c 100644
--- a/resources/lang/de/messages.po
+++ b/resources/lang/de/messages.po
@@ -4134,7 +4134,7 @@ msgid "Cremation of a father"
msgstr "Einäscherung eines Vaters"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Einäscherung eines Großelternteils"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4751,7 +4751,7 @@ msgstr "Tod eines Vaters"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Tod eines Großelternteils"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/dv/messages.po b/resources/lang/dv/messages.po
index a40002e948..d34123a7b3 100644
--- a/resources/lang/dv/messages.po
+++ b/resources/lang/dv/messages.po
@@ -4125,7 +4125,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4742,7 +4742,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/el/messages.po b/resources/lang/el/messages.po
index 0321ed369c..7016c1af1b 100644
--- a/resources/lang/el/messages.po
+++ b/resources/lang/el/messages.po
@@ -4150,7 +4150,7 @@ msgid "Cremation of a father"
msgstr "Αποτέφρωση πατέρα"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Αποτέφρωση παππού ή γιαγιάς"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4767,7 +4767,7 @@ msgstr "Θάνατος πατέρα"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Θάνατος παππού ή γιαγιάς"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/en-AU/messages.po b/resources/lang/en-AU/messages.po
index 26e8dbe065..a6713a4ad9 100644
--- a/resources/lang/en-AU/messages.po
+++ b/resources/lang/en-AU/messages.po
@@ -4134,8 +4134,8 @@ msgid "Cremation of a father"
msgstr "Cremation of a father"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
-msgstr "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
+msgstr "Cremation of a grandparent"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
msgid "Cremation of a grandchild"
@@ -4751,8 +4751,8 @@ msgstr "Death of a father"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
-msgstr "Death of a grand-parent"
+msgid "Death of a grandparent"
+msgstr "Death of a grandparent"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
#: resources/views/admin/trees-preferences.phtml:463
diff --git a/resources/lang/en-GB/messages.po b/resources/lang/en-GB/messages.po
index 4877176345..e5e08a39fb 100644
--- a/resources/lang/en-GB/messages.po
+++ b/resources/lang/en-GB/messages.po
@@ -4134,8 +4134,8 @@ msgid "Cremation of a father"
msgstr "Cremation of a father"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
-msgstr "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
+msgstr "Cremation of a grandparent"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
msgid "Cremation of a grandchild"
@@ -4751,8 +4751,8 @@ msgstr "Death of a father"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
-msgstr "Death of a grand-parent"
+msgid "Death of a grandparent"
+msgstr "Death of a grandparent"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
#: resources/views/admin/trees-preferences.phtml:463
diff --git a/resources/lang/en-US/messages.po b/resources/lang/en-US/messages.po
index 68f8b79211..f59e21f7e6 100644
--- a/resources/lang/en-US/messages.po
+++ b/resources/lang/en-US/messages.po
@@ -4146,7 +4146,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4763,7 +4763,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/es/messages.po b/resources/lang/es/messages.po
index 6f296d230e..11c08ab8d6 100644
--- a/resources/lang/es/messages.po
+++ b/resources/lang/es/messages.po
@@ -4134,7 +4134,7 @@ msgid "Cremation of a father"
msgstr "Incineración del padre"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Incineración de un abuelo"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4751,7 +4751,7 @@ msgstr "Muerte del padre"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Muerte de un abuelo"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/et/messages.po b/resources/lang/et/messages.po
index 038551a2aa..c4a0914eb9 100644
--- a/resources/lang/et/messages.po
+++ b/resources/lang/et/messages.po
@@ -4151,7 +4151,7 @@ msgid "Cremation of a father"
msgstr "Isa tuhastamine"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Vanavanema tuhastamine"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4768,7 +4768,7 @@ msgstr "Isa surm"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Vanavanema surm"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/fa/messages.po b/resources/lang/fa/messages.po
index 06d05bb5a6..57707d9fdb 100644
--- a/resources/lang/fa/messages.po
+++ b/resources/lang/fa/messages.po
@@ -4152,7 +4152,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4769,7 +4769,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/fi/messages.po b/resources/lang/fi/messages.po
index 55bcd4d0a8..236b0f6b02 100644
--- a/resources/lang/fi/messages.po
+++ b/resources/lang/fi/messages.po
@@ -4134,7 +4134,7 @@ msgid "Cremation of a father"
msgstr "Isän polttohautaus"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Isovanhemman polttohautaus"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4751,7 +4751,7 @@ msgstr "Isän kuolema"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Isovanhemman kuolema"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/fo/messages.po b/resources/lang/fo/messages.po
index 06dfec42de..ce4aa66257 100644
--- a/resources/lang/fo/messages.po
+++ b/resources/lang/fo/messages.po
@@ -4146,7 +4146,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4763,7 +4763,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/fr-CA/messages.po b/resources/lang/fr-CA/messages.po
index 6ca8dd097d..dba17fc0b2 100644
--- a/resources/lang/fr-CA/messages.po
+++ b/resources/lang/fr-CA/messages.po
@@ -4134,7 +4134,7 @@ msgid "Cremation of a father"
msgstr "Crémation du père"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Crémation d’un grand-parent"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4751,7 +4751,7 @@ msgstr "Décès du père"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Décès d’un grand-parent"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/fr/messages.po b/resources/lang/fr/messages.po
index 8908017f6b..a59d1f644e 100644
--- a/resources/lang/fr/messages.po
+++ b/resources/lang/fr/messages.po
@@ -4134,7 +4134,7 @@ msgid "Cremation of a father"
msgstr "Crémation du père"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Crémation d’un grand-parent"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4751,7 +4751,7 @@ msgstr "Décès du père"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Décès d’un grand-parent"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/gl/messages.po b/resources/lang/gl/messages.po
index cb6486807c..51467ae98b 100644
--- a/resources/lang/gl/messages.po
+++ b/resources/lang/gl/messages.po
@@ -4149,7 +4149,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4766,7 +4766,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/he/messages.po b/resources/lang/he/messages.po
index 47d206d745..58242bee5c 100644
--- a/resources/lang/he/messages.po
+++ b/resources/lang/he/messages.po
@@ -4134,7 +4134,7 @@ msgid "Cremation of a father"
msgstr "שריפת אב"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "שריפת סבא/סבתא"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4751,7 +4751,7 @@ msgstr "פטירת אב"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "פטירת סבא/סבתא"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/hi/messages.po b/resources/lang/hi/messages.po
index 2469c16f1f..0ae78d8194 100644
--- a/resources/lang/hi/messages.po
+++ b/resources/lang/hi/messages.po
@@ -4139,7 +4139,7 @@ msgid "Cremation of a father"
msgstr "पिता का दाह संस्कार"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "एक पूर्वज का दाह संस्कार"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4756,7 +4756,7 @@ msgstr "पिता की मृत्यु"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "किसी पूर्वज की मृत्यु"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/hr/messages.po b/resources/lang/hr/messages.po
index 8e0a47f342..205ce954cb 100644
--- a/resources/lang/hr/messages.po
+++ b/resources/lang/hr/messages.po
@@ -4169,7 +4169,7 @@ msgid "Cremation of a father"
msgstr "Kremiranje oca"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Kremiranje bake/djeda"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4786,7 +4786,7 @@ msgstr "Smrt oca"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Smrt bake/djeda"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/hu/messages.po b/resources/lang/hu/messages.po
index e42809441b..19d3512d8a 100644
--- a/resources/lang/hu/messages.po
+++ b/resources/lang/hu/messages.po
@@ -4151,7 +4151,7 @@ msgid "Cremation of a father"
msgstr "Apa hamvasztása"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Nagyszülő hamvasztása"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4768,7 +4768,7 @@ msgstr "Apa halála"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Nagyszülő halála"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/id/messages.po b/resources/lang/id/messages.po
index d5d02519ad..1cd39b671e 100644
--- a/resources/lang/id/messages.po
+++ b/resources/lang/id/messages.po
@@ -4132,7 +4132,7 @@ msgid "Cremation of a father"
msgstr "Kremasi ayah"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Kremasi kakek-nenek"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4749,7 +4749,7 @@ msgstr "Kematian ayah"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Kematian kakek-nenek"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/is/messages.po b/resources/lang/is/messages.po
index 76bc38a8a2..b91b492ad1 100644
--- a/resources/lang/is/messages.po
+++ b/resources/lang/is/messages.po
@@ -4155,7 +4155,7 @@ msgid "Cremation of a father"
msgstr "Líkbrennsla föður"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Líkbrennsla afa og ömmu"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4772,7 +4772,7 @@ msgstr "Andlát föðurs"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Andlát afa og ömmu"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/it/messages.po b/resources/lang/it/messages.po
index f869529504..93a035cf33 100644
--- a/resources/lang/it/messages.po
+++ b/resources/lang/it/messages.po
@@ -4134,7 +4134,7 @@ msgid "Cremation of a father"
msgstr "Cremazione del padre"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Cremazione di un nonno/nonna"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4751,7 +4751,7 @@ msgstr "Morte del padre"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Morte di un nonno/nonna"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/ja/messages.po b/resources/lang/ja/messages.po
index cf398ff2e8..efb7e6437f 100644
--- a/resources/lang/ja/messages.po
+++ b/resources/lang/ja/messages.po
@@ -4127,7 +4127,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4744,7 +4744,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/jv/messages.po b/resources/lang/jv/messages.po
index 5405fc42f4..6835130f48 100644
--- a/resources/lang/jv/messages.po
+++ b/resources/lang/jv/messages.po
@@ -4146,7 +4146,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4763,7 +4763,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/ka/messages.po b/resources/lang/ka/messages.po
index 54a07b6ec3..4484c4d5b5 100644
--- a/resources/lang/ka/messages.po
+++ b/resources/lang/ka/messages.po
@@ -4135,7 +4135,7 @@ msgid "Cremation of a father"
msgstr "მამის გარდაცვალება"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "დაკრძალვა ბაბუის/ბებიის"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4752,7 +4752,7 @@ msgstr "მამის გარდაცვალება"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "მშობლის გარდაცვალება"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/kk/messages.po b/resources/lang/kk/messages.po
index b5bff7a88e..d4aea010e1 100644
--- a/resources/lang/kk/messages.po
+++ b/resources/lang/kk/messages.po
@@ -4146,7 +4146,7 @@ msgid "Cremation of a father"
msgstr "Әкемнің кремациясы"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Үлкен әжелердің кремациялауы"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4763,7 +4763,7 @@ msgstr "Әкесінің өлімі"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Үлкен ата-анасының қайтыс болуы"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/ko/messages.po b/resources/lang/ko/messages.po
index 3137b61d59..cc666a6a63 100644
--- a/resources/lang/ko/messages.po
+++ b/resources/lang/ko/messages.po
@@ -4127,7 +4127,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4744,7 +4744,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/ku/messages.po b/resources/lang/ku/messages.po
index 4ff64a94b2..0e2018cd87 100644
--- a/resources/lang/ku/messages.po
+++ b/resources/lang/ku/messages.po
@@ -4146,7 +4146,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4763,8 +4763,8 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
-msgstr "Death of a grand-parent"
+msgid "Death of a grandparent"
+msgstr "Death of a grandparent"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
#: resources/views/admin/trees-preferences.phtml:463
diff --git a/resources/lang/ln/messages.po b/resources/lang/ln/messages.po
index f233e4f2cd..fe4f38d9bd 100644
--- a/resources/lang/ln/messages.po
+++ b/resources/lang/ln/messages.po
@@ -4177,7 +4177,7 @@ msgid "Cremation of a father"
msgstr "Botumbi ebembe ya tatá"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Botumbi ebembe ya nkɔ́kɔ"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4795,7 +4795,7 @@ msgstr "Liwâ lya tatá"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Liwâ lya nkɔ́kɔ"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/lt/messages.po b/resources/lang/lt/messages.po
index 33d6bbc6e4..782991bf0d 100644
--- a/resources/lang/lt/messages.po
+++ b/resources/lang/lt/messages.po
@@ -4169,7 +4169,7 @@ msgid "Cremation of a father"
msgstr "Tėvo kremacija"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Senelių kremacija"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4786,7 +4786,7 @@ msgstr "Tėvo mirtis"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Senelio mirtis"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/lv/messages.po b/resources/lang/lv/messages.po
index fbda966b5b..629760baa0 100644
--- a/resources/lang/lv/messages.po
+++ b/resources/lang/lv/messages.po
@@ -4166,7 +4166,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4783,7 +4783,7 @@ msgstr "Nomira tēvs"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/mi/messages.po b/resources/lang/mi/messages.po
index a4e5c4a217..5226f5f56e 100644
--- a/resources/lang/mi/messages.po
+++ b/resources/lang/mi/messages.po
@@ -4144,7 +4144,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4761,7 +4761,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/mr/messages.po b/resources/lang/mr/messages.po
index 54ae76960c..cc9bdfb1ae 100644
--- a/resources/lang/mr/messages.po
+++ b/resources/lang/mr/messages.po
@@ -4146,7 +4146,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4763,7 +4763,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/ms/messages.po b/resources/lang/ms/messages.po
index 9c933e3af4..2c9907c35a 100644
--- a/resources/lang/ms/messages.po
+++ b/resources/lang/ms/messages.po
@@ -4128,7 +4128,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4745,7 +4745,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/nb/messages.po b/resources/lang/nb/messages.po
index 17ffff9b28..c1a165667e 100644
--- a/resources/lang/nb/messages.po
+++ b/resources/lang/nb/messages.po
@@ -4134,7 +4134,7 @@ msgid "Cremation of a father"
msgstr "Kremasjon av faren"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Kremasjon av en besteforelder"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4751,7 +4751,7 @@ msgstr "Fars død"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Besteforelders død"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/ne/messages.po b/resources/lang/ne/messages.po
index 9d5cf22893..57bd75872a 100644
--- a/resources/lang/ne/messages.po
+++ b/resources/lang/ne/messages.po
@@ -4146,7 +4146,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4763,7 +4763,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/nl/messages.po b/resources/lang/nl/messages.po
index 1d448438e0..80fe577eb8 100644
--- a/resources/lang/nl/messages.po
+++ b/resources/lang/nl/messages.po
@@ -4134,7 +4134,7 @@ msgid "Cremation of a father"
msgstr "Crematie van vader"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Crematie van een grootouder"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4751,7 +4751,7 @@ msgstr "Overlijden van vader"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Overlijden van een grootouder"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/nn/messages.po b/resources/lang/nn/messages.po
index fc80e4b94a..5618d6ca7a 100644
--- a/resources/lang/nn/messages.po
+++ b/resources/lang/nn/messages.po
@@ -4134,7 +4134,7 @@ msgid "Cremation of a father"
msgstr "Kremering av far"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Kremering av ein besteforelder"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4751,7 +4751,7 @@ msgstr "Far sin død"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Besteforelder sin død"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/oc/messages.po b/resources/lang/oc/messages.po
index d263c8165e..6760d788c2 100644
--- a/resources/lang/oc/messages.po
+++ b/resources/lang/oc/messages.po
@@ -4177,7 +4177,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4794,7 +4794,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/pl/messages.po b/resources/lang/pl/messages.po
index 31b3760e09..5b03c021a1 100644
--- a/resources/lang/pl/messages.po
+++ b/resources/lang/pl/messages.po
@@ -4170,7 +4170,7 @@ msgid "Cremation of a father"
msgstr "Kremacja ojca"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Kremacja dziadka/babci"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4787,7 +4787,7 @@ msgstr "Śmierć ojca"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Śmierć babci/dziadka"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/pt-BR/messages.po b/resources/lang/pt-BR/messages.po
index 90757cf8bf..f6178d2c58 100644
--- a/resources/lang/pt-BR/messages.po
+++ b/resources/lang/pt-BR/messages.po
@@ -4150,7 +4150,7 @@ msgid "Cremation of a father"
msgstr "Cremação do pai"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Cremação de um avô"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4767,7 +4767,7 @@ msgstr "Falecimento do pai"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Falecimento de um um avô"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/pt/messages.po b/resources/lang/pt/messages.po
index 156a14fff2..458d1da703 100644
--- a/resources/lang/pt/messages.po
+++ b/resources/lang/pt/messages.po
@@ -4152,7 +4152,7 @@ msgid "Cremation of a father"
msgstr "Cremação do pai"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Cremação de um avô"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4769,7 +4769,7 @@ msgstr "Falecimento do pai"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Falecimento de um um avô"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/ro/messages.po b/resources/lang/ro/messages.po
index 2f3fdf0e9a..f14f4abd9c 100644
--- a/resources/lang/ro/messages.po
+++ b/resources/lang/ro/messages.po
@@ -4171,7 +4171,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4788,7 +4788,7 @@ msgstr "Decesul tatălui"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Decesul unui/unei bunic/bunici"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/ru/messages.po b/resources/lang/ru/messages.po
index 6c889137a1..ba73fc6201 100644
--- a/resources/lang/ru/messages.po
+++ b/resources/lang/ru/messages.po
@@ -4174,7 +4174,7 @@ msgid "Cremation of a father"
msgstr "Кремация отца"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Кремация деда/бабки"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4791,7 +4791,7 @@ msgstr "Смерть отца"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Смерть пра-родителя"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/sk/messages.po b/resources/lang/sk/messages.po
index 5401fb39f2..65a21c896a 100644
--- a/resources/lang/sk/messages.po
+++ b/resources/lang/sk/messages.po
@@ -4164,7 +4164,7 @@ msgid "Cremation of a father"
msgstr "Kremácia otca"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Kremácia starého rodiča"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4781,7 +4781,7 @@ msgstr "Úmrtie otca"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Úmrtie starého rodiča"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/sl/messages.po b/resources/lang/sl/messages.po
index 9d9af487f0..595ab7b06d 100644
--- a/resources/lang/sl/messages.po
+++ b/resources/lang/sl/messages.po
@@ -4189,7 +4189,7 @@ msgid "Cremation of a father"
msgstr "Upepelitev očeta"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Upepelitev prastarša"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4806,7 +4806,7 @@ msgstr "Smrt očeta"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Smrt prastarša"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/sq/messages.po b/resources/lang/sq/messages.po
index 3b9fa90765..ac2cb08e78 100644
--- a/resources/lang/sq/messages.po
+++ b/resources/lang/sq/messages.po
@@ -4500,7 +4500,7 @@ msgid "Cremation of a father"
msgstr "Kremimi i babait"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Kremimi i gjyshit/gjyshes"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -5134,7 +5134,7 @@ msgstr "Vdekja e babait"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Vdekja e gjyshit/gjyshes"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/sr-Latn/messages.po b/resources/lang/sr-Latn/messages.po
index a15c602953..866f51cd75 100644
--- a/resources/lang/sr-Latn/messages.po
+++ b/resources/lang/sr-Latn/messages.po
@@ -4170,7 +4170,7 @@ msgid "Cremation of a father"
msgstr "Kremacija oca"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Kremacija babe ili dede"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4787,7 +4787,7 @@ msgstr "Smrt oca"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Smrt babe/dede"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/sr/messages.po b/resources/lang/sr/messages.po
index 739e61a187..45c0442391 100644
--- a/resources/lang/sr/messages.po
+++ b/resources/lang/sr/messages.po
@@ -4170,7 +4170,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Kremacija babe ili dede"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4787,7 +4787,7 @@ msgstr "Smrt oca"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Smrt babe ili dede"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/su/messages.po b/resources/lang/su/messages.po
index c02f291315..1beb5556a5 100644
--- a/resources/lang/su/messages.po
+++ b/resources/lang/su/messages.po
@@ -4143,7 +4143,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4760,7 +4760,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/sv/messages.po b/resources/lang/sv/messages.po
index 5bd44923d7..36956c3c2a 100644
--- a/resources/lang/sv/messages.po
+++ b/resources/lang/sv/messages.po
@@ -4134,7 +4134,7 @@ msgid "Cremation of a father"
msgstr "Fars kremering"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Förälder förälders kremering"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4751,7 +4751,7 @@ msgstr "Faderns död"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Gammelförälders död"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/sw/messages.po b/resources/lang/sw/messages.po
index 0f1af4bd47..0216fe679a 100644
--- a/resources/lang/sw/messages.po
+++ b/resources/lang/sw/messages.po
@@ -4151,7 +4151,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4769,7 +4769,7 @@ msgstr "Kifo cha baba"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Kifo cha mzazi"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/ta/messages.po b/resources/lang/ta/messages.po
index 26e2b924ef..a9dc72b287 100644
--- a/resources/lang/ta/messages.po
+++ b/resources/lang/ta/messages.po
@@ -4144,7 +4144,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4761,7 +4761,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/th/messages.po b/resources/lang/th/messages.po
index 8fa98b6384..9233f352a1 100644
--- a/resources/lang/th/messages.po
+++ b/resources/lang/th/messages.po
@@ -4127,7 +4127,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4744,7 +4744,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/tr/messages.po b/resources/lang/tr/messages.po
index e957639744..0ea2f1b770 100644
--- a/resources/lang/tr/messages.po
+++ b/resources/lang/tr/messages.po
@@ -4146,7 +4146,7 @@ msgid "Cremation of a father"
msgstr "Bir babanın kremasyonu"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Bir büyük-ebeveyn kremasyonu"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4763,7 +4763,7 @@ msgstr "Babanın ölümü"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Büyük ebeveynin ölümü"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/tt/messages.po b/resources/lang/tt/messages.po
index 4a0a83fe02..53efe3ec13 100644
--- a/resources/lang/tt/messages.po
+++ b/resources/lang/tt/messages.po
@@ -4129,7 +4129,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4746,7 +4746,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/uk/messages.po b/resources/lang/uk/messages.po
index 3e8fa0d1af..1024ee4ae7 100644
--- a/resources/lang/uk/messages.po
+++ b/resources/lang/uk/messages.po
@@ -4165,7 +4165,7 @@ msgid "Cremation of a father"
msgstr "Кремація батька"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Кремація діда/бабки"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4782,7 +4782,7 @@ msgstr "Смерть батька"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Смерть пра-батька"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/ur/messages.po b/resources/lang/ur/messages.po
index 78451703f3..223e197ad0 100644
--- a/resources/lang/ur/messages.po
+++ b/resources/lang/ur/messages.po
@@ -4139,7 +4139,7 @@ msgid "Cremation of a father"
msgstr "باپ کا احراق"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "دادا/دادی کا احراق"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4756,7 +4756,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/vi/messages.po b/resources/lang/vi/messages.po
index 69e549987b..d3b99a6a64 100644
--- a/resources/lang/vi/messages.po
+++ b/resources/lang/vi/messages.po
@@ -4115,7 +4115,7 @@ msgid "Cremation of a father"
msgstr "Hỏa táng cha"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "Hỏa táng ông"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4733,7 +4733,7 @@ msgstr "Tữ của bố"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "Chết của ông bà"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/webtrees.pot b/resources/lang/webtrees.pot
index f3f8a68e62..abf20f4de8 100644
--- a/resources/lang/webtrees.pot
+++ b/resources/lang/webtrees.pot
@@ -9011,7 +9011,7 @@ msgid "Cremation of a grandmother"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1590
@@ -9138,7 +9138,7 @@ msgstr ""
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr ""
#: app/GedcomTag.php:1715
diff --git a/resources/lang/yi/messages.po b/resources/lang/yi/messages.po
index bf71bf80d5..5a7e466a92 100644
--- a/resources/lang/yi/messages.po
+++ b/resources/lang/yi/messages.po
@@ -4149,7 +4149,7 @@ msgid "Cremation of a father"
msgstr ""
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr ""
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -4766,7 +4766,7 @@ msgstr "פּטירע פון אַ פאטער"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "פּטירע פון אַ זיידע אָדער באָבע"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/zh-Hans/messages.po b/resources/lang/zh-Hans/messages.po
index 3326bbda36..a68ffba563 100644
--- a/resources/lang/zh-Hans/messages.po
+++ b/resources/lang/zh-Hans/messages.po
@@ -4464,7 +4464,7 @@ msgid "Cremation of a father"
msgstr "父亲的火葬"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "祖父母的火葬"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -5102,7 +5102,7 @@ msgstr "父亲的去世"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "祖父母的去世"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/lang/zh-Hant/messages.po b/resources/lang/zh-Hant/messages.po
index d1680d14bf..e705edb3d3 100644
--- a/resources/lang/zh-Hant/messages.po
+++ b/resources/lang/zh-Hant/messages.po
@@ -4477,7 +4477,7 @@ msgid "Cremation of a father"
msgstr "父親的火葬"
#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
-msgid "Cremation of a grand-parent"
+msgid "Cremation of a grandparent"
msgstr "祖父母的火葬"
#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
@@ -5114,7 +5114,7 @@ msgstr "父親的去世"
#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
#: resources/views/admin/trees-preferences.phtml:493
-msgid "Death of a grand-parent"
+msgid "Death of a grandparent"
msgstr "祖父母的去世"
#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
diff --git a/resources/views/admin/trees-preferences.phtml b/resources/views/admin/trees-preferences.phtml
index 4b8ae58582..2e0213d315 100644
--- a/resources/views/admin/trees-preferences.phtml
+++ b/resources/views/admin/trees-preferences.phtml
@@ -490,7 +490,7 @@ use Fisharebest\Webtrees\I18N;
<div class="form-check">
<label for="_DEAT_GPAR">
<input name="SHOW_RELATIVES_EVENTS[]" type="checkbox" id="_DEAT_GPAR" value="_DEAT_GPAR" <?= in_array('_DEAT_GPAR', $relatives_events, true) ? 'checked' : '' ?>>
- <?= I18N::translate('Death of a grand-parent') ?>
+ <?= I18N::translate('Death of a grandparent') ?>
</label>
</div>
</div>