diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-06-20 22:52:30 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-06-21 13:59:05 +0100 |
| commit | 4fbc24b75f8eeb78d7830b85ec7b9cfee04e2193 (patch) | |
| tree | 013bc8c73311a1ecb53ed927f918c0ee7fe3d82a | |
| parent | 9efef255a465f82dc5d05c3610a8e073d611d506 (diff) | |
| download | webtrees-4fbc24b75f8eeb78d7830b85ec7b9cfee04e2193.tar.gz webtrees-4fbc24b75f8eeb78d7830b85ec7b9cfee04e2193.tar.bz2 webtrees-4fbc24b75f8eeb78d7830b85ec7b9cfee04e2193.zip | |
Use multiplication symbol instead of letter X
60 files changed, 8381 insertions, 8381 deletions
diff --git a/includes/functions/functions.php b/includes/functions/functions.php index f2668992b7..72427501c0 100644 --- a/includes/functions/functions.php +++ b/includes/functions/functions.php @@ -615,7 +615,7 @@ function cousin_name($n, $sex) { return WT_I18N::translate_c('MALE', 'fifteenth cousin'); default: /* I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. */ - return WT_I18N::translate_c('MALE', '%d x cousin', $n); + return WT_I18N::translate_c('MALE', '%d × cousin', $n); } case 'F': switch ($n) { @@ -634,7 +634,7 @@ function cousin_name($n, $sex) { case 13: return WT_I18N::translate_c('FEMALE', 'thirteenth cousin'); case 14: return WT_I18N::translate_c('FEMALE', 'fourteenth cousin'); case 15: return WT_I18N::translate_c('FEMALE', 'fifteenth cousin'); - default: return WT_I18N::translate_c('FEMALE', '%d x cousin', $n); + default: return WT_I18N::translate_c('FEMALE', '%d × cousin', $n); } case 'U': switch ($n) { @@ -653,7 +653,7 @@ function cousin_name($n, $sex) { case 13: return WT_I18N::translate_c('MALE/FEMALE', 'thirteenth cousin'); case 14: return WT_I18N::translate_c('MALE/FEMALE', 'fourteenth cousin'); case 15: return WT_I18N::translate_c('MALE/FEMALE', 'fifteenth cousin'); - default: return WT_I18N::translate_c('MALE/FEMALE', '%d x cousin', $n); + default: return WT_I18N::translate_c('MALE/FEMALE', '%d × cousin', $n); } } } @@ -671,7 +671,7 @@ function cousin_name2($n, $sex, $relation) { case 4: return WT_I18N::translate_c('MALE', 'fourth %s', $relation); case 5: return WT_I18N::translate_c('MALE', 'fifth %s', $relation); default: // I18N: A Spanish relationship name, such as third great-nephew - return WT_I18N::translate_c('MALE', '%1$d x %2$s', $n, $relation); + return WT_I18N::translate_c('MALE', '%1$d × %2$s', $n, $relation); } case 'F': switch ($n) { @@ -682,7 +682,7 @@ function cousin_name2($n, $sex, $relation) { case 4: return WT_I18N::translate_c('FEMALE', 'fourth %s', $relation); case 5: return WT_I18N::translate_c('FEMALE', 'fifth %s', $relation); default: // I18N: A Spanish relationship name, such as third great-nephew - return WT_I18N::translate_c('FEMALE', '%1$d x %2$s', $n, $relation); + return WT_I18N::translate_c('FEMALE', '%1$d × %2$s', $n, $relation); } case 'U': switch ($n) { @@ -693,7 +693,7 @@ function cousin_name2($n, $sex, $relation) { case 4: return WT_I18N::translate_c('MALE/FEMALE', 'fourth %s', $relation); case 5: return WT_I18N::translate_c('MALE/FEMALE', 'fifth %s', $relation); default: // I18N: A Spanish relationship name, such as third great-nephew - return WT_I18N::translate_c('MALE/FEMALE', '%1$d x %2$s', $n, $relation); + return WT_I18N::translate_c('MALE/FEMALE', '%1$d × %2$s', $n, $relation); } } } @@ -1226,63 +1226,63 @@ function get_relationship_name_from_path($path, WT_Individual $person1=null, WT_ case 5: switch ($sex2) { case 'M': - if ($bef_last=='fat') return WT_I18N::translate_c('great-great-great-grandfather’s brother', 'great x4 uncle'); - else if ($bef_last=='mot') return WT_I18N::translate_c('great-great-great-grandmother’s brother', 'great x4 uncle'); - else return WT_I18N::translate_c('great-great-great-grandparent’s brother', 'great x4 uncle'); - case 'F': return WT_I18N::translate('great x4 aunt'); - case 'U': return WT_I18N::translate('great x4 aunt/uncle'); + if ($bef_last=='fat') return WT_I18N::translate_c('great-great-great-grandfather’s brother', 'great ×4 uncle'); + else if ($bef_last=='mot') return WT_I18N::translate_c('great-great-great-grandmother’s brother', 'great ×4 uncle'); + else return WT_I18N::translate_c('great-great-great-grandparent’s brother', 'great ×4 uncle'); + case 'F': return WT_I18N::translate('great ×4 aunt'); + case 'U': return WT_I18N::translate('great ×4 aunt/uncle'); } break; case 6: switch ($sex2) { case 'M': - if ($bef_last=='fat') return WT_I18N::translate_c('great x4 grandfather’s brother', 'great x5 uncle'); - else if ($bef_last=='mot') return WT_I18N::translate_c('great x4 grandmother’s brother', 'great x5 uncle'); - else return WT_I18N::translate_c('great x4 grandparent’s brother', 'great x5 uncle'); - case 'F': return WT_I18N::translate('great x5 aunt'); - case 'U': return WT_I18N::translate('great x5 aunt/uncle'); + if ($bef_last=='fat') return WT_I18N::translate_c('great ×4 grandfather’s brother', 'great ×5 uncle'); + else if ($bef_last=='mot') return WT_I18N::translate_c('great ×4 grandmother’s brother', 'great ×5 uncle'); + else return WT_I18N::translate_c('great ×4 grandparent’s brother', 'great ×5 uncle'); + case 'F': return WT_I18N::translate('great ×5 aunt'); + case 'U': return WT_I18N::translate('great ×5 aunt/uncle'); } break; case 7: switch ($sex2) { case 'M': - if ($bef_last=='fat') return WT_I18N::translate_c('great x5 grandfather’s brother', 'great x6 uncle'); - else if ($bef_last=='mot') return WT_I18N::translate_c('great x5 grandmother’s brother', 'great x6 uncle'); - else return WT_I18N::translate_c('great x5 grandparent’s brother', 'great x6 uncle'); - case 'F': return WT_I18N::translate('great x6 aunt'); - case 'U': return WT_I18N::translate('great x6 aunt/uncle'); + if ($bef_last=='fat') return WT_I18N::translate_c('great ×5 grandfather’s brother', 'great ×6 uncle'); + else if ($bef_last=='mot') return WT_I18N::translate_c('great ×5 grandmother’s brother', 'great ×6 uncle'); + else return WT_I18N::translate_c('great ×5 grandparent’s brother', 'great ×6 uncle'); + case 'F': return WT_I18N::translate('great ×6 aunt'); + case 'U': return WT_I18N::translate('great ×6 aunt/uncle'); } break; case 8: switch ($sex2) { case 'M': - if ($bef_last=='fat') return WT_I18N::translate_c('great x6 grandfather’s brother', 'great x7 uncle'); - else if ($bef_last=='mot') return WT_I18N::translate_c('great x6 grandmother’s brother', 'great x7 uncle'); - else return WT_I18N::translate_c('great x6 grandparent’s brother', 'great x7 uncle'); - case 'F': return WT_I18N::translate('great x7 aunt'); - case 'U': return WT_I18N::translate('great x7 aunt/uncle'); + if ($bef_last=='fat') return WT_I18N::translate_c('great ×6 grandfather’s brother', 'great ×7 uncle'); + else if ($bef_last=='mot') return WT_I18N::translate_c('great ×6 grandmother’s brother', 'great ×7 uncle'); + else return WT_I18N::translate_c('great ×6 grandparent’s brother', 'great ×7 uncle'); + case 'F': return WT_I18N::translate('great ×7 aunt'); + case 'U': return WT_I18N::translate('great ×7 aunt/uncle'); } break; default: // Different languages have different rules for naming generations. - // An English great x12 uncle is a Danish great x10 uncle. + // An English great ×12 uncle is a Danish great ×10 uncle. // // Need to find out which languages use which rules. switch (WT_LOCALE) { case 'da': switch ($sex2) { - case 'M': return WT_I18N::translate('great x%d uncle', $up-4); - case 'F': return WT_I18N::translate('great x%d aunt', $up-4); - case 'U': return WT_I18N::translate('great x%d aunt/uncle', $up-4); + case 'M': return WT_I18N::translate('great ×%d uncle', $up-4); + case 'F': return WT_I18N::translate('great ×%d aunt', $up-4); + case 'U': return WT_I18N::translate('great ×%d aunt/uncle', $up-4); } case 'pl': switch ($sex2) { case 'M': - if ($bef_last=='fat') return WT_I18N::translate_c('great x(%d-1) grandfather’s brother', 'great x%d uncle', $up-2); - else if ($bef_last=='mot') return WT_I18N::translate_c('great x(%d-1) grandmother’s brother', 'great x%d uncle', $up-2); - else return WT_I18N::translate_c('great x(%d-1) grandparent’s brother', 'great x%d uncle', $up-2); - case 'F': return WT_I18N::translate('great x%d aunt', $up-2); - case 'U': return WT_I18N::translate('great x%d aunt/uncle', $up-2); + if ($bef_last=='fat') return WT_I18N::translate_c('great ×(%d-1) grandfather’s brother', 'great ×%d uncle', $up-2); + else if ($bef_last=='mot') return WT_I18N::translate_c('great ×(%d-1) grandmother’s brother', 'great ×%d uncle', $up-2); + else return WT_I18N::translate_c('great ×(%d-1) grandparent’s brother', 'great ×%d uncle', $up-2); + case 'F': return WT_I18N::translate('great ×%d aunt', $up-2); + case 'U': return WT_I18N::translate('great ×%d aunt/uncle', $up-2); } case 'it': // Source: Michele Locati case 'en_AU': @@ -1291,9 +1291,9 @@ function get_relationship_name_from_path($path, WT_Individual $person1=null, WT_ default: switch ($sex2) { case 'M': // I18N: if you need a different number for %d, contact the developers, as a code-change is required - return WT_I18N::translate('great x%d uncle', $up-1); - case 'F': return WT_I18N::translate('great x%d aunt', $up-1); - case 'U': return WT_I18N::translate('great x%d aunt/uncle', $up-1); + return WT_I18N::translate('great ×%d uncle', $up-1); + case 'F': return WT_I18N::translate('great ×%d aunt', $up-1); + case 'U': return WT_I18N::translate('great ×%d aunt/uncle', $up-1); } } } @@ -1361,59 +1361,59 @@ function get_relationship_name_from_path($path, WT_Individual $person1=null, WT_ switch ($sex2) { case 'M': if ($first=='bro' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) brother’s great-great-great-grandson', 'great x4 nephew'); + return WT_I18N::translate_c('(a man’s) brother’s great-great-great-grandson', 'great ×4 nephew'); } else if ($first=='sis' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) sister’s great-great-great-grandson', 'great x4 nephew'); + return WT_I18N::translate_c('(a man’s) sister’s great-great-great-grandson', 'great ×4 nephew'); } else { - return WT_I18N::translate_c('(a woman’s) great x4 nephew', 'great x4 nephew'); + return WT_I18N::translate_c('(a woman’s) great ×4 nephew', 'great ×4 nephew'); } case 'F': if ($first=='bro' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) brother’s great-great-great-granddaughter', 'great x4 niece'); + return WT_I18N::translate_c('(a man’s) brother’s great-great-great-granddaughter', 'great ×4 niece'); } else if ($first=='sis' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) sister’s great-great-great-granddaughter', 'great x4 niece'); + return WT_I18N::translate_c('(a man’s) sister’s great-great-great-granddaughter', 'great ×4 niece'); } else { - return WT_I18N::translate_c('(a woman’s) great x4 niece', 'great x4 niece'); + return WT_I18N::translate_c('(a woman’s) great ×4 niece', 'great ×4 niece'); } case 'U': if ($first=='bro' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) brother’s great-great-great-grandchild', 'great x4 nephew/niece'); + return WT_I18N::translate_c('(a man’s) brother’s great-great-great-grandchild', 'great ×4 nephew/niece'); } else if ($first=='sis' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) sister’s great-great-great-grandchild', 'great x4 nephew/niece'); + return WT_I18N::translate_c('(a man’s) sister’s great-great-great-grandchild', 'great ×4 nephew/niece'); } else { - return WT_I18N::translate_c('(a woman’s) great x4 nephew/niece', 'great x4 nephew/niece'); + return WT_I18N::translate_c('(a woman’s) great ×4 nephew/niece', 'great ×4 nephew/niece'); } } case 7: switch ($sex2) { case 'M': if ($first=='bro' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) brother’s great x4 grandson', 'great x5 nephew'); + return WT_I18N::translate_c('(a man’s) brother’s great ×4 grandson', 'great ×5 nephew'); } else if ($first=='sis' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) sister’s great x4 grandson', 'great x5 nephew'); + return WT_I18N::translate_c('(a man’s) sister’s great ×4 grandson', 'great ×5 nephew'); } else { - return WT_I18N::translate_c('(a woman’s) great x5 nephew', 'great x5 nephew'); + return WT_I18N::translate_c('(a woman’s) great ×5 nephew', 'great ×5 nephew'); } case 'F': if ($first=='bro' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) brother’s great x4 granddaughter', 'great x5 niece'); + return WT_I18N::translate_c('(a man’s) brother’s great ×4 granddaughter', 'great ×5 niece'); } else if ($first=='sis' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) sister’s great x4 granddaughter', 'great x5 niece'); + return WT_I18N::translate_c('(a man’s) sister’s great ×4 granddaughter', 'great ×5 niece'); } else { - return WT_I18N::translate_c('(a woman’s) great x5 niece', 'great x5 niece'); + return WT_I18N::translate_c('(a woman’s) great ×5 niece', 'great ×5 niece'); } case 'U': if ($first=='bro' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) brother’s great x4 grandchild', 'great x5 nephew/niece'); + return WT_I18N::translate_c('(a man’s) brother’s great ×4 grandchild', 'great ×5 nephew/niece'); } else if ($first=='sis' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) sister’s great x4 grandchild', 'great x5 nephew/niece'); + return WT_I18N::translate_c('(a man’s) sister’s great ×4 grandchild', 'great ×5 nephew/niece'); } else { - return WT_I18N::translate_c('(a woman’s) great x5 nephew/niece', 'great x5 nephew/niece'); + return WT_I18N::translate_c('(a woman’s) great ×5 nephew/niece', 'great ×5 nephew/niece'); } } default: // Different languages have different rules for naming generations. - // An English great x12 nephew is a Polish great x11 nephew. + // An English great ×12 nephew is a Polish great ×11 nephew. // // Need to find out which languages use which rules. switch (WT_LOCALE) { @@ -1421,33 +1421,33 @@ function get_relationship_name_from_path($path, WT_Individual $person1=null, WT_ switch ($sex2) { case 'M': if ($first=='bro' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) brother’s great x(%d-1) grandson', 'great x%d nephew', $down-3); + return WT_I18N::translate_c('(a man’s) brother’s great ×(%d-1) grandson', 'great ×%d nephew', $down-3); } else if ($first=='sis' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) sister’s great x(%d-1) grandson', 'great x%d nephew', $down-3); + return WT_I18N::translate_c('(a man’s) sister’s great ×(%d-1) grandson', 'great ×%d nephew', $down-3); } else - return WT_I18N::translate_c('(a woman’s) great x%d nephew', 'great x%d nephew', $down-3); + return WT_I18N::translate_c('(a woman’s) great ×%d nephew', 'great ×%d nephew', $down-3); case 'F': if ($first=='bro' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) brother’s great x(%d-1) granddaughter', 'great x%d niece', $down-3); + return WT_I18N::translate_c('(a man’s) brother’s great ×(%d-1) granddaughter', 'great ×%d niece', $down-3); } else if ($first=='sis' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) sister’s great x(%d-1) granddaughter', 'great x%d niece', $down-3); + return WT_I18N::translate_c('(a man’s) sister’s great ×(%d-1) granddaughter', 'great ×%d niece', $down-3); } else { - return WT_I18N::translate_c('(a woman’s) great x%d niece', 'great x%d niece', $down-3); + return WT_I18N::translate_c('(a woman’s) great ×%d niece', 'great ×%d niece', $down-3); } case 'U': if ($first=='bro' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) brother’s great x(%d-1) grandchild', 'great x%d nephew/niece', $down-3); + return WT_I18N::translate_c('(a man’s) brother’s great ×(%d-1) grandchild', 'great ×%d nephew/niece', $down-3); } else if ($first=='sis' && $sex1=='M') { - return WT_I18N::translate_c('(a man’s) sister’s great x(%d-1) grandchild', 'great x%d nephew/niece', $down-3); + return WT_I18N::translate_c('(a man’s) sister’s great ×(%d-1) grandchild', 'great ×%d nephew/niece', $down-3); } else { - return WT_I18N::translate_c('(a woman’s) great x%d nephew/niece', 'great x%d nephew/niece', $down-3); + return WT_I18N::translate_c('(a woman’s) great ×%d nephew/niece', 'great ×%d nephew/niece', $down-3); } } case 'he': // Source: Meliza Amity switch ($sex2) { - case 'M': return WT_I18N::translate('great x%d nephew', $down-1); - case 'F': return WT_I18N::translate('great x%d niece', $down-1); - case 'U': return WT_I18N::translate('great x%d nephew/niece', $down-1); + case 'M': return WT_I18N::translate('great ×%d nephew', $down-1); + case 'F': return WT_I18N::translate('great ×%d niece', $down-1); + case 'U': return WT_I18N::translate('great ×%d nephew/niece', $down-1); } case 'it': // Source: Michele Locati. case 'en_AU': @@ -1456,9 +1456,9 @@ function get_relationship_name_from_path($path, WT_Individual $person1=null, WT_ default: switch ($sex2) { case 'M': // I18N: if you need a different number for %d, contact the developers, as a code-change is required - return WT_I18N::translate('great x%d nephew', $down-2); - case 'F': return WT_I18N::translate('great x%d niece', $down-2); - case 'U': return WT_I18N::translate('great x%d nephew/niece', $down-2); + return WT_I18N::translate('great ×%d nephew', $down-2); + case 'F': return WT_I18N::translate('great ×%d niece', $down-2); + case 'U': return WT_I18N::translate('great ×%d nephew/niece', $down-2); } } } @@ -1483,65 +1483,65 @@ function get_relationship_name_from_path($path, WT_Individual $person1=null, WT_ break; case 6: switch ($sex2) { - case 'M': return WT_I18N::translate('great x4 grandfather'); - case 'F': return WT_I18N::translate('great x4 grandmother'); - case 'U': return WT_I18N::translate('great x4 grandparent'); + case 'M': return WT_I18N::translate('great ×4 grandfather'); + case 'F': return WT_I18N::translate('great ×4 grandmother'); + case 'U': return WT_I18N::translate('great ×4 grandparent'); } break; case 7: switch ($sex2) { - case 'M': return WT_I18N::translate('great x5 grandfather'); - case 'F': return WT_I18N::translate('great x5 grandmother'); - case 'U': return WT_I18N::translate('great x5 grandparent'); + case 'M': return WT_I18N::translate('great ×5 grandfather'); + case 'F': return WT_I18N::translate('great ×5 grandmother'); + case 'U': return WT_I18N::translate('great ×5 grandparent'); } break; case 8: switch ($sex2) { - case 'M': return WT_I18N::translate('great x6 grandfather'); - case 'F': return WT_I18N::translate('great x6 grandmother'); - case 'U': return WT_I18N::translate('great x6 grandparent'); + case 'M': return WT_I18N::translate('great ×6 grandfather'); + case 'F': return WT_I18N::translate('great ×6 grandmother'); + case 'U': return WT_I18N::translate('great ×6 grandparent'); } break; case 9: switch ($sex2) { - case 'M': return WT_I18N::translate('great x7 grandfather'); - case 'F': return WT_I18N::translate('great x7 grandmother'); - case 'U': return WT_I18N::translate('great x7 grandparent'); + case 'M': return WT_I18N::translate('great ×7 grandfather'); + case 'F': return WT_I18N::translate('great ×7 grandmother'); + case 'U': return WT_I18N::translate('great ×7 grandparent'); } break; default: // Different languages have different rules for naming generations. - // An English great x12 grandfather is a Danish great x11 grandfather. + // An English great ×12 grandfather is a Danish great ×11 grandfather. // // Need to find out which languages use which rules. switch (WT_LOCALE) { case 'da': // Source: Patrick Sorensen switch ($sex2) { - case 'M': return WT_I18N::translate('great x%d grandfather', $up-3); - case 'F': return WT_I18N::translate('great x%d grandmother', $up-3); - case 'U': return WT_I18N::translate('great x%d grandparent', $up-3); + case 'M': return WT_I18N::translate('great ×%d grandfather', $up-3); + case 'F': return WT_I18N::translate('great ×%d grandmother', $up-3); + case 'U': return WT_I18N::translate('great ×%d grandparent', $up-3); } case 'it': // Source: Michele Locati case 'es': // Source: Wes Groleau switch ($sex2) { - case 'M': return WT_I18N::translate('great x%d grandfather', $up); - case 'F': return WT_I18N::translate('great x%d grandmother', $up); - case 'U': return WT_I18N::translate('great x%d grandparent', $up); + case 'M': return WT_I18N::translate('great ×%d grandfather', $up); + case 'F': return WT_I18N::translate('great ×%d grandmother', $up); + case 'U': return WT_I18N::translate('great ×%d grandparent', $up); } case 'fr': // Source: Jacqueline Tetreault case 'fr_CA': switch ($sex2) { - case 'M': return WT_I18N::translate('great x%d grandfather', $up-1); - case 'F': return WT_I18N::translate('great x%d grandmother', $up-1); - case 'U': return WT_I18N::translate('great x%d grandparent', $up-1); + case 'M': return WT_I18N::translate('great ×%d grandfather', $up-1); + case 'F': return WT_I18N::translate('great ×%d grandmother', $up-1); + case 'U': return WT_I18N::translate('great ×%d grandparent', $up-1); } case 'nn': // Source: Hogne Røed Nilsen (https://bugs.launchpad.net/webtrees/+bug/1168553) case 'nb': switch ($sex2) { case 'M': // I18N: if you need a different number for %d, contact the developers, as a code-change is required - return WT_I18N::translate('great x%d grandfather', $up-3); - case 'F': return WT_I18N::translate('great x%d grandmother', $up-3); - case 'U': return WT_I18N::translate('great x%d grandparent', $up-3); + return WT_I18N::translate('great ×%d grandfather', $up-3); + case 'F': return WT_I18N::translate('great ×%d grandmother', $up-3); + case 'U': return WT_I18N::translate('great ×%d grandparent', $up-3); } case 'en_AU': case 'en_GB': @@ -1549,9 +1549,9 @@ function get_relationship_name_from_path($path, WT_Individual $person1=null, WT_ default: switch ($sex2) { case 'M': // I18N: if you need a different number for %d, contact the developers, as a code-change is required - return WT_I18N::translate('great x%d grandfather', $up-2); - case 'F': return WT_I18N::translate('great x%d grandmother', $up-2); - case 'U': return WT_I18N::translate('great x%d grandparent', $up-2); + return WT_I18N::translate('great ×%d grandfather', $up-2); + case 'F': return WT_I18N::translate('great ×%d grandmother', $up-2); + case 'U': return WT_I18N::translate('great ×%d grandparent', $up-2); } } } @@ -1576,35 +1576,35 @@ function get_relationship_name_from_path($path, WT_Individual $person1=null, WT_ break; case 6: switch ($sex2) { - case 'M': return WT_I18N::translate('great x4 grandson'); - case 'F': return WT_I18N::translate('great x4 granddaughter'); - case 'U': return WT_I18N::translate('great x4 grandchild'); + case 'M': return WT_I18N::translate('great ×4 grandson'); + case 'F': return WT_I18N::translate('great ×4 granddaughter'); + case 'U': return WT_I18N::translate('great ×4 grandchild'); } break; case 7: switch ($sex2) { - case 'M': return WT_I18N::translate('great x5 grandson'); - case 'F': return WT_I18N::translate('great x5 granddaughter'); - case 'U': return WT_I18N::translate('great x5 grandchild'); + case 'M': return WT_I18N::translate('great ×5 grandson'); + case 'F': return WT_I18N::translate('great ×5 granddaughter'); + case 'U': return WT_I18N::translate('great ×5 grandchild'); } break; case 8: switch ($sex2) { - case 'M': return WT_I18N::translate('great x6 grandson'); - case 'F': return WT_I18N::translate('great x6 granddaughter'); - case 'U': return WT_I18N::translate('great x6 grandchild'); + case 'M': return WT_I18N::translate('great ×6 grandson'); + case 'F': return WT_I18N::translate('great ×6 granddaughter'); + case 'U': return WT_I18N::translate('great ×6 grandchild'); } break; case 9: switch ($sex2) { - case 'M': return WT_I18N::translate('great x7 grandson'); - case 'F': return WT_I18N::translate('great x7 granddaughter'); - case 'U': return WT_I18N::translate('great x7 grandchild'); + case 'M': return WT_I18N::translate('great ×7 grandson'); + case 'F': return WT_I18N::translate('great ×7 granddaughter'); + case 'U': return WT_I18N::translate('great ×7 grandchild'); } break; default: // Different languages have different rules for naming generations. - // An English great x12 grandson is a Danish great x11 grandson. + // An English great ×12 grandson is a Danish great ×11 grandson. // // Need to find out which languages use which rules. switch (WT_LOCALE) { @@ -1612,9 +1612,9 @@ function get_relationship_name_from_path($path, WT_Individual $person1=null, WT_ case 'nb': case 'da': // Source: Patrick Sorensen switch ($sex2) { - case 'M': return WT_I18N::translate('great x%d grandson', $up-3); - case 'F': return WT_I18N::translate('great x%d granddaughter', $up-3); - case 'U': return WT_I18N::translate('great x%d grandchild', $up-3); + case 'M': return WT_I18N::translate('great ×%d grandson', $up-3); + case 'F': return WT_I18N::translate('great ×%d granddaughter', $up-3); + case 'U': return WT_I18N::translate('great ×%d grandchild', $up-3); } case 'it': // Source: Michele Locati case 'es': // Source: Wes Groleau (adding doesn’t change behavior, but needs to be better researched) @@ -1625,9 +1625,9 @@ function get_relationship_name_from_path($path, WT_Individual $person1=null, WT_ switch ($sex2) { case 'M': // I18N: if you need a different number for %d, contact the developers, as a code-change is required - return WT_I18N::translate('great x%d grandson', $up-2); - case 'F': return WT_I18N::translate('great x%d granddaughter', $up-2); - case 'U': return WT_I18N::translate('great x%d grandchild', $up-2); + return WT_I18N::translate('great ×%d grandson', $up-2); + case 'F': return WT_I18N::translate('great ×%d granddaughter', $up-2); + case 'U': return WT_I18N::translate('great ×%d grandchild', $up-2); } } } diff --git a/language/ar.po b/language/ar.po index 918f2cbcd4..e6e6ef9a46 100644 --- a/language/ar.po +++ b/language/ar.po @@ -86,22 +86,22 @@ msgstr[5] "%1$d فرداً ليس لهم إحداثيات مكان الميلا #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -255,20 +255,20 @@ msgstr[5] "%d شهراً" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "حفيدة %d لسلف مشترك" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "حفيد %d لسلف مشترك" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "حفيد %d لسلف مشترك" #: modules_v3/relatives/module.php:60 @@ -537,14 +537,14 @@ msgstr "<إختيار>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "لا يوجد" -msgstr[1] "± عام واحد" -msgstr[2] "± عامان" -msgstr[3] "±%d أعوام" -msgstr[4] "±%d عاماً" -msgstr[5] "±%d عاماً" +msgstr[1] "± عام واحد" +msgstr[2] "± عامان" +msgstr[3] "±%d أعوام" +msgstr[4] "±%d عاماً" +msgstr[5] "±%d عاماً" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -17126,23 +17126,23 @@ msgstr "زوجة إبن إبن" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "أخت جد-أب %d" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "أخ/أخت جد-أب %d" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "حفيد %d" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "حفيدة %d" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -17150,399 +17150,399 @@ msgstr "حفيدة %d" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "أب جد %d" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "أم جد %d" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "والد جد %d" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "حفيد %d" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "إبن حفيد %d لأخ/لأخت" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "إبن حفيد %d لأخ" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "إبن حفيد %d لأخت" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "إبن حفيد %d لأخ/أخت" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "ولد حفيد %d لأخ/لأخت" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "ولد حفيد %d لأخ" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "ولد حفيد %d لأخت" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "ولد حفيد %d لأخ/لأخت" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "بنت حفيد %d لأخ/لأخت" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "بنت حفيد %d لأخ" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "بنت حفيد %d لأخت" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "بنت حفيد %d لأخ/لأخت" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "أخ جد-أب %d" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "أخ جد-أب %d" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "أخ جد-أم %d" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "أخ جد-والد %d" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "أخت جد-والد رابع" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "أخ/أخت جد-والد رابع" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "حفيد رابع" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "حفيدة رابعة" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "أب جد رابع" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "أم جد رابع" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "والد جد رابع" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "حفيد رابع" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "إبن حفيد رابع لأخ" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "إبن حفيد رابع لأخت" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "إبن حفيد رابع لأخ/لأخت" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "ولد حفيد رابع لأخ" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "ولد حفيد رابع لأخت" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "ولد حفيد رابع لأخ/لأخت" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "بنت حفيد رابع لأخ" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "بنت حفيد رابع لأخت" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "بنت حفيد رابع لأخ/لأخت" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "أخ جد-أب رابع" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "أخ جد-أم رابع" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "أخ جد-والد رابع" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "أخت جد-أب خامس" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "أخ/أخت جد-أب خامس" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "حفيد خامس" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "حفيدة خامسة" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "أب جد خامس" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "أم جد خامس" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "والد جد خامس" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "حفيد خامس" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "إبن حفيد خامس لأخ" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "إبن حفيد خامس لأخت" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "إبن حفيد خامس لأخ/لأخت" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "ولد حفيد خامس لأخ" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "ولد حفيد خامس لأخت" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "ولد حفيد خامس لأخ/لأخت" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "بنت حفيد خامس لأخ" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "بنت حفيد خامس لأخت" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "بنت حفيد خامس لأخ/لأخت" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "أخ جد-أب خامس" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "أخ جد-أم خامس" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "أخ جد-والد خامس" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "أخت جد-أب سادس" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "أخ/أخت جد-أب سادس" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "حفيد سادس" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "حفيدة سادسة" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "أب جد سادس" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "أم جد سادس" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "والد جد سادس" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "حفيد سادس" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "أخ جد-أب سادس" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "أخ جد-أم سادس" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "أخ جد-والد سادس" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "أخت جد-أب سابع" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "أخ/أخت جد-أب سابع" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "حفيد سابع" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "حفيدة سابعة" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "أب جد سابع" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "أم جد سابع" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "والد جد سابع" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "حفيد سابع" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "أخ جد-أب سابع" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "أخ جد-أم سابع" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "أخ جد-والد سابع" #: includes/functions/functions.php:1085 diff --git a/language/bg.po b/language/bg.po index 03f13c1e40..4fed7aab20 100644 --- a/language/bg.po +++ b/language/bg.po @@ -78,21 +78,21 @@ msgstr[1] "%1$d лица без географски координати на #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -223,20 +223,20 @@ msgstr[1] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -445,10 +445,10 @@ msgstr "<изберете>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d година" -msgstr[1] "±%d години" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d година" +msgstr[1] "±%d години" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16966,23 +16966,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" -msgstr "пра- x%d леля" +msgid "great ×%d aunt" +msgstr "пра- ×%d леля" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "пра- x%d леля/чичо" +msgid "great ×%d aunt/uncle" +msgstr "пра- ×%d леля/чичо" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16990,399 +16990,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" -msgstr "пра- x4 леля" +msgid "great ×4 aunt" +msgstr "пра- ×4 леля" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" -msgstr "пра- x4 леля/чичо" +msgid "great ×4 aunt/uncle" +msgstr "пра- ×4 леля/чичо" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" -msgstr "пра- x5 леля" +msgid "great ×5 aunt" +msgstr "пра- ×5 леля" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" -msgstr "пра- x5 леля/чичо" +msgid "great ×5 aunt/uncle" +msgstr "пра- ×5 леля/чичо" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" -msgstr "пра- x6 леля" +msgid "great ×6 aunt" +msgstr "пра- ×6 леля" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" -msgstr "пра- x6 леля/чичо" +msgid "great ×6 aunt/uncle" +msgstr "пра- ×6 леля/чичо" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" -msgstr "пра- x7 леля" +msgid "great ×7 aunt" +msgstr "пра- ×7 леля" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" -msgstr "пра- x7 леля/чичо" +msgid "great ×7 aunt/uncle" +msgstr "пра- ×7 леля/чичо" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/bs.po b/language/bs.po index a76ce2c346..4598f76614 100644 --- a/language/bs.po +++ b/language/bs.po @@ -75,21 +75,21 @@ msgstr[2] "%1$d osoba nema kordinate mjesta rođenja na mapi: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -226,21 +226,21 @@ msgstr[2] "%d mjeseci" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" -msgstr "%d x rodica" +msgid "%d × cousin" +msgstr "%d × rodica" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" -msgstr "%d x rođak" +msgid "%d × cousin" +msgstr "%d × rođak" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" -msgstr "%d x rod" +msgid "%d × cousin" +msgstr "%d × rod" #: modules_v3/relatives/module.php:60 #, php-format @@ -463,8 +463,8 @@ msgstr "<odaberi>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -16994,23 +16994,23 @@ msgstr "unukova supruga" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -17018,399 +17018,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/ca.po b/language/ca.po index 06762be963..bb71a79ead 100644 --- a/language/ca.po +++ b/language/ca.po @@ -77,22 +77,22 @@ msgstr[1] "%1$d persones no tenen dades de l’indret de naixement: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -222,20 +222,20 @@ msgstr[1] "%d mesos" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "cosina %da" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "cosí %d è" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "cosí/na %dè/a" #: modules_v3/relatives/module.php:60 @@ -444,10 +444,10 @@ msgstr "<selecciona>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d any" -msgstr[1] "±%d anys" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d any" +msgstr[1] "±%d anys" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16965,23 +16965,23 @@ msgstr "nét de l’esposa" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "tieta %d+1a" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "oncle/tieta %d+1 è/a" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "nét/a %d+1é/a" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "néta %d+1a" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16989,399 +16989,399 @@ msgstr "néta %d+1a" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "avi %d+1 è" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "àvia %d+1a" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "avi/àvia %d+1è/a" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "nét %d+1è" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "nebot %d+1 è" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "nebot %d+1 è" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "nebot %d+1 è" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "nebot %d+1 è" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "nebot/da %d+1è/a" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "nebot/da %d+1è/a" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "nebot/da %d+1è/a" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "nebot/da %d+1è/a" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "neboda %d+1a" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "neboda %d+1a" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "neboda %d+1a" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "neboda %d+1a" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "oncle %d+1è" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "oncle %d+1 è" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "oncle %d+1 è" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "oncle %d+1 è" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "tieta 5a" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "tieta 5a" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "nét/a 5è/a" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "néta 5a" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "avi 5è" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "àvia 5a" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "avi/àvia 5è/a" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "nét 5è" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "nebot 5è" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "nebot 5è" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "nebot 5è" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "nebot/da 5è/a" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "nebot/da 5è/a" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "nebot/da 5è/a" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "neboda 5a" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "neboda 5a" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "neboda 5a" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "oncle 5è" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "oncle 5è" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "oncle 5è" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "tieta 6a" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "oncle/tieta 6è/a" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "nét/a 6è/a" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "néta 6a" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "avi 6è" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "àvia 6a" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "avi/àvia 6è/a" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "nét 6è" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "nebot 6è" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "nebot 6è" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "nebot 6è" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "nebot/da 6è/a" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "nebot/da 6è/a" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "nebot/da 6è/a" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "neboda 6a" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "neboda 6a" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "neboda 6a" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "oncle 6è" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "oncle 6è" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "oncle 6è" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "tieta 7a" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "oncle/tieta 7è/a" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "nét/a 7è/a" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "néta 7a" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "avi 7è" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "àvia 7a" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "avi/àvia 7è/a" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "nét 7è" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "oncle 7è" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "oncle 7è" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "oncle 7è" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "tieta 8a" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "oncle/tieta 8è/a" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "nét/a 8è/a" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "néta 8a" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "avi 8è" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "àvia 8a" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "avi/àvia 8è/a" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "nét 8è" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "oncle 8è" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "ocle 8è" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "oncle 8è" #: includes/functions/functions.php:1085 diff --git a/language/cs.po b/language/cs.po index 29de653d60..b571ccac2a 100644 --- a/language/cs.po +++ b/language/cs.po @@ -26,7 +26,7 @@ msgstr "" #: modules_v3/ahnentafel_report/report.xml:333 #: modules_v3/ahnentafel_report/report.xml:364 msgid " but the details are unknown" -msgstr " , ale podrobnosti nejsou známy" +msgstr ", ale podrobnosti nejsou známy" #: modules_v3/ahnentafel_report/report.xml:156 #: modules_v3/ahnentafel_report/report.xml:184 @@ -80,22 +80,22 @@ msgstr[2] "%1$d osobám chybí místo narození, souřadnice: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -231,20 +231,20 @@ msgstr[2] "%d měsíců" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "sestřenice (z %d. kolena)" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "bratranec (z %d. kolena)" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "bratranec/sestřenice (z %d. kolena)" #: modules_v3/relatives/module.php:60 @@ -468,11 +468,11 @@ msgstr "<vyberte>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d rok" -msgstr[1] "±%d roky" -msgstr[2] "±%d let" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d rok" +msgstr[1] "±%d roky" +msgstr[2] "±%d let" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16999,424 +16999,424 @@ msgstr "vnukova manželka" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" -msgstr "%dx prateta" +msgid "great ×%d aunt" +msgstr "%d× prateta" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "%dx prateta/prastrýc" +msgid "great ×%d aunt/uncle" +msgstr "%d× prateta/prastrýc" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" -msgstr "%dx pravnouče" +msgid "great ×%d grandchild" +msgstr "%d× pravnouče" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" -msgstr "%dx pravnučka" +msgid "great ×%d granddaughter" +msgstr "%d× pravnučka" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1520 includes/functions/functions.php:1527 #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" -msgstr "%dx praděda" +msgid "great ×%d grandfather" +msgstr "%d× praděda" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" -msgstr "%dx prabába" +msgid "great ×%d grandmother" +msgstr "%d× prabába" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" -msgstr "%dx prabába/praděd" +msgid "great ×%d grandparent" +msgstr "%d× prabába/praděd" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "%dx pravnuk" +msgid "great ×%d grandson" +msgstr "%d× pravnuk" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" -msgstr "%dx prasynovec" +msgid "great ×%d nephew" +msgstr "%d× prasynovec" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "%dx prasynovec" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "%d× prasynovec" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "%dx prasynovec" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "%d× prasynovec" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" -msgstr "%dx prasynovec" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" +msgstr "%d× prasynovec" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" -msgstr "%dx pra-synovec/neteř" +msgid "great ×%d nephew/niece" +msgstr "%d× pra-synovec/neteř" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "%dx pra-synovec/neteř" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "%d× pra-synovec/neteř" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "%dx pra-synovec/neteř" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "%d× pra-synovec/neteř" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" -msgstr "%dx pra-synovec/neteř" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" +msgstr "%d× pra-synovec/neteř" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" -msgstr "%dx praneteř" +msgid "great ×%d niece" +msgstr "%d× praneteř" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "%dx praneteř" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "%d× praneteř" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "%dx praneteř" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "%d× praneteř" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" -msgstr "%dx praneteř" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" +msgstr "%d× praneteř" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" -msgstr "%dx prastrýc" +msgid "great ×%d uncle" +msgstr "%d× prastrýc" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" -msgstr "%dx prastrýc" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" +msgstr "%d× prastrýc" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" -msgstr "%dx prastrýc" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" +msgstr "%d× prastrýc" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" -msgstr "%dx prastrýc" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" +msgstr "%d× prastrýc" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" -msgstr "4x prateta" +msgid "great ×4 aunt" +msgstr "4× prateta" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" -msgstr "4x prateta/prastrýc" +msgid "great ×4 aunt/uncle" +msgstr "4× prateta/prastrýc" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" -msgstr "4x pravnouče" +msgid "great ×4 grandchild" +msgstr "4× pravnouče" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" -msgstr "4x pravnučka" +msgid "great ×4 granddaughter" +msgstr "4× pravnučka" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" -msgstr "4x praděda" +msgid "great ×4 grandfather" +msgstr "4× praděda" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" -msgstr "4x prabába" +msgid "great ×4 grandmother" +msgstr "4× prabába" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" -msgstr "5x prarodič" +msgid "great ×4 grandparent" +msgstr "4× prarodič" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" -msgstr "4x pravnuk" +msgid "great ×4 grandson" +msgstr "4× pravnuk" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "synovec (z 5. kolene)" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "synovec (z 5. kolene)" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "synovec (z 5. kolene)" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "synovec/neteř (z 5. kolene)" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "synovec/neteř (z 5. kolene)" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "synovec/neteř (z 5. kolene)" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "neteř (z 5. kolene)" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "neteř (z 5. kolene)" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "neteř (z 5. kolene)" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" -msgstr "4x prastrýc" +msgid "great ×4 uncle" +msgstr "4× prastrýc" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" -msgstr "4x prastrýc" +msgid "great ×4 uncle" +msgstr "4× prastrýc" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" -msgstr "4x prastrýc" +msgid "great ×4 uncle" +msgstr "4× prastrýc" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" -msgstr "5x prateta" +msgid "great ×5 aunt" +msgstr "5× prateta" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" -msgstr "5x prateta/prastrýc" +msgid "great ×5 aunt/uncle" +msgstr "5× prateta/prastrýc" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" -msgstr "5x pravnouče" +msgid "great ×5 grandchild" +msgstr "5× pravnouče" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" -msgstr "5x pravnučka" +msgid "great ×5 granddaughter" +msgstr "5× pravnučka" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" -msgstr "5x praděda" +msgid "great ×5 grandfather" +msgstr "5× praděda" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" -msgstr "5x prabába" +msgid "great ×5 grandmother" +msgstr "5× prabába" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" -msgstr "6x prarodič" +msgid "great ×5 grandparent" +msgstr "6× prarodič" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" -msgstr "5x pravnuk" +msgid "great ×5 grandson" +msgstr "5× pravnuk" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "synovec (z 6. kolene)" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "synovec (z 6. kolene)" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "synovec (z 6. kolene)" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "synovec/neteř (z 6. kolene)" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "synovec/neteř (z 6. kolene)" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "synovec/neteř (z 6. kolene)" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "synovec (z 6. kolene)" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "neteř (z 6. kolene)" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "neteř (z 6. kolene)" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" -msgstr "5x prastrýc" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" +msgstr "5× prastrýc" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" -msgstr "5x prastrýc" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" +msgstr "5× prastrýc" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" -msgstr "5x prastrýc" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" +msgstr "5× prastrýc" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" -msgstr "6x prateta" +msgid "great ×6 aunt" +msgstr "6× prateta" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" -msgstr "6x prateta/prastrýc" +msgid "great ×6 aunt/uncle" +msgstr "6× prateta/prastrýc" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" -msgstr "6x pravnouče" +msgid "great ×6 grandchild" +msgstr "6× pravnouče" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" -msgstr "6x pravnučka" +msgid "great ×6 granddaughter" +msgstr "6× pravnučka" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" -msgstr "6x praděda" +msgid "great ×6 grandfather" +msgstr "6× praděda" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" -msgstr "6x prabába" +msgid "great ×6 grandmother" +msgstr "6× prabába" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" -msgstr "7x prarodič" +msgid "great ×6 grandparent" +msgstr "7× prarodič" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" -msgstr "6x pravnuk" +msgid "great ×6 grandson" +msgstr "6× pravnuk" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" -msgstr "6x prastrýc" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" +msgstr "6× prastrýc" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" -msgstr "6x prastrýc" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" +msgstr "6× prastrýc" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" -msgstr "6x prastrýc" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" +msgstr "6× prastrýc" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" -msgstr "7x prateta" +msgid "great ×7 aunt" +msgstr "7× prateta" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" -msgstr "7x prateta/prastrýc" +msgid "great ×7 aunt/uncle" +msgstr "7× prateta/prastrýc" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" -msgstr "7x pravnouče" +msgid "great ×7 grandchild" +msgstr "7× pravnouče" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" -msgstr "7x pravnučka" +msgid "great ×7 granddaughter" +msgstr "7× pravnučka" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" -msgstr "7x praděda" +msgid "great ×7 grandfather" +msgstr "7× praděda" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" -msgstr "7x prabába" +msgid "great ×7 grandmother" +msgstr "7× prabába" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" -msgstr "8x prarodič" +msgid "great ×7 grandparent" +msgstr "8× prarodič" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" -msgstr "7x pravnuk" +msgid "great ×7 grandson" +msgstr "7× pravnuk" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" -msgstr "7x prastrýc" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" +msgstr "7× prastrýc" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" -msgstr "7x prastrýc" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" +msgstr "7× prastrýc" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" -msgstr "7x prastrýc" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" +msgstr "7× prastrýc" #: includes/functions/functions.php:1085 msgctxt "father’s father’s brother’s wife" diff --git a/language/da.po b/language/da.po index 9f8b9c8bc6..85d302e936 100644 --- a/language/da.po +++ b/language/da.po @@ -78,22 +78,22 @@ msgstr[1] "%1$d individer mangler koordinater for fødselssted: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -223,21 +223,21 @@ msgstr[1] "%d måneder" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" -msgstr "%d x kusine" +msgid "%d × cousin" +msgstr "%d × kusine" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" -msgstr "%d x fætter" +msgid "%d × cousin" +msgstr "%d × fætter" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" -msgstr "%d x fætter/kusine" +msgid "%d × cousin" +msgstr "%d × fætter/kusine" #: modules_v3/relatives/module.php:60 #, php-format @@ -445,10 +445,10 @@ msgstr "<vælg>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d år" -msgstr[1] "±%d år" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d år" +msgstr[1] "±%d år" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16966,424 +16966,424 @@ msgstr "barnebarns hustru" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" -msgstr "%dx tip-oldeforælders bror" +msgid "great ×%d aunt" +msgstr "%d× tip-oldeforælders bror" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "%dx tip-oldeforælders søskende" +msgid "great ×%d aunt/uncle" +msgstr "%d× tip-oldeforælders søskende" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" -msgstr "%dx tip-oldebarn" +msgid "great ×%d grandchild" +msgstr "%d× tip-oldebarn" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" -msgstr "%dx tip-oldebarn" +msgid "great ×%d granddaughter" +msgstr "%d× tip-oldebarn" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1520 includes/functions/functions.php:1527 #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" -msgstr "%dx tip-oldefar" +msgid "great ×%d grandfather" +msgstr "%d× tip-oldefar" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" -msgstr "%dx tip-oldemor" +msgid "great ×%d grandmother" +msgstr "%d× tip-oldemor" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" -msgstr "%dx tip-oldeforælder" +msgid "great ×%d grandparent" +msgstr "%d× tip-oldeforælder" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "%dx tip-oldebarn" +msgid "great ×%d grandson" +msgstr "%d× tip-oldebarn" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" -msgstr "nevø i x%d led" +msgid "great ×%d nephew" +msgstr "nevø i ×%d led" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "%dx grand-nevø" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "%d× grand-nevø" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "%dx grand-nevø" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "%d× grand-nevø" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" -msgstr "%dx grand-nevø" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" +msgstr "%d× grand-nevø" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" -msgstr "nevø/niece i x%d led" +msgid "great ×%d nephew/niece" +msgstr "nevø/niece i ×%d led" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "%dx grand-nevø/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "%d× grand-nevø/niece" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "%dx grand-nevø/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "%d× grand-nevø/niece" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" -msgstr "%dx grand-nevø/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" +msgstr "%d× grand-nevø/niece" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" -msgstr "niece i x%d led" +msgid "great ×%d niece" +msgstr "niece i ×%d led" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "%dx grand-niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "%d× grand-niece" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "%dx grand-niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "%d× grand-niece" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" -msgstr "%dx grand-niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" +msgstr "%d× grand-niece" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" -msgstr "%dx tip-oldeforælders bror" +msgid "great ×%d uncle" +msgstr "%d× tip-oldeforælders bror" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" -msgstr "%dx tip-oldeforælders bror" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" +msgstr "%d× tip-oldeforælders bror" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" -msgstr "%dx tip-oldeforælders bror" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" +msgstr "%d× tip-oldeforælders bror" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" -msgstr "%dx tip-oldeforælders bror" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" +msgstr "%d× tip-oldeforælders bror" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "tip-tip-oldeforælders søter" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "tip-tip-oldeforælders søskende" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" -msgstr "3x tip-oldebarn" +msgid "great ×4 grandchild" +msgstr "3× tip-oldebarn" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" -msgstr "3x tip-oldebarn" +msgid "great ×4 granddaughter" +msgstr "3× tip-oldebarn" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" -msgstr "3x tip-oldefar" +msgid "great ×4 grandfather" +msgstr "3× tip-oldefar" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" -msgstr "3x tip-oldemor" +msgid "great ×4 grandmother" +msgstr "3× tip-oldemor" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" -msgstr "3x tip-oldeforælder" +msgid "great ×4 grandparent" +msgstr "3× tip-oldeforælder" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" -msgstr "3x tip-oldebarn" +msgid "great ×4 grandson" +msgstr "3× tip-oldebarn" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" -msgstr "4x grand-nevø" +msgid "great ×4 nephew" +msgstr "4× grand-nevø" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" -msgstr "4x grand-nevø" +msgid "great ×4 nephew" +msgstr "4× grand-nevø" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" -msgstr "4x grand-nevø" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" +msgstr "4× grand-nevø" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" -msgstr "4x grand-nevø/niece" +msgid "great ×4 nephew/niece" +msgstr "4× grand-nevø/niece" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "søsters oldebarn i 2. led" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "nevø/niece i 3. led" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" -msgstr "4x grand-niece" +msgid "great ×4 niece" +msgstr "4× grand-niece" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" -msgstr "4x grand-niece" +msgid "great ×4 niece" +msgstr "4× grand-niece" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "niece i 3. led" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tip-tip-oldeforælders bror" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tip-tip-oldeforælders bror" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tip-tip-oldeforælders bror" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "tip-tip-tip-oldeforælders søster" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "tip-tip-tip-oldeforælders søskende" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" -msgstr "4x tip-oldebarn" +msgid "great ×5 grandchild" +msgstr "4× tip-oldebarn" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" -msgstr "4x tip-oldebarn" +msgid "great ×5 granddaughter" +msgstr "4× tip-oldebarn" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" -msgstr "4x tip-oldefar" +msgid "great ×5 grandfather" +msgstr "4× tip-oldefar" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" -msgstr "4x tip-oldemor" +msgid "great ×5 grandmother" +msgstr "4× tip-oldemor" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" -msgstr "4x tip-oldeforælder" +msgid "great ×5 grandparent" +msgstr "4× tip-oldeforælder" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" -msgstr "4x tip-oldebarn" +msgid "great ×5 grandson" +msgstr "4× tip-oldebarn" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "brors oldebarn i 3. led" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "søsters oldebarn i 3. led" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "nevø/niece i 4. led" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" -msgstr "5x grand-nevø/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" +msgstr "5× grand-nevø/niece" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" -msgstr "5x grand-nevø/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" +msgstr "5× grand-nevø/niece" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" -msgstr "5x grand-nevø/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" +msgstr "5× grand-nevø/niece" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" -msgstr "5x grand-niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" +msgstr "5× grand-niece" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" -msgstr "5x grand-niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" +msgstr "5× grand-niece" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" -msgstr "5x grand-niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" +msgstr "5× grand-niece" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "tip-tip-tip-oldeforælders bror" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "tip-tip-tip-oldeforælders bror" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "tip-tip-tip-oldeforælders bror" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" -msgstr "4x tip-oldeforælders søster" +msgid "great ×6 aunt" +msgstr "4× tip-oldeforælders søster" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" -msgstr "4x tip-oldeforælders søskende" +msgid "great ×6 aunt/uncle" +msgstr "4× tip-oldeforælders søskende" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" -msgstr "5x tip-oldebarn" +msgid "great ×6 grandchild" +msgstr "5× tip-oldebarn" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" -msgstr "5x tip-oldebarn" +msgid "great ×6 granddaughter" +msgstr "5× tip-oldebarn" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" -msgstr "5x tip-oldefar" +msgid "great ×6 grandfather" +msgstr "5× tip-oldefar" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" -msgstr "5x tip-oldemor" +msgid "great ×6 grandmother" +msgstr "5× tip-oldemor" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" -msgstr "5x tip-oldeforælder" +msgid "great ×6 grandparent" +msgstr "5× tip-oldeforælder" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" -msgstr "5x tip-oldebarn" +msgid "great ×6 grandson" +msgstr "5× tip-oldebarn" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" -msgstr "4x tip-oldeforælders bror" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" +msgstr "4× tip-oldeforælders bror" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" -msgstr "4x tip-oldeforælders bror" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" +msgstr "4× tip-oldeforælders bror" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" -msgstr "4x tip-oldeforælders bror" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" +msgstr "4× tip-oldeforælders bror" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" -msgstr "5x tip-oldeforælders søster" +msgid "great ×7 aunt" +msgstr "5× tip-oldeforælders søster" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" -msgstr "5x tip-oldeforælders søskende" +msgid "great ×7 aunt/uncle" +msgstr "5× tip-oldeforælders søskende" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" -msgstr "6x tip-oldebarn" +msgid "great ×7 grandchild" +msgstr "6× tip-oldebarn" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" -msgstr "6x tip-oldebarn" +msgid "great ×7 granddaughter" +msgstr "6× tip-oldebarn" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" -msgstr "6x tip-oldefar" +msgid "great ×7 grandfather" +msgstr "6× tip-oldefar" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" -msgstr "6x tip-oldemor" +msgid "great ×7 grandmother" +msgstr "6× tip-oldemor" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" -msgstr "6x tip-oldeforælder" +msgid "great ×7 grandparent" +msgstr "6× tip-oldeforælder" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" -msgstr "6x tip-oldebarn" +msgid "great ×7 grandson" +msgstr "6× tip-oldebarn" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" -msgstr "5x tip-oldeforælders bror" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" +msgstr "5× tip-oldeforælders bror" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" -msgstr "5x tip-oldeforælders bror" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" +msgstr "5× tip-oldeforælders bror" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" -msgstr "5x tip-oldeforælders bror" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" +msgstr "5× tip-oldeforælders bror" #: includes/functions/functions.php:1085 msgctxt "father’s father’s brother’s wife" diff --git a/language/de.po b/language/de.po index bcf01ca917..a9dcee4003 100644 --- a/language/de.po +++ b/language/de.po @@ -73,22 +73,22 @@ msgstr[1] "Bei %1$d Personen fehlen die Koordinaten des Geburtsortes: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -218,20 +218,20 @@ msgstr[1] "%d Monate" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "Cousine %d. Grades" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "Cousin %d. Grades" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "Cousin/e %d. Grades" #: modules_v3/relatives/module.php:60 @@ -440,10 +440,10 @@ msgstr "<auswählen>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d Jahr" -msgstr[1] "±%d Jahre" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d Jahr" +msgstr[1] "±%d Jahre" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16961,423 +16961,423 @@ msgstr "Enkelsohns Frau" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" -msgstr "%dx Großtante" +msgid "great ×%d aunt" +msgstr "%d× Großtante" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "%dx Großtante/Großonkel" +msgid "great ×%d aunt/uncle" +msgstr "%d× Großtante/Großonkel" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" -msgstr "%dx Großenkelkind" +msgid "great ×%d grandchild" +msgstr "%d× Großenkelkind" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" -msgstr "%dx Großenkelin" +msgid "great ×%d granddaughter" +msgstr "%d× Großenkelin" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1520 includes/functions/functions.php:1527 #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" -msgstr "%dx Ur-Großvater" +msgid "great ×%d grandfather" +msgstr "%d× Ur-Großvater" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" -msgstr "%dx Ur-Großmutter" +msgid "great ×%d grandmother" +msgstr "%d× Ur-Großmutter" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" -msgstr "%dx Ur-Großelternteil" +msgid "great ×%d grandparent" +msgstr "%d× Ur-Großelternteil" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "%dx Großenkel" +msgid "great ×%d grandson" +msgstr "%d× Großenkel" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "(%d-1)x Urgroßneffe" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "(%d-1)x Urgroßneffe" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "(%d-1)x Urgroßneffe" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "(%d-1)x Urgroßneffe" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "(%d-1)x Urgroßneffe/-nichte" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "(%d-1)x Urgroßneffe/-nichte" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "(%d-1)x Urgroßneffe/-nichte" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "(%d-1)x Urgroßneffe/-nichte" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "(%d-1)x Urgroßnichte" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "(%d-1)x Urgroßnichte" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "(%d-1)x Urgroßnichte" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "(%d-1)x Urgroßnichte" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" -msgstr "%dx Großonkel" +msgid "great ×%d uncle" +msgstr "%d× Großonkel" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "(%d-1)x Urgroßonkel" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "(%d-1)x Urgroßonkel" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "(%d-1)x Urgroßonkel" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" -msgstr "3x Ur-Großtante" +msgid "great ×4 aunt" +msgstr "3× Ur-Großtante" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" -msgstr "3x Ur-Großtante/Onkel" +msgid "great ×4 aunt/uncle" +msgstr "3× Ur-Großtante/Onkel" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" -msgstr "3x Ur Großenkelkind" +msgid "great ×4 grandchild" +msgstr "3× Ur Großenkelkind" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" -msgstr "3x Ur-Großenkelin" +msgid "great ×4 granddaughter" +msgstr "3× Ur-Großenkelin" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" -msgstr "4x Ur-Großvater" +msgid "great ×4 grandfather" +msgstr "4× Ur-Großvater" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" -msgstr "4x Ur-Großmutter" +msgid "great ×4 grandmother" +msgstr "4× Ur-Großmutter" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" -msgstr "4x Ur-Großelternteil" +msgid "great ×4 grandparent" +msgstr "4× Ur-Großelternteil" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" -msgstr "3x Ur-Großenkel" +msgid "great ×4 grandson" +msgstr "3× Ur-Großenkel" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "Urururgroßneffe" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "Urururgroßneffe" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "Urururgroßneffe" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "Urururgroßneffe/-nichte" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "Urururgroßneffe/-nichte" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "Urururgroßneffe/-nichte" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "Urururgroßnichte" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "Urururgroßnichte" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "Urururgroßnichte" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "Ur-Ur-Urgroßonkel" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "Ur-Ur-Urgroßonkel" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "Ur-Ur-Urgroßonkel" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" -msgstr "4x Ur-Großtante" +msgid "great ×5 aunt" +msgstr "4× Ur-Großtante" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" -msgstr "4x Ur-Großtante/Onkel" +msgid "great ×5 aunt/uncle" +msgstr "4× Ur-Großtante/Onkel" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" -msgstr "4x Ur Großenkelkind" +msgid "great ×5 grandchild" +msgstr "4× Ur Großenkelkind" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "Ururururgroßenkelin" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" -msgstr "5x Ur-Großvater" +msgid "great ×5 grandfather" +msgstr "5× Ur-Großvater" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" -msgstr "5x Ur-Großmutter" +msgid "great ×5 grandmother" +msgstr "5× Ur-Großmutter" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" -msgstr "5x Ur-Großelternteil" +msgid "great ×5 grandparent" +msgstr "5× Ur-Großelternteil" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" -msgstr "4x Ur-Großenkel" +msgid "great ×5 grandson" +msgstr "4× Ur-Großenkel" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "Ururururgroßneffe" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "Ururururgroßneffe" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "Ururururgroßneffe" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "Ururururgroßneffe/-nichte" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "Ururururgroßneffe/-nichte" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "Ururururgroßneffe/-nichte" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "Ururururgroßnichte" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "Ururururgroßnichte" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "Ururururgroßnichte" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "Ur-Ur-Ur-Urgroßonkel" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "Ur-Ur-Ur-Urgroßonkel" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "Ur-Ur-Ur-Urgroßonkel" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" -msgstr "5x Ur-Großtante" +msgid "great ×6 aunt" +msgstr "5× Ur-Großtante" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "Urururururgroßtante/Urururururgroßonkel" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" -msgstr "5x Ur-Großenkelkind" +msgid "great ×6 grandchild" +msgstr "5× Ur-Großenkelkind" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" -msgstr "5x Ur-Großenkelin" +msgid "great ×6 granddaughter" +msgstr "5× Ur-Großenkelin" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" -msgstr "6x Ur-Großvater" +msgid "great ×6 grandfather" +msgstr "6× Ur-Großvater" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" -msgstr "6x Ur-Großmutter" +msgid "great ×6 grandmother" +msgstr "6× Ur-Großmutter" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" -msgstr "6x Ur-Großelternteil" +msgid "great ×6 grandparent" +msgstr "6× Ur-Großelternteil" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" -msgstr "5x Ur-Großenkel" +msgid "great ×6 grandson" +msgstr "5× Ur-Großenkel" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "Ur-Ur-Ur-Ur-Urgroßonkel" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "Ur-Ur-Ur-Ur-Urgroßonkel" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "Ur-Ur-Ur-Ur-Urgroßonkel" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" -msgstr "6x Ur-Großtante" +msgid "great ×7 aunt" +msgstr "6× Ur-Großtante" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" -msgstr "6x Ur-Großtante/Onkel" +msgid "great ×7 aunt/uncle" +msgstr "6× Ur-Großtante/Onkel" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" -msgstr "6x Ur-Großenkelkind" +msgid "great ×7 grandchild" +msgstr "6× Ur-Großenkelkind" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" -msgstr "6x Ur-Großenkelin" +msgid "great ×7 granddaughter" +msgstr "6× Ur-Großenkelin" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" -msgstr "7x Ur-Großvater" +msgid "great ×7 grandfather" +msgstr "7× Ur-Großvater" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" -msgstr "7x Ur-Großmutter" +msgid "great ×7 grandmother" +msgstr "7× Ur-Großmutter" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" -msgstr "7x Ur-Großelternteil" +msgid "great ×7 grandparent" +msgstr "7× Ur-Großelternteil" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" -msgstr "6x Ur-Großenkel" +msgid "great ×7 grandson" +msgstr "6× Ur-Großenkel" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "Ur-Ur-Ur-Ur-Ur-Urgroßonkel" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "Ur-Ur-Ur-Ur-Ur-Urgroßonkel" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "Ur-Ur-Ur-Ur-Ur-Urgroßonkel" #: includes/functions/functions.php:1085 diff --git a/language/el.po b/language/el.po index 8abd06f313..7f76b1e42f 100644 --- a/language/el.po +++ b/language/el.po @@ -77,21 +77,21 @@ msgstr[1] "%1$d των ατόμων δεν έχουν γεωγραφικές σ #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -222,21 +222,21 @@ msgstr[1] "%d μήνες" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" -msgstr "%d x ξαδέρφη" +msgid "%d × cousin" +msgstr "%d × ξαδέρφη" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" -msgstr "%d x ξάδερφος" +msgid "%d × cousin" +msgstr "%d × ξάδερφος" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" -msgstr "%d x ξαδέρφια" +msgid "%d × cousin" +msgstr "%d × ξαδέρφια" #: modules_v3/relatives/module.php:60 #, php-format @@ -444,10 +444,10 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d χρόνο" -msgstr[1] "±%d χρόνια" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d χρόνο" +msgstr[1] "±%d χρόνια" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16965,23 +16965,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16989,399 +16989,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/en_GB.po b/language/en_GB.po index 5771ea394c..9b10c9252d 100644 --- a/language/en_GB.po +++ b/language/en_GB.po @@ -79,21 +79,21 @@ msgstr[1] "%1$d individuals are missing birthplace map co-ordinates: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -224,20 +224,20 @@ msgstr[1] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -446,8 +446,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" @@ -16967,23 +16967,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16991,399 +16991,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/en_US.po b/language/en_US.po index 2a7378ff92..cc59e5e73e 100644 --- a/language/en_US.po +++ b/language/en_US.po @@ -78,21 +78,21 @@ msgstr[1] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -223,20 +223,20 @@ msgstr[1] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -445,8 +445,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" @@ -16966,23 +16966,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16990,399 +16990,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/es.po b/language/es.po index aab207509f..f9d615b1f1 100644 --- a/language/es.po +++ b/language/es.po @@ -78,21 +78,21 @@ msgstr[1] "%1$d personas no tienen coordenadas de mapa para el lugar de nacimien #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%2$s %1$dª" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%2$s %1$dº" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%2$s %1$dº" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -223,20 +223,20 @@ msgstr[1] "%d meses" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "prima %dª" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "primo %dº" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "primo %dº" #: modules_v3/relatives/module.php:60 @@ -445,8 +445,8 @@ msgstr "<selecciona>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "± %d año" msgstr[1] "± %d año" @@ -16966,23 +16966,23 @@ msgstr "esposa del nieto" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "tía %d-buela" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "tio %d-abuelo" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "%d-chozno" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "%d-chozna" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16990,399 +16990,399 @@ msgstr "%d-chozna" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "abuelo del %dº grado" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "abuela del %dº grado" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "abuelo del %dº grado" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "%d-chozno" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "sobrino %d-nieto" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "sobrino %d-nieto" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "sobrino %d-nieto" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "sobrino %d-nieto" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "sobrino %d-nieto" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "sobrino %d-nieto" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "sobrino %d-nieto" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "sobrino %d-nieto" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "sobrina %d-nieta" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "sobrina %d-nieta" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "sobrina %d-nieta" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "sobrina %d-nieta" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "tio %d-abuelo" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "tio %d-abuelo" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "tio %d-abuelo" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "tio %d-abuelo" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "tía trastatarabuela" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "tío trastatarabuelo" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "bischozno" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "bischozna" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "pentabuelo" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "pentabuela" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "pentabuelo" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "bischozno" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "sobrino chozno" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "sobrino chozno" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "sobrino chozno" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "sobrino chozno" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "sobrino chozno" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "sobrino chozno" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "sobrina chozna" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "sobrina chozna" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "sobrina chozna" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tío trastatarabuelo" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tío trastatarabuelo" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tío trastatarabuelo" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "tía pentabuela" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "tío pentabuelo" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "tatarachozno" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "tatarachozna" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "hexabuelo" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "hexabuela" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "hexabuela" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "tatarachozno" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "sobrino bischozno" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "sobrino bischozno" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "sobrino bischozno" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "sobrino bischozno" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "sobrino bischozno" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "sobrino bischozno" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "sobrina bischozna" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "sobrina bischozna" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "sobrina bischozna" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "tío pentabuelo" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "tío pentabuelo" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "tío pentabuelo" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "tía hexabuela" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "tío hexabuelo" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "trastatarachozno" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "trastatarachozna" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "heptabuelo" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "heptabuela" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "heptabuelo" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "trastatarachozno" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "tío hexabuelo" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "tío hexabuelo" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "tío hexabuelo" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "tía heptabuela" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "tío heptabuelo" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "bistrastatarachozno" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "bistrastatarachozna" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "Octabuelo" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "octabuela" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "Octabuelo" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "bistrastatarachozno" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "tío heptabuelo" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "tío heptabuelo" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "tío heptabuelo" #: includes/functions/functions.php:1085 diff --git a/language/et.po b/language/et.po index 600513b210..ba496acb7d 100644 --- a/language/et.po +++ b/language/et.po @@ -78,21 +78,21 @@ msgstr[1] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -223,20 +223,20 @@ msgstr[1] "%d kuud" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -445,8 +445,8 @@ msgstr "<vali>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" @@ -16966,423 +16966,423 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" -msgstr "lapse %dx lapselaps" +msgid "great ×%d grandchild" +msgstr "lapse %d× lapselaps" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" -msgstr "lapse %dx lapselaps" +msgid "great ×%d granddaughter" +msgstr "lapse %d× lapselaps" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1520 includes/functions/functions.php:1527 #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" -msgstr "vana %dx vanaisa" +msgid "great ×%d grandfather" +msgstr "vana %d× vanaisa" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" -msgstr "vana %dx vanaema" +msgid "great ×%d grandmother" +msgstr "vana %d× vanaema" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" -msgstr "vana %dx vanavanem" +msgid "great ×%d grandparent" +msgstr "vana %d× vanavanem" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "lapse %dx lapselaps" +msgid "great ×%d grandson" +msgstr "lapse %d× lapselaps" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" -msgstr "lapse 4x lapselaps" +msgid "great ×4 grandchild" +msgstr "lapse 4× lapselaps" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" -msgstr "lapse 4x lapselaps" +msgid "great ×4 granddaughter" +msgstr "lapse 4× lapselaps" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "ellvanaisa" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "ellvanaema" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "ellvanavanem" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" -msgstr "lapse 4x lapselaps" +msgid "great ×4 grandson" +msgstr "lapse 4× lapselaps" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" -msgstr "lapse 5x lapselaps" +msgid "great ×5 grandchild" +msgstr "lapse 5× lapselaps" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" -msgstr "lapse 5x lapselaps" +msgid "great ×5 granddaughter" +msgstr "lapse 5× lapselaps" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "ellvaarisa" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "ellvaarema" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "ellvaarvanem" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" -msgstr "lapse 5x lapselaps" +msgid "great ×5 grandson" +msgstr "lapse 5× lapselaps" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" -msgstr "lapse 6x lapselaps" +msgid "great ×6 grandchild" +msgstr "lapse 6× lapselaps" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" -msgstr "lapse 6x lapselaps" +msgid "great ×6 granddaughter" +msgstr "lapse 6× lapselaps" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "ellvaarvanaisa" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "ellvaarvanaema" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "ellvaarvanavanem" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" -msgstr "lapse 6x lapselaps" +msgid "great ×6 grandson" +msgstr "lapse 6× lapselaps" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" -msgstr "lapse 7x lapselaps" +msgid "great ×7 grandchild" +msgstr "lapse 7× lapselaps" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" -msgstr "lapse 7x lapselaps" +msgid "great ×7 granddaughter" +msgstr "lapse 7× lapselaps" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "iidisa" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "iidema" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "iidvanem" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" -msgstr "lapse 7x lapselaps" +msgid "great ×7 grandson" +msgstr "lapse 7× lapselaps" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 @@ -17877,11 +17877,11 @@ msgstr "" #: includes/functions/functions.php:1574 msgid "great-great-great-grandchild" -msgstr "lapse 3x lapselaps" +msgstr "lapse 3× lapselaps" #: includes/functions/functions.php:1573 msgid "great-great-great-granddaughter" -msgstr "lapse 3x lapselaps" +msgstr "lapse 3× lapselaps" #: includes/functions/functions.php:1479 msgid "great-great-great-grandfather" @@ -17897,7 +17897,7 @@ msgstr "ellvanem" #: includes/functions/functions.php:1572 msgid "great-great-great-grandson" -msgstr "lapse 3x lapselaps" +msgstr "lapse 3× lapselaps" #: includes/functions/functions.php:1337 msgctxt "(a man’s) brother’s great-great-grandson" diff --git a/language/extra/af.po b/language/extra/af.po index 1cc23f92fc..627962e08d 100644 --- a/language/extra/af.po +++ b/language/extra/af.po @@ -78,21 +78,21 @@ msgstr[1] "%1$d persone ontbreek aan geboorteplek-kaartkoördinate: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -223,20 +223,20 @@ msgstr[1] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -444,8 +444,8 @@ msgstr "<kies>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" @@ -16965,23 +16965,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16989,399 +16989,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/dv.po b/language/extra/dv.po index 37dca75955..25b2673921 100644 --- a/language/extra/dv.po +++ b/language/extra/dv.po @@ -76,21 +76,21 @@ msgstr[0] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -215,20 +215,20 @@ msgstr[0] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -422,8 +422,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) @@ -16933,23 +16933,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16957,399 +16957,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/en_AU.po b/language/extra/en_AU.po index d1533299d5..6a6db5e019 100644 --- a/language/extra/en_AU.po +++ b/language/extra/en_AU.po @@ -73,21 +73,21 @@ msgstr[1] "%1$d individuals are missing birthplace map co-ordinates: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -218,20 +218,20 @@ msgstr[1] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -440,8 +440,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" @@ -16961,23 +16961,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16985,399 +16985,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/fa.po b/language/extra/fa.po index 5104e63e6b..c5fba776d6 100644 --- a/language/extra/fa.po +++ b/language/extra/fa.po @@ -75,21 +75,21 @@ msgstr[1] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -215,20 +215,20 @@ msgstr[0] "%d ماه" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -426,9 +426,9 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d سال" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d سال" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16945,23 +16945,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16969,399 +16969,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/fo.po b/language/extra/fo.po index f2bcdf42e9..383775e1d2 100644 --- a/language/extra/fo.po +++ b/language/extra/fo.po @@ -73,21 +73,21 @@ msgstr[1] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -218,20 +218,20 @@ msgstr[1] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -440,8 +440,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" @@ -16961,23 +16961,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16985,399 +16985,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/fr_CA.po b/language/extra/fr_CA.po index a5452db2e4..fe5f941fa5 100644 --- a/language/extra/fr_CA.po +++ b/language/extra/fr_CA.po @@ -80,22 +80,22 @@ msgstr[1] "%1$d individus non affichés sur la carte car aucune coordonnées du #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -225,20 +225,20 @@ msgstr[1] "%d mois" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "cousine au (%d+1)<sup>e</sup> degré" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "cousin au (%d+1)<sup>e</sup> degré" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "%d<sup>e</sup> arrière-petit(e)-cousin(e)" #: modules_v3/relatives/module.php:60 @@ -447,10 +447,10 @@ msgstr "<sélectionner>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d an" -msgstr[1] "±%d années" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d an" +msgstr[1] "±%d années" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16968,23 +16968,23 @@ msgstr "petit-fils" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "grand-tante à la %d<sup>e</sup> génération" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "grand-tante/oncle à la %d<sup>e</sup> génération" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "arrière-petit-enfant au %d<sup>e</sup> degré" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "arrière-petite-fille au %d<sup>e</sup> degré" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16992,399 +16992,399 @@ msgstr "arrière-petite-fille au %d<sup>e</sup> degré" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "grand-père au %d<sup>e</sup> degré" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "grand-mère au %d<sup>e</sup> degré" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "arrière-grand-parent au %d<sup>e</sup> degré" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "arrière-petit-fils au %d<sup>e</sup> degré" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "petit-neveu au %d<sup>e</sup> degré" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "petit-neveu au %d<sup>e</sup> degré" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "petit-neveu au %d<sup>e</sup> degré" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "petit-neveu au %d<sup>e</sup> degré" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "petit-neveu/petite-nièce au %d<sup>e</sup> degré" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "petit-neveu/petite-nièce au %d<sup>e</sup> degré" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "petit-neveu/petite-nièce au %d<sup>e</sup> degré" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "petit-neveu/petite-nièce au %d<sup>e</sup> degré" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "petite-nièce au %d<sup>e</sup> degré" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "petite-nièce au %d<sup>e</sup> degré" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "petite-nièce au %d<sup>e</sup> degré" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "petite-nièce au %d<sup>e</sup> degré" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "grand-oncle à la (%d-1)<sup>e</sup> génération" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "grand-oncle à la (%d-1)<sup>e</sup> génération" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "grand-oncle à la (%d-1)<sup>e</sup> génération" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "grand-oncle au (%d-1)<sup>e</sup> degré" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "grande-tante au 5<sup>e</sup> degré" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "grand(e)-oncle/tante au 5<sup>e</sup> degré" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "petit-enfant au 4<sup>e</sup> degré" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "petite-fille au 4<sup>e</sup> degré" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "grand-père au 5<sup>e</sup> degré" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "grand-mère au 5<sup>e</sup> degré" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "arrière-grand-parent au 4<sup>e</sup> degré" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "petit-fils au 4<sup>e</sup> degré" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "petit-neveu au 4<sup>e</sup> degré" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "petit-neveu au 4<sup>e</sup> degré" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "petit-neveu au 4<sup>e</sup> degré" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "petit-neveu/petite-nièce au 4<sup>e</sup> degré" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "petit-neveu/petite-nièce au 4<sup>e</sup> degré" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "petit-neveu/petite-nièce au 4<sup>e</sup> degré" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "petite-nièce au 4<sup>e</sup> degré" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "petite-nièce au 4<sup>e</sup> degré" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "petite-nièce au 4<sup>e</sup> degré" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "grand-oncle à la 5e génération" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "grand-oncle à la 5e génération" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "grand-oncle à la 5e génération" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "grand-tante à la 6e génération" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "grande-tante/grand-oncle à la 6e génération" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "petit-enfant au 5<sup>e</sup> degré" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "petite-fille au 5<sup>e</sup> degré" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "grand-père au 6<sup>e</sup> degré" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "grand-mère au 6<sup>e</sup> degré" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "arrière-grand-parent au 5<sup>e</sup> degré" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "petit-fils au 5<sup>e</sup> degré" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "petit-neveu au 5<sup>e</sup> degré" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "petit-neveu au 5<sup>e</sup> degré" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "petit-neveu au 5<sup>e</sup> degré" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "petit-neveu/petite-nièce au 5<sup>e</sup> degré" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "petit-neveu/petite-nièce au 5<sup>e</sup> degré" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "petit-neveu/petite-nièce au 5<sup>e</sup> degré" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "petite-nièce au 5<sup>e</sup> degré" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "petite-nièce au 5<sup>e</sup> degré" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "petite-nièce au 5<sup>e</sup> degré" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "grand-oncle à la 6e génération" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "grand-oncle à la 6e génération" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "grand-oncle à la 6e génération" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "grande-tante à la 7e génération" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "grande-tante/grand-oncle à la 7e génération" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "petit-enfant au 6<sup>e</sup> degré" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "petite-fille au 6<sup>e</sup> degré" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "grand-père au 7<sup>e</sup> degré" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "grand-mère au 7<sup>e</sup> degré" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "arrière-grand-parent au 6<sup>e</sup> degré" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "petit-fils au 6<sup>e</sup> degré" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "grand-oncle à la 6e génération" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "grand-oncle au 6<sup>e</sup> degré" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "grand-oncle au 6<sup>e</sup> degré" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "grande-tante à la 8e génération" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "grande-tante/grand-oncle à la 8e génération" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "petit-enfant au 7<sup>e</sup> degré" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "petite-fille au 7<sup>e</sup> degré" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "grand-père au 8<sup>e</sup> degré" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "grand-mère au 8<sup>e</sup> degré" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "arrière-grand-parent au 7<sup>e</sup> degré" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "petit-fils au 7<sup>e</sup> degré" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "grand-oncle à la 8e génération" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "grand-oncle à la 8e génération" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "grand-oncle à la 8e génération" #: includes/functions/functions.php:1085 diff --git a/language/extra/gl.po b/language/extra/gl.po index d4a0a73855..f12c679d05 100644 --- a/language/extra/gl.po +++ b/language/extra/gl.po @@ -78,21 +78,21 @@ msgstr[1] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -223,20 +223,20 @@ msgstr[1] "%d meses" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -445,8 +445,8 @@ msgstr "<selecionar>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" @@ -16966,23 +16966,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16990,399 +16990,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/id.po b/language/extra/id.po index f0c211a65d..9307deda8f 100644 --- a/language/extra/id.po +++ b/language/extra/id.po @@ -76,21 +76,21 @@ msgstr[0] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -215,20 +215,20 @@ msgstr[0] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -422,8 +422,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) @@ -16933,23 +16933,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16957,399 +16957,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/ja.po b/language/extra/ja.po index 4446864bc8..345b6446d5 100644 --- a/language/extra/ja.po +++ b/language/extra/ja.po @@ -76,21 +76,21 @@ msgstr[0] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -215,20 +215,20 @@ msgstr[0] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -422,8 +422,8 @@ msgstr "<選択>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) @@ -16933,23 +16933,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16957,399 +16957,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/ka.po b/language/extra/ka.po index dc70c24669..d377522080 100644 --- a/language/extra/ka.po +++ b/language/extra/ka.po @@ -76,21 +76,21 @@ msgstr[0] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -215,20 +215,20 @@ msgstr[0] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -422,8 +422,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) @@ -16933,23 +16933,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16957,399 +16957,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/ko.po b/language/extra/ko.po index 2462bc8426..813bdac20c 100644 --- a/language/extra/ko.po +++ b/language/extra/ko.po @@ -76,21 +76,21 @@ msgstr[0] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -215,20 +215,20 @@ msgstr[0] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -422,8 +422,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) @@ -16933,23 +16933,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16957,399 +16957,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/lv.po b/language/extra/lv.po index c46826b736..0383269ba1 100644 --- a/language/extra/lv.po +++ b/language/extra/lv.po @@ -80,21 +80,21 @@ msgstr[2] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -231,20 +231,20 @@ msgstr[2] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -466,8 +466,8 @@ msgstr "<izvēlēties>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -16997,23 +16997,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -17021,399 +17021,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/mi.po b/language/extra/mi.po index c4d7a7cce9..f25e00fa1d 100644 --- a/language/extra/mi.po +++ b/language/extra/mi.po @@ -78,21 +78,21 @@ msgstr[1] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -223,20 +223,20 @@ msgstr[1] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -445,8 +445,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" @@ -16966,23 +16966,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16990,399 +16990,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/ms.po b/language/extra/ms.po index 9359c1c803..503df1ee42 100644 --- a/language/extra/ms.po +++ b/language/extra/ms.po @@ -78,21 +78,21 @@ msgstr[1] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -223,20 +223,20 @@ msgstr[1] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -445,8 +445,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" @@ -16966,23 +16966,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16990,399 +16990,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/ne.po b/language/extra/ne.po index 131bda67ad..716a244ddd 100644 --- a/language/extra/ne.po +++ b/language/extra/ne.po @@ -78,21 +78,21 @@ msgstr[1] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -223,20 +223,20 @@ msgstr[1] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -445,8 +445,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" @@ -16966,23 +16966,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16990,399 +16990,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/oc.po b/language/extra/oc.po index 08be829805..16edb94da2 100644 --- a/language/extra/oc.po +++ b/language/extra/oc.po @@ -78,21 +78,21 @@ msgstr[1] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -223,20 +223,20 @@ msgstr[1] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -445,8 +445,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" @@ -16966,23 +16966,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16990,399 +16990,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/ro.po b/language/extra/ro.po index 763d405db1..dcde293cdc 100644 --- a/language/extra/ro.po +++ b/language/extra/ro.po @@ -78,21 +78,21 @@ msgstr[1] "%1$d indivizi nu au coordonate geografice pentru locul naşterii: %2$ #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -229,20 +229,20 @@ msgstr[2] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -464,8 +464,8 @@ msgstr "<selectat>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -16993,23 +16993,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -17017,399 +17017,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/sl.po b/language/extra/sl.po index 8c44960215..c2c5430ec2 100644 --- a/language/extra/sl.po +++ b/language/extra/sl.po @@ -82,21 +82,21 @@ msgstr[3] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -239,20 +239,20 @@ msgstr[3] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -491,8 +491,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -17032,23 +17032,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -17056,399 +17056,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/sr.po b/language/extra/sr.po index 03e2aacbe0..3316dc5808 100644 --- a/language/extra/sr.po +++ b/language/extra/sr.po @@ -80,21 +80,21 @@ msgstr[2] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -231,20 +231,20 @@ msgstr[2] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -468,8 +468,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -16999,23 +16999,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -17023,399 +17023,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/sr@Latn.po b/language/extra/sr@Latn.po index 426b710577..b9fcdfc80a 100644 --- a/language/extra/sr@Latn.po +++ b/language/extra/sr@Latn.po @@ -80,21 +80,21 @@ msgstr[2] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -231,20 +231,20 @@ msgstr[2] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -468,8 +468,8 @@ msgstr "<odaberi>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -16999,23 +16999,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -17023,399 +17023,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/ta.po b/language/extra/ta.po index df67d55984..0e320214c7 100644 --- a/language/extra/ta.po +++ b/language/extra/ta.po @@ -78,21 +78,21 @@ msgstr[1] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -223,20 +223,20 @@ msgstr[1] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -445,8 +445,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" @@ -16966,23 +16966,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16990,399 +16990,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/yi.po b/language/extra/yi.po index 409792c6c9..763d347a32 100644 --- a/language/extra/yi.po +++ b/language/extra/yi.po @@ -78,21 +78,21 @@ msgstr[1] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%2$s גראַד %1$d" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%2$s גראַד %1$d" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -223,20 +223,20 @@ msgstr[1] "%d חדשים" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -445,8 +445,8 @@ msgstr ">אויסקלייַבן<" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" @@ -16966,23 +16966,23 @@ msgstr "ייניקלס ווייַב" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16990,399 +16990,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/extra/zh_TW.po b/language/extra/zh_TW.po index 2b334ac445..d269bc28b0 100644 --- a/language/extra/zh_TW.po +++ b/language/extra/zh_TW.po @@ -76,21 +76,21 @@ msgstr[0] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -215,20 +215,20 @@ msgstr[0] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -422,8 +422,8 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) @@ -16933,23 +16933,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16957,399 +16957,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/fi.po b/language/fi.po index 76dc4ad685..0eebf8b63f 100644 --- a/language/fi.po +++ b/language/fi.po @@ -73,22 +73,22 @@ msgstr[1] "%1$d henkilöiltä puuttuu syntymäpaikan koordinaatit: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -218,20 +218,20 @@ msgstr[1] "%d kuukautta" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "serkku %d. polvessa" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "serkku %d. polvessa" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "serkku %d. polvessa" #: modules_v3/relatives/module.php:60 @@ -440,10 +440,10 @@ msgstr "<valitse>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d vuosi" -msgstr[1] "±%d vuotta" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d vuosi" +msgstr[1] "±%d vuotta" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16961,423 +16961,423 @@ msgstr "pojanpojanvaimo" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" -msgstr "täti x%d polven takaa" +msgid "great ×%d aunt" +msgstr "täti ×%d polven takaa" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "täti/setä x%d polven takaa" +msgid "great ×%d aunt/uncle" +msgstr "täti/setä ×%d polven takaa" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" -msgstr "lapsenlapsi x%d+3:nnessä sukupolvessa" +msgid "great ×%d grandchild" +msgstr "lapsenlapsi ×%d+3:nnessä sukupolvessa" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" -msgstr "lapsentytär x%d+3:nnessä sukupolvessa" +msgid "great ×%d granddaughter" +msgstr "lapsentytär ×%d+3:nnessä sukupolvessa" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1520 includes/functions/functions.php:1527 #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" -msgstr "isoisä x%d polven takaa" +msgid "great ×%d grandfather" +msgstr "isoisä ×%d polven takaa" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" -msgstr "isoäiti x%d polven takaa" +msgid "great ×%d grandmother" +msgstr "isoäiti ×%d polven takaa" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" -msgstr "isovanhemmat x%d polven takaa" +msgid "great ×%d grandparent" +msgstr "isovanhemmat ×%d polven takaa" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "lapsenpoika x%d+3:nnessä sukupolvessa" +msgid "great ×%d grandson" +msgstr "lapsenpoika ×%d+3:nnessä sukupolvessa" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "poika %d:ssa alenevassa polvessa" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "sisarenpoika %d:nnessa alenevassa polvessa" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "sisarenpoika %d:nnessa alenevassa polvessa" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "sisarenpoika %d:nnessa alenevassa polvessa" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "lapsi %d:ssa alenevassa polvessa" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "sisarentytär/-poika %d:nnessa alenevassa polvessa" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "sisarentytär/-poika %d:nnessa alenevassa polvessa" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "sisarentytär/-poika %d:nnessa alenevassa polvessa" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "tytär %d:ssa alenevassa polvessa" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "sisarentytär %d:nnessa alenevassa polvessa" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "sisarentytär %d:nnessa alenevassa polvessa" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "sisarentytär %d:nnessa alenevassa polvessa" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" -msgstr "setä x%d polven takaa" +msgid "great ×%d uncle" +msgstr "setä ×%d polven takaa" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" -msgstr "setä x%d polven takaa" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" +msgstr "setä ×%d polven takaa" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" -msgstr "setä x%d polven takaa" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" +msgstr "setä ×%d polven takaa" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" -msgstr "setä x%d polven takaa" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" +msgstr "setä ×%d polven takaa" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "täti 4 polven takaa" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "täti/setä 4 polven takaa" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "lapsenlapsi 7:nnessä sukupolvessa" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "lapsentytär 7:nnessä sukupolvessa" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "isoisä 4 polven takaa" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "isoäiti 4 polven takaa" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "isovanhemmat 4 polven takaa" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "lapsenlapsi 7:nnessä sukupolvessa" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "sisarenpoika 4:nnessä alenevassa polvessa" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "sisarenpoika 4:nnessä alenevassa polvessa" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "sisarenpoika 4:nnessä alenevassa polvessa" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "sisarentytär/-poika 4:nnessä alenevassa polvessa" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "sisarentytär/-poika 4:nnessä alenevassa polvessa" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "sisarentytär/-poika 4:nnessä alenevassa polvessa" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "sisarentytär 4:nnessä alenevassa polvessa" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "sisarentytär 4:nnessä alenevassa polvessa" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "sisarentytär 4:nnessä alenevassa polvessa" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "setä 4 polven takaa" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "setä 4 polven takaa" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "setä 4 polven takaa" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "täti 5 polven takaa" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "täti/setä 5 polven takaa" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "lapsenlapsi 8:nnessä sukupolvessa" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "lapsentytär 8:nnessä sukupolvessa" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "isoisä 5 polven takaa" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "isoäiti 5 polven takaa" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "isovanhemmat 5 polven takaa" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "lapsenpoika 8:nnessä sukupolvessa" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "sisarenpoika 5:nnessä alenevassa polvessa" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "sisarenpoika 5:nnessä alenevassa polvessa" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "sisarenpoika 5:nnessä alenevassa polvessa" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "sisarentytär/-poika 5:nnessä alenevassa polvessa" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "sisarentytär/-poika 5:nnessä alenevassa polvessa" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "sisarentytär/-poika 5:nnessä alenevassa polvessa" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "sisarentytär 5:nnessä alenevassa polvessa" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "sisarentytär 5:nnessä alenevassa polvessa" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "sisarentytär 5:nnessä alenevassa polvessa" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "setä 5 polven takaa" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "setä 5 polven takaa" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "setä 5 polven takaa" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "täti 6 polven takaa" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "täti/setä 6 polven takaa" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "lapsenlapsi 9:nnessä sukupolvessa" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "lapsentytär 9:nnessä sukupolvessa" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "isoisä 6 polven takaa" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "isoäiti 6 polven takaa" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "isovanhemmat 6 polven takaa" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "lapsenpoika 9:nnessä sukupolvessa" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "setä 6 polven takaa" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "setä 6 polven takaa" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "setä 6 polven takaa" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "täti 7 polven takaa" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "täti/setä 7 polven takaa" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "lapsenlapsi 10:nnessä sukupolvessa" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "lapsentytär 10:nnessä sukupolvessa" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "isoisä 7 polven takaa" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "isoäiti 7 polven takaa" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "isovanhemmat 7 polven takaa" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "lapsenpoika 10:nnessä sukupolvessa" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "setä 7 polven takaa" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "setä 7 polven takaa" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "setä 7 polven takaa" #: includes/functions/functions.php:1085 diff --git a/language/fr.po b/language/fr.po index 51f5fbb954..1c14bf8750 100644 --- a/language/fr.po +++ b/language/fr.po @@ -77,22 +77,22 @@ msgstr[1] "%1$d individus ne sont pas affichés sur la carte car les coordonnée #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -222,20 +222,20 @@ msgstr[1] "%d mois" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "cousine au (%d+1)<sup>e</sup> degré" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "cousin au (%d+1)<sup>e</sup> degré" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "cousin(e) au (%d+1)<sup>e</sup> degré" #: modules_v3/relatives/module.php:60 @@ -444,10 +444,10 @@ msgstr "<sélectionnez>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d an" -msgstr[1] "±%d années" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d an" +msgstr[1] "±%d années" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16965,23 +16965,23 @@ msgstr "petit-fils" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "grand-tante au %d<sup>e</sup> degré" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "grand-tante/oncle au %d<sup>e</sup> degré" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "arrière-petit-enfant au %d<sup>e</sup> degré" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "arrière-petite-fille au %d<sup>e</sup> degré" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16989,399 +16989,399 @@ msgstr "arrière-petite-fille au %d<sup>e</sup> degré" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "grand-père au %d<sup>e</sup> degré" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "grand-mère au %d<sup>e</sup> degré" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "arrière-grand-parent au %d<sup>e</sup> degré" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "arrière-petit-fils au %d<sup>e</sup> degré" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "petit-neveu au %d<sup>e</sup> degré" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "petit-neveu au %d<sup>e</sup> degré" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "petit-neveu au %d<sup>e</sup> degré" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "petit-neveu au %d<sup>e</sup> degré" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "petit-neveu/petite-nièce au %d<sup>e</sup> degré" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "petit-neveu/petite-nièce au %d<sup>e</sup> degré" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "petit-neveu/petite-nièce au %d<sup>e</sup> degré" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "petit-neveu/petite-nièce au %d<sup>e</sup> degré" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "petite-nièce au %d<sup>e</sup> degré" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "petite-nièce au %d<sup>e</sup> degré" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "petite-nièce au %d<sup>e</sup> degré" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "petite-nièce au %d<sup>e</sup> degré" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "grand-oncle au %d<sup>e</sup> degré" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "grand-oncle au (%d-1)<sup>e</sup> degré" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "grand-oncle au (%d-1)<sup>e</sup> degré" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "grand-oncle au (%d-1)<sup>e</sup> degré" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "grande-tante au 5<sup>e</sup> degré" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "grand(e)-oncle/tante au 5<sup>e</sup> degré" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "petit-enfant au 4<sup>e</sup> degré" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "petite-fille au 4<sup>e</sup> degré" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "grand-père au 5<sup>e</sup> degré" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "grand-mère au 5<sup>e</sup> degré" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "arrière-grand-parent au 4<sup>e</sup> degré" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "petit-fils au 4<sup>e</sup> degré" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "petit-neveu au 4<sup>e</sup> degré" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "petit-neveu au 4<sup>e</sup> degré" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "petit-neveu au 4<sup>e</sup> degré" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "petit-neveu/petite-nièce au 4<sup>e</sup> degré" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "petit-neveu/petite-nièce au 4<sup>e</sup> degré" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "petit-neveu/petite-nièce au 4<sup>e</sup> degré" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "petite-nièce au 4<sup>e</sup> degré" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "petite-nièce au 4<sup>e</sup> degré" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "petite-nièce au 4<sup>e</sup> degré" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "grand-oncle au 4<sup>e</sup> degré" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "grand-oncle au 4<sup>e</sup> degré" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "grand-oncle au 4<sup>e</sup> degré" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "grand-tante au 5<sup>e</sup> degré" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "grand-tante/grand-oncle au 5<sup>e</sup> degré" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "petit-enfant au 5<sup>e</sup> degré" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "petite-fille au 5<sup>e</sup> degré" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "grand-père au 6<sup>e</sup> degré" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "grand-mère au 6<sup>e</sup> degré" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "arrière-grand-parent au 5<sup>e</sup> degré" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "petit-fils au 5<sup>e</sup> degré" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "petit-neveu au 5<sup>e</sup> degré" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "petit-neveu au 5<sup>e</sup> degré" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "petit-neveu au 5<sup>e</sup> degré" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "petit-neveu/petite-nièce au 5<sup>e</sup> degré" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "petit-neveu/petite-nièce au 5<sup>e</sup> degré" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "petit-neveu/petite-nièce au 5<sup>e</sup> degré" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "petite-nièce au 5<sup>e</sup> degré" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "petite-nièce au 5<sup>e</sup> degré" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "petite-nièce au 5<sup>e</sup> degré" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "grand-oncle au 5<sup>e</sup> degré" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "grand-oncle au 5<sup>e</sup> degré" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "grand-oncle au 5<sup>e</sup> degré" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "grand-tante au 6<sup>e</sup> degré" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "grand-tante/grand-oncle au 6<sup>e</sup> degré" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "petit-enfant au 6<sup>e</sup> degré" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "petite-fille au 6<sup>e</sup> degré" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "grand-père au 7<sup>e</sup> degré" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "grand-mère au 7<sup>e</sup> degré" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "arrière-grand-parent au 6<sup>e</sup> degré" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "petit-fils au 6<sup>e</sup> degré" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "grand-oncle au 6<sup>e</sup> degré" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "grand-oncle au 6<sup>e</sup> degré" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "grand-oncle au 6<sup>e</sup> degré" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "grand-tante au 7<sup>e</sup> degré" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "grand-tante/grand-oncle au 7<sup>e</sup> degré" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "petit-enfant au 7<sup>e</sup> degré" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "petite-fille au 7<sup>e</sup> degré" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "grand-père au 8<sup>e</sup> degré" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "grand-mère au 8<sup>e</sup> degré" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "arrière-grand-parent au 7<sup>e</sup> degré" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "petit-fils au 7<sup>e</sup> degré" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "grand-oncle au 7<sup>e</sup> degré" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "grand-oncle au 7<sup>e</sup> degré" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "grand-oncle au 7<sup>e</sup> degré" #: includes/functions/functions.php:1085 diff --git a/language/he.po b/language/he.po index 5a0e1a93b0..b635d1e941 100644 --- a/language/he.po +++ b/language/he.po @@ -77,21 +77,21 @@ msgstr[1] "ל-%1$d אנשים חסרות קואורדינטות של מקום ה #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%2$s מדרגה %1$d" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%2$s מדרגה %1$d" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%2$s מדרגה %1$d" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -222,20 +222,20 @@ msgstr[1] "%d חודשים" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "דודנית מדרגה %d" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "דודן מדרגה %d" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "דודן/דודנית מדרגה %d" #: modules_v3/relatives/module.php:60 @@ -444,10 +444,10 @@ msgstr "<בחר>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "± שנה" -msgstr[1] "± %d שנים" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "± שנה" +msgstr[1] "± %d שנים" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16965,23 +16965,23 @@ msgstr "אישה של נכד" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "דודה מדרגה %d" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "דוד/דודה מדרגה %d" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "נכד/נכדה מדרגה %d" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "נכדה מדרגה %d" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16989,399 +16989,399 @@ msgstr "נכדה מדרגה %d" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "סבא מדרגה %d" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "סבתא מדרגה %d" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "סבא/סבתא מדרגה %d" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "נכד מדרגה %d" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "אחיין מדרגה %d" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "אחיין מדרגה %d" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "אחיין מדרגה %d" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "אחיין מדרגה %d" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "אחיין/ית מדרגה %d" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "אחיין/ית מדרגה %d" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "אחיין/ית מדרגה %d" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "אחיין/ית מדרגה %d" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "אחיינית מדרגה %d" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "אחיינית מדרגה %d" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "אחיינית מדרגה %d" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "אחיינית מדרגה %d" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "דוד מדרגה %d" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "דוד מדרגה %d" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "דוד מדרגה %d" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "דוד מדרגה %d" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "דודה מדרגה 4" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "דוד/דודה מדרגה 4" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "נכד/ה מדרגה 4" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "נכדה מדרגה 4" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "סבא מדרגה 4" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "סבתא מדרגה 4" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "סבא/סבתא מדרגה 4" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "נכד מדרגה 4" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "אחיין מדרגה 4" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "אחיין מדרגה 4" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "אחיין מדרגה 4" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "אחיין/אחיינית מדרגה 4" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "אחיין/אחיינית מדרגה 4" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "אחיין/אחיינית מדרגה 4" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "אחיינית מדרגה 4" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "אחיינית מדרגה 4" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "אחיינית מדרגה 4" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "דוד מדרגה 4" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "דוד מדרגה 4" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "דוד מדרגה 4" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "דודה מדרגה 5" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "דוד/דודה מדרגה 5" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "נכד/ה מדרגה 5" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "נכדה מדרגה 5" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "סבא מדרגה 5" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "סבתא מדרגה 5" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "סבא/סבתא מדרגה 5" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "נכד מדרגה 5" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "אחיין מדרגה 5" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "אחיין מדרגה 5" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "אחיין מדרגה 5" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "אחיין/אחיינית מדרגה 5" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "אחיין/אחיינית מדרגה 5" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "אחיין/אחיינית מדרגה 5" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "אחיינית מדרגה 5" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "אחיינית מדרגה 5" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "אחיינית מדרגה 5" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "דוד מדרגה 5" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "דוד מדרגה 5" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "דוד מדרגה 5" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "דודה מדרגה 6" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "דוד/דודה מדרגה 6" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "נכד/ה מדרגה 6" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "נכדה מדרגה 6" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "סבא מדרגה 6" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "סבתא מדרגה 6" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "סבא/סבתא מדרגה 6" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "נכד מדרגה 6" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "דוד מדרגה 6" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "דוד מדרגה 6" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "דוד מדרגה 6" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "דודה מדרגה 7" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "דוד/דודה מדרגה 7" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "נכד/ה מדרגה 7" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "נכדה מדרגה 7" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "סבא מדרגה 7" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "סבתא מדרגה 7" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "סבא/סבתא מדרגה 7" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "נכד מדרגה 7" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "דוד מדרגה 7" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "דוד מדרגה 7" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "דוד מדרגה 7" #: includes/functions/functions.php:1085 diff --git a/language/hr.po b/language/hr.po index dffff716af..70639058e1 100644 --- a/language/hr.po +++ b/language/hr.po @@ -80,21 +80,21 @@ msgstr[2] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -231,21 +231,21 @@ msgstr[2] "%d mjeseci" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" -msgstr "%d x rođakinja" +msgid "%d × cousin" +msgstr "%d × rođakinja" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" -msgstr "%d x rođak" +msgid "%d × cousin" +msgstr "%d × rođak" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" -msgstr "%d x rođaci" +msgid "%d × cousin" +msgstr "%d × rođaci" #: modules_v3/relatives/module.php:60 #, php-format @@ -468,11 +468,11 @@ msgstr "" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d godina" -msgstr[1] "±%d godine" -msgstr[2] "±%d godina" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d godina" +msgstr[1] "±%d godine" +msgstr[2] "±%d godina" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16999,23 +16999,23 @@ msgstr "Unukova žena" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -17023,399 +17023,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/hu.po b/language/hu.po index 5968354bb2..1e5a0297ab 100644 --- a/language/hu.po +++ b/language/hu.po @@ -79,22 +79,22 @@ msgstr[1] "%1$d személynek hiányoznak a születési hely térképkoordinátái #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -224,21 +224,21 @@ msgstr[1] "%d hónap" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" -msgstr "%d x unokatestvér" +msgid "%d × cousin" +msgstr "%d × unokatestvér" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" -msgstr "%d x unokatestvér" +msgid "%d × cousin" +msgstr "%d × unokatestvér" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" -msgstr "%d x unokatestvér" +msgid "%d × cousin" +msgstr "%d × unokatestvér" #: modules_v3/relatives/module.php:60 #, php-format @@ -446,10 +446,10 @@ msgstr "<kijelöl>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d év" -msgstr[1] "±%d év" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d év" +msgstr[1] "±%d év" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16967,23 +16967,23 @@ msgstr "fiúunoka felesége" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "%d. nagynéni" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "%d. nagynéni/bácsi" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "%d. unoka" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "%d. unoka" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16991,399 +16991,399 @@ msgstr "%d. unoka" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "%d. felmenő" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "%d. felmenő" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "%d. felmenő" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "%d. unoka" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "testvér %d. unokája" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "testvér %d. unokája" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "testvér %d. unokája" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "testvér %d. unokája" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "testvér %d. unokája" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "testvér %d. unokája" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "testvér %d. unokája" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "testvér %d. unokája" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "testvér %d. unokája" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "testvér %d. unokája" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "testvér %d. unokája" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "testvér %d. unokája" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "%d. nagybácsi" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "%d. nagybácsi" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "%d. nagybácsi" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "%d. nagybácsi" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "szépszülők testvére" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "szépszülők testvére" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "ősunoka" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "lányősunoka" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "ősapa" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "ősanya" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "ősszülők" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "fiúősunoka" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "testvér szépunokája" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "testvér szépunokája" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "testvér szépunokája" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "testvér szépunokája" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "testvér szépunokája" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "testvér szépunokája" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "testvér szépunokája" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "testvér szépunokája" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "testvér szépunokája" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "szépapa testvére" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "szépanya testvére" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "szépszülők testvére" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "ősnagynéni" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "ősnagybácsi/néni" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "5. unoka" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "5. unoka" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "5. felmenő" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "5. felmenő" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "5. felmenő" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "5. unoka" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "testvér ősunokája" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "testvér ősunokája" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "testvér ősunokája" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "testvér ősunokája" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "testvér ősunokája" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "testvér ősunokája" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "testvér ősunokája" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "testvér ősunokája" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "testvér ősunokája" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "ősnagybácsi" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "ősnagybácsi" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "ősnagybácsi" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "6. nagynéni" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "6. nagynéni/bácsi" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "6. unoka" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "6. unoka" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "6. felmenő" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "6. felmenő" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "6. felmenő" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "6. unoka" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "6. nagybácsi" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "6. nagybácsi" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "6. nagybácsi" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "7. nagynéni" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "7. nagynéni/bácsi" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "7. unoka" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "7. unoka" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "7. felmenő" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "7. felmenő" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "7. felmenő" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "7. unoka" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "7. nagybácsi" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "7. nagybácsi" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "7. nagybácsi" #: includes/functions/functions.php:1085 diff --git a/language/is.po b/language/is.po index cf46db6a7e..05aa70c92a 100644 --- a/language/is.po +++ b/language/is.po @@ -78,22 +78,22 @@ msgstr[1] "%1$d einstaklinga vantar staðsetningarhnit fæðingarstaðarkorts: % #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -223,21 +223,21 @@ msgstr[1] "%d mánuðir" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" -msgstr "%d x frænka" +msgid "%d × cousin" +msgstr "%d × frænka" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" -msgstr "%d x frændi" +msgid "%d × cousin" +msgstr "%d × frændi" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" -msgstr "%d x frændsystkini" +msgid "%d × cousin" +msgstr "%d × frændsystkini" #: modules_v3/relatives/module.php:60 #, php-format @@ -445,10 +445,10 @@ msgstr "<velja>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d ár" -msgstr[1] "±%d ár" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d ár" +msgstr[1] "±%d ár" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16966,23 +16966,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16990,399 +16990,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/it.po b/language/it.po index a82329f78e..26826a4f47 100644 --- a/language/it.po +++ b/language/it.po @@ -79,21 +79,21 @@ msgstr[1] "Non sono definite le coordinate del luogo di nascita di %1$d persone: #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%2$s %1$dª" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%2$s %1$dº" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%2$s %1$dº" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -224,20 +224,20 @@ msgstr[1] "%d mesi" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "cugina di %d° grado" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "cugino di %d° grado" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "cugino/a di %d° grado" #: modules_v3/relatives/module.php:60 @@ -446,10 +446,10 @@ msgstr "<seleziona>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d anno" -msgstr[1] "±%d anni" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d anno" +msgstr[1] "±%d anni" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16967,424 +16967,424 @@ msgstr "moglie del nipote (di nonni)" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "zia di %d° grado" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "zio/a di %d° grado" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" -msgstr "pro x %d nipote (di nonni)" +msgid "great ×%d grandchild" +msgstr "pro × %d nipote (di nonni)" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" -msgstr "pro x %d nipote (di nonni)" +msgid "great ×%d granddaughter" +msgstr "pro × %d nipote (di nonni)" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1520 includes/functions/functions.php:1527 #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "avo del %d° grado" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "ava del %d° grado" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "avo del %d° grado" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "pro x %d nipote (di nonni)" +msgid "great ×%d grandson" +msgstr "pro × %d nipote (di nonni)" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" -msgstr "pro x %d nipote" +msgid "great ×%d nephew" +msgstr "pro × %d nipote" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "pro x%d pronipote (di zii)" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "pro ×%d pronipote (di zii)" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "pro x%d pronipote (di zii)" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "pro ×%d pronipote (di zii)" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" -msgstr "pro x%d pronipote (di zii)" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" +msgstr "pro ×%d pronipote (di zii)" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" -msgstr "pro x %d nipote" +msgid "great ×%d nephew/niece" +msgstr "pro × %d nipote" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "pro x%d pronipote (di zii)" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "pro ×%d pronipote (di zii)" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "pro x%d pronipote (di zii)" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "pro ×%d pronipote (di zii)" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" -msgstr "pro x%d pronipote (di zii)" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" +msgstr "pro ×%d pronipote (di zii)" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" -msgstr "pro x %d nipote" +msgid "great ×%d niece" +msgstr "pro × %d nipote" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "pro x%d pronipote (di zii)" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "pro ×%d pronipote (di zii)" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "pro x%d pronipote (di zii)" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "pro ×%d pronipote (di zii)" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" -msgstr "pro x%d pronipote (di zii)" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" +msgstr "pro ×%d pronipote (di zii)" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "zio di %d° grado" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" -msgstr "pro x%d zio" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" +msgstr "pro ×%d zio" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" -msgstr "pro x%d zio" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" +msgstr "pro ×%d zio" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" -msgstr "pro x%d zio" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" +msgstr "pro ×%d zio" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "pro-pro-prozia" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "pro-pro-prozio/a" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" -msgstr "pro x 4 nipote (di nonni)" +msgid "great ×4 grandchild" +msgstr "pro × 4 nipote (di nonni)" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" -msgstr "pro x 4 nipote (di nonni)" +msgid "great ×4 granddaughter" +msgstr "pro × 4 nipote (di nonni)" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "avo del 6° grado" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "ava del 6° grado" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "avo del 6° grado" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" -msgstr "pro x 4 nipote (di nonni)" +msgid "great ×4 grandson" +msgstr "pro × 4 nipote (di nonni)" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" -msgstr "pro x4 pronipote (di zii)" +msgid "great ×4 nephew" +msgstr "pro ×4 pronipote (di zii)" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" -msgstr "pro x4 pronipote (di zii)" +msgid "great ×4 nephew" +msgstr "pro ×4 pronipote (di zii)" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" -msgstr "pro x4 pronipote (di zii)" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" +msgstr "pro ×4 pronipote (di zii)" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" -msgstr "pro x4 pronipote (di zii)" +msgid "great ×4 nephew/niece" +msgstr "pro ×4 pronipote (di zii)" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" -msgstr "pro x4 pronipote (di zii)" +msgid "great ×4 nephew/niece" +msgstr "pro ×4 pronipote (di zii)" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" -msgstr "pro x4 pronipote (di zii)" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" +msgstr "pro ×4 pronipote (di zii)" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" -msgstr "pro x4 pronipote (di zii)" +msgid "great ×4 niece" +msgstr "pro ×4 pronipote (di zii)" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" -msgstr "pro x4 pronipote (di zii)" +msgid "great ×4 niece" +msgstr "pro ×4 pronipote (di zii)" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" -msgstr "pro x4 pronipote (di zii)" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" +msgstr "pro ×4 pronipote (di zii)" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" -msgstr "pro x 4 zio" +msgid "great ×4 uncle" +msgstr "pro × 4 zio" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" -msgstr "pro x 4 zio" +msgid "great ×4 uncle" +msgstr "pro × 4 zio" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" -msgstr "pro x4 zio" +msgid "great ×4 uncle" +msgstr "pro ×4 zio" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "pro-pro-pro-prozia" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "pro-pro-pro-prozio/a" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" -msgstr "pro x 5 nipote (di nonni)" +msgid "great ×5 grandchild" +msgstr "pro × 5 nipote (di nonni)" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" -msgstr "pro x 5 nipote (di nonni)" +msgid "great ×5 granddaughter" +msgstr "pro × 5 nipote (di nonni)" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "avo del 7° grado" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "ava del 7° grado" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "avo del 7° grado" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" -msgstr "pro x 5 nipote (di nonni)" +msgid "great ×5 grandson" +msgstr "pro × 5 nipote (di nonni)" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" -msgstr "pro x5 pronipote (di zii)" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" +msgstr "pro ×5 pronipote (di zii)" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" -msgstr "pro x5 pronipote (di zii)" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" +msgstr "pro ×5 pronipote (di zii)" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" -msgstr "pro x5 pronipote (di zii)" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" +msgstr "pro ×5 pronipote (di zii)" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" -msgstr "pro x5 pronipote (di zii)" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" +msgstr "pro ×5 pronipote (di zii)" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" -msgstr "pro x5 pronipote (di zii)" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" +msgstr "pro ×5 pronipote (di zii)" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" -msgstr "pro x5 pronipote (di zii)" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" +msgstr "pro ×5 pronipote (di zii)" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" -msgstr "pro x5 pronipote (di zii)" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" +msgstr "pro ×5 pronipote (di zii)" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" -msgstr "pro x5 pronipote (di zii)" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" +msgstr "pro ×5 pronipote (di zii)" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" -msgstr "pro x5 pronipote (di zii)" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" +msgstr "pro ×5 pronipote (di zii)" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" -msgstr "pro x 5 zio" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" +msgstr "pro × 5 zio" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" -msgstr "pro x 5 zio" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" +msgstr "pro × 5 zio" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" -msgstr "pro x5 zio" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" +msgstr "pro ×5 zio" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "pro-pro-pro-pro-prozia" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "pro-pro-pro-pro-prozio/a" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" -msgstr "pro x 6 nipote (di nonni)" +msgid "great ×6 grandchild" +msgstr "pro × 6 nipote (di nonni)" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" -msgstr "pro x 6 nipote (di nonni)" +msgid "great ×6 granddaughter" +msgstr "pro × 6 nipote (di nonni)" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "avo dell’8° grado" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "ava dell’8° grado" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "avo dell’8° grado" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" -msgstr "pro x 6 nipote (di nonni)" +msgid "great ×6 grandson" +msgstr "pro × 6 nipote (di nonni)" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" -msgstr "pro x 6 zio" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" +msgstr "pro × 6 zio" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" -msgstr "pro x 6 zio" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" +msgstr "pro × 6 zio" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" -msgstr "pro x6 zio" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" +msgstr "pro ×6 zio" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "pro-pro-pro-pro-pro-prozia" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "pro-pro-pro-pro-pro-prozio/a" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" -msgstr "pro x 7 nipote (di nonni)" +msgid "great ×7 grandchild" +msgstr "pro × 7 nipote (di nonni)" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" -msgstr "pro x 7 nipote (di nonni)" +msgid "great ×7 granddaughter" +msgstr "pro × 7 nipote (di nonni)" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "avo del 9° grado" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "ava del 9° grado" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "avo del 9° grado" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" -msgstr "pro x 7 nipote (di nonni)" +msgid "great ×7 grandson" +msgstr "pro × 7 nipote (di nonni)" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" -msgstr "pro x 7 zio" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" +msgstr "pro × 7 zio" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" -msgstr "pro x 7 zio" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" +msgstr "pro × 7 zio" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" -msgstr "pro x7 zio" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" +msgstr "pro ×7 zio" #: includes/functions/functions.php:1085 msgctxt "father’s father’s brother’s wife" diff --git a/language/lt.po b/language/lt.po index e2c956973a..47f5b4f6f2 100644 --- a/language/lt.po +++ b/language/lt.po @@ -79,22 +79,22 @@ msgstr[2] "%1$d asmens gimimo vietovės koordinatės nežinomos: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -230,21 +230,21 @@ msgstr[2] "%d mėnesių" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" -msgstr "%d x pusseserė" +msgid "%d × cousin" +msgstr "%d × pusseserė" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" -msgstr "%d x pusbrolis" +msgid "%d × cousin" +msgstr "%d × pusbrolis" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" -msgstr "%d x pusbrolis/pusseserė" +msgid "%d × cousin" +msgstr "%d × pusbrolis/pusseserė" #: modules_v3/relatives/module.php:60 #, php-format @@ -467,11 +467,11 @@ msgstr "<pasirinkti>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d metai" -msgstr[1] "±%d metai" -msgstr[2] "±%d metai" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d metai" +msgstr[1] "±%d metai" +msgstr[2] "±%d metai" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16998,424 +16998,424 @@ msgstr "anūko žmona" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" -msgstr "pro x%d teta" +msgid "great ×%d aunt" +msgstr "pro ×%d teta" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "pro x%d dėdė/teta" +msgid "great ×%d aunt/uncle" +msgstr "pro ×%d dėdė/teta" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" -msgstr "pro x%d anūkiai" +msgid "great ×%d grandchild" +msgstr "pro ×%d anūkiai" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" -msgstr "pro x%d anūkė" +msgid "great ×%d granddaughter" +msgstr "pro ×%d anūkė" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1520 includes/functions/functions.php:1527 #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" -msgstr "pro x%d senelis" +msgid "great ×%d grandfather" +msgstr "pro ×%d senelis" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" -msgstr "pro x%d senelė" +msgid "great ×%d grandmother" +msgstr "pro ×%d senelė" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" -msgstr "pro x%d seneliai" +msgid "great ×%d grandparent" +msgstr "pro ×%d seneliai" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "pro x%d anūkis" +msgid "great ×%d grandson" +msgstr "pro ×%d anūkis" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" -msgstr "pro x%d sūnėnas" +msgid "great ×%d nephew" +msgstr "pro ×%d sūnėnas" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "pro x%d brolėnas" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "pro ×%d brolėnas" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "pro x%d seserėnas" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "pro ×%d seserėnas" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" -msgstr "pro x%d sūnėnas" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" +msgstr "pro ×%d sūnėnas" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" -msgstr "pro x%d sūnėnas/dukterėčia" +msgid "great ×%d nephew/niece" +msgstr "pro ×%d sūnėnas/dukterėčia" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "pro x%d brolėnas/dukterėčia" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "pro ×%d brolėnas/dukterėčia" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "pro x%d seserėnas/seserėčia" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "pro ×%d seserėnas/seserėčia" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" -msgstr "pro x%d sūnėnas/dukterėčia" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" +msgstr "pro ×%d sūnėnas/dukterėčia" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" -msgstr "pro x%d dukterėčia" +msgid "great ×%d niece" +msgstr "pro ×%d dukterėčia" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "pro x%d dukterėčia" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "pro ×%d dukterėčia" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "pro x%d seserėčia" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "pro ×%d seserėčia" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" -msgstr "pro x%d dukterėčia" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" +msgstr "pro ×%d dukterėčia" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" -msgstr "pro x%d dėdė" +msgid "great ×%d uncle" +msgstr "pro ×%d dėdė" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" -msgstr "pro x%d dėdė" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" +msgstr "pro ×%d dėdė" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" -msgstr "pro x%d dėdė" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" +msgstr "pro ×%d dėdė" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" -msgstr "pro x%d dėdė" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" +msgstr "pro ×%d dėdė" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" -msgstr "pro x4 teta" +msgid "great ×4 aunt" +msgstr "pro ×4 teta" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" -msgstr "pro x4 dėdė/teta" +msgid "great ×4 aunt/uncle" +msgstr "pro ×4 dėdė/teta" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" -msgstr "pro x4 anūkiai" +msgid "great ×4 grandchild" +msgstr "pro ×4 anūkiai" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" -msgstr "pro x4 anūkė" +msgid "great ×4 granddaughter" +msgstr "pro ×4 anūkė" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" -msgstr "pro x4 senelis" +msgid "great ×4 grandfather" +msgstr "pro ×4 senelis" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" -msgstr "pro x4 senelė" +msgid "great ×4 grandmother" +msgstr "pro ×4 senelė" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" -msgstr "pro x4 seneliai" +msgid "great ×4 grandparent" +msgstr "pro ×4 seneliai" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" -msgstr "pro x4 anūkis" +msgid "great ×4 grandson" +msgstr "pro ×4 anūkis" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" -msgstr "pro x4 brolėnas" +msgid "great ×4 nephew" +msgstr "pro ×4 brolėnas" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" -msgstr "pro x4 seserėnas" +msgid "great ×4 nephew" +msgstr "pro ×4 seserėnas" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" -msgstr "pro x4 sūnėnas" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" +msgstr "pro ×4 sūnėnas" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" -msgstr "pro x4 brolėnas/dukterėčia" +msgid "great ×4 nephew/niece" +msgstr "pro ×4 brolėnas/dukterėčia" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" -msgstr "pro x4 seserėnas/seserėčia" +msgid "great ×4 nephew/niece" +msgstr "pro ×4 seserėnas/seserėčia" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" -msgstr "pro x4 sūnėnas/dukterėčia" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" +msgstr "pro ×4 sūnėnas/dukterėčia" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" -msgstr "pro x4 dukterėčia" +msgid "great ×4 niece" +msgstr "pro ×4 dukterėčia" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" -msgstr "pro x4 seserėčia" +msgid "great ×4 niece" +msgstr "pro ×4 seserėčia" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" -msgstr "pro x4 dukterėčia" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" +msgstr "pro ×4 dukterėčia" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" -msgstr "pro x4 dėdė" +msgid "great ×4 uncle" +msgstr "pro ×4 dėdė" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" -msgstr "pro x4 dėdė" +msgid "great ×4 uncle" +msgstr "pro ×4 dėdė" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" -msgstr "pro x4 dėdė" +msgid "great ×4 uncle" +msgstr "pro ×4 dėdė" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" -msgstr "pro x5 teta" +msgid "great ×5 aunt" +msgstr "pro ×5 teta" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" -msgstr "pro x5 dėdė/teta" +msgid "great ×5 aunt/uncle" +msgstr "pro ×5 dėdė/teta" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" -msgstr "pro x5 anūkiai" +msgid "great ×5 grandchild" +msgstr "pro ×5 anūkiai" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" -msgstr "pro x5 anūkė" +msgid "great ×5 granddaughter" +msgstr "pro ×5 anūkė" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" -msgstr "pro x5 senelis" +msgid "great ×5 grandfather" +msgstr "pro ×5 senelis" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" -msgstr "pro x5 senelė" +msgid "great ×5 grandmother" +msgstr "pro ×5 senelė" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" -msgstr "pro x5 seneliai" +msgid "great ×5 grandparent" +msgstr "pro ×5 seneliai" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" -msgstr "pro x5 anūkis" +msgid "great ×5 grandson" +msgstr "pro ×5 anūkis" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" -msgstr "pro x5 brolėnas" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" +msgstr "pro ×5 brolėnas" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" -msgstr "pro x5 seserėnas" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" +msgstr "pro ×5 seserėnas" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" -msgstr "pro x5 sūnėnas" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" +msgstr "pro ×5 sūnėnas" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" -msgstr "pro x5 brolėnas/dukterėčia" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" +msgstr "pro ×5 brolėnas/dukterėčia" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" -msgstr "pro x5 seserėnas/dukterėčia" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" +msgstr "pro ×5 seserėnas/dukterėčia" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" -msgstr "pro x5 sūnėnas/dukterėčia" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" +msgstr "pro ×5 sūnėnas/dukterėčia" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" -msgstr "pro x5 dukterėčia" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" +msgstr "pro ×5 dukterėčia" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" -msgstr "pro x5 seserėčia" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" +msgstr "pro ×5 seserėčia" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" -msgstr "pro x5 dukterėčia" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" +msgstr "pro ×5 dukterėčia" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" -msgstr "pro x5 dėdė" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" +msgstr "pro ×5 dėdė" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" -msgstr "pro x5 dėdė" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" +msgstr "pro ×5 dėdė" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" -msgstr "pro x5 dėdė" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" +msgstr "pro ×5 dėdė" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" -msgstr "pro x6 teta" +msgid "great ×6 aunt" +msgstr "pro ×6 teta" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" -msgstr "pro x6 dėdė/teta" +msgid "great ×6 aunt/uncle" +msgstr "pro ×6 dėdė/teta" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" -msgstr "pro x6 anūkiai" +msgid "great ×6 grandchild" +msgstr "pro ×6 anūkiai" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" -msgstr "pro x6 proanūkė" +msgid "great ×6 granddaughter" +msgstr "pro ×6 proanūkė" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" -msgstr "pro x6 senelis" +msgid "great ×6 grandfather" +msgstr "pro ×6 senelis" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" -msgstr "pro x6 senelė" +msgid "great ×6 grandmother" +msgstr "pro ×6 senelė" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" -msgstr "pro x6 seneliai" +msgid "great ×6 grandparent" +msgstr "pro ×6 seneliai" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" -msgstr "pro x6 anūkiai" +msgid "great ×6 grandson" +msgstr "pro ×6 anūkiai" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" -msgstr "pro x6 dėdė" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" +msgstr "pro ×6 dėdė" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" -msgstr "pro x6 dėdė" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" +msgstr "pro ×6 dėdė" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" -msgstr "pro x6 dėdė" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" +msgstr "pro ×6 dėdė" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" -msgstr "pro x7 teta" +msgid "great ×7 aunt" +msgstr "pro ×7 teta" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" -msgstr "pro x7 dėdė/teta" +msgid "great ×7 aunt/uncle" +msgstr "pro ×7 dėdė/teta" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" -msgstr "pro x7 anūkiai" +msgid "great ×7 grandchild" +msgstr "pro ×7 anūkiai" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" -msgstr "pro x7 anūkė" +msgid "great ×7 granddaughter" +msgstr "pro ×7 anūkė" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" -msgstr "pro x7 senelis" +msgid "great ×7 grandfather" +msgstr "pro ×7 senelis" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" -msgstr "pro x7 senelė" +msgid "great ×7 grandmother" +msgstr "pro ×7 senelė" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" -msgstr "pro x7 seneliai" +msgid "great ×7 grandparent" +msgstr "pro ×7 seneliai" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" -msgstr "pro x7 anūkis" +msgid "great ×7 grandson" +msgstr "pro ×7 anūkis" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" -msgstr "pro x7 dėdė" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" +msgstr "pro ×7 dėdė" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" -msgstr "pro x7 dėdė" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" +msgstr "pro ×7 dėdė" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" -msgstr "pro x7 dėdė" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" +msgstr "pro ×7 dėdė" #: includes/functions/functions.php:1085 msgctxt "father’s father’s brother’s wife" diff --git a/language/mr.po b/language/mr.po index fbbc0c0daf..6a047da25f 100644 --- a/language/mr.po +++ b/language/mr.po @@ -78,21 +78,21 @@ msgstr[1] "" #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -223,20 +223,20 @@ msgstr[1] "" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -445,8 +445,8 @@ msgstr "<निवडा>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "" msgstr[1] "" @@ -16968,23 +16968,23 @@ msgstr "" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16992,399 +16992,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/nb.po b/language/nb.po index ca2664f754..b0b38f45f1 100644 --- a/language/nb.po +++ b/language/nb.po @@ -73,22 +73,22 @@ msgstr[1] "%1$d personer mangler koordinater for fødested: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -218,20 +218,20 @@ msgstr[1] "%d måneder" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "%d menning" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "%d menning" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "%d menning" #: modules_v3/relatives/module.php:60 @@ -440,10 +440,10 @@ msgstr "<velg>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d år" -msgstr[1] "±%d år" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d år" +msgstr[1] "±%d år" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16961,423 +16961,423 @@ msgstr "barnebarns hustru" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" -msgstr "%dx grandtante" +msgid "great ×%d aunt" +msgstr "%d× grandtante" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "%dx tipp-oldeforelders søsken" +msgid "great ×%d aunt/uncle" +msgstr "%d× tipp-oldeforelders søsken" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" -msgstr "%dx tip-oldebarn" +msgid "great ×%d grandchild" +msgstr "%d× tip-oldebarn" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" -msgstr "%dx tip-oldebarn" +msgid "great ×%d granddaughter" +msgstr "%d× tip-oldebarn" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1520 includes/functions/functions.php:1527 #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" -msgstr "%dx tippoldefar" +msgid "great ×%d grandfather" +msgstr "%d× tippoldefar" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" -msgstr "%dx tippoldemor" +msgid "great ×%d grandmother" +msgstr "%d× tippoldemor" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" -msgstr "%dx tip-oldeforelder" +msgid "great ×%d grandparent" +msgstr "%d× tip-oldeforelder" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "%dx tip-oldebarn" +msgid "great ×%d grandson" +msgstr "%d× tip-oldebarn" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "%dx grandnevø" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "%d× grandnevø" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "%dx grandnevø" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "%d× grandnevø" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" -msgstr "%dx grandnevø" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" +msgstr "%d× grandnevø" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" -msgstr "%dx grandniese" +msgid "great ×%d niece" +msgstr "%d× grandniese" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "%dx grandniese" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "%d× grandniese" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "%dx grandniese" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "%d× grandniese" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" -msgstr "%dx grandniese" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" +msgstr "%d× grandniese" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" -msgstr "%dx grandonkel" +msgid "great ×%d uncle" +msgstr "%d× grandonkel" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" -msgstr "%dx tipp-oldeforelders bror" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" +msgstr "%d× tipp-oldeforelders bror" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" -msgstr "%dx grandonkel" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" +msgstr "%d× grandonkel" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" -msgstr "%dx grandonkel" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" +msgstr "%d× grandonkel" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "tipptippoldeforelders søster" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "tipptippoldeforelders søster/bror" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "3. tippoldebarn" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "3. tippoldebarn" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" -msgstr "3x tippoldefar" +msgid "great ×4 grandfather" +msgstr "3× tippoldefar" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" -msgstr "3x tippoldemor" +msgid "great ×4 grandmother" +msgstr "3× tippoldemor" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" -msgstr "3x tippoldeforelder" +msgid "great ×4 grandparent" +msgstr "3× tippoldeforelder" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "3. tippoldebarn" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "tipptippoldebarn av søsken" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "tipptippoldebarn av søsken" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "tipptippoldebarn av søsken" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "tipptippoldebarn av søsken" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "tipptippoldebarn av søsken" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "tipptippoldebarn av søsken" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "tipptippoldebarn av søsken" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "tipptippoldebarn av søsken" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "tipptippoldebarn av søsken" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tipp-tippoldefars bror" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tipp-tippoldemors bror" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tipptippoldeforelders bror" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "3. tippoldeforelders søster" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "3. tippoldeforelders søster/bror" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "4. tippoldebarn" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "4. tippoldebarn" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" -msgstr "4x tippoldefar" +msgid "great ×5 grandfather" +msgstr "4× tippoldefar" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" -msgstr "4x tippoldemor" +msgid "great ×5 grandmother" +msgstr "4× tippoldemor" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" -msgstr "4x tippoldeforelder" +msgid "great ×5 grandparent" +msgstr "4× tippoldeforelder" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "4. tippoldebarn" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "3. tippoldebarn av søsken" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "3. tippoldebarn av søsken" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "3. tippoldebarn av søsken" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "3. tippoldebarn av søsken" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "3. tippoldebarn av søsken" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "3. tippoldebarn av søsken" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "3. tippoldebarn av søsken" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "3. tippoldebarn av søsken" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "3. tippoldebarn av søsken" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "3. tippoldefars bror" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "3. tippoldemors bror" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "3. tippoldeforelders bror" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "4. tippoldeforelders søster" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "4. tippoldeforelders søster/bror" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "5. tippoldebarn" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "5. tippoldebarn" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" -msgstr "5x tippoldefar" +msgid "great ×6 grandfather" +msgstr "5× tippoldefar" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" -msgstr "5x tippoldemor" +msgid "great ×6 grandmother" +msgstr "5× tippoldemor" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" -msgstr "5x tippoldeforelder" +msgid "great ×6 grandparent" +msgstr "5× tippoldeforelder" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "5. tippoldebarn" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "4. tippoldefars bror" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "4. tippoldemors bror" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "4. tippoldeforelders bror" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "5. tippoldeforelders søster" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "5. tippoldeforelders søster/bror" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "6. tippoldebarn" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "6. tippoldebarn" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" -msgstr "6x tippoldefar" +msgid "great ×7 grandfather" +msgstr "6× tippoldefar" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" -msgstr "6x tippoldemor" +msgid "great ×7 grandmother" +msgstr "6× tippoldemor" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" -msgstr "6x tippoldeforelder" +msgid "great ×7 grandparent" +msgstr "6× tippoldeforelder" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "6. tippoldebarn" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "5. tippoldefars bror" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "5. tippoldemors bror" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "5. tippoldeforelders bror" #: includes/functions/functions.php:1085 diff --git a/language/nl.po b/language/nl.po index df658134ab..7548a9b68d 100644 --- a/language/nl.po +++ b/language/nl.po @@ -77,22 +77,22 @@ msgstr[1] "Voor %1$d personen ontbreken de map coördinaten van de geboorteplaat #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -222,21 +222,21 @@ msgstr[1] "%d maanden" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" -msgstr "%d x nicht" +msgid "%d × cousin" +msgstr "%d × nicht" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" -msgstr "%d x neef" +msgid "%d × cousin" +msgstr "%d × neef" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" -msgstr "%d x neef/nicht" +msgid "%d × cousin" +msgstr "%d × neef/nicht" #: modules_v3/relatives/module.php:60 #, php-format @@ -444,8 +444,8 @@ msgstr "<selecteer>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±%d years" msgstr[0] "&plusmin;%d jaar" msgstr[1] "&plusmin;%d jaar" @@ -16965,423 +16965,423 @@ msgstr "aangetrouwde kleindochter" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" -msgstr "oud x%d tante" +msgid "great ×%d aunt" +msgstr "oud ×%d tante" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "oud x%d oom/tante" +msgid "great ×%d aunt/uncle" +msgstr "oud ×%d oom/tante" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" -msgstr "(x%dachter)kleinkind" +msgid "great ×%d grandchild" +msgstr "(×%dachter)kleinkind" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" -msgstr "(x%d)kleindochter" +msgid "great ×%d granddaughter" +msgstr "(×%d)kleindochter" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1520 includes/functions/functions.php:1527 #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "(x%d)kleinzoon" +msgid "great ×%d grandson" +msgstr "(×%d)kleinzoon" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" -msgstr "oud x%d oom" +msgid "great ×%d uncle" +msgstr "oud ×%d oom" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "betovergroottante" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "betovergroottante/oom" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "oudgrootvader" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "oudgrootmoeder" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "oudgrootouder" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "betovergrootoom" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "betovergrootoom" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "betovergrootoom" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "oudoudtante" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "oudoudtante/oom" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "oudovergrootvader" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "oudovergrootmoeder" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "oudovergrootouder" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "oudoudoom" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "oudoudoom" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "oudoudoom" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "oudgroottante" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "oudgroottante/oom" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "oudbetovergrootvader" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "oudbetovergrootmoeder" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "oudbetovergrootouder" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" -msgstr "(6x achter)kleinzoon" +msgid "great ×6 grandson" +msgstr "(6× achter)kleinzoon" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "oudgrootoom" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "oudgrootoom" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "oudgrootoom" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "oudovergroottante" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "oudovergroottante/oom" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "stamvader" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "stammoeder" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "stamouder" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "oudovergrootoom" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "oudovergrootoom" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "oudovergrootoom" #: includes/functions/functions.php:1085 diff --git a/language/nn.po b/language/nn.po index 99ed594578..eeeefd17c9 100644 --- a/language/nn.po +++ b/language/nn.po @@ -77,22 +77,22 @@ msgstr[1] "%1$d personar manglar koordinatar for fødestad: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -222,20 +222,20 @@ msgstr[1] "%d månader" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "%d menning" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "%d menning" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "%d menning" #: modules_v3/relatives/module.php:60 @@ -444,10 +444,10 @@ msgstr "<vel>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d år" -msgstr[1] "±%d år" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d år" +msgstr[1] "±%d år" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16965,424 +16965,424 @@ msgstr "sonesons hustru" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" -msgstr "%dx grandtante" +msgid "great ×%d aunt" +msgstr "%d× grandtante" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "%dx grandonkel/-tante" +msgid "great ×%d aunt/uncle" +msgstr "%d× grandonkel/-tante" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" -msgstr "%dx tippoldebarn" +msgid "great ×%d grandchild" +msgstr "%d× tippoldebarn" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" -msgstr "%dx tippoldebarn" +msgid "great ×%d granddaughter" +msgstr "%d× tippoldebarn" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1520 includes/functions/functions.php:1527 #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" -msgstr "%dx tippoldefar" +msgid "great ×%d grandfather" +msgstr "%d× tippoldefar" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" -msgstr "%dx tippoldemor" +msgid "great ×%d grandmother" +msgstr "%d× tippoldemor" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" -msgstr "%dx tippoldeforelder" +msgid "great ×%d grandparent" +msgstr "%d× tippoldeforelder" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "%dx tippoldebarn" +msgid "great ×%d grandson" +msgstr "%d× tippoldebarn" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" -msgstr "%dx grandnevø" +msgid "great ×%d nephew" +msgstr "%d× grandnevø" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "%dx grandnevø" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "%d× grandnevø" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "%dx grandnevø" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "%d× grandnevø" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" -msgstr "%dx grandnevø" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" +msgstr "%d× grandnevø" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" -msgstr "%dx grandnevø/-niese" +msgid "great ×%d nephew/niece" +msgstr "%d× grandnevø/-niese" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "%dx grandnevø/-niese" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "%d× grandnevø/-niese" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "%dx grandnevø/-niese" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "%d× grandnevø/-niese" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" -msgstr "%dx grandnevø/-niese" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" +msgstr "%d× grandnevø/-niese" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" -msgstr "%dx grandniese" +msgid "great ×%d niece" +msgstr "%d× grandniese" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "%dx grandniese" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "%d× grandniese" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "%dx grandniese" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "%d× grandniese" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" -msgstr "%dx grandniese" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" +msgstr "%d× grandniese" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" -msgstr "%dx grandonkel" +msgid "great ×%d uncle" +msgstr "%d× grandonkel" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" -msgstr "%dx grandonkel" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" +msgstr "%d× grandonkel" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" -msgstr "%dx grandonkel" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" +msgstr "%d× grandonkel" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" -msgstr "%dx grandonkel" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" +msgstr "%d× grandonkel" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" -msgstr "4x grandtante" +msgid "great ×4 aunt" +msgstr "4× grandtante" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" -msgstr "4x grandonkel/-tante" +msgid "great ×4 aunt/uncle" +msgstr "4× grandonkel/-tante" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" -msgstr "3x tippoldebarn" +msgid "great ×4 grandchild" +msgstr "3× tippoldebarn" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" -msgstr "3x tippoldebarn" +msgid "great ×4 granddaughter" +msgstr "3× tippoldebarn" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" -msgstr "3x tippoldefar" +msgid "great ×4 grandfather" +msgstr "3× tippoldefar" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" -msgstr "3x tippoldemor" +msgid "great ×4 grandmother" +msgstr "3× tippoldemor" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" -msgstr "3x tippoldeforelder" +msgid "great ×4 grandparent" +msgstr "3× tippoldeforelder" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" -msgstr "3x tippoldebarn" +msgid "great ×4 grandson" +msgstr "3× tippoldebarn" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" -msgstr "4x grandnevø" +msgid "great ×4 nephew" +msgstr "4× grandnevø" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" -msgstr "4x grandnevø" +msgid "great ×4 nephew" +msgstr "4× grandnevø" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" -msgstr "4x grandnevø" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" +msgstr "4× grandnevø" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" -msgstr "4x grandnevø/-niese" +msgid "great ×4 nephew/niece" +msgstr "4× grandnevø/-niese" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" -msgstr "4x grandnevø/-niese" +msgid "great ×4 nephew/niece" +msgstr "4× grandnevø/-niese" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" -msgstr "4x grandnevø/-niese" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" +msgstr "4× grandnevø/-niese" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" -msgstr "4x grandniese" +msgid "great ×4 niece" +msgstr "4× grandniese" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" -msgstr "4x grandniese" +msgid "great ×4 niece" +msgstr "4× grandniese" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" -msgstr "4x grandniese" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" +msgstr "4× grandniese" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" -msgstr "4x grandonkel" +msgid "great ×4 uncle" +msgstr "4× grandonkel" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" -msgstr "4x grandonkel" +msgid "great ×4 uncle" +msgstr "4× grandonkel" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" -msgstr "4x grandonkel" +msgid "great ×4 uncle" +msgstr "4× grandonkel" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" -msgstr "5x grandtante" +msgid "great ×5 aunt" +msgstr "5× grandtante" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" -msgstr "5x grandonkel/-tante" +msgid "great ×5 aunt/uncle" +msgstr "5× grandonkel/-tante" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" -msgstr "4x tippoldebarn" +msgid "great ×5 grandchild" +msgstr "4× tippoldebarn" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" -msgstr "4x tippoldebarn" +msgid "great ×5 granddaughter" +msgstr "4× tippoldebarn" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" -msgstr "4x tippoldefar" +msgid "great ×5 grandfather" +msgstr "4× tippoldefar" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" -msgstr "4x tippoldemor" +msgid "great ×5 grandmother" +msgstr "4× tippoldemor" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" -msgstr "4x tippoldeforelder" +msgid "great ×5 grandparent" +msgstr "4× tippoldeforelder" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" -msgstr "4x tippoldebarn" +msgid "great ×5 grandson" +msgstr "4× tippoldebarn" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" -msgstr "5x grandnevø" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" +msgstr "5× grandnevø" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" -msgstr "5x grandnevø" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" +msgstr "5× grandnevø" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" -msgstr "5x grandnevø" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" +msgstr "5× grandnevø" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" -msgstr "5x grandnevø/-niese" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" +msgstr "5× grandnevø/-niese" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" -msgstr "5x grandnevø/-niese" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" +msgstr "5× grandnevø/-niese" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" -msgstr "5x grandnevø/-niese" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" +msgstr "5× grandnevø/-niese" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" -msgstr "5x grandniese" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" +msgstr "5× grandniese" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" -msgstr "5x grandniese" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" +msgstr "5× grandniese" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" -msgstr "5x grandniese" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" +msgstr "5× grandniese" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" -msgstr "5x grandonkel" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" +msgstr "5× grandonkel" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" -msgstr "5x grandonkel" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" +msgstr "5× grandonkel" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" -msgstr "5x grandonkel" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" +msgstr "5× grandonkel" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" -msgstr "6x grandtante" +msgid "great ×6 aunt" +msgstr "6× grandtante" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" -msgstr "6x grandonkel/-tante" +msgid "great ×6 aunt/uncle" +msgstr "6× grandonkel/-tante" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" -msgstr "5x tippoldebarn" +msgid "great ×6 grandchild" +msgstr "5× tippoldebarn" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" -msgstr "5x tippoldebarn" +msgid "great ×6 granddaughter" +msgstr "5× tippoldebarn" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" -msgstr "5x tippoldefar" +msgid "great ×6 grandfather" +msgstr "5× tippoldefar" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" -msgstr "5x tippoldemor" +msgid "great ×6 grandmother" +msgstr "5× tippoldemor" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" -msgstr "5x tippoldeforelder" +msgid "great ×6 grandparent" +msgstr "5× tippoldeforelder" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" -msgstr "5x tippoldebarn" +msgid "great ×6 grandson" +msgstr "5× tippoldebarn" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" -msgstr "6x grandonkel" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" +msgstr "6× grandonkel" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" -msgstr "6x grandonkel" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" +msgstr "6× grandonkel" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" -msgstr "6x grandonkel" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" +msgstr "6× grandonkel" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" -msgstr "7x grandtante" +msgid "great ×7 aunt" +msgstr "7× grandtante" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" -msgstr "7x grandonkel/-tante" +msgid "great ×7 aunt/uncle" +msgstr "7× grandonkel/-tante" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" -msgstr "6x tippoldebarn" +msgid "great ×7 grandchild" +msgstr "6× tippoldebarn" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" -msgstr "6x tippoldebarn" +msgid "great ×7 granddaughter" +msgstr "6× tippoldebarn" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" -msgstr "6x tippoldefar" +msgid "great ×7 grandfather" +msgstr "6× tippoldefar" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" -msgstr "6x tippoldemor" +msgid "great ×7 grandmother" +msgstr "6× tippoldemor" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" -msgstr "6x tippoldeforelder" +msgid "great ×7 grandparent" +msgstr "6× tippoldeforelder" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" -msgstr "6x tippoldebarn" +msgid "great ×7 grandson" +msgstr "6× tippoldebarn" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" -msgstr "7x grandonkel" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" +msgstr "7× grandonkel" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" -msgstr "7x grandonkel" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" +msgstr "7× grandonkel" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" -msgstr "7x grandonkel" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" +msgstr "7× grandonkel" #: includes/functions/functions.php:1085 msgctxt "father’s father’s brother’s wife" @@ -17868,11 +17868,11 @@ msgstr "tippoldebarn" #: includes/functions/functions.php:1222 msgid "great-great-great-aunt" -msgstr "3x grandtante" +msgstr "3× grandtante" #: includes/functions/functions.php:1223 msgid "great-great-great-aunt/uncle" -msgstr "3x grandonkel/-tante" +msgstr "3× grandonkel/-tante" #: includes/functions/functions.php:1574 msgid "great-great-great-grandchild" @@ -17901,62 +17901,62 @@ msgstr "tipptippoldebarn" #: includes/functions/functions.php:1337 msgctxt "(a man’s) brother’s great-great-grandson" msgid "great-great-great-nephew" -msgstr "3x grandnevø" +msgstr "3× grandnevø" #: includes/functions/functions.php:1339 msgctxt "(a man’s) sister’s great-great-grandson" msgid "great-great-great-nephew" -msgstr "3x grandnevø" +msgstr "3× grandnevø" #: includes/functions/functions.php:1341 msgctxt "(a woman’s) great-great-great-nephew" msgid "great-great-great-nephew" -msgstr "3x grandnevø" +msgstr "3× grandnevø" #: includes/functions/functions.php:1353 msgctxt "(a man’s) brother’s great-great-grandchild" msgid "great-great-great-nephew/niece" -msgstr "3x grandnevø/-niese" +msgstr "3× grandnevø/-niese" #: includes/functions/functions.php:1355 msgctxt "(a man’s) sister’s great-great-grandchild" msgid "great-great-great-nephew/niece" -msgstr "3x grandnevø/-niese" +msgstr "3× grandnevø/-niese" #: includes/functions/functions.php:1357 msgctxt "(a woman’s) great-great-great-nephew/niece" msgid "great-great-great-nephew/niece" -msgstr "3x grandnevø/-niese" +msgstr "3× grandnevø/-niese" #: includes/functions/functions.php:1345 msgctxt "(a man’s) brother’s great-great-granddaughter" msgid "great-great-great-niece" -msgstr "3x grandniese" +msgstr "3× grandniese" #: includes/functions/functions.php:1347 msgctxt "(a man’s) sister’s great-great-granddaughter" msgid "great-great-great-niece" -msgstr "3x grandniese" +msgstr "3× grandniese" #: includes/functions/functions.php:1349 msgctxt "(a woman’s) great-great-great-niece" msgid "great-great-great-niece" -msgstr "3x grandniese" +msgstr "3× grandniese" #: includes/functions/functions.php:1219 msgctxt "great-great-grandfather’s brother" msgid "great-great-great-uncle" -msgstr "3x grandonkel" +msgstr "3× grandonkel" #: includes/functions/functions.php:1220 msgctxt "great-great-grandmother’s brother" msgid "great-great-great-uncle" -msgstr "3x grandonkel" +msgstr "3× grandonkel" #: includes/functions/functions.php:1221 msgctxt "great-great-grandparent’s brother" msgid "great-great-great-uncle" -msgstr "3x grandonkel" +msgstr "3× grandonkel" #: includes/functions/functions.php:1310 msgctxt "(a man’s) brother’s great-grandson" diff --git a/language/pl.po b/language/pl.po index 2893213492..f93c53516c 100644 --- a/language/pl.po +++ b/language/pl.po @@ -80,21 +80,21 @@ msgstr[2] "%1$d osób ma nieznane współrzędne miejsca urodzenia: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%1$dx %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%1$dx %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%1$dx %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -231,20 +231,20 @@ msgstr[2] "%d miesięcy" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "kuzynka %d stopnia" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "kuzyn %d stopnia" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "kuzyn(ka) %d stopnia" #: modules_v3/relatives/module.php:60 @@ -468,11 +468,11 @@ msgstr "<wybierz>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d rok" -msgstr[1] "±%d lata" -msgstr[2] "±%d lat" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d rok" +msgstr[1] "±%d lata" +msgstr[2] "±%d lat" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -17053,27 +17053,27 @@ msgstr "żona wnuka" #: includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" -msgstr "%dx prababcia cioteczna" +msgid "great ×%d aunt" +msgstr "%d× prababcia cioteczna" #: includes/functions/functions.php:1276 #: includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "rodzeństwo %dx pradziadka/prababci" +msgid "great ×%d aunt/uncle" +msgstr "rodzeństwo %d× pradziadka/prababci" #: includes/functions/functions.php:1617 #: includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" -msgstr "%dx prawnuczka/prawnuk" +msgid "great ×%d grandchild" +msgstr "%d× prawnuczka/prawnuk" #: includes/functions/functions.php:1616 #: includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" -msgstr "%dx prawnuczka" +msgid "great ×%d granddaughter" +msgstr "%d× prawnuczka" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1520 @@ -17082,8 +17082,8 @@ msgstr "%dx prawnuczka" #: includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" -msgstr "%dx pradziadek" +msgid "great ×%d grandfather" +msgstr "%d× pradziadek" #: includes/functions/functions.php:1521 #: includes/functions/functions.php:1528 @@ -17091,8 +17091,8 @@ msgstr "%dx pradziadek" #: includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" -msgstr "%dx prababcia" +msgid "great ×%d grandmother" +msgstr "%d× prababcia" #: includes/functions/functions.php:1522 #: includes/functions/functions.php:1529 @@ -17100,391 +17100,391 @@ msgstr "%dx prababcia" #: includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" -msgstr "%dx prababcia/pradziadek" +msgid "great ×%d grandparent" +msgstr "%d× prababcia/pradziadek" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 #: includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "%dx prawnuk" +msgid "great ×%d grandson" +msgstr "%d× prawnuk" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 #: includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" -msgstr "%dx prawnuk stryjeczny/wujeczny/cioteczny" +msgid "great ×%d nephew" +msgstr "%d× prawnuk stryjeczny/wujeczny/cioteczny" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "%dx prawnuk stryjeczny" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "%d× prawnuk stryjeczny" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "%dx prawnuk wujeczny" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "%d× prawnuk wujeczny" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" -msgstr "%dx prawnuk cioteczny" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" +msgstr "%d× prawnuk cioteczny" #: includes/functions/functions.php:1450 #: includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" -msgstr "%dx pradziecko stryjeczne/wujeczne/cioteczne" +msgid "great ×%d nephew/niece" +msgstr "%d× pradziecko stryjeczne/wujeczne/cioteczne" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "%dx pradziecko stryjeczne" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "%d× pradziecko stryjeczne" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "%dx pradziecko wujeczne" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "%d× pradziecko wujeczne" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" -msgstr "%dx pradziecko cioteczne" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" +msgstr "%d× pradziecko cioteczne" #: includes/functions/functions.php:1449 #: includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" -msgstr "%dx prawnuczka stryjeczna/wujeczna/cioteczna" +msgid "great ×%d niece" +msgstr "%d× prawnuczka stryjeczna/wujeczna/cioteczna" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "%dx prawnuczka stryjeczna" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "%d× prawnuczka stryjeczna" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "%dx prawnuczka wujeczna" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "%d× prawnuczka wujeczna" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" -msgstr "%dx prawnuczka cioteczna" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" +msgstr "%d× prawnuczka cioteczna" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 #: includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" -msgstr "%dx pradziadek stryjeczny/wujeczny" +msgid "great ×%d uncle" +msgstr "%d× pradziadek stryjeczny/wujeczny" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" -msgstr "%dx pradziadek stryjeczny" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" +msgstr "%d× pradziadek stryjeczny" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" -msgstr "%dx pradziadek wujeczny" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" +msgstr "%d× pradziadek wujeczny" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" -msgstr "%dx pradziadek stryjeczny/wujeczny" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" +msgstr "%d× pradziadek stryjeczny/wujeczny" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "prapraprababcia cioteczna" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "rodzeństwo praprapradziadka/prapraprababci" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" -msgstr "4x prawnuczka/prawnuk" +msgid "great ×4 grandchild" +msgstr "4× prawnuczka/prawnuk" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" -msgstr "4x prawnuczka" +msgid "great ×4 granddaughter" +msgstr "4× prawnuczka" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" -msgstr "4x pradziadek" +msgid "great ×4 grandfather" +msgstr "4× pradziadek" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" -msgstr "4x prababcia" +msgid "great ×4 grandmother" +msgstr "4× prababcia" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" -msgstr "4x prababcia/pradziadek" +msgid "great ×4 grandparent" +msgstr "4× prababcia/pradziadek" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" -msgstr "4x prawnuk" +msgid "great ×4 grandson" +msgstr "4× prawnuk" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "prapraprawnuk stryjeczny" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "prapraprawnuk wujeczny" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "prapraprawnuk cioteczny" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "praprapradziecko stryjeczne" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "praprapradziecko wujeczne" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "praprapradziecko cioteczne" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "prapraprawnuk stryjeczny" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "prapraprawnuczka wujeczna" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "prapraprawnuczka cioteczna" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "praprapradziadek stryjeczny" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "praprapradziadek wujeczny" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "praprapradziadek stryjeczny" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" -msgstr "4x prababcia cioteczna" +msgid "great ×5 aunt" +msgstr "4× prababcia cioteczna" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" -msgstr "rodzeństwo 4x pradziadka/4x prababci" +msgid "great ×5 aunt/uncle" +msgstr "rodzeństwo 4× pradziadka/4× prababci" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" -msgstr "5x prawnuczka/prawnuk" +msgid "great ×5 grandchild" +msgstr "5× prawnuczka/prawnuk" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" -msgstr "5x prawnuczka" +msgid "great ×5 granddaughter" +msgstr "5× prawnuczka" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" -msgstr "5x pradziadek" +msgid "great ×5 grandfather" +msgstr "5× pradziadek" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" -msgstr "5x prababcia" +msgid "great ×5 grandmother" +msgstr "5× prababcia" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" -msgstr "5x prababcia/pradziadek" +msgid "great ×5 grandparent" +msgstr "5× prababcia/pradziadek" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" -msgstr "5x prawnuk" +msgid "great ×5 grandson" +msgstr "5× prawnuk" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" -msgstr "4x prawnuk stryjeczny" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" +msgstr "4× prawnuk stryjeczny" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" -msgstr "4x prawnuk wujeczny" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" +msgstr "4× prawnuk wujeczny" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" -msgstr "4x prawnuk cioteczny" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" +msgstr "4× prawnuk cioteczny" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" -msgstr "4x pradziecko stryjeczne" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" +msgstr "4× pradziecko stryjeczne" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" -msgstr "4x pradziecko wujeczne" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" +msgstr "4× pradziecko wujeczne" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" -msgstr "4x pradziecko cioteczne" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" +msgstr "4× pradziecko cioteczne" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" -msgstr "4x prawnuczka stryjeczna" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" +msgstr "4× prawnuczka stryjeczna" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" -msgstr "4x prawnuczka wujeczna" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" +msgstr "4× prawnuczka wujeczna" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" -msgstr "4x prawnuczka cioteczna" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" +msgstr "4× prawnuczka cioteczna" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" -msgstr "4x pradziadek stryjeczny" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" +msgstr "4× pradziadek stryjeczny" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" -msgstr "4x pradziadek wujeczny" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" +msgstr "4× pradziadek wujeczny" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" -msgstr "4x pradziadek stryjeczny" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" +msgstr "4× pradziadek stryjeczny" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" -msgstr "5x prababcia cioteczna" +msgid "great ×6 aunt" +msgstr "5× prababcia cioteczna" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" -msgstr "rodzeństwo 5x pradziadka/5x prababci" +msgid "great ×6 aunt/uncle" +msgstr "rodzeństwo 5× pradziadka/5× prababci" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" -msgstr "6x prawnuczka/prawnuk" +msgid "great ×6 grandchild" +msgstr "6× prawnuczka/prawnuk" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" -msgstr "6x prawnuczka" +msgid "great ×6 granddaughter" +msgstr "6× prawnuczka" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" -msgstr "6x pradziadek" +msgid "great ×6 grandfather" +msgstr "6× pradziadek" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" -msgstr "6x prababcia" +msgid "great ×6 grandmother" +msgstr "6× prababcia" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" -msgstr "6x prababcia/pradziadek" +msgid "great ×6 grandparent" +msgstr "6× prababcia/pradziadek" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" -msgstr "6x prawnuk" +msgid "great ×6 grandson" +msgstr "6× prawnuk" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" -msgstr "5x pradziadek stryjeczny" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" +msgstr "5× pradziadek stryjeczny" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" -msgstr "5x pradziadek wujeczny" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" +msgstr "5× pradziadek wujeczny" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" -msgstr "5x pradziadek stryjeczny/wujeczny" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" +msgstr "5× pradziadek stryjeczny/wujeczny" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" -msgstr "6x prababcia cioteczna" +msgid "great ×7 aunt" +msgstr "6× prababcia cioteczna" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" -msgstr "rodzeństwo 6x pradziadka/6x prababci" +msgid "great ×7 aunt/uncle" +msgstr "rodzeństwo 6× pradziadka/6× prababci" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" -msgstr "7x prawnuczka/prawnuk" +msgid "great ×7 grandchild" +msgstr "7× prawnuczka/prawnuk" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" -msgstr "7x prawnuczka" +msgid "great ×7 granddaughter" +msgstr "7× prawnuczka" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" -msgstr "7x pradziadek" +msgid "great ×7 grandfather" +msgstr "7× pradziadek" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" -msgstr "7x prababcia" +msgid "great ×7 grandmother" +msgstr "7× prababcia" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" -msgstr "7x prababcia/pradziadek" +msgid "great ×7 grandparent" +msgstr "7× prababcia/pradziadek" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" -msgstr "7x prawnuk" +msgid "great ×7 grandson" +msgstr "7× prawnuk" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" -msgstr "6x pradziadek stryjeczny" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" +msgstr "6× pradziadek stryjeczny" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" -msgstr "6x pradziadek wujeczny" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" +msgstr "6× pradziadek wujeczny" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" -msgstr "6x pradziadek stryjeczny/wujeczny" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" +msgstr "6× pradziadek stryjeczny/wujeczny" #: includes/functions/functions.php:1085 msgctxt "father’s father’s brother’s wife" diff --git a/language/pt.po b/language/pt.po index 5988fe4a27..4597750e2c 100644 --- a/language/pt.po +++ b/language/pt.po @@ -78,21 +78,21 @@ msgstr[1] "%1$d pessoas estão faltando as coordenadas do local de nascimento: % #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -223,20 +223,20 @@ msgstr[1] "%d meses" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "prima de %dº grau" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "primo de %dº grau" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "primo de %dº grau" #: modules_v3/relatives/module.php:60 @@ -445,10 +445,10 @@ msgstr "<selecionar>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d ano" -msgstr[1] "±%d anos" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d ano" +msgstr[1] "±%d anos" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16966,23 +16966,23 @@ msgstr "esposa do neto" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "tia %d°-avó" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "tio(a) x%d avô(ó)" +msgid "great ×%d aunt/uncle" +msgstr "tio(a) ×%d avô(ó)" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "%d° neto" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "%d° neta" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16990,399 +16990,399 @@ msgstr "%d° neta" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "%d° avô" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "%d° avó" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "%d° avô" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "x%d neto" +msgid "great ×%d grandson" +msgstr "×%d neto" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "sobrinho %d°-neto" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "sobrinho %d° neto" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "sobrinho %d° neto" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "sobrinho %d° neto" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "sobrinho(a) %d° neto(a)" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "sobrinho(a) %d° neto(a)" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "sobrinho(a) %d° neto(a)" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "sobrinho(a) %d° neto(a)" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "sobrinha %d°-neta" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "sobrinha %d° neta" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "sobrinha %d° neta" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "sobrinha %d° neta" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "tio %d°-avô" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" -msgstr "tio x%d avô" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" +msgstr "tio ×%d avô" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" -msgstr "tia x%d avó" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" +msgstr "tia ×%d avó" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" -msgstr "tio x%d avô" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" +msgstr "tio ×%d avô" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "tia-tataravó" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "tia-tataravó/tio-tataravô" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "pentaneto" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "pentaneta" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "pentavô" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "pentavó" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "pentavô" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "pentaneto" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "sobrinho tataraneto" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "sobrinho tataraneto" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "sobrinho tataraneto" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "sobrinho(a) tataraneto(a)" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "sobrinho(a) tataraneto(a)" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "sobrinho(a) tataraneto(a)" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "sobrinha tataraneta" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "sobrinha tataraneta" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "sobrinha tataraneta" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tio-tataravô" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tio-tataravô" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tio-tataravô" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "tia-pentavó" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "tia-pentavó/tio-pentavô" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "hexaneto" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "hexaneta" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "hexavô" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "hexavó" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "hexavô" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "hexaneto" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "sobrinho pentaneto" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "sobrinho pentaneto" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "sobrinho pentaneto" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "sobrinho(a) pentaneto(a)" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "sobrinho(a) pentaneto(a)" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "sobrinho(a) pentaneto(a)" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "sobrinha pentaneta" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "sobrinha pentaneta" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "sobrinha pentaneta" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "tio-pentavô" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "tio-pentavô" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "tio-pentavô" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "tia-hexavó" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "tia-hexavó/tio-hexavô" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "heptaneto" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "heptaneta" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "heptavô" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "heptavó" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "heptavô" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "heptaneto" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "tio-hexavô" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "tio-hexavô" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "tio-hexavô" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "tia-heptavó" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "tia-heptavó/tio-heptavô" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "octaneto" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "octaneta" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "octavô" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "octavó" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "octavô" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "octaneto" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "tio-heptavô" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "tio-heptavô" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "tio-heptavô" #: includes/functions/functions.php:1085 diff --git a/language/pt_BR.po b/language/pt_BR.po index dea422d903..f092562f0e 100644 --- a/language/pt_BR.po +++ b/language/pt_BR.po @@ -78,22 +78,22 @@ msgstr[1] "%1$d pessoas estão faltando as coordenadas do local de nascimento: % #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -223,20 +223,20 @@ msgstr[1] "%d meses" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "prima de %dº grau" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "primo de %dº grau" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "primo de %dº grau" #: modules_v3/relatives/module.php:60 @@ -445,10 +445,10 @@ msgstr "<selecionar>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d ano" -msgstr[1] "±%d anos" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d ano" +msgstr[1] "±%d anos" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16966,23 +16966,23 @@ msgstr "esposa do neto" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "tia %d°-avó" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "tio(a) x%d avô(ó)" +msgid "great ×%d aunt/uncle" +msgstr "tio(a) ×%d avô(ó)" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "%d° neto" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "%d° neta" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16990,399 +16990,399 @@ msgstr "%d° neta" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "%d° avô" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "%d° avó" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "%d° avô" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "x%d neto" +msgid "great ×%d grandson" +msgstr "×%d neto" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "sobrinho %d°-neto" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "sobrinho %d° neto" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "sobrinho %d° neto" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "sobrinho %d° neto" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "sobrinho(a) %d° neto(a)" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "sobrinho(a) %d° neto(a)" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "sobrinho(a) %d° neto(a)" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "sobrinho(a) %d° neto(a)" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "sobrinha %d°-neta" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "sobrinha %d° neta" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "sobrinha %d° neta" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "sobrinha %d° neta" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "tio %d°-avô" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" -msgstr "tio x%d avô" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" +msgstr "tio ×%d avô" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" -msgstr "tia x%d avó" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" +msgstr "tia ×%d avó" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" -msgstr "tio x%d avô" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" +msgstr "tio ×%d avô" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "tia-tataravó" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "tia-tataravó/tio-tataravô" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "pentaneto" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "pentaneta" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "pentavô" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "pentavó" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "pentavô" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "pentaneto" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "sobrinho tataraneto" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "sobrinho tataraneto" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "sobrinho tataraneto" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "sobrinho(a) tataraneto(a)" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "sobrinho(a) tataraneto(a)" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "sobrinho(a) tataraneto(a)" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "sobrinha tataraneta" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "sobrinha tataraneta" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "sobrinha tataraneta" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tio-tataravô" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tio-tataravô" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "tio-tataravô" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "tia-pentavó" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "tia-pentavó/tio-pentavô" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "hexaneto" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "hexaneta" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "hexavô" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "hexavó" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "hexavô" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "hexaneto" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "sobrinho pentaneto" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "sobrinho pentaneto" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "sobrinho pentaneto" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "sobrinho(a) pentaneto(a)" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "sobrinho(a) pentaneto(a)" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "sobrinho(a) pentaneto(a)" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "sobrinha pentaneta" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "sobrinha pentaneta" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "sobrinha pentaneta" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "tio-pentavô" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "tio-pentavô" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "tio-pentavô" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "tia-hexavó" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "tia-hexavó/tio-hexavô" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "heptaneto" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "heptaneta" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "heptavô" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "heptavó" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "heptavô" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "heptaneto" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "tio-hexavô" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "tio-hexavô" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "tio-hexavô" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "tia-heptavó" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "tia-heptavó/tio-heptavô" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "octaneto" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "octaneta" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "octavô" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "octavó" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "octavô" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "octaneto" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "tio-heptavô" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "tio-heptavô" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "tio-heptavô" #: includes/functions/functions.php:1085 diff --git a/language/ru.po b/language/ru.po index a401b0993c..4ae8f80827 100644 --- a/language/ru.po +++ b/language/ru.po @@ -82,22 +82,22 @@ msgstr[2] "У %1$d персон отсутствует информация о #: includes/functions/functions.php:689 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:678 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:700 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1706 @@ -233,20 +233,20 @@ msgstr[2] "%d месяцев" #: includes/functions/functions.php:641 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "(%d+1)-тиюродная сестра" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:622 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "(%d+1)-тиюродный брат" #: includes/functions/functions.php:660 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "(%d+1)-тиюродный брат/сестра" #: modules_v3/relatives/module.php:60 @@ -474,11 +474,11 @@ msgstr "<выберите>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d год" -msgstr[1] "±%d года" -msgstr[2] "±%d лет" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d год" +msgstr[1] "±%d года" +msgstr[2] "±%d лет" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:382 library/WT/I18N.php:386 @@ -17092,26 +17092,26 @@ msgstr "супруга внука" #: includes/functions/functions.php:1288 #: includes/functions/functions.php:1299 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "двоюродная (%d-1)xпра-бабушка" #: includes/functions/functions.php:1280 #: includes/functions/functions.php:1289 #: includes/functions/functions.php:1300 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "двоюродный (%d-1)xпра-дед/babушка" #: includes/functions/functions.php:1621 #: includes/functions/functions.php:1634 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "пра(х%d) внук/внучка" #: includes/functions/functions.php:1620 #: includes/functions/functions.php:1633 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "пра(х%d) внучка" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -17121,7 +17121,7 @@ msgstr "пра(х%d) внучка" #: includes/functions/functions.php:1546 #: includes/functions/functions.php:1556 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "%dх пра-дед" #: includes/functions/functions.php:1525 @@ -17130,7 +17130,7 @@ msgstr "%dх пра-дед" #: includes/functions/functions.php:1547 #: includes/functions/functions.php:1557 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "%dх пра-бабушка" #: includes/functions/functions.php:1526 @@ -17139,390 +17139,390 @@ msgstr "%dх пра-бабушка" #: includes/functions/functions.php:1548 #: includes/functions/functions.php:1558 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "пра(х%d)-дед/бабушка" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1619 #: includes/functions/functions.php:1632 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "пра(х%d) внук" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1452 #: includes/functions/functions.php:1463 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "пра(х(%d-1))-внучатый племянник" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "пра(х(%d-1))-внучатый племянник" #: includes/functions/functions.php:1430 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "пра(х(%d-1))-внучатый племянник" #: includes/functions/functions.php:1432 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "пра(х(%d-1))-внучатый племянник" #: includes/functions/functions.php:1454 #: includes/functions/functions.php:1465 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "пра(х(%d-1))-внучатый племянник/племянница" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "пра(х(%d-1))-внучатый племянник/племянница" #: includes/functions/functions.php:1445 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "пра(х(%d-1))-внучатый племянник/племянница" #: includes/functions/functions.php:1447 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "пра(х(%d-1))-внучатый племянник/племянница" #: includes/functions/functions.php:1453 #: includes/functions/functions.php:1464 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "пра(х(%d-1))-внучатая племянница" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "пра(х(%d-1))-внучатая племянница" #: includes/functions/functions.php:1437 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "пра(х(%d-1))-внучатая племянница" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "пра(х(%d-1))-внучатая племянница" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1278 #: includes/functions/functions.php:1298 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "двоюродный (%d-1)xпра-дедушка" #: includes/functions/functions.php:1285 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "двоюродный (%d-1)xпра-дедушка" #: includes/functions/functions.php:1286 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "двоюродный (%d-1)xпра-дедушка" #: includes/functions/functions.php:1287 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "двоюродный (%d-1)xпра-дедушка" #: includes/functions/functions.php:1236 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "двоюродная пра-пра-прабабушка" #: includes/functions/functions.php:1237 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "двоюродный пра-пра-прадед/бабушка" #: includes/functions/functions.php:1585 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "пра(х4) внук/внучка" #: includes/functions/functions.php:1584 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "пра(х4) внучка" #: includes/functions/functions.php:1490 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "4х пра-дед" #: includes/functions/functions.php:1491 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "4х пра-бабушка" #: includes/functions/functions.php:1492 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "пра(х4)-дед/бабушка" #: includes/functions/functions.php:1583 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "пра(х4) внук" #: includes/functions/functions.php:1368 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "пра(х3)-внучатый племянник" #: includes/functions/functions.php:1370 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "пра(х3)-внучатый племянник" #: includes/functions/functions.php:1372 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "пра(х3)-внучатый племянник" #: includes/functions/functions.php:1384 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "пра(х3)-внучатый племянник/племянница" #: includes/functions/functions.php:1386 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "пра(х3)-внучатый племянник/племянница" #: includes/functions/functions.php:1388 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "пра(х3)-внучатый племянник/племянница" #: includes/functions/functions.php:1376 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "пра(х3)-внучатая племянница" #: includes/functions/functions.php:1378 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "пра(х3)-внучатая племянница" #: includes/functions/functions.php:1380 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "пра(х3)-внучатая племянница" #: includes/functions/functions.php:1233 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "двоюродный пра-пра-прадедушка" #: includes/functions/functions.php:1234 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "двоюродный пра-пра-прадедушка" #: includes/functions/functions.php:1235 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "двоюродный пра-пра-прадедушка" #: includes/functions/functions.php:1246 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "двоюродная 4xпра-бабушка" #: includes/functions/functions.php:1247 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "двоюродный 4xпра-дед/бабушка" #: includes/functions/functions.php:1592 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "пра(х5) внук/внучка" #: includes/functions/functions.php:1591 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "пра(х5) внучка" #: includes/functions/functions.php:1497 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "5х пра-дед" #: includes/functions/functions.php:1498 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "5х пра-бабушка" #: includes/functions/functions.php:1499 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "пра(х5)-дед/бабушка" #: includes/functions/functions.php:1590 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "пра(х5) внук" #: includes/functions/functions.php:1395 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "пра(х4)-внучатый племянник" #: includes/functions/functions.php:1397 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "пра(х4)-внучатый племянник" #: includes/functions/functions.php:1399 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "пра(х4)-внучатый племянник" #: includes/functions/functions.php:1411 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "пра(х4)-внучатый племянник/племянница" #: includes/functions/functions.php:1413 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "пра(х4)-внучатый племянник/племянница" #: includes/functions/functions.php:1415 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "пра(х4)-внучатый племянник/племянница" #: includes/functions/functions.php:1403 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "пра(х4)-внучатая племянница" #: includes/functions/functions.php:1405 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "пра(х4)-внучатая племянница" #: includes/functions/functions.php:1407 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "пра(х4)-внучатая племянница" #: includes/functions/functions.php:1243 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "двоюродный 4xпра-дедушка" #: includes/functions/functions.php:1244 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "двоюродный 4xпра-дедушка" #: includes/functions/functions.php:1245 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "двоюродный 4xпра-дедушка" #: includes/functions/functions.php:1256 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "двоюродная 5xпра-бабушка" #: includes/functions/functions.php:1257 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "двоюродный 5xпра-дед/бабушка" #: includes/functions/functions.php:1599 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "пра(х6) внук" #: includes/functions/functions.php:1598 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "пра(х6) внучка" #: includes/functions/functions.php:1504 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "6х пра-дед" #: includes/functions/functions.php:1505 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "6х пра-бабушка" #: includes/functions/functions.php:1506 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "пра(х6)-дед/бабушка" #: includes/functions/functions.php:1597 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "пра(х6) внук" #: includes/functions/functions.php:1253 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "двоюродный 5xпра-дедушка" #: includes/functions/functions.php:1254 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "двоюродный 5xпра-дедушка" #: includes/functions/functions.php:1255 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "двоюродный 5xпра-дедушка" #: includes/functions/functions.php:1266 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "двоюродная 6xпра-бабушка" #: includes/functions/functions.php:1267 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "двоюродный 6xпра-дед/бабушка" #: includes/functions/functions.php:1606 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "пра(х7) внук/внучка" #: includes/functions/functions.php:1605 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "пра(х7) внучка" #: includes/functions/functions.php:1511 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "7х пра-дед" #: includes/functions/functions.php:1512 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "7х пра-бабушка" #: includes/functions/functions.php:1513 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "пра(х7)-дед/бабушка" #: includes/functions/functions.php:1604 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "пра(х7) внук" #: includes/functions/functions.php:1263 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "двоюродный 6xпра-дедушка" #: includes/functions/functions.php:1264 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "двоюродный 6xпра-дедушка" #: includes/functions/functions.php:1265 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "двоюродный 6xпра-дедушка" #: includes/functions/functions.php:1089 diff --git a/language/sk.po b/language/sk.po index 0c4d696dad..9da56f6ff7 100644 --- a/language/sk.po +++ b/language/sk.po @@ -80,22 +80,22 @@ msgstr[2] "%1$d osobám chýba miesto narodenia, súradnice: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -231,20 +231,20 @@ msgstr[2] "%d mesiacov" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "sesternica z %d. kolena" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "bratranec z %d. kolena" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "bratranec/sesternica z %d. kolena" #: modules_v3/relatives/module.php:60 @@ -468,11 +468,11 @@ msgstr "<vyberte>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d rok" -msgstr[1] "±%d roky" -msgstr[2] "±%d rokov" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d rok" +msgstr[1] "±%d roky" +msgstr[2] "±%d rokov" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16999,424 +16999,424 @@ msgstr "manželka vnuka" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" -msgstr "%dx prateta" +msgid "great ×%d aunt" +msgstr "%d× prateta" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "%dx prateta/prastrýc" +msgid "great ×%d aunt/uncle" +msgstr "%d× prateta/prastrýc" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" -msgstr "%dx pravnúča" +msgid "great ×%d grandchild" +msgstr "%d× pravnúča" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" -msgstr "%dx pravnučka" +msgid "great ×%d granddaughter" +msgstr "%d× pravnučka" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1520 includes/functions/functions.php:1527 #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" -msgstr "%dx pra-starý otec" +msgid "great ×%d grandfather" +msgstr "%d× pra-starý otec" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" -msgstr "%dx prastará matka" +msgid "great ×%d grandmother" +msgstr "%d× prastará matka" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" -msgstr "%dx prarodičia" +msgid "great ×%d grandparent" +msgstr "%d× prarodičia" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "%dx pravnuk" +msgid "great ×%d grandson" +msgstr "%d× pravnuk" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" -msgstr "%dx prasynovec" +msgid "great ×%d nephew" +msgstr "%d× prasynovec" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "%dx prasynovec" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "%d× prasynovec" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "%dx prasynovec" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "%d× prasynovec" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" -msgstr "%dx prasynovec" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" +msgstr "%d× prasynovec" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" -msgstr "%dx prasynovec/praneter" +msgid "great ×%d nephew/niece" +msgstr "%d× prasynovec/praneter" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "%dx prasynovec/praneter" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "%d× prasynovec/praneter" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "%dx prasynovec/praneter" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "%d× prasynovec/praneter" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" -msgstr "%dx prasynovec/praneter" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" +msgstr "%d× prasynovec/praneter" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" -msgstr "%dx praneter" +msgid "great ×%d niece" +msgstr "%d× praneter" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "%dx praneter" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "%d× praneter" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "%dx praneter" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "%d× praneter" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" -msgstr "%dx praneter" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" +msgstr "%d× praneter" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" -msgstr "%dx prastrýc" +msgid "great ×%d uncle" +msgstr "%d× prastrýc" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" -msgstr "%dx prastrýc" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" +msgstr "%d× prastrýc" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" -msgstr "%dx prastrýc" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" +msgstr "%d× prastrýc" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" -msgstr "%dx prastrýc" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" +msgstr "%d× prastrýc" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" -msgstr "4x prateta" +msgid "great ×4 aunt" +msgstr "4× prateta" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" -msgstr "4x prateta/prastrýc" +msgid "great ×4 aunt/uncle" +msgstr "4× prateta/prastrýc" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" -msgstr "4x pravnúča" +msgid "great ×4 grandchild" +msgstr "4× pravnúča" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" -msgstr "4x pravnučka" +msgid "great ×4 granddaughter" +msgstr "4× pravnučka" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" -msgstr "4x pra-starý otec" +msgid "great ×4 grandfather" +msgstr "4× pra-starý otec" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" -msgstr "4x prastará matka" +msgid "great ×4 grandmother" +msgstr "4× prastará matka" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" -msgstr "4x prarodičia" +msgid "great ×4 grandparent" +msgstr "4× prarodičia" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" -msgstr "4x pravnuk" +msgid "great ×4 grandson" +msgstr "4× pravnuk" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "synovec (z 5. kolena)" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "synovec (z 5. kolena)" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "synovec (z 5. kolena)" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "synovec/neter (z 5. kolena)" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "synovec/neter (z 5. kolena)" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "synovec/neter (z 5. kolena)" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "neter (z 5. kolena)" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "neter (z 5. kolena)" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "neter (z 5. kolena)" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" -msgstr "4x prastrýc" +msgid "great ×4 uncle" +msgstr "4× prastrýc" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" -msgstr "4x prastrýc" +msgid "great ×4 uncle" +msgstr "4× prastrýc" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" -msgstr "4x prastrýc" +msgid "great ×4 uncle" +msgstr "4× prastrýc" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" -msgstr "5x prateta" +msgid "great ×5 aunt" +msgstr "5× prateta" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" -msgstr "5x prateta/prastrýc" +msgid "great ×5 aunt/uncle" +msgstr "5× prateta/prastrýc" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" -msgstr "5x pravnúča" +msgid "great ×5 grandchild" +msgstr "5× pravnúča" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" -msgstr "5x pravnučka" +msgid "great ×5 granddaughter" +msgstr "5× pravnučka" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" -msgstr "5x pra-starý otec" +msgid "great ×5 grandfather" +msgstr "5× pra-starý otec" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" -msgstr "5x prastará matka" +msgid "great ×5 grandmother" +msgstr "5× prastará matka" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" -msgstr "5x prarodičia" +msgid "great ×5 grandparent" +msgstr "5× prarodičia" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" -msgstr "5x pravnuk" +msgid "great ×5 grandson" +msgstr "5× pravnuk" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "synovec (z 6. kolena)" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "synovec (z 6. kolena)" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "synovec (z 6. kolena)" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "synovec/neter (z 6. kolena)" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "synovec/neter (z 6. kolena)" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "synovec/neter (z 6. kolena)" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "neter (z 6. kolena)" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "neter (z 6. kolena)" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "neter (z 6. kolena)" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" -msgstr "5x prastrýc" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" +msgstr "5× prastrýc" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" -msgstr "5x prastrýc" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" +msgstr "5× prastrýc" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" -msgstr "5x prastrýc" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" +msgstr "5× prastrýc" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" -msgstr "6x prateta" +msgid "great ×6 aunt" +msgstr "6× prateta" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" -msgstr "6x prateta/prastrýc" +msgid "great ×6 aunt/uncle" +msgstr "6× prateta/prastrýc" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" -msgstr "6x pravnúča" +msgid "great ×6 grandchild" +msgstr "6× pravnúča" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" -msgstr "6x pravnučka" +msgid "great ×6 granddaughter" +msgstr "6× pravnučka" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" -msgstr "6x pra-starý otec" +msgid "great ×6 grandfather" +msgstr "6× pra-starý otec" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" -msgstr "6x prastará matka" +msgid "great ×6 grandmother" +msgstr "6× prastará matka" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" -msgstr "6x prarodičia" +msgid "great ×6 grandparent" +msgstr "6× prarodičia" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" -msgstr "6x pravnuk" +msgid "great ×6 grandson" +msgstr "6× pravnuk" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" -msgstr "6x prastrýc" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" +msgstr "6× prastrýc" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" -msgstr "6x prastrýc" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" +msgstr "6× prastrýc" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" -msgstr "6x prastrýc" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" +msgstr "6× prastrýc" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" -msgstr "7x prateta" +msgid "great ×7 aunt" +msgstr "7× prateta" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" -msgstr "7x prateta/prastrýc" +msgid "great ×7 aunt/uncle" +msgstr "7× prateta/prastrýc" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" -msgstr "7x pravnúča" +msgid "great ×7 grandchild" +msgstr "7× pravnúča" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" -msgstr "7x pravnučka" +msgid "great ×7 granddaughter" +msgstr "7× pravnučka" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" -msgstr "7x pra-starý otec" +msgid "great ×7 grandfather" +msgstr "7× pra-starý otec" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" -msgstr "7x prastará matka" +msgid "great ×7 grandmother" +msgstr "7× prastará matka" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" -msgstr "7x prarodičia" +msgid "great ×7 grandparent" +msgstr "7× prarodičia" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" -msgstr "7x pravnuk" +msgid "great ×7 grandson" +msgstr "7× pravnuk" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" -msgstr "7x prastrýc" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" +msgstr "7× prastrýc" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" -msgstr "7x prastrýc" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" +msgstr "7× prastrýc" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" -msgstr "7x prastrýc" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" +msgstr "7× prastrýc" #: includes/functions/functions.php:1085 msgctxt "father’s father’s brother’s wife" diff --git a/language/sv.po b/language/sv.po index 5f381a1e6b..2e65ed5715 100644 --- a/language/sv.po +++ b/language/sv.po @@ -77,22 +77,22 @@ msgstr[1] "%1$d personer saknar födelseplatskoordinater: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -222,20 +222,20 @@ msgstr[1] "%d månader" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "Kusin i %d. led" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "Kusin i %d. led" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "Kusin i %d. led" #: modules_v3/relatives/module.php:60 @@ -444,10 +444,10 @@ msgstr "<välj>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d år" -msgstr[1] "±%d år" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d år" +msgstr[1] "±%d år" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16965,23 +16965,23 @@ msgstr "sonsons maka" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "%d. generations tant" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "%d. generations tant/onkel" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "barnbarn %d generationer fram" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "barnets dotter %d generationer fram" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16989,399 +16989,399 @@ msgstr "barnets dotter %d generationer fram" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "gammelfar %d generationer bak" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "gammelmor %d generationer bak" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "gammelförälder %d generationer bak" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "barnson %d generationer fram" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "%d. generations nevö" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "%d. generations brorson" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "%d. generations systerson" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "%d. generations syskonson" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "%d. generations nevö/niece" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "%d. generations brorbarn" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "%d. generations systerbarn" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "%d. generations syskonbarn" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "%d. generations niece" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "%d. generations brordotter" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "%d. generations systerdotter" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "%d. generations syskondotter" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "%d. generations onkel" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "%d. generations farbror" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "%d. generations morbror" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "%d. generations onkel" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "4. generations tant" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "4. generations tant/onkel" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "barnbarn 4 generationer fram" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "barnets dotter 4 generationer fram" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "gammelfar 4 generationer bak" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "gammelmor 4 generationer bak" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "gammelförälder 4 generationer bak" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "barnson 4 generationer fram" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "4. generations brorson" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "4. generations systerson" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "4. generations nevö" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "4. generations brorbarn" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "4. generations systerbarn" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "4. generations syskonbarn" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "4. generations brordotter" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "4. generations systerdotter" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "4. generations niece" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "4. generations farbror" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "4. generations morbror" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "4. generations onkel" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "5. generations tant" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "5. generations tant/onkel" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "barnbarn 5 generationer fram" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "barnets dotter 5 generationer fram" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "gammelfar 5 generationer bak" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "gammelmor 5 generationer bak" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "gammelförälder 5 generationer bak" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "barnson 5 generationer fram" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "5. generations brorson" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "5. generations systerson" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "5. generations syskonson" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "5. generations brorbarn" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "5. generations systerbarn" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "5. generations syskonbarn" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "5. generations brordotter" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "5. generations systerdotter" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "5. generations syskondotter" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "5. generations farbror" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "5. generations morbror" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "5. generations onkel" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "6. generations tant" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "6. generations tant/onkel" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "barnbarn 6 generationer fram" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "barnets dotter 6 generationer fram" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "gammelfar 6 generationer bak" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "gammelmor 6 generationer bak" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "gammelförälder 6 generationer bak" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "barnson 6 generationer fram" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "6. generations farbror" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "6. generations morbror" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "6. generations onkel" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "7. generations tant" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "7. generations tant/onkel" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "barnbarn 7 generationer fram" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "barnets dotter 7 generationer fram" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "gammelfar 7 generationer bak" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "gammelmor 7 generationer bak" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "gammelförälder 7 generationer bak" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "barnson 7 generationer fram" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "7. generations farbror" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "7. generations morbror" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "7. generations onkel" #: includes/functions/functions.php:1085 diff --git a/language/tr.po b/language/tr.po index 6f0a8baa14..fbad6ad165 100644 --- a/language/tr.po +++ b/language/tr.po @@ -71,21 +71,21 @@ msgstr[0] "%1$d kişinin doğum yerinin harita koordinatları eksik: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -210,21 +210,21 @@ msgstr[0] "%d ay" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" -msgstr "%d x kuzen" +msgid "%d × cousin" +msgstr "%d × kuzen" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" -msgstr "%d x kuzen" +msgid "%d × cousin" +msgstr "%d × kuzen" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" -msgstr "%d x kuzen" +msgid "%d × cousin" +msgstr "%d × kuzen" #: modules_v3/relatives/module.php:60 #, php-format @@ -417,9 +417,9 @@ msgstr "<seç>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d yıl" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d yıl" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16928,423 +16928,423 @@ msgstr "oğlunun gelini" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" -msgstr "x%d göbek teyze" +msgid "great ×%d aunt" +msgstr "×%d göbek teyze" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "x%d göbek hala/amca" +msgid "great ×%d aunt/uncle" +msgstr "×%d göbek hala/amca" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" -msgstr "büyük x%d torunu" +msgid "great ×%d grandchild" +msgstr "büyük ×%d torunu" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" -msgstr "büyük x%d kız torunu" +msgid "great ×%d granddaughter" +msgstr "büyük ×%d kız torunu" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1520 includes/functions/functions.php:1527 #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" -msgstr "büyük x%d büyükbabası" +msgid "great ×%d grandfather" +msgstr "büyük ×%d büyükbabası" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" -msgstr "büyük x%d büyükannesi" +msgid "great ×%d grandmother" +msgstr "büyük ×%d büyükannesi" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" -msgstr "büyük x%d büyük ebeveyni" +msgid "great ×%d grandparent" +msgstr "büyük ×%d büyük ebeveyni" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "büyük x%d erkek torunu" +msgid "great ×%d grandson" +msgstr "büyük ×%d erkek torunu" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" -msgstr "x%d göbek yeğen" +msgid "great ×%d nephew" +msgstr "×%d göbek yeğen" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "x%d göbek yeğen" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "×%d göbek yeğen" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "x%d göbek yeğen" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "×%d göbek yeğen" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" -msgstr "x%d göbek yeğen" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" +msgstr "×%d göbek yeğen" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" -msgstr "x%d göbek yeğen" +msgid "great ×%d nephew/niece" +msgstr "×%d göbek yeğen" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "x%d göbek yeğen" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "×%d göbek yeğen" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "x%d göbek yeğen" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "×%d göbek yeğen" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" -msgstr "x%d göbek yeğen" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" +msgstr "×%d göbek yeğen" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" -msgstr "x%d göbek yeğen" +msgid "great ×%d niece" +msgstr "×%d göbek yeğen" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "x%d göbek yeğen" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "×%d göbek yeğen" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "x%d göbek yeğen" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "×%d göbek yeğen" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" -msgstr "x%d göbek yeğen" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" +msgstr "×%d göbek yeğen" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" -msgstr "x%d göbek amca" +msgid "great ×%d uncle" +msgstr "×%d göbek amca" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" -msgstr "x%d göbek amca" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" +msgstr "×%d göbek amca" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" -msgstr "x%d göbek amca" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" +msgstr "×%d göbek amca" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" -msgstr "x%d göbek amca" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" +msgstr "×%d göbek amca" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "4. göbek hala" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "4. göbek hala/amca" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" -msgstr "büyük x4 torunu" +msgid "great ×4 grandchild" +msgstr "büyük ×4 torunu" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" -msgstr "büyük x4 kız torunu" +msgid "great ×4 granddaughter" +msgstr "büyük ×4 kız torunu" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" -msgstr "büyük x4 büyükbabası" +msgid "great ×4 grandfather" +msgstr "büyük ×4 büyükbabası" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" -msgstr "büyük x4 büyükannesi" +msgid "great ×4 grandmother" +msgstr "büyük ×4 büyükannesi" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" -msgstr "büyük x4 büyük ebeveyni" +msgid "great ×4 grandparent" +msgstr "büyük ×4 büyük ebeveyni" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" -msgstr "büyük x4 erkek torunu" +msgid "great ×4 grandson" +msgstr "büyük ×4 erkek torunu" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "4. göbek yeğen" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "4. göbek yeğen" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "4. göbek yeğen" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "4. göbek yeğen" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "4. göbek yeğen" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "4. göbek yeğen" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "4. göbek yeğen" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "4. göbek yeğen" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "4. göbek yeğen" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "4. göbek amca" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "4. göbek amca" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "4. göbek amca" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "5. göbek teyze" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "5. göbek hala/amca" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" -msgstr "büyük x5 torunu" +msgid "great ×5 grandchild" +msgstr "büyük ×5 torunu" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" -msgstr "büyük x5 kız torunu" +msgid "great ×5 granddaughter" +msgstr "büyük ×5 kız torunu" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" -msgstr "büyük x5 büyükbabası" +msgid "great ×5 grandfather" +msgstr "büyük ×5 büyükbabası" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" -msgstr "büyük x5 büyükannesi" +msgid "great ×5 grandmother" +msgstr "büyük ×5 büyükannesi" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" -msgstr "büyük x5 büyük ebeveyni" +msgid "great ×5 grandparent" +msgstr "büyük ×5 büyük ebeveyni" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" -msgstr "büyük x5 erkek torunu" +msgid "great ×5 grandson" +msgstr "büyük ×5 erkek torunu" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "5. göbek yeğen" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "5. göbek yeğen" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "5. göbek yeğen" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "5. göbek yeğen" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "5. göbek yeğen" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "5. göbek yeğen" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "5. göbek yeğen" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "5. göbek yeğen" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "5. göbek yeğen" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "6. göbek amca" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "6. göbek amca" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "6. göbek amca" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "6. göbek teyze" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "6. göbek hala/amca" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" -msgstr "büyük x6 torunu" +msgid "great ×6 grandchild" +msgstr "büyük ×6 torunu" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" -msgstr "büyük x6 kız torunu" +msgid "great ×6 granddaughter" +msgstr "büyük ×6 kız torunu" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" -msgstr "büyük x6 büyükbabası" +msgid "great ×6 grandfather" +msgstr "büyük ×6 büyükbabası" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" -msgstr "büyük x6 büyükannesi" +msgid "great ×6 grandmother" +msgstr "büyük ×6 büyükannesi" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" -msgstr "büyük x6 büyük ebeveyni" +msgid "great ×6 grandparent" +msgstr "büyük ×6 büyük ebeveyni" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" -msgstr "büyük x6 erkek torunu" +msgid "great ×6 grandson" +msgstr "büyük ×6 erkek torunu" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "6. göbek amca" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "6. göbek amca" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "6. göbek amca" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "7. göbek teyze" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "7. göbek hala/amca" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" -msgstr "büyük x7 torunu" +msgid "great ×7 grandchild" +msgstr "büyük ×7 torunu" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" -msgstr "büyük x7 kız torunu" +msgid "great ×7 granddaughter" +msgstr "büyük ×7 kız torunu" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" -msgstr "büyük x7 büyükbabası" +msgid "great ×7 grandfather" +msgstr "büyük ×7 büyükbabası" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" -msgstr "büyük x7 büyükannesi" +msgid "great ×7 grandmother" +msgstr "büyük ×7 büyükannesi" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" -msgstr "büyük x7 büyük ebeveyni" +msgid "great ×7 grandparent" +msgstr "büyük ×7 büyük ebeveyni" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" -msgstr "büyük x7 erkek torunu" +msgid "great ×7 grandson" +msgstr "büyük ×7 erkek torunu" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "7. göbek amca" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "7. göbek amca" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "7. göbek amca" #: includes/functions/functions.php:1085 diff --git a/language/tt.po b/language/tt.po index e82ba4873e..cce5d21c96 100644 --- a/language/tt.po +++ b/language/tt.po @@ -71,21 +71,21 @@ msgstr[0] "Барысы %1$d шәхеснең туган урыны коорди #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -212,20 +212,20 @@ msgstr[0] "%d ай" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "" #: modules_v3/relatives/module.php:60 @@ -421,8 +421,8 @@ msgstr "<сайлагыз>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±±s" msgstr[0] "±%d ел" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) @@ -16938,23 +16938,23 @@ msgstr "улының улының хатыны" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16962,399 +16962,399 @@ msgstr "" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "" #: includes/functions/functions.php:1085 diff --git a/language/uk.po b/language/uk.po index ff497ca555..ad07bcb78d 100644 --- a/language/uk.po +++ b/language/uk.po @@ -75,22 +75,22 @@ msgstr[2] "У %1$d персон відсутня інформація про м #: includes/functions/functions.php:689 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:678 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:700 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1706 @@ -226,20 +226,20 @@ msgstr[2] "%d місяців" #: includes/functions/functions.php:641 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "двоюрідна сестра (в %d коліні)" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:622 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "двоюрідний брат (в %d коліні)" #: includes/functions/functions.php:660 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "двоюрідний брат/сестра (в %d коліні)" #: modules_v3/relatives/module.php:60 @@ -467,11 +467,11 @@ msgstr "<виберіть>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d рок" -msgstr[1] "±%d року" -msgstr[2] "±%d років" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d рок" +msgstr[1] "±%d року" +msgstr[2] "±%d років" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:382 library/WT/I18N.php:386 @@ -17085,26 +17085,26 @@ msgstr "дружина онука" #: includes/functions/functions.php:1288 #: includes/functions/functions.php:1299 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "%dх прабабуся" #: includes/functions/functions.php:1280 #: includes/functions/functions.php:1289 #: includes/functions/functions.php:1300 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "%dх прадід/прабабуся" #: includes/functions/functions.php:1621 #: includes/functions/functions.php:1634 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "%dх праонук/онучка" #: includes/functions/functions.php:1620 #: includes/functions/functions.php:1633 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "%dх праонучка" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -17114,7 +17114,7 @@ msgstr "%dх праонучка" #: includes/functions/functions.php:1546 #: includes/functions/functions.php:1556 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "%dх прадід" #: includes/functions/functions.php:1525 @@ -17123,7 +17123,7 @@ msgstr "%dх прадід" #: includes/functions/functions.php:1547 #: includes/functions/functions.php:1557 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "%dх прабабуся" #: includes/functions/functions.php:1526 @@ -17132,390 +17132,390 @@ msgstr "%dх прабабуся" #: includes/functions/functions.php:1548 #: includes/functions/functions.php:1558 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "%dх прадід/прабабуся" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1619 #: includes/functions/functions.php:1632 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "%dх праонук" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1452 #: includes/functions/functions.php:1463 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "%dх праплемінник" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "%dх праплемінник" #: includes/functions/functions.php:1430 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "%dх праплемінник" #: includes/functions/functions.php:1432 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "%dх праплемінник" #: includes/functions/functions.php:1454 #: includes/functions/functions.php:1465 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "%dх праплемінник/праплемінниця" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "%dх праплемінник/праплемінниця" #: includes/functions/functions.php:1445 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "%dх праплемінник/праплемінниця" #: includes/functions/functions.php:1447 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "%dх праплемінник/праплемінниця" #: includes/functions/functions.php:1453 #: includes/functions/functions.php:1464 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "%dх праплемінниця" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "%dх праплемінниця" #: includes/functions/functions.php:1437 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "%dх праплемінниця" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "%dх праплемінниця" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1278 #: includes/functions/functions.php:1298 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "%dх прадід" #: includes/functions/functions.php:1285 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "%dх прадід" #: includes/functions/functions.php:1286 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "%dх прадід" #: includes/functions/functions.php:1287 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "%dх прадід" #: includes/functions/functions.php:1236 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "4х прабабуся" #: includes/functions/functions.php:1237 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "4х прадід/прабабуся" #: includes/functions/functions.php:1585 -msgid "great x4 grandchild" -msgstr "4x праонук/онучка" +msgid "great ×4 grandchild" +msgstr "4× праонук/онучка" #: includes/functions/functions.php:1584 -msgid "great x4 granddaughter" -msgstr "4x праонучка" +msgid "great ×4 granddaughter" +msgstr "4× праонучка" #: includes/functions/functions.php:1490 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "4х прадід" #: includes/functions/functions.php:1491 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "4х прабабуся" #: includes/functions/functions.php:1492 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "4х прадід/прабабуся" #: includes/functions/functions.php:1583 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "4х правнук" #: includes/functions/functions.php:1368 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "4х праплемінник" #: includes/functions/functions.php:1370 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "4х праплемінник" #: includes/functions/functions.php:1372 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "4х праплемінник" #: includes/functions/functions.php:1384 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "4х праплемінник/праплемінниця" #: includes/functions/functions.php:1386 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "4х праплемінник/праплемінниця" #: includes/functions/functions.php:1388 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "4х праплемінник/праплемінниця" #: includes/functions/functions.php:1376 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "4х праплемінниця" #: includes/functions/functions.php:1378 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "4х праплемінниця" #: includes/functions/functions.php:1380 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "4х праплемінниця" #: includes/functions/functions.php:1233 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "4х прадід" #: includes/functions/functions.php:1234 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "4х прадід" #: includes/functions/functions.php:1235 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "4х прадід" #: includes/functions/functions.php:1246 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "5х прабабуся" #: includes/functions/functions.php:1247 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "5х прадід/прабабуся" #: includes/functions/functions.php:1592 -msgid "great x5 grandchild" -msgstr "5x праонук/онучка" +msgid "great ×5 grandchild" +msgstr "5× праонук/онучка" #: includes/functions/functions.php:1591 -msgid "great x5 granddaughter" -msgstr "5x праонучка" +msgid "great ×5 granddaughter" +msgstr "5× праонучка" #: includes/functions/functions.php:1497 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "5х прадід" #: includes/functions/functions.php:1498 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "5х прабабуся" #: includes/functions/functions.php:1499 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "5х прадід/прабабуся" #: includes/functions/functions.php:1590 -msgid "great x5 grandson" -msgstr "5x праонук" +msgid "great ×5 grandson" +msgstr "5× праонук" #: includes/functions/functions.php:1395 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "5х праплемінник" #: includes/functions/functions.php:1397 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "5х праплемінник" #: includes/functions/functions.php:1399 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "5х праплемінник" #: includes/functions/functions.php:1411 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "5х праплемінник/праплемінниця" #: includes/functions/functions.php:1413 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "5х праплемінник/праплемінниця" #: includes/functions/functions.php:1415 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "5х праплемінник/праплемінниця" #: includes/functions/functions.php:1403 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "5х праплемінниця" #: includes/functions/functions.php:1405 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "5х праплемінниця" #: includes/functions/functions.php:1407 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "5х праплемінниця" #: includes/functions/functions.php:1243 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "5х прадід" #: includes/functions/functions.php:1244 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "5х прадід" #: includes/functions/functions.php:1245 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "5х прадід" #: includes/functions/functions.php:1256 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "6х прабабуся" #: includes/functions/functions.php:1257 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "6х прадід/прабабуся" #: includes/functions/functions.php:1599 -msgid "great x6 grandchild" -msgstr "6x праонук/онучка" +msgid "great ×6 grandchild" +msgstr "6× праонук/онучка" #: includes/functions/functions.php:1598 -msgid "great x6 granddaughter" -msgstr "6x праонучка" +msgid "great ×6 granddaughter" +msgstr "6× праонучка" #: includes/functions/functions.php:1504 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "6х прадід" #: includes/functions/functions.php:1505 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "6х прабабуся" #: includes/functions/functions.php:1506 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "6х прадід/прабабуся" #: includes/functions/functions.php:1597 -msgid "great x6 grandson" -msgstr "6x праонук" +msgid "great ×6 grandson" +msgstr "6× праонук" #: includes/functions/functions.php:1253 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "6х прадід" #: includes/functions/functions.php:1254 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "6х прадід" #: includes/functions/functions.php:1255 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "6х прадід" #: includes/functions/functions.php:1266 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "7х прабабуся" #: includes/functions/functions.php:1267 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "7х прадід/прабабуся" #: includes/functions/functions.php:1606 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "7х праонук/онучка" #: includes/functions/functions.php:1605 -msgid "great x7 granddaughter" -msgstr "7x праонучка" +msgid "great ×7 granddaughter" +msgstr "7× праонучка" #: includes/functions/functions.php:1511 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "7х прадід" #: includes/functions/functions.php:1512 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "7х прабабуся" #: includes/functions/functions.php:1513 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "7х прадід/прабабуся" #: includes/functions/functions.php:1604 -msgid "great x7 grandson" -msgstr "7x праонук" +msgid "great ×7 grandson" +msgstr "7× праонук" #: includes/functions/functions.php:1263 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "7х прадід" #: includes/functions/functions.php:1264 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "7х прадід" #: includes/functions/functions.php:1265 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "7х прадід" #: includes/functions/functions.php:1089 diff --git a/language/vi.po b/language/vi.po index 53d391fa64..f1adbcd75e 100644 --- a/language/vi.po +++ b/language/vi.po @@ -77,22 +77,22 @@ msgstr[0] "%1$d người không có tọa độ bản đồ nơi sinh: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" -msgstr "%1$d x %2$s" +msgid "%1$d × %2$s" +msgstr "%1$d × %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 #: includes/functions/functions.php:1702 @@ -216,21 +216,21 @@ msgstr[0] "%d tháng" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" -msgstr "bà con họ %d x đời" +msgid "%d × cousin" +msgstr "bà con họ %d × đời" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" -msgstr "bà con họ %d x đời" +msgid "%d × cousin" +msgstr "bà con họ %d × đời" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" -msgstr "%d x anh chị em họ" +msgid "%d × cousin" +msgstr "%d × anh chị em họ" #: modules_v3/relatives/module.php:60 #, php-format @@ -423,8 +423,8 @@ msgstr "<chọn>" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" +msgid "±%d year" +msgid_plural "±±s" msgstr[0] "±%d năm" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) @@ -16934,423 +16934,423 @@ msgstr "vợ cháu trai" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" -msgstr "bà cô/dì/thím/ mợ/ bác x%d đời" +msgid "great ×%d aunt" +msgstr "bà cô/dì/thím/ mợ/ bác ×%d đời" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" -msgstr "ông chú/bác/cậu/dượng- bà cô/dì/thím/bác/mợ x%d đời" +msgid "great ×%d aunt/uncle" +msgstr "ông chú/bác/cậu/dượng- bà cô/dì/thím/bác/mợ ×%d đời" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" -msgstr "cháu x%d đời" +msgid "great ×%d grandchild" +msgstr "cháu ×%d đời" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" -msgstr "cháu gái x%d đời" +msgid "great ×%d granddaughter" +msgstr "cháu gái ×%d đời" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1520 includes/functions/functions.php:1527 #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" -msgstr "ông x%d đời" +msgid "great ×%d grandfather" +msgstr "ông ×%d đời" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" -msgstr "bả x%d đời" +msgid "great ×%d grandmother" +msgstr "bả ×%d đời" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" -msgstr "ông bà x%d đời" +msgid "great ×%d grandparent" +msgstr "ông bà ×%d đời" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" -msgstr "cháu trai x%d đời" +msgid "great ×%d grandson" +msgstr "cháu trai ×%d đời" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" -msgstr "cháu trai x%d đời" +msgid "great ×%d nephew" +msgstr "cháu trai ×%d đời" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "cháu trai x%d đời" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "cháu trai ×%d đời" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" -msgstr "cháu trai x%d đời" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" +msgstr "cháu trai ×%d đời" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" -msgstr "cháu trai x%d đời" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" +msgstr "cháu trai ×%d đời" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" -msgstr "cháu trai/ gái x%d đời" +msgid "great ×%d nephew/niece" +msgstr "cháu trai/ gái ×%d đời" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "cháu trai/ gái x%d đời" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "cháu trai/ gái ×%d đời" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" -msgstr "cháu trai/ gái x%d đời" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" +msgstr "cháu trai/ gái ×%d đời" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" -msgstr "cháu trai/ gái x%d đời" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" +msgstr "cháu trai/ gái ×%d đời" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" -msgstr "cháu gái x%d đời" +msgid "great ×%d niece" +msgstr "cháu gái ×%d đời" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "cháu gái x%d đời" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "cháu gái ×%d đời" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" -msgstr "cháu gái x%d đời" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" +msgstr "cháu gái ×%d đời" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" -msgstr "cháu gái x%d đời" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" +msgstr "cháu gái ×%d đời" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" -msgstr "ông chú/bác/cậu/dượng x%d đời" +msgid "great ×%d uncle" +msgstr "ông chú/bác/cậu/dượng ×%d đời" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" -msgstr "ông chú/bác/cậu/dượng x%d đời" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" +msgstr "ông chú/bác/cậu/dượng ×%d đời" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" -msgstr "ông chú/bác/cậu/dượng x%d đời" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" +msgstr "ông chú/bác/cậu/dượng ×%d đời" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" -msgstr "ông chú/bác/cậu/dượng x%d đời" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" +msgstr "ông chú/bác/cậu/dượng ×%d đời" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "ông chú/bác/cậu/dượng 4 đời" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "bà thím/bác/mợ/dì/ ông chú/bác/cậu/dượng 4 đời" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "cháu 4 đời" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "cháu gái 4 đời" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "ông bốn đời" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "bà 4 đời" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "ông bà 4 đời" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "cháu trai 4 đời" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "cháu trai 4 đời" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "cháu trai 4 đời" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "cháu trai 4 đời" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "cháu trai/ cháu gái 4 đời" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "cháu trai/ cháu gái 4 đời" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "cháu trai/ cháu gái 4 đời" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "cháu trai 4 đời" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "cháu trai 4 đời" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "cháu trai 4 đời" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "ông chú/bác/cậu/dượng 4 đời" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "ông chú/bác/cậu/dượng 4 đời" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "ông chú/bác/cậu/dượng 4 đời" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "bà cô/ dì/ mợ/ bác 5 đời" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "ông chú/bác/cậu/dượng bà cô/dì/mợ/bác/thím 5 đời" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "cháu 5 đời" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "cháu gái 5 đời" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "ông 5 đời" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "bà 5 đời" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "ông bà 5 đời" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "cháu trai 5 đời" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "cháu trai 5 đời" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "cháu trai 5 đời" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "cháu trai 5 đời" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "cháu trai/ cháu gái 5 đời" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "cháu trai/ cháu gái 5 đời" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "cháu trai/ cháu gái 5 đời" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "cháu trai 5 đời" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "cháu trai 5 đời" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "cháu trai 5 đời" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "ông chú/bác/cậu/dượng 5 đời" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "ông chú/bác/cậu/dượng 5 đời" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "ông chú/bác/cậu/dượng 5 đời" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "bà cô/ dì/ mợ/thím 6 đời" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "ông chú/bác/cậu/dượng, bà cô/dì/thím/mợ/ bác 6 đời" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "cháu 6 đời" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "cháu gái 7 đời" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "ông 6 đời" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "bà 6 đời" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "ông bà 6 đời" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "cháu trai 6 đời" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "ông chú/bác/cậu/dượng 6 đời" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "ông chú/bác/cậu/dượng 6 đời" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "ông chú/bác/cậu/dượng 6 đời" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "bà cô/ dì/ thím/ mợ 7 đời" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "bà cô/ dì/ thím/ mợ - ông chú, bác, cậu, dượng 7 đời" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "cháu trai 7 đời" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "cháu gái 7 đời" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "ông 7 đời" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "bà 7 đời" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "ông bà 7 đời" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "cháu trai 7 đời" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "ông chú/bác/cậu/dượng 7 đời" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "ông chú/bác/cậu/dượng 7 đời" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "ông chú/bác/cậu/dượng 7 đời" #: includes/functions/functions.php:1085 diff --git a/language/zh_CN.po b/language/zh_CN.po index 4f39282fcc..22aabf5e3f 100644 --- a/language/zh_CN.po +++ b/language/zh_CN.po @@ -76,21 +76,21 @@ msgstr[0] "%1$d 个人没有出生地的地图坐标: %2$s." #: includes/functions/functions.php:685 #, php-format msgctxt "FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%1$d 代 %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:674 #, php-format msgctxt "MALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%1$d 代 %2$s" #. I18N: A Spanish relationship name, such as third great-nephew #: includes/functions/functions.php:696 #, php-format msgctxt "MALE/FEMALE" -msgid "%1$d x %2$s" +msgid "%1$d × %2$s" msgstr "%1$d 代 %2$s" #. I18N: %1$s=“fifth cousin”, etc., %2$d>=4 @@ -215,20 +215,20 @@ msgstr[0] "%d 月" #: includes/functions/functions.php:637 #, php-format msgctxt "FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "隔 %d 代的表兄(妹)" #. I18N: Note that for Italian and Polish, “N’th cousins” are different from English “N’th cousins”, and the software has already generated the correct “N” for your language. You only need to translate - you do not need to convert. For other languages, if your cousin rules are different from English, please contact the developers. #: includes/functions/functions.php:618 #, php-format msgctxt "MALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "隔 %d 代的堂(表)兄妹" #: includes/functions/functions.php:656 #, php-format msgctxt "MALE/FEMALE" -msgid "%d x cousin" +msgid "%d × cousin" msgstr "隔 %d 代的堂(表)兄(妹)" #: modules_v3/relatives/module.php:60 @@ -422,9 +422,9 @@ msgstr "< 选择 >" #: search_advanced.php:112 search_advanced.php:116 search_advanced.php:120 #: search_advanced.php:168 search_advanced.php:169 search_advanced.php:170 #, php-format -msgid "±%d year" -msgid_plural "±%d years" -msgstr[0] "±%d 年" +msgid "±%d year" +msgid_plural "±%d years" +msgstr[0] "±%d 年" #. I18N: Description of an individual’s age at an event. e.g. Died 14 Jan 1900 (aged 43 years) #: library/WT/I18N.php:395 library/WT/I18N.php:399 @@ -16933,23 +16933,23 @@ msgstr "孙媳" #: includes/functions/functions.php:1275 includes/functions/functions.php:1284 #: includes/functions/functions.php:1295 #, php-format -msgid "great x%d aunt" +msgid "great ×%d aunt" msgstr "距 %d 代的阿姨" #: includes/functions/functions.php:1276 includes/functions/functions.php:1285 #: includes/functions/functions.php:1296 #, php-format -msgid "great x%d aunt/uncle" +msgid "great ×%d aunt/uncle" msgstr "距 %d 代的阿姨/叔叔" #: includes/functions/functions.php:1617 includes/functions/functions.php:1630 #, php-format -msgid "great x%d grandchild" +msgid "great ×%d grandchild" msgstr "距 %d 代的孙子" #: includes/functions/functions.php:1616 includes/functions/functions.php:1629 #, php-format -msgid "great x%d granddaughter" +msgid "great ×%d granddaughter" msgstr "距 %d 代的孙女" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required @@ -16957,399 +16957,399 @@ msgstr "距 %d 代的孙女" #: includes/functions/functions.php:1534 includes/functions/functions.php:1542 #: includes/functions/functions.php:1552 #, php-format -msgid "great x%d grandfather" +msgid "great ×%d grandfather" msgstr "距 %d 代的祖父" #: includes/functions/functions.php:1521 includes/functions/functions.php:1528 #: includes/functions/functions.php:1535 includes/functions/functions.php:1543 #: includes/functions/functions.php:1553 #, php-format -msgid "great x%d grandmother" +msgid "great ×%d grandmother" msgstr "距 %d 代的祖母" #: includes/functions/functions.php:1522 includes/functions/functions.php:1529 #: includes/functions/functions.php:1536 includes/functions/functions.php:1544 #: includes/functions/functions.php:1554 #, php-format -msgid "great x%d grandparent" +msgid "great ×%d grandparent" msgstr "距 %d 代的祖父母" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1615 includes/functions/functions.php:1628 #, php-format -msgid "great x%d grandson" +msgid "great ×%d grandson" msgstr "距 %d 代的孙子" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1448 includes/functions/functions.php:1459 #, php-format -msgid "great x%d nephew" +msgid "great ×%d nephew" msgstr "%d 代侄子" #: includes/functions/functions.php:1424 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) brother’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "%d 代侄子" #: includes/functions/functions.php:1426 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandson" -msgid "great x%d nephew" +msgctxt "(a man’s) sister’s great ×(%d-1) grandson" +msgid "great ×%d nephew" msgstr "距 %d 代的外甥子" #: includes/functions/functions.php:1428 #, php-format -msgctxt "(a woman’s) great x%d nephew" -msgid "great x%d nephew" +msgctxt "(a woman’s) great ×%d nephew" +msgid "great ×%d nephew" msgstr "距 %d 代的侄子" #: includes/functions/functions.php:1450 includes/functions/functions.php:1461 #, php-format -msgid "great x%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "距 %d 代的侄子/侄女" #: includes/functions/functions.php:1439 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) brother’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "%d 代侄子/侄女" #: includes/functions/functions.php:1441 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) grandchild" -msgid "great x%d nephew/niece" +msgctxt "(a man’s) sister’s great ×(%d-1) grandchild" +msgid "great ×%d nephew/niece" msgstr "距 %d 代的外甥子/外甥女" #: includes/functions/functions.php:1443 #, php-format -msgctxt "(a woman’s) great x%d nephew/niece" -msgid "great x%d nephew/niece" +msgctxt "(a woman’s) great ×%d nephew/niece" +msgid "great ×%d nephew/niece" msgstr "距 %d 代的侄子/侄女" #: includes/functions/functions.php:1449 includes/functions/functions.php:1460 #, php-format -msgid "great x%d niece" +msgid "great ×%d niece" msgstr "距 %d 代的外甥女" #: includes/functions/functions.php:1431 #, php-format -msgctxt "(a man’s) brother’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) brother’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "%d 代侄女" #: includes/functions/functions.php:1433 #, php-format -msgctxt "(a man’s) sister’s great x(%d-1) granddaughter" -msgid "great x%d niece" +msgctxt "(a man’s) sister’s great ×(%d-1) granddaughter" +msgid "great ×%d niece" msgstr "距 %d 代的外甥女" #: includes/functions/functions.php:1435 #, php-format -msgctxt "(a woman’s) great x%d niece" -msgid "great x%d niece" +msgctxt "(a woman’s) great ×%d niece" +msgid "great ×%d niece" msgstr "距 %d 代的侄女" #. I18N: if you need a different number for %d, contact the developers, as a code-change is required #: includes/functions/functions.php:1274 includes/functions/functions.php:1294 #, php-format -msgid "great x%d uncle" +msgid "great ×%d uncle" msgstr "距 %d 代的叔叔" #: includes/functions/functions.php:1281 #, php-format -msgctxt "great x(%d-1) grandfather’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandfather’s brother" +msgid "great ×%d uncle" msgstr "距 %d 代的叔叔" #: includes/functions/functions.php:1282 #, php-format -msgctxt "great x(%d-1) grandmother’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandmother’s brother" +msgid "great ×%d uncle" msgstr "距 %d 代的叔叔" #: includes/functions/functions.php:1283 #, php-format -msgctxt "great x(%d-1) grandparent’s brother" -msgid "great x%d uncle" +msgctxt "great ×(%d-1) grandparent’s brother" +msgid "great ×%d uncle" msgstr "距 %d 代的叔叔" #: includes/functions/functions.php:1232 -msgid "great x4 aunt" +msgid "great ×4 aunt" msgstr "再高祖叔婆" #: includes/functions/functions.php:1233 -msgid "great x4 aunt/uncle" +msgid "great ×4 aunt/uncle" msgstr "再高祖叔公/叔婆" #: includes/functions/functions.php:1581 -msgid "great x4 grandchild" +msgid "great ×4 grandchild" msgstr "末孙" #: includes/functions/functions.php:1580 -msgid "great x4 granddaughter" +msgid "great ×4 granddaughter" msgstr "末孙女" #: includes/functions/functions.php:1486 -msgid "great x4 grandfather" +msgid "great ×4 grandfather" msgstr "距4代的祖父" #: includes/functions/functions.php:1487 -msgid "great x4 grandmother" +msgid "great ×4 grandmother" msgstr "距4代的祖母" #: includes/functions/functions.php:1488 -msgid "great x4 grandparent" +msgid "great ×4 grandparent" msgstr "距4代的祖父母" #: includes/functions/functions.php:1579 -msgid "great x4 grandson" +msgid "great ×4 grandson" msgstr "末孙儿" #: includes/functions/functions.php:1364 msgctxt "(a man’s) brother’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "侄末孙子" #: includes/functions/functions.php:1366 msgctxt "(a man’s) sister’s great-great-great-grandson" -msgid "great x4 nephew" +msgid "great ×4 nephew" msgstr "外甥末孙子" #: includes/functions/functions.php:1368 -msgctxt "(a woman’s) great x4 nephew" -msgid "great x4 nephew" +msgctxt "(a woman’s) great ×4 nephew" +msgid "great ×4 nephew" msgstr "侄末孙子" #: includes/functions/functions.php:1380 msgctxt "(a man’s) brother’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "侄末孙子/孙女" #: includes/functions/functions.php:1382 msgctxt "(a man’s) sister’s great-great-great-grandchild" -msgid "great x4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "外甥末孙子/孙女" #: includes/functions/functions.php:1384 -msgctxt "(a woman’s) great x4 nephew/niece" -msgid "great x4 nephew/niece" +msgctxt "(a woman’s) great ×4 nephew/niece" +msgid "great ×4 nephew/niece" msgstr "侄末孙子/孙女" #: includes/functions/functions.php:1372 msgctxt "(a man’s) brother’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "侄末孙女" #: includes/functions/functions.php:1374 msgctxt "(a man’s) sister’s great-great-great-granddaughter" -msgid "great x4 niece" +msgid "great ×4 niece" msgstr "外甥末孙女" #: includes/functions/functions.php:1376 -msgctxt "(a woman’s) great x4 niece" -msgid "great x4 niece" +msgctxt "(a woman’s) great ×4 niece" +msgid "great ×4 niece" msgstr "侄末孙女" #: includes/functions/functions.php:1229 msgctxt "great-great-great-grandfather’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "再高祖叔公" #: includes/functions/functions.php:1230 msgctxt "great-great-great-grandmother’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "再高祖舅公" #: includes/functions/functions.php:1231 msgctxt "great-great-great-grandparent’s brother" -msgid "great x4 uncle" +msgid "great ×4 uncle" msgstr "再高祖叔公" #: includes/functions/functions.php:1242 -msgid "great x5 aunt" +msgid "great ×5 aunt" msgstr "曾高祖叔婆" #: includes/functions/functions.php:1243 -msgid "great x5 aunt/uncle" +msgid "great ×5 aunt/uncle" msgstr "曾高祖叔公/叔婆" #: includes/functions/functions.php:1588 -msgid "great x5 grandchild" +msgid "great ×5 grandchild" msgstr "曾末孙" #: includes/functions/functions.php:1587 -msgid "great x5 granddaughter" +msgid "great ×5 granddaughter" msgstr "曾末孙女" #: includes/functions/functions.php:1493 -msgid "great x5 grandfather" +msgid "great ×5 grandfather" msgstr "距5代的祖父" #: includes/functions/functions.php:1494 -msgid "great x5 grandmother" +msgid "great ×5 grandmother" msgstr "曾曾祖父母" #: includes/functions/functions.php:1495 -msgid "great x5 grandparent" +msgid "great ×5 grandparent" msgstr "曾高祖父" #: includes/functions/functions.php:1586 -msgid "great x5 grandson" +msgid "great ×5 grandson" msgstr "曾末孙儿" #: includes/functions/functions.php:1391 -msgctxt "(a man’s) brother’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) brother’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "5 代侄子" #: includes/functions/functions.php:1393 -msgctxt "(a man’s) sister’s great x4 grandson" -msgid "great x5 nephew" +msgctxt "(a man’s) sister’s great ×4 grandson" +msgid "great ×5 nephew" msgstr "距5代的外甥子" #: includes/functions/functions.php:1395 -msgctxt "(a woman’s) great x5 nephew" -msgid "great x5 nephew" +msgctxt "(a woman’s) great ×5 nephew" +msgid "great ×5 nephew" msgstr "距5代的外甥子" #: includes/functions/functions.php:1407 -msgctxt "(a man’s) brother’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) brother’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "5 代侄子/侄女" #: includes/functions/functions.php:1409 -msgctxt "(a man’s) sister’s great x4 grandchild" -msgid "great x5 nephew/niece" +msgctxt "(a man’s) sister’s great ×4 grandchild" +msgid "great ×5 nephew/niece" msgstr "距5代的 外甥子/外甥女" #: includes/functions/functions.php:1411 -msgctxt "(a woman’s) great x5 nephew/niece" -msgid "great x5 nephew/niece" +msgctxt "(a woman’s) great ×5 nephew/niece" +msgid "great ×5 nephew/niece" msgstr "距 4 代的侄子/侄女" #: includes/functions/functions.php:1399 -msgctxt "(a man’s) brother’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) brother’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "5 代侄女" #: includes/functions/functions.php:1401 -msgctxt "(a man’s) sister’s great x4 granddaughter" -msgid "great x5 niece" +msgctxt "(a man’s) sister’s great ×4 granddaughter" +msgid "great ×5 niece" msgstr "距5代的外甥女" #: includes/functions/functions.php:1403 -msgctxt "(a woman’s) great x5 niece" -msgid "great x5 niece" +msgctxt "(a woman’s) great ×5 niece" +msgid "great ×5 niece" msgstr "距 4 代的侄女" #: includes/functions/functions.php:1239 -msgctxt "great x4 grandfather’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandfather’s brother" +msgid "great ×5 uncle" msgstr "曾高祖叔公" #: includes/functions/functions.php:1240 -msgctxt "great x4 grandmother’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandmother’s brother" +msgid "great ×5 uncle" msgstr "曾高祖叔公" #: includes/functions/functions.php:1241 -msgctxt "great x4 grandparent’s brother" -msgid "great x5 uncle" +msgctxt "great ×4 grandparent’s brother" +msgid "great ×5 uncle" msgstr "曾高祖叔公" #: includes/functions/functions.php:1252 -msgid "great x6 aunt" +msgid "great ×6 aunt" msgstr "曾曾叔婆" #: includes/functions/functions.php:1253 -msgid "great x6 aunt/uncle" +msgid "great ×6 aunt/uncle" msgstr "曾曾叔公/叔婆" #: includes/functions/functions.php:1595 -msgid "great x6 grandchild" +msgid "great ×6 grandchild" msgstr "玄末孙" #: includes/functions/functions.php:1594 -msgid "great x6 granddaughter" +msgid "great ×6 granddaughter" msgstr "玄末孙女" #: includes/functions/functions.php:1500 -msgid "great x6 grandfather" +msgid "great ×6 grandfather" msgstr "曾曾祖父" #: includes/functions/functions.php:1501 -msgid "great x6 grandmother" +msgid "great ×6 grandmother" msgstr "曾曾祖婆" #: includes/functions/functions.php:1502 -msgid "great x6 grandparent" +msgid "great ×6 grandparent" msgstr "曾曾祖父母" #: includes/functions/functions.php:1593 -msgid "great x6 grandson" +msgid "great ×6 grandson" msgstr "玄末孙儿" #: includes/functions/functions.php:1249 -msgctxt "great x5 grandfather’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandfather’s brother" +msgid "great ×6 uncle" msgstr "曾曾叔公" #: includes/functions/functions.php:1250 -msgctxt "great x5 grandmother’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandmother’s brother" +msgid "great ×6 uncle" msgstr "曾曾叔公" #: includes/functions/functions.php:1251 -msgctxt "great x5 grandparent’s brother" -msgid "great x6 uncle" +msgctxt "great ×5 grandparent’s brother" +msgid "great ×6 uncle" msgstr "曾曾叔公" #: includes/functions/functions.php:1262 -msgid "great x7 aunt" +msgid "great ×7 aunt" msgstr "曾高叔婆" #: includes/functions/functions.php:1263 -msgid "great x7 aunt/uncle" +msgid "great ×7 aunt/uncle" msgstr "曾高叔公/叔婆" #: includes/functions/functions.php:1602 -msgid "great x7 grandchild" +msgid "great ×7 grandchild" msgstr "末末孙" #: includes/functions/functions.php:1601 -msgid "great x7 granddaughter" +msgid "great ×7 granddaughter" msgstr "末末孙女" #: includes/functions/functions.php:1507 -msgid "great x7 grandfather" +msgid "great ×7 grandfather" msgstr "曾高祖父" #: includes/functions/functions.php:1508 -msgid "great x7 grandmother" +msgid "great ×7 grandmother" msgstr "曾高祖母" #: includes/functions/functions.php:1509 -msgid "great x7 grandparent" +msgid "great ×7 grandparent" msgstr "曾高祖父母" #: includes/functions/functions.php:1600 -msgid "great x7 grandson" +msgid "great ×7 grandson" msgstr "末末孙儿" #: includes/functions/functions.php:1259 -msgctxt "great x6 grandfather’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandfather’s brother" +msgid "great ×7 uncle" msgstr "曾高叔公" #: includes/functions/functions.php:1260 -msgctxt "great x6 grandmother’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandmother’s brother" +msgid "great ×7 uncle" msgstr "曾高舅公" #: includes/functions/functions.php:1261 -msgctxt "great x6 grandparent’s brother" -msgid "great x7 uncle" +msgctxt "great ×6 grandparent’s brother" +msgid "great ×7 uncle" msgstr "曾高叔公" #: includes/functions/functions.php:1085 diff --git a/search_advanced.php b/search_advanced.php index b6e8bc3fd1..db26806d9c 100644 --- a/search_advanced.php +++ b/search_advanced.php @@ -110,15 +110,15 @@ echo '<script>'; opt = document.createElement('option'); opt.value=''; /* The translation strings use HTML entities, but javascript does not. See bug 687980 */ - opt.text='<?php echo html_entity_decode(WT_I18N::plural('±%d year','±%d years', 2, 2), ENT_COMPAT, 'UTF-8'); ?>'; + opt.text='<?php echo html_entity_decode(WT_I18N::plural('±%d year','±%d years', 2, 2), ENT_COMPAT, 'UTF-8'); ?>'; sel.appendChild(opt); opt = document.createElement('option'); opt.value='5'; - opt.text='<?php echo html_entity_decode(WT_I18N::plural('±%d year','±%d years', 5, 5), ENT_COMPAT, 'UTF-8'); ?>'; + opt.text='<?php echo html_entity_decode(WT_I18N::plural('±%d year','±%d years', 5, 5), ENT_COMPAT, 'UTF-8'); ?>'; sel.appendChild(opt); opt = document.createElement('option'); opt.value='10'; - opt.text='<?php echo html_entity_decode(WT_I18N::plural('±%d year','±%d years', 10, 10), ENT_COMPAT, 'UTF-8'); ?>'; + opt.text='<?php echo html_entity_decode(WT_I18N::plural('±%d year','±%d years', 10, 10), ENT_COMPAT, 'UTF-8'); ?>'; sel.appendChild(opt); var spc = document.createTextNode(' '); elm.appendChild(spc); @@ -166,9 +166,9 @@ echo '</script>'; ?> <select name="plusminus[<?php echo $i; ?>]"> <option value=""><?php echo WT_I18N::translate('Exact date'); ?></option> - <option value="2" <?php if (!empty($controller->plusminus[$i]) && $controller->plusminus[$i]==2) echo " selected=\"selected\""; ?>><?php echo WT_I18N::plural('±%d year','±%d years', 2, 2); ?></option> - <option value="5" <?php if (!empty($controller->plusminus[$i]) && $controller->plusminus[$i]==5) echo "selected=\"selected\""; ?>><?php echo WT_I18N::plural('±%d year','±%d years', 5, 5); ?></option> - <option value="10" <?php if (!empty($controller->plusminus[$i]) && $controller->plusminus[$i]==10) echo "selected=\"selected\""; ?>><?php echo WT_I18N::plural('±%d year','±%d years', 10, 10); ?></option> + <option value="2" <?php if (!empty($controller->plusminus[$i]) && $controller->plusminus[$i]==2) echo " selected=\"selected\""; ?>><?php echo WT_I18N::plural('±%d year','±%d years', 2, 2); ?></option> + <option value="5" <?php if (!empty($controller->plusminus[$i]) && $controller->plusminus[$i]==5) echo "selected=\"selected\""; ?>><?php echo WT_I18N::plural('±%d year','±%d years', 5, 5); ?></option> + <option value="10" <?php if (!empty($controller->plusminus[$i]) && $controller->plusminus[$i]==10) echo "selected=\"selected\""; ?>><?php echo WT_I18N::plural('±%d year','±%d years', 10, 10); ?></option> </select> <?php } ?> </td> |
