1msgid "" 2msgstr "Project-Id-Version: webtrees\nReport-Msgid-Bugs-To: i18n@webtrees.net\nPOT-Creation-Date: 2022-04-03 14:32+0100\nPO-Revision-Date: 2022-04-14 22:15+0000\nLast-Translator: TheDutchJewel <thedutchjewel@gmail.com>\nLanguage-Team: Dutch <https://translate.webtrees.net/projects/webtrees/webtrees/nl/>\nLanguage: nl\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n != 1;\nX-Generator: Weblate 3.9.1\nX-Poedit-SourceCharset: utf-8\nX-Poedit-Basepath: ..\nX-Poedit-KeywordsList: translate;noop;plural:1,2\nX-Poedit-SearchPath-0: .\n" 3 4#: resources/xml/reports/ahnentafel_report.xml:161 5#: resources/xml/reports/ahnentafel_report.xml:189 6#: resources/xml/reports/ahnentafel_report.xml:281 7#: resources/xml/reports/ahnentafel_report.xml:308 8#: resources/xml/reports/ahnentafel_report.xml:333 9#: resources/xml/reports/ahnentafel_report.xml:358 10msgid " but the details are unknown" 11msgstr " maar de details zijn onbekend" 12 13#: resources/xml/reports/ahnentafel_report.xml:160 14#: resources/xml/reports/ahnentafel_report.xml:188 15#: resources/xml/reports/ahnentafel_report.xml:215 16#: resources/xml/reports/ahnentafel_report.xml:280 17#: resources/xml/reports/ahnentafel_report.xml:307 18#: resources/xml/reports/ahnentafel_report.xml:332 19#: resources/xml/reports/ahnentafel_report.xml:357 20#: resources/xml/reports/descendancy_report.xml:125 21#: resources/xml/reports/descendancy_report.xml:157 22#: resources/xml/reports/descendancy_report.xml:315 23#: resources/xml/reports/descendancy_report.xml:353 24#: resources/xml/reports/descendancy_report.xml:384 25#: resources/xml/reports/descendancy_report.xml:423 26#: resources/xml/reports/descendancy_report.xml:454 27msgid " in " 28msgstr " in " 29 30#: app/Http/RequestHandlers/CheckTree.php:299 31#, php-format 32msgid "%1$s %2$s has a %3$s link to %4$s." 33msgstr "%1$s %2$s heeft een %3$s koppeling naar %4$s." 34 35#. I18N: %1$s=“fifth cousin”, etc., %2$s>=4 36#: app/Services/RelationshipService.php:2178 37#, php-format 38msgid "%1$s %2$s times removed ascending" 39msgstr "%1$s (%2$s generaties hoger)" 40 41#. I18N: %1$s=“fifth cousin”, etc., %2$s>=4 42#: app/Services/RelationshipService.php:2183 43#, php-format 44msgid "%1$s %2$s times removed descending" 45msgstr "%1$s (%2$s generaties lager)" 46 47#: resources/views/lists/surnames-bullet-list.phtml:23 48#: resources/views/lists/surnames-bullet-list.phtml:26 49#: resources/views/lists/surnames-column-list.phtml:25 50#: resources/views/lists/surnames-compact-list.phtml:20 51#: resources/views/lists/surnames-tag-cloud.phtml:25 52#, php-format 53msgid "%1$s (%2$s)" 54msgstr "%1$s (%2$s)" 55 56#: app/Http/RequestHandlers/UpgradeWizardStep.php:257 57#, php-format 58msgid "%1$s KB were downloaded in %2$s seconds." 59msgstr "Het downloaden van %1$sKB duurde %2$s seconden." 60 61#. I18N: placeholders are GEDCOM XREFs, such as R123 62#: app/Http/RequestHandlers/CheckTree.php:221 63#, php-format 64msgid "%1$s does not exist. Did you mean %2$s?" 65msgstr "%1$s bestaat niet. Bedoelde u %2$s?" 66 67#. I18N: %1$s and %2$s are internal ID numbers such as R123 68#: app/Http/RequestHandlers/CheckTree.php:254 69#, php-format 70msgid "%1$s does not have a link back to %2$s." 71msgstr "%1$s heeft geen koppeling terug naar %2$s." 72 73#. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 74#: app/Http/RequestHandlers/UpgradeWizardStep.php:278 75#, php-format 76msgid "%1$s file was extracted in %2$s seconds." 77msgid_plural "%1$s files were extracted in %2$s seconds." 78msgstr[0] "Het uitpakken van %1$s bestand duurde %2$s seconden." 79msgstr[1] "Het uitpakken van %1$s bestanden duurde %2$s seconden." 80 81#. I18N: %1$s is an internal ID number such as R123. %2$s and %3$s are record types, such as INDI or SOUR 82#: app/Http/RequestHandlers/CheckTree.php:245 83#, php-format 84msgid "%1$s is a %2$s but a %3$s is expected." 85msgstr "%1$s is een %2$s maar hier wordt een %3$s verwacht." 86 87#. I18N: A Spanish relationship name, such as third great-nephew 88#: app/Services/RelationshipService.php:2436 89#, php-format 90msgid "%1$s × %2$s" 91msgstr "%1$s × %2$s" 92 93#. I18N: A Spanish relationship name, such as third great-nephew 94#: app/Services/RelationshipService.php:2414 95#, php-format 96msgctxt "FEMALE" 97msgid "%1$s × %2$s" 98msgstr "%1$s × %2$s" 99 100#. I18N: A Spanish relationship name, such as third great-nephew 101#: app/Services/RelationshipService.php:2391 102#, php-format 103msgctxt "MALE" 104msgid "%1$s × %2$s" 105msgstr "%1$s × %2$s" 106 107#. I18N: image dimensions, width × height 108#: app/Http/RequestHandlers/ManageMediaData.php:371 app/MediaFile.php:329 109#, php-format 110msgid "%1$s × %2$s pixels" 111msgstr "%1$s × %2$s pixels" 112 113#. I18N: e.g. "Occupation: farmer" 114#: app/Elements/AbstractElement.php:237 115#: app/Exceptions/FileUploadException.php:101 116#: resources/views/modules/media-list/page.phtml:145 117#, php-format 118msgid "%1$s: %2$s" 119msgstr "%1$s: %2$s" 120 121#. I18N: A range of numbers 122#: app/Individual.php:479 app/Module/StatisticsChartModule.php:857 123#, php-format 124msgid "%1$s–%2$s" 125msgstr "%1$s–%2$s" 126 127#: app/Services/RelationshipService.php:2204 128#, php-format 129msgid "%1$s’s %2$s" 130msgstr "%1$s’s %2$s" 131 132#. I18N: This is the format string for the time-of-day. See https://php.net/date for codes 133#: app/I18N.php:616 134msgid "%H:%i:%s" 135msgstr "%H:%i:%s" 136 137#. I18N: This is the format string for full dates. See https://php.net/date for codes 138#: app/I18N.php:261 139msgid "%j %F %Y" 140msgstr "%j %F %Y" 141 142#: app/Statistics/Service/CenturyService.php:39 143#, php-format 144msgid "%s BCE" 145msgstr "%s v.C." 146 147#. I18N: size of file in KB 148#: app/Http/RequestHandlers/ManageMediaData.php:361 app/MediaFile.php:314 149#: app/Services/MediaFileService.php:95 150#, php-format 151msgid "%s KB" 152msgstr "%s KB" 153 154#: app/Module/ClippingsCartModule.php:612 155#, php-format 156msgid "%s and her ancestors" 157msgstr "%s en haar voorouders" 158 159#: app/Module/ClippingsCartModule.php:621 160#, php-format 161msgid "%s and his ancestors" 162msgstr "%s en zijn voorouders" 163 164#: app/Module/ClippingsCartModule.php:936 165#, php-format 166msgid "%s and the individuals that reference it." 167msgstr "%s en gekoppelde personen." 168 169#. I18N: %s is a family (husband + wife) 170#: app/Module/ClippingsCartModule.php:512 171#, php-format 172msgid "%s and their children" 173msgstr "%s en hun kinderen" 174 175#. I18N: %s is a family (husband + wife) 176#: app/Module/ClippingsCartModule.php:514 177#, php-format 178msgid "%s and their descendants" 179msgstr "%s en hun afstammelingen" 180 181#: app/Statistics/Repository/UserRepository.php:84 182#, php-format 183msgid "%s anonymous signed-in user" 184msgid_plural "%s anonymous signed-in users" 185msgstr[0] "%s anoniem aangemelde gebruiker" 186msgstr[1] "%s anoniem aangemelde gebruikers" 187 188#: resources/views/family-page-children.phtml:19 189#: resources/views/modules/ancestors-chart/tree.phtml:42 190#: resources/views/modules/descendancy_chart/tree.phtml:40 191#: resources/views/statistics/families/top10-list.phtml:20 192#: resources/views/statistics/families/top10-nolist.phtml:16 193#, php-format 194msgid "%s child" 195msgid_plural "%s children" 196msgstr[0] "%s kind" 197msgstr[1] "%s kinderen" 198 199#: app/Age.php:100 app/Elements/AgeAtEvent.php:101 200#: app/Statistics/Repository/FamilyRepository.php:353 201#: app/Statistics/Repository/IndividualRepository.php:980 202#, php-format 203msgid "%s day" 204msgid_plural "%s days" 205msgstr[0] "%s dag" 206msgstr[1] "%s dagen" 207 208#. I18N: placeholders are GEDCOM XREFs, such as R123 209#: app/Http/RequestHandlers/CheckTree.php:224 210#: app/Http/RequestHandlers/UserEditAction.php:97 211#: app/Http/RequestHandlers/UserEditPage.php:84 212#: app/Module/FamilyTreeNewsModule.php:175 app/Module/UserJournalModule.php:177 213#, php-format 214msgid "%s does not exist." 215msgstr "%s bestaat niet." 216 217#: resources/views/calendar-list.phtml:23 218#, php-format 219msgid "%s family" 220msgid_plural "%s families" 221msgstr[0] "%s gezin" 222msgstr[1] "%s gezinnen" 223 224#: app/Http/RequestHandlers/SearchReplaceAction.php:76 225#: app/Http/RequestHandlers/SearchReplaceAction.php:108 226#, php-format 227msgid "%s family has been updated." 228msgid_plural "%s families have been updated." 229msgstr[0] "%s gezin is bijgewerkt." 230msgstr[1] "%s gezinnen zijn bijgewerkt." 231 232#: resources/views/admin/locations.phtml:109 233#, php-format 234msgid "%s family tree" 235msgid_plural "%s family trees" 236msgstr[0] "%s stamboom" 237msgstr[1] "%s stambomen" 238 239#: resources/views/statistics/families/top10-list-grand.phtml:20 240#: resources/views/statistics/families/top10-nolist-grand.phtml:16 241#, php-format 242msgid "%s grandchild" 243msgid_plural "%s grandchildren" 244msgstr[0] "%s kleinkind" 245msgstr[1] "%s kleinkinderen" 246 247#: app/Module/LifespansChartModule.php:270 248#: resources/views/admin/trees-unconnected.phtml:39 249#: resources/views/calendar-list.phtml:18 250#, php-format 251msgid "%s individual" 252msgid_plural "%s individuals" 253msgstr[0] "%s persoon" 254msgstr[1] "%s personen" 255 256#: app/Http/RequestHandlers/SearchReplaceAction.php:72 257#: app/Http/RequestHandlers/SearchReplaceAction.php:98 258#: app/Http/RequestHandlers/SearchReplaceAction.php:104 259#, php-format 260msgid "%s individual has been updated." 261msgid_plural "%s individuals have been updated." 262msgstr[0] "%s persoon is bijgewerkt." 263msgstr[1] "%s personen zijn bijgewerkt." 264 265#: app/Module/UserMessagesModule.php:157 266#, php-format 267msgid "%s message" 268msgid_plural "%s messages" 269msgstr[0] "%s bericht" 270msgstr[1] "%s berichten" 271 272#: app/Age.php:96 app/Elements/AgeAtEvent.php:99 273#: app/Statistics/Repository/FamilyRepository.php:359 274#: app/Statistics/Repository/IndividualRepository.php:985 275#: resources/views/modules/relatives/family.phtml:195 276#, php-format 277msgid "%s month" 278msgid_plural "%s months" 279msgstr[0] "%s maand" 280msgstr[1] "%s maanden" 281 282#: app/Http/RequestHandlers/SearchReplaceAction.php:88 283#, php-format 284msgid "%s note has been updated." 285msgid_plural "%s notes have been updated." 286msgstr[0] "%s notitie is bijgewerkt." 287msgstr[1] "%s notities zijn bijgewerkt." 288 289#. I18N: %s=“fifth cousin”, etc. 290#: app/Services/RelationshipService.php:2151 291#, php-format 292msgid "%s once removed ascending" 293msgstr "%s (één generatie hoger)" 294 295#. I18N: %s=“fifth cousin”, etc. 296#: app/Services/RelationshipService.php:2156 297#, php-format 298msgid "%s once removed descending" 299msgstr "%s (één generatie lager)" 300 301#: app/Http/RequestHandlers/SearchReplaceAction.php:80 302#, php-format 303msgid "%s repository has been updated." 304msgid_plural "%s repositories have been updated." 305msgstr[0] "%s opslagplaats is bijgewerkt." 306msgstr[1] "%s opslagplaatsen zijn bijgewerkt." 307 308#. I18N: %s is a person's name 309#: resources/views/emails/message-user-html.phtml:21 310#: resources/views/emails/message-user-text.phtml:16 311#, php-format 312msgid "%s sent you the following message." 313msgstr "%s heeft u het volgende bericht gestuurd." 314 315#: app/Statistics/Repository/UserRepository.php:95 316#, php-format 317msgid "%s signed-in user" 318msgid_plural "%s signed-in users" 319msgstr[0] "%s aangemelde gebruiker" 320msgstr[1] "%s aangemelde gebruikers" 321 322#: app/Http/RequestHandlers/SearchReplaceAction.php:84 323#, php-format 324msgid "%s source has been updated." 325msgid_plural "%s sources have been updated." 326msgstr[0] "%s bron is bijgewerkt." 327msgstr[1] "%s bronnen zijn bijgewerkt." 328 329#. I18N: %s=“fifth cousin”, etc. 330#: app/Services/RelationshipService.php:2169 331#, php-format 332msgid "%s three times removed ascending" 333msgstr "%s (drie generaties hoger)" 334 335#. I18N: %s=“fifth cousin”, etc. 336#: app/Services/RelationshipService.php:2174 337#, php-format 338msgid "%s three times removed descending" 339msgstr "%s (drie generaties lager)" 340 341#. I18N: %s=“fifth cousin”, etc. 342#: app/Services/RelationshipService.php:2160 343#, php-format 344msgid "%s twice removed ascending" 345msgstr "%s (twee generaties hoger)" 346 347#. I18N: %s=“fifth cousin”, etc. 348#: app/Services/RelationshipService.php:2165 349#, php-format 350msgid "%s twice removed descending" 351msgstr "%s (twee generaties lager)" 352 353#: app/Elements/AgeAtEvent.php:100 354#, php-format 355msgid "%s week" 356msgid_plural "%s weeks" 357msgstr[0] "%s week" 358msgstr[1] "%s weken" 359 360#: app/Age.php:92 app/Elements/AgeAtEvent.php:98 361#: app/Statistics/Repository/FamilyRepository.php:364 362#: app/Statistics/Repository/IndividualRepository.php:990 363#: resources/views/modules/relatives/family.phtml:193 364#: resources/views/modules/statistics-chart/custom.phtml:141 365#: resources/views/modules/statistics-chart/custom.phtml:150 366#, php-format 367msgid "%s year" 368msgid_plural "%s years" 369msgstr[0] "%s jaar" 370msgstr[1] "%s jaar" 371 372#: app/Http/RequestHandlers/CalendarEvents.php:159 373#: resources/views/modules/yahrzeit/list.phtml:45 374#, php-format 375msgid "%s year anniversary" 376msgstr "%s<sup>e</sup> gedenkdag" 377 378#: app/Services/RelationshipService.php:2354 379#, php-format 380msgid "%s × cousin" 381msgstr "%s × neef/nicht" 382 383#: app/Services/RelationshipService.php:2318 384#, php-format 385msgctxt "FEMALE" 386msgid "%s × cousin" 387msgstr "%s × nicht" 388 389#. 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. 390#: app/Services/RelationshipService.php:2281 391#, php-format 392msgctxt "MALE" 393msgid "%s × cousin" 394msgstr "%s × neef" 395 396#. I18N: BCE=Before the Common Era, for Julian years < 0. See https://en.wikipedia.org/wiki/Common_Era 397#: app/Date/JulianDate.php:98 398#, php-format 399msgid "%s BCE" 400msgstr "%s v.C." 401 402#. I18N: CE=Common Era, for Julian years > 0. See https://en.wikipedia.org/wiki/Common_Era 403#: app/Date/JulianDate.php:102 app/Date/JulianDate.php:106 404#, php-format 405msgid "%s CE" 406msgstr "%s n.C." 407 408#. I18N: Label on a graph; 40+ means 40 or more 409#: app/Module/StatisticsChartModule.php:862 410#, php-format 411msgid "%s+" 412msgstr "%s+" 413 414#: app/Module/ClippingsCartModule.php:613 415#, php-format 416msgid "%s, her ancestors and their families" 417msgstr "%s, haar voorouders en hun gezinnen" 418 419#: app/Module/ClippingsCartModule.php:610 420#, php-format 421msgid "%s, her parents and siblings" 422msgstr "%s, haar ouders en broers/zussen" 423 424#: app/Module/ClippingsCartModule.php:611 425#, php-format 426msgid "%s, her spouses and children" 427msgstr "%s, haar huwelijkspartners en kinderen" 428 429#: app/Module/ClippingsCartModule.php:614 430#, php-format 431msgid "%s, her spouses and descendants" 432msgstr "%s, haar huwelijkspartners en afstammelingen" 433 434#: app/Module/ClippingsCartModule.php:622 435#, php-format 436msgid "%s, his ancestors and their families" 437msgstr "%s, zijn voorouders en hun gezinnen" 438 439#: app/Module/ClippingsCartModule.php:619 440#, php-format 441msgid "%s, his parents and siblings" 442msgstr "%s, zijn ouders en broers/zussen" 443 444#: app/Module/ClippingsCartModule.php:620 445#, php-format 446msgid "%s, his spouses and children" 447msgstr "%s, zijn huwelijkspartners en kinderen" 448 449#: app/Module/ClippingsCartModule.php:623 450#, php-format 451msgid "%s, his spouses and descendants" 452msgstr "%s, zijn huwelijkspartners en afstammelingen" 453 454#: resources/views/admin/data-fix-select.phtml:33 455#: resources/views/edit/add-fact-row.phtml:30 456#: resources/views/modules/user-messages/user-messages.phtml:34 457msgid "<select>" 458msgstr "<selecteer>" 459 460#: resources/views/fact-date.phtml:120 461#, php-format 462msgid "(%s after death)" 463msgstr "(%s na overlijden)" 464 465#. I18N: The current age of a living individual 466#: app/Http/RequestHandlers/IndividualPage.php:183 467#, php-format 468msgid "(age %s)" 469msgstr "(leeftijd %s)" 470 471#. I18N: The age of an individual at a given date 472#: app/Http/RequestHandlers/IndividualPage.php:170 473#: resources/views/fact-association-structure.phtml:68 474#: resources/views/fact-date.phtml:102 475#, php-format 476msgid "(aged %s)" 477msgstr "(leeftijd %s)" 478 479#. I18N: The age of an individual at a given date 480#: app/Http/RequestHandlers/IndividualPage.php:167 481#: resources/views/fact-association-structure.phtml:65 482#: resources/views/fact-date.phtml:98 483#, php-format 484msgctxt "Female" 485msgid "(aged %s)" 486msgstr "(leeftijd %s)" 487 488#. I18N: The age of an individual at a given date 489#: app/Http/RequestHandlers/IndividualPage.php:164 490#: resources/views/fact-association-structure.phtml:62 491#: resources/views/fact-date.phtml:94 492#, php-format 493msgctxt "Male" 494msgid "(aged %s)" 495msgstr "(leeftijd %s)" 496 497#. I18N: %s is a number 498#: resources/views/lists/datatables-attributes.phtml:27 499#, php-format 500msgid "(filtered from %s total entries)" 501msgstr "(gefilterd uit %s vermeldingen)" 502 503#: resources/views/fact-date.phtml:116 504msgid "(on the date of death)" 505msgstr "(op de datum van overlijden)" 506 507#. I18N: This punctuation is used to separate lists of items 508#: app/I18N.php:334 509msgid ", " 510msgstr ", " 511 512#: app/Statistics/Service/CenturyService.php:67 513msgctxt "CENTURY" 514msgid "10th" 515msgstr "10de" 516 517#: app/Statistics/Service/CenturyService.php:65 518msgctxt "CENTURY" 519msgid "11th" 520msgstr "11de" 521 522#: app/Statistics/Service/CenturyService.php:63 523msgctxt "CENTURY" 524msgid "12th" 525msgstr "12de" 526 527#: app/Statistics/Service/CenturyService.php:61 528msgctxt "CENTURY" 529msgid "13th" 530msgstr "13de" 531 532#: app/Statistics/Service/CenturyService.php:59 533msgctxt "CENTURY" 534msgid "14th" 535msgstr "14de" 536 537#: app/Statistics/Service/CenturyService.php:57 538msgctxt "CENTURY" 539msgid "15th" 540msgstr "15de" 541 542#: app/Statistics/Service/CenturyService.php:55 543msgctxt "CENTURY" 544msgid "16th" 545msgstr "16de" 546 547#: app/Statistics/Service/CenturyService.php:53 548msgctxt "CENTURY" 549msgid "17th" 550msgstr "17de" 551 552#: app/Statistics/Service/CenturyService.php:51 553msgctxt "CENTURY" 554msgid "18th" 555msgstr "18de" 556 557#: app/Statistics/Service/CenturyService.php:49 558msgctxt "CENTURY" 559msgid "19th" 560msgstr "19de" 561 562#: app/Statistics/Service/CenturyService.php:85 563msgctxt "CENTURY" 564msgid "1st" 565msgstr "1ste" 566 567#: app/Statistics/Service/CenturyService.php:47 568msgctxt "CENTURY" 569msgid "20th" 570msgstr "20ste" 571 572#: app/Statistics/Service/CenturyService.php:45 573msgctxt "CENTURY" 574msgid "21st" 575msgstr "21ste" 576 577#: app/Statistics/Service/CenturyService.php:83 578msgctxt "CENTURY" 579msgid "2nd" 580msgstr "2de" 581 582#: app/Statistics/Service/CenturyService.php:81 583msgctxt "CENTURY" 584msgid "3rd" 585msgstr "3de" 586 587#: app/Statistics/Service/CenturyService.php:79 588msgctxt "CENTURY" 589msgid "4th" 590msgstr "4de" 591 592#: app/Statistics/Service/CenturyService.php:77 593msgctxt "CENTURY" 594msgid "5th" 595msgstr "5de" 596 597#: app/Statistics/Service/CenturyService.php:75 598msgctxt "CENTURY" 599msgid "6th" 600msgstr "6de" 601 602#: app/Statistics/Service/CenturyService.php:73 603msgctxt "CENTURY" 604msgid "7th" 605msgstr "7de" 606 607#: app/Statistics/Service/CenturyService.php:71 608msgctxt "CENTURY" 609msgid "8th" 610msgstr "8ste" 611 612#: app/Statistics/Service/CenturyService.php:69 613msgctxt "CENTURY" 614msgid "9th" 615msgstr "9de" 616 617#: app/Http/RequestHandlers/TreePreferencesPage.php:122 618#: app/Http/RequestHandlers/UserEditPage.php:110 619msgid "<default theme>" 620msgstr "<standaard thema>" 621 622#: resources/views/register-page.phtml:26 623msgid "<p>Notice: By completing and submitting this form, you agree:</p><ul><li>to protect the privacy of living individuals listed on our site;</li><li>and in the text box below, to explain to whom you are related, or to provide us with information on someone who should be listed on our website.</li></ul>" 624msgstr "<p>Let op: Door dit formulier in te vullen en te verzenden, gaat u ermee akkoord:</p><ul><li>de privacy te beschermen van levende personen die op onze website zijn vermeld;</li><li>en in het onderstaande tekstvak uit te leggen aan wie u verwant bent, of ons informatie te verstrekken over iemand die op onze website zou moeten worden vermeld.</li></ul>" 625 626#. I18N: a label/value pair, such as “Occupation: Farmer”. Some languages may need to change the punctuation. 627#: app/Elements/NoteStructure.php:135 app/Fact.php:620 628#: resources/views/fact-association-structure.phtml:97 629#: resources/views/fact-association-structure.phtml:100 630#: resources/views/fact-gedcom-fields.phtml:65 631#, php-format 632msgid "<span class=\"label\">%1$s:</span> <span class=\"field\" dir=\"auto\">%2$s</span>" 633msgstr "<span class=\"label\">%1$s:</span> <span class=\"field\" dir=\"auto\">%2$s</span>" 634 635#. I18N: URL = web address 636#: resources/views/modals/media-file-fields.phtml:33 637msgid "A URL" 638msgstr "Een URL" 639 640#. I18N: Description of the “RelationshipsChart” module 641#: app/Module/RelationshipsChartModule.php:117 642msgid "A chart displaying relationships between two individuals." 643msgstr "Een diagram dat de verwantschap tussen twee personen weergeeft." 644 645#. I18N: Description of the “FamilyBookChart” module 646#: app/Module/FamilyBookChartModule.php:91 647msgid "A chart of an individual’s ancestors and descendants, as a family book." 648msgstr "Een diagram dat de voorouders en afstammelingen van een persoon toont in de vorm van een familieboek." 649 650#. I18N: Description of the “CompactTreeChart” module 651#: app/Module/CompactTreeChartModule.php:91 652msgid "A chart of an individual’s ancestors, as a compact tree." 653msgstr "Een diagram met de voorouders van een persoon, in de vorm van een compacte stamboom." 654 655#. I18N: Description of the “PedigreeChart” module 656#: app/Module/PedigreeChartModule.php:120 657msgid "A chart of an individual’s ancestors, formatted as a tree." 658msgstr "Een diagram met de voorouders van een persoon, weergegeven in de vorm van een stamboom." 659 660#. I18N: Description of the “AncestorsChart” module 661#: app/Module/AncestorsChartModule.php:112 662msgid "A chart of an individual’s ancestors." 663msgstr "Een diagram met de voorouders van een persoon." 664 665#. I18N: Description of the “DescendancyChart” module 666#: app/Module/DescendancyChartModule.php:110 667msgid "A chart of an individual’s descendants." 668msgstr "Een diagram met de afstammelingen van een persoon." 669 670#. I18N: Description of the “LifespansChart” module 671#: app/Module/LifespansChartModule.php:118 672msgid "A chart of individuals’ lifespans." 673msgstr "Een diagram dat de levensduur van één of meerdere personen weergeeft." 674 675#: resources/views/edit/link-child-to-family.phtml:39 676msgid "A child may have more than one set of parents. The relationship between the child and the parents can be biological, legal, or based on local culture and tradition. If no pedigree is specified, then a biological relationship will be assumed." 677msgstr "Een kind kan meer dan één stel ouders hebben. De verwantschap tussen kind en ouders kan biologisch, wettelijk of gebaseerd zijn op lokale cultuur en traditie. Als de verwantschap niet is gespecificeerd, dan wordt een biologische verwantschap aangenomen." 678 679#. I18N: Description of a “Data fix” module 680#: app/Module/FixDuplicateLinks.php:69 681msgid "A common error is to have multiple links to the same record, for example listing the same child more than once in a family record." 682msgstr "Een veelvoorkomende fout is verschillende koppelingen te hebben naar hetzelfde record, b.v. een kind dat meerdere keren voorkomt in een gezin." 683 684#. I18N: Description of the “Fan Chart” module 685#: app/Module/FanChartModule.php:154 686msgid "A fan chart of an individual’s ancestors." 687msgstr "Een waaierdiagram met de voorouders van een persoon." 688 689#: resources/views/admin/map-import-form.phtml:26 690#: resources/views/admin/trees-export.phtml:26 691#: resources/views/admin/trees-import.phtml:52 692#: resources/views/modals/media-file-fields.phtml:29 693#: resources/views/modals/media-file-fields.phtml:87 694msgid "A file on the server" 695msgstr "Een bestand op de server" 696 697#: resources/views/admin/map-import-form.phtml:49 698#: resources/views/admin/trees-export.phtml:51 699#: resources/views/admin/trees-import.phtml:40 700#: resources/views/modals/media-file-fields.phtml:25 701#: resources/views/modals/media-file-fields.phtml:41 702msgid "A file on your computer" 703msgstr "Een bestand op uw computer" 704 705#. I18N: Description of the “My page” module 706#: app/Module/UserWelcomeModule.php:70 707msgid "A greeting message and useful links for a user." 708msgstr "Een welkomstbericht en nuttige links voor een gebruiker." 709 710#. I18N: Description of the “Home page” module 711#: app/Module/WelcomeBlockModule.php:68 712msgid "A greeting message for site visitors." 713msgstr "Een welkomstbericht voor bezoekers van de site." 714 715#. I18N: Description of the “Contact information” module 716#: app/Module/ContactsFooterModule.php:66 717msgid "A link to the site contacts." 718msgstr "Een link naar het contactadres van de website beheerder." 719 720#. I18N: Description of the “webtrees” module 721#: app/Module/PoweredByWebtreesModule.php:52 722msgid "A link to the webtrees home page." 723msgstr "Een link naar de webtrees homepage." 724 725#. I18N: Description of the “Branches” module 726#: app/Module/BranchesListModule.php:112 727msgid "A list of branches of a family." 728msgstr "Een lijst met met familietakken." 729 730#. I18N: Description of the “Pending changes” module 731#: app/Module/ReviewChangesModule.php:91 732msgid "A list of changes that need to be reviewed by a moderator, and email notifications." 733msgstr "Een lijst van wijzigingen die goedkeuring nodig hebben van een moderator en e-mailmeldingen." 734 735#. I18N: Description of the “Families” module 736#: app/Module/FamilyListModule.php:54 737msgid "A list of families." 738msgstr "Een lijst met gezinnen." 739 740#. I18N: Description of the “FAQ” module 741#: app/Module/FrequentlyAskedQuestionsModule.php:81 742msgid "A list of frequently asked questions and answers." 743msgstr "Een lijst van vaak gestelde vragen en de antwoorden." 744 745#. I18N: Description of the “Individuals” module 746#: app/Module/IndividualListModule.php:108 747msgid "A list of individuals." 748msgstr "Een lijst met personen." 749 750#. I18N: Description of the “Locations” module 751#: app/Module/LocationListModule.php:81 752msgid "A list of locations." 753msgstr "Een lijst met locaties." 754 755#. I18N: Description of the “Media objects” module 756#: app/Module/MediaListModule.php:98 757msgid "A list of media objects." 758msgstr "Een lijst met mediaobjecten." 759 760#. I18N: Description of the “Recent changes” module 761#: app/Module/RecentChangesModule.php:97 762msgid "A list of records that have been updated recently." 763msgstr "Een lijst van records die recent gewijzigd werden." 764 765#. I18N: Description of the “Repositories” module 766#: app/Module/RepositoryListModule.php:81 767msgid "A list of repositories." 768msgstr "Een lijst met opslagplaatsen." 769 770#. I18N: Description of the “Shared notes” module 771#: app/Module/NoteListModule.php:78 772msgid "A list of shared notes." 773msgstr "Een lijst met gedeelde notities." 774 775#. I18N: Description of the “Sources” module 776#: app/Module/SourceListModule.php:80 777msgid "A list of sources." 778msgstr "Een lijst met bronnen." 779 780#. I18N: Description of the “Submitters” module 781#: app/Module/SubmitterListModule.php:81 782msgid "A list of submitters." 783msgstr "Een lijst met indieners." 784 785#. I18N: Description of “Research tasks” module 786#: app/Module/ResearchTaskModule.php:81 787msgid "A list of tasks and activities that are linked to the family tree." 788msgstr "Een lijst van taken en activiteiten die gekoppeld zijn aan de stamboom." 789 790#. I18N: Description of the “Yahrzeiten” module. A “Hebrew death” is a death where the date is recorded in the Hebrew calendar. 791#: app/Module/YahrzeitModule.php:77 792msgid "A list of the Hebrew death anniversaries that will occur in the near future." 793msgstr "Een lijst van Yahrzeiten (herdenking van overledene) die in de nabije toekomst zullen plaatsvinden." 794 795#. I18N: Description of the “On this day” module 796#: app/Module/OnThisDayModule.php:111 797msgid "A list of the anniversaries that occur today." 798msgstr "Een lijst van alle gedenkdagen die vandaag plaats vinden." 799 800#. I18N: Description of the “Upcoming events” module 801#: app/Module/UpcomingAnniversariesModule.php:132 802msgid "A list of the anniversaries that will occur in the near future." 803msgstr "Een lijst van gedenkdagen die in de nabije toekomst voorkomen." 804 805#. I18N: Description of the “Top given names” module 806#: app/Module/TopGivenNamesModule.php:58 807msgid "A list of the most popular given names." 808msgstr "Een lijst van de meest populaire voornamen." 809 810#. I18N: Description of the “Top surnames” module 811#: app/Module/TopSurnamesModule.php:83 812msgid "A list of the most popular surnames." 813msgstr "Een lijst met de meest populaire achternamen." 814 815#. I18N: Description of the “Most viewed pages” module 816#: app/Module/TopPageViewsModule.php:60 817msgid "A list of the pages that have been viewed the most number of times." 818msgstr "Een lijst van de meest bekeken pagina's." 819 820#. I18N: Description of the “Who is online” module 821#: app/Module/LoggedInUsersModule.php:53 822msgid "A list of users and visitors who are currently online." 823msgstr "Een lijst van gebruikers en bezoekers die nu online zijn." 824 825#: resources/views/help/media-object.phtml:8 826msgid "A media object is a record in the family tree which contains information about a media file. This information may include a title, a copyright notice, a transcript, privacy restrictions, etc. The media file, such as the photo or video, can be stored locally (on this webserver) or remotely (on a different webserver)." 827msgstr "Een mediaobject is een record in de stamboom dat informatie bevat over een mediabestand. Deze informatie kan een titel, copyrightinformatie, een protocol, privacybeperkingen en dergelijke bevatten. Het mediabestand, zoals een foto of video, kan lokaal (op deze webserver) of elders (op een andere webserver) zijn opgeslagen." 828 829#. I18N: %1$s is a real-name, %2$s is a username, %3$s is an email address 830#: resources/views/emails/verify-notify-html.phtml:20 831#: resources/views/emails/verify-notify-text.phtml:15 832#, php-format 833msgid "A new user (%1$s) has requested an account (%2$s) and verified an email address (%3$s)." 834msgstr "Een nieuwe gebruiker (%1$s) heeft een account (%2$s) aangevraagd en een e-mailadres (%3$s) geverifieerd." 835 836#: app/Http/RequestHandlers/LoginAction.php:80 837#: resources/views/admin/control-panel.phtml:186 838#: resources/views/admin/upgrade/wizard.phtml:29 839msgid "A new version of webtrees is available." 840msgstr "Een nieuwe versie van webtrees is beschikbaar." 841 842#: app/Http/RequestHandlers/PasswordRequestAction.php:124 843#, php-format 844msgid "A password reset link has been sent to “%s”." 845msgstr "Een link om het wachtwoord te herstellen is gestuurd naar “%s”." 846 847#. I18N: Description of the “Journal” module 848#: app/Module/UserJournalModule.php:66 849msgid "A private area to record notes or keep a journal." 850msgstr "Een privéplek om notities of een logboek op te slaan." 851 852#. I18N: %s is a server name/URL 853#: resources/views/emails/register-notify-html.phtml:22 854#: resources/views/emails/register-notify-text.phtml:18 855#, php-format 856msgid "A prospective user has registered with webtrees at %s." 857msgstr "Een toekomstige gebruiker heeft zich bij webtrees aangemeld met %s." 858 859#. I18N: Description of the “Pedigree” module 860#: app/Module/PedigreeReportModule.php:52 861#: resources/xml/reports/pedigree_report.xml:4 862msgid "A report of an individual’s ancestors, formatted as a tree." 863msgstr "Een rapport van de voorouders van een persoon, weergegeven in een boomstructuur." 864 865#. I18N: Description of the “Ancestors” module 866#: app/Module/AhnentafelReportModule.php:52 867#: resources/xml/reports/ahnentafel_report.xml:5 868msgid "A report of an individual’s ancestors, in a narrative style." 869msgstr "Een verhalend rapport van de voorouders van een persoon." 870 871#. I18N: Description of the “Descendants” module 872#: app/Module/DescendancyReportModule.php:52 873#: resources/xml/reports/descendancy_report.xml:4 874msgid "A report of an individual’s descendants, in a narrative style." 875msgstr "Een verhalend rapport van de afstammelingen van een persoon." 876 877#. I18N: Description of the “Individual” module 878#: app/Module/IndividualReportModule.php:52 879#: resources/xml/reports/individual_report.xml:4 880msgid "A report of an individual’s details." 881msgstr "Een gedetailleerd rapport van een persoon." 882 883#: resources/xml/reports/fact_sources.xml:4 884msgid "A report of facts which are supported by a given source." 885msgstr "Een rapport met feiten die worden ondersteund door een bepaalde bron." 886 887#. I18N: Description of the “Family” module 888#: app/Module/FamilyGroupReportModule.php:56 889#: resources/xml/reports/family_group_report.xml:4 890msgid "A report of family members and their details." 891msgstr "Een rapport van gezinsleden en hun gegevens." 892 893#. I18N: Description of the “Deaths” module 894#: app/Module/DeathReportModule.php:52 resources/xml/reports/death_report.xml:4 895msgid "A report of individuals who died in a given time or place." 896msgstr "Een rapport van personen die in een bepaalde periode en plaats zijn overleden." 897 898#. I18N: Description of the “Occupations” module 899#: app/Module/OccupationReportModule.php:56 900#: resources/xml/reports/occupation_report.xml:4 901msgid "A report of individuals who had a given occupation." 902msgstr "Een rapport van personen met een bepaald beroep." 903 904#. I18N: Description of the “Births” module 905#: app/Module/BirthReportModule.php:52 resources/xml/reports/birth_report.xml:4 906msgid "A report of individuals who were born in a given time or place." 907msgstr "Een rapport van personen die in een bepaalde periode of plaats zijn geboren." 908 909#. I18N: Description of the “Cemeteries” module 910#: app/Module/CemeteryReportModule.php:52 911#: resources/xml/reports/cemetery_report.xml:4 912msgid "A report of individuals who were buried in a given place." 913msgstr "Een rapport van personen die in een bepaalde plaats zijn begraven." 914 915#. I18N: Description of the “Marriages” module 916#: app/Module/MarriageReportModule.php:52 917#: resources/xml/reports/marriage_report.xml:4 918msgid "A report of individuals who were married in a given time or place." 919msgstr "Een rapport met personen die in een bepaalde periode of plaats getrouwd zijn." 920 921#. I18N: Description of the “Changes” module 922#: app/Module/ChangeReportModule.php:56 923#: resources/xml/reports/change_report.xml:4 924msgid "A report of recent and pending changes." 925msgstr "Een rapport van recente of nog uitstaande wijzigingen." 926 927#. I18N: Description of the “Related families” 928#: app/Module/IndividualFamiliesReportModule.php:56 929#: resources/xml/reports/individual_ext_report.xml:4 930msgid "A report of the families that are closely related to an individual." 931msgstr "Een rapport van de gezinnen die nauw verwant zijn aan een persoon." 932 933#. I18N: Description of the “Related individuals” module 934#: app/Module/RelatedIndividualsReportModule.php:52 935#: resources/xml/reports/relative_ext_report.xml:4 936msgid "A report of the individuals that are closely related to an individual." 937msgstr "Een rapport van de personen die nauw verwant zijn aan een persoon." 938 939#. I18N: Description of the “Source” module 940#: app/Module/FactSourcesReportModule.php:56 941msgid "A report of the information provided by a source." 942msgstr "Een rapport van de informatie geleverd door een bron." 943 944#. I18N: Description of the “Missing data” 945#: app/Module/MissingFactsReportModule.php:56 946#: resources/xml/reports/missing_facts_report.xml:4 947msgid "A report of the information that is missing for an individual and their relatives." 948msgstr "Een rapport van de informatie die ontbreekt voor een persoon en zijn verwanten." 949 950#. I18N: Description of the “Vital records” module. “Vital records” are life events - birth/marriage/death 951#: app/Module/BirthDeathMarriageReportModule.php:52 952#: resources/xml/reports/bdm_report.xml:4 953msgid "A report of vital records for a given date or place." 954msgstr "Een rapport van de vitale records in een bepaalde periode of plaats." 955 956#: resources/views/admin/users-edit.phtml:233 957msgid "A role is a set of access rights, which give permission to view data, change preferences, etc. Access rights are assigned to roles, and roles are granted to users. Each family tree can assign different access to each role, and users can have a different role in each family tree." 958msgstr "Een rol is een verzameling van toegangsrechten om gegevens te bekijken, instellingen te wijzigen, enz.. Toegangsrechten worden toegekend aan rollen, rollen worden verleend aan gebruikers. Elke stamboom kan andere rechten toekennen aan elke rol en gebruikers kunnen een andere rol hebben in elke stamboom." 959 960#. I18N: Description of the “Family navigator” module 961#: app/Module/FamilyNavigatorModule.php:51 962msgid "A sidebar showing an individual’s close families and relatives." 963msgstr "Een zijpaneel dat de naaste familie en verwanten van de persoon toont." 964 965#. I18N: Description of the “Extra information” module 966#: app/Module/IndividualMetadataModule.php:71 967msgid "A sidebar showing non-genealogy information about an individual." 968msgstr "Een zijpaneel dat niet-genealogische informatie over een persoon toont." 969 970#. I18N: Description of the “Descendants” module 971#: app/Module/DescendancyModule.php:71 972msgid "A sidebar showing the descendants of an individual." 973msgstr "Een zijpaneel dat de afstammelingen van een persoon toont." 974 975#. I18N: Description of the “Families” module 976#: app/Module/RelativesTabModule.php:53 977msgid "A tab showing the close relatives of an individual." 978msgstr "Een tabblad dat de naaste familie van een persoon toont." 979 980#. I18N: Description of the “Facts and events” module 981#: app/Module/IndividualFactsTabModule.php:86 982msgid "A tab showing the facts and events of an individual." 983msgstr "Een tabblad dat de feiten en gebeurtenissen van een persoon toont." 984 985#. I18N: Description of the “Media” module 986#: app/Module/MediaTabModule.php:70 987msgid "A tab showing the media objects linked to an individual." 988msgstr "Een tabblad dat de mediaobjecten toont die gekoppeld zijn aan een persoon." 989 990#. I18N: Description of the “Notes” module 991#: app/Module/NotesTabModule.php:71 992msgid "A tab showing the notes attached to an individual." 993msgstr "Een tabblad dat de notities toont die aan een persoon gekoppeld zijn." 994 995#. I18N: Description of the “Sources” module 996#: app/Module/SourcesTabModule.php:69 997msgid "A tab showing the sources linked to an individual." 998msgstr "Een tabblad dat de bronnen toont die gekoppeld zijn aan een persoon." 999 1000#. I18N: Description of the “TimelineChart” module 1001#: app/Module/TimelineChartModule.php:106 1002msgid "A timeline displaying individual events." 1003msgstr "Een tijdlijn waarop gebeurtenissen uit het leven van één of meerdere personen getoond wordt." 1004 1005#: resources/views/admin/users-edit.phtml:117 1006msgid "A user will not be able to sign in until both “email verified” and “approved by administrator” are selected." 1007msgstr "Een gebruiker kan zich pas aanmelden nadat de opties “e-mail” geverifieerd en “goedgekeurd door beheerder” zijn geselecteerd." 1008 1009#: resources/xml/reports/ahnentafel_report.xml:13 1010#: resources/xml/reports/bdm_report.xml:12 1011#: resources/xml/reports/birth_report.xml:10 1012#: resources/xml/reports/cemetery_report.xml:8 1013#: resources/xml/reports/change_report.xml:9 1014#: resources/xml/reports/death_report.xml:11 1015#: resources/xml/reports/descendancy_report.xml:8 1016#: resources/xml/reports/fact_sources.xml:8 1017#: resources/xml/reports/family_group_report.xml:11 1018#: resources/xml/reports/individual_ext_report.xml:12 1019#: resources/xml/reports/individual_report.xml:9 1020#: resources/xml/reports/marriage_report.xml:10 1021#: resources/xml/reports/missing_facts_report.xml:8 1022#: resources/xml/reports/occupation_report.xml:7 1023#: resources/xml/reports/pedigree_report.xml:8 1024#: resources/xml/reports/relative_ext_report.xml:8 1025msgctxt "paper size" 1026msgid "A3" 1027msgstr "A3 formaat" 1028 1029#: resources/xml/reports/ahnentafel_report.xml:13 1030#: resources/xml/reports/bdm_report.xml:12 1031#: resources/xml/reports/birth_report.xml:10 1032#: resources/xml/reports/cemetery_report.xml:8 1033#: resources/xml/reports/change_report.xml:9 1034#: resources/xml/reports/death_report.xml:11 1035#: resources/xml/reports/descendancy_report.xml:8 1036#: resources/xml/reports/fact_sources.xml:8 1037#: resources/xml/reports/family_group_report.xml:11 1038#: resources/xml/reports/individual_ext_report.xml:12 1039#: resources/xml/reports/individual_report.xml:9 1040#: resources/xml/reports/marriage_report.xml:10 1041#: resources/xml/reports/missing_facts_report.xml:8 1042#: resources/xml/reports/occupation_report.xml:7 1043#: resources/xml/reports/pedigree_report.xml:8 1044#: resources/xml/reports/relative_ext_report.xml:8 1045msgctxt "paper size" 1046msgid "A4" 1047msgstr "A4 formaat" 1048 1049#: resources/views/modules/bing-maps/config.phtml:23 1050#: resources/views/modules/google-maps/config.phtml:23 1051#: resources/views/modules/here-maps/config.phtml:23 1052#: resources/views/modules/map-box/config.phtml:23 1053#: resources/views/modules/openrouteservice/config.phtml:23 1054msgid "API key" 1055msgstr "API-key" 1056 1057#. I18N: Location of an LDS church temple 1058#: app/Elements/TempleCode.php:53 1059msgid "Aba, Nigeria" 1060msgstr "Aba, Nigeria" 1061 1062#: app/Date/JalaliDate.php:280 1063msgctxt "Abbreviation for Persian month: Aban" 1064msgid "Aban" 1065msgstr "Aban" 1066 1067#. I18N: 8th month in the Persian/Jalali calendar 1068#: app/Date/JalaliDate.php:153 1069msgctxt "GENITIVE" 1070msgid "Aban" 1071msgstr "Aban" 1072 1073#. I18N: 8th month in the Persian/Jalali calendar 1074#: app/Date/JalaliDate.php:243 1075msgctxt "INSTRUMENTAL" 1076msgid "Aban" 1077msgstr "Aban" 1078 1079#. I18N: 8th month in the Persian/Jalali calendar 1080#: app/Date/JalaliDate.php:198 1081msgctxt "LOCATIVE" 1082msgid "Aban" 1083msgstr "Aban" 1084 1085#. I18N: 8th month in the Persian/Jalali calendar 1086#: app/Date/JalaliDate.php:108 1087msgctxt "NOMINATIVE" 1088msgid "Aban" 1089msgstr "Aban" 1090 1091#. I18N: A configuration setting 1092#: resources/views/admin/trees-preferences.phtml:560 1093#: resources/views/admin/trees-preferences.phtml:562 1094#: resources/views/admin/trees-preferences.phtml:566 1095msgid "Abbreviate place names" 1096msgstr "Kort plaatsnamen af" 1097 1098#: app/Gedcom.php:773 app/Gedcom.php:1183 app/Gedcom.php:1318 1099#: app/Gedcom.php:1527 resources/views/lists/sources-table.phtml:95 1100#: resources/views/modals/source-fields.phtml:22 1101msgid "Abbreviation" 1102msgstr "Afkorting" 1103 1104#: resources/views/pending-changes-page.phtml:47 1105#: resources/views/pending-changes-page.phtml:59 1106msgid "Accept" 1107msgstr "Accepteer" 1108 1109#: resources/views/pending-changes-page.phtml:101 1110msgid "Accept all changes" 1111msgstr "Keur alle wijzigingen goed" 1112 1113#: resources/views/admin/components.phtml:42 1114#: resources/views/admin/components.phtml:105 1115#: resources/views/admin/trees-privacy.phtml:229 1116msgid "Access level" 1117msgstr "Toegangsniveau" 1118 1119#: resources/views/admin/users-edit.phtml:230 1120msgid "Access to family trees" 1121msgstr "Stamboomtoegang" 1122 1123#: resources/views/admin/users-edit.phtml:95 1124msgid "Account approval and email verification" 1125msgstr "Goedkeuring account en e-mail verificatie" 1126 1127#. I18N: Location of an LDS church temple 1128#: app/Elements/TempleCode.php:54 1129msgid "Accra, Ghana" 1130msgstr "Accra, Ghana" 1131 1132#: resources/views/admin/webtrees1-thumbnails.phtml:43 1133msgid "Action" 1134msgstr "Actie" 1135 1136#. I18N: a month in the Jewish calendar 1137#: app/Date/JewishDate.php:205 1138msgctxt "GENITIVE" 1139msgid "Adar" 1140msgstr "Adar" 1141 1142#. I18N: a month in the Jewish calendar 1143#: app/Date/JewishDate.php:309 1144msgctxt "INSTRUMENTAL" 1145msgid "Adar" 1146msgstr "Adar" 1147 1148#. I18N: a month in the Jewish calendar 1149#: app/Date/JewishDate.php:257 1150msgctxt "LOCATIVE" 1151msgid "Adar" 1152msgstr "Adar" 1153 1154#. I18N: a month in the Jewish calendar 1155#: app/Date/JewishDate.php:153 1156msgctxt "NOMINATIVE" 1157msgid "Adar" 1158msgstr "Adar" 1159 1160#. I18N: a month in the Jewish calendar 1161#: app/Date/JewishDate.php:203 1162msgctxt "GENITIVE" 1163msgid "Adar I" 1164msgstr "Adar I" 1165 1166#. I18N: a month in the Jewish calendar 1167#: app/Date/JewishDate.php:307 1168msgctxt "INSTRUMENTAL" 1169msgid "Adar I" 1170msgstr "Adar I" 1171 1172#. I18N: a month in the Jewish calendar 1173#: app/Date/JewishDate.php:255 1174msgctxt "LOCATIVE" 1175msgid "Adar I" 1176msgstr "Adar I" 1177 1178#. I18N: a month in the Jewish calendar 1179#: app/Date/JewishDate.php:151 1180msgctxt "NOMINATIVE" 1181msgid "Adar I" 1182msgstr "Adar I" 1183 1184#. I18N: a month in the Jewish calendar 1185#: app/Date/JewishDate.php:223 1186msgctxt "GENITIVE" 1187msgid "Adar II" 1188msgstr "Adar II" 1189 1190#. I18N: a month in the Jewish calendar 1191#: app/Date/JewishDate.php:327 1192msgctxt "INSTRUMENTAL" 1193msgid "Adar II" 1194msgstr "Adar II" 1195 1196#. I18N: a month in the Jewish calendar 1197#: app/Date/JewishDate.php:275 1198msgctxt "LOCATIVE" 1199msgid "Adar II" 1200msgstr "Adar II" 1201 1202#. I18N: a month in the Jewish calendar 1203#: app/Date/JewishDate.php:171 1204msgctxt "NOMINATIVE" 1205msgid "Adar II" 1206msgstr "Adar II" 1207 1208#: app/Http/RequestHandlers/MapDataAdd.php:80 1209#: app/Http/RequestHandlers/MapDataAdd.php:83 1210msgid "Add" 1211msgstr "Toevoegen" 1212 1213#: app/Module/ClippingsCartModule.php:517 1214#: app/Module/ClippingsCartModule.php:627 1215#: app/Module/ClippingsCartModule.php:742 1216#: app/Module/ClippingsCartModule.php:790 1217#: app/Module/ClippingsCartModule.php:838 1218#: app/Module/ClippingsCartModule.php:886 1219#: app/Module/ClippingsCartModule.php:939 1220#: app/Module/ClippingsCartModule.php:999 1221#, php-format 1222msgid "Add %s to the clippings cart" 1223msgstr "%s toevoegen aan de knipselverzameling" 1224 1225#: resources/views/modules/relatives/family.phtml:219 1226msgid "Add a brother" 1227msgstr "Een broer toevoegen" 1228 1229#: app/Http/RequestHandlers/AddChildToFamilyPage.php:80 1230#: resources/views/family-page-menu.phtml:52 1231#: resources/views/modules/relatives/family.phtml:227 1232msgid "Add a child" 1233msgstr "Voeg een nieuw kind toe" 1234 1235#: app/Http/RequestHandlers/AddChildToIndividualPage.php:87 1236#: resources/views/modules/relatives/tab.phtml:156 1237msgid "Add a child to create a one-parent family" 1238msgstr "Voeg een kind toe om een eenoudergezin te creëren" 1239 1240#: app/Http/RequestHandlers/AddChildToFamilyPage.php:79 1241#: resources/views/family-page-children.phtml:45 1242#: resources/views/modules/relatives/family.phtml:223 1243msgid "Add a daughter" 1244msgstr "Een dochter toevoegen" 1245 1246#: resources/views/edit/add-fact-row.phtml:19 1247#: resources/views/edit/raw-gedcom-record.phtml:52 1248#: resources/views/record-page-menu-facts.phtml:14 1249msgid "Add a fact" 1250msgstr "Voeg een feit/gebeurtenis toe" 1251 1252#: app/Http/RequestHandlers/AddParentToIndividualPage.php:78 1253#: resources/views/family-page-grandparents.phtml:34 1254#: resources/views/family-page-grandparents.phtml:42 1255#: resources/views/modules/relatives/tab.phtml:48 1256msgid "Add a father" 1257msgstr "Voeg een nieuwe vader toe" 1258 1259#: resources/views/modules/favorites/favorites.phtml:44 1260#: resources/views/modules/favorites/favorites.phtml:54 1261msgid "Add a favorite" 1262msgstr "Voeg een nieuwe favoriet toe" 1263 1264#: app/Http/RequestHandlers/AddSpouseToFamilyPage.php:85 1265#: app/Http/RequestHandlers/AddSpouseToIndividualPage.php:87 1266#: resources/views/family-page-menu.phtml:39 1267#: resources/views/family-page-parents.phtml:27 1268#: resources/views/modules/relatives/family.phtml:62 1269#: resources/views/modules/relatives/tab.phtml:135 1270msgid "Add a husband" 1271msgstr "Voeg een nieuwe echtgenoot toe" 1272 1273#: app/Http/RequestHandlers/LinkSpouseToIndividualPage.php:76 1274#: resources/views/modules/relatives/tab.phtml:147 1275msgid "Add a husband using an existing individual" 1276msgstr "Een bestaand persoon als echtgenoot toevoegen" 1277 1278#: resources/views/modules/user_blog/list.phtml:59 1279msgid "Add a journal entry" 1280msgstr "Voeg een nieuw logboek toe" 1281 1282#: app/Http/RequestHandlers/AddMediaFileModal.php:75 1283#: resources/views/media-page-menu.phtml:37 1284#: resources/views/modals/add-media-file.phtml:21 1285msgid "Add a media file" 1286msgstr "Voeg een mediabestand toe" 1287 1288#: resources/views/family-page-menu.phtml:67 1289#: resources/views/individual-page-images.phtml:59 1290#: resources/views/individual-page-menu.phtml:95 1291msgid "Add a media object" 1292msgstr "Voeg een nieuw mediaobject toe" 1293 1294#: app/Http/RequestHandlers/AddParentToIndividualPage.php:76 1295#: resources/views/family-page-grandparents.phtml:64 1296#: resources/views/family-page-grandparents.phtml:72 1297#: resources/views/modules/relatives/tab.phtml:55 1298msgid "Add a mother" 1299msgstr "Voeg een nieuwe moeder toe" 1300 1301#: resources/views/individual-page-menu.phtml:43 1302msgid "Add a name" 1303msgstr "Voeg nieuwe naam toe" 1304 1305#: resources/views/modules/gedcom_news/list.phtml:60 1306msgid "Add a news article" 1307msgstr "Voeg een nieuwsartikel toe" 1308 1309#: resources/views/modules/notes/tab.phtml:96 1310msgid "Add a note" 1311msgstr "Voeg een nieuwe notitie toe" 1312 1313#: resources/views/modules/relatives/family.phtml:227 1314msgid "Add a sibling" 1315msgstr "Voeg een broer of zus toe" 1316 1317#: resources/views/modules/relatives/family.phtml:223 1318msgid "Add a sister" 1319msgstr "Voeg een zus toe" 1320 1321#: app/Http/RequestHandlers/AddChildToFamilyPage.php:78 1322#: resources/views/family-page-children.phtml:41 1323#: resources/views/modules/relatives/family.phtml:219 1324msgid "Add a son" 1325msgstr "Voeg een zoon toe" 1326 1327#: resources/views/modules/sources_tab/tab.phtml:75 1328msgid "Add a source citation" 1329msgstr "Voeg een nieuwe bronvermelding toe" 1330 1331#: app/Http/RequestHandlers/AddSpouseToIndividualPage.php:88 1332msgid "Add a spouse" 1333msgstr "Voeg een nieuwe huwelijkspartner toe" 1334 1335#: app/Module/StoriesModule.php:292 1336#: resources/views/modules/stories/config.phtml:36 1337#: resources/views/modules/stories/tab.phtml:36 1338msgid "Add a story" 1339msgstr "Voeg een verhaal toe" 1340 1341#: app/Http/RequestHandlers/UserAddPage.php:48 1342#: resources/views/admin/control-panel.phtml:515 1343msgid "Add a user" 1344msgstr "Voeg een nieuwe gebruiker toe" 1345 1346#: app/Http/RequestHandlers/AddSpouseToFamilyPage.php:83 1347#: app/Http/RequestHandlers/AddSpouseToIndividualPage.php:86 1348#: resources/views/family-page-menu.phtml:46 1349#: resources/views/family-page-parents.phtml:49 1350#: resources/views/modules/relatives/family.phtml:99 1351#: resources/views/modules/relatives/tab.phtml:133 1352msgid "Add a wife" 1353msgstr "Voeg een nieuwe echtgenote toe" 1354 1355#: app/Http/RequestHandlers/LinkSpouseToIndividualPage.php:79 1356#: resources/views/modules/relatives/tab.phtml:145 1357msgid "Add a wife using an existing individual" 1358msgstr "Een bestaand persoon als echtgenote toevoegen" 1359 1360#. I18N: FAQ = “Frequently Asked Question” 1361#: app/Module/FrequentlyAskedQuestionsModule.php:298 1362#: resources/views/modules/faq/config.phtml:45 1363msgid "Add an FAQ" 1364msgstr "FAQ toevoegen" 1365 1366#: resources/views/modules/custom-css-js/edit.phtml:34 1367msgid "Add content to the end of the <code><body></code> element." 1368msgstr "Voeg inhoud toe na <code><body></code> ." 1369 1370#: resources/views/modules/custom-css-js/edit.phtml:22 1371msgid "Add content to the end of the <code><head></code> element." 1372msgstr "Voeg inhoud toe na <code><head></code>." 1373 1374#: resources/views/record-page-menu-clipboard.phtml:18 1375msgid "Add from clipboard" 1376msgstr "Toevoegen vanaf klembord" 1377 1378#: app/Module/ModuleHistoricEventsTrait.php:40 1379msgid "Add historic events to an individual’s page." 1380msgstr "Voeg historische gebeurtenissen toe aan een persoonspagina." 1381 1382#: resources/views/modules/lifespans-chart/page.phtml:29 1383msgid "Add individuals" 1384msgstr "Voeg personen toe" 1385 1386#: resources/views/modules/relatives/family.phtml:148 1387msgid "Add marriage details" 1388msgstr "Voeg huwelijksdetails toe" 1389 1390#. I18N: Name of a module 1391#: app/Module/FixMissingDeaths.php:57 1392msgid "Add missing death records" 1393msgstr "Voeg ontbrekende overlijdensrecords toe" 1394 1395#: resources/views/edit-blocks-page.phtml:50 1396msgid "Add more blocks from the following list." 1397msgstr "Voeg meer blokken uit de volgende lijst toe." 1398 1399#: resources/views/search-advanced-page.phtml:44 1400msgid "Add more fields" 1401msgstr "Voeg meer velden toe" 1402 1403#. I18N: Description of the “Stories” module 1404#: app/Module/StoriesModule.php:75 1405msgid "Add narrative stories to individuals in the family tree." 1406msgstr "Voeg verhalen toe aan personen in de stamboom." 1407 1408#: resources/views/admin/map-import-form.phtml:62 1409msgid "Add new, and update existing records" 1410msgstr "Voeg nieuwe records toe en update bestaande records" 1411 1412#: resources/views/admin/trees-import.phtml:108 1413msgid "Add spaces where long lines were wrapped" 1414msgstr "Voeg spaties toe waar lange regels afgebroken zijn" 1415 1416#. I18N: Description of the “CSS and JS” module. 1417#: app/Module/CustomCssJsModule.php:43 1418msgid "Add styling and scripts to every page." 1419msgstr "Voeg stijl (CSS) en scripts (JS) toe aan elke pagina." 1420 1421#. I18N: A media path (e.g. C:\aaa\bbb\ccc\) in a GEDCOM file 1422#: resources/views/admin/trees-export.phtml:67 1423msgid "Add the GEDCOM media path to filenames" 1424msgstr "Voeg het GEDCOM-mediapad toe aan bestandsnamen" 1425 1426#. I18N: A configuration setting 1427#: resources/views/admin/trees-preferences.phtml:197 1428msgid "Add to TITLE header tag" 1429msgstr "Voeg toe aan TITLE header tag" 1430 1431#: app/Module/ClippingsCartModule.php:204 1432#: resources/views/modules/clippings/add-options.phtml:22 1433msgid "Add to the clippings cart" 1434msgstr "Toevoegen aan knipselverzameling" 1435 1436#. I18N: A configuration setting 1437#: resources/views/admin/trees-preferences.phtml:140 1438msgid "Add unique identifiers" 1439msgstr "Unieke identificatienummers toevoegen" 1440 1441#: resources/views/admin/trees.phtml:216 1442msgid "Add unlinked records" 1443msgstr "Voeg niet-gekoppelde records toe" 1444 1445#. I18N: Description of the “HTML” module 1446#: app/Module/HtmlBlockModule.php:70 1447msgid "Add your own text and graphics." 1448msgstr "Voeg uw eigen tekst en tekeningen toe." 1449 1450#: app/Module/FamilyTreeNewsModule.php:184 app/Module/UserJournalModule.php:183 1451msgid "Add/edit a journal/news entry" 1452msgstr "Artikel wijzigen/toevoegen" 1453 1454#: app/Gedcom.php:1245 app/Gedcom.php:1258 app/Gedcom.php:1260 1455#: app/Gedcom.php:1261 app/Gedcom.php:1269 app/Gedcom.php:1270 1456#: app/Gedcom.php:1277 app/Gedcom.php:1290 app/Gedcom.php:1292 1457#: app/Gedcom.php:1293 app/Gedcom.php:1303 app/Gedcom.php:1304 1458msgid "Additional information" 1459msgstr "Aanvullende informatie" 1460 1461#: app/Gedcom.php:364 app/Gedcom.php:476 app/Gedcom.php:496 app/Gedcom.php:751 1462#: app/Gedcom.php:798 app/Gedcom.php:1165 app/Gedcom.php:1433 1463#: app/Gedcom.php:1463 app/Http/RequestHandlers/CreateRepositoryModal.php:50 1464#: app/Module/FixCemeteryTag.php:84 1465#: resources/views/modals/submitter-fields.phtml:33 1466msgid "Address" 1467msgstr "Adres" 1468 1469#: app/Gedcom.php:365 app/Gedcom.php:477 app/Gedcom.php:497 app/Gedcom.php:752 1470#: app/Gedcom.php:799 app/Gedcom.php:1166 app/Gedcom.php:1434 1471msgid "Address line 1" 1472msgstr "Adresregel 1" 1473 1474#: app/Gedcom.php:366 app/Gedcom.php:478 app/Gedcom.php:498 app/Gedcom.php:753 1475#: app/Gedcom.php:800 app/Gedcom.php:1167 app/Gedcom.php:1435 1476msgid "Address line 2" 1477msgstr "Adresregel 2" 1478 1479#: app/Gedcom.php:367 app/Gedcom.php:479 app/Gedcom.php:499 app/Gedcom.php:754 1480#: app/Gedcom.php:801 app/Gedcom.php:1168 1481msgid "Address line 3" 1482msgstr "Adresregel 3" 1483 1484#: resources/views/admin/tags.phtml:259 1485msgid "Addresses" 1486msgstr "Adressen" 1487 1488#. I18N: Location of an LDS church temple 1489#: app/Elements/TempleCode.php:55 1490msgid "Adelaide, Australia" 1491msgstr "Adelaide, Australië" 1492 1493#: resources/views/admin/users-edit.phtml:224 1494#: resources/views/admin/users-edit.phtml:273 1495msgid "Administrator" 1496msgstr "Beheerder" 1497 1498#: resources/views/setup/step-5-administrator.phtml:37 1499msgid "Administrator account" 1500msgstr "Beheerdersaccount" 1501 1502#: resources/views/admin/users-edit.phtml:209 1503msgid "Administrator comments on user" 1504msgstr "Commentaar beheerder over gebruiker" 1505 1506#: resources/views/admin/control-panel.phtml:483 1507msgid "Administrators" 1508msgstr "Beheerders" 1509 1510#: app/Elements/PedigreeLinkageType.php:61 1511msgctxt "Female pedigree" 1512msgid "Adopted" 1513msgstr "Geadopteerd" 1514 1515#: app/Elements/PedigreeLinkageType.php:51 1516msgctxt "Male pedigree" 1517msgid "Adopted" 1518msgstr "Geadopteerd" 1519 1520#: app/Elements/PedigreeLinkageType.php:71 1521msgctxt "Pedigree" 1522msgid "Adopted" 1523msgstr "Geadopteerd" 1524 1525#: app/Elements/AdoptedByWhichParent.php:57 1526msgid "Adopted by both parents" 1527msgstr "Geadopteerd door beide ouders" 1528 1529#: app/Elements/AdoptedByWhichParent.php:58 app/Gedcom.php:888 1530msgid "Adopted by father" 1531msgstr "Geadopteerd door vader" 1532 1533#: app/Elements/AdoptedByWhichParent.php:59 app/Gedcom.php:889 1534msgid "Adopted by mother" 1535msgstr "Geadopteerd door moeder" 1536 1537#: app/Gedcom.php:867 app/Gedcom.php:1430 1538msgid "Adopted name" 1539msgstr "Geadopteerde naam" 1540 1541#: app/Gedcom.php:537 app/Gedcom.php:540 1542msgid "Adoption" 1543msgstr "Adoptie" 1544 1545#: app/Module/IndividualFactsTabModule.php:328 1546msgid "Adoption of a brother" 1547msgstr "Adoptie van een broer" 1548 1549#: app/Module/IndividualFactsTabModule.php:307 1550msgid "Adoption of a child" 1551msgstr "Adoptie van een kind" 1552 1553#: app/Module/IndividualFactsTabModule.php:306 1554msgid "Adoption of a daughter" 1555msgstr "Adoptie van een dochter" 1556 1557#: app/Module/IndividualFactsTabModule.php:376 1558#: app/Module/IndividualFactsTabModule.php:399 1559#: app/Module/IndividualFactsTabModule.php:422 1560msgid "Adoption of a grandchild" 1561msgstr "Adoptie van een kleinkind" 1562 1563#: app/Module/IndividualFactsTabModule.php:375 1564msgid "Adoption of a granddaughter" 1565msgstr "Adoptie van een kleindochter" 1566 1567#: app/Module/IndividualFactsTabModule.php:398 1568msgctxt "daughter’s daughter" 1569msgid "Adoption of a granddaughter" 1570msgstr "Adoptie van een kleindochter" 1571 1572#: app/Module/IndividualFactsTabModule.php:421 1573msgctxt "son’s daughter" 1574msgid "Adoption of a granddaughter" 1575msgstr "Adoptie van een kleindochter" 1576 1577#: app/Module/IndividualFactsTabModule.php:374 1578msgid "Adoption of a grandson" 1579msgstr "Adoptie van een kleinzoon" 1580 1581#: app/Module/IndividualFactsTabModule.php:397 1582msgctxt "daughter’s son" 1583msgid "Adoption of a grandson" 1584msgstr "Adoptie van een kleinzoon" 1585 1586#: app/Module/IndividualFactsTabModule.php:420 1587msgctxt "son’s son" 1588msgid "Adoption of a grandson" 1589msgstr "Adoptie van een kleinzoon" 1590 1591#: app/Module/IndividualFactsTabModule.php:351 1592msgid "Adoption of a half-brother" 1593msgstr "Adoptie van een halfbroer" 1594 1595#: app/Module/IndividualFactsTabModule.php:353 1596msgid "Adoption of a half-sibling" 1597msgstr "Adoptie van een halfbroer/halfzus" 1598 1599#: app/Module/IndividualFactsTabModule.php:352 1600msgid "Adoption of a half-sister" 1601msgstr "Adoptie van een halfzus" 1602 1603#: app/Module/IndividualFactsTabModule.php:330 1604msgid "Adoption of a sibling" 1605msgstr "Adoptie van broer/zus" 1606 1607#: app/Module/IndividualFactsTabModule.php:329 1608msgid "Adoption of a sister" 1609msgstr "Adoptie van een zus" 1610 1611#: app/Module/IndividualFactsTabModule.php:305 1612msgid "Adoption of a son" 1613msgstr "Adoptie van een zoon" 1614 1615#: app/Gedcom.php:539 1616msgid "Adoptive parents" 1617msgstr "Adoptieouders" 1618 1619#: app/Gedcom.php:583 1620msgid "Adult christening" 1621msgstr "Doop van volwassene" 1622 1623#: app/Http/RequestHandlers/SearchAdvancedPage.php:163 1624#: app/Module/SearchMenuModule.php:125 1625msgid "Advanced search" 1626msgstr "Uitgebreid zoeken" 1627 1628#. I18N: Name of a country or state 1629#: app/Statistics/Service/CountryService.php:42 1630msgid "Afghanistan" 1631msgstr "Afghanistan" 1632 1633#: resources/views/modules/statistics-chart/custom.phtml:197 1634msgid "Africa" 1635msgstr "Afrika" 1636 1637#: resources/views/admin/trees-create.phtml:59 1638msgid "After creating the family tree, you will be able to import data from a GEDCOM file." 1639msgstr "Na het aanmaken van de stamboom kunt u de gegevens van een GEDCOM-bestand importeren." 1640 1641#: app/Gedcom.php:504 app/Statistics/Google/ChartAge.php:137 1642#: app/Statistics/Google/ChartMarriageAge.php:160 1643#: resources/views/fact-date.phtml:137 1644#: resources/views/lists/chart-by-age.phtml:32 1645#: resources/views/lists/families-table.phtml:139 1646#: resources/views/lists/families-table.phtml:222 1647#: resources/views/lists/families-table.phtml:225 1648#: resources/views/lists/individuals-table.phtml:155 1649#: resources/views/lists/individuals-table.phtml:260 1650#: resources/views/modules/timeline-chart/chart.phtml:416 1651msgid "Age" 1652msgstr "Leeftijd" 1653 1654#: resources/views/modules/statistics-chart/birth-age.phtml:10 1655msgid "Age at birth of child" 1656msgstr "Leeftijd bij geboorte van kind" 1657 1658#: resources/views/admin/trees-privacy.phtml:71 1659msgid "Age at which to assume an individual is dead" 1660msgstr "Leeftijd waarboven een persoon geacht wordt overleden te zijn" 1661 1662#: resources/views/modules/statistics-chart/age-difference.phtml:37 1663msgid "Age between husband and wife" 1664msgstr "Leeftijdsverschil tussen man en vrouw" 1665 1666#: resources/views/modules/statistics-chart/age-difference.phtml:17 1667msgid "Age between siblings" 1668msgstr "Leeftijdsverschil tussen kinderen" 1669 1670#: resources/views/modules/statistics-chart/age-difference.phtml:46 1671msgid "Age between wife and husband" 1672msgstr "Leeftijdsverschil tussen vrouw en man" 1673 1674#: resources/views/modules/statistics-chart/age-difference.phtml:10 1675msgid "Age difference" 1676msgstr "Verschil in leeftijd" 1677 1678#: app/Module/StatisticsChartModule.php:641 1679#: resources/views/modules/statistics-chart/custom.phtml:40 1680msgid "Age in year of first marriage" 1681msgstr "Leeftijd in jaar van eerste huwelijk" 1682 1683#: app/Module/StatisticsChartModule.php:580 1684#: resources/views/lists/families-table.phtml:480 1685#: resources/views/lists/families-table.phtml:522 1686#: resources/views/modules/statistics-chart/custom.phtml:39 1687#: resources/views/modules/statistics-chart/marriage-age.phtml:10 1688msgid "Age in year of marriage" 1689msgstr "Leeftijd bij huwelijk" 1690 1691#: resources/views/modules/statistics-chart/custom.phtml:136 1692#: resources/views/modules/statistics-chart/custom.phtml:139 1693#: resources/views/modules/statistics-chart/custom.phtml:145 1694msgid "Age interval" 1695msgstr "Leeftijdsinterval" 1696 1697#. I18N: A configuration setting 1698#: resources/views/admin/trees-preferences.phtml:396 1699msgid "Age of parents next to child’s birthdate" 1700msgstr "Leeftijd van ouders naast geboortedatum kind" 1701 1702#: resources/views/lists/individuals-table.phtml:490 1703#: resources/views/lists/individuals-table.phtml:532 1704msgid "Age related to death year" 1705msgstr "Leeftijd in relatie tot jaar van overlijden" 1706 1707#: app/Gedcom.php:372 app/Gedcom.php:505 app/Gedcom.php:780 app/Gedcom.php:1164 1708msgid "Agency" 1709msgstr "Instantie" 1710 1711#. I18N: Name of a country or state 1712#: app/Statistics/Service/CountryService.php:48 1713msgid "Aland Islands" 1714msgstr "Aland Eilanden" 1715 1716#. I18N: Name of a country or state 1717#: app/Statistics/Service/CountryService.php:50 1718msgid "Albania" 1719msgstr "Albanië" 1720 1721#. I18N: Name of a module 1722#: app/Gedcom.php:932 app/Module/AlbumModule.php:42 1723msgid "Album" 1724msgstr "Album" 1725 1726#. I18N: Location of an LDS church temple 1727#: app/Elements/TempleCode.php:57 1728msgid "Albuquerque, New Mexico, United States" 1729msgstr "Albuquerque, New Mexico, Verenigde Staten" 1730 1731#. I18N: Name of a country or state 1732#: app/Statistics/Service/CountryService.php:167 1733msgid "Algeria" 1734msgstr "Algerije" 1735 1736#: app/Gedcom.php:543 1737msgid "Alias" 1738msgstr "Alias" 1739 1740#: resources/views/lists/individuals-table.phtml:192 1741msgid "Alive" 1742msgstr "Levend" 1743 1744#: app/Module/FrequentlyAskedQuestionsModule.php:317 1745#: app/Module/IndividualListModule.php:234 1746#: app/Module/IndividualListModule.php:243 1747#: app/Module/IndividualListModule.php:252 1748#: app/Module/IndividualListModule.php:341 1749#: app/Module/IndividualListModule.php:454 1750#: app/Module/IndividualListModule.php:456 1751#: resources/views/calendar-page.phtml:180 1752#: resources/views/lists/datatables-attributes.phtml:10 1753#: resources/views/modules/faq/config.phtml:74 1754#: resources/views/modules/random_media/config.phtml:20 1755#: resources/views/modules/user-messages/user-messages.phtml:67 1756#: resources/xml/reports/ahnentafel_report.xml:7 1757#: resources/xml/reports/descendancy_report.xml:6 1758#: resources/xml/reports/individual_ext_report.xml:6 1759#: resources/xml/reports/individual_ext_report.xml:7 1760#: resources/xml/reports/individual_ext_report.xml:11 1761#: resources/xml/reports/individual_ext_report.xml:94 1762#: resources/xml/reports/individual_report.xml:8 1763#: resources/xml/reports/missing_facts_report.xml:6 1764#: resources/xml/reports/missing_facts_report.xml:7 1765#: resources/xml/reports/relative_ext_report.xml:6 1766#: resources/xml/reports/relative_ext_report.xml:46 1767msgid "All" 1768msgstr "Alles" 1769 1770#: app/Http/RequestHandlers/TreePrivacyPage.php:170 1771#: resources/views/admin/trees-privacy.phtml:258 1772msgid "All facts and events" 1773msgstr "Alle feiten en gebeurtenissen" 1774 1775#: app/Http/RequestHandlers/RegisterAction.php:249 1776msgid "All fields must be completed." 1777msgstr "Alle velden moeten ingevuld worden." 1778 1779#: resources/views/calendar-page.phtml:122 1780#: resources/views/calendar-page.phtml:134 1781msgid "All individuals" 1782msgstr "Alle personen" 1783 1784#: app/Http/RequestHandlers/ModulesAllPage.php:58 1785#: resources/views/admin/components.phtml:28 1786#: resources/views/admin/control-panel.phtml:562 1787msgid "All modules" 1788msgstr "Alle modules" 1789 1790#: resources/views/admin/trees-privacy.phtml:165 1791#: resources/views/admin/trees-privacy.phtml:251 1792msgid "All records" 1793msgstr "Alle records" 1794 1795#. I18N: Description of the “CKEditor” module. WYSIWYG = “what you see is what you get” 1796#: app/Module/CkeditorModule.php:54 1797msgid "Allow other modules to edit text using a “WYSIWYG” editor, instead of using HTML codes." 1798msgstr "Sta andere modules toe tekst te wijzigen met een ‘WYSIWIG’-tekstverwerker, in plaats van HTML-code te gebruiken." 1799 1800#. I18N: A configuration setting 1801#: resources/views/admin/trees-preferences.phtml:603 1802msgid "Allow users to see raw GEDCOM records" 1803msgstr "Sta toe dat gebruikers onbewerkte GEDCOM-records kunnen zien" 1804 1805#. I18N: A configuration setting 1806#: resources/views/admin/site-registration.phtml:51 1807msgid "Allow visitors to request a new user account" 1808msgstr "Sta bezoekers toe een nieuw gebruikersaccount aan te vragen" 1809 1810#: app/Gedcom.php:868 app/Gedcom.php:931 app/Gedcom.php:1008 1811#: app/Gedcom.php:1299 app/Gedcom.php:1305 app/Gedcom.php:1431 1812#: app/Gedcom.php:1432 1813msgid "Also known as" 1814msgstr "Ook bekend als" 1815 1816#: app/Gedcom.php:1247 app/Gedcom.php:1279 1817msgid "Alternative place name" 1818msgstr "Alternatieve plaatsnaam" 1819 1820#. I18N: Name of a country or state 1821#: app/Statistics/Service/CountryService.php:60 1822msgid "American Samoa" 1823msgstr "Amerikaans-Samoa" 1824 1825#. I18N: FAQ = “Frequently Asked Question” 1826#: resources/views/modules/faq/edit.phtml:80 1827msgid "An FAQ can be displayed on just one of the family trees, or on all the family trees." 1828msgstr "Een FAQ item kan getoond worden voor één stamboom of voor alle stambomen." 1829 1830#: resources/views/admin/site-registration.phtml:58 1831msgid "An administrator must approve the new user account and select an access level before the user can sign in." 1832msgstr "Een beheerder moet een nieuw gebruikersaccount goedkeuren en een toegangsniveau selecteren voordat de gebruiker kan aanmelden." 1833 1834#. I18N: Description of the “Album” module 1835#: app/Module/AlbumModule.php:53 1836msgid "An alternative to the “media” tab, and an enhanced image viewer." 1837msgstr "Een alternatief voor het Media-tabblad, en een geavanceerde afbeeldingsviewer." 1838 1839#. I18N: Description of the “Charts” module 1840#: app/Module/ChartsBlockModule.php:77 1841msgid "An alternative way to display charts." 1842msgstr "Een alternatieve manier om diagrammen weer te geven." 1843 1844#. I18N: Description of the “Census assistant” module 1845#: app/Module/CensusAssistantModule.php:62 1846msgid "An alternative way to enter census transcripts and link them to individuals." 1847msgstr "Een andere manier om een afschrift van een volkstelling aan personen te koppelen." 1848 1849#. I18N: Description of the “Theme change” module 1850#: app/Module/ThemeSelectModule.php:56 1851msgid "An alternative way to select a new theme." 1852msgstr "Een andere manier om een nieuw thema te kiezen." 1853 1854#. I18N: Description of the “Sign in” module 1855#: app/Module/LoginBlockModule.php:54 1856msgid "An alternative way to sign in and sign out." 1857msgstr "Een andere manier om aan en af te melden." 1858 1859#. I18N: Description of the “HourglassChart” module 1860#: app/Module/HourglassChartModule.php:93 1861msgid "An hourglass chart of an individual’s ancestors and descendants." 1862msgstr "Een zandloper diagram met de voorouders en afstammelingen van een persoon." 1863 1864#: resources/views/edit/reorder-families.phtml:75 1865msgid "An individual can have more than one set of parents. For example, birth and adopted." 1866msgstr "Een persoon kan meerdere ouders hebben. Bijvoorbeeld biologische en adoptie ouders." 1867 1868#. I18N: Description of the “Interactive tree” module 1869#: app/Module/InteractiveTreeModule.php:60 1870msgid "An interactive tree, showing all the ancestors and descendants of an individual." 1871msgstr "Een interactieve boom, die alle voorouders en afstammelingen van een persoon toont." 1872 1873#: resources/views/errors/database-error.phtml:12 1874#: resources/views/setup/step-6-failed.phtml:12 1875msgid "An unexpected database error occurred." 1876msgstr "Een onverwachte databasefout is opgetreden." 1877 1878#: resources/views/admin/control-panel.phtml:201 1879msgid "An upgrade is available." 1880msgstr "Er is een nieuwe versie beschikbaar." 1881 1882#. I18N: Name of a module/report 1883#. I18N: Name of a module/chart 1884#: app/Module/AhnentafelReportModule.php:40 1885#: app/Module/AncestorsChartModule.php:101 1886#: resources/xml/reports/ahnentafel_report.xml:4 1887msgid "Ancestors" 1888msgstr "Voorouders" 1889 1890#: app/Gedcom.php:544 1891msgid "Ancestors interest" 1892msgstr "Interesse in voorouders" 1893 1894#: resources/xml/reports/ahnentafel_report.xml:55 1895msgid "Ancestors of " 1896msgstr "Voorouders van " 1897 1898#. I18N: %s is an individual’s name 1899#: app/Module/AncestorsChartModule.php:147 1900#, php-format 1901msgid "Ancestors of %s" 1902msgstr "Voorouders van %s" 1903 1904#: app/Gedcom.php:542 1905msgid "Ancestral file number" 1906msgstr "Voorouderlijk dossiernummer (AFN)" 1907 1908#: app/Gedcom.php:843 1909msgid "Ancestry PID" 1910msgstr "Voorouderlijk PID" 1911 1912#. I18N: Location of an LDS church temple 1913#: app/Elements/TempleCode.php:58 1914msgid "Anchorage, Alaska, United States" 1915msgstr "Anchorage, Alaska, Verenigde Staten" 1916 1917#. I18N: Name of a country or state 1918#: app/Statistics/Service/CountryService.php:52 1919msgid "Andorra" 1920msgstr "Andorra" 1921 1922#. I18N: Name of a country or state 1923#: app/Statistics/Service/CountryService.php:44 1924msgid "Angola" 1925msgstr "Angola" 1926 1927#. I18N: Name of a country or state 1928#: app/Statistics/Service/CountryService.php:46 1929msgid "Anguilla" 1930msgstr "Anguilla" 1931 1932#: resources/views/lists/anniversaries-table.phtml:39 1933#: resources/views/lists/families-table.phtml:228 1934#: resources/views/lists/individuals-table.phtml:246 1935#: resources/views/lists/individuals-table.phtml:256 1936#: resources/views/modules/share-anniversary/share.phtml:18 1937#: resources/views/modules/yahrzeit/table.phtml:29 1938msgid "Anniversary" 1939msgstr "Gedenkdag" 1940 1941#: app/Http/RequestHandlers/CalendarPage.php:116 1942msgid "Anniversary calendar" 1943msgstr "Gebeurteniskalender" 1944 1945#: app/Gedcom.php:408 1946msgid "Annulment" 1947msgstr "Nietigverklaring" 1948 1949#: resources/views/modules/faq/edit.phtml:42 1950msgid "Answer" 1951msgstr "Antwoord" 1952 1953#. I18N: Name of a country or state 1954#: app/Statistics/Service/CountryService.php:62 1955msgid "Antarctica" 1956msgstr "Antarctica" 1957 1958#. I18N: Name of a country or state 1959#: app/Statistics/Service/CountryService.php:66 1960msgid "Antigua and Barbuda" 1961msgstr "Antigua en Barbuda" 1962 1963#: app/Http/RequestHandlers/LoginPage.php:85 1964msgid "Anyone with a user account can access this website." 1965msgstr "Iedereen met een gebruikersaccount heeft toegang tot deze website." 1966 1967#. I18N: Location of an LDS church temple 1968#: app/Elements/TempleCode.php:59 1969msgid "Apia, Samoa" 1970msgstr "Apia, Samoa" 1971 1972#: resources/views/admin/gedcom-export-options.phtml:63 1973msgid "Apply privacy settings" 1974msgstr "Privacy-instellingen toepassen" 1975 1976#. I18N: Label for checkbox 1977#: resources/views/admin/trees-preferences.phtml:760 1978#: resources/views/admin/trees-privacy.phtml:294 1979msgid "Apply these preferences to all family trees" 1980msgstr "Pas deze voorkeuren toe op alle stambomen" 1981 1982#. I18N: Label for checkbox 1983#: resources/views/admin/trees-preferences.phtml:767 1984#: resources/views/admin/trees-privacy.phtml:301 1985msgid "Apply these preferences to new family trees" 1986msgstr "Pas deze voorkeuren toe op nieuwe stambomen" 1987 1988#: resources/views/admin/users.phtml:35 1989msgid "Approved" 1990msgstr "Goedgekeurd" 1991 1992#: resources/views/admin/users-edit.phtml:105 1993msgid "Approved by administrator" 1994msgstr "Goedgekeurd door beheerder" 1995 1996#: app/Date/AbstractGregorianJulianDate.php:234 1997msgctxt "Abbreviation for April" 1998msgid "Apr" 1999msgstr "apr." 2000 2001#: app/Date/AbstractGregorianJulianDate.php:131 2002msgctxt "GENITIVE" 2003msgid "April" 2004msgstr "april" 2005 2006#: app/Date/AbstractGregorianJulianDate.php:201 2007msgctxt "INSTRUMENTAL" 2008msgid "April" 2009msgstr "april" 2010 2011#: app/Date/AbstractGregorianJulianDate.php:166 2012msgctxt "LOCATIVE" 2013msgid "April" 2014msgstr "april" 2015 2016#: app/Date/AbstractGregorianJulianDate.php:96 2017#: app/Module/StatisticsChartModule.php:792 2018#: resources/views/edit/initialize-calendar-popup.phtml:14 2019msgctxt "NOMINATIVE" 2020msgid "April" 2021msgstr "april" 2022 2023#. I18N: The name of a colour-scheme 2024#: app/Module/ColorsTheme.php:153 2025msgid "Aqua Marine" 2026msgstr "Aquamarijn" 2027 2028#: resources/views/edit/icon-fact-delete.phtml:19 2029#, php-format 2030msgid "Are you sure you want to delete the link to “%s”?" 2031msgstr "Weet u zeker dat u de link naar “%s” wilt verwijderen?" 2032 2033#: resources/views/individual-name.phtml:86 2034#: resources/views/media-page-details.phtml:38 2035msgid "Are you sure you want to delete this fact?" 2036msgstr "Weet u zeker dat u dit feit wilt verwijderen?" 2037 2038#: resources/views/modules/user-messages/user-messages.phtml:51 2039#: resources/views/modules/user-messages/user-messages.phtml:135 2040msgid "Are you sure you want to delete this message? It cannot be retrieved later." 2041msgstr "Weet u zeker dat u dit bericht wilt verwijderen? Herstellen is niet mogelijk." 2042 2043#: app/Http/RequestHandlers/ManageMediaData.php:258 2044#: resources/views/admin/clean-data.phtml:41 2045#: resources/views/admin/trees.phtml:116 2046#: resources/views/admin/users-table-options.phtml:44 2047#: resources/views/edit-account-page.phtml:172 2048#: resources/views/edit/icon-fact-delete.phtml:14 2049#: resources/views/individual-page-menu.phtml:119 2050#: resources/views/media-page-menu.phtml:71 2051#: resources/views/modules/faq/config.phtml:102 2052#: resources/views/modules/gedcom_news/list.phtml:45 2053#: resources/views/modules/stories/config.phtml:87 2054#: resources/views/modules/user_blog/list.phtml:45 2055#: resources/views/record-page-menu.phtml:45 2056#, php-format 2057msgid "Are you sure you want to delete “%s”?" 2058msgstr "Weet u zeker dat u “%s” wilt verwijderen?" 2059 2060#: resources/views/pending-changes-page.phtml:104 2061msgid "Are you sure you want to reject all the changes to this family tree?" 2062msgstr "Weet u zeker dat u alle wijzigingen aan deze stamboom ongedaan wilt maken?" 2063 2064#: resources/views/modules/favorites/favorites.phtml:35 2065msgid "Are you sure you want to remove this item from your list of favorites?" 2066msgstr "Weet u zeker dat u dit item uit uw favorietenlijst wilt verwijderen?" 2067 2068#. I18N: Name of a country or state 2069#: app/Statistics/Service/CountryService.php:56 2070msgid "Argentina" 2071msgstr "Argentinië" 2072 2073#: resources/xml/reports/ahnentafel_report.xml:15 2074#: resources/xml/reports/bdm_report.xml:14 2075#: resources/xml/reports/birth_report.xml:12 2076#: resources/xml/reports/cemetery_report.xml:10 2077#: resources/xml/reports/change_report.xml:12 2078#: resources/xml/reports/death_report.xml:13 2079#: resources/xml/reports/descendancy_report.xml:10 2080#: resources/xml/reports/fact_sources.xml:10 2081#: resources/xml/reports/family_group_report.xml:14 2082#: resources/xml/reports/individual_ext_report.xml:15 2083#: resources/xml/reports/individual_report.xml:12 2084#: resources/xml/reports/marriage_report.xml:12 2085#: resources/xml/reports/missing_facts_report.xml:10 2086#: resources/xml/reports/occupation_report.xml:9 2087#: resources/xml/reports/pedigree_report.xml:10 2088#: resources/xml/reports/relative_ext_report.xml:10 2089msgctxt "font name" 2090msgid "Arial" 2091msgstr "Arial" 2092 2093#. I18N: Name of a country or state 2094#: app/Statistics/Service/CountryService.php:58 2095msgid "Armenia" 2096msgstr "Armenië" 2097 2098#. I18N: Name of a country or state 2099#: app/Statistics/Service/CountryService.php:40 2100msgid "Aruba" 2101msgstr "Aruba" 2102 2103#: resources/views/modules/html/config.phtml:43 2104msgid "As well as using the toolbar to apply HTML formatting, you can insert database fields which are updated automatically. These special fields are marked with <b>#</b> characters. For example <b>#totalFamilies#</b> will be replaced with the actual number of families in the database. Advanced users may wish to apply CSS classes to their text, so that the formatting matches the currently selected theme." 2105msgstr "Naast het gebruik van de gereedschapsbalk om HTML formattering toe te passen, kunt u databasevelden invoegen die automatisch worden bijgewerkt. Deze speciale velden zijn gemarkeerd met <b>#</b> tekens. Bijvoorbeeld <b>#totalFamilies#</b> wordt vervangen door het actuele aantal families in de database. Gevorderde gebruikers kunnen CSS classes aan hun tekst toevoegen, zodat de layout past bij het gekozen thema." 2106 2107#. I18N: The name of a colour-scheme 2108#: app/Module/ColorsTheme.php:155 2109msgid "Ash" 2110msgstr "As" 2111 2112#: resources/views/modules/statistics-chart/custom.phtml:191 2113msgid "Asia" 2114msgstr "Azië" 2115 2116#: app/Gedcom.php:545 app/Gedcom.php:1053 app/Gedcom.php:1105 2117#: app/Gedcom.php:1262 app/Gedcom.php:1294 app/Gedcom.php:1460 2118#: app/Gedcom.php:1552 app/Gedcom.php:1566 2119#: resources/views/fact-association-structure.phtml:100 2120msgid "Associate" 2121msgstr "Gerelateerd persoon" 2122 2123#: app/Http/RequestHandlers/HelpText.php:276 2124msgid "Associate events with this source" 2125msgstr "Koppel gebeurtenissen aan deze bron" 2126 2127#: resources/views/modules/personal_facts/tab.phtml:32 2128msgid "Associated events" 2129msgstr "Gerelateerde gebeurtenissen" 2130 2131#. I18N: Location of an LDS church temple 2132#: app/Elements/TempleCode.php:61 2133msgid "Asuncion, Paraguay" 2134msgstr "Asuncion, Paraguay" 2135 2136#. I18N: Name of a country or state 2137#: app/Statistics/Service/CountryService.php:431 2138msgid "At sea" 2139msgstr "Op zee" 2140 2141#. I18N: Location of an LDS church temple 2142#: app/Elements/TempleCode.php:62 2143msgid "Atlanta, Georgia, United States" 2144msgstr "Atlanta, Georgia, Verenigde Staten" 2145 2146#: app/Elements/RelationIsDescriptor.php:94 2147msgid "Attendant" 2148msgstr "Assistent" 2149 2150#: app/Elements/RelationIsDescriptor.php:73 2151msgctxt "FEMALE" 2152msgid "Attendant" 2153msgstr "Assistente" 2154 2155#: app/Elements/RelationIsDescriptor.php:52 2156msgctxt "MALE" 2157msgid "Attendant" 2158msgstr "Assistent" 2159 2160#: app/Elements/RelationIsDescriptor.php:95 2161msgid "Attending" 2162msgstr "Aanwezig" 2163 2164#: app/Elements/RelationIsDescriptor.php:74 2165msgctxt "FEMALE" 2166msgid "Attending" 2167msgstr "Aanwezig" 2168 2169#: app/Elements/RelationIsDescriptor.php:53 2170msgctxt "MALE" 2171msgid "Attending" 2172msgstr "Aanwezig" 2173 2174#. I18N: Type of media object 2175#: app/Elements/SourceMediaType.php:60 app/Gedcom.php:1408 2176msgid "Audio" 2177msgstr "Audio" 2178 2179#: app/Date/AbstractGregorianJulianDate.php:238 2180msgctxt "Abbreviation for August" 2181msgid "Aug" 2182msgstr "aug." 2183 2184#: app/Date/AbstractGregorianJulianDate.php:135 2185msgctxt "GENITIVE" 2186msgid "August" 2187msgstr "augustus" 2188 2189#: app/Date/AbstractGregorianJulianDate.php:205 2190msgctxt "INSTRUMENTAL" 2191msgid "August" 2192msgstr "augustus" 2193 2194#: app/Date/AbstractGregorianJulianDate.php:170 2195msgctxt "LOCATIVE" 2196msgid "August" 2197msgstr "augustus" 2198 2199#: app/Date/AbstractGregorianJulianDate.php:100 2200#: app/Module/StatisticsChartModule.php:796 2201#: resources/views/edit/initialize-calendar-popup.phtml:18 2202msgctxt "NOMINATIVE" 2203msgid "August" 2204msgstr "augustus" 2205 2206#. I18N: Name of a country or state 2207#: app/Statistics/Service/CountryService.php:68 2208msgid "Australia" 2209msgstr "Australië" 2210 2211#. I18N: Name of a country or state 2212#: app/Statistics/Service/CountryService.php:70 2213msgid "Austria" 2214msgstr "Oostenrijk" 2215 2216#: app/Gedcom.php:774 resources/views/lists/sources-table.phtml:96 2217#: resources/views/modals/source-fields.phtml:30 2218msgid "Author" 2219msgstr "Auteur" 2220 2221#: app/Gedcom.php:1458 app/Gedcom.php:1466 app/Gedcom.php:1475 2222#: app/Gedcom.php:1476 app/Gedcom.php:1479 app/Gedcom.php:1480 2223#: app/Gedcom.php:1551 app/Gedcom.php:1565 app/Gedcom.php:1579 2224#: app/Gedcom.php:1581 app/Gedcom.php:1583 app/Gedcom.php:1585 2225#: app/Gedcom.php:1587 app/Gedcom.php:1589 2226msgid "Author of last change" 2227msgstr "Auteur van laatste wijziging" 2228 2229#. I18N: Automatic suggestions when you type 2230#: app/Http/RequestHandlers/ModulesMapAutocompletePage.php:43 2231#: resources/views/admin/control-panel.phtml:627 2232msgid "Autocomplete" 2233msgstr "Automatisch aanvullen" 2234 2235#: resources/views/admin/users-edit.phtml:155 2236msgid "Automatically accept changes made by this user" 2237msgstr "Accepteer wijzigingen van deze gebruiker automatisch" 2238 2239#. I18N: A configuration setting 2240#: resources/views/admin/trees-preferences.phtml:530 2241msgid "Automatically expand notes" 2242msgstr "Toon automatisch volledige notities" 2243 2244#. I18N: A configuration setting 2245#: resources/views/admin/trees-preferences.phtml:544 2246msgid "Automatically expand sources" 2247msgstr "Toon automatisch volledige bronnen" 2248 2249#. I18N: a month in the Jewish calendar 2250#: app/Date/JewishDate.php:215 2251msgctxt "GENITIVE" 2252msgid "Av" 2253msgstr "Av" 2254 2255#. I18N: a month in the Jewish calendar 2256#: app/Date/JewishDate.php:319 2257msgctxt "INSTRUMENTAL" 2258msgid "Av" 2259msgstr "Av" 2260 2261#. I18N: a month in the Jewish calendar 2262#: app/Date/JewishDate.php:267 2263msgctxt "LOCATIVE" 2264msgid "Av" 2265msgstr "Av" 2266 2267#. I18N: a month in the Jewish calendar 2268#: app/Date/JewishDate.php:163 2269msgctxt "NOMINATIVE" 2270msgid "Av" 2271msgstr "Av" 2272 2273#: app/Statistics/Google/ChartAge.php:115 2274#: app/Statistics/Google/ChartMarriageAge.php:138 2275#: resources/views/lists/families-table.phtml:142 2276#: resources/views/lists/individuals-table.phtml:158 2277msgid "Average age" 2278msgstr "Gemiddelde Leeftijd" 2279 2280#: app/Module/StatisticsChartModule.php:518 2281#: app/Statistics/Google/ChartAge.php:135 2282#: resources/views/modules/gedcom_stats/config.phtml:58 2283#: resources/views/modules/gedcom_stats/statistics.phtml:221 2284#: resources/views/modules/html/template-statistics.phtml:89 2285#: resources/views/modules/statistics-chart/custom.phtml:38 2286#: resources/views/modules/statistics-chart/lifespan.phtml:17 2287msgid "Average age at death" 2288msgstr "Gemiddelde leeftijd bij overlijden" 2289 2290#: app/Statistics/Google/ChartMarriageAge.php:158 2291msgid "Average age at marriage" 2292msgstr "Gemiddelde leeftijd bij huwelijk" 2293 2294#: app/Statistics/Google/ChartMarriageAge.php:155 2295msgid "Average age in century of marriage" 2296msgstr "Gemiddelde leeftijd in eeuw van huwelijk" 2297 2298#: app/Statistics/Google/ChartAge.php:132 2299msgid "Average age related to death century" 2300msgstr "Gemiddelde leeftijd in relatie tot eeuw van overlijden" 2301 2302#: app/Statistics/Google/ChartChildren.php:88 2303msgid "Average number" 2304msgstr "Gemiddelde" 2305 2306#: app/Statistics/Google/ChartChildren.php:99 2307#: resources/views/modules/gedcom_stats/config.phtml:60 2308#: resources/views/modules/gedcom_stats/statistics.phtml:249 2309#: resources/views/modules/html/template-statistics.phtml:97 2310#: resources/views/modules/statistics-chart/children.phtml:17 2311msgid "Average number of children per family" 2312msgstr "Gemiddeld aantal kinderen per gezin" 2313 2314#. I18N: help text for family tree / GEDCOM file names 2315#: resources/views/admin/trees-create.phtml:47 2316#: resources/views/admin/trees-preferences.phtml:86 2317msgid "Avoid spaces and punctuation. A family name might be a good choice." 2318msgstr "Vermijd spaties en leestekens. Een familienaam zou een goede keuze zijn." 2319 2320#: app/Date/JalaliDate.php:281 2321msgctxt "Abbreviation for Persian month: Azar" 2322msgid "Azar" 2323msgstr "Azar" 2324 2325#. I18N: 9th month in the Persian/Jalali calendar 2326#: app/Date/JalaliDate.php:155 2327msgctxt "GENITIVE" 2328msgid "Azar" 2329msgstr "Azar" 2330 2331#. I18N: 9th month in the Persian/Jalali calendar 2332#: app/Date/JalaliDate.php:245 2333msgctxt "INSTRUMENTAL" 2334msgid "Azar" 2335msgstr "Azar" 2336 2337#. I18N: 9th month in the Persian/Jalali calendar 2338#: app/Date/JalaliDate.php:200 2339msgctxt "LOCATIVE" 2340msgid "Azar" 2341msgstr "Azar" 2342 2343#. I18N: 9th month in the Persian/Jalali calendar 2344#: app/Date/JalaliDate.php:110 2345msgctxt "NOMINATIVE" 2346msgid "Azar" 2347msgstr "Azar" 2348 2349#. I18N: Name of a country or state 2350#: app/Statistics/Service/CountryService.php:72 2351msgid "Azerbaijan" 2352msgstr "Azerbeidzjan" 2353 2354#. I18N: Name of a country or state 2355#: app/Statistics/Service/CountryService.php:74 2356msgid "Azores" 2357msgstr "Azoren" 2358 2359#: app/Date/JalaliDate.php:283 2360msgctxt "Abbreviation for Persian month: Bahman" 2361msgid "Bah" 2362msgstr "Bah" 2363 2364#. I18N: Name of a country or state 2365#: app/Statistics/Service/CountryService.php:91 2366msgid "Bahamas" 2367msgstr "Bahama's" 2368 2369#. I18N: 11th month in the Persian/Jalali calendar 2370#: app/Date/JalaliDate.php:159 2371msgctxt "GENITIVE" 2372msgid "Bahman" 2373msgstr "Bahman" 2374 2375#. I18N: 11th month in the Persian/Jalali calendar 2376#: app/Date/JalaliDate.php:249 2377msgctxt "INSTRUMENTAL" 2378msgid "Bahman" 2379msgstr "Bahman" 2380 2381#. I18N: 11th month in the Persian/Jalali calendar 2382#: app/Date/JalaliDate.php:204 2383msgctxt "LOCATIVE" 2384msgid "Bahman" 2385msgstr "Bahman" 2386 2387#. I18N: 11th month in the Persian/Jalali calendar 2388#: app/Date/JalaliDate.php:114 2389msgctxt "NOMINATIVE" 2390msgid "Bahman" 2391msgstr "Bahman" 2392 2393#. I18N: Name of a country or state 2394#: app/Statistics/Service/CountryService.php:89 2395msgid "Bahrain" 2396msgstr "Bahrein" 2397 2398#. I18N: Name of a country or state 2399#: app/Statistics/Service/CountryService.php:85 2400msgid "Bangladesh" 2401msgstr "Bangladesh" 2402 2403#: app/Gedcom.php:553 resources/views/calendar-page.phtml:186 2404#: resources/xml/reports/missing_facts_report.xml:16 2405msgid "Baptism" 2406msgstr "Gedoopt" 2407 2408#: app/Module/IndividualFactsTabModule.php:323 2409msgid "Baptism of a brother" 2410msgstr "Doop van een broer" 2411 2412#: app/Module/IndividualFactsTabModule.php:302 2413msgid "Baptism of a child" 2414msgstr "Doop van een kind" 2415 2416#: app/Module/IndividualFactsTabModule.php:301 2417msgid "Baptism of a daughter" 2418msgstr "Doop van een dochter" 2419 2420#: app/Module/IndividualFactsTabModule.php:371 2421#: app/Module/IndividualFactsTabModule.php:394 2422#: app/Module/IndividualFactsTabModule.php:417 2423#: app/Module/IndividualFactsTabModule.php:494 2424#: app/Module/IndividualFactsTabModule.php:512 2425msgid "Baptism of a grandchild" 2426msgstr "Doop van een kleinkind" 2427 2428#: app/Module/IndividualFactsTabModule.php:370 2429msgid "Baptism of a granddaughter" 2430msgstr "Doop van een kleindochter" 2431 2432#: app/Module/IndividualFactsTabModule.php:393 2433msgctxt "daughter’s daughter" 2434msgid "Baptism of a granddaughter" 2435msgstr "Doop van een kleindochter" 2436 2437#: app/Module/IndividualFactsTabModule.php:416 2438msgctxt "son’s daughter" 2439msgid "Baptism of a granddaughter" 2440msgstr "Doop van een kleindochter" 2441 2442#: app/Module/IndividualFactsTabModule.php:369 2443msgid "Baptism of a grandson" 2444msgstr "Doop van een kleinzoon" 2445 2446#: app/Module/IndividualFactsTabModule.php:392 2447msgctxt "daughter’s son" 2448msgid "Baptism of a grandson" 2449msgstr "Doop van een kleinzoon" 2450 2451#: app/Module/IndividualFactsTabModule.php:415 2452msgctxt "son’s son" 2453msgid "Baptism of a grandson" 2454msgstr "Doop van een kleinzoon" 2455 2456#: app/Module/IndividualFactsTabModule.php:346 2457msgid "Baptism of a half-brother" 2458msgstr "Doop van een halfbroer" 2459 2460#: app/Module/IndividualFactsTabModule.php:348 2461msgid "Baptism of a half-sibling" 2462msgstr "Doop van een halfbroer/halfzus" 2463 2464#: app/Module/IndividualFactsTabModule.php:347 2465msgid "Baptism of a half-sister" 2466msgstr "Doop van een halfzus" 2467 2468#: app/Module/IndividualFactsTabModule.php:325 2469msgid "Baptism of a sibling" 2470msgstr "Doop van een broer/zus" 2471 2472#: app/Module/IndividualFactsTabModule.php:324 2473msgid "Baptism of a sister" 2474msgstr "Doop van een zus" 2475 2476#: app/Module/IndividualFactsTabModule.php:300 2477msgid "Baptism of a son" 2478msgstr "Doop van een zoon" 2479 2480#: app/Gedcom.php:556 resources/xml/reports/missing_facts_report.xml:17 2481msgid "Bar mitzvah" 2482msgstr "Bar mitswa" 2483 2484#. I18N: Name of a country or state 2485#: app/Statistics/Service/CountryService.php:106 2486msgid "Barbados" 2487msgstr "Barbados" 2488 2489#: app/Gedcom.php:1086 2490msgid "Base GEDCOM tag" 2491msgstr "Standaard GEDCOM-label" 2492 2493#: app/Gedcom.php:559 resources/xml/reports/missing_facts_report.xml:18 2494msgid "Bat mitzvah" 2495msgstr "Bat mitswa" 2496 2497#. I18N: Location of an LDS church temple 2498#: app/Elements/TempleCode.php:73 2499msgid "Baton Rouge, Louisiana, United States" 2500msgstr "Baton Rouge, Louisiana, Verenigde Staten" 2501 2502#: app/Http/RequestHandlers/SearchAdvancedPage.php:250 2503msgid "Begins with" 2504msgstr "Begint met" 2505 2506#. I18N: Name of a country or state 2507#: app/Statistics/Service/CountryService.php:96 2508msgid "Belarus" 2509msgstr "Wit-Rusland" 2510 2511#. I18N: The name of a colour-scheme 2512#: app/Module/ColorsTheme.php:157 2513msgid "Belgian Chocolate" 2514msgstr "Belgische chocola" 2515 2516#. I18N: Name of a country or state 2517#: app/Statistics/Service/CountryService.php:78 2518msgid "Belgium" 2519msgstr "België" 2520 2521#. I18N: Name of a country or state 2522#: app/Statistics/Service/CountryService.php:98 2523msgid "Belize" 2524msgstr "Belize" 2525 2526#. I18N: Name of a country or state 2527#: app/Statistics/Service/CountryService.php:80 2528msgid "Benin" 2529msgstr "Benin" 2530 2531#. I18N: Name of a country or state 2532#: app/Statistics/Service/CountryService.php:100 2533msgid "Bermuda" 2534msgstr "Bermuda" 2535 2536#. I18N: Location of an LDS church temple 2537#: app/Elements/TempleCode.php:191 2538msgid "Bern, Switzerland" 2539msgstr "Bern, Zwitserland" 2540 2541#: app/Elements/RelationIsDescriptor.php:96 2542msgid "Best man" 2543msgstr "Getuige bij huwelijk" 2544 2545#. I18N: Name of a country or state 2546#: app/Statistics/Service/CountryService.php:110 2547msgid "Bhutan" 2548msgstr "Bhutan" 2549 2550#: app/Gedcom.php:1526 2551msgid "Bibliography" 2552msgstr "Bibliografie" 2553 2554#. I18N: Location of an LDS church temple 2555#: app/Elements/TempleCode.php:64 2556msgid "Billings, Montana, United States" 2557msgstr "Billings, Montana, Verenigde Staten" 2558 2559#: app/Gedcom.php:727 2560msgid "Binary data object" 2561msgstr "Binair gegevensobject" 2562 2563#: app/Module/BingMaps.php:82 app/Module/MapLinkBing.php:42 2564msgid "Bing™ maps" 2565msgstr "Bing Kaarten™" 2566 2567#: app/Module/BingWebmasterToolsModule.php:41 2568msgid "Bing™ webmaster tools" 2569msgstr "Bing™ hulpprogramma's voor webmasters" 2570 2571#. I18N: Location of an LDS church temple 2572#: app/Elements/TempleCode.php:65 2573msgid "Birmingham, Alabama, United States" 2574msgstr "Birmingham, Alabama, Verenigde Staten" 2575 2576#: app/Gedcom.php:562 app/Http/RequestHandlers/IndividualPage.php:199 2577#: resources/views/calendar-page.phtml:183 2578#: resources/views/lists/individuals-table.phtml:215 2579#: resources/views/lists/individuals-table.phtml:220 2580#: resources/views/lists/individuals-table.phtml:244 2581#: resources/xml/reports/ahnentafel_report.xml:441 2582#: resources/xml/reports/bdm_report.xml:58 2583#: resources/xml/reports/change_report.xml:102 2584#: resources/xml/reports/change_report.xml:118 2585#: resources/xml/reports/descendancy_report.xml:560 2586#: resources/xml/reports/family_group_report.xml:182 2587#: resources/xml/reports/family_group_report.xml:470 2588#: resources/xml/reports/family_group_report.xml:477 2589#: resources/xml/reports/family_group_report.xml:536 2590#: resources/xml/reports/family_group_report.xml:733 2591#: resources/xml/reports/family_group_report.xml:740 2592#: resources/xml/reports/family_group_report.xml:880 2593#: resources/xml/reports/family_group_report.xml:1081 2594#: resources/xml/reports/family_group_report.xml:1090 2595#: resources/xml/reports/individual_ext_report.xml:281 2596#: resources/xml/reports/individual_ext_report.xml:317 2597#: resources/xml/reports/individual_ext_report.xml:357 2598#: resources/xml/reports/individual_ext_report.xml:393 2599#: resources/xml/reports/individual_ext_report.xml:429 2600#: resources/xml/reports/individual_ext_report.xml:487 2601#: resources/xml/reports/individual_ext_report.xml:523 2602#: resources/xml/reports/individual_ext_report.xml:564 2603#: resources/xml/reports/individual_ext_report.xml:600 2604#: resources/xml/reports/individual_ext_report.xml:636 2605#: resources/xml/reports/individual_report.xml:270 2606#: resources/xml/reports/individual_report.xml:306 2607#: resources/xml/reports/individual_report.xml:346 2608#: resources/xml/reports/individual_report.xml:382 2609#: resources/xml/reports/individual_report.xml:418 2610#: resources/xml/reports/individual_report.xml:479 2611#: resources/xml/reports/individual_report.xml:519 2612#: resources/xml/reports/individual_report.xml:560 2613#: resources/xml/reports/individual_report.xml:596 2614#: resources/xml/reports/individual_report.xml:632 2615#: resources/xml/reports/missing_facts_report.xml:15 2616#: resources/xml/reports/pedigree_report.xml:73 2617#: resources/xml/reports/pedigree_report.xml:74 2618#: resources/xml/reports/pedigree_report.xml:94 2619#: resources/xml/reports/pedigree_report.xml:95 2620#: resources/xml/reports/pedigree_report.xml:116 2621#: resources/xml/reports/pedigree_report.xml:117 2622#: resources/xml/reports/pedigree_report.xml:134 2623#: resources/xml/reports/pedigree_report.xml:135 2624#: resources/xml/reports/pedigree_report.xml:156 2625#: resources/xml/reports/pedigree_report.xml:157 2626#: resources/xml/reports/pedigree_report.xml:175 2627#: resources/xml/reports/pedigree_report.xml:176 2628#: resources/xml/reports/pedigree_report.xml:197 2629#: resources/xml/reports/pedigree_report.xml:198 2630#: resources/xml/reports/pedigree_report.xml:218 2631#: resources/xml/reports/pedigree_report.xml:219 2632#: resources/xml/reports/pedigree_report.xml:240 2633#: resources/xml/reports/pedigree_report.xml:241 2634#: resources/xml/reports/pedigree_report.xml:261 2635#: resources/xml/reports/pedigree_report.xml:262 2636#: resources/xml/reports/pedigree_report.xml:283 2637#: resources/xml/reports/pedigree_report.xml:284 2638#: resources/xml/reports/pedigree_report.xml:304 2639#: resources/xml/reports/pedigree_report.xml:305 2640#: resources/xml/reports/pedigree_report.xml:326 2641#: resources/xml/reports/pedigree_report.xml:327 2642#: resources/xml/reports/pedigree_report.xml:347 2643#: resources/xml/reports/pedigree_report.xml:348 2644#: resources/xml/reports/pedigree_report.xml:369 2645#: resources/xml/reports/pedigree_report.xml:370 2646#: resources/xml/reports/pedigree_report.xml:390 2647#: resources/xml/reports/pedigree_report.xml:409 2648#: resources/xml/reports/pedigree_report.xml:428 2649#: resources/xml/reports/pedigree_report.xml:447 2650#: resources/xml/reports/pedigree_report.xml:466 2651#: resources/xml/reports/pedigree_report.xml:485 2652#: resources/xml/reports/pedigree_report.xml:504 2653#: resources/xml/reports/pedigree_report.xml:523 2654#: resources/xml/reports/pedigree_report.xml:542 2655#: resources/xml/reports/pedigree_report.xml:561 2656#: resources/xml/reports/pedigree_report.xml:580 2657#: resources/xml/reports/pedigree_report.xml:599 2658#: resources/xml/reports/pedigree_report.xml:618 2659#: resources/xml/reports/pedigree_report.xml:637 2660#: resources/xml/reports/pedigree_report.xml:656 2661#: resources/xml/reports/pedigree_report.xml:675 2662#: resources/xml/reports/pedigree_report.xml:775 2663#: resources/xml/reports/pedigree_report.xml:776 2664#: resources/xml/reports/pedigree_report.xml:796 2665#: resources/xml/reports/pedigree_report.xml:797 2666#: resources/xml/reports/pedigree_report.xml:818 2667#: resources/xml/reports/pedigree_report.xml:819 2668#: resources/xml/reports/pedigree_report.xml:836 2669#: resources/xml/reports/pedigree_report.xml:837 2670#: resources/xml/reports/pedigree_report.xml:858 2671#: resources/xml/reports/pedigree_report.xml:859 2672#: resources/xml/reports/pedigree_report.xml:876 2673#: resources/xml/reports/pedigree_report.xml:877 2674#: resources/xml/reports/pedigree_report.xml:898 2675#: resources/xml/reports/pedigree_report.xml:899 2676#: resources/xml/reports/pedigree_report.xml:920 2677#: resources/xml/reports/pedigree_report.xml:942 2678#: resources/xml/reports/pedigree_report.xml:963 2679#: resources/xml/reports/pedigree_report.xml:985 2680#: resources/xml/reports/pedigree_report.xml:1006 2681#: resources/xml/reports/pedigree_report.xml:1028 2682#: resources/xml/reports/pedigree_report.xml:1049 2683#: resources/xml/reports/pedigree_report.xml:1071 2684#: resources/xml/reports/pedigree_report.xml:1094 2685#: resources/xml/reports/pedigree_report.xml:1113 2686#: resources/xml/reports/pedigree_report.xml:1132 2687#: resources/xml/reports/pedigree_report.xml:1151 2688#: resources/xml/reports/pedigree_report.xml:1170 2689#: resources/xml/reports/pedigree_report.xml:1189 2690#: resources/xml/reports/pedigree_report.xml:1208 2691#: resources/xml/reports/pedigree_report.xml:1227 2692#: resources/xml/reports/pedigree_report.xml:1246 2693#: resources/xml/reports/pedigree_report.xml:1265 2694#: resources/xml/reports/pedigree_report.xml:1284 2695#: resources/xml/reports/pedigree_report.xml:1303 2696#: resources/xml/reports/pedigree_report.xml:1322 2697#: resources/xml/reports/pedigree_report.xml:1341 2698#: resources/xml/reports/pedigree_report.xml:1360 2699#: resources/xml/reports/pedigree_report.xml:1379 2700#: resources/xml/reports/relative_ext_report.xml:63 2701msgid "Birth" 2702msgstr "Geboren" 2703 2704#: app/Elements/PedigreeLinkageType.php:60 2705msgctxt "Female pedigree" 2706msgid "Birth" 2707msgstr "Geboorte" 2708 2709#: app/Elements/PedigreeLinkageType.php:50 2710msgctxt "Male pedigree" 2711msgid "Birth" 2712msgstr "Geboorte" 2713 2714#: app/Elements/PedigreeLinkageType.php:70 2715msgctxt "Pedigree" 2716msgid "Birth" 2717msgstr "Geboorte" 2718 2719#: app/Statistics/Google/ChartDistribution.php:301 2720msgid "Birth by country" 2721msgstr "Geboorte per land" 2722 2723#: resources/xml/reports/bdm_report.xml:8 2724#: resources/xml/reports/birth_report.xml:8 2725msgid "Birth date range end" 2726msgstr "Einde reeks geboortedata" 2727 2728#: resources/xml/reports/bdm_report.xml:7 2729#: resources/xml/reports/birth_report.xml:7 2730msgid "Birth date range start" 2731msgstr "Begin reeks geboortedata" 2732 2733#: app/Gedcom.php:869 2734msgid "Birth name" 2735msgstr "Geboortenaam" 2736 2737#: app/Module/IndividualFactsTabModule.php:313 2738msgid "Birth of a brother" 2739msgstr "Geboorte van een broer" 2740 2741#: app/Module/IndividualFactsTabModule.php:292 app/Module/PlacesModule.php:222 2742#: resources/views/admin/trees-preferences.phtml:438 2743msgid "Birth of a child" 2744msgstr "Geboorte van een kind" 2745 2746#: app/Module/IndividualFactsTabModule.php:291 2747msgid "Birth of a daughter" 2748msgstr "Geboorte van een dochter" 2749 2750#: app/Module/IndividualFactsTabModule.php:361 2751#: app/Module/IndividualFactsTabModule.php:384 2752#: app/Module/IndividualFactsTabModule.php:407 2753#: resources/views/admin/trees-preferences.phtml:432 2754msgid "Birth of a grandchild" 2755msgstr "Geboorte van een kleinkind" 2756 2757#: app/Module/IndividualFactsTabModule.php:360 2758msgid "Birth of a granddaughter" 2759msgstr "Geboorte van een kleindochter" 2760 2761#: app/Module/IndividualFactsTabModule.php:383 2762msgctxt "daughter’s daughter" 2763msgid "Birth of a granddaughter" 2764msgstr "Geboorte van een kleindochter" 2765 2766#: app/Module/IndividualFactsTabModule.php:406 2767msgctxt "son’s daughter" 2768msgid "Birth of a granddaughter" 2769msgstr "Geboorte van een kleindochter" 2770 2771#: app/Module/IndividualFactsTabModule.php:359 2772msgid "Birth of a grandson" 2773msgstr "Geboorte van een kleinzoon" 2774 2775#: app/Module/IndividualFactsTabModule.php:382 2776msgctxt "daughter’s son" 2777msgid "Birth of a grandson" 2778msgstr "Geboorte van een kleinzoon" 2779 2780#: app/Module/IndividualFactsTabModule.php:405 2781msgctxt "son’s son" 2782msgid "Birth of a grandson" 2783msgstr "Geboorte van een kleinzoon" 2784 2785#: app/Module/IndividualFactsTabModule.php:336 2786msgid "Birth of a half-brother" 2787msgstr "Geboorte van een halfbroer" 2788 2789#: app/Module/IndividualFactsTabModule.php:338 2790msgid "Birth of a half-sibling" 2791msgstr "Geboorte van een halfbroer/halfzus" 2792 2793#: app/Module/IndividualFactsTabModule.php:337 2794msgid "Birth of a half-sister" 2795msgstr "Geboorte van een halfzus" 2796 2797#: app/Module/IndividualFactsTabModule.php:315 2798#: resources/views/admin/trees-preferences.phtml:444 2799msgid "Birth of a sibling" 2800msgstr "Geboorte van een broer/zus" 2801 2802#: app/Module/IndividualFactsTabModule.php:314 2803msgid "Birth of a sister" 2804msgstr "Geboorte van een zus" 2805 2806#: app/Module/IndividualFactsTabModule.php:290 2807msgid "Birth of a son" 2808msgstr "Geboorte van een zoon" 2809 2810#: app/Gedcom.php:564 2811msgid "Birth parents" 2812msgstr "Geboorteouders" 2813 2814#: resources/views/modules/statistics-chart/places.phtml:18 2815msgid "Birth places" 2816msgstr "Geboorteplaatsen" 2817 2818#: resources/xml/reports/birth_report.xml:6 2819msgid "Birthplace contains" 2820msgstr "Geboorteplaats bevat" 2821 2822#. I18N: Name of a module/report 2823#: app/Module/BirthReportModule.php:40 2824#: resources/views/modules/statistics-chart/custom.phtml:65 2825#: resources/xml/reports/birth_report.xml:3 2826#: resources/xml/reports/birth_report.xml:31 2827msgid "Births" 2828msgstr "Geboortes" 2829 2830#: app/Statistics/Google/ChartBirth.php:111 2831#: resources/views/modules/statistics-chart/individual-events.phtml:25 2832msgid "Births by century" 2833msgstr "Geboorten per eeuw" 2834 2835#. I18N: Location of an LDS church temple 2836#: app/Elements/TempleCode.php:66 2837msgid "Bismarck, North Dakota, United States" 2838msgstr "Bismarck, North Dakota, Verenigde Staten" 2839 2840#: app/Gedcom.php:566 2841msgid "Blessing" 2842msgstr "Zegening" 2843 2844#: app/Gedcom.php:1484 resources/views/edit-blocks-block.phtml:22 2845msgid "Block" 2846msgstr "Blok" 2847 2848#: app/Http/RequestHandlers/ModulesBlocksPage.php:43 2849#: resources/views/admin/control-panel.phtml:613 2850#: resources/views/admin/modules.phtml:90 2851#: resources/views/admin/modules.phtml:92 2852msgid "Blocks" 2853msgstr "Blokken" 2854 2855#. I18N: The name of a colour-scheme 2856#: app/Module/ColorsTheme.php:159 2857msgid "Blue Lagoon" 2858msgstr "Blauwe Lagune" 2859 2860#. I18N: The name of a colour-scheme 2861#: app/Module/ColorsTheme.php:161 2862msgid "Blue Marine" 2863msgstr "Zeeblauw" 2864 2865#. I18N: Location of an LDS church temple 2866#: app/Elements/TempleCode.php:67 2867msgid "Bogota, Colombia" 2868msgstr "Bogota, Colombia" 2869 2870#. I18N: Location of an LDS church temple 2871#: app/Elements/TempleCode.php:68 2872msgid "Boise, Idaho, United States" 2873msgstr "Boise, Idaho, Verenigde Staten" 2874 2875#. I18N: Name of a country or state 2876#: app/Statistics/Service/CountryService.php:102 2877msgid "Bolivia" 2878msgstr "Bolivië" 2879 2880#. I18N: Type of media object 2881#: app/Elements/SourceMediaType.php:61 2882msgid "Book" 2883msgstr "Boek" 2884 2885#. I18N: LDS sealing status; see https://en.wikipedia.org/wiki/Sealing_(Mormonism) 2886#: app/Elements/LdsChildSealingDateStatus.php:60 2887msgid "Born in the covenant" 2888msgstr "Geboren in het verbond" 2889 2890#. I18N: Name of a country or state 2891#: app/Statistics/Service/CountryService.php:93 2892msgid "Bosnia and Herzegovina" 2893msgstr "Bosnië-Herzegovina" 2894 2895#. I18N: Location of an LDS church temple 2896#: app/Elements/TempleCode.php:69 2897msgid "Boston, Massachusetts, United States" 2898msgstr "Boston, Massachusetts, Verenigde Staten" 2899 2900#: resources/views/lists/families-table.phtml:159 2901msgid "Both alive" 2902msgstr "Beide levend" 2903 2904#: resources/views/lists/families-table.phtml:174 2905msgid "Both dead" 2906msgstr "Beide overleden" 2907 2908#. I18N: Name of a country or state 2909#: app/Statistics/Service/CountryService.php:114 2910msgid "Botswana" 2911msgstr "Botswana" 2912 2913#. I18N: Location of an LDS church temple 2914#: app/Elements/TempleCode.php:70 2915msgid "Bountiful, Utah, United States" 2916msgstr "Bountiful, Utah, Verenigde Staten" 2917 2918#. I18N: Name of a country or state 2919#: app/Statistics/Service/CountryService.php:112 2920msgid "Bouvet Island" 2921msgstr "Bouvet-eiland" 2922 2923#. I18N: Name of a module/list 2924#. I18N: Branches of a family tree 2925#: app/Module/BranchesListModule.php:101 app/Module/BranchesListModule.php:228 2926msgid "Branches" 2927msgstr "Takken" 2928 2929#. I18N: %s is a surname 2930#: app/Module/BranchesListModule.php:223 2931#, php-format 2932msgid "Branches of the %s family" 2933msgstr "Takken van de familie %s" 2934 2935#. I18N: Name of a country or state 2936#: app/Statistics/Service/CountryService.php:104 2937msgid "Brazil" 2938msgstr "Brazilië" 2939 2940#: app/Elements/RelationIsDescriptor.php:97 2941msgid "Bridesmaid" 2942msgstr "Bruidsmeisje" 2943 2944#. I18N: Location of an LDS church temple 2945#: app/Elements/TempleCode.php:71 2946msgid "Brigham City, Utah, United States" 2947msgstr "Brigham City, Utah, Verenigde Staten" 2948 2949#. I18N: Location of an LDS church temple 2950#: app/Elements/TempleCode.php:72 2951msgid "Brisbane, Australia" 2952msgstr "Brisbane, Australië" 2953 2954#: app/Gedcom.php:890 2955msgid "Brit milah" 2956msgstr "Brit milah" 2957 2958#. I18N: Name of a country or state 2959#: app/Statistics/Service/CountryService.php:253 2960msgid "British Indian Ocean Territory" 2961msgstr "Brits Territorium in de Indische Oceaan" 2962 2963#. I18N: Name of a country or state 2964#: app/Statistics/Service/CountryService.php:524 2965msgid "British Virgin Islands" 2966msgstr "Britse Maagdeneilanden" 2967 2968#: resources/xml/reports/individual_ext_report.xml:327 2969#: resources/xml/reports/individual_report.xml:316 2970msgid "Brother" 2971msgstr "Broer" 2972 2973#. I18N: a month in the French republican calendar 2974#: app/Date/FrenchDate.php:151 2975msgctxt "GENITIVE" 2976msgid "Brumaire" 2977msgstr "Brumaire" 2978 2979#. I18N: a month in the French republican calendar 2980#: app/Date/FrenchDate.php:245 2981msgctxt "INSTRUMENTAL" 2982msgid "Brumaire" 2983msgstr "Brumaire" 2984 2985#. I18N: a month in the French republican calendar 2986#: app/Date/FrenchDate.php:198 2987msgctxt "LOCATIVE" 2988msgid "Brumaire" 2989msgstr "Brumaire" 2990 2991#. I18N: a month in the French republican calendar 2992#: app/Date/FrenchDate.php:103 2993msgctxt "NOMINATIVE" 2994msgid "Brumaire" 2995msgstr "Brumaire" 2996 2997#. I18N: Name of a country or state 2998#: app/Statistics/Service/CountryService.php:108 2999msgid "Brunei Darussalam" 3000msgstr "Brunei" 3001 3002#. I18N: Location of an LDS church temple 3003#: app/Elements/TempleCode.php:63 3004msgid "Buenos Aires, Argentina" 3005msgstr "Buenos Aires, Argentinië" 3006 3007#. I18N: Name of a country or state 3008#: app/Statistics/Service/CountryService.php:87 3009msgid "Bulgaria" 3010msgstr "Bulgarije" 3011 3012#: app/Gedcom.php:569 resources/views/calendar-page.phtml:198 3013#: resources/xml/reports/family_group_report.xml:351 3014#: resources/xml/reports/family_group_report.xml:705 3015#: resources/xml/reports/family_group_report.xml:1049 3016#: resources/xml/reports/missing_facts_report.xml:25 3017msgid "Burial" 3018msgstr "Begraven" 3019 3020#: app/Module/IndividualFactsTabModule.php:451 3021msgid "Burial of a brother" 3022msgstr "Begrafenis van een broer" 3023 3024#: app/Module/IndividualFactsTabModule.php:435 3025msgid "Burial of a child" 3026msgstr "Begrafenis van een kind" 3027 3028#: app/Module/IndividualFactsTabModule.php:434 3029msgid "Burial of a daughter" 3030msgstr "Begrafenis van een dochter" 3031 3032#: app/Module/IndividualFactsTabModule.php:727 3033msgid "Burial of a father" 3034msgstr "Begrafenis van vader" 3035 3036#: app/Module/IndividualFactsTabModule.php:489 3037#: app/Module/IndividualFactsTabModule.php:507 3038#: app/Module/IndividualFactsTabModule.php:525 3039msgid "Burial of a grandchild" 3040msgstr "Begrafenis van een kleinkind" 3041 3042#: app/Module/IndividualFactsTabModule.php:488 3043msgid "Burial of a granddaughter" 3044msgstr "Begrafenis van een kleindochter" 3045 3046#: app/Module/IndividualFactsTabModule.php:506 3047msgctxt "daughter’s daughter" 3048msgid "Burial of a granddaughter" 3049msgstr "Begrafenis van een kleindochter" 3050 3051#: app/Module/IndividualFactsTabModule.php:524 3052msgctxt "son’s daughter" 3053msgid "Burial of a granddaughter" 3054msgstr "Begrafenis van een kleindochter" 3055 3056#: app/Module/IndividualFactsTabModule.php:745 3057msgid "Burial of a grandfather" 3058msgstr "Begrafenis van een grootvader" 3059 3060#: app/Module/IndividualFactsTabModule.php:746 3061msgid "Burial of a grandmother" 3062msgstr "Begrafenis van een grootmoeder" 3063 3064#: app/Module/IndividualFactsTabModule.php:747 3065#: app/Module/IndividualFactsTabModule.php:765 3066#: app/Module/IndividualFactsTabModule.php:783 3067msgid "Burial of a grandparent" 3068msgstr "Begrafenis van een grootouder" 3069 3070#: app/Module/IndividualFactsTabModule.php:487 3071msgid "Burial of a grandson" 3072msgstr "Begrafenis van een kleinzoon" 3073 3074#: app/Module/IndividualFactsTabModule.php:505 3075msgctxt "daughter’s son" 3076msgid "Burial of a grandson" 3077msgstr "Begrafenis van een kleinzoon" 3078 3079#: app/Module/IndividualFactsTabModule.php:523 3080msgctxt "son’s son" 3081msgid "Burial of a grandson" 3082msgstr "Begrafenis van een kleinzoon" 3083 3084#: app/Module/IndividualFactsTabModule.php:469 3085msgid "Burial of a half-brother" 3086msgstr "Begrafenis van een halfbroer" 3087 3088#: app/Module/IndividualFactsTabModule.php:471 3089msgid "Burial of a half-sibling" 3090msgstr "Begrafenis van halfbroer/halfzus" 3091 3092#: app/Module/IndividualFactsTabModule.php:470 3093msgid "Burial of a half-sister" 3094msgstr "Begrafenis van een halfzus" 3095 3096#: app/Module/IndividualFactsTabModule.php:205 3097msgid "Burial of a husband" 3098msgstr "Begrafenis van een echtgenoot" 3099 3100#: app/Module/IndividualFactsTabModule.php:763 3101msgid "Burial of a maternal grandfather" 3102msgstr "Begrafenis van grootvader van moeders kant" 3103 3104#: app/Module/IndividualFactsTabModule.php:764 3105msgid "Burial of a maternal grandmother" 3106msgstr "Begrafenis van grootmoeder van moeders kant" 3107 3108#: app/Module/IndividualFactsTabModule.php:728 3109msgid "Burial of a mother" 3110msgstr "Begrafenis van moeder" 3111 3112#: app/Module/IndividualFactsTabModule.php:729 3113msgid "Burial of a parent" 3114msgstr "Begrafenis van een ouder" 3115 3116#: app/Module/IndividualFactsTabModule.php:781 3117msgid "Burial of a paternal grandfather" 3118msgstr "Begrafenis van grootvader van vaders kant" 3119 3120#: app/Module/IndividualFactsTabModule.php:782 3121msgid "Burial of a paternal grandmother" 3122msgstr "Begrafenis van grootmoeder van vaders kant" 3123 3124#: app/Module/IndividualFactsTabModule.php:453 3125msgid "Burial of a sibling" 3126msgstr "Begrafenis van een broer/zus" 3127 3128#: app/Module/IndividualFactsTabModule.php:452 3129msgid "Burial of a sister" 3130msgstr "Begrafenis van een zus" 3131 3132#: app/Module/IndividualFactsTabModule.php:433 3133msgid "Burial of a son" 3134msgstr "Begrafenis van een zoon" 3135 3136#: app/Module/IndividualFactsTabModule.php:207 3137msgid "Burial of a spouse" 3138msgstr "Begrafenis van een huwelijkspartner" 3139 3140#: app/Module/IndividualFactsTabModule.php:206 3141msgid "Burial of a wife" 3142msgstr "Begrafenis van een echtgenote" 3143 3144#: resources/xml/reports/cemetery_report.xml:5 3145msgid "Burial place contains" 3146msgstr "Plaats begrafenis bevat" 3147 3148#. I18N: Name of a module/report 3149#: app/Module/CemeteryReportModule.php:40 3150#: resources/xml/reports/cemetery_report.xml:3 3151#: resources/xml/reports/cemetery_report.xml:34 3152msgid "Burials" 3153msgstr "Begraven" 3154 3155#. I18N: Name of a country or state 3156#: app/Statistics/Service/CountryService.php:83 3157msgid "Burkina Faso" 3158msgstr "Burkina Faso" 3159 3160#. I18N: Name of a country or state 3161#: app/Statistics/Service/CountryService.php:76 3162msgid "Burundi" 3163msgstr "Burundi" 3164 3165#: app/Elements/RelationIsDescriptor.php:98 3166msgid "Buyer" 3167msgstr "Koper" 3168 3169#: app/Elements/RelationIsDescriptor.php:75 3170msgctxt "FEMALE" 3171msgid "Buyer" 3172msgstr "Koper" 3173 3174#: app/Elements/RelationIsDescriptor.php:54 3175msgctxt "MALE" 3176msgid "Buyer" 3177msgstr "Koper" 3178 3179#. I18N: Help text for the "Port number" site configuration setting 3180#: resources/views/admin/site-mail.phtml:113 3181msgid "By default, SMTP works on port 25." 3182msgstr "De standaard voor SMTP is poort 25." 3183 3184#. I18N: Name of a module. CKEditor is a trademark. Do not translate it? https://ckeditor.com 3185#: app/Module/CkeditorModule.php:43 3186msgid "CKEditor™" 3187msgstr "CKEditor™" 3188 3189#. I18N: Name of a module. 3190#: app/Module/CustomCssJsModule.php:82 3191msgid "CSS and JS" 3192msgstr "CSS en JS" 3193 3194#: resources/views/admin/trees.phtml:72 3195#: resources/views/lists/datatables-attributes.phtml:31 3196msgid "Calculating…" 3197msgstr "Berekenen…" 3198 3199#. I18N: Name of a module 3200#: app/Module/CalendarMenuModule.php:42 app/Module/CalendarMenuModule.php:81 3201#: resources/views/modules/yahrzeit/config.phtml:39 3202msgid "Calendar" 3203msgstr "Kalender" 3204 3205#. I18N: A configuration setting 3206#: resources/views/admin/trees-preferences.phtml:108 3207#: resources/views/admin/trees-preferences.phtml:110 3208#: resources/views/admin/trees-preferences.phtml:113 3209msgid "Calendar conversion" 3210msgstr "Kalenderomzetting" 3211 3212#. I18N: Location of an LDS church temple 3213#: app/Elements/TempleCode.php:74 3214msgid "Calgary, Alberta, Canada" 3215msgstr "Calgary, Alberta, Canada" 3216 3217#: app/Gedcom.php:791 resources/views/modals/source-fields.phtml:50 3218msgid "Call number" 3219msgstr "Inventarisnummer" 3220 3221#. I18N: Name of a country or state 3222#: app/Statistics/Service/CountryService.php:280 3223msgid "Cambodia" 3224msgstr "Cambodja" 3225 3226#. I18N: Name of a country or state 3227#: app/Statistics/Service/CountryService.php:130 3228msgid "Cameroon" 3229msgstr "Kameroen" 3230 3231#. I18N: Location of an LDS church temple 3232#: app/Elements/TempleCode.php:75 3233msgid "Campinas, Brazil" 3234msgstr "Campinas, Brazilië" 3235 3236#. I18N: Name of a country or state 3237#: app/Statistics/Service/CountryService.php:118 3238msgid "Canada" 3239msgstr "Canada" 3240 3241#. I18N: Name of a country or state 3242#: app/Statistics/Service/CountryService.php:142 3243msgid "Cape Verde" 3244msgstr "Kaapverdië" 3245 3246#. I18N: Location of an LDS church temple 3247#: app/Elements/TempleCode.php:76 3248msgid "Caracas, Venezuela" 3249msgstr "Caracas, Venezuela" 3250 3251#. I18N: Type of media object 3252#: app/Elements/SourceMediaType.php:62 3253msgid "Card" 3254msgstr "Kaart" 3255 3256#. I18N: Location of an LDS church temple 3257#: app/Elements/TempleCode.php:56 3258msgid "Cardston, Alberta, Canada" 3259msgstr "Cardston, Alberta, Canada" 3260 3261#: app/Gedcom.php:572 3262msgid "Caste" 3263msgstr "Kaste" 3264 3265#: resources/views/modules/statistics-chart/custom.phtml:79 3266msgid "Categories" 3267msgstr "Categorieën" 3268 3269#: app/Gedcom.php:1076 app/Gedcom.php:1132 app/Gedcom.php:1399 3270msgid "Category" 3271msgstr "Categorie" 3272 3273#: app/Gedcom.php:373 app/Gedcom.php:506 app/Gedcom.php:1173 3274msgid "Cause" 3275msgstr "Oorzaak" 3276 3277#: app/Gedcom.php:598 app/Gedcom.php:1011 3278msgid "Cause of death" 3279msgstr "Doodsoorzaak" 3280 3281#: resources/views/admin/synchronize-trees.phtml:28 3282#: resources/views/admin/trees-merge.phtml:64 3283#: resources/views/admin/trees-renumber.phtml:46 3284msgid "Caution! This may take a long time. Be patient." 3285msgstr "Waarschuwing! Dit kan lang duren. Even geduld a.u.b." 3286 3287#. I18N: Name of a country or state 3288#: app/Statistics/Service/CountryService.php:151 3289msgid "Cayman Islands" 3290msgstr "Kaaiman eilanden" 3291 3292#. I18N: Location of an LDS church temple 3293#: app/Elements/TempleCode.php:77 3294msgid "Cebu City, Philippines" 3295msgstr "Cebu City, Filipijnen" 3296 3297#: app/Gedcom.php:1465 3298msgid "Cemetery" 3299msgstr "Begraafplaats" 3300 3301#: app/Gedcom.php:573 3302msgid "Census" 3303msgstr "Volkstelling" 3304 3305#. I18N: Name of a module 3306#: app/Module/CensusAssistantModule.php:51 3307msgid "Census assistant" 3308msgstr "Volkstellingsassistent" 3309 3310#: app/Gedcom.php:574 3311#: resources/views/modules/GEDFact_assistant/select-census.phtml:14 3312msgid "Census date" 3313msgstr "Datum volkstelling" 3314 3315#: resources/views/modules/GEDFact_assistant/select-census.phtml:13 3316msgid "Census date and place" 3317msgstr "Datum en plaats volkstelling" 3318 3319#: app/Gedcom.php:575 3320msgid "Census place" 3321msgstr "Plaats volkstelling" 3322 3323#: resources/views/modules/census-assistant.phtml:110 3324msgid "Census transcript" 3325msgstr "Afschrift volkstelling" 3326 3327#. I18N: Name of a country or state 3328#: app/Statistics/Service/CountryService.php:116 3329msgid "Central African Republic" 3330msgstr "Centraal-Afrikaanse Republiek" 3331 3332#: app/Module/StatisticsChartModule.php:981 3333#: app/Statistics/Google/ChartAge.php:112 3334#: app/Statistics/Google/ChartAge.php:142 3335#: app/Statistics/Google/ChartBirth.php:96 3336#: app/Statistics/Google/ChartChildren.php:87 3337#: app/Statistics/Google/ChartChildren.php:112 3338#: app/Statistics/Google/ChartDeath.php:96 3339#: app/Statistics/Google/ChartDivorce.php:96 3340#: app/Statistics/Google/ChartMarriage.php:96 3341#: app/Statistics/Google/ChartMarriageAge.php:135 3342#: app/Statistics/Google/ChartMarriageAge.php:165 3343#: app/Statistics/Google/ChartMortality.php:64 3344#: app/Statistics/Google/ChartNoChildrenFamilies.php:96 3345#: app/Statistics/Google/ChartNoChildrenFamilies.php:132 3346#: resources/views/lists/chart-by-decade.phtml:24 3347#: resources/views/lists/families-table.phtml:110 3348#: resources/views/lists/families-table.phtml:125 3349#: resources/views/lists/individuals-table.phtml:126 3350#: resources/views/lists/individuals-table.phtml:141 3351msgid "Century" 3352msgstr "Eeuw" 3353 3354#. I18N: Type of media object 3355#: app/Elements/SourceMediaType.php:63 3356msgid "Certificate" 3357msgstr "Akte" 3358 3359#: app/Gedcom.php:1263 app/Gedcom.php:1295 3360msgid "Certificate number" 3361msgstr "Certificaatnummer" 3362 3363#. I18N: Name of a country or state 3364#: app/Statistics/Service/CountryService.php:478 3365msgid "Chad" 3366msgstr "Tsjaad" 3367 3368#: app/Http/RequestHandlers/ChangeFamilyMembersPage.php:50 3369#: resources/views/family-page-menu.phtml:33 3370msgid "Change family members" 3371msgstr "Wijzig gezinsleden" 3372 3373#: app/Http/RequestHandlers/TreePageEdit.php:64 3374msgid "Change the “Home page” blocks" 3375msgstr "Verander de “Startpagina” blokken" 3376 3377#: app/Http/RequestHandlers/UserPageEdit.php:62 3378msgid "Change the “My page” blocks" 3379msgstr "Verander de “Mijn pagina” blokken" 3380 3381#. I18N: [a record was] Changed on <date/time> 3382#: resources/views/modules/recent_changes/changes-list.phtml:50 3383#, php-format 3384msgid "Changed by %1$s" 3385msgstr "Gewijzigd door %1$s" 3386 3387#. I18N: [a record was] Changed on <date/time> 3388#: resources/views/modules/recent_changes/changes-list.phtml:48 3389#, php-format 3390msgid "Changed on %1$s" 3391msgstr "Gewijzigd op %1$s" 3392 3393#. I18N: [a record was] Changed on <date/time> by <user> 3394#: resources/views/modules/recent_changes/changes-list.phtml:46 3395#, php-format 3396msgid "Changed on %1$s by %2$s" 3397msgstr "Gewijzigd op %1$s door %2$s" 3398 3399#. I18N: Name of a module/report 3400#: app/Module/ChangeReportModule.php:44 3401#: resources/views/admin/users-edit.phtml:149 3402#: resources/views/modules/recent_changes/config.phtml:49 3403#: resources/views/pending-changes-page.phtml:48 3404#: resources/xml/reports/change_report.xml:3 3405#: resources/xml/reports/change_report.xml:44 3406msgid "Changes" 3407msgstr "Wijzigingen" 3408 3409#: app/Module/RecentChangesModule.php:176 3410#, php-format 3411msgid "Changes in the last %s day" 3412msgid_plural "Changes in the last %s days" 3413msgstr[0] "Wijzigingen in de laatste %s dag" 3414msgstr[1] "Wijzigingen in de laatste %s dagen" 3415 3416#: app/Http/RequestHandlers/PendingChangesLogPage.php:97 3417#: resources/views/admin/trees.phtml:208 3418msgid "Changes log" 3419msgstr "Wijzigingenlogboek" 3420 3421#: resources/views/admin/gedcom-export-options.phtml:43 3422#: resources/views/admin/trees-import.phtml:83 3423msgid "Character encoding" 3424msgstr "Tekencodering" 3425 3426#: app/Gedcom.php:460 3427msgid "Character set" 3428msgstr "Tekenreeks" 3429 3430#: resources/views/admin/modules.phtml:208 3431#: resources/views/admin/modules.phtml:211 3432msgid "Chart" 3433msgstr "Diagram" 3434 3435#: app/Module/RelationshipsChartModule.php:425 3436msgid "Chart preferences" 3437msgstr "Diagram voorkeuren" 3438 3439#: resources/views/modules/charts/config.phtml:18 3440#: resources/views/modules/statistics-chart/custom.phtml:26 3441#: resources/views/modules/statistics-chart/custom.phtml:155 3442#: resources/views/modules/statistics-chart/custom.phtml:157 3443msgid "Chart type" 3444msgstr "Diagramtype" 3445 3446#. I18N: Name of a module/block 3447#. I18N: Name of a module 3448#: app/Http/RequestHandlers/ModulesChartsPage.php:43 3449#: app/Module/ChartsBlockModule.php:66 app/Module/ChartsMenuModule.php:57 3450#: app/Module/ChartsMenuModule.php:107 3451#: resources/views/admin/control-panel.phtml:671 3452#: resources/views/admin/modules.phtml:94 3453#: resources/views/admin/modules.phtml:96 3454#: resources/views/admin/trees-preferences.phtml:391 3455msgid "Charts" 3456msgstr "Diagrammen" 3457 3458#: app/Http/RequestHandlers/CheckTree.php:259 3459#: resources/views/admin/trees.phtml:182 3460msgid "Check for errors" 3461msgstr "Controleer op fouten" 3462 3463#: app/Http/RequestHandlers/UpgradeWizardPage.php:121 3464msgid "Check for pending changes…" 3465msgstr "Controleer op uitstaande wijzigingen…" 3466 3467#: resources/views/setup/step-2-server-checks.phtml:59 3468msgid "Checking server capacity" 3469msgstr "Controleren van de capaciteit van de server" 3470 3471#: resources/views/setup/step-2-server-checks.phtml:42 3472msgid "Checking server configuration" 3473msgstr "Sever configuratie aan het controleren" 3474 3475#. I18N: Location of an LDS church temple 3476#: app/Elements/TempleCode.php:78 3477msgid "Chicago, Illinois, United States" 3478msgstr "Chicago, Illinois, Verenigde Staten" 3479 3480#: app/Elements/AgeAtEvent.php:88 app/Gedcom.php:413 3481#: resources/views/edit/change-family-members.phtml:67 3482#: resources/views/edit/change-family-members.phtml:78 3483#: resources/views/modules/pedigree-chart/previous.phtml:40 3484msgid "Child" 3485msgstr "Kind" 3486 3487#: resources/xml/reports/ahnentafel_report.xml:388 3488#: resources/xml/reports/descendancy_report.xml:480 3489msgid "Child of " 3490msgstr "Kind van " 3491 3492#. I18N: e.g. “Child of [father name & mother name]” 3493#: app/Module/InteractiveTree/TreeView.php:369 3494#, php-format 3495msgid "Child of %s" 3496msgstr "Kind van %s" 3497 3498#: app/Http/RequestHandlers/FamilyPage.php:155 3499#: app/Http/RequestHandlers/IndividualPage.php:229 3500#: app/Module/StatisticsChartModule.php:423 3501#: app/Module/StatisticsChartModule.php:715 3502#: resources/views/lists/families-table.phtml:233 3503#: resources/views/lists/individuals-table.phtml:252 3504#: resources/views/modules/pedigree-chart/previous.phtml:38 3505#: resources/views/modules/relatives/family.phtml:214 3506#: resources/xml/reports/family_group_report.xml:761 3507#: resources/xml/reports/relative_ext_report.xml:122 3508msgid "Children" 3509msgstr "Kinderen" 3510 3511#: resources/views/modules/statistics-chart/children.phtml:10 3512msgid "Children in family" 3513msgstr "Aantal kinderen in dit gezin" 3514 3515#: resources/xml/reports/ahnentafel_report.xml:391 3516#: resources/xml/reports/descendancy_report.xml:483 3517msgid "Children of " 3518msgstr "Kinderen van " 3519 3520#. I18N: In the Icelandic surname tradition, ... 3521#: app/SurnameTradition.php:99 3522msgid "Children take a patronym instead of a surname." 3523msgstr "Kinderen krijgen een patroniem in plaats van een achternaam." 3524 3525#. I18N: In the Spanish surname tradition, ... 3526#: app/SurnameTradition.php:93 3527msgid "Children take one surname from the father and one surname from the mother." 3528msgstr "Kinderen krijgen één achternaam van de vader, en één van de moeder." 3529 3530#. I18N: In the Portuguese surname tradition, ... 3531#: app/SurnameTradition.php:96 3532msgid "Children take one surname from the mother and one surname from the father." 3533msgstr "Kinderen krijgen één achternaam van de moeder, en één van de vader." 3534 3535#. I18N: In the paternal surname tradition, ... 3536#. I18N: In the patrilineal surname tradition, ... 3537#. I18N: In the Polish surname tradition, ... 3538#. I18N: In the Lithuanian surname tradition, ... 3539#: app/SurnameTradition.php:79 app/SurnameTradition.php:86 3540#: app/SurnameTradition.php:102 app/SurnameTradition.php:109 3541msgid "Children take their father’s surname." 3542msgstr "Kinderen krijgen hun vaders achternaam." 3543 3544#. I18N: In the matrilineal surname tradition, ... 3545#: app/SurnameTradition.php:90 3546msgid "Children take their mother’s surname." 3547msgstr "Kinderen krijgen hun moeders achternaam." 3548 3549#. I18N: Name of a country or state 3550#: app/Statistics/Service/CountryService.php:124 3551msgid "Chile" 3552msgstr "Chili" 3553 3554#. I18N: Name of a country or state 3555#: app/Statistics/Service/CountryService.php:126 3556msgid "China" 3557msgstr "China" 3558 3559#: app/Http/RequestHandlers/ReportListPage.php:65 3560msgid "Choose a report to run" 3561msgstr "Kies een rapport om uit te voeren" 3562 3563#: resources/xml/reports/individual_ext_report.xml:6 3564#: resources/xml/reports/missing_facts_report.xml:6 3565#: resources/xml/reports/relative_ext_report.xml:6 3566msgid "Choose relatives" 3567msgstr "Kies familieleden" 3568 3569#: app/Http/RequestHandlers/SiteRegistrationPage.php:51 3570msgid "Choose user defined welcome text typed below" 3571msgstr "Kies de hieronder aangemaakte zelfgedefinieerde welkomstekst" 3572 3573#: app/Gedcom.php:579 resources/xml/reports/family_group_report.xml:206 3574#: resources/xml/reports/family_group_report.xml:560 3575#: resources/xml/reports/family_group_report.xml:904 3576#: resources/xml/reports/missing_facts_report.xml:16 3577msgid "Christening" 3578msgstr "Gedoopt" 3579 3580#: app/Module/IndividualFactsTabModule.php:318 3581msgid "Christening of a brother" 3582msgstr "Doop van een broer" 3583 3584#: app/Module/IndividualFactsTabModule.php:297 3585msgid "Christening of a child" 3586msgstr "Doop van een kind" 3587 3588#: app/Module/IndividualFactsTabModule.php:296 3589msgid "Christening of a daughter" 3590msgstr "Doop van een dochter" 3591 3592#: app/Module/IndividualFactsTabModule.php:366 3593#: app/Module/IndividualFactsTabModule.php:389 3594#: app/Module/IndividualFactsTabModule.php:412 3595msgid "Christening of a grandchild" 3596msgstr "Doop van een kleinkind" 3597 3598#: app/Module/IndividualFactsTabModule.php:365 3599msgid "Christening of a granddaughter" 3600msgstr "Doop van een kleindochter" 3601 3602#: app/Module/IndividualFactsTabModule.php:388 3603msgctxt "daughter’s daughter" 3604msgid "Christening of a granddaughter" 3605msgstr "Doop van een kleindochter" 3606 3607#: app/Module/IndividualFactsTabModule.php:411 3608msgctxt "son’s daughter" 3609msgid "Christening of a granddaughter" 3610msgstr "Doop van een kleindochter" 3611 3612#: app/Module/IndividualFactsTabModule.php:364 3613msgid "Christening of a grandson" 3614msgstr "Doop van een kleinzoon" 3615 3616#: app/Module/IndividualFactsTabModule.php:387 3617msgctxt "daughter’s son" 3618msgid "Christening of a grandson" 3619msgstr "Doop van een kleinzoon" 3620 3621#: app/Module/IndividualFactsTabModule.php:410 3622msgctxt "son’s son" 3623msgid "Christening of a grandson" 3624msgstr "Doop van een kleinzoon" 3625 3626#: app/Module/IndividualFactsTabModule.php:341 3627msgid "Christening of a half-brother" 3628msgstr "Doop van een halfbroer" 3629 3630#: app/Module/IndividualFactsTabModule.php:343 3631msgid "Christening of a half-sibling" 3632msgstr "Doop van een halfbroer/halfzus" 3633 3634#: app/Module/IndividualFactsTabModule.php:342 3635msgid "Christening of a half-sister" 3636msgstr "Doop van een halfzus" 3637 3638#: app/Module/IndividualFactsTabModule.php:320 3639msgid "Christening of a sibling" 3640msgstr "Doop van een broer/zus" 3641 3642#: app/Module/IndividualFactsTabModule.php:319 3643msgid "Christening of a sister" 3644msgstr "Doop van een zus" 3645 3646#: app/Module/IndividualFactsTabModule.php:295 3647msgid "Christening of a son" 3648msgstr "Doop van een zoon" 3649 3650#. I18N: Name of a country or state 3651#: app/Statistics/Service/CountryService.php:149 3652msgid "Christmas Island" 3653msgstr "Christmas Island" 3654 3655#: app/Elements/RelationIsDescriptor.php:99 3656msgid "Circumciser" 3657msgstr "Besnijder" 3658 3659#: resources/views/modules/census-assistant.phtml:35 3660msgid "Citation" 3661msgstr "Citaat" 3662 3663#: app/Gedcom.php:402 app/Gedcom.php:455 app/Gedcom.php:533 app/Gedcom.php:701 3664#: app/Gedcom.php:724 app/Gedcom.php:748 app/Gedcom.php:1064 3665#: app/Gedcom.php:1116 app/Gedcom.php:1199 app/Gedcom.php:1232 3666#: app/Gedcom.php:1563 app/Gedcom.php:1577 3667#: resources/xml/reports/fact_sources.xml:74 3668#: resources/xml/reports/fact_sources.xml:161 3669#: resources/xml/reports/fact_sources.xml:277 3670#: resources/xml/reports/fact_sources.xml:323 3671msgid "Citation details" 3672msgstr "Details citaat" 3673 3674#: app/Gedcom.php:1499 3675msgid "Citizenship" 3676msgstr "Staatsburgerschap" 3677 3678#: app/Gedcom.php:368 app/Gedcom.php:480 app/Gedcom.php:500 app/Gedcom.php:755 3679#: app/Gedcom.php:802 app/Gedcom.php:1169 app/Gedcom.php:1436 3680msgid "City" 3681msgstr "Plaats" 3682 3683#. I18N: Location of an LDS church temple 3684#: app/Elements/TempleCode.php:79 3685msgid "Ciudad Juarez, Mexico" 3686msgstr "Ciudad Juarez, Mexico" 3687 3688#: app/Elements/MarriageType.php:60 resources/xml/reports/fact_sources.xml:202 3689msgid "Civil marriage" 3690msgstr "Burgerlijk huwelijk" 3691 3692#: app/Elements/RelationIsDescriptor.php:100 3693msgid "Civil registrar" 3694msgstr "Ambtenaar Burgerlijke Stand" 3695 3696#: app/Elements/RelationIsDescriptor.php:76 3697msgctxt "FEMALE" 3698msgid "Civil registrar" 3699msgstr "Ambtenaar Burgerlijke Stand" 3700 3701#: app/Elements/RelationIsDescriptor.php:55 3702msgctxt "MALE" 3703msgid "Civil registrar" 3704msgstr "Ambtenaar Burgerlijke Stand" 3705 3706#: app/Http/RequestHandlers/CleanDataFolder.php:102 3707#: resources/views/admin/control-panel.phtml:245 3708msgid "Clean up data folder" 3709msgstr "Ruim de datamap op" 3710 3711#. I18N: Name of a module 3712#: app/Module/ClippingsCartModule.php:232 3713msgid "Clippings cart" 3714msgstr "Stamboomknipsels" 3715 3716#. I18N: Type of media object 3717#: app/Elements/SourceMediaType.php:64 3718msgid "Coat of arms" 3719msgstr "Wapenschild (militair)" 3720 3721#. I18N: Location of an LDS church temple 3722#: app/Elements/TempleCode.php:80 3723msgid "Cochabamba, Bolivia" 3724msgstr "Cochabamba, Bolivia" 3725 3726#. I18N: Name of a country or state 3727#: app/Statistics/Service/CountryService.php:120 3728msgid "Cocos (Keeling) Islands" 3729msgstr "Kokoseilanden (Keeling)" 3730 3731#. I18N: The name of a colour-scheme 3732#: app/Module/ColorsTheme.php:163 3733msgid "Coffee and Cream" 3734msgstr "Koffie en room" 3735 3736#: app/Gedcom.php:1272 3737msgid "Cohabitation" 3738msgstr "Samenwonen" 3739 3740#. I18N: The name of a colour-scheme 3741#: app/Module/ColorsTheme.php:165 3742msgid "Cold Day" 3743msgstr "Koude Dag" 3744 3745#. I18N: Name of a country or state 3746#: app/Statistics/Service/CountryService.php:138 3747msgid "Colombia" 3748msgstr "Colombia" 3749 3750#. I18N: Location of an LDS church temple 3751#: app/Elements/TempleCode.php:81 3752msgid "Colonia Juarez, Mexico" 3753msgstr "Colonia Juarez, Mexico" 3754 3755#. I18N: Location of an LDS church temple 3756#: app/Elements/TempleCode.php:86 3757msgid "Columbia River, Washington, United States" 3758msgstr "Columbia River, Washington, Verenigde Staten" 3759 3760#. I18N: Location of an LDS church temple 3761#: app/Elements/TempleCode.php:82 3762msgid "Columbia, South Carolina, United States" 3763msgstr "Columbia, South Carolina, Verenigde Staten" 3764 3765#. I18N: Location of an LDS church temple 3766#: app/Elements/TempleCode.php:83 3767msgid "Columbus, Ohio, United States" 3768msgstr "Columbus, Ohio, Verenigde Staten" 3769 3770#: app/Gedcom.php:1264 app/Gedcom.php:1296 app/Gedcom.php:1459 3771#: app/Gedcom.php:1467 3772msgid "Comment" 3773msgstr "Commentaar" 3774 3775#: resources/views/emails/register-notify-html.phtml:32 3776#: resources/views/emails/register-notify-text.phtml:26 3777#: resources/views/modules/census-assistant.phtml:77 3778#: resources/views/register-page.phtml:84 3779msgid "Comments" 3780msgstr "Commentaar" 3781 3782#: app/Gedcom.php:859 3783msgid "Common law marriage" 3784msgstr "Erkend partnerschap" 3785 3786#. I18N: Description of the “Messages” module 3787#: app/Module/UserMessagesModule.php:77 3788msgid "Communicate directly with other users, using private messages." 3789msgstr "Communiceer rechtstreeks met andere gebruikers door middel van privéberichten." 3790 3791#. I18N: Name of a country or state 3792#: app/Statistics/Service/CountryService.php:140 3793msgid "Comoros" 3794msgstr "Comoren" 3795 3796#. I18N: Name of a module/chart 3797#: app/Module/CompactTreeChartModule.php:80 3798msgid "Compact tree" 3799msgstr "Compacte boom" 3800 3801#. I18N: %s is an individual’s name 3802#: app/Module/CompactTreeChartModule.php:126 3803#, php-format 3804msgid "Compact tree of %s" 3805msgstr "Compacte boom van %s" 3806 3807#: resources/views/admin/webtrees1-thumbnails.phtml:42 3808msgid "Comparison" 3809msgstr "Vergelijking" 3810 3811#. I18N: LDS sealing status; see https://en.wikipedia.org/wiki/Sealing_(Mormonism) 3812#: app/Elements/LdsBaptismDateStatus.php:71 3813#: app/Elements/LdsChildSealingDateStatus.php:64 3814#: app/Elements/LdsEndowmentDateStatus.php:72 3815#: app/Elements/LdsSpouseSealingDateStatus.php:73 3816msgid "Completed before 1970; date not available" 3817msgstr "Afgerond voor 1970; gegevens niet beschikbaar" 3818 3819#. I18N: LDS sealing status; see https://en.wikipedia.org/wiki/Sealing_(Mormonism) 3820#: app/Elements/LdsBaptismDateStatus.php:67 3821#: app/Elements/LdsEndowmentDateStatus.php:68 3822#: app/Elements/LdsSpouseSealingDateStatus.php:65 3823msgid "Completed; date unknown" 3824msgstr "Voltooid; datum onbekend" 3825 3826#: app/Gedcom.php:1077 app/Gedcom.php:1133 app/Gedcom.php:1400 3827msgid "Completion date" 3828msgstr "Voltooiingsdatum" 3829 3830#: app/Gedcom.php:585 resources/xml/reports/missing_facts_report.xml:19 3831msgid "Confirmation" 3832msgstr "Vormsel/confirmatie" 3833 3834#: resources/views/setup/step-3-database-type.phtml:35 3835msgid "Connection to database server" 3836msgstr "Verbinding met de databaseserver" 3837 3838#. I18N: Name of a module 3839#: app/Module/ContactsFooterModule.php:55 3840#: resources/views/admin/trees-preferences.phtml:150 3841msgid "Contact information" 3842msgstr "Contactinformatie" 3843 3844#: resources/views/edit-account-page.phtml:135 3845msgid "Contact method" 3846msgstr "Contactmethode" 3847 3848#: app/Http/RequestHandlers/SearchAdvancedPage.php:251 3849msgid "Contains" 3850msgstr "Bevat" 3851 3852#: resources/views/modules/gedcom_news/edit.phtml:37 3853#: resources/views/modules/html/config.phtml:39 3854#: resources/views/modules/user_blog/edit.phtml:37 3855msgid "Content" 3856msgstr "Inhoud" 3857 3858#: app/Http/RequestHandlers/ControlPanel.php:150 3859#: app/Http/RequestHandlers/MapDataAdd.php:93 3860#: app/Http/RequestHandlers/MapDataEdit.php:86 3861#: app/Http/RequestHandlers/MapDataList.php:110 3862#: app/Module/ModuleThemeTrait.php:236 app/Module/ModuleThemeTrait.php:240 3863#: resources/views/admin/analytics-edit.phtml:17 3864#: resources/views/admin/broadcast.phtml:18 3865#: resources/views/admin/changes-log.phtml:31 3866#: resources/views/admin/clean-data.phtml:15 3867#: resources/views/admin/components.phtml:28 3868#: resources/views/admin/data-fix-page.phtml:24 3869#: resources/views/admin/data-fix-select.phtml:20 3870#: resources/views/admin/email-page.phtml:20 3871#: resources/views/admin/fix-level-0-media.phtml:15 3872#: resources/views/admin/map-import-form.phtml:16 3873#: resources/views/admin/media-upload.phtml:18 3874#: resources/views/admin/media.phtml:21 3875#: resources/views/admin/merge-records-step-1.phtml:41 3876#: resources/views/admin/merge-records-step-2.phtml:23 3877#: resources/views/admin/modules.phtml:34 3878#: resources/views/admin/server-information.phtml:13 3879#: resources/views/admin/site-logs.phtml:29 3880#: resources/views/admin/site-mail.phtml:29 3881#: resources/views/admin/site-preferences.phtml:15 3882#: resources/views/admin/site-registration.phtml:16 3883#: resources/views/admin/tags.phtml:20 3884#: resources/views/admin/trees-check.phtml:17 3885#: resources/views/admin/trees-create.phtml:15 3886#: resources/views/admin/trees-duplicates.phtml:18 3887#: resources/views/admin/trees-export.phtml:18 3888#: resources/views/admin/trees-import.phtml:23 3889#: resources/views/admin/trees-merge.phtml:19 3890#: resources/views/admin/trees-preferences.phtml:38 3891#: resources/views/admin/trees-privacy.phtml:22 3892#: resources/views/admin/trees-renumber.phtml:17 3893#: resources/views/admin/trees-unconnected.phtml:22 3894#: resources/views/admin/trees.phtml:41 3895#: resources/views/admin/upgrade/steps.phtml:14 3896#: resources/views/admin/upgrade/wizard.phtml:15 3897#: resources/views/admin/users-cleanup.phtml:21 3898#: resources/views/admin/users-create.phtml:19 3899#: resources/views/admin/users-edit.phtml:28 3900#: resources/views/admin/users.phtml:15 3901#: resources/views/admin/webtrees1-thumbnails.phtml:14 3902#: resources/views/modules/bing-maps/config.phtml:14 3903#: resources/views/modules/custom-css-js/edit.phtml:14 3904#: resources/views/modules/faq/config.phtml:20 3905#: resources/views/modules/faq/edit.phtml:21 3906#: resources/views/modules/geonames/config.phtml:14 3907#: resources/views/modules/google-maps/config.phtml:14 3908#: resources/views/modules/here-maps/config.phtml:14 3909#: resources/views/modules/map-box/config.phtml:14 3910#: resources/views/modules/openrouteservice/config.phtml:14 3911#: resources/views/modules/relationships-chart/config.phtml:20 3912#: resources/views/modules/sitemap/config.phtml:18 3913#: resources/views/modules/stories/config.phtml:18 3914#: resources/views/modules/stories/edit.phtml:22 3915msgid "Control panel" 3916msgstr "Controlepaneel" 3917 3918#. I18N: Name of a module 3919#: app/Module/FixCemeteryTag.php:60 3920msgid "Convert CEME tags to GEDCOM 5.5.1" 3921msgstr "Converteer CEME-labels naar GEDCOM 5.5.1" 3922 3923#. I18N: Name of a module 3924#: app/Module/FixNameTags.php:83 3925msgid "Convert NAME:_XXX tags to GEDCOM 5.5.1" 3926msgstr "Converteer NAME:_XXX-labels naar GEDCOM 5.5.1" 3927 3928#. I18N: Name of a module 3929#: app/Module/FixPrimaryTag.php:59 3930msgid "Convert _PRIM tags to GEDCOM 5.5.1" 3931msgstr "Converteer _PRIM-labels naar GEDCOM 5.5.1" 3932 3933#. I18N: Label for option 3934#: resources/views/modules/fix-ceme-tag/options.phtml:16 3935msgid "Convert to" 3936msgstr "Converteer naar" 3937 3938#. I18N: Name of a country or state 3939#: app/Statistics/Service/CountryService.php:136 3940msgid "Cook Islands" 3941msgstr "Cook Eilanden" 3942 3943#: resources/views/modules/privacy-policy/page.phtml:29 3944msgid "Cookies" 3945msgstr "Cookies" 3946 3947#: app/Gedcom.php:386 app/Gedcom.php:517 app/Gedcom.php:1157 3948#: app/Gedcom.php:1179 3949msgid "Coordinates" 3950msgstr "Coördinaten" 3951 3952#. I18N: Location of an LDS church temple 3953#: app/Elements/TempleCode.php:84 3954msgid "Copenhagen, Denmark" 3955msgstr "Copenhagen, Denemarken" 3956 3957#: resources/views/edit/icon-fact-copy.phtml:13 3958#: resources/views/edit/icon-fact-copy.phtml:15 3959#: resources/views/individual-name.phtml:80 3960#: resources/views/individual-name.phtml:82 3961#: resources/views/modules/share-url/share.phtml:16 3962msgid "Copy" 3963msgstr "Kopiëer" 3964 3965#. I18N: Copy all the records from [family tree 1] into [family tree 2] 3966#: resources/views/admin/trees-merge.phtml:50 3967#, php-format 3968msgid "Copy all the records from %1$s into %2$s." 3969msgstr "Kopieer alle records van %1$s naar %2$s." 3970 3971#: app/Http/RequestHandlers/UpgradeWizardPage.php:125 3972msgid "Copy files…" 3973msgstr "Kopieer bestanden…" 3974 3975#: app/Module/ShareUrlModule.php:51 3976msgid "Copy the URL of the record to the clipboard" 3977msgstr "Kopieer de URL van het record naar het klembord" 3978 3979#: app/Gedcom.php:462 app/Gedcom.php:489 3980msgid "Copyright" 3981msgstr "Copyright" 3982 3983#. I18N: Location of an LDS church temple 3984#: app/Elements/TempleCode.php:85 3985msgid "Cordoba, Argentina" 3986msgstr "Córdoba, Argentinië" 3987 3988#: app/Gedcom.php:475 3989msgid "Corporation" 3990msgstr "Organisatie" 3991 3992#. I18N: Description of a “Data fix” module 3993#: app/Module/FixNameSlashesAndSpaces.php:69 3994msgid "Correct NAME records of the form “John/DOE/” or “John /DOE”, as produced by older genealogy programs." 3995msgstr "Corrigeer NAME-records als ‘Jan/SMIT/’ of ‘Jan /SMIT’, geproduceerd door oudere genealogie programma's." 3996 3997#: app/Elements/ResearchTaskStatus.php:52 app/Elements/ResearchTaskType.php:51 3998msgid "Correspondence" 3999msgstr "Correspondentie" 4000 4001#. I18N: Name of a country or state 4002#: app/Statistics/Service/CountryService.php:144 4003msgid "Costa Rica" 4004msgstr "Costa Rica" 4005 4006#. I18N: Name of a country or state 4007#: app/Statistics/Service/CountryService.php:128 4008msgid "Cote d’Ivoire" 4009msgstr "Ivoorkust" 4010 4011#: resources/views/verify-failure-page.phtml:17 4012msgid "Could not verify the information you entered. Please try again or contact the site administrator for more information." 4013msgstr "Het is niet gelukt om de ingevoerde informatie te verifiëren. Probeert u het nogmaals of neem contact op met de sitebeheerder voor meer informatie." 4014 4015#. I18N: Description of the “Hit counters” module 4016#: app/Module/HitCountFooterModule.php:87 4017msgid "Count the visits to each page" 4018msgstr "Telt het aantal bezoeken aan elke pagina" 4019 4020#: app/Gedcom.php:369 app/Gedcom.php:481 app/Gedcom.php:501 app/Gedcom.php:756 4021#: app/Gedcom.php:803 app/Gedcom.php:1170 app/Gedcom.php:1437 4022#: app/Statistics/Google/ChartDistribution.php:108 4023msgid "Country" 4024msgstr "Land" 4025 4026#: app/Http/RequestHandlers/ManageMediaData.php:254 4027msgid "Create" 4028msgstr "Creëer" 4029 4030#: app/Http/RequestHandlers/CreateTreePage.php:57 4031#: resources/views/admin/control-panel.phtml:292 4032msgid "Create a family tree" 4033msgstr "Maak een nieuwe stamboom aan" 4034 4035#: app/Elements/XrefLocation.php:60 4036#: resources/views/modals/create-location.phtml:16 4037msgid "Create a location" 4038msgstr "Maak een locatie aan" 4039 4040#: app/Elements/XrefMedia.php:62 4041#: resources/views/modals/create-media-from-file.phtml:19 4042#: resources/views/modals/create-media-object.phtml:19 4043msgid "Create a media object" 4044msgstr "Maak een nieuw mediaobject aan" 4045 4046#: app/Elements/XrefRepository.php:65 4047#: resources/views/modals/create-repository.phtml:18 4048msgid "Create a repository" 4049msgstr "Maak een nieuwe opslagplaats aan" 4050 4051#: app/Elements/XrefNote.php:60 4052#: resources/views/modals/create-note-object.phtml:16 4053msgid "Create a shared note" 4054msgstr "Maak een nieuwe gedeelde notitie aan" 4055 4056#: resources/views/modules/census-assistant.phtml:15 4057msgid "Create a shared note using the census assistant" 4058msgstr "Maak een nieuwe gedeelde notitie aan met behulp van de assistent" 4059 4060#: app/Elements/XrefSource.php:72 resources/views/modals/create-source.phtml:16 4061msgid "Create a source" 4062msgstr "Maak een nieuwe bron aan" 4063 4064#: app/Elements/XrefSubmission.php:60 4065#: resources/views/modals/create-submission.phtml:16 4066msgid "Create a submission" 4067msgstr "Maak een nieuwe indiening aan" 4068 4069#: app/Elements/XrefSubmitter.php:60 4070#: resources/views/modals/create-submitter.phtml:16 4071msgid "Create a submitter" 4072msgstr "Maak een nieuwe indiener aan" 4073 4074#: app/Http/RequestHandlers/UpgradeWizardPage.php:120 4075msgid "Create a temporary folder…" 4076msgstr "Maak een tijdelijke map aan…" 4077 4078#: resources/views/modals/media-file-fields.phtml:79 4079msgid "Create a unique filename" 4080msgstr "Maak een unieke bestandsnaam aan" 4081 4082#: app/Http/RequestHandlers/AddUnlinkedPage.php:75 4083msgid "Create an individual" 4084msgstr "Maak een nieuwe persoon aan" 4085 4086#. I18N: %s is a link/URL 4087#: app/Module/BingMaps.php:47 app/Module/EsriMaps.php:51 4088#: app/Module/GoogleMaps.php:47 app/Module/HereMaps.php:47 4089#: app/Module/MapBox.php:47 app/Module/OpenStreetMap.php:41 4090#: app/Module/OrdnanceSurveyHistoricMaps.php:52 4091#, php-format 4092msgid "Create maps using %s." 4093msgstr "Maak kaarten met %s." 4094 4095#: resources/views/modules/statistics-chart/custom.phtml:18 4096msgid "Create your own chart" 4097msgstr "Stel uw eigen diagram samen" 4098 4099#: resources/views/admin/synchronize-trees.phtml:18 4100msgid "Create, update, and delete a family tree for every GEDCOM file in the data folder." 4101msgstr "Stamboom aanmaken, bijwerken of verwijderen voor elk GEDCOM-bestand in de datamap." 4102 4103#: app/Gedcom.php:1070 app/Gedcom.php:1126 app/Gedcom.php:1271 4104#: app/Gedcom.php:1308 app/Gedcom.php:1311 app/Gedcom.php:1313 4105#: app/Gedcom.php:1315 app/Gedcom.php:1317 4106msgid "Creation date" 4107msgstr "Aanmaakdatum" 4108 4109#: app/Gedcom.php:594 resources/xml/reports/family_group_report.xml:315 4110#: resources/xml/reports/family_group_report.xml:342 4111#: resources/xml/reports/family_group_report.xml:669 4112#: resources/xml/reports/family_group_report.xml:696 4113#: resources/xml/reports/family_group_report.xml:1013 4114#: resources/xml/reports/family_group_report.xml:1040 4115msgid "Cremation" 4116msgstr "Crematie" 4117 4118#: app/Module/IndividualFactsTabModule.php:456 4119msgid "Cremation of a brother" 4120msgstr "Crematie van een broer" 4121 4122#: app/Module/IndividualFactsTabModule.php:440 4123msgid "Cremation of a child" 4124msgstr "Crematie van een kind" 4125 4126#: app/Module/IndividualFactsTabModule.php:439 4127msgid "Cremation of a daughter" 4128msgstr "Crematie van een dochter" 4129 4130#: app/Module/IndividualFactsTabModule.php:732 4131msgid "Cremation of a father" 4132msgstr "Crematie van vader" 4133 4134#: app/Module/IndividualFactsTabModule.php:530 4135msgid "Cremation of a grandchild" 4136msgstr "Crematie van een kleinkind" 4137 4138#: app/Module/IndividualFactsTabModule.php:493 4139msgid "Cremation of a granddaughter" 4140msgstr "Crematie van een kleindochter" 4141 4142#: app/Module/IndividualFactsTabModule.php:511 4143msgctxt "daughter’s daughter" 4144msgid "Cremation of a granddaughter" 4145msgstr "Crematie van een kleindochter" 4146 4147#: app/Module/IndividualFactsTabModule.php:529 4148msgctxt "son’s daughter" 4149msgid "Cremation of a granddaughter" 4150msgstr "Crematie van een kleindochter" 4151 4152#: app/Module/IndividualFactsTabModule.php:750 4153msgid "Cremation of a grandfather" 4154msgstr "Crematie van een grootvader" 4155 4156#: app/Module/IndividualFactsTabModule.php:751 4157msgid "Cremation of a grandmother" 4158msgstr "Crematie van een grootmoeder" 4159 4160#: app/Module/IndividualFactsTabModule.php:752 4161#: app/Module/IndividualFactsTabModule.php:770 4162#: app/Module/IndividualFactsTabModule.php:788 4163msgid "Cremation of a grandparent" 4164msgstr "Crematie van een grootouder" 4165 4166#: app/Module/IndividualFactsTabModule.php:492 4167msgid "Cremation of a grandson" 4168msgstr "Crematie van een kleinzoon" 4169 4170#: app/Module/IndividualFactsTabModule.php:510 4171msgctxt "daughter’s son" 4172msgid "Cremation of a grandson" 4173msgstr "Crematie van een kleinzoon" 4174 4175#: app/Module/IndividualFactsTabModule.php:528 4176msgctxt "son’s son" 4177msgid "Cremation of a grandson" 4178msgstr "Crematie van een kleinzoon" 4179 4180#: app/Module/IndividualFactsTabModule.php:474 4181msgid "Cremation of a half-brother" 4182msgstr "Crematie van een halfbroer" 4183 4184#: app/Module/IndividualFactsTabModule.php:476 4185msgid "Cremation of a half-sibling" 4186msgstr "Crematie van een halfbroer/halfzus" 4187 4188#: app/Module/IndividualFactsTabModule.php:475 4189msgid "Cremation of a half-sister" 4190msgstr "Crematie van een halfzus" 4191 4192#: app/Module/IndividualFactsTabModule.php:210 4193msgid "Cremation of a husband" 4194msgstr "Crematie van een echtgenoot" 4195 4196#: app/Module/IndividualFactsTabModule.php:768 4197msgid "Cremation of a maternal grandfather" 4198msgstr "Crematie van grootvader van moeders kant" 4199 4200#: app/Module/IndividualFactsTabModule.php:769 4201msgid "Cremation of a maternal grandmother" 4202msgstr "Crematie van grootmoeder van moeders kant" 4203 4204#: app/Module/IndividualFactsTabModule.php:733 4205msgid "Cremation of a mother" 4206msgstr "Crematie van moeder" 4207 4208#: app/Module/IndividualFactsTabModule.php:734 4209msgid "Cremation of a parent" 4210msgstr "Crematie van een ouder" 4211 4212#: app/Module/IndividualFactsTabModule.php:786 4213msgid "Cremation of a paternal grandfather" 4214msgstr "Crematie van grootvader van vaders kant" 4215 4216#: app/Module/IndividualFactsTabModule.php:787 4217msgid "Cremation of a paternal grandmother" 4218msgstr "Crematie van grootmoeder van vaders kant" 4219 4220#: app/Module/IndividualFactsTabModule.php:458 4221msgid "Cremation of a sibling" 4222msgstr "Crematie van een broer/zus" 4223 4224#: app/Module/IndividualFactsTabModule.php:457 4225msgid "Cremation of a sister" 4226msgstr "Crematie van een zus" 4227 4228#: app/Module/IndividualFactsTabModule.php:438 4229msgid "Cremation of a son" 4230msgstr "Crematie van een zoon" 4231 4232#: app/Module/IndividualFactsTabModule.php:212 4233msgid "Cremation of a spouse" 4234msgstr "Crematie van een huwelijkspartner" 4235 4236#: app/Module/IndividualFactsTabModule.php:211 4237msgid "Cremation of a wife" 4238msgstr "Crematie van een echtgenote" 4239 4240#. I18N: Name of a country or state 4241#: app/Statistics/Service/CountryService.php:241 4242msgid "Croatia" 4243msgstr "Kroatië" 4244 4245#. I18N: Name of a country or state 4246#: app/Statistics/Service/CountryService.php:146 4247msgid "Cuba" 4248msgstr "Cuba" 4249 4250#. I18N: Location of an LDS church temple 4251#: app/Elements/TempleCode.php:87 4252msgid "Curitiba, Brazil" 4253msgstr "Curitiba, Brazilië" 4254 4255#: app/Module/HtmlBlockModule.php:192 app/Module/StatisticsChartModule.php:158 4256msgid "Custom" 4257msgstr "Aangepast" 4258 4259#: resources/views/admin/tags.phtml:931 4260msgid "Custom GEDCOM tags" 4261msgstr "Aangepaste GEDCOM-labels" 4262 4263#: resources/views/calendar-page.phtml:204 4264msgid "Custom event" 4265msgstr "Vrij te kiezen gebeurtenis" 4266 4267#: resources/views/admin/custom-module-info.phtml:12 4268msgid "Custom module" 4269msgstr "Niet-standaard module" 4270 4271#. I18N: A configuration setting 4272#: resources/views/admin/site-registration.phtml:38 4273msgid "Custom welcome text" 4274msgstr "Zelfgedefinieerde welkomstekst" 4275 4276#: app/Module/ModuleThemeTrait.php:216 app/Module/ModuleThemeTrait.php:220 4277msgid "Customize this page" 4278msgstr "Deze pagina aanpassen" 4279 4280#. I18N: Name of a country or state 4281#: app/Statistics/Service/CountryService.php:153 4282msgid "Cyprus" 4283msgstr "Cyprus" 4284 4285#. I18N: Name of a country or state 4286#: app/Statistics/Service/CountryService.php:155 4287msgid "Czech Republic" 4288msgstr "Tsjechië" 4289 4290#. I18N: https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail 4291#: resources/views/admin/site-mail.phtml:196 4292msgid "DKIM digital signature" 4293msgstr "DKIM digitale handtekening" 4294 4295#: app/Gedcom.php:1013 app/Gedcom.php:1519 4296msgid "DNA markers" 4297msgstr "DNA-markers" 4298 4299#. I18N: https://en.wikipedia.org/wiki/Daitch–Mokotoff_Soundex 4300#: app/Soundex.php:604 resources/views/branches-page.phtml:42 4301#: resources/views/search-phonetic-page.phtml:77 4302msgid "Daitch-Mokotoff" 4303msgstr "Daitch-Mokotoff" 4304 4305#. I18N: Location of an LDS church temple 4306#: app/Elements/TempleCode.php:88 4307msgid "Dallas, Texas, United States" 4308msgstr "Dallas, Texas, Verenigde Staten" 4309 4310#: app/Gedcom.php:395 app/Gedcom.php:448 app/Gedcom.php:526 app/Gedcom.php:694 4311#: app/Gedcom.php:717 app/Gedcom.php:741 app/Gedcom.php:779 app/Gedcom.php:1057 4312#: app/Gedcom.php:1109 app/Gedcom.php:1192 app/Gedcom.php:1225 4313#: app/Gedcom.php:1556 app/Gedcom.php:1570 4314#: resources/views/admin/changes-log.phtml:137 4315msgid "Data" 4316msgstr "Gegevens" 4317 4318#: resources/views/modules/privacy-policy/page.phtml:66 4319msgid "Data controller" 4320msgstr "Verantwoordelijke" 4321 4322#: resources/views/admin/data-fix-page.phtml:70 4323#: resources/views/admin/data-fix-select.phtml:29 4324msgid "Data fix" 4325msgstr "Gegevenscorrectie" 4326 4327#: app/Http/RequestHandlers/DataFixChoose.php:65 4328#: app/Http/RequestHandlers/DataFixPage.php:87 4329#: app/Http/RequestHandlers/HelpText.php:271 4330#: app/Http/RequestHandlers/ModulesDataFixesPage.php:43 4331#: resources/views/admin/control-panel.phtml:692 4332#: resources/views/admin/data-fix-page.phtml:24 4333#: resources/views/admin/trees.phtml:150 4334msgid "Data fixes" 4335msgstr "Gegevenscorrecties" 4336 4337#: resources/views/help/data-fixes.phtml:8 4338msgid "Data fixes can require lots of slow calculations, so it is not possible to create an exact list of records that need to be updated." 4339msgstr "Voor gegevenscorrecties zijn veel langdurige berekeningen nodig, het is daarom niet mogelijk om een lijst met de te corrigeren gegevens te genereren." 4340 4341#. I18N: A configuration setting 4342#: resources/views/admin/site-preferences.phtml:26 4343msgid "Data folder" 4344msgstr "Datamap" 4345 4346#: resources/views/setup/step-4-database-mysql.phtml:34 4347#: resources/views/setup/step-4-database-pgsql.phtml:34 4348#: resources/views/setup/step-4-database-sqlite.phtml:39 4349#: resources/views/setup/step-4-database-sqlsvr.phtml:34 4350msgid "Database connection" 4351msgstr "Databaseverbinding" 4352 4353#: app/Gedcom.php:1485 resources/views/setup/step-4-database-mysql.phtml:109 4354#: resources/views/setup/step-4-database-pgsql.phtml:95 4355#: resources/views/setup/step-4-database-sqlite.phtml:52 4356#: resources/views/setup/step-4-database-sqlsvr.phtml:95 4357msgid "Database name" 4358msgstr "Naam van de database" 4359 4360#: app/Gedcom.php:1486 resources/views/setup/step-4-database-mysql.phtml:95 4361#: resources/views/setup/step-4-database-pgsql.phtml:83 4362#: resources/views/setup/step-4-database-sqlsvr.phtml:83 4363msgid "Database password" 4364msgstr "Database wachtwoord" 4365 4366#: resources/views/setup/step-3-database-type.phtml:52 4367msgid "Database type" 4368msgstr "Databasetype" 4369 4370#: app/Gedcom.php:1488 resources/views/setup/step-4-database-mysql.phtml:81 4371#: resources/views/setup/step-4-database-pgsql.phtml:71 4372#: resources/views/setup/step-4-database-sqlsvr.phtml:71 4373msgid "Database user account" 4374msgstr "Database gebruikersaccount" 4375 4376#: app/Gedcom.php:374 app/Gedcom.php:463 app/Gedcom.php:490 app/Gedcom.php:507 4377#: app/Gedcom.php:933 app/Gedcom.php:1052 app/Gedcom.php:1104 4378#: app/Gedcom.php:1185 app/Gedcom.php:1202 app/Gedcom.php:1206 4379#: app/Gedcom.php:1210 app/Gedcom.php:1216 app/Gedcom.php:1222 4380#: app/Gedcom.php:1345 app/Gedcom.php:1405 app/Gedcom.php:1539 4381#: app/Http/RequestHandlers/HelpText.php:219 4382#: app/Module/ResearchTaskModule.php:62 app/Module/ResearchTaskModule.php:65 4383#: resources/views/help/date.phtml:29 resources/views/help/date.phtml:143 4384#: resources/views/lists/anniversaries-table.phtml:35 4385#: resources/views/modules/todo/research-tasks.phtml:27 4386#: resources/views/pending-changes-page.phtml:50 4387#: resources/xml/reports/bdm_report.xml:132 4388#: resources/xml/reports/bdm_report.xml:158 4389#: resources/xml/reports/bdm_report.xml:192 4390#: resources/xml/reports/birth_report.xml:40 4391#: resources/xml/reports/death_report.xml:46 4392#: resources/xml/reports/fact_sources.xml:72 4393#: resources/xml/reports/fact_sources.xml:159 4394#: resources/xml/reports/marriage_report.xml:46 4395#: resources/xml/reports/occupation_report.xml:57 4396msgid "Date" 4397msgstr "Datum" 4398 4399#: resources/views/modules/relatives/tab.phtml:35 4400msgid "Date differences" 4401msgstr "Datum verschillen" 4402 4403#: app/Gedcom.php:548 4404msgid "Date of LDS baptism" 4405msgstr "Datum van LDS-doop" 4406 4407#: app/Gedcom.php:687 4408msgid "Date of LDS child sealing" 4409msgstr "Datum van LDS-kindverzegeling" 4410 4411#: app/Gedcom.php:589 4412msgid "Date of LDS confirmation" 4413msgstr "Datum van LDS-bevestiging" 4414 4415#: app/Gedcom.php:609 4416msgid "Date of LDS endowment" 4417msgstr "Datum van LDS-schenking" 4418 4419#: app/Gedcom.php:442 4420msgid "Date of LDS spouse sealing" 4421msgstr "Datum van LDS-verzegeling aan huwelijkspartner" 4422 4423#: app/Gedcom.php:538 4424msgid "Date of adoption" 4425msgstr "Adoptiedatum" 4426 4427#: app/Gedcom.php:554 resources/xml/reports/missing_facts_report.xml:129 4428msgid "Date of baptism" 4429msgstr "Doopdatum" 4430 4431#: app/Gedcom.php:557 resources/xml/reports/missing_facts_report.xml:212 4432msgid "Date of bar mitzvah" 4433msgstr "Bar mitswa-datum" 4434 4435#: app/Gedcom.php:560 resources/xml/reports/missing_facts_report.xml:253 4436msgid "Date of bat mitzvah" 4437msgstr "Bat mitswa-datum" 4438 4439#: app/Gedcom.php:563 resources/xml/reports/fact_sources.xml:68 4440#: resources/xml/reports/fact_sources.xml:272 4441#: resources/xml/reports/missing_facts_report.xml:81 4442#: resources/xml/reports/occupation_report.xml:49 4443msgid "Date of birth" 4444msgstr "Geboortedatum" 4445 4446#: app/Gedcom.php:567 4447msgid "Date of blessing" 4448msgstr "Datum zegening" 4449 4450#: app/Gedcom.php:891 4451msgid "Date of brit milah" 4452msgstr "Brit milah-datum" 4453 4454#: app/Gedcom.php:570 resources/xml/reports/missing_facts_report.xml:546 4455msgid "Date of burial" 4456msgstr "Begrafenisdatum" 4457 4458#: app/Gedcom.php:580 resources/xml/reports/missing_facts_report.xml:170 4459msgid "Date of christening" 4460msgstr "Doopdatum" 4461 4462#: app/Gedcom.php:586 resources/xml/reports/missing_facts_report.xml:294 4463msgid "Date of confirmation" 4464msgstr "Datum van vormsel/confirmatie" 4465 4466#: app/Gedcom.php:595 4467msgid "Date of cremation" 4468msgstr "Crematiedatum" 4469 4470#: app/Gedcom.php:599 resources/xml/reports/cemetery_report.xml:46 4471#: resources/xml/reports/fact_sources.xml:274 4472#: resources/xml/reports/missing_facts_report.xml:505 4473msgid "Date of death" 4474msgstr "Overlijdensdatum" 4475 4476#: app/Gedcom.php:415 4477msgid "Date of divorce" 4478msgstr "Echtscheidingsdatum" 4479 4480#: app/Gedcom.php:606 4481msgid "Date of emigration" 4482msgstr "Emigratiedatum" 4483 4484#: app/Gedcom.php:418 resources/xml/reports/missing_facts_report.xml:336 4485msgid "Date of engagement" 4486msgstr "Verlovingsdatum" 4487 4488#: app/Gedcom.php:396 app/Gedcom.php:449 app/Gedcom.php:527 app/Gedcom.php:695 4489#: app/Gedcom.php:718 app/Gedcom.php:742 app/Gedcom.php:1058 4490#: app/Gedcom.php:1110 app/Gedcom.php:1193 app/Gedcom.php:1226 4491#: app/Gedcom.php:1557 app/Gedcom.php:1571 4492msgid "Date of entry in original source" 4493msgstr "Inschrijfdatum in originele bron" 4494 4495#: app/Gedcom.php:615 app/Gedcom.php:1152 4496msgid "Date of event" 4497msgstr "Gebeurtenisdatum" 4498 4499#: app/Gedcom.php:625 resources/xml/reports/missing_facts_report.xml:378 4500msgid "Date of first communion" 4501msgstr "Datum eerste communie" 4502 4503#: app/Gedcom.php:632 4504msgid "Date of immigration" 4505msgstr "Immigratiedatum" 4506 4507#: app/Gedcom.php:411 app/Gedcom.php:577 app/Gedcom.php:709 app/Gedcom.php:729 4508#: app/Gedcom.php:760 app/Gedcom.php:776 app/Gedcom.php:807 app/Gedcom.php:823 4509#: app/Gedcom.php:1148 4510msgid "Date of last change" 4511msgstr "Datum laatste wijziging" 4512 4513#: app/Gedcom.php:429 resources/xml/reports/fact_sources.xml:319 4514#: resources/xml/reports/missing_facts_report.xml:463 4515msgid "Date of marriage" 4516msgstr "Huwelijksdatum" 4517 4518#: app/Gedcom.php:424 resources/xml/reports/missing_facts_report.xml:420 4519msgid "Date of marriage banns" 4520msgstr "Ondertrouwdatum" 4521 4522#: app/Gedcom.php:660 4523msgid "Date of naturalization" 4524msgstr "Naturalisatiedatum" 4525 4526#: app/Gedcom.php:670 4527msgid "Date of ordination" 4528msgstr "Datum van wijding" 4529 4530#: app/Gedcom.php:678 4531msgid "Date of residence" 4532msgstr "Datum bewoning" 4533 4534#: resources/views/help/date.phtml:105 4535msgid "Date period" 4536msgstr "Datum periode" 4537 4538#: resources/views/help/date.phtml:98 4539msgid "Date periods are used to indicate that a fact, such as an occupation, continued for a period of time." 4540msgstr "Datumperiodes worden gebruikt om aan te geven dat een feit, zoals een beroep, voor een bepaalde periode voortduurde." 4541 4542#: app/Gedcom.php:782 resources/views/help/date.phtml:67 4543#: resources/views/modules/statistics-chart/custom.phtml:96 4544msgid "Date range" 4545msgstr "Datum bereik" 4546 4547#: resources/views/help/date.phtml:60 4548msgid "Date ranges are used to indicate that an event, such as a birth, happened on an unknown date within a possible range." 4549msgstr "Datumbereiken worden gebruikt om aan te geven dat een gebeurtenis, zoals een geboorte, plaats vond op een onbekende datum binnen een mogelijk bereik." 4550 4551#: resources/views/admin/users.phtml:31 4552msgid "Date registered" 4553msgstr "Datum geregistreerd" 4554 4555#: resources/views/modules/user-messages/user-messages.phtml:71 4556msgid "Date sent" 4557msgstr "Datum verzonden" 4558 4559#. I18N: Help text for the “Calendar conversion” configuration setting 4560#: resources/views/admin/trees-preferences.phtml:129 4561#, php-format 4562msgid "Dates are only converted if they are valid for the calendar. For example, only dates between %1$s and %2$s will be converted to the French calendar and only dates after %3$s will be converted to the Gregorian calendar." 4563msgstr "Datums worden alleen omgezet als ze geldig zijn voor de kalender. Bijvoorbeeld, alleen datums tussen %1$s en %2$s zullen worden omgezet naar de Franse kalender en alleen datums na %3$s zullen naar de Gregoriaanse kalender worden omgezet." 4564 4565#: resources/views/help/date.phtml:22 4566msgid "Dates are stored using English abbreviations and keywords. Shortcuts are available as alternatives to these abbreviations and keywords." 4567msgstr "Data worden bewaard via Engelse afkortingen en sleutelwoorden. Kortere manieren zijn beschikbaar als alternatief voor deze afkortingen en sleutelwoorden." 4568 4569#: resources/views/edit/change-family-members.phtml:65 4570#: resources/xml/reports/family_group_report.xml:809 4571#: resources/xml/reports/individual_ext_report.xml:570 4572#: resources/xml/reports/individual_report.xml:566 4573msgid "Daughter" 4574msgstr "Dochter" 4575 4576#. I18N: e.g. “Daughter of [father name & mother name]” 4577#: app/Module/InteractiveTree/TreeView.php:365 4578#, php-format 4579msgid "Daughter of %s" 4580msgstr "Dochter van %s" 4581 4582#: app/Module/CalendarMenuModule.php:91 resources/views/calendar-page.phtml:41 4583msgid "Day" 4584msgstr "Dag" 4585 4586#: app/Http/RequestHandlers/CalendarEvents.php:209 4587msgid "Day not set" 4588msgstr "Dag niet bekend" 4589 4590#: resources/views/modules/timeline-chart/chart.phtml:141 4591#: resources/views/modules/timeline-chart/chart.phtml:143 4592#: resources/views/modules/timeline-chart/chart.phtml:145 4593msgid "Day:" 4594msgstr "Dag:" 4595 4596#: app/Statistics/Google/ChartMortality.php:76 4597#: resources/views/lists/individuals-table.phtml:197 4598msgid "Dead" 4599msgstr "Overleden" 4600 4601#: app/Gedcom.php:597 app/Http/RequestHandlers/IndividualPage.php:208 4602#: resources/views/calendar-page.phtml:195 4603#: resources/views/lists/individuals-table.phtml:202 4604#: resources/views/lists/individuals-table.phtml:207 4605#: resources/views/lists/individuals-table.phtml:254 4606#: resources/views/modules/yahrzeit/table.phtml:27 4607#: resources/xml/reports/ahnentafel_report.xml:457 4608#: resources/xml/reports/bdm_report.xml:87 4609#: resources/xml/reports/change_report.xml:102 4610#: resources/xml/reports/change_report.xml:118 4611#: resources/xml/reports/descendancy_report.xml:594 4612#: resources/xml/reports/family_group_report.xml:289 4613#: resources/xml/reports/family_group_report.xml:470 4614#: resources/xml/reports/family_group_report.xml:477 4615#: resources/xml/reports/family_group_report.xml:643 4616#: resources/xml/reports/family_group_report.xml:733 4617#: resources/xml/reports/family_group_report.xml:740 4618#: resources/xml/reports/family_group_report.xml:987 4619#: resources/xml/reports/family_group_report.xml:1081 4620#: resources/xml/reports/family_group_report.xml:1090 4621#: resources/xml/reports/individual_ext_report.xml:281 4622#: resources/xml/reports/individual_ext_report.xml:317 4623#: resources/xml/reports/individual_ext_report.xml:357 4624#: resources/xml/reports/individual_ext_report.xml:393 4625#: resources/xml/reports/individual_ext_report.xml:429 4626#: resources/xml/reports/individual_ext_report.xml:487 4627#: resources/xml/reports/individual_ext_report.xml:523 4628#: resources/xml/reports/individual_ext_report.xml:564 4629#: resources/xml/reports/individual_ext_report.xml:600 4630#: resources/xml/reports/individual_ext_report.xml:636 4631#: resources/xml/reports/individual_report.xml:270 4632#: resources/xml/reports/individual_report.xml:306 4633#: resources/xml/reports/individual_report.xml:346 4634#: resources/xml/reports/individual_report.xml:382 4635#: resources/xml/reports/individual_report.xml:418 4636#: resources/xml/reports/individual_report.xml:479 4637#: resources/xml/reports/individual_report.xml:519 4638#: resources/xml/reports/individual_report.xml:560 4639#: resources/xml/reports/individual_report.xml:596 4640#: resources/xml/reports/individual_report.xml:632 4641#: resources/xml/reports/missing_facts_report.xml:24 4642#: resources/xml/reports/pedigree_report.xml:80 4643#: resources/xml/reports/pedigree_report.xml:81 4644#: resources/xml/reports/pedigree_report.xml:101 4645#: resources/xml/reports/pedigree_report.xml:102 4646#: resources/xml/reports/pedigree_report.xml:119 4647#: resources/xml/reports/pedigree_report.xml:120 4648#: resources/xml/reports/pedigree_report.xml:141 4649#: resources/xml/reports/pedigree_report.xml:142 4650#: resources/xml/reports/pedigree_report.xml:159 4651#: resources/xml/reports/pedigree_report.xml:160 4652#: resources/xml/reports/pedigree_report.xml:182 4653#: resources/xml/reports/pedigree_report.xml:183 4654#: resources/xml/reports/pedigree_report.xml:200 4655#: resources/xml/reports/pedigree_report.xml:201 4656#: resources/xml/reports/pedigree_report.xml:225 4657#: resources/xml/reports/pedigree_report.xml:226 4658#: resources/xml/reports/pedigree_report.xml:243 4659#: resources/xml/reports/pedigree_report.xml:244 4660#: resources/xml/reports/pedigree_report.xml:268 4661#: resources/xml/reports/pedigree_report.xml:269 4662#: resources/xml/reports/pedigree_report.xml:286 4663#: resources/xml/reports/pedigree_report.xml:287 4664#: resources/xml/reports/pedigree_report.xml:311 4665#: resources/xml/reports/pedigree_report.xml:312 4666#: resources/xml/reports/pedigree_report.xml:329 4667#: resources/xml/reports/pedigree_report.xml:330 4668#: resources/xml/reports/pedigree_report.xml:354 4669#: resources/xml/reports/pedigree_report.xml:355 4670#: resources/xml/reports/pedigree_report.xml:372 4671#: resources/xml/reports/pedigree_report.xml:373 4672#: resources/xml/reports/pedigree_report.xml:395 4673#: resources/xml/reports/pedigree_report.xml:411 4674#: resources/xml/reports/pedigree_report.xml:433 4675#: resources/xml/reports/pedigree_report.xml:449 4676#: resources/xml/reports/pedigree_report.xml:471 4677#: resources/xml/reports/pedigree_report.xml:487 4678#: resources/xml/reports/pedigree_report.xml:509 4679#: resources/xml/reports/pedigree_report.xml:525 4680#: resources/xml/reports/pedigree_report.xml:547 4681#: resources/xml/reports/pedigree_report.xml:563 4682#: resources/xml/reports/pedigree_report.xml:585 4683#: resources/xml/reports/pedigree_report.xml:601 4684#: resources/xml/reports/pedigree_report.xml:623 4685#: resources/xml/reports/pedigree_report.xml:639 4686#: resources/xml/reports/pedigree_report.xml:661 4687#: resources/xml/reports/pedigree_report.xml:677 4688#: resources/xml/reports/pedigree_report.xml:782 4689#: resources/xml/reports/pedigree_report.xml:783 4690#: resources/xml/reports/pedigree_report.xml:803 4691#: resources/xml/reports/pedigree_report.xml:804 4692#: resources/xml/reports/pedigree_report.xml:821 4693#: resources/xml/reports/pedigree_report.xml:822 4694#: resources/xml/reports/pedigree_report.xml:843 4695#: resources/xml/reports/pedigree_report.xml:844 4696#: resources/xml/reports/pedigree_report.xml:861 4697#: resources/xml/reports/pedigree_report.xml:862 4698#: resources/xml/reports/pedigree_report.xml:883 4699#: resources/xml/reports/pedigree_report.xml:884 4700#: resources/xml/reports/pedigree_report.xml:901 4701#: resources/xml/reports/pedigree_report.xml:902 4702#: resources/xml/reports/pedigree_report.xml:927 4703#: resources/xml/reports/pedigree_report.xml:945 4704#: resources/xml/reports/pedigree_report.xml:970 4705#: resources/xml/reports/pedigree_report.xml:988 4706#: resources/xml/reports/pedigree_report.xml:1013 4707#: resources/xml/reports/pedigree_report.xml:1031 4708#: resources/xml/reports/pedigree_report.xml:1056 4709#: resources/xml/reports/pedigree_report.xml:1074 4710#: resources/xml/reports/pedigree_report.xml:1096 4711#: resources/xml/reports/pedigree_report.xml:1115 4712#: resources/xml/reports/pedigree_report.xml:1134 4713#: resources/xml/reports/pedigree_report.xml:1153 4714#: resources/xml/reports/pedigree_report.xml:1172 4715#: resources/xml/reports/pedigree_report.xml:1191 4716#: resources/xml/reports/pedigree_report.xml:1210 4717#: resources/xml/reports/pedigree_report.xml:1229 4718#: resources/xml/reports/pedigree_report.xml:1248 4719#: resources/xml/reports/pedigree_report.xml:1267 4720#: resources/xml/reports/pedigree_report.xml:1286 4721#: resources/xml/reports/pedigree_report.xml:1305 4722#: resources/xml/reports/pedigree_report.xml:1324 4723#: resources/xml/reports/pedigree_report.xml:1343 4724#: resources/xml/reports/pedigree_report.xml:1362 4725#: resources/xml/reports/pedigree_report.xml:1381 4726#: resources/xml/reports/relative_ext_report.xml:69 4727msgid "Death" 4728msgstr "Overleden" 4729 4730#: app/Statistics/Google/ChartDistribution.php:306 4731msgid "Death by country" 4732msgstr "Overledenen per land" 4733 4734#: resources/xml/reports/bdm_report.xml:10 4735#: resources/xml/reports/death_report.xml:8 4736msgid "Death date range end" 4737msgstr "Einde reeks overlijdensdata" 4738 4739#: resources/xml/reports/bdm_report.xml:9 4740#: resources/xml/reports/death_report.xml:7 4741msgid "Death date range start" 4742msgstr "Begin reeks overlijdensdata" 4743 4744#: app/Module/IndividualFactsTabModule.php:446 4745msgid "Death of a brother" 4746msgstr "Overlijden van een broer" 4747 4748#: app/Module/IndividualFactsTabModule.php:430 4749#: resources/views/admin/trees-preferences.phtml:484 4750msgid "Death of a child" 4751msgstr "Overlijden van een kind" 4752 4753#: app/Module/IndividualFactsTabModule.php:429 4754msgid "Death of a daughter" 4755msgstr "Overlijden van een dochter" 4756 4757#: app/Module/IndividualFactsTabModule.php:722 4758#: resources/views/fact-parent-age.phtml:26 4759msgid "Death of a father" 4760msgstr "Overlijden van vader" 4761 4762#: app/Module/IndividualFactsTabModule.php:484 4763#: app/Module/IndividualFactsTabModule.php:502 4764#: app/Module/IndividualFactsTabModule.php:520 4765#: resources/views/admin/trees-preferences.phtml:478 4766msgid "Death of a grandchild" 4767msgstr "Overlijden van een kleinkind" 4768 4769#: app/Module/IndividualFactsTabModule.php:483 4770msgid "Death of a granddaughter" 4771msgstr "Overlijden van een kleindochter" 4772 4773#: app/Module/IndividualFactsTabModule.php:501 4774msgctxt "daughter’s daughter" 4775msgid "Death of a granddaughter" 4776msgstr "Overlijden van een kleindochter" 4777 4778#: app/Module/IndividualFactsTabModule.php:519 4779msgctxt "son’s daughter" 4780msgid "Death of a granddaughter" 4781msgstr "Overlijden van een kleindochter" 4782 4783#: app/Module/IndividualFactsTabModule.php:740 4784msgid "Death of a grandfather" 4785msgstr "Overlijden van een grootvader" 4786 4787#: app/Module/IndividualFactsTabModule.php:741 4788msgid "Death of a grandmother" 4789msgstr "Overlijden van een grootmoeder" 4790 4791#: app/Module/IndividualFactsTabModule.php:742 4792#: app/Module/IndividualFactsTabModule.php:760 4793#: app/Module/IndividualFactsTabModule.php:778 4794#: resources/views/admin/trees-preferences.phtml:508 4795msgid "Death of a grandparent" 4796msgstr "Overlijden van een grootouder" 4797 4798#: app/Module/IndividualFactsTabModule.php:482 4799msgid "Death of a grandson" 4800msgstr "Overlijden van een kleinzoon" 4801 4802#: app/Module/IndividualFactsTabModule.php:500 4803msgctxt "daughter’s son" 4804msgid "Death of a grandson" 4805msgstr "Overlijden van een kleinzoon" 4806 4807#: app/Module/IndividualFactsTabModule.php:518 4808msgctxt "son’s son" 4809msgid "Death of a grandson" 4810msgstr "Overlijden van een kleinzoon" 4811 4812#: app/Module/IndividualFactsTabModule.php:464 4813msgid "Death of a half-brother" 4814msgstr "Overlijden van een halfbroer" 4815 4816#: app/Module/IndividualFactsTabModule.php:466 4817msgid "Death of a half-sibling" 4818msgstr "Overlijden van een halfbroer/halfzus" 4819 4820#: app/Module/IndividualFactsTabModule.php:465 4821msgid "Death of a half-sister" 4822msgstr "Overlijden van een halfzus" 4823 4824#: app/Module/IndividualFactsTabModule.php:200 4825msgid "Death of a husband" 4826msgstr "Overlijden van een echtgenoot" 4827 4828#: app/Module/IndividualFactsTabModule.php:758 4829msgid "Death of a maternal grandfather" 4830msgstr "Overlijden van grootvader van moeders kant" 4831 4832#: app/Module/IndividualFactsTabModule.php:759 4833msgid "Death of a maternal grandmother" 4834msgstr "Overlijden van grootmoeder van moeders kant" 4835 4836#: app/Module/IndividualFactsTabModule.php:723 4837#: resources/views/fact-parent-age.phtml:16 4838msgid "Death of a mother" 4839msgstr "Overlijden van moeder" 4840 4841#: app/Module/IndividualFactsTabModule.php:724 4842#: resources/views/admin/trees-preferences.phtml:496 4843#: resources/views/fact-parent-age.phtml:36 4844msgid "Death of a parent" 4845msgstr "Overlijden van een ouder" 4846 4847#: app/Module/IndividualFactsTabModule.php:776 4848msgid "Death of a paternal grandfather" 4849msgstr "Overlijden van grootvader van vaders kant" 4850 4851#: app/Module/IndividualFactsTabModule.php:777 4852msgid "Death of a paternal grandmother" 4853msgstr "Overlijden van grootmoeder van vaders kant" 4854 4855#: app/Module/IndividualFactsTabModule.php:448 4856#: resources/views/admin/trees-preferences.phtml:490 4857msgid "Death of a sibling" 4858msgstr "Overlijden van een broer/zus" 4859 4860#: app/Module/IndividualFactsTabModule.php:447 4861msgid "Death of a sister" 4862msgstr "Overlijden van een zus" 4863 4864#: app/Module/IndividualFactsTabModule.php:428 4865msgid "Death of a son" 4866msgstr "Overlijden van een zoon" 4867 4868#: app/Module/IndividualFactsTabModule.php:202 4869#: resources/views/admin/trees-preferences.phtml:502 4870msgid "Death of a spouse" 4871msgstr "Overlijden van een huwelijkspartner" 4872 4873#: app/Module/IndividualFactsTabModule.php:201 4874msgid "Death of a wife" 4875msgstr "Overlijden van een echtgenote" 4876 4877#: app/Gedcom.php:952 4878msgid "Death of one spouse" 4879msgstr "Overlijden van één huwelijkspartner" 4880 4881#: resources/xml/reports/death_report.xml:6 4882msgid "Death place contains" 4883msgstr "Plaats van overlijden bevat" 4884 4885#: resources/views/modules/statistics-chart/places.phtml:27 4886msgid "Death places" 4887msgstr "Plaatsen van overlijden" 4888 4889#. I18N: Name of a module/report 4890#: app/Module/DeathReportModule.php:40 4891#: resources/views/modules/statistics-chart/custom.phtml:67 4892#: resources/xml/reports/death_report.xml:3 4893#: resources/xml/reports/death_report.xml:32 4894msgid "Deaths" 4895msgstr "Overlijdens" 4896 4897#: app/Statistics/Google/ChartDeath.php:111 4898#: resources/views/modules/statistics-chart/individual-events.phtml:69 4899msgid "Deaths by century" 4900msgstr "Overledenen per eeuw" 4901 4902#: app/Date/AbstractGregorianJulianDate.php:242 4903msgctxt "Abbreviation for December" 4904msgid "Dec" 4905msgstr "dec." 4906 4907#: resources/views/lists/families-table.phtml:438 4908#: resources/views/lists/families-table.phtml:454 4909#: resources/views/lists/individuals-table.phtml:446 4910#: resources/views/lists/individuals-table.phtml:463 4911msgid "Decade of birth" 4912msgstr "Decennium van geboorte" 4913 4914#: resources/views/lists/individuals-table.phtml:468 4915#: resources/views/lists/individuals-table.phtml:485 4916msgid "Decade of death" 4917msgstr "Decennium van overlijden" 4918 4919#: resources/views/lists/families-table.phtml:459 4920#: resources/views/lists/families-table.phtml:475 4921msgid "Decade of marriage" 4922msgstr "Decennium van Huwelijk" 4923 4924#: app/Date/AbstractGregorianJulianDate.php:139 4925msgctxt "GENITIVE" 4926msgid "December" 4927msgstr "december" 4928 4929#: app/Date/AbstractGregorianJulianDate.php:209 4930msgctxt "INSTRUMENTAL" 4931msgid "December" 4932msgstr "december" 4933 4934#: app/Date/AbstractGregorianJulianDate.php:174 4935msgctxt "LOCATIVE" 4936msgid "December" 4937msgstr "december" 4938 4939#: app/Date/AbstractGregorianJulianDate.php:104 4940#: app/Module/StatisticsChartModule.php:800 4941#: resources/views/edit/initialize-calendar-popup.phtml:22 4942msgctxt "NOMINATIVE" 4943msgid "December" 4944msgstr "december" 4945 4946#. I18N: The tenth day in the French republican calendar 4947#: app/Date/FrenchDate.php:319 4948msgid "Decidi" 4949msgstr "Decidi" 4950 4951#: app/Module/UserWelcomeModule.php:98 app/Module/WelcomeBlockModule.php:97 4952msgid "Default chart" 4953msgstr "Standaard diagram" 4954 4955#: resources/views/admin/trees.phtml:127 4956msgid "Default family tree" 4957msgstr "Standaard stamboom" 4958 4959#. I18N: A configuration setting 4960#: app/Module/WelcomeBlockModule.php:104 4961#: resources/views/admin/trees-preferences.phtml:95 4962#: resources/views/edit-account-page.phtml:75 4963msgid "Default individual" 4964msgstr "Standaard persoon" 4965 4966#. I18N: A configuration setting 4967#: resources/views/admin/site-preferences.phtml:64 4968msgid "Default theme" 4969msgstr "Standaard thema" 4970 4971#: app/Gedcom.php:1092 app/Gedcom.php:1093 app/Gedcom.php:1094 4972#: app/Gedcom.php:1095 app/Gedcom.php:1096 4973msgid "Definition" 4974msgstr "Definitie" 4975 4976#: app/Gedcom.php:1012 4977msgid "Degree" 4978msgstr "Graad" 4979 4980#: resources/xml/reports/ahnentafel_report.xml:15 4981#: resources/xml/reports/bdm_report.xml:14 4982#: resources/xml/reports/birth_report.xml:12 4983#: resources/xml/reports/cemetery_report.xml:10 4984#: resources/xml/reports/change_report.xml:12 4985#: resources/xml/reports/death_report.xml:13 4986#: resources/xml/reports/descendancy_report.xml:10 4987#: resources/xml/reports/fact_sources.xml:10 4988#: resources/xml/reports/family_group_report.xml:14 4989#: resources/xml/reports/individual_ext_report.xml:15 4990#: resources/xml/reports/individual_report.xml:12 4991#: resources/xml/reports/marriage_report.xml:12 4992#: resources/xml/reports/missing_facts_report.xml:10 4993#: resources/xml/reports/occupation_report.xml:9 4994#: resources/xml/reports/pedigree_report.xml:10 4995#: resources/xml/reports/relative_ext_report.xml:10 4996msgctxt "font name" 4997msgid "DejaVu" 4998msgstr "DejaVu" 4999 5000#: app/Http/RequestHandlers/ManageMediaData.php:260 5001#: app/Module/FixPrimaryTag.php:114 resources/views/admin/locations.phtml:50 5002#: resources/views/admin/trees-privacy.phtml:270 5003#: resources/views/admin/trees.phtml:117 5004#: resources/views/admin/users-table-options.phtml:45 5005#: resources/views/edit-blocks-block.phtml:28 5006#: resources/views/edit/icon-fact-delete.phtml:14 5007#: resources/views/edit/icon-fact-delete.phtml:16 5008#: resources/views/family-page-menu.phtml:81 5009#: resources/views/individual-page-menu.phtml:121 5010#: resources/views/media-page-details.phtml:38 5011#: resources/views/media-page-details.phtml:41 5012#: resources/views/media-page-menu.phtml:73 5013#: resources/views/modules/faq/config.phtml:62 5014#: resources/views/modules/faq/config.phtml:102 5015#: resources/views/modules/gedcom_news/list.phtml:46 5016#: resources/views/modules/stories/config.phtml:59 5017#: resources/views/modules/stories/config.phtml:87 5018#: resources/views/modules/stories/config.phtml:89 5019#: resources/views/modules/user-messages/user-messages.phtml:63 5020#: resources/views/modules/user-messages/user-messages.phtml:137 5021#: resources/views/modules/user_blog/list.phtml:46 5022#: resources/views/record-page-menu.phtml:47 5023msgid "Delete" 5024msgstr "Verwijder" 5025 5026#: app/Http/RequestHandlers/UsersCleanupPage.php:65 5027#: resources/views/admin/control-panel.phtml:521 5028msgid "Delete inactive users" 5029msgstr "Verwijder niet-actieve gebruikers" 5030 5031#: resources/views/modules/user-messages/user-messages.phtml:146 5032msgid "Delete selected messages" 5033msgstr "Verwijder geselecteerde berichten" 5034 5035#: resources/views/admin/modules.phtml:45 5036msgid "Delete the preferences for this module." 5037msgstr "Verwijder de voorkeuren van deze module." 5038 5039#: resources/views/individual-name.phtml:88 5040#: resources/views/individual-name.phtml:90 5041msgid "Delete this name" 5042msgstr "Verwijder naam" 5043 5044#: resources/views/admin/locations.phtml:172 5045msgid "Delete unused locations" 5046msgstr "Verwijder ongebruikte locaties" 5047 5048#: resources/views/edit-account-page.phtml:174 5049msgid "Delete your account" 5050msgstr "Verwijder uw account" 5051 5052#: resources/views/family-page-menu.phtml:79 5053msgid "Deleting the family will unlink all of the individuals from each other but will leave the individuals in place. Are you sure you want to delete this family?" 5054msgstr "Door het verwijderen van het gezin verbreekt u de koppeling tussen alle personen, maar de personen zelf worden niet verwijderd. Weet u zeker dat u dit gezin wilt verwijderen?" 5055 5056#: app/Http/RequestHandlers/GedcomLoad.php:135 5057msgid "Deleting…" 5058msgstr "Verwijderen…" 5059 5060#. I18N: Name of a country or state 5061#: app/Statistics/Service/CountryService.php:132 5062msgid "Democratic Republic of the Congo" 5063msgstr "Democratische republiek Congo" 5064 5065#. I18N: Name of a country or state 5066#: app/Statistics/Service/CountryService.php:163 5067msgid "Denmark" 5068msgstr "Denemarken" 5069 5070#. I18N: Location of an LDS church temple 5071#: app/Elements/TempleCode.php:89 5072msgid "Denver, Colorado, United States" 5073msgstr "Denver, Colorado, Verenigde Staten" 5074 5075#: resources/views/admin/upgrade/wizard.phtml:33 5076msgid "Depending on your server configuration, you may be able to upgrade automatically." 5077msgstr "Het hangt van uw server configuratie af of u automatisch kunt upgraden." 5078 5079#: resources/views/modules/family-book-chart/page.phtml:50 5080msgid "Descendant generations" 5081msgstr "Afstammings generaties" 5082 5083#. I18N: Name of a module/chart 5084#. I18N: Name of a module/sidebar 5085#. I18N: Name of a module/report 5086#: app/Module/ChartsBlockModule.php:142 app/Module/ChartsBlockModule.php:256 5087#: app/Module/DescendancyChartModule.php:99 app/Module/DescendancyModule.php:60 5088#: app/Module/DescendancyReportModule.php:40 5089#: resources/xml/reports/descendancy_report.xml:3 5090#: resources/xml/reports/individual_ext_report.xml:6 5091#: resources/xml/reports/individual_ext_report.xml:93 5092#: resources/xml/reports/missing_facts_report.xml:6 5093#: resources/xml/reports/relative_ext_report.xml:6 5094#: resources/xml/reports/relative_ext_report.xml:45 5095msgid "Descendants" 5096msgstr "Afstammelingen" 5097 5098#: app/Gedcom.php:601 5099msgid "Descendants interest" 5100msgstr "Interesse in afstammelingen" 5101 5102#: resources/xml/reports/descendancy_report.xml:42 5103msgid "Descendants of " 5104msgstr "Afstammelingen van " 5105 5106#. I18N: %s is an individual’s name 5107#: app/Module/DescendancyChartModule.php:145 5108#, php-format 5109msgid "Descendants of %s" 5110msgstr "Afstammelingen van %s" 5111 5112#: app/Gedcom.php:602 app/Gedcom.php:1071 app/Gedcom.php:1127 5113#: app/Gedcom.php:1346 resources/views/admin/modules.phtml:72 5114#: resources/views/admin/tags.phtml:48 resources/views/admin/tags.phtml:178 5115#: resources/views/admin/tags.phtml:270 resources/views/admin/tags.phtml:332 5116#: resources/views/admin/tags.phtml:407 resources/views/admin/tags.phtml:446 5117#: resources/views/admin/tags.phtml:730 resources/views/admin/tags.phtml:784 5118#: resources/views/admin/tags.phtml:888 5119#: resources/views/report-setup-page.phtml:25 5120msgid "Description" 5121msgstr "Beschrijving" 5122 5123#. I18N: A configuration setting 5124#: resources/views/admin/trees-preferences.phtml:217 5125msgid "Description META tag" 5126msgstr "META-labelomschrijving" 5127 5128#: app/Gedcom.php:465 5129msgid "Destination" 5130msgstr "Bestemming" 5131 5132#: resources/views/admin/merge-records-step-2.phtml:51 5133#: resources/views/admin/merge-records-step-2.phtml:98 5134#: resources/views/admin/merge-records-step-2.phtml:144 5135#: resources/views/modules/statistics-chart/custom.phtml:74 5136#: resources/views/record-page-links.phtml:33 5137msgid "Details" 5138msgstr "Details" 5139 5140#: resources/views/admin/site-registration.phtml:57 5141msgid "Details of the new user will be sent to the genealogy contact for the corresponding family tree." 5142msgstr "De gegevens van de nieuwe gebruiker zullen naar de bij de stamboom behorende genealogische contactpersoon worden gestuurd." 5143 5144#. I18N: Location of an LDS church temple 5145#: app/Elements/TempleCode.php:90 5146msgid "Detroit, Michigan, United States" 5147msgstr "Detroit, Michigan, Verenigde Staten" 5148 5149#: app/Date/JalaliDate.php:282 5150msgctxt "Abbreviation for Persian month: Dey" 5151msgid "Dey" 5152msgstr "Dey" 5153 5154#. I18N: 10th month in the Persian/Jalali calendar 5155#: app/Date/JalaliDate.php:157 5156msgctxt "GENITIVE" 5157msgid "Dey" 5158msgstr "Dey" 5159 5160#. I18N: 10th month in the Persian/Jalali calendar 5161#: app/Date/JalaliDate.php:247 5162msgctxt "INSTRUMENTAL" 5163msgid "Dey" 5164msgstr "Dey" 5165 5166#. I18N: 10th month in the Persian/Jalali calendar 5167#: app/Date/JalaliDate.php:202 5168msgctxt "LOCATIVE" 5169msgid "Dey" 5170msgstr "Dey" 5171 5172#. I18N: 10th month in the Persian/Jalali calendar 5173#: app/Date/JalaliDate.php:112 5174msgctxt "NOMINATIVE" 5175msgid "Dey" 5176msgstr "Dey" 5177 5178#. I18N: https://en.wikipedia.org/wiki/Dhu_al-Hijjah 5179#: app/Date/HijriDate.php:164 5180msgctxt "GENITIVE" 5181msgid "Dhu al-Hijjah" 5182msgstr "Dhu al-Hijjah" 5183 5184#. I18N: https://en.wikipedia.org/wiki/Dhu_al-Hijjah 5185#: app/Date/HijriDate.php:254 5186msgctxt "INSTRUMENTAL" 5187msgid "Dhu al-Hijjah" 5188msgstr "Dhu al-Hijjah" 5189 5190#. I18N: https://en.wikipedia.org/wiki/Dhu_al-Hijjah 5191#: app/Date/HijriDate.php:209 5192msgctxt "LOCATIVE" 5193msgid "Dhu al-Hijjah" 5194msgstr "Dhu al-Hijjah" 5195 5196#. I18N: https://en.wikipedia.org/wiki/Dhu_al-Hijjah 5197#: app/Date/HijriDate.php:119 5198msgctxt "NOMINATIVE" 5199msgid "Dhu al-Hijjah" 5200msgstr "Dhu al-Hijjah" 5201 5202#. I18N: https://en.wikipedia.org/wiki/Dhu_al-Qi%27dah 5203#: app/Date/HijriDate.php:162 5204msgctxt "GENITIVE" 5205msgid "Dhu al-Qi’dah" 5206msgstr "Dhu al-Qi'dah" 5207 5208#. I18N: https://en.wikipedia.org/wiki/Dhu_al-Qi%27dah 5209#: app/Date/HijriDate.php:252 5210msgctxt "INSTRUMENTAL" 5211msgid "Dhu al-Qi’dah" 5212msgstr "Dhu al-Qi'dah" 5213 5214#. I18N: https://en.wikipedia.org/wiki/Dhu_al-Qi%27dah 5215#: app/Date/HijriDate.php:207 5216msgctxt "LOCATIVE" 5217msgid "Dhu al-Qi’dah" 5218msgstr "Dhu al-Qi'dah" 5219 5220#. I18N: https://en.wikipedia.org/wiki/Dhu_al-Qi%27dah 5221#: app/Date/HijriDate.php:117 5222msgctxt "NOMINATIVE" 5223msgid "Dhu al-Qi’dah" 5224msgstr "Dhu al-Qi'dah" 5225 5226#. I18N: LDS sealing status; see https://en.wikipedia.org/wiki/Sealing_(Mormonism) 5227#: app/Elements/LdsBaptismDateStatus.php:65 5228#: app/Elements/LdsEndowmentDateStatus.php:66 5229msgid "Died as a child: exempt" 5230msgstr "Gestorven als kind: vrijgesteld" 5231 5232#: resources/xml/reports/change_report.xml:60 5233msgid "Differences" 5234msgstr "Verschillen" 5235 5236#. I18N: Help text for the “Calendar conversion” configuration setting 5237#: resources/views/admin/trees-preferences.phtml:126 5238msgid "Different calendar systems are used in different parts of the world, and many other calendar systems have been used in the past. Where possible, you should enter dates using the calendar in which the event was originally recorded. You can then specify a conversion, to show these dates in a more familiar calendar. If you regularly use two calendars, you can specify two conversions and dates will be converted to both the selected calendars." 5239msgstr "Verschillende kalendersystemen worden in verschillende delen van de wereld gebruikt, en vele anderen zijn in het verleden gebruikt, Waar mogelijk zou u de data moeten invoeren gebruik makend van de kalender die op dat moment in gebruik was. U kunt daarna een conversie opgeven om de datum in een gangbare kalender weer te geven. Als u vaak twee kalenders gebruikt, dan kunt u twee conversies opgeven en worden data geconverteerd naar beide geselecteerde kalenders." 5240 5241#: resources/xml/reports/individual_ext_report.xml:6 5242#: resources/xml/reports/individual_ext_report.xml:91 5243#: resources/xml/reports/missing_facts_report.xml:6 5244#: resources/xml/reports/relative_ext_report.xml:6 5245#: resources/xml/reports/relative_ext_report.xml:43 5246msgid "Direct line ancestors" 5247msgstr "Voorouders in rechte lijn" 5248 5249#: resources/xml/reports/individual_ext_report.xml:6 5250#: resources/xml/reports/individual_ext_report.xml:92 5251#: resources/xml/reports/missing_facts_report.xml:6 5252#: resources/xml/reports/relative_ext_report.xml:6 5253#: resources/xml/reports/relative_ext_report.xml:44 5254msgid "Direct line ancestors and their families" 5255msgstr "Voorouders in rechte lijn en hun gezinnen" 5256 5257#. I18N: %s is a number of records per page 5258#: resources/views/lists/datatables-attributes.phtml:29 5259#, php-format 5260msgid "Display %s" 5261msgstr "Toon %s" 5262 5263#. I18N: Description of the “Favorites” module 5264#: app/Module/FamilyTreeFavoritesModule.php:60 5265msgid "Display and manage a family tree’s favorite pages." 5266msgstr "Toon en beheer de pagina met favorieten van de stamboom." 5267 5268#. I18N: Description of the “Favorites” module 5269#: app/Module/UserFavoritesModule.php:61 5270msgid "Display and manage a user’s favorite pages." 5271msgstr "Toon en beheer de favoriete pagina's van een gebruiker." 5272 5273#: app/Gedcom.php:414 resources/views/calendar-page.phtml:192 5274#: resources/views/lists/families-table.phtml:208 5275msgid "Divorce" 5276msgstr "Echtscheiding" 5277 5278#: app/Gedcom.php:416 5279msgid "Divorce filed" 5280msgstr "Echtscheiding aangevraagd" 5281 5282#: app/Statistics/Google/ChartDivorce.php:111 5283#: resources/views/modules/statistics-chart/family-totals.phtml:70 5284msgid "Divorces by century" 5285msgstr "Echtscheidingen per eeuw" 5286 5287#. I18N: Name of a country or state 5288#: app/Statistics/Service/CountryService.php:159 5289msgid "Djibouti" 5290msgstr "Djibouti" 5291 5292#. I18N: LDS sealing status; see https://en.wikipedia.org/wiki/Sealing_(Mormonism) 5293#: app/Elements/LdsSpouseSealingDateStatus.php:69 5294msgid "Do not seal, previous sealing canceled" 5295msgstr "Niet verzegelen, vorige verzegeling afgebroken" 5296 5297#. I18N: LDS sealing status; see https://en.wikipedia.org/wiki/Sealing_(Mormonism) 5298#: app/Elements/LdsSpouseSealingDateStatus.php:67 5299msgid "Do not seal: unauthorized" 5300msgstr "Niet Verzegelen: niet toegestaan" 5301 5302#. I18N: Type of media object 5303#: app/Elements/SourceMediaType.php:65 5304msgid "Document" 5305msgstr "Document" 5306 5307#: resources/views/admin/site-mail.phtml:201 5308msgid "Domain name" 5309msgstr "Domeinnaam" 5310 5311#. I18N: Name of a country or state 5312#: app/Statistics/Service/CountryService.php:161 5313msgid "Dominica" 5314msgstr "Dominicaanse Republiek" 5315 5316#. I18N: Name of a country or state 5317#: app/Statistics/Service/CountryService.php:165 5318msgid "Dominican Republic" 5319msgstr "Dominicaanse Republiek" 5320 5321#: app/Module/ClippingsCartModule.php:214 5322#: app/Module/ClippingsCartModule.php:258 5323#: resources/views/modules/share-anniversary/share.phtml:25 5324msgid "Download" 5325msgstr "Download" 5326 5327#: app/Http/RequestHandlers/UpgradeWizardPage.php:123 5328#, php-format 5329msgid "Download %s…" 5330msgstr "Download %s…" 5331 5332#: app/Module/ShareAnniversaryModule.php:86 5333msgid "Download a .ICS file containing an anniversary" 5334msgstr "Download een .ICS-bestand met een gedenkdag" 5335 5336#: resources/views/media-page-details.phtml:83 5337msgid "Download file" 5338msgstr "Download bestand" 5339 5340#: resources/views/edit-blocks-page.phtml:23 5341msgid "Drag the blocks to change their position." 5342msgstr "Sleep de blokken naar hun plek." 5343 5344#. I18N: Location of an LDS church temple 5345#: app/Elements/TempleCode.php:91 5346msgid "Draper, Utah, United States" 5347msgstr "Draper, Utah, Verenigde Staten" 5348 5349#. I18N: The second day in the French republican calendar 5350#: app/Date/FrenchDate.php:303 5351msgid "Duodi" 5352msgstr "Duodi" 5353 5354#: app/Http/RequestHandlers/AccountUpdate.php:96 5355#: app/Http/RequestHandlers/RegisterAction.php:259 5356#: app/Http/RequestHandlers/UserAddAction.php:72 5357#: app/Http/RequestHandlers/UserEditAction.php:153 5358msgid "Duplicate email address. A user with that email already exists." 5359msgstr "Een gebruiker met dit e-mailadres bestaat al." 5360 5361#: app/Http/RequestHandlers/AccountUpdate.php:87 5362#: app/Http/RequestHandlers/RegisterAction.php:254 5363#: app/Http/RequestHandlers/UserAddAction.php:67 5364#: app/Http/RequestHandlers/UserEditAction.php:159 5365msgid "Duplicate username. A user with that username already exists. Please choose another username." 5366msgstr "Er bestaat al een gebruiker met deze naam. Kies a.u.b. een andere naam." 5367 5368#: resources/views/help/source-events.phtml:8 5369msgid "Each source records specific events, generally for a given date range and for a place jurisdiction. For example a Census records census events and church records record birth, marriage, and death events.<br><br>Select the events that are recorded by this source from the list of events provided. The date should be specified in a range format such as <i>FROM 1900 TO 1910</i>. The place jurisdiction is the name of the lowest jurisdiction that encompasses all lower-level places named in this source. For example, “Oneida, Idaho, USA” would be used as a source jurisdiction place for events occurring in the various towns within Oneida County. “Idaho, USA” would be the source jurisdiction place if the events recorded took place not only in Oneida County but also in other counties in Idaho." 5370msgstr "Elke bron legt een specifieke gebeurtenis vast, meestal voor een bepaalde tijdsperiode en een bepaald rechtsgebied. B.v. een Volkstelling legt volkstellingsgebeurtenissen vast en een kerk legt geboortes, huwelijken en overlijdens vast.<br><br>Selecteer de gebeurtenissen die worden vastgelegd door deze bron uit de beschikbare lijst met gebeurtenissen. De datum moet gespecificeerd worden in een reeksformaat, zoals <i>VAN 1900 TOT 1910</i>. Het rechtsgebied moet de naam zijn van het gebied met jurisdictie over alle plaatsen waar de bron betrekking op heeft. Een gemeente zal als rechtsgebied worden genoemd als alle gebeurtenissen in een bepaalde gemeente plaats vinden. Een provincie als het gaat over meerdere gemeenten in een provincie." 5371 5372#: resources/views/help/pending-changes.phtml:25 5373msgid "Each user account has an option to “automatically accept changes”. When this is enabled, any changes made by that user are saved immediately. Many administrators enable this for their own user account." 5374msgstr "Elk gebruiksaccount bevat de optie “wijzigingen automatisch accepteren”. Als deze optie is ingeschakeld, dan worden de door die gebruiker gemaakte wijzigingen direct opgeslagen. Veel beheerders hebben dit ingeschakeld voor hun eigen account." 5375 5376#: resources/views/modules/gedcom_stats/config.phtml:53 5377#: resources/views/modules/gedcom_stats/statistics.phtml:166 5378#: resources/views/modules/html/template-statistics.phtml:69 5379#: resources/views/modules/statistics-chart/individual-events.phtml:36 5380msgid "Earliest birth" 5381msgstr "Vroegste geboorte" 5382 5383#: resources/views/modules/gedcom_stats/config.phtml:55 5384#: resources/views/modules/gedcom_stats/statistics.phtml:188 5385#: resources/views/modules/html/template-statistics.phtml:77 5386#: resources/views/modules/statistics-chart/individual-events.phtml:80 5387msgid "Earliest death" 5388msgstr "Vroegste overlijden" 5389 5390#: resources/views/modules/statistics-chart/family-totals.phtml:81 5391msgid "Earliest divorce" 5392msgstr "Vroegste echtscheiding" 5393 5394#: resources/views/modules/statistics-chart/family-totals.phtml:37 5395msgid "Earliest marriage" 5396msgstr "Vroegste huwelijk" 5397 5398#. I18N: Name of a country or state 5399#: app/Statistics/Service/CountryService.php:169 5400msgid "Ecuador" 5401msgstr "Ecuador" 5402 5403#: app/Http/RequestHandlers/MapDataEdit.php:73 5404#: app/Http/RequestHandlers/MapDataEdit.php:76 5405#: resources/views/admin/locations.phtml:48 5406#: resources/views/admin/locations.phtml:92 5407#: resources/views/admin/locations.phtml:95 5408#: resources/views/admin/users-table-options.phtml:27 5409#: resources/views/admin/users.phtml:24 5410#: resources/views/edit/icon-fact-edit.phtml:14 5411#: resources/views/edit/icon-fact-edit.phtml:16 5412#: resources/views/media-page-details.phtml:30 5413#: resources/views/media-page-details.phtml:33 5414#: resources/views/media-page-menu.phtml:31 5415#: resources/views/modules/faq/config.phtml:61 5416#: resources/views/modules/faq/config.phtml:97 5417#: resources/views/modules/gedcom_news/list.phtml:42 5418#: resources/views/modules/stories/config.phtml:58 5419#: resources/views/modules/stories/config.phtml:79 5420#: resources/views/modules/stories/config.phtml:81 5421#: resources/views/modules/user_blog/list.phtml:42 5422#: resources/views/note-page-details.phtml:25 5423#: resources/views/note-page-details.phtml:28 5424#: resources/views/record-page-menu.phtml:27 5425msgid "Edit" 5426msgstr "Wijzig" 5427 5428#: app/Http/RequestHandlers/EditMediaFileModal.php:76 5429#: resources/views/modals/edit-media-file.phtml:22 5430msgid "Edit a media file" 5431msgstr "Mediabestand wijzigen" 5432 5433#. I18N: Options for editing 5434#: resources/views/admin/trees-preferences.phtml:639 5435msgid "Edit preferences" 5436msgstr "Opties voor wijzigen" 5437 5438#: app/Module/FrequentlyAskedQuestionsModule.php:308 5439msgid "Edit the FAQ" 5440msgstr "FAQ wijzigen" 5441 5442#: resources/views/individual-page-menu.phtml:63 5443#: resources/views/individual-page-menu.phtml:71 5444#: resources/views/individual-sex.phtml:40 5445#: resources/views/individual-sex.phtml:42 5446msgid "Edit the gender" 5447msgstr "Wijzig geslacht" 5448 5449#: resources/views/edit/input-addon-edit-name.phtml:12 5450#: resources/views/edit/input-addon-edit-name.phtml:15 5451#: resources/views/individual-name.phtml:75 5452#: resources/views/individual-name.phtml:77 5453msgid "Edit the name" 5454msgstr "Wijzig naam" 5455 5456#: app/Http/RequestHandlers/EditRawFactPage.php:53 5457#: app/Http/RequestHandlers/EditRawRecordPage.php:57 5458#: resources/views/edit/edit-fact.phtml:57 5459#: resources/views/edit/edit-record.phtml:58 5460#: resources/views/family-page-menu.phtml:87 5461#: resources/views/individual-page-menu.phtml:127 5462msgid "Edit the raw GEDCOM" 5463msgstr "Wijzig onbewerkt GEDCOM-record" 5464 5465#: app/Http/RequestHandlers/EditNotePage.php:54 5466msgid "Edit the shared note" 5467msgstr "Wijzig gedeelde notitie" 5468 5469#: app/Module/StoriesModule.php:302 5470#: resources/views/modules/stories/tab.phtml:27 5471msgid "Edit the story" 5472msgstr "Bewerk verhaal" 5473 5474#: app/Http/RequestHandlers/UserEditPage.php:119 5475msgid "Edit the user" 5476msgstr "Wijzig gebruiker" 5477 5478#: app/Services/TreeService.php:226 5479msgid "Edit this individual and replace their details with your own." 5480msgstr "Wijzig deze persoon en vervang de details door uw eigen gegevens." 5481 5482#: resources/views/edit/edit-fact.phtml:51 5483#: resources/views/edit/edit-record.phtml:52 5484msgid "Edit with all GEDCOM tags" 5485msgstr "Wijzigen met alle GEDCOM-labels" 5486 5487#. I18N: Listbox entry; name of a role 5488#: app/Http/RequestHandlers/UserEditPage.php:100 5489#: resources/views/admin/users-edit.phtml:253 5490#: resources/views/modules/recent_changes/changes-table.phtml:49 5491#: resources/views/pending-changes-page.phtml:49 5492msgid "Editor" 5493msgstr "Bewerker" 5494 5495#. I18N: Location of an LDS church temple 5496#: app/Elements/TempleCode.php:92 5497msgid "Edmonton, Alberta, Canada" 5498msgstr "Edmonton, Alberta, Canada" 5499 5500#: app/Gedcom.php:603 5501msgid "Education" 5502msgstr "Opleiding" 5503 5504#. I18N: Name of a country or state 5505#: app/Statistics/Service/CountryService.php:171 5506msgid "Egypt" 5507msgstr "Egypte" 5508 5509#. I18N: Name of a country or state 5510#: app/Statistics/Service/CountryService.php:449 5511msgid "El Salvador" 5512msgstr "El Salvador" 5513 5514#. I18N: Type of media object 5515#: app/Elements/SourceMediaType.php:66 5516msgid "Electronic" 5517msgstr "Elektronisch" 5518 5519#. I18N: a month in the Jewish calendar 5520#: app/Date/JewishDate.php:217 5521msgctxt "GENITIVE" 5522msgid "Elul" 5523msgstr "Elul" 5524 5525#. I18N: a month in the Jewish calendar 5526#: app/Date/JewishDate.php:321 5527msgctxt "INSTRUMENTAL" 5528msgid "Elul" 5529msgstr "Elul" 5530 5531#. I18N: a month in the Jewish calendar 5532#: app/Date/JewishDate.php:269 5533msgctxt "LOCATIVE" 5534msgid "Elul" 5535msgstr "Elul" 5536 5537#. I18N: a month in the Jewish calendar 5538#: app/Date/JewishDate.php:165 5539msgctxt "NOMINATIVE" 5540msgid "Elul" 5541msgstr "Elul" 5542 5543#: app/Gedcom.php:1371 resources/views/modals/submitter-fields.phtml:17 5544#: resources/views/password-request-page.phtml:23 5545msgid "Email" 5546msgstr "E-mail" 5547 5548#: app/Gedcom.php:375 app/Gedcom.php:484 app/Gedcom.php:508 app/Gedcom.php:763 5549#: app/Gedcom.php:810 app/Gedcom.php:893 app/Gedcom.php:1441 5550#: app/Gedcom.php:1469 app/Gedcom.php:1500 5551#: resources/views/admin/users-create.phtml:71 5552#: resources/views/admin/users-edit.phtml:81 5553#: resources/views/admin/users.phtml:28 resources/views/contact-page.phtml:50 5554#: resources/views/edit-account-page.phtml:123 5555#: resources/views/emails/register-notify-html.phtml:30 5556#: resources/views/emails/register-notify-text.phtml:24 5557#: resources/views/modules/user-messages/user-messages.phtml:72 5558#: resources/views/register-page.phtml:48 5559#: resources/views/setup/step-5-administrator.phtml:90 5560msgid "Email address" 5561msgstr "E-mailadres" 5562 5563#: resources/views/admin/users-edit.phtml:101 5564msgid "Email verified" 5565msgstr "E-mail gecontroleerd" 5566 5567#: app/Gedcom.php:605 resources/views/calendar-page.phtml:201 5568msgid "Emigration" 5569msgstr "Emigratie" 5570 5571#: app/Elements/RelationIsDescriptor.php:101 5572msgid "Employee" 5573msgstr "Werknemer" 5574 5575#: app/Elements/RelationIsDescriptor.php:77 5576msgctxt "FEMALE" 5577msgid "Employee" 5578msgstr "Werknemer" 5579 5580#: app/Elements/RelationIsDescriptor.php:56 5581msgctxt "MALE" 5582msgid "Employee" 5583msgstr "Werknemer" 5584 5585#: app/Elements/RelationIsDescriptor.php:102 app/Gedcom.php:667 5586#: app/Gedcom.php:682 5587msgid "Employer" 5588msgstr "Werkgever" 5589 5590#: app/Elements/RelationIsDescriptor.php:78 5591msgctxt "FEMALE" 5592msgid "Employer" 5593msgstr "Werkgever" 5594 5595#: app/Elements/RelationIsDescriptor.php:57 5596msgctxt "MALE" 5597msgid "Employer" 5598msgstr "Werkgever" 5599 5600#: resources/views/record-page-menu-clipboard.phtml:37 5601msgid "Empty the clipboard" 5602msgstr "Klembord leegmaken" 5603 5604#: app/Module/ClippingsCartModule.php:208 5605msgid "Empty the clippings cart" 5606msgstr "Verwijder uw stamboomknipsels" 5607 5608#: resources/views/admin/components.phtml:40 5609#: resources/views/admin/components.phtml:86 5610#: resources/views/admin/modules.phtml:69 5611msgid "Enabled" 5612msgstr "Ingeschakeld" 5613 5614#. I18N: Help text for the “Family tree” configuration setting 5615#: resources/views/admin/trees-privacy.phtml:43 5616msgid "Enabling this option will force all visitors to sign in before they can view any data on the website." 5617msgstr "Door deze optie in te schakelen worden alle bezoekers gedwongen aan te melden, voordat ze gegevens op de site kunnen bekijken." 5618 5619#: resources/views/modules/lifespans-chart/page.phtml:63 5620msgid "End year" 5621msgstr "Eindjaar" 5622 5623#: resources/xml/reports/change_report.xml:6 5624msgid "Ending range of change dates" 5625msgstr "Einde reeks wijzigingsdata" 5626 5627#. I18N: Location of an historic LDS church temple - https://en.wikipedia.org/wiki/Endowment_house 5628#: app/Elements/TempleCode.php:93 5629msgid "Endowment House" 5630msgstr "Endowment House" 5631 5632#: app/Gedcom.php:417 resources/xml/reports/missing_facts_report.xml:20 5633msgid "Engagement" 5634msgstr "Verloving" 5635 5636#. I18N: Name of a country or state 5637#: app/Statistics/Service/CountryService.php:173 5638msgid "England" 5639msgstr "Engeland" 5640 5641#: resources/views/modules/favorites/favorites.phtml:162 5642msgid "Enter an optional note about this favorite" 5643msgstr "Voeg een optionele notitie toe aan deze favoriet" 5644 5645#: resources/views/search-replace-page.phtml:47 5646msgid "Entire record" 5647msgstr "Gehele record" 5648 5649#. I18N: Name of a country or state 5650#: app/Statistics/Service/CountryService.php:219 5651msgid "Equatorial Guinea" 5652msgstr "Equatoriaal-Guinea" 5653 5654#. I18N: Name of a country or state 5655#: app/Statistics/Service/CountryService.php:175 5656msgid "Eritrea" 5657msgstr "Eritrea" 5658 5659#: app/Exceptions/InvalidGedcomEncodingException.php:39 5660#, php-format 5661msgid "Error: converting GEDCOM files from %s encoding to UTF-8 encoding not currently supported." 5662msgstr "Fout: het converteren van GEDCOM-bestanden met %s-codering naar UTF-8 codering wordt momenteel niet ondersteund." 5663 5664#: app/Date/JalaliDate.php:284 5665msgctxt "Abbreviation for Persian month: Esfand" 5666msgid "Esf" 5667msgstr "Esf" 5668 5669#. I18N: 12th month in the Persian/Jalali calendar 5670#: app/Date/JalaliDate.php:161 5671msgctxt "GENITIVE" 5672msgid "Esfand" 5673msgstr "Esfand" 5674 5675#. I18N: 12th month in the Persian/Jalali calendar 5676#: app/Date/JalaliDate.php:251 5677msgctxt "INSTRUMENTAL" 5678msgid "Esfand" 5679msgstr "Esfand" 5680 5681#. I18N: 12th month in the Persian/Jalali calendar 5682#: app/Date/JalaliDate.php:206 5683msgctxt "LOCATIVE" 5684msgid "Esfand" 5685msgstr "Esfand" 5686 5687#. I18N: 12th month in the Persian/Jalali calendar 5688#: app/Date/JalaliDate.php:116 5689msgctxt "NOMINATIVE" 5690msgid "Esfand" 5691msgstr "Esfand" 5692 5693#. I18N: Name of a mapping organisation 5694#: app/Module/EsriMaps.php:38 5695msgid "Esri/ArcGIS" 5696msgstr "Esri/ArcGIS" 5697 5698#: app/Gedcom.php:873 5699msgid "Estate name" 5700msgstr "Naam van landgoed" 5701 5702#. I18N: A configuration setting 5703#: resources/views/admin/trees-preferences.phtml:369 5704msgid "Estimated dates for birth and death" 5705msgstr "Geschatte data voor geboorte en overlijden" 5706 5707#. I18N: Name of a country or state 5708#: app/Statistics/Service/CountryService.php:181 5709msgid "Estonia" 5710msgstr "Estland" 5711 5712#. I18N: Name of a country or state 5713#: app/Statistics/Service/CountryService.php:183 5714msgid "Ethiopia" 5715msgstr "Ethiopië" 5716 5717#: resources/views/modules/statistics-chart/custom.phtml:182 5718msgid "Europe" 5719msgstr "Europa" 5720 5721#: app/Gedcom.php:398 app/Gedcom.php:420 app/Gedcom.php:451 app/Gedcom.php:529 5722#: app/Gedcom.php:614 app/Gedcom.php:697 app/Gedcom.php:720 app/Gedcom.php:744 5723#: app/Gedcom.php:1060 app/Gedcom.php:1112 app/Gedcom.php:1151 5724#: app/Gedcom.php:1195 app/Gedcom.php:1228 app/Gedcom.php:1559 5725#: app/Gedcom.php:1573 resources/views/lists/anniversaries-table.phtml:42 5726#: resources/xml/reports/fact_sources.xml:70 5727#: resources/xml/reports/fact_sources.xml:157 5728#: resources/xml/reports/missing_facts_report.xml:55 5729msgid "Event" 5730msgstr "Gebeurtenis" 5731 5732#: app/Gedcom.php:781 resources/views/calendar-page.phtml:175 5733#: resources/views/modules/gedcom_stats/statistics.phtml:134 5734#: resources/views/modules/html/template-statistics.phtml:56 5735#: resources/views/modules/statistics-chart/individual-events.phtml:10 5736#: resources/views/modules/todays_events/config.phtml:28 5737#: resources/views/modules/upcoming_events/config.phtml:40 5738msgid "Events" 5739msgstr "Gebeurtenissen" 5740 5741#: resources/views/modules/statistics-chart/places.phtml:45 5742msgid "Events in countries" 5743msgstr "Gebeurtenissen in landen" 5744 5745#: resources/views/modules/personal_facts/tab.phtml:39 5746msgid "Events of close relatives" 5747msgstr "Gebeurtenissen van naaste familie" 5748 5749#: resources/views/admin/users-edit.phtml:242 5750msgid "Everybody has this role, including visitors to the website and search engines." 5751msgstr "Elke bezoeker heeft deze rol en de daarmee verbonden rechten, ook niet aangemelde bezoekers en zoekmachines." 5752 5753#: app/Http/RequestHandlers/SearchAdvancedPage.php:249 5754msgid "Exact" 5755msgstr "Precies" 5756 5757#: app/Http/RequestHandlers/SearchAdvancedPage.php:232 5758msgid "Exact date" 5759msgstr "Exacte datum" 5760 5761#: app/Module/IndividualListModule.php:351 5762#, php-format 5763msgid "Exclude individuals with “%s” as a married name" 5764msgstr "Sluit personen met “%s” als huwelijksnaam uit" 5765 5766#: resources/views/admin/media.phtml:73 5767msgid "Exclude subfolders" 5768msgstr "Sluit submappen uit" 5769 5770#. I18N: LDS sealing status; see https://en.wikipedia.org/wiki/Sealing_(Mormonism) 5771#: app/Elements/LdsBaptismDateStatus.php:69 5772#: app/Elements/LdsChildSealingDateStatus.php:62 5773#: app/Elements/LdsEndowmentDateStatus.php:70 5774#: app/Elements/LdsSpouseSealingDateStatus.php:71 5775msgid "Excluded from this submission" 5776msgstr "Uitgesloten van onderwerping" 5777 5778#. I18N: placeholder text for registration-comments field 5779#: resources/views/register-page.phtml:88 5780msgid "Explain why you are requesting an account." 5781msgstr "Leg aub uit waarom u om een gebruikersaccount verzoekt." 5782 5783#: resources/views/admin/trees.phtml:279 5784msgid "Export" 5785msgstr "Exporteer" 5786 5787#: app/Http/RequestHandlers/ExportGedcomPage.php:50 5788msgid "Export a GEDCOM file" 5789msgstr "Exporteer een GEDCOM-bestand" 5790 5791#: app/Http/RequestHandlers/UpgradeWizardPage.php:115 5792msgid "Export all the family trees to GEDCOM files…" 5793msgstr "Exporteer alle stambomen naar GEDCOM-bestanden…" 5794 5795#: resources/views/admin/trees-export.phtml:59 5796#: resources/views/modules/clippings/download.phtml:21 5797msgid "Export preferences" 5798msgstr "Opties voor exporteren" 5799 5800#. I18N: A configuration setting. …who were born in the last XX years or died in the last YY years 5801#: resources/views/admin/trees-privacy.phtml:102 5802msgid "Extend privacy to dead individuals" 5803msgstr "Breid privacy uit met overleden personen" 5804 5805#. I18N: “External files” are stored on other computers 5806#: resources/views/admin/media.phtml:45 5807msgid "External files" 5808msgstr "Externe bestanden" 5809 5810#: app/Gedcom.php:1521 5811msgid "External link" 5812msgstr "Externe koppeling" 5813 5814#: resources/views/admin/media.phtml:77 5815msgid "External media files have a URL instead of a filename." 5816msgstr "Externe mediabestanden hebben een URL in plaats van een bestandsnaam." 5817 5818#. I18N: Name of a module/sidebar 5819#: app/Gedcom.php:1265 app/Gedcom.php:1297 5820#: app/Module/IndividualMetadataModule.php:60 5821msgid "Extra information" 5822msgstr "Extra informatie" 5823 5824#: app/Gedcom.php:894 5825msgid "Eye color" 5826msgstr "Oogkleur" 5827 5828#. I18N: Name of a theme. 5829#: app/Module/FabTheme.php:39 5830msgid "F.A.B." 5831msgstr "F.A.B." 5832 5833#. I18N: Name of a module. Abbreviation for “Frequently Asked Questions” 5834#: app/Module/FrequentlyAskedQuestionsModule.php:70 5835msgid "FAQ" 5836msgstr "FAQ" 5837 5838#. I18N: FAQ = “Frequently Asked Question” 5839#: resources/views/modules/faq/config.phtml:26 5840msgid "FAQs are lists of questions and answers, which allow you to explain the site’s rules, policies, and procedures to your visitors. Questions are typically concerned with privacy, copyright, user-accounts, unsuitable content, requirement for source-citations, etc." 5841msgstr "FAQ = Frequently asked question = Vaak gestelde vraag<br>FAQ's zijn lijsten van vragen en antwoorden, die u toestaan de regels, de gedragslijn, en procedures van de site aan uw bezoekers uit te leggen. Vragen houden zich meestal bezig met privacy, copyright, gebruikersaccounts, niet toegestane inhoud, benodigdheden voor bron vermeldingen, enz.." 5842 5843#. I18N: https://foko.genealogy.net 5844#: app/Gedcom.php:1249 app/Gedcom.php:1251 app/Gedcom.php:1281 5845#: app/Gedcom.php:1283 5846msgid "FOKO country" 5847msgstr "FOKO-land" 5848 5849#: app/Gedcom.php:618 5850msgid "Fact" 5851msgstr "Feit" 5852 5853#: app/Gedcom.php:953 app/Gedcom.php:972 app/Gedcom.php:990 5854msgid "Fact 1" 5855msgstr "Feit 1" 5856 5857#: app/Gedcom.php:954 app/Gedcom.php:973 app/Gedcom.php:991 5858msgid "Fact 10" 5859msgstr "Feit 10" 5860 5861#: app/Gedcom.php:955 app/Gedcom.php:974 app/Gedcom.php:992 5862msgid "Fact 11" 5863msgstr "Feit 11" 5864 5865#: app/Gedcom.php:956 app/Gedcom.php:975 app/Gedcom.php:993 5866msgid "Fact 12" 5867msgstr "Feit 12" 5868 5869#: app/Gedcom.php:957 app/Gedcom.php:976 app/Gedcom.php:994 5870msgid "Fact 13" 5871msgstr "Feit 13" 5872 5873#: app/Gedcom.php:958 app/Gedcom.php:977 app/Gedcom.php:995 5874msgid "Fact 2" 5875msgstr "Feit 2" 5876 5877#: app/Gedcom.php:959 app/Gedcom.php:978 app/Gedcom.php:996 5878msgid "Fact 3" 5879msgstr "Feit 3" 5880 5881#: app/Gedcom.php:960 app/Gedcom.php:979 app/Gedcom.php:997 5882msgid "Fact 4" 5883msgstr "Feit 4" 5884 5885#: app/Gedcom.php:961 app/Gedcom.php:980 app/Gedcom.php:998 5886msgid "Fact 5" 5887msgstr "Feit 5" 5888 5889#: app/Gedcom.php:962 app/Gedcom.php:981 app/Gedcom.php:999 5890msgid "Fact 6" 5891msgstr "Feit 6" 5892 5893#: app/Gedcom.php:963 app/Gedcom.php:982 app/Gedcom.php:1000 5894msgid "Fact 7" 5895msgstr "Feit 7" 5896 5897#: app/Gedcom.php:964 app/Gedcom.php:983 app/Gedcom.php:1001 5898msgid "Fact 8" 5899msgstr "Feit 8" 5900 5901#: app/Gedcom.php:965 app/Gedcom.php:984 app/Gedcom.php:1002 5902msgid "Fact 9" 5903msgstr "Feit 9" 5904 5905#. I18N: A configuration setting 5906#: resources/views/admin/trees-preferences.phtml:517 5907msgid "Fact icons" 5908msgstr "Feitpictogrammen" 5909 5910#: resources/views/admin/trees-privacy.phtml:226 5911msgid "Fact or event" 5912msgstr "Feit of gebeurtenis" 5913 5914#. I18N: Name of a module/tab on the individual page. 5915#: app/Module/IndividualFactsTabModule.php:75 5916#: resources/views/admin/fix-level-0-media.phtml:38 5917#: resources/views/admin/locations.phtml:49 5918#: resources/views/admin/tags.phtml:435 resources/views/family-page.phtml:34 5919#: resources/views/modules/random_media/config.phtml:20 5920#: resources/xml/reports/individual_ext_report.xml:161 5921#: resources/xml/reports/individual_report.xml:149 5922msgid "Facts and events" 5923msgstr "Feiten en gebeurtenissen" 5924 5925#: resources/views/admin/trees-preferences.phtml:666 5926msgid "Facts for family records" 5927msgstr "Feiten/gebeurtenissen voor gezinnen" 5928 5929#: resources/views/admin/trees-preferences.phtml:641 5930msgid "Facts for individual records" 5931msgstr "Feiten/gebeurtenissen voor personen" 5932 5933#: resources/views/admin/trees-preferences.phtml:671 5934msgid "Facts for new families" 5935msgstr "Feiten/gebeurtenissen voor nieuwe gezinnen" 5936 5937#: resources/views/admin/trees-preferences.phtml:646 5938msgid "Facts for new individuals" 5939msgstr "Feiten/gebeurtenissen voor nieuwe personen" 5940 5941#. I18N: Name of a country or state 5942#: app/Statistics/Service/CountryService.php:191 5943msgid "Falkland Islands" 5944msgstr "Falkland eilanden" 5945 5946#. I18N: Name of a module/list 5947#. I18N: Name of a module 5948#: app/Module/AncestorsChartModule.php:261 5949#: app/Module/DescendancyChartModule.php:254 app/Module/FamilyListModule.php:43 5950#: app/Module/FixSearchAndReplace.php:109 5951#: app/Module/IndividualListModule.php:320 app/Module/RelativesTabModule.php:42 5952#: app/Module/StatisticsChartModule.php:148 5953#: app/Module/StatisticsChartModule.php:381 5954#: app/Module/StatisticsChartModule.php:472 5955#: app/Module/StatisticsChartModule.php:720 app/Services/AdminService.php:185 5956#: resources/views/admin/control-panel.phtml:321 5957#: resources/views/admin/merge-records-step-1.phtml:55 5958#: resources/views/lists/locations-table.phtml:65 5959#: resources/views/lists/media-table.phtml:80 5960#: resources/views/lists/notes-table.phtml:91 5961#: resources/views/lists/sources-table.phtml:99 5962#: resources/views/lists/submitters-table.phtml:69 5963#: resources/views/modules/gedcom_stats/config.phtml:47 5964#: resources/views/modules/gedcom_stats/statistics.phtml:89 5965#: resources/views/modules/html/template-statistics.phtml:40 5966#: resources/views/modules/place-hierarchy/events.phtml:26 5967#: resources/views/modules/place-hierarchy/sidebar.phtml:45 5968#: resources/views/record-page-links.phtml:49 5969#: resources/views/search-general-page.phtml:76 5970#: resources/views/search-results.phtml:48 5971#: resources/xml/reports/fact_sources.xml:152 5972#: resources/xml/reports/fact_sources.xml:314 5973msgid "Families" 5974msgstr "Gezinnen" 5975 5976#: app/Statistics/Google/ChartFamilyWithSources.php:84 5977#: resources/views/modules/statistics-chart/chart-sources.phtml:29 5978msgid "Families with sources" 5979msgstr "Gezinnen met bronnen" 5980 5981#. I18N: Name of a module/report 5982#: app/Gedcom.php:363 app/Gedcom.php:970 5983#: app/Module/FamilyGroupReportModule.php:44 5984#: resources/views/admin/trees-privacy.phtml:167 5985#: resources/views/edit/link-child-to-family.phtml:25 5986#: resources/views/modals/link-media-to-family.phtml:23 5987#: resources/views/modules/family_nav/sidebar-family.phtml:89 5988#: resources/views/modules/favorites/favorites.phtml:79 5989#: resources/views/modules/random_media/slide-show.phtml:72 5990#: resources/views/modules/recent_changes/changes-table.phtml:62 5991#: resources/views/modules/statistics-chart/custom.phtml:47 5992#: resources/xml/reports/family_group_report.xml:3 5993#: resources/xml/reports/family_group_report.xml:6 5994#: resources/xml/reports/family_group_report.xml:88 5995#: resources/xml/reports/family_group_report.xml:96 5996msgid "Family" 5997msgstr "Gezin" 5998 5999#: app/Gedcom.php:620 6000msgid "Family as a child" 6001msgstr "Gezinsleden van kind" 6002 6003#: app/Gedcom.php:623 6004msgid "Family as a spouse" 6005msgstr "Gezinsleden van ega" 6006 6007#. I18N: Name of a module/chart 6008#: app/Module/FamilyBookChartModule.php:80 6009msgid "Family book" 6010msgstr "Familieboek" 6011 6012#. I18N: %s is an individual’s name 6013#: app/Module/FamilyBookChartModule.php:126 6014#, php-format 6015msgid "Family book of %s" 6016msgstr "Familieboek van %s" 6017 6018#: app/Gedcom.php:409 6019msgid "Family census" 6020msgstr "Gezinstelling" 6021 6022#: resources/views/admin/tags.phtml:953 6023msgid "Family facts and events" 6024msgstr "Gezinsfeiten en -gebeurtenissen" 6025 6026#: app/Gedcom.php:827 6027msgid "Family file" 6028msgstr "Familiebestand" 6029 6030#. I18N: Name of a module/sidebar 6031#: app/Module/FamilyNavigatorModule.php:40 6032msgid "Family navigator" 6033msgstr "Gezinsnavigator" 6034 6035#. I18N: Description of the “News” module 6036#: app/Module/FamilyTreeNewsModule.php:64 6037msgid "Family news and site announcements." 6038msgstr "Familienieuws en site-aankondigingen." 6039 6040#: resources/views/modules/family-book-chart/chart.phtml:21 6041#, php-format 6042msgid "Family of %s" 6043msgstr "Gezin van %s" 6044 6045#: app/Gedcom.php:438 6046msgid "Family residence" 6047msgstr "Gezinswoonplaats" 6048 6049#: app/Gedcom.php:1067 6050msgid "Family status" 6051msgstr "Gezinsstatus" 6052 6053#: app/Module/TreesMenuModule.php:95 resources/views/admin/changes-log.phtml:92 6054#: resources/views/admin/changes-log.phtml:139 6055#: resources/views/admin/control-panel.phtml:318 6056#: resources/views/admin/fix-level-0-media.phtml:34 6057#: resources/views/admin/site-logs.phtml:83 6058#: resources/views/admin/site-logs.phtml:127 6059#: resources/views/admin/trees.phtml:85 6060#: resources/views/admin/users-edit.phtml:285 6061#: resources/views/modules/faq/config.phtml:35 6062#: resources/views/modules/faq/config.phtml:57 6063#: resources/views/modules/faq/edit.phtml:73 6064#: resources/views/modules/stories/config.phtml:27 6065msgid "Family tree" 6066msgstr "Stamboom" 6067 6068#: app/Module/ClippingsCartModule.php:258 6069#: app/Module/ClippingsCartModule.php:458 6070msgid "Family tree clippings cart" 6071msgstr "Stamboomknipsels" 6072 6073#: resources/views/admin/trees-create.phtml:24 6074#: resources/views/admin/trees-preferences.phtml:50 6075msgid "Family tree title" 6076msgstr "Stamboomtitel" 6077 6078#. I18N: Name of a module 6079#: app/Module/TreesMenuModule.php:59 app/Module/TreesMenuModule.php:108 6080#: resources/views/admin/control-panel.phtml:274 6081#: resources/views/admin/control-panel.phtml:313 6082#: resources/views/search-trees.phtml:17 6083msgid "Family trees" 6084msgstr "Stambomen" 6085 6086#. I18N: %s is the spouse name 6087#: app/Individual.php:913 6088#, php-format 6089msgid "Family with %s" 6090msgstr "Gezin met %s" 6091 6092#: app/Individual.php:843 6093msgid "Family with adoptive parents" 6094msgstr "Gezin met adoptief ouders" 6095 6096#: app/Individual.php:844 6097msgid "Family with foster parents" 6098msgstr "Gezin met pleegouders" 6099 6100#: resources/xml/reports/individual_ext_report.xml:449 6101#: resources/xml/reports/individual_report.xml:446 6102msgid "Family with husband" 6103msgstr "Gezin met echtgenoot" 6104 6105#: app/Individual.php:842 app/Individual.php:896 6106#: resources/xml/reports/individual_ext_report.xml:245 6107#: resources/xml/reports/individual_report.xml:234 6108msgid "Family with parents" 6109msgstr "Gezin met ouders" 6110 6111#. I18N: “rada” is an Arabic word, pronounced “ra DAH”. It is child-to-parent pedigree, established by wet-nursing. 6112#: app/Individual.php:848 6113msgid "Family with rada parents" 6114msgstr "Gezin met rada ouders" 6115 6116#. I18N: “sealing” is a Mormon ceremony. 6117#: app/Individual.php:846 6118msgid "Family with sealing parents" 6119msgstr "Gezin met verzegeling ouders" 6120 6121#: app/Module/ModuleThemeTrait.php:186 resources/views/chart-box.phtml:35 6122msgid "Family with spouse" 6123msgstr "Gezin met partner" 6124 6125#: resources/views/modules/gedcom_stats/config.phtml:59 6126#: resources/views/modules/gedcom_stats/statistics.phtml:236 6127#: resources/views/modules/html/template-statistics.phtml:93 6128msgid "Family with the most children" 6129msgstr "Gezin met de meeste kinderen" 6130 6131#: resources/xml/reports/individual_ext_report.xml:443 6132#: resources/xml/reports/individual_report.xml:486 6133msgid "Family with wife" 6134msgstr "Gezin met echtgenote" 6135 6136#. I18N: familysearch.org 6137#: app/Gedcom.php:920 6138msgid "FamilySearch ID" 6139msgstr "FamilySearch-ID" 6140 6141#. I18N: Name of a module/chart 6142#: app/Module/FanChartModule.php:143 6143msgid "Fan chart" 6144msgstr "Waaierdiagram" 6145 6146#. I18N: https://en.wikipedia.org/wiki/Family_tree#Fan_chart - %s is an individual’s name 6147#: app/Module/FanChartModule.php:189 6148#, php-format 6149msgid "Fan chart of %s" 6150msgstr "Waaierdiagram van %s" 6151 6152#: app/Date/JalaliDate.php:273 6153msgctxt "Abbreviation for Persian month: Farvardin" 6154msgid "Far" 6155msgstr "Far" 6156 6157#. I18N: Name of a country or state 6158#: app/Statistics/Service/CountryService.php:195 6159msgid "Faroe Islands" 6160msgstr "Faeroer eilanden" 6161 6162#. I18N: 1st month in the Persian/Jalali calendar 6163#: app/Date/JalaliDate.php:139 6164msgctxt "GENITIVE" 6165msgid "Farvardin" 6166msgstr "Farvardin" 6167 6168#. I18N: 1st month in the Persian/Jalali calendar 6169#: app/Date/JalaliDate.php:229 6170msgctxt "INSTRUMENTAL" 6171msgid "Farvardin" 6172msgstr "Farvardin" 6173 6174#. I18N: 1st month in the Persian/Jalali calendar 6175#: app/Date/JalaliDate.php:184 6176msgctxt "LOCATIVE" 6177msgid "Farvardin" 6178msgstr "Farvardin" 6179 6180#. I18N: 1st month in the Persian/Jalali calendar 6181#: app/Date/JalaliDate.php:94 6182msgctxt "NOMINATIVE" 6183msgid "Farvardin" 6184msgstr "Farvardin" 6185 6186#: resources/views/search-advanced-page.phtml:63 6187#: resources/xml/reports/bdm_report.xml:118 6188#: resources/xml/reports/family_group_report.xml:467 6189#: resources/xml/reports/family_group_report.xml:730 6190#: resources/xml/reports/individual_ext_report.xml:251 6191#: resources/xml/reports/individual_report.xml:240 6192#: resources/xml/reports/relative_ext_report.xml:71 6193msgid "Father" 6194msgstr "Vader" 6195 6196#: resources/views/lists/individual-table-parents.phtml:21 6197#, php-format 6198msgid "Father: %s" 6199msgstr "Vader: %s" 6200 6201#: resources/views/fact-parent-age.phtml:30 6202msgid "Father’s age" 6203msgstr "Leeftijd vader" 6204 6205#. I18N: A step-family. %s is an individual’s name 6206#: app/Individual.php:874 6207#, php-format 6208msgid "Father’s family with %s" 6209msgstr "Gezin van vader met %s" 6210 6211#. I18N: A step-family. 6212#: app/Individual.php:878 6213msgid "Father’s family with an unknown individual" 6214msgstr "Gezin van vader met een onbekend persoon" 6215 6216#. I18N: Name of a module 6217#: app/Module/FamilyTreeFavoritesModule.php:49 6218#: app/Module/UserFavoritesModule.php:50 6219msgid "Favorites" 6220msgstr "Favorieten" 6221 6222#: app/Gedcom.php:376 app/Gedcom.php:485 app/Gedcom.php:509 app/Gedcom.php:764 6223#: app/Gedcom.php:811 app/Gedcom.php:1442 6224msgid "Fax" 6225msgstr "Fax" 6226 6227#: app/Date/AbstractGregorianJulianDate.php:232 6228msgctxt "Abbreviation for February" 6229msgid "Feb" 6230msgstr "feb." 6231 6232#: app/Date/AbstractGregorianJulianDate.php:129 6233msgctxt "GENITIVE" 6234msgid "February" 6235msgstr "februari" 6236 6237#: app/Date/AbstractGregorianJulianDate.php:199 6238msgctxt "INSTRUMENTAL" 6239msgid "February" 6240msgstr "februari" 6241 6242#: app/Date/AbstractGregorianJulianDate.php:164 6243msgctxt "LOCATIVE" 6244msgid "February" 6245msgstr "februari" 6246 6247#: app/Date/AbstractGregorianJulianDate.php:94 6248#: app/Module/StatisticsChartModule.php:790 6249#: resources/views/edit/initialize-calendar-popup.phtml:12 6250msgctxt "NOMINATIVE" 6251msgid "February" 6252msgstr "februari" 6253 6254#: app/Elements/SexValue.php:86 app/Module/StatisticsChartModule.php:777 6255msgid "Female" 6256msgstr "Vrouw" 6257 6258#: app/Statistics/Google/ChartAge.php:114 6259#: app/Statistics/Google/ChartMarriageAge.php:137 6260#: app/Statistics/Google/ChartSex.php:67 6261#: resources/views/calendar-page.phtml:156 6262#: resources/views/lists/families-table.phtml:116 6263#: resources/views/lists/families-table.phtml:131 6264#: resources/views/lists/families-table.phtml:141 6265#: resources/views/lists/individuals-table.phtml:132 6266#: resources/views/lists/individuals-table.phtml:147 6267#: resources/views/lists/individuals-table.phtml:157 6268#: resources/views/modules/gedcom_stats/statistics.phtml:65 6269#: resources/views/modules/gedcom_stats/statistics.phtml:228 6270#: resources/views/modules/html/template-statistics.phtml:32 6271#: resources/views/modules/statistics-chart/greatest-age.phtml:26 6272#: resources/views/modules/statistics-chart/lifespan.phtml:35 6273#: resources/views/modules/statistics-chart/oldest-living.phtml:26 6274#: resources/views/modules/top10_givnnames/block.phtml:18 6275msgid "Females" 6276msgstr "Vrouwen" 6277 6278#. I18N: Name of a country or state 6279#: app/Statistics/Service/CountryService.php:187 6280msgid "Fiji" 6281msgstr "Fiji" 6282 6283#: app/Gedcom.php:934 app/Http/RequestHandlers/ManageMediaData.php:362 6284#: app/MediaFile.php:316 6285msgid "File size" 6286msgstr "Bestandsgrootte" 6287 6288#: app/Exceptions/FileUploadException.php:57 6289msgid "File successfully uploaded" 6290msgstr "Het bestand is goed verstuurd" 6291 6292#: app/Exceptions/FileUploadException.php:101 app/Gedcom.php:466 6293#: app/Gedcom.php:732 app/Http/RequestHandlers/ManageMediaData.php:344 6294#: resources/views/admin/trees-export.phtml:34 6295#: resources/views/modals/media-file-fields.phtml:70 6296msgid "Filename" 6297msgstr "Bestandsnaam" 6298 6299#: resources/views/admin/media-upload.phtml:45 6300#: resources/views/modals/media-file-fields.phtml:54 6301msgid "Filename on server" 6302msgstr "Bestandsnaam op server" 6303 6304#: app/Http/RequestHandlers/UploadMediaAction.php:102 6305#, php-format 6306msgid "Filenames are not allowed to contain the character “%s”." 6307msgstr "Bestandsnamen mogen niet het teken “%s” bevatten." 6308 6309#: app/Http/RequestHandlers/UploadMediaAction.php:108 6310#, php-format 6311msgid "Filenames are not allowed to have the extension “%s”." 6312msgstr "Bestandsnamen mogen niet de extensie “%s” hebben." 6313 6314#: resources/views/admin/control-panel.phtml:844 6315msgid "Files have been found from a previous version of webtrees. Old files can sometimes be a security risk. You should delete them." 6316msgstr "Bestanden gevonden van een eerdere versie van webtrees. Oude bestanden vormen soms een beveiligingsrisico. U zou ze moeten verwijderen." 6317 6318#: resources/views/admin/clean-data.phtml:20 6319#, php-format 6320msgid "Files marked with %s are required for proper operation and cannot be removed." 6321msgstr "Bestanden gemarkeerd met %s zijn nodig voor een goede werking en kunnen niet worden verwijderd." 6322 6323#: resources/views/calendar-page.phtml:120 6324#: resources/views/lists/datatables-attributes.phtml:32 6325msgid "Filter" 6326msgstr "Filter" 6327 6328#: resources/xml/reports/fact_sources.xml:5 6329msgid "Find a source" 6330msgstr "Vind een bron" 6331 6332#: resources/views/edit/input-addon-keyboard.phtml:12 6333#: resources/views/edit/input-addon-keyboard.phtml:15 6334#: resources/views/edit/shared-note.phtml:29 6335#: resources/views/edit/shared-note.phtml:31 6336msgid "Find a special character" 6337msgstr "Vind een speciaal letterteken" 6338 6339#: app/Module/RelationshipsChartModule.php:731 6340msgid "Find all possible relationships" 6341msgstr "Vind alle mogelijke verwantschappen" 6342 6343#: app/Module/RelationshipsChartModule.php:459 6344msgid "Find any relationship" 6345msgstr "Vind elke verwantschap" 6346 6347#: app/Http/RequestHandlers/FindDuplicateRecords.php:61 6348#: resources/views/admin/trees.phtml:166 6349msgid "Find duplicates" 6350msgstr "Zoek dubbele records" 6351 6352#: app/Module/RelationshipsChartModule.php:733 6353msgid "Find other relationships" 6354msgstr "Andere verwantschappen zoeken" 6355 6356#: app/Module/RelationshipsChartModule.php:460 6357#: resources/views/modules/relationships-chart/page.phtml:55 6358msgid "Find relationships via ancestors" 6359msgstr "Zoek verwantschappen via voorouders" 6360 6361#: app/Module/RelationshipsChartModule.php:737 6362#: resources/views/modules/relationships-chart/page.phtml:67 6363msgid "Find the closest relationships" 6364msgstr "Vind de dichtstbijzijnde verwantschap" 6365 6366#: app/Http/RequestHandlers/UnconnectedPage.php:110 6367#: resources/views/admin/trees.phtml:190 6368msgid "Find unrelated individuals" 6369msgstr "Zoek niet-verwante personen" 6370 6371#. I18N: Name of a country or state 6372#: app/Statistics/Service/CountryService.php:185 6373msgid "Finland" 6374msgstr "Finland" 6375 6376#: app/Gedcom.php:624 resources/xml/reports/missing_facts_report.xml:21 6377msgid "First communion" 6378msgstr "Eerste communie" 6379 6380#: resources/views/modules/statistics-chart/other-events.phtml:18 6381msgid "First event" 6382msgstr "Eerste gebeurtenis" 6383 6384#: resources/views/admin/merge-records-step-1.phtml:68 6385msgid "First record" 6386msgstr "Eerste record" 6387 6388#. I18N: Name of a module 6389#: app/Module/FixNameSlashesAndSpaces.php:58 6390msgid "Fix name slashes and spaces" 6391msgstr "Slashes en spaties in namen corrigeren" 6392 6393#: resources/views/admin/locations.phtml:46 6394msgid "Flag" 6395msgstr "Vlag" 6396 6397#. I18N: Name of a country or state 6398#: app/Statistics/Service/CountryService.php:189 6399msgid "Flanders" 6400msgstr "Vlaanderen" 6401 6402#. I18N: a month in the French republican calendar 6403#: app/Date/FrenchDate.php:163 6404msgctxt "GENITIVE" 6405msgid "Floreal" 6406msgstr "Floréal" 6407 6408#. I18N: a month in the French republican calendar 6409#: app/Date/FrenchDate.php:257 6410msgctxt "INSTRUMENTAL" 6411msgid "Floreal" 6412msgstr "Floréal" 6413 6414#. I18N: a month in the French republican calendar 6415#: app/Date/FrenchDate.php:210 6416msgctxt "LOCATIVE" 6417msgid "Floreal" 6418msgstr "Floréal" 6419 6420#. I18N: a month in the French republican calendar 6421#: app/Date/FrenchDate.php:116 6422msgctxt "NOMINATIVE" 6423msgid "Floreal" 6424msgstr "Floréal" 6425 6426#: resources/views/modals/media-file-fields.phtml:63 6427#: resources/views/modules/media-list/page.phtml:44 6428msgid "Folder" 6429msgstr "Map" 6430 6431#: resources/views/admin/media-upload.phtml:58 6432msgid "Folder name on server" 6433msgstr "Mapnaam op server" 6434 6435#: resources/views/emails/register-user-html.phtml:24 6436#: resources/views/emails/register-user-text.phtml:18 6437msgid "Follow this link to verify your email address." 6438msgstr "Klik op de link om uw e-mailadres te verifiëren." 6439 6440#: resources/xml/reports/ahnentafel_report.xml:15 6441#: resources/xml/reports/bdm_report.xml:14 6442#: resources/xml/reports/birth_report.xml:12 6443#: resources/xml/reports/cemetery_report.xml:10 6444#: resources/xml/reports/change_report.xml:12 6445#: resources/xml/reports/death_report.xml:13 6446#: resources/xml/reports/descendancy_report.xml:10 6447#: resources/xml/reports/fact_sources.xml:10 6448#: resources/xml/reports/family_group_report.xml:14 6449#: resources/xml/reports/individual_ext_report.xml:15 6450#: resources/xml/reports/individual_report.xml:12 6451#: resources/xml/reports/marriage_report.xml:12 6452#: resources/xml/reports/missing_facts_report.xml:10 6453#: resources/xml/reports/occupation_report.xml:9 6454#: resources/xml/reports/pedigree_report.xml:10 6455#: resources/xml/reports/relative_ext_report.xml:10 6456msgid "Font" 6457msgstr "Lettertype" 6458 6459#: resources/views/admin/modules.phtml:232 6460#: resources/views/admin/modules.phtml:235 6461msgid "Footer" 6462msgstr "Voettekst" 6463 6464#: app/Http/RequestHandlers/ModulesFootersPage.php:43 6465#: resources/views/admin/control-panel.phtml:578 6466#: resources/views/admin/modules.phtml:106 6467#: resources/views/admin/modules.phtml:108 6468msgid "Footers" 6469msgstr "Voetteksten" 6470 6471#. I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names 6472#: resources/views/admin/trees-import.phtml:130 6473#, php-format 6474msgid "For example, if the GEDCOM file contains %1$s and webtrees expects to find %2$s in the media folder, then you would need to remove %3$s." 6475msgstr "Als het GEDCOM-bestand bijvoorbeeld %1$s bevat maar webtrees verwacht %2$s in the mediamap te vinden, dan moet u %3$s verwijderen." 6476 6477#: resources/views/help/relationship-privacy.phtml:12 6478msgid "For example, if you specify a path length of 2, the individual will be able to see their grandson (child, child), their aunt (parent, sibling), their step-daughter (spouse, child), but not their first cousin (parent, sibling, child)." 6479msgstr "Als u als padlengte b.v. 2 opgeeft, dan kan die persoon zijn kleinkind (kind, kind), zijn oom of tante (ouder, broer/zus van ouder) en stiefkind (echtgeno(o)t(e), kind van andere partner) zien, maar niet zijn/haar eerste graads neef/nicht (ouder, broer/zus van ouder, kind)." 6480 6481#: resources/views/help/data-fixes.phtml:12 6482msgid "For example, we can quickly find individuals that do not have a death event, but it is much slower to calculate if the individual is dead." 6483msgstr "We kunnen bijvoorbeeld snel personen vinden die geen overlijdensgegevens hebben, maar het is veel langzamer om te berekenen of personen overleden zijn." 6484 6485#: app/Module/ContactsFooterModule.php:147 6486#, php-format 6487msgid "For help with genealogy questions contact %s." 6488msgstr "Voor genealogische vragen kunt u contact opnemen met %s." 6489 6490#: resources/views/admin/control-panel.phtml:206 6491#: resources/views/admin/tags.phtml:969 6492#: resources/views/modules/bing-maps/config.phtml:38 6493#: resources/views/modules/geonames/config.phtml:38 6494#: resources/views/modules/google-maps/config.phtml:38 6495#: resources/views/modules/here-maps/config.phtml:38 6496#: resources/views/modules/map-box/config.phtml:38 6497#: resources/views/modules/openrouteservice/config.phtml:38 6498#, php-format 6499msgid "For more information, see %s." 6500msgstr "Voor meer informatie, zie %s." 6501 6502#: app/Module/ContactsFooterModule.php:160 6503#, php-format 6504msgid "For technical support and information contact %s." 6505msgstr "Voor technische ondersteuning en informatie kunt u contact opnemen met %s." 6506 6507#: app/Module/ContactsFooterModule.php:134 6508#, php-format 6509msgid "For technical support or genealogy questions contact %s." 6510msgstr "Voor technische ondersteuning of genealogische vragen kunt u contact opnemen met %s." 6511 6512#. I18N: Help text for the “Show list of family trees” site configuration setting 6513#: resources/views/admin/site-preferences.phtml:104 6514msgid "For websites with more than one family tree, this option will show the list of family trees in the main menu, the search pages, etc." 6515msgstr "Voor websites met meer dan één stamboom laat deze optie een lijst van stambomen zien in het hoofdmenu, de zoekpagina's enz." 6516 6517#: resources/views/login-page.phtml:60 6518#: resources/views/modules/login_block/sign-in.phtml:41 6519msgid "Forgot password?" 6520msgstr "Wachtwoord vergeten?" 6521 6522#: app/Gedcom.php:385 app/Gedcom.php:468 app/Gedcom.php:473 app/Gedcom.php:516 6523#: app/Gedcom.php:733 app/Gedcom.php:1156 6524#: resources/views/admin/gedcom-export-options.phtml:19 6525#: resources/views/help/date.phtml:32 resources/views/help/date.phtml:70 6526#: resources/views/help/date.phtml:108 resources/views/help/date.phtml:146 6527#: resources/views/report-setup-page.phtml:54 6528msgid "Format" 6529msgstr "Formaat" 6530 6531#. I18N: A configuration setting 6532#: resources/views/admin/trees-preferences.phtml:586 6533msgid "Format text and notes" 6534msgstr "Tekst en notities opmaken" 6535 6536#. I18N: Location of an LDS church temple 6537#: app/Elements/TempleCode.php:94 6538msgid "Fort Lauderdale, Florida, United States" 6539msgstr "Fort Lauderdale, Florida, Verenigde Staten" 6540 6541#: app/Elements/PedigreeLinkageType.php:62 6542msgctxt "Female pedigree" 6543msgid "Foster" 6544msgstr "Pleegouder" 6545 6546#: app/Elements/PedigreeLinkageType.php:52 6547msgctxt "Male pedigree" 6548msgid "Foster" 6549msgstr "Pleegouder" 6550 6551#: app/Elements/PedigreeLinkageType.php:72 6552msgctxt "Pedigree" 6553msgid "Foster" 6554msgstr "Pleegouder" 6555 6556#: app/Elements/RelationIsDescriptor.php:103 6557msgid "Foster child" 6558msgstr "Pleegkind" 6559 6560#: app/Elements/RelationIsDescriptor.php:104 6561msgid "Foster father" 6562msgstr "Pleegvader" 6563 6564#: app/Elements/RelationIsDescriptor.php:105 6565msgid "Foster mother" 6566msgstr "Pleegmoeder" 6567 6568#. I18N: Name of a country or state 6569#: app/Statistics/Service/CountryService.php:193 6570msgid "France" 6571msgstr "Frankrijk" 6572 6573#. I18N: Location of an LDS church temple 6574#: app/Elements/TempleCode.php:95 6575msgid "Frankfurt am Main, Germany" 6576msgstr "Frankfurt am Main, Duitsland" 6577 6578#. I18N: Location of an LDS church temple 6579#: app/Elements/TempleCode.php:96 6580msgid "Freiburg, Germany" 6581msgstr "Freiburg, Duitsland" 6582 6583#. I18N: The French calendar 6584#: app/Factories/CalendarDateFactory.php:150 6585#: resources/views/help/date.phtml:217 6586msgid "French" 6587msgstr "Frans" 6588 6589#. I18N: Name of a country or state 6590#: app/Statistics/Service/CountryService.php:229 6591msgid "French Guiana" 6592msgstr "Frans Guyana" 6593 6594#. I18N: Name of a country or state 6595#: app/Statistics/Service/CountryService.php:413 6596msgid "French Polynesia" 6597msgstr "Frans Polynesië" 6598 6599#. I18N: Name of a country or state 6600#: app/Statistics/Service/CountryService.php:64 6601msgid "French Southern Territories" 6602msgstr "Franse Zuidelijke Territoriën" 6603 6604#: app/Module/FrequentlyAskedQuestionsModule.php:155 6605#: app/Module/FrequentlyAskedQuestionsModule.php:401 6606#: resources/views/modules/faq/config.phtml:51 6607#: resources/views/modules/faq/edit.phtml:21 6608msgid "Frequently asked questions" 6609msgstr "Vaak gestelde vragen" 6610 6611#. I18N: Location of an LDS church temple 6612#: app/Elements/TempleCode.php:97 6613msgid "Fresno, California, United States" 6614msgstr "Fresno, California, Verenigde Staten" 6615 6616#. I18N: abbreviation for Friday 6617#: app/Date/AbstractCalendarDate.php:281 6618#: resources/views/edit/initialize-calendar-popup.phtml:28 6619msgid "Fri" 6620msgstr "Vrij" 6621 6622#: app/Date/AbstractCalendarDate.php:250 6623msgid "Friday" 6624msgstr "Vrijdag" 6625 6626#: app/Elements/RelationIsDescriptor.php:106 6627msgid "Friend" 6628msgstr "Vriend(in)" 6629 6630#: app/Elements/RelationIsDescriptor.php:79 6631msgctxt "FEMALE" 6632msgid "Friend" 6633msgstr "Vriendin" 6634 6635#: app/Elements/RelationIsDescriptor.php:58 6636msgctxt "MALE" 6637msgid "Friend" 6638msgstr "Vriend" 6639 6640#. I18N: a month in the French republican calendar 6641#: app/Date/FrenchDate.php:153 6642msgctxt "GENITIVE" 6643msgid "Frimaire" 6644msgstr "Frimaire" 6645 6646#. I18N: a month in the French republican calendar 6647#: app/Date/FrenchDate.php:247 6648msgctxt "INSTRUMENTAL" 6649msgid "Frimaire" 6650msgstr "Frimaire" 6651 6652#. I18N: a month in the French republican calendar 6653#: app/Date/FrenchDate.php:200 6654msgctxt "LOCATIVE" 6655msgid "Frimaire" 6656msgstr "Frimaire" 6657 6658#. I18N: a month in the French republican calendar 6659#: app/Date/FrenchDate.php:105 6660msgctxt "NOMINATIVE" 6661msgid "Frimaire" 6662msgstr "Frimaire" 6663 6664#: resources/views/admin/broadcast.phtml:27 6665#: resources/views/admin/email-page.phtml:32 6666#: resources/views/message-page.phtml:29 6667msgctxt "Email sender" 6668msgid "From" 6669msgstr "Van" 6670 6671#: resources/views/admin/changes-log.phtml:41 6672#: resources/views/admin/site-logs.phtml:39 6673msgctxt "Start of date range" 6674msgid "From" 6675msgstr "Van" 6676 6677#. I18N: a month in the French republican calendar 6678#: app/Date/FrenchDate.php:171 6679msgctxt "GENITIVE" 6680msgid "Fructidor" 6681msgstr "Fructidor" 6682 6683#. I18N: a month in the French republican calendar 6684#: app/Date/FrenchDate.php:265 6685msgctxt "INSTRUMENTAL" 6686msgid "Fructidor" 6687msgstr "Fructidor" 6688 6689#. I18N: a month in the French republican calendar 6690#: app/Date/FrenchDate.php:218 6691msgctxt "LOCATIVE" 6692msgid "Fructidor" 6693msgstr "Fructidor" 6694 6695#. I18N: a month in the French republican calendar 6696#: app/Date/FrenchDate.php:124 6697msgctxt "NOMINATIVE" 6698msgid "Fructidor" 6699msgstr "Fructidor" 6700 6701#. I18N: Location of an LDS church temple 6702#: app/Elements/TempleCode.php:98 6703msgid "Fukuoka, Japan" 6704msgstr "Fukuoka, Japan" 6705 6706#: app/Gedcom.php:895 app/Gedcom.php:1471 6707msgid "Funeral" 6708msgstr "Begrafenis" 6709 6710#: app/Gedcom.php:467 resources/views/admin/gedcom-export-options.phtml:27 6711msgid "GEDCOM" 6712msgstr "GEDCOM" 6713 6714#. I18N: A configuration setting 6715#: resources/views/admin/trees-check.phtml:23 6716#: resources/views/admin/trees-preferences.phtml:616 6717msgid "GEDCOM errors" 6718msgstr "GEDCOM-fouten" 6719 6720#: resources/views/admin/trees.phtml:272 6721msgid "GEDCOM file" 6722msgstr "GEDCOM-bestand" 6723 6724#: resources/views/admin/tags.phtml:49 resources/views/admin/tags.phtml:179 6725#: resources/views/admin/tags.phtml:271 resources/views/admin/tags.phtml:333 6726#: resources/views/admin/tags.phtml:408 resources/views/admin/tags.phtml:447 6727#: resources/views/admin/tags.phtml:731 resources/views/admin/tags.phtml:785 6728#: resources/views/admin/tags.phtml:889 6729msgid "GEDCOM tag" 6730msgstr "GEDCOM-label" 6731 6732#: app/Http/RequestHandlers/SiteTagsPage.php:74 6733#: resources/views/admin/control-panel.phtml:261 6734msgid "GEDCOM tags" 6735msgstr "GEDCOM-labels" 6736 6737#. I18N: https://genealogy.net/GEDCOM/ 6738#: resources/views/admin/tags.phtml:963 6739msgid "GEDCOM-L" 6740msgstr "GEDCOM-L" 6741 6742#. I18N: https://gov.genealogy.net 6743#: app/Gedcom.php:1047 app/Gedcom.php:1099 app/Gedcom.php:1214 6744#: app/Gedcom.php:1253 app/Gedcom.php:1285 6745msgid "GOV identifier" 6746msgstr "GOV-identificatienummer" 6747 6748#. I18N: Name of a country or state 6749#: app/Statistics/Service/CountryService.php:199 6750msgid "Gabon" 6751msgstr "Gabon" 6752 6753#. I18N: Name of a country or state 6754#: app/Statistics/Service/CountryService.php:215 6755msgid "Gambia" 6756msgstr "Gambia" 6757 6758#: app/Gedcom.php:685 app/Gedcom.php:1123 6759#: resources/views/individual-sex.phtml:28 6760#: resources/xml/reports/family_group_report.xml:844 6761#: resources/xml/reports/individual_ext_report.xml:399 6762#: resources/xml/reports/individual_ext_report.xml:606 6763#: resources/xml/reports/individual_report.xml:388 6764#: resources/xml/reports/individual_report.xml:602 6765msgid "Gender" 6766msgstr "Geslacht" 6767 6768#: resources/views/admin/control-panel.phtml:657 6769msgid "Genealogy" 6770msgstr "Genealogie" 6771 6772#. I18N: A configuration setting 6773#: resources/views/admin/trees-preferences.phtml:155 6774msgid "Genealogy contact" 6775msgstr "E-mail genealogische vragen" 6776 6777#. I18N: Individuals, sources, dates, places, etc. 6778#: resources/views/admin/trees.phtml:159 6779msgid "Genealogy data" 6780msgstr "Genealogische gegevens" 6781 6782#: resources/views/admin/trees-preferences.phtml:45 6783#: resources/views/admin/trees-preferences.phtml:598 6784msgid "General" 6785msgstr "Algemeen" 6786 6787#: app/Http/RequestHandlers/SearchGeneralPage.php:196 6788#: app/Module/SearchMenuModule.php:100 6789msgid "General search" 6790msgstr "Algemeen zoeken" 6791 6792#. I18N: Description of the “Sitemaps” module 6793#: app/Module/SiteMapModule.php:114 6794msgid "Generate sitemap files for search engines." 6795msgstr "Genereer sitemap bestanden voor zoekmachines." 6796 6797#. I18N: This is a report footer. %s is the name of the application. 6798#: app/Report/AbstractRenderer.php:336 6799#, php-format 6800msgid "Generated by %s" 6801msgstr "Gegenereerd door %s" 6802 6803#: app/Module/BranchesListModule.php:501 6804msgid "Generation" 6805msgstr "Generatie" 6806 6807#: resources/xml/reports/ahnentafel_report.xml:78 6808#: resources/xml/reports/descendancy_report.xml:55 6809msgid "Generation " 6810msgstr "Generatie " 6811 6812#: resources/views/modules/ancestors-chart/page.phtml:39 6813#: resources/views/modules/descendancy_chart/page.phtml:39 6814#: resources/views/modules/family-book-chart/page.phtml:41 6815#: resources/views/modules/fanchart/page.phtml:51 6816#: resources/views/modules/hourglass-chart/page.phtml:38 6817#: resources/views/modules/pedigree-chart/page.phtml:39 6818#: resources/views/modules/pedigree-map/page.phtml:34 6819#: resources/xml/reports/ahnentafel_report.xml:7 6820#: resources/xml/reports/descendancy_report.xml:6 6821#: resources/xml/reports/individual_ext_report.xml:7 6822#: resources/xml/reports/missing_facts_report.xml:7 6823msgid "Generations" 6824msgstr "Generaties" 6825 6826#: app/Gedcom.php:821 6827msgid "Generations of ancestors" 6828msgstr "Generaties van voorouders" 6829 6830#: app/Gedcom.php:826 6831msgid "Generations of descendants" 6832msgstr "Generaties van afstammelingen" 6833 6834#. I18N: https://www.geonames.org 6835#: app/Module/GeonamesAutocomplete.php:56 6836#: app/Module/MapGeoLocationGeonames.php:45 6837msgid "GeoNames" 6838msgstr "GeoNames" 6839 6840#: resources/views/modules/statistics-chart/custom.phtml:174 6841#: resources/views/modules/statistics-chart/custom.phtml:176 6842msgid "Geographic area" 6843msgstr "geografisch gebied" 6844 6845#: app/Http/RequestHandlers/MapDataAdd.php:92 6846#: app/Http/RequestHandlers/MapDataEdit.php:85 6847#: app/Http/RequestHandlers/MapDataList.php:106 6848#: resources/views/admin/control-panel.phtml:620 6849#: resources/views/admin/control-panel.phtml:825 6850#: resources/views/admin/map-import-form.phtml:16 6851msgid "Geographic data" 6852msgstr "Geografische gegevens" 6853 6854#. I18N: find latitude/longitude for a place 6855#: app/Http/RequestHandlers/ModulesMapGeoLocationsPage.php:43 6856#: resources/views/admin/control-panel.phtml:634 6857msgid "Geolocation" 6858msgstr "Geolocatie" 6859 6860#. I18N: Name of a country or state 6861#: app/Statistics/Service/CountryService.php:203 6862msgid "Georgia" 6863msgstr "Georgië" 6864 6865#. I18N: Name of a country or state 6866#: app/Statistics/Service/CountryService.php:157 6867msgid "Germany" 6868msgstr "Duitsland" 6869 6870#. I18N: a month in the French republican calendar 6871#: app/Date/FrenchDate.php:161 6872msgctxt "GENITIVE" 6873msgid "Germinal" 6874msgstr "Germinal" 6875 6876#. I18N: a month in the French republican calendar 6877#: app/Date/FrenchDate.php:255 6878msgctxt "INSTRUMENTAL" 6879msgid "Germinal" 6880msgstr "Germinal" 6881 6882#. I18N: a month in the French republican calendar 6883#: app/Date/FrenchDate.php:208 6884msgctxt "LOCATIVE" 6885msgid "Germinal" 6886msgstr "Germinal" 6887 6888#. I18N: a month in the French republican calendar 6889#. I18N: a month in the French republican calendar 6890#: app/Date/FrenchDate.php:114 6891msgctxt "NOMINATIVE" 6892msgid "Germinal" 6893msgstr "Germinal" 6894 6895#. I18N: Name of a country or state 6896#: app/Statistics/Service/CountryService.php:207 6897msgid "Ghana" 6898msgstr "Ghana" 6899 6900#. I18N: Name of a country or state 6901#: app/Statistics/Service/CountryService.php:209 6902msgid "Gibraltar" 6903msgstr "Gibraltar" 6904 6905#. I18N: Location of an LDS church temple 6906#: app/Elements/TempleCode.php:99 6907msgid "Gila Valley, Arizona, United States" 6908msgstr "Gila Valley, Arizona, Verenigde Staten" 6909 6910#. I18N: Location of an LDS church temple 6911#: app/Elements/TempleCode.php:100 6912msgid "Gilbert, Arizona, United States" 6913msgstr "Gilbert, Arizona, Verenigde Staten" 6914 6915#: resources/views/lists/given-names-table.phtml:26 6916#: resources/views/search-phonetic-page.phtml:32 6917msgid "Given name" 6918msgstr "Voornaam" 6919 6920#: app/Gedcom.php:636 app/Gedcom.php:643 app/Gedcom.php:648 6921#: resources/views/lists/families-table.phtml:220 6922#: resources/views/lists/families-table.phtml:223 6923#: resources/views/lists/given-names-table.phtml:21 6924#: resources/views/lists/individuals-table.phtml:240 6925msgid "Given names" 6926msgstr "Voornamen" 6927 6928#: app/Elements/RelationIsDescriptor.php:112 6929msgid "Godchild" 6930msgstr "Petekind" 6931 6932#: app/Elements/RelationIsDescriptor.php:81 6933#: app/Elements/RelationIsDescriptor.php:111 6934msgid "Goddaughter" 6935msgstr "Peetdochter" 6936 6937#: app/Elements/RelationIsDescriptor.php:59 6938#: app/Elements/RelationIsDescriptor.php:107 6939msgid "Godfather" 6940msgstr "Peetvader" 6941 6942#: app/Elements/RelationIsDescriptor.php:80 6943#: app/Elements/RelationIsDescriptor.php:108 6944msgid "Godmother" 6945msgstr "Peetmoeder" 6946 6947#: app/Elements/RelationIsDescriptor.php:109 app/Gedcom.php:1300 6948msgid "Godparent" 6949msgstr "Peetouder" 6950 6951#: app/Gedcom.php:581 6952msgid "Godparents" 6953msgstr "Peetouders" 6954 6955#: app/Elements/RelationIsDescriptor.php:60 6956#: app/Elements/RelationIsDescriptor.php:110 6957msgid "Godson" 6958msgstr "Peetzoon" 6959 6960#: app/Module/GoogleAnalyticsModule.php:47 6961msgid "Google™ analytics" 6962msgstr "Google™ analytics" 6963 6964#: app/Module/GoogleMaps.php:82 app/Module/MapLinkGoogle.php:41 6965msgid "Google™ maps" 6966msgstr "Google™ maps" 6967 6968#: app/Module/GoogleWebmasterToolsModule.php:41 6969msgid "Google™ webmaster tools" 6970msgstr "Google™ hulpprogramma's voor webmasters" 6971 6972#: app/Gedcom.php:627 6973msgid "Graduation" 6974msgstr "Diploma/afstuderen" 6975 6976#: resources/views/modules/statistics-chart/greatest-age.phtml:10 6977msgid "Greatest age at death" 6978msgstr "Hoogste leeftijd bij overlijden" 6979 6980#: resources/views/modules/statistics-chart/age-difference.phtml:26 6981msgid "Greatest age between siblings" 6982msgstr "Grootste leeftijdsverschil tussen kinderen" 6983 6984#. I18N: Name of a country or state 6985#: app/Statistics/Service/CountryService.php:221 6986msgid "Greece" 6987msgstr "Griekenland" 6988 6989#. I18N: The name of a colour-scheme 6990#: app/Module/ColorsTheme.php:167 6991msgid "Green Beam" 6992msgstr "Groene Straal" 6993 6994#. I18N: Name of a country or state 6995#: app/Statistics/Service/CountryService.php:225 6996msgid "Greenland" 6997msgstr "Groenland" 6998 6999#. I18N: The gregorian calendar 7000#: app/Factories/CalendarDateFactory.php:146 app/Module/YahrzeitModule.php:264 7001msgid "Gregorian" 7002msgstr "Gregoriaans" 7003 7004#. I18N: Name of a country or state 7005#: app/Statistics/Service/CountryService.php:223 7006msgid "Grenada" 7007msgstr "Grenada" 7008 7009#. I18N: Location of an LDS church temple 7010#: app/Elements/TempleCode.php:101 7011msgid "Guadalajara, Mexico" 7012msgstr "Guadalajara, Mexico" 7013 7014#. I18N: Name of a country or state 7015#: app/Statistics/Service/CountryService.php:213 7016msgid "Guadeloupe" 7017msgstr "Guadeloupe" 7018 7019#. I18N: Name of a country or state 7020#: app/Statistics/Service/CountryService.php:231 7021msgid "Guam" 7022msgstr "Guam" 7023 7024#: app/Elements/RelationIsDescriptor.php:113 7025msgid "Guardian" 7026msgstr "Voogd" 7027 7028#: app/Elements/RelationIsDescriptor.php:82 7029msgctxt "FEMALE" 7030msgid "Guardian" 7031msgstr "Voogdes" 7032 7033#: app/Elements/RelationIsDescriptor.php:61 7034msgctxt "MALE" 7035msgid "Guardian" 7036msgstr "Voogd" 7037 7038#. I18N: Name of a country or state 7039#: app/Statistics/Service/CountryService.php:227 7040msgid "Guatemala" 7041msgstr "Guatemala" 7042 7043#. I18N: Location of an LDS church temple 7044#: app/Elements/TempleCode.php:102 7045msgid "Guatemala City, Guatemala" 7046msgstr "Guatemala Stad, Guatemala" 7047 7048#. I18N: Location of an LDS church temple 7049#: app/Elements/TempleCode.php:103 7050msgid "Guayaquil, Ecuador" 7051msgstr "Guayaquil, Ecuador" 7052 7053#. I18N: Name of a country or state 7054#: app/Statistics/Service/CountryService.php:205 7055msgid "Guernsey" 7056msgstr "Guernsey" 7057 7058#. I18N: Name of a country or state 7059#: app/Statistics/Service/CountryService.php:211 7060msgid "Guinea" 7061msgstr "Guinee" 7062 7063#. I18N: Name of a country or state 7064#: app/Statistics/Service/CountryService.php:217 7065msgid "Guinea-Bissau" 7066msgstr "Guinee-Bissau" 7067 7068#. I18N: Name of a country or state 7069#: app/Statistics/Service/CountryService.php:233 7070msgid "Guyana" 7071msgstr "Guyana" 7072 7073#. I18N: Name of a module 7074#: app/Module/HtmlBlockModule.php:59 7075msgid "HTML" 7076msgstr "HTML" 7077 7078#: app/Gedcom.php:896 7079msgid "Hair color" 7080msgstr "Haarkleur" 7081 7082#. I18N: Name of a country or state 7083#: app/Statistics/Service/CountryService.php:243 7084msgid "Haiti" 7085msgstr "Haïti" 7086 7087#. I18N: Location of an LDS church temple 7088#: app/Elements/TempleCode.php:105 7089msgid "Halifax, Nova Scotia, Canada" 7090msgstr "Halifax, Nova Scotia, Canada" 7091 7092#. I18N: Location of an LDS church temple 7093#: app/Elements/TempleCode.php:147 7094msgid "Hamilton, New Zealand" 7095msgstr "Hamilton, Nieuw Zeeland" 7096 7097#. I18N: Location of an LDS church temple 7098#: app/Elements/TempleCode.php:106 7099msgid "Hartford, Connecticut, United States" 7100msgstr "Hartford, Connecticut, Verenigde Staten" 7101 7102#: resources/xml/reports/descendancy_report.xml:428 7103msgid "He " 7104msgstr "Hij " 7105 7106#: resources/xml/reports/ahnentafel_report.xml:288 7107msgid "He died" 7108msgstr "Hij is overleden" 7109 7110#: resources/xml/reports/ahnentafel_report.xml:260 7111#: resources/xml/reports/descendancy_report.xml:173 7112msgid "He married" 7113msgstr "Hij trouwde met" 7114 7115#: resources/xml/reports/ahnentafel_report.xml:223 7116msgid "He resided at" 7117msgstr "Hij woonde in" 7118 7119#: resources/xml/reports/descendancy_report.xml:401 7120msgid "He was born" 7121msgstr "Hij werd geboren" 7122 7123#: resources/xml/reports/ahnentafel_report.xml:338 7124msgid "He was buried" 7125msgstr "Hij is begraven" 7126 7127#: resources/xml/reports/ahnentafel_report.xml:167 7128msgid "He was christened" 7129msgstr "Hij is gedoopt" 7130 7131#: resources/xml/reports/ahnentafel_report.xml:313 7132msgid "He was cremated" 7133msgstr "Hij is gecremeerd" 7134 7135#: app/Gedcom.php:459 app/Header.php:42 app/Header.php:43 app/Header.php:44 7136msgid "Header" 7137msgstr "Koptekst" 7138 7139#. I18N: Name of a country or state 7140#: app/Statistics/Service/CountryService.php:237 7141msgid "Heard Island and McDonald Islands" 7142msgstr "Heardeiland en McDonaldeilanden" 7143 7144#: app/Http/RequestHandlers/HelpText.php:266 7145msgid "Hebrew" 7146msgstr "Hebreeuws" 7147 7148#: app/Gedcom.php:877 app/Gedcom.php:878 7149msgid "Hebrew name" 7150msgstr "Hebreeuwse naam" 7151 7152#: app/Gedcom.php:897 7153msgid "Height" 7154msgstr "Lengte" 7155 7156#: resources/views/emails/approve-user-html.phtml:15 7157#: resources/views/emails/approve-user-text.phtml:12 7158#: resources/views/emails/message-copy-html.phtml:16 7159#: resources/views/emails/message-copy-text.phtml:14 7160#: resources/views/emails/message-user-html.phtml:16 7161#: resources/views/emails/message-user-text.phtml:14 7162#: resources/views/emails/password-request-html.phtml:14 7163#: resources/views/emails/password-request-text.phtml:12 7164#: resources/views/emails/pending-changes-html.phtml:16 7165#: resources/views/emails/pending-changes-text.phtml:15 7166#: resources/views/emails/register-user-html.phtml:15 7167#: resources/views/emails/register-user-text.phtml:14 7168#, php-format 7169msgid "Hello %s…" 7170msgstr "Hallo %s…" 7171 7172#: resources/views/register-success-page.phtml:19 7173#, php-format 7174msgid "Hello %s…<br>Thank you for your registration." 7175msgstr "Hallo %s,<br><br>Bedankt voor uw registratie." 7176 7177#: resources/views/emails/register-notify-html.phtml:17 7178#: resources/views/emails/register-notify-text.phtml:15 7179#: resources/views/emails/verify-notify-html.phtml:14 7180#: resources/views/emails/verify-notify-text.phtml:12 7181msgid "Hello administrator…" 7182msgstr "Hallo beheerder…" 7183 7184#: app/Http/RequestHandlers/HelpText.php:293 resources/views/help/link.phtml:11 7185#: resources/views/help/link.phtml:13 7186msgid "Help" 7187msgstr "help" 7188 7189#. I18N: Location of an LDS church temple 7190#: app/Elements/TempleCode.php:108 7191msgid "Helsinki, Finland" 7192msgstr "Helsinki, Finland" 7193 7194#: resources/xml/reports/ahnentafel_report.xml:15 7195#: resources/xml/reports/bdm_report.xml:14 7196#: resources/xml/reports/birth_report.xml:12 7197#: resources/xml/reports/cemetery_report.xml:10 7198#: resources/xml/reports/change_report.xml:12 7199#: resources/xml/reports/death_report.xml:13 7200#: resources/xml/reports/descendancy_report.xml:10 7201#: resources/xml/reports/fact_sources.xml:10 7202#: resources/xml/reports/family_group_report.xml:14 7203#: resources/xml/reports/individual_ext_report.xml:15 7204#: resources/xml/reports/individual_report.xml:12 7205#: resources/xml/reports/marriage_report.xml:12 7206#: resources/xml/reports/missing_facts_report.xml:10 7207#: resources/xml/reports/occupation_report.xml:9 7208#: resources/xml/reports/pedigree_report.xml:10 7209#: resources/xml/reports/relative_ext_report.xml:10 7210msgctxt "font name" 7211msgid "Helvetica" 7212msgstr "Helvetica" 7213 7214#: resources/xml/reports/ahnentafel_report.xml:197 7215msgid "Her occupation was" 7216msgstr "Haar beroep was" 7217 7218#. I18N: https://wego.here.com 7219#: app/Module/HereMaps.php:82 7220msgid "Here maps" 7221msgstr "Here-kaarten" 7222 7223#. I18N: Location of an LDS church temple 7224#: app/Elements/TempleCode.php:109 7225msgid "Hermosillo, Mexico" 7226msgstr "Hermosillo, Mexico" 7227 7228#. I18N: a month in the Jewish calendar 7229#: app/Date/JewishDate.php:195 7230msgctxt "GENITIVE" 7231msgid "Heshvan" 7232msgstr "Heshvan" 7233 7234#. I18N: a month in the Jewish calendar 7235#: app/Date/JewishDate.php:299 7236msgctxt "INSTRUMENTAL" 7237msgid "Heshvan" 7238msgstr "Heshvan" 7239 7240#. I18N: a month in the Jewish calendar 7241#: app/Date/JewishDate.php:247 7242msgctxt "LOCATIVE" 7243msgid "Heshvan" 7244msgstr "Heshvan" 7245 7246#. I18N: a month in the Jewish calendar 7247#: app/Date/JewishDate.php:143 7248msgctxt "NOMINATIVE" 7249msgid "Heshvan" 7250msgstr "Heshvan" 7251 7252#: resources/views/admin/tags.phtml:50 resources/views/admin/tags.phtml:180 7253#: resources/views/admin/tags.phtml:272 resources/views/admin/tags.phtml:334 7254#: resources/views/admin/tags.phtml:409 resources/views/admin/tags.phtml:448 7255#: resources/views/admin/tags.phtml:732 resources/views/admin/tags.phtml:786 7256#: resources/views/admin/tags.phtml:890 7257msgid "Hide GEDCOM tags" 7258msgstr "Verberg GEDCOM-labels" 7259 7260#: app/Auth.php:564 app/Auth.php:577 7261#: app/Http/RequestHandlers/TreePreferencesPage.php:127 7262#: app/Http/RequestHandlers/TreePrivacyPage.php:94 7263#: resources/views/admin/trees-privacy.phtml:150 7264msgid "Hide from everyone" 7265msgstr "Verberg voor iedereen" 7266 7267#: resources/views/admin/site-mail.phtml:152 7268#: resources/views/admin/users-create.phtml:61 7269#: resources/views/admin/users-edit.phtml:71 7270#: resources/views/edit-account-page.phtml:91 7271#: resources/views/login-page.phtml:46 7272#: resources/views/modules/login_block/sign-in.phtml:32 7273#: resources/views/password-reset-page.phtml:37 7274#: resources/views/register-page.phtml:75 7275#: resources/views/setup/step-4-database-mysql.phtml:99 7276#: resources/views/setup/step-4-database-pgsql.phtml:86 7277#: resources/views/setup/step-4-database-sqlsvr.phtml:86 7278#: resources/views/setup/step-5-administrator.phtml:81 7279msgid "Hide password" 7280msgstr "Verberg wachtwoord" 7281 7282#: resources/views/admin/locations.phtml:35 7283msgid "Hide unused locations" 7284msgstr "Verberg ongebruikte locaties" 7285 7286#: app/Gedcom.php:1218 7287msgid "Hierarchical relationship" 7288msgstr "Hiërarchische verwantschap" 7289 7290#: app/Gedcom.php:938 app/Gedcom.php:1122 app/Gedcom.php:1138 7291#: app/Gedcom.php:1246 app/Gedcom.php:1267 app/Gedcom.php:1278 7292#: app/Gedcom.php:1301 app/Gedcom.php:1406 app/Gedcom.php:1477 7293#: resources/xml/reports/individual_ext_report.xml:11 7294#: resources/xml/reports/individual_report.xml:8 7295msgid "Highlighted image" 7296msgstr "Gemarkeerde afbeelding" 7297 7298#. I18N: The Arabic/Hijri calendar 7299#: app/Factories/CalendarDateFactory.php:154 7300#: resources/views/help/date.phtml:185 7301msgid "Hijri" 7302msgstr "Hijri" 7303 7304#: resources/xml/reports/ahnentafel_report.xml:196 7305msgid "His occupation was" 7306msgstr "Zijn beroep was" 7307 7308#: app/Http/RequestHandlers/ModulesHistoricEventsPage.php:43 7309#: resources/views/admin/control-panel.phtml:720 7310#: resources/views/admin/modules.phtml:114 7311#: resources/views/admin/modules.phtml:116 7312#: resources/views/admin/modules.phtml:248 7313#: resources/views/admin/modules.phtml:251 7314#: resources/views/modules/personal_facts/tab.phtml:46 7315msgid "Historic events" 7316msgstr "Historische gebeurtenissen" 7317 7318#. I18N: Name of a module 7319#. I18N: A configuration setting 7320#: app/Module/HitCountFooterModule.php:76 7321#: resources/views/admin/trees-preferences.phtml:629 7322msgid "Hit counters" 7323msgstr "Bezoekerstellers" 7324 7325#: app/Gedcom.php:1472 7326msgid "Holocaust" 7327msgstr "Holocaust" 7328 7329#. I18N: Name of a module 7330#: app/Module/WelcomeBlockModule.php:57 7331#: resources/views/admin/control-panel.phtml:606 7332#: resources/views/admin/modules.phtml:197 7333#: resources/views/admin/modules.phtml:201 resources/views/admin/trees.phtml:91 7334msgid "Home page" 7335msgstr "Startpagina" 7336 7337#. I18N: Name of a country or state 7338#: app/Statistics/Service/CountryService.php:239 7339msgid "Honduras" 7340msgstr "Honduras" 7341 7342#. I18N: Location of an LDS church temple 7343#. I18N: Name of a country or state 7344#: app/Elements/TempleCode.php:110 7345#: app/Statistics/Service/CountryService.php:235 7346msgid "Hong Kong" 7347msgstr "Hong Kong (China)" 7348 7349#. I18N: Name of a module/chart 7350#: app/Module/ChartsBlockModule.php:162 app/Module/ChartsBlockModule.php:257 7351#: app/Module/HourglassChartModule.php:82 7352msgid "Hourglass chart" 7353msgstr "Zandloperdiagram" 7354 7355#. I18N: %s is an individual’s name 7356#: app/Module/HourglassChartModule.php:128 7357#, php-format 7358msgid "Hourglass chart of %s" 7359msgstr "Zandloperdiagram van %s" 7360 7361#: app/Gedcom.php:1243 app/Gedcom.php:1275 7362msgid "House number" 7363msgstr "Huisnummer" 7364 7365#: resources/views/modules/census-assistant.phtml:110 7366msgid "Household" 7367msgstr "Huishouden" 7368 7369#. I18N: Location of an LDS church temple 7370#: app/Elements/TempleCode.php:111 7371msgid "Houston, Texas, United States" 7372msgstr "Houston, Texas, Verenigde Staten" 7373 7374#. I18N: Configuration option 7375#: resources/views/modules/relationships-chart/config.phtml:44 7376msgid "How much recursion to use when searching for relationships" 7377msgstr "Het aantal malen dat het zoeken naar verwantschappen mag worden herhaald" 7378 7379#. I18N: Name of a country or state 7380#: app/Statistics/Service/CountryService.php:245 7381msgid "Hungary" 7382msgstr "Hongarije" 7383 7384#: app/Gedcom.php:377 app/Gedcom.php:422 7385#: app/Http/RequestHandlers/LinkSpouseToIndividualPage.php:77 7386#: resources/views/edit/change-family-members.phtml:32 7387#: resources/views/edit/change-family-members.phtml:47 7388#: resources/views/fact-date.phtml:138 7389#: resources/xml/reports/cemetery_report.xml:7 7390#: resources/xml/reports/death_report.xml:10 7391#: resources/xml/reports/family_group_report.xml:147 7392#: resources/xml/reports/family_group_report.xml:1087 7393#: resources/xml/reports/individual_ext_report.xml:204 7394#: resources/xml/reports/individual_ext_report.xml:221 7395#: resources/xml/reports/individual_ext_report.xml:457 7396#: resources/xml/reports/individual_report.xml:192 7397#: resources/xml/reports/individual_report.xml:213 7398#: resources/xml/reports/individual_report.xml:449 7399#: resources/xml/reports/relative_ext_report.xml:116 7400msgid "Husband" 7401msgstr "Echtgenoot" 7402 7403#: app/Gedcom.php:378 resources/views/modules/timeline-chart/chart.phtml:355 7404msgid "Husband’s age" 7405msgstr "leeftijd echtgenoot" 7406 7407#: resources/views/admin/site-logs.phtml:60 7408#: resources/views/admin/site-logs.phtml:125 7409msgid "IP address" 7410msgstr "IP-adres" 7411 7412#. I18N: Name of a country or state 7413#: app/Statistics/Service/CountryService.php:261 7414msgid "Iceland" 7415msgstr "IJsland" 7416 7417#: app/SurnameTradition.php:97 7418msgctxt "Surname tradition" 7419msgid "Icelandic" 7420msgstr "IJslands" 7421 7422#. I18N: Location of an LDS church temple 7423#: app/Elements/TempleCode.php:112 7424msgid "Idaho Falls, Idaho, United States" 7425msgstr "Idaho Falls, Idaho, Verenigde Staten" 7426 7427#: app/Gedcom.php:629 7428msgid "Identification number" 7429msgstr "Identificatienummer" 7430 7431#: resources/views/admin/tags.phtml:773 7432msgid "Identifiers" 7433msgstr "Identificaties" 7434 7435#: resources/views/admin/fix-level-0-media.phtml:20 7436msgid "If a media object is linked to an individual, when it should be linked to a fact or event, then you can move it to the correct location." 7437msgstr "Als een mediaobject aan een persoon is gekoppeld, terwijl het aan een feit of gebeurtenis gekoppeld had moeten zijn, kunt u het naar de juiste locatie verplaatsen." 7438 7439#. I18N: Help text for the “Language” configuration setting 7440#: resources/views/admin/site-preferences.phtml:89 7441msgid "If a visitor to the website has not selected a preferred language in their browser preferences, or they have selected an unsupported language, then this language will be used. Typically this applies to search engines." 7442msgstr "Als een bezoeker van de site in de browserinstellingen geen voorkeurstaal heeft geselecteerd, of een taal heeft geselecteerd die niet wordt ondersteund, dan zal deze taal worden gebruikt. Deze instelling geldt voornamelijk voor zoekmachines." 7443 7444#: resources/views/admin/users-edit.phtml:111 7445msgid "If an administrator creates a user account, the verification email is not sent, and the email must be verified manually." 7446msgstr "Als een beheerder een gebruikersaccount aanmaakt, wordt de verificatie-e-mail niet verzonden en moet het e-mailadres handmatig worden geverifieerd." 7447 7448#: resources/views/help/name.phtml:22 7449#, php-format 7450msgid "If an individual does not have a surname, no slashes are needed: <%s>Jón Einarsson<%s>" 7451msgstr "Als een persoon geen achternaam heeft, zijn er geen schuine strepen nodig: <%s>Jón Einarsson<%s>" 7452 7453#: resources/views/help/name.phtml:19 7454#, php-format 7455msgid "If an individual has two separate surnames, both should be enclosed by slashes: <%s>José Antonio /Gómez/ /Iglesias/<%s>" 7456msgstr "Als een persoon twee verschillende achternamen heeft, moeten beide tussen schuine strepen worden geplaatst: <%s>José Antonio/Gómez/ /Iglesias/<%s>" 7457 7458#: resources/views/help/name.phtml:28 7459#, php-format 7460msgid "If an individual was known by a nickname which is not part of their formal name, it should be enclosed by quotation marks. For example, <%s>John "Nobby" /Clark/<%s>." 7461msgstr "Als een persoon bekend was onder zijn roepnaam die geen deel uitmaakt van zijn formele naam, moet deze tussen aanhalingstekens worden geplaatst. Bijvoorbeeld <%s>John "Nobby" /Clark/<%s>." 7462 7463#: resources/views/help/name.phtml:25 7464#, php-format 7465msgid "If an individual was not known by their first given name, the preferred name should be indicated with an asterisk: <%s>John Paul* /Smith/<%s>" 7466msgstr "Als een persoon niet bekend was met zijn eerste voornaam, moet de voorkeursnaam getoond worden met een asterisk: <%s>Jan Pieter* /Smid/<%s>" 7467 7468#: resources/views/help/name.phtml:16 7469#, php-format 7470msgid "If the surname is unknown, use empty slashes: <%s>Mary //<%s>" 7471msgstr "Als de achternaam onbekend is, gebruik dan lege schuine strepen: <%s>Marie //<%s>" 7472 7473#: resources/views/admin/webtrees1-thumbnails.phtml:24 7474msgid "If the thumbnail image is a custom image, you should add it to the media object." 7475msgstr "Wanneer de miniatuurafbeelding een eigen aangepaste afbeelding is, moet u deze aan het mediaobject toevoegen." 7476 7477#: resources/views/admin/webtrees1-thumbnails.phtml:23 7478msgid "If the thumbnail image is the same as the original image, it is no longer needed and you should delete it." 7479msgstr "Wanneer de minituurafbeelding identiek is aan het orginieel, dan is deze niet langer nodig en kunt u deze verwijderen." 7480 7481#. I18N: Help text for the “Age at which to assume an individual is dead” configuration setting 7482#: resources/views/admin/trees-privacy.phtml:76 7483msgid "If this individual has any events other than death, burial, or cremation more recent than this number of years, they are considered to be “alive”. Children’s birth dates are considered to be such events for this purpose." 7484msgstr "Als deze persoon andere gebeurtenissen heeft dan overlijden, begrafenis of crematie die recenter zijn dan dit aantal jaren, dan wordt hij geacht in leven te zijn. Geboortedata van kinderen worden als een dergelijke gebeurtenis beschouwd." 7485 7486#. I18N: Help text for the “Media folder” configuration setting 7487#: resources/views/admin/trees-preferences.phtml:254 7488msgid "If two family trees use the same media folder, then they will be able to share media files. If they use different media folders, then their media files will be kept separate." 7489msgstr "Als twee stambomen gebruik maken van dezelfde mediamap, kunnen zij dezelfde mediabestanden gebruiken. Als er verschillende mediamappen worden gebruikt, zijn de mediabestanden gescheiden." 7490 7491#. I18N: Help text for the “Who can upload new media files” configuration setting 7492#: resources/views/admin/trees-preferences.phtml:270 7493msgid "If you are concerned that users might upload inappropriate images, you can restrict media uploads to managers only." 7494msgstr "Om te voorkomen dat gebruikers ongepaste afbeeldingen uploaden, kunt u het uploaden van media alleen tot de managers beperken." 7495 7496#: resources/views/errors/database-connection.phtml:20 7497msgid "If you are the website administrator, you should check that:" 7498msgstr "Bent u de websitebeheerder, controleer dan of:" 7499 7500#: resources/views/errors/database-connection.phtml:35 7501msgid "If you cannot resolve the problem yourself, you can ask for help on the forums at <a href=\"https://webtrees.net\">webtrees.net</a>." 7502msgstr "Als u het probleem niet zelf kunt oplossen, kunt u hulp vragen op de forums bij <a href=\"https://webtrees.net\">webtrees.net</a>." 7503 7504#: resources/views/setup/step-4-database-mysql.phtml:59 7505msgid "If you connect to the database using a UNIX socket, enter the path here and leave the port number empty." 7506msgstr "Wanneer je met een UNIX-poort verbinding maakt met de database, vul dan hier het pad in en laat het poortnummer leeg." 7507 7508#: resources/views/admin/trees-import.phtml:115 7509msgid "If you created this GEDCOM file using genealogy software that omits spaces when splitting long lines, then select this option to reinsert the missing spaces." 7510msgstr "Als u dit GEDCOM-bestand hebt aangemaakt met genealogiesoftware dat spaties weglaat bij het splitsen van lange regels, selecteer dan deze optie om de ontbrekende spaties weer toe te voegen." 7511 7512#: resources/views/emails/password-request-html.phtml:26 7513#: resources/views/emails/password-request-text.phtml:18 7514msgid "If you did not request a new password, please ignore this message." 7515msgstr "Indien u geen nieuw wachtwoord heeft aangevraagd, negeer dan dit bericht." 7516 7517#: resources/views/emails/register-user-html.phtml:34 7518#: resources/views/emails/register-user-text.phtml:22 7519msgid "If you didn’t request an account, you can just delete this message." 7520msgstr "Als u geen account heeft aangevraagd, kunt u dit bericht gewoon verwijderen." 7521 7522#: resources/views/modals/media-file-fields.phtml:74 7523msgid "If you have a large number of media files, you can organize them into folders and subfolders." 7524msgstr "Als u een groot aantal mediabestanden heeft, kunt u ze organiseren in mappen en submappen." 7525 7526#: resources/views/admin/trees-import.phtml:100 7527msgid "If you have created media objects in webtrees, and have subsequently edited this GEDCOM file using genealogy software that deletes media objects, then select this option to merge the current media objects with the new GEDCOM file." 7528msgstr "Als u mediaobjecten hebt aangemaakt in webtrees, en vervolgens dit GEDCOM-bestand hebt bewerkt met genealogiesoftware die mediaobjecten verwijdert, selecteer dan deze optie om de huidige mediaobjecten samen te voegen met het nieuwe GEDCOM-bestand." 7529 7530#: resources/views/admin/site-preferences.phtml:39 7531msgid "If you select a different folder, you must also move all files (except config.ini.php, index.php, and .htaccess) from the existing folder to the new folder." 7532msgstr "Als u een andere map kiest, moet u ook alle bestanden (behalve config.ini.php, index.php en .htaccess) verplaatsen van de oude naar de nieuwe map." 7533 7534#. I18N: Help text for the “Media folder” configuration setting 7535#: resources/views/admin/trees-preferences.phtml:253 7536msgid "If you select a different folder, you must also move any media files from the existing folder to the new one." 7537msgstr "Als u een andere map kiest, moet u ook alle mediabestanden van de bestaande map naar de nieuwe kopiëren." 7538 7539#. I18N: Help text for the “Show living individuals” configuration setting 7540#: resources/views/admin/trees-privacy.phtml:94 7541msgid "If you show living individuals to visitors, all other privacy restrictions are ignored. Do this only if all the data in your tree is public." 7542msgstr "Als u nog levende personen toont aan bezoekers, worden alle andere privacy beperkingen genegeerd. Doe dit alleen als alle gegevens in uw stamboom publiekelijk toegankelijk zijn." 7543 7544#: resources/views/setup/step-2-server-checks.phtml:80 7545msgid "If you try to exceed these limits, you may experience server time-outs and blank pages." 7546msgstr "Als u probeert deze waarden te overschrijden, kan dat leiden tot server time-outs en blanco pagina's." 7547 7548#: app/Http/RequestHandlers/ModulesAnalyticsPage.php:44 7549msgid "If you use one of the following tracking and analytics services, webtrees can add the tracking codes automatically." 7550msgstr "Als u een van de volgende tracking en analytics diensten gebruikt, kan webtrees de tracking code automatisch toevoegen." 7551 7552#: app/Http/RequestHandlers/ManageMediaData.php:369 app/MediaFile.php:331 7553msgid "Image dimensions" 7554msgstr "Afmetingen afbeelding" 7555 7556#: resources/views/admin/trees-preferences.phtml:321 7557msgid "Images without watermarks" 7558msgstr "Afbeeldingen zonder watermerk" 7559 7560#: app/Gedcom.php:631 7561msgid "Immigration" 7562msgstr "Immigratie" 7563 7564#: resources/views/admin/map-import-form.phtml:59 7565#: resources/views/admin/trees.phtml:287 7566msgid "Import" 7567msgstr "Importeer" 7568 7569#: app/Http/RequestHandlers/ImportGedcomPage.php:68 7570msgid "Import a GEDCOM file" 7571msgstr "Een GEDCOM-bestand importeren" 7572 7573#: app/Http/RequestHandlers/ImportThumbnailsPage.php:47 7574#: resources/views/admin/control-panel.phtml:804 7575msgid "Import custom thumbnails from webtrees version 1" 7576msgstr "Aangepaste miniatuurafbeeldingen van webtrees versie 1 importeren" 7577 7578#: app/Http/RequestHandlers/MapDataImportPage.php:75 7579msgid "Import geographic data" 7580msgstr "Importeer geografische gegevens" 7581 7582#: resources/views/admin/trees-import.phtml:79 7583msgid "Import preferences" 7584msgstr "Import opties" 7585 7586#: resources/views/admin/trees-merge.phtml:25 7587#: resources/views/admin/trees-renumber.phtml:22 7588msgid "In a family tree, each record has an internal reference number (called an “XREF”) such as “F123” or “R14”." 7589msgstr "In een stamboom heeft ieder record een intern referentie nummer (dat noemt men een ‘XREF’), zoals ‘F123’ of ‘R14’." 7590 7591#: resources/views/help/romanized.phtml:8 7592msgid "In many cultures it is customary to have a traditional name spelled in the traditional characters and also a romanized version of the name as it would be spelled or pronounced in languages based on the Latin alphabet, such as English.<br><br>If you prefer to use a non-Latin alphabet such as Hebrew, Greek, Russian, Chinese, or Arabic to enter the name in the standard name fields, then you can use this field to enter the same name using the Latin alphabet. Both versions of the name will appear in lists and charts.<br><br>Although this field is labeled “Romanized”, it is not restricted to containing only characters based on the Latin alphabet. This might be of use with Japanese names, where three different alphabets may occur." 7593msgstr "In veel culturen is het gebruikelijk om traditionele namen te spellen in zowel traditionele karakters als een geromaniseerde versie van de naam, zoals het gespeld en uitgesproken zou worden gebaseerd op het Latijnse alfabet (zoals Engels).<br><br>Als u de voorkeur geeft aan het gebruik van een niet-Latijns alfabet, zoals Hebreeuws, Grieks, Russisch, Chinees of Arabisch dan kan dit veld worden gebruikt om dezelfde naam in te voeren met gebruikmaking van het Latijnse alfabet. Beide versies van de naam zullen in lijsten en diagrammen voorkomen.<br><br>Hoewel dit veld aangeduid wordt als Romanisering wordt de inhoud ervan niet beperkt tot karakters uit het Latijnse alfabet. Dit kan van pas komen bij Japanse namen, waar tot drie verschillende alfabetten kunnen voorkomen." 7594 7595#: resources/views/help/hebrew.phtml:8 7596msgid "In many cultures it is customary to have a traditional name spelled in the traditional characters and also a romanized version of the name as it would be spelled or pronounced in languages based on the Latin alphabet, such as English.<br><br>If you prefer to use the Latin alphabet to enter the name in the standard name fields, then you can use this field to enter the same name in the non-Latin alphabet such as Greek, Hebrew, Russian, Arabic, or Chinese. Both versions of the name will appear in lists and charts.<br><br>Although this field is labeled “Hebrew”, it is not restricted to containing only Hebrew characters." 7597msgstr "In veel culturen is het gebruikelijk om traditionele namen te spellen in zowel traditionele karakters als een geromaniseerde versie van de naam, zoals het gespeld en uitgesproken zou worden gebaseerd op het Latijnse alfabet (zoals Engels).<br><br>Als u de voorkeur geeft aan het gebruik van het Latijnse alfabet om namen in te voeren in de standaard naamvelden, dan kan dit veld worden gebruikt om dezelfde naam in een niet-Latijns alfabet in te voeren, zoals Grieks, Hebreeuws, Russisch, Arabisch of Chinees. Beide versies van de naam zullen op lijsten en diagrammen voorkomen.<br><br>Hoewel dit veld wordt aangeduid met ‘Hebreeuws’ is de invoer niet beperkt tot Hebreeuwse karakters." 7598 7599#. I18N: Help text for the “Calendar conversion” configuration setting 7600#: resources/views/admin/trees-preferences.phtml:132 7601msgid "In some calendars, days start at midnight. In other calendars, days start at sunset. The conversion process does not take account of the time, so for any event that occurs between sunset and midnight, the conversion between these types of calendar will be one day out." 7602msgstr "In sommige kalenders beginnen dagen op middernacht. In andere kalenders beginnen dagen op zonsopgang. Het conversieproces houdt geen rekening met de tijd, dus voor elke gebeurtenis die plaatsvindt tussen middernacht en zonsopgang zal een conversie tussen deze kalendertypen een dag missen." 7603 7604#. I18N: Help text for the “Extend privacy to dead individuals” configuration setting 7605#: resources/views/admin/trees-privacy.phtml:113 7606msgid "In some countries, privacy laws apply not only to living individuals, but also to those who have died recently. This option will allow you to extend the privacy rules for living individuals to those who were born or died within a specified number of years. Leave these values empty to disable this feature." 7607msgstr "In sommige landen gelden privacy-regels niet alleen voor levende personen, maar ook voor (recentelijk) overledenen. Deze optie geeft u de mogelijkheid om de privacy-regels uit te breiden van alleen levende personen naar personen die geboren of overleden zijn binnen een gespecificeerd aantal jaar. Laat de waardes leeg om deze mogelijkheid uit te schakelen." 7608 7609#: app/Http/RequestHandlers/CalendarPage.php:123 7610msgid "In this month…" 7611msgstr "In deze maand…" 7612 7613#: app/Http/RequestHandlers/CalendarPage.php:126 7614msgid "In this year…" 7615msgstr "In dit jaar…" 7616 7617#. I18N: "thumbs" is fixed text. Do not change it. 7618#: resources/views/admin/webtrees1-thumbnails.phtml:19 7619msgid "In webtrees version 1, you could add custom thumbnails to media objects by creating files in the “thumbs” folders." 7620msgstr "In webtrees versie 1 kon u aangepaste miniatuurafbeeldingen toevoegen aan het mediaobject door bestanden aan te maken in de “thumbs”-mappen." 7621 7622#: resources/views/admin/webtrees1-thumbnails.phtml:21 7623msgid "In webtrees version 2, custom thumbnails are stored as a second media file in the same media object." 7624msgstr "In webtrees versie 2 worden aangepaste miniatuurafbeeldingen opgeslagen als tweede mediabestand in hetzelfde mediaobject." 7625 7626#: resources/views/admin/trees-unconnected.phtml:30 7627msgid "Include aliases" 7628msgstr "Voeg aliassen toe" 7629 7630#: resources/views/admin/trees-unconnected.phtml:29 7631msgid "Include associates" 7632msgstr "Inclusief gerelateerde personen" 7633 7634#: app/Module/IndividualListModule.php:357 7635#, php-format 7636msgid "Include individuals with “%s” as a married name" 7637msgstr "Neem personen met “%s” als huwelijksnaam mee" 7638 7639#. I18N: Label for check-box 7640#: resources/views/admin/media.phtml:68 7641#: resources/views/modules/media-list/page.phtml:48 7642msgid "Include subfolders" 7643msgstr "Inclusief submappen" 7644 7645#: resources/views/modules/custom-css-js/edit.phtml:39 7646msgid "Include the <code><script></script></code> tags." 7647msgstr "Voeg de <code><script></script></code>-labels toe." 7648 7649#: resources/views/modules/custom-css-js/edit.phtml:27 7650msgid "Include the <code><style></style></code> tags." 7651msgstr "Voeg de <code><style></style></code>-labels toe." 7652 7653#. I18N: Label for a configuration option 7654#: resources/views/modules/lifespans-chart/page.phtml:33 7655msgid "Include the individual’s immediate family" 7656msgstr "Inclusief de naaste familie van deze persoon" 7657 7658#. I18N: Name of a country or state 7659#: app/Statistics/Service/CountryService.php:249 7660msgid "India" 7661msgstr "India" 7662 7663#. I18N: Location of an LDS church temple 7664#: app/Elements/TempleCode.php:113 7665msgid "Indianapolis, Indiana, United States" 7666msgstr "Indianapolis, Indiana, Verenigde Staten" 7667 7668#. I18N: Name of a module/report 7669#: app/Gedcom.php:495 app/Gedcom.php:988 7670#: app/Module/IndividualReportModule.php:40 7671#: resources/views/admin/fix-level-0-media.phtml:37 7672#: resources/views/admin/trees-privacy.phtml:166 7673#: resources/views/admin/trees.phtml:223 7674#: resources/views/modals/link-media-to-individual.phtml:23 7675#: resources/views/modules/ancestors-chart/page.phtml:30 7676#: resources/views/modules/charts/config.phtml:28 7677#: resources/views/modules/compact-chart/page.phtml:25 7678#: resources/views/modules/descendancy_chart/page.phtml:30 7679#: resources/views/modules/family-book-chart/page.phtml:32 7680#: resources/views/modules/fanchart/page.phtml:33 7681#: resources/views/modules/favorites/favorites.phtml:65 7682#: resources/views/modules/hourglass-chart/page.phtml:29 7683#: resources/views/modules/interactive-tree/page.phtml:25 7684#: resources/views/modules/pedigree-chart/page.phtml:30 7685#: resources/views/modules/pedigree-map/page.phtml:25 7686#: resources/views/modules/random_media/slide-show.phtml:63 7687#: resources/views/modules/recent_changes/changes-table.phtml:59 7688#: resources/views/modules/statistics-chart/custom.phtml:31 7689#: resources/views/modules/stories/config.phtml:56 7690#: resources/views/modules/stories/edit.phtml:33 7691#: resources/views/modules/stories/list.phtml:19 7692#: resources/views/modules/timeline-chart/page.phtml:30 7693#: resources/views/search-advanced-page.phtml:32 7694#: resources/xml/reports/ahnentafel_report.xml:6 7695#: resources/xml/reports/descendancy_report.xml:5 7696#: resources/xml/reports/individual_ext_report.xml:5 7697#: resources/xml/reports/individual_report.xml:3 7698#: resources/xml/reports/individual_report.xml:5 7699#: resources/xml/reports/individual_report.xml:88 7700#: resources/xml/reports/missing_facts_report.xml:5 7701#: resources/xml/reports/pedigree_report.xml:5 7702#: resources/xml/reports/relative_ext_report.xml:5 7703msgid "Individual" 7704msgstr "Persoon" 7705 7706#: resources/views/modules/relationships-chart/page.phtml:33 7707msgid "Individual 1" 7708msgstr "Persoon 1" 7709 7710#: resources/views/modules/relationships-chart/page.phtml:42 7711msgid "Individual 2" 7712msgstr "Persoon 2" 7713 7714#: app/Statistics/Google/ChartDistribution.php:317 7715msgid "Individual distribution chart" 7716msgstr "Verdeling per persoon" 7717 7718#: resources/views/admin/tags.phtml:943 7719msgid "Individual facts and events" 7720msgstr "Persoonsfeiten en -gebeurtenissen" 7721 7722#: resources/views/admin/control-panel.phtml:699 7723msgid "Individual page" 7724msgstr "Persoonspagina" 7725 7726#: resources/views/admin/trees-preferences.phtml:421 7727msgid "Individual pages" 7728msgstr "Persoonspagina's" 7729 7730#: resources/views/admin/users-edit.phtml:291 7731#: resources/views/edit-account-page.phtml:57 7732msgid "Individual record" 7733msgstr "Persoonsrecord" 7734 7735#: resources/views/modules/gedcom_stats/config.phtml:57 7736#: resources/views/modules/gedcom_stats/statistics.phtml:210 7737#: resources/views/modules/html/template-statistics.phtml:85 7738msgid "Individual who lived the longest" 7739msgstr "Langst levende persoon" 7740 7741#. I18N: Name of a module/list 7742#: app/Module/AncestorsChartModule.php:260 7743#: app/Module/DescendancyChartModule.php:253 7744#: app/Module/FixSearchAndReplace.php:110 7745#: app/Module/IndividualListModule.php:97 7746#: app/Module/IndividualListModule.php:322 7747#: app/Module/StatisticsChartModule.php:143 7748#: app/Module/StatisticsChartModule.php:283 7749#: app/Module/StatisticsChartModule.php:332 7750#: app/Module/StatisticsChartModule.php:525 7751#: app/Module/StatisticsChartModule.php:587 7752#: app/Module/StatisticsChartModule.php:648 app/Services/AdminService.php:184 7753#: resources/views/admin/control-panel.phtml:320 7754#: resources/views/admin/merge-records-step-1.phtml:54 7755#: resources/views/lists/given-names-table.phtml:29 7756#: resources/views/lists/locations-table.phtml:64 7757#: resources/views/lists/media-table.phtml:79 7758#: resources/views/lists/notes-table.phtml:90 7759#: resources/views/lists/sources-table.phtml:98 7760#: resources/views/lists/submitters-table.phtml:68 7761#: resources/views/lists/surnames-table.phtml:37 7762#: resources/views/modules/census-assistant.phtml:56 7763#: resources/views/modules/gedcom_stats/config.phtml:45 7764#: resources/views/modules/gedcom_stats/statistics.phtml:45 7765#: resources/views/modules/html/template-statistics.phtml:24 7766#: resources/views/modules/place-hierarchy/events.phtml:20 7767#: resources/views/modules/place-hierarchy/sidebar.phtml:39 7768#: resources/views/modules/random_media/config.phtml:20 7769#: resources/views/modules/statistics-chart/custom.phtml:64 7770#: resources/views/modules/statistics-chart/custom.phtml:160 7771#: resources/views/record-page-links.phtml:40 7772#: resources/views/search-general-page.phtml:68 7773#: resources/views/search-results.phtml:37 7774#: resources/xml/reports/fact_sources.xml:54 7775#: resources/xml/reports/fact_sources.xml:258 7776msgid "Individuals" 7777msgstr "Personen" 7778 7779#: app/Statistics/Google/ChartIndividualWithSources.php:84 7780#: resources/views/modules/statistics-chart/chart-sources.phtml:17 7781msgid "Individuals with sources" 7782msgstr "Personen met bronnen" 7783 7784#: app/Module/IndividualListModule.php:431 7785#, php-format 7786msgid "Individuals with surname %s" 7787msgstr "Personen met achternaam %s" 7788 7789#. I18N: Name of a country or state 7790#: app/Statistics/Service/CountryService.php:247 7791msgid "Indonesia" 7792msgstr "Indonesië" 7793 7794#: app/Elements/AgeAtEvent.php:91 7795msgid "infant" 7796msgstr "Minder dan 1 jaar oud" 7797 7798#: app/Elements/RelationIsDescriptor.php:114 7799msgid "Informant" 7800msgstr "Aangever" 7801 7802#: app/Elements/RelationIsDescriptor.php:83 7803msgctxt "FEMALE" 7804msgid "Informant" 7805msgstr "Aangever" 7806 7807#: app/Elements/RelationIsDescriptor.php:62 7808msgctxt "MALE" 7809msgid "Informant" 7810msgstr "Aangever" 7811 7812#. I18N: Name of a module 7813#: app/Module/ChartsBlockModule.php:176 app/Module/ChartsBlockModule.php:258 7814#: app/Module/InteractiveTreeModule.php:49 7815msgid "Interactive tree" 7816msgstr "Interactieve boom" 7817 7818#. I18N: %s is an individual’s name 7819#: app/Module/ChartsBlockModule.php:171 7820#: app/Module/InteractiveTree/TreeView.php:160 7821#: app/Module/InteractiveTreeModule.php:159 7822#, php-format 7823msgid "Interactive tree of %s" 7824msgstr "Interactieve boom van %s" 7825 7826#: app/Gedcom.php:898 7827msgid "Interment" 7828msgstr "Begrafenis" 7829 7830#: app/Services/MessageService.php:224 7831msgid "Internal messaging" 7832msgstr "Interne berichten" 7833 7834#: app/Services/MessageService.php:225 7835msgid "Internal messaging with emails" 7836msgstr "Interne berichten met e-mails" 7837 7838#: app/Http/RequestHandlers/GedcomLoad.php:187 7839msgid "Invalid GEDCOM file - no header record found." 7840msgstr "Ongeldig GEDCOM-bestand - geen headerrecord gevonden." 7841 7842#: app/Http/RequestHandlers/GedcomLoad.php:95 7843msgid "Invalid GEDCOM file - no trailer record found." 7844msgstr "Ongeldig GEDCOM-bestand - geen sluitrecord (TRLR) gevonden." 7845 7846#: app/Exceptions/GedcomErrorException.php:39 7847msgid "Invalid GEDCOM record" 7848msgstr "Ongeldig GEDCOM-record" 7849 7850#: app/Date.php:224 7851msgid "Invalid date" 7852msgstr "Ongeldige datum" 7853 7854#. I18N: Name of a country or state 7855#: app/Statistics/Service/CountryService.php:257 7856msgid "Iran" 7857msgstr "Iran" 7858 7859#. I18N: Name of a country or state 7860#: app/Statistics/Service/CountryService.php:259 7861msgid "Iraq" 7862msgstr "Irak" 7863 7864#. I18N: Name of a country or state 7865#: app/Statistics/Service/CountryService.php:255 7866msgid "Ireland" 7867msgstr "Ierland" 7868 7869#. I18N: Name of a country or state 7870#: app/Statistics/Service/CountryService.php:251 7871msgid "Isle of Man" 7872msgstr "Isle of Man" 7873 7874#. I18N: Name of a country or state 7875#: app/Statistics/Service/CountryService.php:263 7876msgid "Israel" 7877msgstr "Israël" 7878 7879#: resources/views/admin/upgrade/steps.phtml:19 7880msgid "It can take several minutes to download and install the upgrade. Be patient." 7881msgstr "Het kan enkele minuten duren om de upgrade te downloaden en te installeren. Even geduld." 7882 7883#: resources/views/admin/tags.phtml:936 7884msgid "It is not recommended to use custom GEDCOM tags. This data can be lost when you transfer it to other applications." 7885msgstr "Het wordt niet aanbevolen om aangepaste GEDCOM-labels te gebruiken. Deze gegevens kunnen verloren gaan wanneer u ze overzet naar andere programma's." 7886 7887#. I18N: Name of a country or state 7888#: app/Statistics/Service/CountryService.php:265 7889msgid "Italy" 7890msgstr "Italië" 7891 7892#. I18N: a month in the Jewish calendar 7893#: app/Date/JewishDate.php:209 7894msgctxt "GENITIVE" 7895msgid "Iyar" 7896msgstr "Iyar" 7897 7898#. I18N: a month in the Jewish calendar 7899#: app/Date/JewishDate.php:313 7900msgctxt "INSTRUMENTAL" 7901msgid "Iyar" 7902msgstr "Iyar" 7903 7904#. I18N: a month in the Jewish calendar 7905#: app/Date/JewishDate.php:261 7906msgctxt "LOCATIVE" 7907msgid "Iyar" 7908msgstr "Iyar" 7909 7910#. I18N: a month in the Jewish calendar 7911#: app/Date/JewishDate.php:157 7912msgctxt "NOMINATIVE" 7913msgid "Iyar" 7914msgstr "Iyar" 7915 7916#. I18N: The Persian/Jalali calendar 7917#: app/Factories/CalendarDateFactory.php:156 7918#: resources/views/help/date.phtml:201 7919msgid "Jalali" 7920msgstr "Jalali" 7921 7922#. I18N: Name of a country or state 7923#: app/Statistics/Service/CountryService.php:267 7924msgid "Jamaica" 7925msgstr "Jamaica" 7926 7927#: app/Date/AbstractGregorianJulianDate.php:231 7928msgctxt "Abbreviation for January" 7929msgid "Jan" 7930msgstr "jan." 7931 7932#: app/Date/AbstractGregorianJulianDate.php:128 7933msgctxt "GENITIVE" 7934msgid "January" 7935msgstr "januari" 7936 7937#: app/Date/AbstractGregorianJulianDate.php:198 7938msgctxt "INSTRUMENTAL" 7939msgid "January" 7940msgstr "januari" 7941 7942#: app/Date/AbstractGregorianJulianDate.php:163 7943msgctxt "LOCATIVE" 7944msgid "January" 7945msgstr "januari" 7946 7947#: app/Date/AbstractGregorianJulianDate.php:93 7948#: app/Module/StatisticsChartModule.php:789 7949#: resources/views/edit/initialize-calendar-popup.phtml:11 7950msgctxt "NOMINATIVE" 7951msgid "January" 7952msgstr "januari" 7953 7954#. I18N: Name of a country or state 7955#: app/Statistics/Service/CountryService.php:272 7956msgid "Japan" 7957msgstr "Japan" 7958 7959#. I18N: The Hebrew/Jewish calendar 7960#: app/Factories/CalendarDateFactory.php:152 app/Module/YahrzeitModule.php:263 7961#: resources/views/help/date.phtml:169 7962msgid "Jewish" 7963msgstr "Joods" 7964 7965#. I18N: Location of an LDS church temple 7966#: app/Elements/TempleCode.php:114 7967msgid "Johannesburg, South Africa" 7968msgstr "Johannesburg, Zuid Afrika" 7969 7970#. I18N: This should be a common/default/placeholder name of an individual. Put slashes around the surname. 7971#: app/Services/TreeService.php:225 7972msgid "John /DOE/" 7973msgstr "Jan /JANSEN/" 7974 7975#: app/Gedcom.php:1273 7976msgid "Joint family name" 7977msgstr "Gezamenlijke familienaam" 7978 7979#. I18N: Name of a country or state 7980#: app/Statistics/Service/CountryService.php:270 7981msgid "Jordan" 7982msgstr "Jordanië" 7983 7984#. I18N: Location of an LDS church temple 7985#: app/Elements/TempleCode.php:115 7986msgid "Jordan River, Utah, United States" 7987msgstr "Jordan River, Utah, Verenigde Staten" 7988 7989#. I18N: Name of a module 7990#: app/Module/UserJournalModule.php:119 7991msgid "Journal" 7992msgstr "Logboek" 7993 7994#: app/Date/AbstractGregorianJulianDate.php:237 7995msgctxt "Abbreviation for July" 7996msgid "Jul" 7997msgstr "jul." 7998 7999#. I18N: The julian calendar 8000#: app/Factories/CalendarDateFactory.php:148 8001#: resources/views/help/date.phtml:153 8002msgid "Julian" 8003msgstr "Juliaans" 8004 8005#: app/Date/AbstractGregorianJulianDate.php:134 8006msgctxt "GENITIVE" 8007msgid "July" 8008msgstr "juli" 8009 8010#: app/Date/AbstractGregorianJulianDate.php:204 8011msgctxt "INSTRUMENTAL" 8012msgid "July" 8013msgstr "juli" 8014 8015#: app/Date/AbstractGregorianJulianDate.php:169 8016msgctxt "LOCATIVE" 8017msgid "July" 8018msgstr "juli" 8019 8020#: app/Date/AbstractGregorianJulianDate.php:99 8021#: app/Module/StatisticsChartModule.php:795 8022#: resources/views/edit/initialize-calendar-popup.phtml:17 8023msgctxt "NOMINATIVE" 8024msgid "July" 8025msgstr "juli" 8026 8027#. I18N: https://en.wikipedia.org/wiki/Jumada_al-awwal 8028#: app/Date/HijriDate.php:150 8029msgctxt "GENITIVE" 8030msgid "Jumada al-awwal" 8031msgstr "Jumada al-awwal" 8032 8033#. I18N: https://en.wikipedia.org/wiki/Jumada_al-awwal 8034#: app/Date/HijriDate.php:240 8035msgctxt "INSTRUMENTAL" 8036msgid "Jumada al-awwal" 8037msgstr "Jumada al-awwal" 8038 8039#. I18N: https://en.wikipedia.org/wiki/Jumada_al-awwal 8040#: app/Date/HijriDate.php:195 8041msgctxt "LOCATIVE" 8042msgid "Jumada al-awwal" 8043msgstr "Jumada al-awwal" 8044 8045#. I18N: https://en.wikipedia.org/wiki/Jumada_al-awwal 8046#: app/Date/HijriDate.php:105 8047msgctxt "NOMINATIVE" 8048msgid "Jumada al-awwal" 8049msgstr "Jumada al-awwal" 8050 8051#. I18N: https://en.wikipedia.org/wiki/Jumada_al-thani 8052#: app/Date/HijriDate.php:152 8053msgctxt "GENITIVE" 8054msgid "Jumada al-thani" 8055msgstr "Jumada al-thani" 8056 8057#. I18N: https://en.wikipedia.org/wiki/Jumada_al-thani 8058#: app/Date/HijriDate.php:242 8059msgctxt "INSTRUMENTAL" 8060msgid "Jumada al-thani" 8061msgstr "Jumada al-thani" 8062 8063#. I18N: https://en.wikipedia.org/wiki/Jumada_al-thani 8064#: app/Date/HijriDate.php:197 8065msgctxt "LOCATIVE" 8066msgid "Jumada al-thani" 8067msgstr "Jumada al-thani" 8068 8069#. I18N: https://en.wikipedia.org/wiki/Jumada_al-thani 8070#: app/Date/HijriDate.php:107 8071msgctxt "NOMINATIVE" 8072msgid "Jumada al-thani" 8073msgstr "Jumada al-thani" 8074 8075#: app/Date/AbstractGregorianJulianDate.php:236 8076msgctxt "Abbreviation for June" 8077msgid "Jun" 8078msgstr "jun." 8079 8080#: app/Date/AbstractGregorianJulianDate.php:133 8081msgctxt "GENITIVE" 8082msgid "June" 8083msgstr "juni" 8084 8085#: app/Date/AbstractGregorianJulianDate.php:203 8086msgctxt "INSTRUMENTAL" 8087msgid "June" 8088msgstr "juni" 8089 8090#: app/Date/AbstractGregorianJulianDate.php:168 8091msgctxt "LOCATIVE" 8092msgid "June" 8093msgstr "juni" 8094 8095#: app/Date/AbstractGregorianJulianDate.php:98 8096#: app/Module/StatisticsChartModule.php:794 8097#: resources/views/edit/initialize-calendar-popup.phtml:16 8098msgctxt "NOMINATIVE" 8099msgid "June" 8100msgstr "juni" 8101 8102#. I18N: Location of an LDS church temple 8103#: app/Elements/TempleCode.php:116 8104msgid "Kansas City, Missouri, United States" 8105msgstr "Kansas City, Missouri, Verenigde Staten" 8106 8107#. I18N: Name of a country or state 8108#: app/Statistics/Service/CountryService.php:274 8109msgid "Kazakhstan" 8110msgstr "Kazachstan" 8111 8112#. I18N: A configuration setting 8113#: resources/views/admin/trees-import.phtml:93 8114msgid "Keep media objects" 8115msgstr "Mediaobjecten behouden" 8116 8117#: resources/views/modals/on-screen-keyboard.phtml:44 8118msgid "Keep open" 8119msgstr "Openhouden" 8120 8121#. I18N: A configuration setting 8122#: resources/views/admin/trees-preferences.phtml:735 8123#: resources/views/edit/edit-fact.phtml:34 8124#: resources/views/edit/edit-record.phtml:34 8125msgid "Keep the existing “last change” information" 8126msgstr "Behoud de bestaande “laatste wijziging” informatie" 8127 8128#. I18N: Name of a country or state 8129#: app/Statistics/Service/CountryService.php:276 8130msgid "Kenya" 8131msgstr "Kenia" 8132 8133#: app/Module/HtmlBlockModule.php:193 8134msgid "Keyword examples" 8135msgstr "Voorbeelden van trefwoorden" 8136 8137#: app/Date/JalaliDate.php:275 8138msgctxt "Abbreviation for Persian month: Khordad" 8139msgid "Khor" 8140msgstr "Khor" 8141 8142#. I18N: 3rd month in the Persian/Jalali calendar 8143#: app/Date/JalaliDate.php:143 8144msgctxt "GENITIVE" 8145msgid "Khordad" 8146msgstr "Khordad" 8147 8148#. I18N: 3rd month in the Persian/Jalali calendar 8149#: app/Date/JalaliDate.php:233 8150msgctxt "INSTRUMENTAL" 8151msgid "Khordad" 8152msgstr "Khordad" 8153 8154#. I18N: 3rd month in the Persian/Jalali calendar 8155#: app/Date/JalaliDate.php:188 8156msgctxt "LOCATIVE" 8157msgid "Khordad" 8158msgstr "Khordad" 8159 8160#. I18N: 3rd month in the Persian/Jalali calendar 8161#: app/Date/JalaliDate.php:98 8162msgctxt "NOMINATIVE" 8163msgid "Khordad" 8164msgstr "Khordad" 8165 8166#. I18N: Name of a country or state 8167#: app/Statistics/Service/CountryService.php:282 8168msgid "Kiribati" 8169msgstr "Kiribati" 8170 8171#. I18N: a month in the Jewish calendar 8172#: app/Date/JewishDate.php:197 8173msgctxt "GENITIVE" 8174msgid "Kislev" 8175msgstr "Kislev" 8176 8177#. I18N: a month in the Jewish calendar 8178#: app/Date/JewishDate.php:301 8179msgctxt "INSTRUMENTAL" 8180msgid "Kislev" 8181msgstr "Kislev" 8182 8183#. I18N: a month in the Jewish calendar 8184#: app/Date/JewishDate.php:249 8185msgctxt "LOCATIVE" 8186msgid "Kislev" 8187msgstr "Kislev" 8188 8189#. I18N: a month in the Jewish calendar 8190#: app/Date/JewishDate.php:145 8191msgctxt "NOMINATIVE" 8192msgid "Kislev" 8193msgstr "Kislev" 8194 8195#. I18N: Location of an LDS church temple 8196#: app/Elements/TempleCode.php:117 8197msgid "Kona, Hawaii, United States" 8198msgstr "Kona, Hawaï" 8199 8200#. I18N: Name of a country or state 8201#: app/Statistics/Service/CountryService.php:286 8202msgid "Korea" 8203msgstr "Republiek Korea" 8204 8205#. I18N: Name of a country or state 8206#: app/Statistics/Service/CountryService.php:288 8207msgid "Kuwait" 8208msgstr "Koeweit" 8209 8210#. I18N: Location of an LDS church temple 8211#: app/Elements/TempleCode.php:118 8212msgid "Kyiv, Ukraine" 8213msgstr "Kiev, Oekraïne" 8214 8215#. I18N: Name of a country or state 8216#: app/Statistics/Service/CountryService.php:278 8217msgid "Kyrgyzstan" 8218msgstr "Kirgizië" 8219 8220#: app/Gedcom.php:547 8221msgid "LDS baptism" 8222msgstr "LDS-doop" 8223 8224#: app/Gedcom.php:686 8225msgid "LDS child sealing" 8226msgstr "LDS-kindverzegeling" 8227 8228#: resources/views/admin/tags.phtml:719 8229msgid "LDS church" 8230msgstr "LDS-kerk" 8231 8232#: app/Gedcom.php:588 8233msgid "LDS confirmation" 8234msgstr "LDS-bevestiging" 8235 8236#: app/Gedcom.php:608 8237msgid "LDS endowment" 8238msgstr "LDS-schenking" 8239 8240#: app/Gedcom.php:441 8241msgid "LDS spouse sealing" 8242msgstr "LDS-verzegeling aan huwelijkspartner" 8243 8244#: app/Gedcom.php:971 app/Gedcom.php:985 app/Gedcom.php:989 app/Gedcom.php:1004 8245msgid "Label" 8246msgstr "Label" 8247 8248#. I18N: Location of an LDS church temple 8249#: app/Elements/TempleCode.php:107 8250msgid "Laie, Hawaii, United States" 8251msgstr "Laie, Hawaï" 8252 8253#. I18N: page orientation 8254#: app/Http/RequestHandlers/TreePreferencesPage.php:103 8255#: resources/xml/reports/change_report.xml:10 8256#: resources/xml/reports/pedigree_report.xml:7 8257msgid "Landscape" 8258msgstr "Liggend" 8259 8260#. I18N: A configuration setting 8261#: app/Gedcom.php:470 app/Gedcom.php:812 app/Gedcom.php:1186 8262#: app/Module/ModuleLanguageTrait.php:49 app/Module/ModuleThemeTrait.php:253 8263#: resources/views/admin/modules.phtml:264 8264#: resources/views/admin/modules.phtml:267 8265#: resources/views/admin/site-preferences.phtml:78 8266#: resources/views/admin/users-edit.phtml:126 8267#: resources/views/admin/users.phtml:29 8268#: resources/views/edit-account-page.phtml:102 8269#: resources/views/layouts/administration.phtml:56 8270#: resources/views/setup/step-1-language.phtml:42 8271msgid "Language" 8272msgstr "Taal" 8273 8274#: app/Http/RequestHandlers/ModulesLanguagesPage.php:43 8275#: resources/views/admin/control-panel.phtml:599 8276#: resources/views/admin/modules.phtml:122 8277#: resources/views/admin/modules.phtml:124 8278msgid "Languages" 8279msgstr "Talen" 8280 8281#. I18N: Name of a country or state 8282#: app/Statistics/Service/CountryService.php:290 8283msgid "Laos" 8284msgstr "Laos" 8285 8286#: resources/views/setup/step-2-server-checks.phtml:72 8287msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 8288msgstr "Grote systemen (50000 personen): 64-128 MB, 40-80 seconden" 8289 8290#: app/Statistics/Google/ChartFamilyLargest.php:108 8291#: resources/views/modules/statistics-chart/children.phtml:41 8292msgid "Largest families" 8293msgstr "Grootste gezinnen" 8294 8295#: resources/views/modules/statistics-chart/children.phtml:50 8296msgid "Largest number of grandchildren" 8297msgstr "Grootste aantal kleinkinderen" 8298 8299#. I18N: Location of an LDS church temple 8300#: app/Elements/TempleCode.php:125 8301msgid "Las Vegas, Nevada, United States" 8302msgstr "Las Vegas, Nevada, Verenigde Staten" 8303 8304#: app/Gedcom.php:410 app/Gedcom.php:576 app/Gedcom.php:708 app/Gedcom.php:728 8305#: app/Gedcom.php:759 app/Gedcom.php:775 app/Gedcom.php:806 app/Gedcom.php:822 8306#: app/Gedcom.php:930 app/Gedcom.php:1147 8307#: resources/views/lists/families-table.phtml:234 8308#: resources/views/lists/individuals-table.phtml:262 8309#: resources/views/lists/locations-table.phtml:66 8310#: resources/views/lists/media-table.phtml:82 8311#: resources/views/lists/notes-table.phtml:94 8312#: resources/views/lists/repositories-table.phtml:52 8313#: resources/views/lists/sources-table.phtml:102 8314#: resources/views/lists/submitters-table.phtml:70 8315#: resources/views/modules/gedcom_stats/config.phtml:31 8316#: resources/views/modules/recent_changes/changes-table.phtml:46 8317#: resources/xml/reports/change_report.xml:66 8318#: resources/xml/reports/change_report.xml:108 8319msgid "Last change" 8320msgstr "Laatste wijziging" 8321 8322#: app/Module/ReviewChangesModule.php:161 8323msgid "Last email reminder was sent " 8324msgstr "De laatste e-mailherinnering is verstuurd op " 8325 8326#: resources/views/modules/statistics-chart/other-events.phtml:29 8327msgid "Last event" 8328msgstr "Laatste gebeurtenis" 8329 8330#: resources/views/admin/users.phtml:33 8331msgid "Last signed in" 8332msgstr "Laatst aangemeld" 8333 8334#: resources/views/modules/gedcom_stats/config.phtml:54 8335#: resources/views/modules/gedcom_stats/statistics.phtml:177 8336#: resources/views/modules/html/template-statistics.phtml:73 8337#: resources/views/modules/statistics-chart/individual-events.phtml:47 8338msgid "Latest birth" 8339msgstr "Laatste geboorte" 8340 8341#: resources/views/modules/gedcom_stats/config.phtml:56 8342#: resources/views/modules/gedcom_stats/statistics.phtml:199 8343#: resources/views/modules/html/template-statistics.phtml:81 8344#: resources/views/modules/statistics-chart/individual-events.phtml:91 8345msgid "Latest death" 8346msgstr "Laatste overlijden" 8347 8348#: resources/views/modules/statistics-chart/family-totals.phtml:92 8349msgid "Latest divorce" 8350msgstr "Meest recente echtscheiding" 8351 8352#: resources/views/modules/statistics-chart/family-totals.phtml:48 8353msgid "Latest marriage" 8354msgstr "Meest recente huwelijk" 8355 8356#: app/Gedcom.php:387 app/Gedcom.php:518 app/Gedcom.php:1158 8357#: app/Gedcom.php:1180 resources/views/admin/location-edit.phtml:45 8358#: resources/views/admin/locations.phtml:43 8359#: resources/views/edit/input-addon-coordinates.phtml:12 8360#: resources/views/edit/input-addon-coordinates.phtml:15 8361#: resources/views/fact-place.phtml:33 8362#: resources/views/modules/place-hierarchy/popup.phtml:23 8363msgid "Latitude" 8364msgstr "Breedtegraad" 8365 8366#. I18N: Name of a country or state 8367#: app/Statistics/Service/CountryService.php:310 8368msgid "Latvia" 8369msgstr "Letland" 8370 8371#: resources/views/modules/ancestors-chart/page.phtml:48 8372#: resources/views/modules/descendancy_chart/page.phtml:48 8373#: resources/views/modules/fanchart/page.phtml:42 8374#: resources/views/modules/hourglass-chart/page.phtml:47 8375#: resources/views/modules/pedigree-chart/page.phtml:48 8376#: resources/views/modules/recent_changes/config.phtml:31 8377#: resources/views/modules/todays_events/config.phtml:37 8378#: resources/views/modules/top10_givnnames/config.phtml:24 8379#: resources/views/modules/top10_surnames/config.phtml:24 8380#: resources/views/modules/upcoming_events/config.phtml:49 8381#: resources/views/modules/yahrzeit/config.phtml:30 8382msgid "Layout" 8383msgstr "Opmaak" 8384 8385#: resources/views/edit-account-page.phtml:95 8386msgid "Leave the password blank if you want to keep the current password." 8387msgstr "Laat het wachtwoord leeg om het huidige wachtwoord te behouden." 8388 8389#: resources/views/admin/media-upload.phtml:51 8390msgid "Leave this entry blank to keep the original filename" 8391msgstr "Laat dit veld leeg om de oorspronkelijke bestandsnaam te behouden" 8392 8393#: resources/views/lists/families-table.phtml:186 8394#: resources/views/lists/individuals-table.phtml:233 8395msgid "Leaves" 8396msgstr "Bladeren" 8397 8398#. I18N: Name of a country or state 8399#: app/Statistics/Service/CountryService.php:292 8400msgid "Lebanon" 8401msgstr "Libanon" 8402 8403#. I18N: Name of a module - historic/obsolete URLs. 8404#: app/Module/RedirectLegacyUrlsModule.php:125 8405msgid "Legacy URLs" 8406msgstr "Verouderde URL's" 8407 8408#: app/Gedcom.php:1501 8409msgid "Legatee" 8410msgstr "Legataris" 8411 8412#: resources/views/modules/statistics-chart/marriage-length.phtml:10 8413msgid "Length of marriage" 8414msgstr "Duur van huwelijk" 8415 8416#. I18N: Name of a country or state 8417#: app/Statistics/Service/CountryService.php:304 8418msgid "Lesotho" 8419msgstr "Lesotho" 8420 8421#: resources/xml/reports/ahnentafel_report.xml:13 8422#: resources/xml/reports/bdm_report.xml:12 8423#: resources/xml/reports/birth_report.xml:10 8424#: resources/xml/reports/cemetery_report.xml:8 8425#: resources/xml/reports/change_report.xml:9 8426#: resources/xml/reports/death_report.xml:11 8427#: resources/xml/reports/descendancy_report.xml:8 8428#: resources/xml/reports/fact_sources.xml:8 8429#: resources/xml/reports/family_group_report.xml:11 8430#: resources/xml/reports/individual_ext_report.xml:12 8431#: resources/xml/reports/individual_report.xml:9 8432#: resources/xml/reports/marriage_report.xml:10 8433#: resources/xml/reports/missing_facts_report.xml:8 8434#: resources/xml/reports/occupation_report.xml:7 8435#: resources/xml/reports/pedigree_report.xml:8 8436#: resources/xml/reports/relative_ext_report.xml:8 8437msgctxt "paper size" 8438msgid "Letter" 8439msgstr "Letter-formaat" 8440 8441#. I18N: Name of a country or state 8442#: app/Statistics/Service/CountryService.php:294 8443msgid "Liberia" 8444msgstr "Liberië" 8445 8446#. I18N: Name of a country or state 8447#: app/Statistics/Service/CountryService.php:296 8448msgid "Libya" 8449msgstr "Libië" 8450 8451#. I18N: Name of a country or state 8452#: app/Statistics/Service/CountryService.php:300 8453msgid "Liechtenstein" 8454msgstr "Liechtenstein" 8455 8456#: resources/views/modules/statistics-chart/lifespan.phtml:10 8457msgid "Lifespan" 8458msgstr "Levensduur" 8459 8460#. I18N: Name of a module/chart 8461#: app/Module/LifespansChartModule.php:107 8462msgid "Lifespans" 8463msgstr "Levensduren" 8464 8465#. I18N: Location of an LDS church temple 8466#: app/Elements/TempleCode.php:120 8467msgid "Lima, Peru" 8468msgstr "Lima, Peru" 8469 8470#: resources/views/admin/gedcom-export-options.phtml:53 8471msgid "Line endings" 8472msgstr "Regeleinden" 8473 8474#: app/Http/RequestHandlers/FixLevel0MediaPage.php:48 8475#: resources/views/admin/control-panel.phtml:798 8476msgid "Link media objects to facts and events" 8477msgstr "Koppel mediaobjecten aan feiten en gebeurtenissen" 8478 8479#. I18N: You need to: 8480#: resources/views/emails/verify-notify-html.phtml:41 8481#: resources/views/emails/verify-notify-text.phtml:27 8482msgid "Link the user account to an individual." 8483msgstr "Koppel het gebruikersaccount aan een persoon." 8484 8485#: app/Http/RequestHandlers/LinkChildToFamilyPage.php:49 8486#: resources/views/modules/relatives/tab.phtml:124 8487msgid "Link this individual to an existing family as a child" 8488msgstr "Koppel deze persoon als kind aan een bestaand gezin" 8489 8490#: resources/views/media-page-menu.phtml:61 8491#: resources/views/modals/link-media-to-family.phtml:18 8492msgid "Link this media object to a family" 8493msgstr "Koppel dit mediaobject aan een gezin" 8494 8495#: resources/views/media-page-menu.phtml:66 8496#: resources/views/modals/link-media-to-source.phtml:18 8497msgid "Link this media object to a source" 8498msgstr "Koppel dit mediaobject aan een bron" 8499 8500#: resources/views/media-page-menu.phtml:56 8501#: resources/views/modals/link-media-to-individual.phtml:18 8502msgid "Link this media object to an individual" 8503msgstr "Koppel dit mediaobject aan een persoon" 8504 8505#: resources/views/admin/users-edit.phtml:305 8506msgid "Link this user to an individual in the family tree." 8507msgstr "Koppel deze gebruiker aan een persoon in de stamboom." 8508 8509#: resources/views/chart-box.phtml:113 resources/views/chart-box.phtml:125 8510#: resources/views/chart-box.phtml:126 8511msgid "Links" 8512msgstr "Koppelingen" 8513 8514#: resources/views/admin/modules.phtml:216 8515#: resources/views/admin/modules.phtml:219 8516msgid "List" 8517msgstr "Lijst" 8518 8519#. I18N: Name of a module 8520#: app/Http/RequestHandlers/ModulesListsPage.php:43 8521#: app/Module/ListsMenuModule.php:55 app/Module/ListsMenuModule.php:101 8522#: resources/views/admin/control-panel.phtml:678 8523#: resources/views/admin/modules.phtml:98 8524#: resources/views/admin/modules.phtml:100 8525#: resources/views/admin/trees-preferences.phtml:331 8526msgid "Lists" 8527msgstr "Lijsten" 8528 8529#. I18N: Name of a country or state 8530#: app/Statistics/Service/CountryService.php:306 8531msgid "Lithuania" 8532msgstr "Litouwen" 8533 8534#: app/SurnameTradition.php:107 8535msgctxt "Surname tradition" 8536msgid "Lithuanian" 8537msgstr "Litouws" 8538 8539#: app/Statistics/Google/ChartMortality.php:71 8540msgid "Living" 8541msgstr "Levend" 8542 8543#: resources/views/calendar-page.phtml:125 8544msgid "Living individuals" 8545msgstr "Levende personen" 8546 8547#: resources/views/lists/datatables-attributes.phtml:30 8548msgid "Loading…" 8549msgstr "Laden…" 8550 8551#. I18N: “Local files” are stored on this computer 8552#: resources/views/admin/media.phtml:40 8553msgid "Local files" 8554msgstr "Lokale bestanden" 8555 8556#: app/Gedcom.php:1048 app/Gedcom.php:1100 app/Gedcom.php:1146 8557#: app/Gedcom.php:1401 resources/views/lists/locations-table.phtml:63 8558msgid "Location" 8559msgstr "Locatie" 8560 8561#. I18N: Name of a module/list 8562#: app/Module/FixSearchAndReplace.php:111 app/Module/LocationListModule.php:70 8563#: app/Module/LocationListModule.php:163 8564#: resources/views/admin/merge-records-step-1.phtml:61 8565#: resources/views/lists/locations-table.phtml:58 8566#: resources/views/modules/place-hierarchy/sidebar.phtml:52 8567#: resources/views/record-page-links.phtml:103 8568#: resources/views/search-general-page.phtml:115 8569#: resources/views/search-results.phtml:92 8570msgid "Locations" 8571msgstr "Locaties" 8572 8573#: app/Elements/RelationIsDescriptor.php:115 8574msgid "Lodger" 8575msgstr "Kamerbewoner" 8576 8577#: app/Elements/RelationIsDescriptor.php:84 8578msgctxt "FEMALE" 8579msgid "Lodger" 8580msgstr "Kamerbewoonster" 8581 8582#: app/Elements/RelationIsDescriptor.php:63 8583msgctxt "MALE" 8584msgid "Lodger" 8585msgstr "Kamerbewoner" 8586 8587#. I18N: Location of an LDS church temple 8588#: app/Elements/TempleCode.php:121 8589msgid "Logan, Utah, United States" 8590msgstr "Logan, Utah, Verenigde Staten" 8591 8592#. I18N: Location of an LDS church temple 8593#: app/Elements/TempleCode.php:122 8594msgid "London, England" 8595msgstr "London, Engeland" 8596 8597#. I18N: Help text for the “Maximum number of surnames on individual list” configuration setting 8598#: resources/views/admin/trees-preferences.phtml:361 8599msgid "Long lists of individuals with the same surname can be broken into smaller sub-lists according to the first letter of the individual’s given name.<br><br>This option determines when sub-listing of surnames will occur. To disable sub-listing completely, set this option to zero." 8600msgstr "Lange lijsten personen met dezelfde achternaam kunnen worden opgedeeld in kleinere sub-lijsten overeenkomstig de eerste letter van de voornaam.<br><br>Deze optie bepaalt wanneer sub-lijsten van achternamen van personen worden gemaakt. Om geen sub-lijsten te laten maken moet deze optie ingesteld worden op nul." 8601 8602#: resources/views/modules/statistics-chart/marriage-length.phtml:17 8603msgid "Longest marriage" 8604msgstr "Langste huwelijk" 8605 8606#: app/Gedcom.php:388 app/Gedcom.php:519 app/Gedcom.php:1159 8607#: app/Gedcom.php:1181 resources/views/admin/location-edit.phtml:56 8608#: resources/views/admin/locations.phtml:44 8609#: resources/views/edit/input-addon-coordinates.phtml:12 8610#: resources/views/edit/input-addon-coordinates.phtml:15 8611#: resources/views/fact-place.phtml:34 8612#: resources/views/modules/place-hierarchy/popup.phtml:27 8613msgid "Longitude" 8614msgstr "Lengtegraad" 8615 8616#. I18N: Location of an LDS church temple 8617#: app/Elements/TempleCode.php:119 8618msgid "Los Angeles, California, United States" 8619msgstr "Los Angeles, Californië" 8620 8621#. I18N: Location of an LDS church temple 8622#: app/Elements/TempleCode.php:123 8623msgid "Louisville, Kentucky, United States" 8624msgstr "Louisville, Kentucky, Verenigde Staten" 8625 8626#. I18N: Location of an LDS church temple 8627#: app/Elements/TempleCode.php:124 8628msgid "Lubbock, Texas, United States" 8629msgstr "Lubbock, Texas, Verenigde Staten" 8630 8631#. I18N: Name of a country or state 8632#: app/Statistics/Service/CountryService.php:308 8633msgid "Luxembourg" 8634msgstr "Luxemburg" 8635 8636#. I18N: Name of a country or state 8637#: app/Statistics/Service/CountryService.php:312 8638msgid "Macau" 8639msgstr "Macao (China)" 8640 8641#. I18N: Name of a country or state 8642#: app/Statistics/Service/CountryService.php:329 8643msgid "Macedonia" 8644msgstr "Voormalig Joegoslavische Republiek Macedonië" 8645 8646#. I18N: Name of a country or state 8647#: app/Statistics/Service/CountryService.php:321 8648msgid "Madagascar" 8649msgstr "Madagascar" 8650 8651#. I18N: Location of an LDS church temple 8652#: app/Elements/TempleCode.php:126 8653msgid "Madrid, Spain" 8654msgstr "Madrid, Spanje" 8655 8656#. I18N: Type of media object 8657#: app/Elements/SourceMediaType.php:69 8658msgid "Magazine" 8659msgstr "Tijdschrift" 8660 8661#. I18N: https://en.wikipedia.org/wiki/Maidenhead_Locator_System 8662#: app/Gedcom.php:1050 app/Gedcom.php:1102 app/Gedcom.php:1220 8663#: app/Gedcom.php:1255 app/Gedcom.php:1287 8664msgid "Maidenhead location code" 8665msgstr "Maidenhead-locatiecode" 8666 8667#: app/Services/MessageService.php:227 8668msgid "Mailto link" 8669msgstr "‘Mail naar’-link" 8670 8671#. I18N: Name of a country or state 8672#: app/Statistics/Service/CountryService.php:353 8673msgid "Malawi" 8674msgstr "Malawi" 8675 8676#. I18N: Name of a country or state 8677#: app/Statistics/Service/CountryService.php:355 8678msgid "Malaysia" 8679msgstr "Maleisië" 8680 8681#. I18N: Name of a country or state 8682#: app/Statistics/Service/CountryService.php:323 8683msgid "Maldives" 8684msgstr "Maldiven" 8685 8686#: app/Elements/SexValue.php:85 app/Module/StatisticsChartModule.php:776 8687msgid "Male" 8688msgstr "Man" 8689 8690#: app/Statistics/Google/ChartAge.php:113 8691#: app/Statistics/Google/ChartMarriageAge.php:136 8692#: app/Statistics/Google/ChartSex.php:62 8693#: resources/views/calendar-page.phtml:146 8694#: resources/views/lists/families-table.phtml:113 8695#: resources/views/lists/families-table.phtml:128 8696#: resources/views/lists/families-table.phtml:140 8697#: resources/views/lists/individuals-table.phtml:129 8698#: resources/views/lists/individuals-table.phtml:144 8699#: resources/views/lists/individuals-table.phtml:156 8700#: resources/views/modules/gedcom_stats/statistics.phtml:54 8701#: resources/views/modules/gedcom_stats/statistics.phtml:226 8702#: resources/views/modules/html/template-statistics.phtml:28 8703#: resources/views/modules/statistics-chart/greatest-age.phtml:17 8704#: resources/views/modules/statistics-chart/lifespan.phtml:26 8705#: resources/views/modules/statistics-chart/oldest-living.phtml:17 8706#: resources/views/modules/top10_givnnames/block.phtml:14 8707msgid "Males" 8708msgstr "Mannen" 8709 8710#. I18N: Name of a country or state 8711#: app/Statistics/Service/CountryService.php:331 8712msgid "Mali" 8713msgstr "Mali" 8714 8715#. I18N: Name of a country or state 8716#: app/Statistics/Service/CountryService.php:333 8717msgid "Malta" 8718msgstr "Malta" 8719 8720#: app/Http/RequestHandlers/ManageTrees.php:87 8721#: resources/views/admin/changes-log.phtml:31 8722#: resources/views/admin/data-fix-page.phtml:24 8723#: resources/views/admin/data-fix-select.phtml:20 8724#: resources/views/admin/merge-records-step-1.phtml:41 8725#: resources/views/admin/merge-records-step-2.phtml:23 8726#: resources/views/admin/trees-check.phtml:17 8727#: resources/views/admin/trees-duplicates.phtml:18 8728#: resources/views/admin/trees-export.phtml:18 8729#: resources/views/admin/trees-import.phtml:23 8730#: resources/views/admin/trees-preferences.phtml:38 8731#: resources/views/admin/trees-privacy.phtml:22 8732#: resources/views/admin/trees-renumber.phtml:17 8733#: resources/views/admin/trees-unconnected.phtml:22 8734msgid "Manage family trees" 8735msgstr "Beheer stambomen" 8736 8737#: app/Http/RequestHandlers/ManageMediaPage.php:67 8738#: resources/views/admin/control-panel.phtml:786 8739#: resources/views/admin/media-upload.phtml:18 8740msgid "Manage media" 8741msgstr "Beheer media" 8742 8743#. I18N: Listbox entry; name of a role 8744#: app/Http/RequestHandlers/UserEditPage.php:104 8745#: resources/views/admin/gedcom-export-options.phtml:68 8746#: resources/views/admin/gedcom-export-options.phtml:70 8747#: resources/views/admin/users-edit.phtml:267 8748msgid "Manager" 8749msgstr "Manager" 8750 8751#: resources/views/admin/control-panel.phtml:483 8752msgid "Managers" 8753msgstr "Managers" 8754 8755#. I18N: Location of an LDS church temple 8756#: app/Elements/TempleCode.php:127 8757msgid "Manaus, Brazil" 8758msgstr "Manaus, Brazilië" 8759 8760#. I18N: Location of an LDS church temple 8761#: app/Elements/TempleCode.php:128 8762msgid "Manhattan, New York, United States" 8763msgstr "Manhattan, New York, Verenigde Staten" 8764 8765#. I18N: Location of an LDS church temple 8766#: app/Elements/TempleCode.php:129 8767msgid "Manila, Philippines" 8768msgstr "Manila, Philippijnen" 8769 8770#. I18N: Location of an LDS church temple 8771#: app/Elements/TempleCode.php:130 8772msgid "Manti, Utah, United States" 8773msgstr "Manti, Utah, Verenigde Staten" 8774 8775#. I18N: Type of media object 8776#: app/Elements/SourceMediaType.php:70 8777msgid "Manuscript" 8778msgstr "Manuscript" 8779 8780#: resources/views/admin/tags.phtml:934 8781msgid "Many genealogy applications define their own custom GEDCOM tags and webtrees will be able to display most of them." 8782msgstr "Veel genealogieprogramma's definiëren hun eigen aangepaste GEDCOM-labels en webtrees zal de meeste ervan kunnen weergeven." 8783 8784#. I18N: Help text for the “GEDCOM errors” configuration setting 8785#: resources/views/admin/trees-preferences.phtml:621 8786msgid "Many genealogy programs create GEDCOM files with custom tags, and webtrees understands most of them. When unrecognized tags are found, this option lets you choose whether to ignore them or display a warning message." 8787msgstr "Veel genealogieprogramma's maken GEDCOM-bestanden met eigen labels aan en webtrees begrijpt de meeste daarvan. Als echter onherkenbare labels worden gevonden laat deze optie u kiezen of deze moeten worden genegeerd of dat er een waarschuwing wordt getoond." 8788 8789#. I18N: Type of media object 8790#: app/Elements/SourceMediaType.php:71 8791#: resources/views/admin/control-panel.phtml:815 8792#: resources/views/modules/statistics-chart/custom.phtml:60 8793msgid "Map" 8794msgstr "Landkaart" 8795 8796#: app/Module/ModuleMapLinkTrait.php:39 8797msgid "Map link" 8798msgstr "Kaartkoppeling" 8799 8800#. I18N: Links to maps 8801#: app/Http/RequestHandlers/ModulesMapLinksPage.php:43 8802#: resources/views/admin/control-panel.phtml:641 8803msgid "Map links" 8804msgstr "Kaartkoppelingen" 8805 8806#: app/Http/RequestHandlers/ModulesMapProvidersPage.php:43 8807#: app/Services/LeafletJsService.php:69 8808#: resources/views/admin/control-panel.phtml:648 8809msgid "Map providers" 8810msgstr "Kaartaanbieders" 8811 8812#. I18N: mapbox.com 8813#: app/Module/MapBox.php:82 8814msgid "Mapbox" 8815msgstr "Mapbox" 8816 8817#: app/Date/AbstractGregorianJulianDate.php:233 8818msgctxt "Abbreviation for March" 8819msgid "Mar" 8820msgstr "mrt." 8821 8822#: app/Date/AbstractGregorianJulianDate.php:130 8823msgctxt "GENITIVE" 8824msgid "March" 8825msgstr "maart" 8826 8827#: app/Date/AbstractGregorianJulianDate.php:200 8828msgctxt "INSTRUMENTAL" 8829msgid "March" 8830msgstr "maart" 8831 8832#: app/Date/AbstractGregorianJulianDate.php:165 8833msgctxt "LOCATIVE" 8834msgid "March" 8835msgstr "maart" 8836 8837#: app/Date/AbstractGregorianJulianDate.php:95 8838#: app/Module/StatisticsChartModule.php:791 8839#: resources/views/edit/initialize-calendar-popup.phtml:13 8840msgctxt "NOMINATIVE" 8841msgid "March" 8842msgstr "maart" 8843 8844#. I18N: Help text for the “Format text and notes” configuration setting 8845#: resources/views/admin/trees-preferences.phtml:593 8846msgid "Markdown is a simple system of formatting, used on websites such as Wikipedia. It uses unobtrusive punctuation characters to create headings and sub-headings, bold and italic text, lists, tables, etc." 8847msgstr "Markdown is een eenvoudig opmaak systeem dat wordt gebruikt op websites zoals Wikipedia. Het systeem maakt gebruik van simpele tekens om headers en subheaders, vetgedrukte en schuine tekst, lijsten, tabellen enz. te maken." 8848 8849#: app/Gedcom.php:428 app/Module/BranchesListModule.php:445 8850#: resources/views/calendar-page.phtml:189 8851#: resources/views/lists/families-table.phtml:198 8852#: resources/views/lists/families-table.phtml:203 8853#: resources/views/lists/families-table.phtml:226 8854#: resources/views/modules/relatives/family.phtml:143 8855#: resources/xml/reports/ahnentafel_report.xml:449 8856#: resources/xml/reports/bdm_report.xml:78 8857#: resources/xml/reports/descendancy_report.xml:575 8858#: resources/xml/reports/family_group_report.xml:377 8859#: resources/xml/reports/missing_facts_report.xml:23 8860#: resources/xml/reports/pedigree_report.xml:76 8861#: resources/xml/reports/pedigree_report.xml:77 8862#: resources/xml/reports/pedigree_report.xml:97 8863#: resources/xml/reports/pedigree_report.xml:98 8864#: resources/xml/reports/pedigree_report.xml:137 8865#: resources/xml/reports/pedigree_report.xml:138 8866#: resources/xml/reports/pedigree_report.xml:178 8867#: resources/xml/reports/pedigree_report.xml:179 8868#: resources/xml/reports/pedigree_report.xml:221 8869#: resources/xml/reports/pedigree_report.xml:222 8870#: resources/xml/reports/pedigree_report.xml:264 8871#: resources/xml/reports/pedigree_report.xml:265 8872#: resources/xml/reports/pedigree_report.xml:307 8873#: resources/xml/reports/pedigree_report.xml:308 8874#: resources/xml/reports/pedigree_report.xml:350 8875#: resources/xml/reports/pedigree_report.xml:351 8876#: resources/xml/reports/pedigree_report.xml:392 8877#: resources/xml/reports/pedigree_report.xml:430 8878#: resources/xml/reports/pedigree_report.xml:468 8879#: resources/xml/reports/pedigree_report.xml:506 8880#: resources/xml/reports/pedigree_report.xml:544 8881#: resources/xml/reports/pedigree_report.xml:582 8882#: resources/xml/reports/pedigree_report.xml:620 8883#: resources/xml/reports/pedigree_report.xml:658 8884#: resources/xml/reports/pedigree_report.xml:778 8885#: resources/xml/reports/pedigree_report.xml:779 8886#: resources/xml/reports/pedigree_report.xml:799 8887#: resources/xml/reports/pedigree_report.xml:800 8888#: resources/xml/reports/pedigree_report.xml:839 8889#: resources/xml/reports/pedigree_report.xml:840 8890#: resources/xml/reports/pedigree_report.xml:879 8891#: resources/xml/reports/pedigree_report.xml:880 8892#: resources/xml/reports/pedigree_report.xml:923 8893#: resources/xml/reports/pedigree_report.xml:966 8894#: resources/xml/reports/pedigree_report.xml:1009 8895#: resources/xml/reports/pedigree_report.xml:1052 8896#: resources/xml/reports/pedigree_report.xml:1099 8897#: resources/xml/reports/pedigree_report.xml:1137 8898#: resources/xml/reports/pedigree_report.xml:1175 8899#: resources/xml/reports/pedigree_report.xml:1213 8900#: resources/xml/reports/pedigree_report.xml:1251 8901#: resources/xml/reports/pedigree_report.xml:1289 8902#: resources/xml/reports/pedigree_report.xml:1327 8903#: resources/xml/reports/pedigree_report.xml:1365 8904msgid "Marriage" 8905msgstr "Huwelijk" 8906 8907#: app/Gedcom.php:423 resources/xml/reports/missing_facts_report.xml:22 8908msgid "Marriage banns" 8909msgstr "Ondertrouw" 8910 8911#: app/Gedcom.php:967 app/Gedcom.php:987 8912msgid "Marriage beginning status" 8913msgstr "Status aanvang huwelijk" 8914 8915#: app/Gedcom.php:861 8916msgid "Marriage bond" 8917msgstr "Huwelijkstoezegging" 8918 8919#: app/Statistics/Google/ChartDistribution.php:311 8920msgid "Marriage by country" 8921msgstr "Huwelijk per land" 8922 8923#: app/Gedcom.php:426 8924msgid "Marriage contract" 8925msgstr "Huwelijkscontract" 8926 8927#: resources/xml/reports/marriage_report.xml:8 8928msgid "Marriage date range end" 8929msgstr "Einde reeks huwelijksdata" 8930 8931#: resources/xml/reports/marriage_report.xml:7 8932msgid "Marriage date range start" 8933msgstr "Start reeks huwelijksdata" 8934 8935#: app/Gedcom.php:966 app/Gedcom.php:986 8936msgid "Marriage ending status" 8937msgstr "Status einde huwelijk" 8938 8939#: app/Gedcom.php:860 8940msgid "Marriage intention" 8941msgstr "Huwelijksvoornemen" 8942 8943#: app/Gedcom.php:427 8944msgid "Marriage license" 8945msgstr "Trouwvergunning" 8946 8947#: app/Module/IndividualFactsTabModule.php:559 8948msgid "Marriage of a brother" 8949msgstr "Huwelijk van een broer" 8950 8951#: app/Module/IndividualFactsTabModule.php:537 8952#: resources/views/admin/trees-preferences.phtml:458 8953msgid "Marriage of a child" 8954msgstr "Huwelijk van een kind" 8955 8956#: app/Module/IndividualFactsTabModule.php:536 8957msgid "Marriage of a daughter" 8958msgstr "Huwelijk van een dochter" 8959 8960#: app/Module/IndividualFactsTabModule.php:793 8961msgid "Marriage of a father" 8962msgstr "Huwelijk van vader" 8963 8964#: app/Module/IndividualFactsTabModule.php:543 8965#: app/Module/IndividualFactsTabModule.php:549 8966#: app/Module/IndividualFactsTabModule.php:555 8967#: resources/views/admin/trees-preferences.phtml:452 8968msgid "Marriage of a grandchild" 8969msgstr "Huwelijk van een kleinkind" 8970 8971#: app/Module/IndividualFactsTabModule.php:542 8972msgid "Marriage of a granddaughter" 8973msgstr "Huwelijk van een kleindochter" 8974 8975#: app/Module/IndividualFactsTabModule.php:548 8976msgctxt "daughter’s daughter" 8977msgid "Marriage of a granddaughter" 8978msgstr "Huwelijk van een kleindochter" 8979 8980#: app/Module/IndividualFactsTabModule.php:554 8981msgctxt "son’s daughter" 8982msgid "Marriage of a granddaughter" 8983msgstr "Huwelijk van een kleindochter" 8984 8985#: app/Module/IndividualFactsTabModule.php:541 8986msgid "Marriage of a grandson" 8987msgstr "Huwelijk van een kleinzoon" 8988 8989#: app/Module/IndividualFactsTabModule.php:547 8990msgctxt "daughter’s son" 8991msgid "Marriage of a grandson" 8992msgstr "Huwelijk van een kleinzoon" 8993 8994#: app/Module/IndividualFactsTabModule.php:553 8995msgctxt "son’s son" 8996msgid "Marriage of a grandson" 8997msgstr "Huwelijk van een kleinzoon" 8998 8999#: app/Module/IndividualFactsTabModule.php:565 9000msgid "Marriage of a half-brother" 9001msgstr "Huwelijk van een halfbroer" 9002 9003#: app/Module/IndividualFactsTabModule.php:567 9004msgid "Marriage of a half-sibling" 9005msgstr "Huwelijk van een halfbroer/halfzus" 9006 9007#: app/Module/IndividualFactsTabModule.php:566 9008msgid "Marriage of a half-sister" 9009msgstr "Huwelijk van een halfzus" 9010 9011#: app/Module/IndividualFactsTabModule.php:794 9012msgid "Marriage of a mother" 9013msgstr "Huwelijk van moeder" 9014 9015#: app/Module/IndividualFactsTabModule.php:795 9016#: resources/views/admin/trees-preferences.phtml:470 9017msgid "Marriage of a parent" 9018msgstr "Huwelijk van een ouder" 9019 9020#: app/Module/IndividualFactsTabModule.php:561 9021#: resources/views/admin/trees-preferences.phtml:464 9022msgid "Marriage of a sibling" 9023msgstr "Huwelijk van een broer/zus" 9024 9025#: app/Module/IndividualFactsTabModule.php:560 9026msgid "Marriage of a sister" 9027msgstr "Huwelijk van een zus" 9028 9029#: app/Module/IndividualFactsTabModule.php:535 9030msgid "Marriage of a son" 9031msgstr "Huwelijk van een zoon" 9032 9033#: app/Module/IndividualFactsTabModule.php:828 9034msgid "Marriage of parents" 9035msgstr "Huwelijk van ouders" 9036 9037#: resources/xml/reports/marriage_report.xml:6 9038msgid "Marriage place contains" 9039msgstr "Huwelijksplaats bevat" 9040 9041#: resources/views/modules/statistics-chart/places.phtml:36 9042msgid "Marriage places" 9043msgstr "Huwelijksplaatsen" 9044 9045#: app/Gedcom.php:432 9046msgid "Marriage settlement" 9047msgstr "Huwelijkse voorwaarden" 9048 9049#. I18N: Name of a module/report 9050#: app/Module/MarriageReportModule.php:40 9051#: resources/views/modules/statistics-chart/custom.phtml:66 9052#: resources/xml/reports/marriage_report.xml:3 9053#: resources/xml/reports/marriage_report.xml:30 9054msgid "Marriages" 9055msgstr "Huwelijken" 9056 9057#: app/Statistics/Google/ChartMarriage.php:111 9058#: resources/views/modules/statistics-chart/family-totals.phtml:26 9059msgid "Marriages by century" 9060msgstr "Huwelijken per eeuw" 9061 9062#: app/Gedcom.php:1009 resources/views/lists/families-table.phtml:251 9063#: resources/views/lists/families-table.phtml:286 9064#: resources/views/lists/individuals-table.phtml:275 9065#: resources/xml/reports/cemetery_report.xml:7 9066#: resources/xml/reports/death_report.xml:10 9067msgid "Married name" 9068msgstr "Aangenomen huwelijksnaam" 9069 9070#. I18N: Name of a country or state 9071#: app/Statistics/Service/CountryService.php:327 9072msgid "Marshall Islands" 9073msgstr "Marshalleilanden" 9074 9075#. I18N: Name of a country or state 9076#: app/Statistics/Service/CountryService.php:349 9077msgid "Martinique" 9078msgstr "Martinique" 9079 9080#: resources/views/admin/users-table-options.phtml:37 9081msgid "Masquerade as this user" 9082msgstr "Vermom uzelf als deze gebruiker" 9083 9084#: resources/views/modules/fix-search-and-replace/options.phtml:52 9085msgid "Match both upper and lower case letters." 9086msgstr "Geen onderscheid tussen hoofd- en kleine letters." 9087 9088#: app/Module/FixSearchAndReplace.php:101 9089msgid "Match the exact text, even if it occurs in the middle of a word." 9090msgstr "Zoek naar de exacte tekst, zelfs als het midden in een woord voorkomt." 9091 9092#: app/Module/FixSearchAndReplace.php:102 9093msgid "Match the exact text, unless it occurs in the middle of a word." 9094msgstr "Zoek naar de exacte tekst, tenzij het midden in een woord voorkomt." 9095 9096#: app/Module/MatomoAnalyticsModule.php:42 9097msgid "Matomo™ / Piwik™ analytics" 9098msgstr "Matomo™ / Piwik™ analytics" 9099 9100#. I18N: Name of a country or state 9101#: app/Statistics/Service/CountryService.php:345 9102msgid "Mauritania" 9103msgstr "Mauritanië" 9104 9105#. I18N: Name of a country or state 9106#: app/Statistics/Service/CountryService.php:351 9107msgid "Mauritius" 9108msgstr "Mauritius" 9109 9110#. I18N: A configuration setting 9111#: resources/views/admin/trees-preferences.phtml:348 9112msgid "Maximum number of surnames on individual list" 9113msgstr "Maximum aantal achternamen op persoonslijst" 9114 9115#: resources/views/admin/media-upload.phtml:24 9116#: resources/views/modals/media-file-fields.phtml:46 9117msgid "Maximum upload size: " 9118msgstr "Maximale uploadgrootte: " 9119 9120#: app/Date/AbstractGregorianJulianDate.php:235 9121msgctxt "Abbreviation for May" 9122msgid "May" 9123msgstr "mei" 9124 9125#: app/Date/AbstractGregorianJulianDate.php:132 9126msgctxt "GENITIVE" 9127msgid "May" 9128msgstr "mei" 9129 9130#: app/Date/AbstractGregorianJulianDate.php:202 9131msgctxt "INSTRUMENTAL" 9132msgid "May" 9133msgstr "mei" 9134 9135#: app/Date/AbstractGregorianJulianDate.php:167 9136msgctxt "LOCATIVE" 9137msgid "May" 9138msgstr "mei" 9139 9140#: app/Date/AbstractGregorianJulianDate.php:97 9141#: app/Module/StatisticsChartModule.php:793 9142#: resources/views/edit/initialize-calendar-popup.phtml:15 9143msgctxt "NOMINATIVE" 9144msgid "May" 9145msgstr "mei" 9146 9147#. I18N: Name of a country or state 9148#: app/Statistics/Service/CountryService.php:357 9149msgid "Mayotte" 9150msgstr "Mayotte" 9151 9152#. I18N: Location of an LDS church temple 9153#: app/Elements/TempleCode.php:131 9154msgid "Medford, Oregon, United States" 9155msgstr "Medford, Oregon, Verenigde Staten" 9156 9157#. I18N: Name of a module 9158#: app/Gedcom.php:1189 app/Media.php:144 app/Module/MediaListModule.php:224 9159#: app/Module/MediaTabModule.php:59 9160#: resources/views/admin/control-panel.phtml:324 9161#: resources/views/admin/control-panel.phtml:778 9162#: resources/views/admin/media.phtml:102 9163#: resources/views/lists/media-table.phtml:77 9164#: resources/views/modules/recent_changes/changes-table.phtml:65 9165msgid "Media" 9166msgstr "Media" 9167 9168#: resources/views/admin/media-upload.phtml:31 9169#: resources/views/admin/media.phtml:98 9170#: resources/views/admin/webtrees1-thumbnails.phtml:40 9171#: resources/views/media-page-details.phtml:27 9172#: resources/views/modals/create-media-from-file.phtml:26 9173#: resources/views/modals/media-file-fields.phtml:20 9174msgid "Media file" 9175msgstr "Mediabestand" 9176 9177#: resources/views/admin/media-upload.phtml:35 9178msgid "Media file to upload" 9179msgstr "Mediabestand om te uploaden" 9180 9181#. I18N: %s is the name of a folder. 9182#: resources/views/admin/trees-export.phtml:74 9183#, php-format 9184msgid "Media filenames will be prefixed by %s." 9185msgstr "Aan het begin van mediabestandsnamen wordt %s toegevoegd." 9186 9187#: resources/views/admin/media.phtml:31 9188#: resources/views/admin/trees-preferences.phtml:260 9189msgid "Media files" 9190msgstr "Mediabestanden" 9191 9192#. I18N: A configuration setting 9193#: resources/views/admin/media.phtml:61 9194#: resources/views/admin/trees-preferences.phtml:240 9195msgid "Media folder" 9196msgstr "Mediamap" 9197 9198#: resources/views/admin/media.phtml:32 9199#: resources/views/admin/trees-preferences.phtml:235 9200msgid "Media folders" 9201msgstr "Mediamappen" 9202 9203#: app/Gedcom.php:380 app/Gedcom.php:401 app/Gedcom.php:435 app/Gedcom.php:454 9204#: app/Gedcom.php:511 app/Gedcom.php:532 app/Gedcom.php:665 app/Gedcom.php:700 9205#: app/Gedcom.php:723 app/Gedcom.php:726 app/Gedcom.php:747 app/Gedcom.php:786 9206#: app/Gedcom.php:815 app/Gedcom.php:1063 app/Gedcom.php:1115 9207#: app/Gedcom.php:1178 app/Gedcom.php:1198 app/Gedcom.php:1231 9208#: app/Gedcom.php:1562 app/Gedcom.php:1576 9209#: app/Http/RequestHandlers/HelpText.php:246 9210#: resources/views/admin/fix-level-0-media.phtml:35 9211#: resources/views/admin/media.phtml:106 9212#: resources/views/admin/trees-privacy.phtml:171 9213#: resources/views/admin/trees.phtml:248 9214#: resources/views/admin/webtrees1-thumbnails.phtml:41 9215#: resources/views/modules/favorites/favorites.phtml:93 9216msgid "Media object" 9217msgstr "Mediaobject" 9218 9219#. I18N: Name of a module/list 9220#: app/Module/FixSearchAndReplace.php:112 app/Module/MediaListModule.php:87 9221#: app/Services/AdminService.php:186 9222#: resources/views/admin/fix-level-0-media.phtml:30 9223#: resources/views/admin/merge-records-step-1.phtml:59 9224#: resources/views/admin/webtrees1-thumbnails.phtml:35 9225#: resources/views/lists/media-table.phtml:72 9226#: resources/views/lists/notes-table.phtml:92 9227#: resources/views/lists/sources-table.phtml:100 9228#: resources/views/modules/gedcom_stats/config.phtml:49 9229#: resources/views/modules/gedcom_stats/statistics.phtml:112 9230#: resources/views/modules/html/template-statistics.phtml:48 9231#: resources/views/modules/statistics-chart/chart-objects.phtml:10 9232#: resources/views/modules/statistics-chart/other-records.phtml:18 9233#: resources/views/record-page-links.phtml:58 9234msgid "Media objects" 9235msgstr "Mediaobjecten" 9236 9237#: resources/views/modules/media-list/page.phtml:95 9238msgid "Media objects found" 9239msgstr "Mediaobjecten gevonden" 9240 9241#: resources/views/modules/media-list/page.phtml:52 9242msgid "Media objects per page" 9243msgstr "Mediaobjecten per pagina" 9244 9245#: app/Gedcom.php:734 app/Gedcom.php:792 9246#: resources/views/modals/create-media-from-file.phtml:42 9247#: resources/views/modals/media-file-fields.phtml:116 9248msgid "Media type" 9249msgstr "Soort media" 9250 9251#: app/Gedcom.php:899 app/Gedcom.php:1502 9252msgid "Medical" 9253msgstr "Medisch" 9254 9255#. I18N: The name of a colour-scheme 9256#: app/Module/ColorsTheme.php:169 9257msgid "Mediterranio" 9258msgstr "Mediterraan" 9259 9260#: resources/views/setup/step-2-server-checks.phtml:70 9261msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 9262msgstr "Gemiddelde systemen (5000 personen): 32-64 MB, 20-40 seconden" 9263 9264#: app/Date/JalaliDate.php:279 9265msgctxt "Abbreviation for Persian month: Mehr" 9266msgid "Mehr" 9267msgstr "Mehr" 9268 9269#. I18N: 7th month in the Persian/Jalali calendar 9270#: app/Date/JalaliDate.php:151 9271msgctxt "GENITIVE" 9272msgid "Mehr" 9273msgstr "Mehr" 9274 9275#. I18N: 7th month in the Persian/Jalali calendar 9276#: app/Date/JalaliDate.php:241 9277msgctxt "INSTRUMENTAL" 9278msgid "Mehr" 9279msgstr "Mehr" 9280 9281#. I18N: 7th month in the Persian/Jalali calendar 9282#: app/Date/JalaliDate.php:196 9283msgctxt "LOCATIVE" 9284msgid "Mehr" 9285msgstr "Mehr" 9286 9287#. I18N: 7th month in the Persian/Jalali calendar 9288#: app/Date/JalaliDate.php:106 9289msgctxt "NOMINATIVE" 9290msgid "Mehr" 9291msgstr "Mehr" 9292 9293#. I18N: Location of an LDS church temple 9294#: app/Elements/TempleCode.php:132 9295msgid "Melbourne, Australia" 9296msgstr "Melbourne, Australië" 9297 9298#. I18N: Listbox entry; name of a role 9299#: app/Http/RequestHandlers/UserEditPage.php:98 9300#: resources/views/admin/gedcom-export-options.phtml:68 9301#: resources/views/admin/gedcom-export-options.phtml:70 9302#: resources/views/admin/gedcom-export-options.phtml:72 9303#: resources/views/admin/users-edit.phtml:245 9304msgid "Member" 9305msgstr "Lid" 9306 9307#. I18N: Location of an LDS church temple 9308#: app/Elements/TempleCode.php:133 9309msgid "Memphis, Tennessee, United States" 9310msgstr "Memphis, Tennessee, Verenigde Staten" 9311 9312#: resources/views/admin/modules.phtml:161 9313#: resources/views/admin/modules.phtml:164 9314msgid "Menu" 9315msgstr "Menu" 9316 9317#: app/Http/RequestHandlers/ModulesMenusPage.php:43 9318#: resources/views/admin/control-panel.phtml:664 9319#: resources/views/admin/modules.phtml:78 9320#: resources/views/admin/modules.phtml:80 9321msgid "Menus" 9322msgstr "Menu's" 9323 9324#. I18N: The name of a colour-scheme 9325#: app/Module/ColorsTheme.php:171 9326msgid "Mercury" 9327msgstr "Kwikzilver" 9328 9329#: resources/views/admin/trees-duplicates.phtml:39 9330msgid "Merge" 9331msgstr "Samenvoegen" 9332 9333#: app/Http/RequestHandlers/MergeTreesPage.php:75 9334#: resources/views/admin/control-panel.phtml:305 9335msgid "Merge family trees" 9336msgstr "Stambomen samenvoegen" 9337 9338#: app/Http/RequestHandlers/MergeFactsPage.php:55 9339#: app/Http/RequestHandlers/MergeRecordsPage.php:65 9340#: resources/views/admin/trees.phtml:174 9341msgid "Merge records" 9342msgstr "Records samenvoegen" 9343 9344#. I18N: Location of an LDS church temple 9345#: app/Elements/TempleCode.php:134 9346msgid "Merida, Mexico" 9347msgstr "Merida, Mexico" 9348 9349#. I18N: Location of an LDS church temple 9350#: app/Elements/TempleCode.php:60 9351msgid "Mesa, Arizona, United States" 9352msgstr "Mesa, Arizona, Verenigde Staten" 9353 9354#: resources/views/admin/broadcast.phtml:54 9355#: resources/views/admin/email-page.phtml:59 9356#: resources/views/admin/site-logs.phtml:69 9357#: resources/views/admin/site-logs.phtml:124 9358#: resources/views/contact-page.phtml:68 resources/views/message-page.phtml:57 9359msgid "Message" 9360msgstr "Bericht" 9361 9362#. I18N: Name of a module 9363#. I18N: A configuration setting 9364#: app/Module/UserMessagesModule.php:66 9365#: resources/views/admin/site-mail.phtml:43 9366msgid "Messages" 9367msgstr "Berichten" 9368 9369#. I18N: a month in the French republican calendar 9370#: app/Date/FrenchDate.php:167 9371msgctxt "GENITIVE" 9372msgid "Messidor" 9373msgstr "Messidor" 9374 9375#. I18N: a month in the French republican calendar 9376#: app/Date/FrenchDate.php:261 9377msgctxt "INSTRUMENTAL" 9378msgid "Messidor" 9379msgstr "Messidor" 9380 9381#. I18N: a month in the French republican calendar 9382#: app/Date/FrenchDate.php:214 9383msgctxt "LOCATIVE" 9384msgid "Messidor" 9385msgstr "Messidor" 9386 9387#. I18N: a month in the French republican calendar 9388#: app/Date/FrenchDate.php:120 9389msgctxt "NOMINATIVE" 9390msgid "Messidor" 9391msgstr "Messidor" 9392 9393#. I18N: Name of a country or state 9394#: app/Statistics/Service/CountryService.php:325 9395msgid "Mexico" 9396msgstr "Mexico" 9397 9398#. I18N: Location of an LDS church temple 9399#: app/Elements/TempleCode.php:135 9400msgid "Mexico City, Mexico" 9401msgstr "Mexico Stad, Mexico" 9402 9403#. I18N: Type of media object 9404#: app/Elements/SourceMediaType.php:67 9405msgid "Microfiche" 9406msgstr "Microfiche" 9407 9408#. I18N: Type of media object 9409#: app/Elements/SourceMediaType.php:68 9410msgid "Microfilm" 9411msgstr "Microfilm" 9412 9413#. I18N: Name of a country or state 9414#: app/Statistics/Service/CountryService.php:197 9415msgid "Micronesia" 9416msgstr "Micronesië" 9417 9418#: resources/views/modules/statistics-chart/custom.phtml:194 9419msgid "Middle East" 9420msgstr "Midden Oosten" 9421 9422#: app/Gedcom.php:1473 9423msgid "Military" 9424msgstr "Krijgsmacht" 9425 9426#: app/Gedcom.php:900 app/Gedcom.php:1031 9427msgid "Military service" 9428msgstr "Militaire dienst" 9429 9430#. I18N: Name of a module/report 9431#: app/Module/MissingFactsReportModule.php:44 9432#: resources/xml/reports/missing_facts_report.xml:3 9433#: resources/xml/reports/missing_facts_report.xml:52 9434msgid "Missing data" 9435msgstr "Ontbrekende gegevens" 9436 9437#. I18N: Listbox entry; name of a role 9438#: app/Http/RequestHandlers/UserEditPage.php:102 9439#: resources/views/admin/users-edit.phtml:259 9440msgid "Moderator" 9441msgstr "Moderator" 9442 9443#: resources/views/admin/control-panel.phtml:483 9444msgid "Moderators" 9445msgstr "Moderators" 9446 9447#: resources/views/admin/components.phtml:39 9448#: resources/views/admin/modules.phtml:66 9449msgid "Module" 9450msgstr "Module" 9451 9452#: resources/views/admin/modules.phtml:61 9453msgid "Module administration" 9454msgstr "Modulebeheer" 9455 9456#: resources/views/admin/analytics-edit.phtml:17 9457#: resources/views/admin/control-panel.phtml:552 9458#: resources/views/modules/bing-maps/config.phtml:14 9459#: resources/views/modules/faq/config.phtml:20 9460#: resources/views/modules/faq/edit.phtml:21 9461#: resources/views/modules/geonames/config.phtml:14 9462#: resources/views/modules/google-maps/config.phtml:14 9463#: resources/views/modules/here-maps/config.phtml:14 9464#: resources/views/modules/map-box/config.phtml:14 9465#: resources/views/modules/openrouteservice/config.phtml:14 9466#: resources/views/modules/relationships-chart/config.phtml:20 9467#: resources/views/modules/sitemap/config.phtml:18 9468#: resources/views/modules/stories/config.phtml:18 9469#: resources/views/modules/stories/edit.phtml:22 9470msgid "Modules" 9471msgstr "Modules" 9472 9473#. I18N: Name of a country or state 9474#: app/Statistics/Service/CountryService.php:319 9475msgid "Moldova" 9476msgstr "Moldavië" 9477 9478#. I18N: abbreviation for Monday 9479#: app/Date/AbstractCalendarDate.php:273 9480#: resources/views/edit/initialize-calendar-popup.phtml:24 9481msgid "Mon" 9482msgstr "Ma" 9483 9484#. I18N: Name of a country or state 9485#: app/Statistics/Service/CountryService.php:317 9486msgid "Monaco" 9487msgstr "Monaco" 9488 9489#: app/Date/AbstractCalendarDate.php:246 9490msgid "Monday" 9491msgstr "Maandag" 9492 9493#. I18N: Name of a country or state 9494#: app/Statistics/Service/CountryService.php:337 9495msgid "Mongolia" 9496msgstr "Mongolië" 9497 9498#. I18N: Name of a country or state 9499#: app/Statistics/Service/CountryService.php:341 9500msgid "Montenegro" 9501msgstr "Montenegro" 9502 9503#. I18N: Location of an LDS church temple 9504#: app/Elements/TempleCode.php:137 9505msgid "Monterrey, Mexico" 9506msgstr "Monterrey, Mexico" 9507 9508#. I18N: Location of an LDS church temple 9509#: app/Elements/TempleCode.php:136 9510msgid "Montevideo, Uruguay" 9511msgstr "Montevideo, Uruguay" 9512 9513#: app/Module/CalendarMenuModule.php:104 9514#: app/Module/StatisticsChartModule.php:278 9515#: app/Module/StatisticsChartModule.php:327 9516#: app/Module/StatisticsChartModule.php:376 9517#: app/Module/StatisticsChartModule.php:418 9518#: app/Module/StatisticsChartModule.php:467 9519#: resources/views/calendar-page.phtml:57 9520msgid "Month" 9521msgstr "Maand" 9522 9523#: app/Module/StatisticsChartModule.php:277 9524#: resources/views/modules/statistics-chart/custom.phtml:35 9525msgid "Month of birth" 9526msgstr "Geboortemaand" 9527 9528#: app/Module/StatisticsChartModule.php:417 9529#: resources/views/modules/statistics-chart/custom.phtml:37 9530msgid "Month of birth of first child in a relation" 9531msgstr "Maand van geboorte van eerste kind in een relatie" 9532 9533#: app/Module/StatisticsChartModule.php:326 9534#: resources/views/modules/statistics-chart/custom.phtml:36 9535msgid "Month of death" 9536msgstr "Maand van overlijden" 9537 9538#: app/Module/StatisticsChartModule.php:466 9539#: resources/views/modules/statistics-chart/custom.phtml:52 9540msgid "Month of first marriage" 9541msgstr "Maand eerste huwelijk" 9542 9543#: app/Module/StatisticsChartModule.php:375 9544#: resources/views/modules/statistics-chart/custom.phtml:51 9545msgid "Month of marriage" 9546msgstr "Huwelijksmaand" 9547 9548#: resources/views/modules/timeline-chart/chart.phtml:141 9549#: resources/views/modules/timeline-chart/chart.phtml:143 9550#: resources/views/modules/timeline-chart/chart.phtml:145 9551msgid "Month:" 9552msgstr "Maand:" 9553 9554#. I18N: Location of an LDS church temple 9555#: app/Elements/TempleCode.php:138 9556msgid "Monticello, Utah, United States" 9557msgstr "Monticello, Utah, Verenigde Staten" 9558 9559#. I18N: Location of an LDS church temple 9560#: app/Elements/TempleCode.php:139 9561msgid "Montreal, Quebec, Canada" 9562msgstr "Montreal, Quebec, Canada" 9563 9564#. I18N: Name of a country or state 9565#: app/Statistics/Service/CountryService.php:347 9566msgid "Montserrat" 9567msgstr "Montserrat" 9568 9569#: app/Date/JalaliDate.php:277 9570msgctxt "Abbreviation for Persian month: Mordad" 9571msgid "Mor" 9572msgstr "Mor" 9573 9574#. I18N: 5th month in the Persian/Jalali calendar 9575#: app/Date/JalaliDate.php:147 9576msgctxt "GENITIVE" 9577msgid "Mordad" 9578msgstr "Mordad" 9579 9580#. I18N: 5th month in the Persian/Jalali calendar 9581#: app/Date/JalaliDate.php:237 9582msgctxt "INSTRUMENTAL" 9583msgid "Mordad" 9584msgstr "Mordad" 9585 9586#. I18N: 5th month in the Persian/Jalali calendar 9587#: app/Date/JalaliDate.php:192 9588msgctxt "LOCATIVE" 9589msgid "Mordad" 9590msgstr "Mordad" 9591 9592#. I18N: 5th month in the Persian/Jalali calendar 9593#: app/Date/JalaliDate.php:102 9594msgctxt "NOMINATIVE" 9595msgid "Mordad" 9596msgstr "Mordad" 9597 9598#. I18N: Name of a country or state 9599#: app/Statistics/Service/CountryService.php:315 9600msgid "Morocco" 9601msgstr "Marokko" 9602 9603#. I18N: Help text for the “Use password” site configuration setting 9604#: resources/views/admin/site-mail.phtml:127 9605msgid "Most SMTP servers require a password." 9606msgstr "De meeste SMTP servers hebben een wachtwoord nodig." 9607 9608#: resources/views/modules/gedcom_stats/config.phtml:73 9609#: resources/views/modules/gedcom_stats/statistics.phtml:265 9610#: resources/views/modules/html/template-statistics.phtml:105 9611msgid "Most common surnames" 9612msgstr "Meest voorkomende achternamen" 9613 9614#: resources/views/admin/site-mail.phtml:188 9615msgid "Most mail servers require a valid domain name." 9616msgstr "Voor de meeste e-mail servers is een geldige domeinnaam vereist." 9617 9618#: resources/views/admin/site-mail.phtml:82 9619msgid "Most mail servers require a valid email address." 9620msgstr "Voor de meeste e-mail servers is een geldig e-mail adres vereist." 9621 9622#. I18N: Help text for the "Sending server name" site configuration setting 9623#: resources/views/admin/site-mail.phtml:183 9624msgid "Most mail servers require that the sending server identifies itself correctly, using a valid domain name." 9625msgstr "De meeste e-mail servers eisen dat de uitgaande server zichzelf correct identificeert door een geldige domeinnaam te gebruiken." 9626 9627#. I18N: Help text for the “Secure connection” site configuration setting 9628#: resources/views/admin/site-mail.phtml:169 9629msgid "Most servers do not use secure connections." 9630msgstr "De meeste servers gebruiken geen beveiligde connecties." 9631 9632#: resources/views/setup/step-4-database-mysql.phtml:54 9633#: resources/views/setup/step-4-database-pgsql.phtml:52 9634#: resources/views/setup/step-4-database-sqlsvr.phtml:52 9635msgid "Most sites are configured to use localhost. This means that your database runs on the same computer as your web server." 9636msgstr "De meeste sites zijn ingesteld om localhost te gebruiken. Dit betekent dat uw database op dezelfde computer draait als uw webserver." 9637 9638#: resources/views/setup/step-4-database-sqlsvr.phtml:64 9639msgid "Most sites are configured to use the default value of 1433." 9640msgstr "De meeste sites zijn ingesteld om standaard de waarde 1433 te gebruiken." 9641 9642#: resources/views/setup/step-4-database-mysql.phtml:74 9643msgid "Most sites are configured to use the default value of 3306." 9644msgstr "De meeste sites zijn ingesteld om standaard de waarde 3306 te gebruiken." 9645 9646#: resources/views/setup/step-4-database-pgsql.phtml:64 9647msgid "Most sites are configured to use the default value of 5432." 9648msgstr "De meeste sites zijn ingesteld om standaard de waarde 5432 te gebruiken." 9649 9650#. I18N: Name of a module 9651#: app/Module/TopPageViewsModule.php:49 9652msgid "Most viewed pages" 9653msgstr "Meest bekeken pagina's" 9654 9655#: resources/views/search-advanced-page.phtml:77 9656#: resources/xml/reports/bdm_report.xml:120 9657#: resources/xml/reports/family_group_report.xml:474 9658#: resources/xml/reports/family_group_report.xml:737 9659#: resources/xml/reports/individual_ext_report.xml:287 9660#: resources/xml/reports/individual_report.xml:276 9661#: resources/xml/reports/relative_ext_report.xml:72 9662msgid "Mother" 9663msgstr "Moeder" 9664 9665#: resources/views/lists/individual-table-parents.phtml:19 9666#, php-format 9667msgid "Mother: %s" 9668msgstr "Moeder: %s" 9669 9670#: resources/views/fact-parent-age.phtml:20 9671msgid "Mother’s age" 9672msgstr "Leeftijd moeder" 9673 9674#. I18N: A step-family. %s is an individual’s name 9675#: app/Individual.php:884 9676#, php-format 9677msgid "Mother’s family with %s" 9678msgstr "Gezin van moeder met %s" 9679 9680#. I18N: A step-family. 9681#: app/Individual.php:888 9682msgid "Mother’s family with an unknown individual" 9683msgstr "Gezin van moeder met een onbekend persoon" 9684 9685#. I18N: Location of an LDS church temple 9686#: app/Elements/TempleCode.php:140 9687msgid "Mount Timpanogos, Utah, United States" 9688msgstr "Mount Timpanogos, Utah, Verenigde Staten" 9689 9690#: resources/views/admin/components.phtml:46 9691#: resources/views/admin/components.phtml:151 9692#: resources/views/modules/faq/config.phtml:60 9693msgid "Move down" 9694msgstr "Verplaats omlaag" 9695 9696#: resources/views/admin/fix-level-0-media-action.phtml:17 9697msgid "Move the media object?" 9698msgstr "Mediaobject verplaatsen?" 9699 9700#: resources/views/admin/components.phtml:45 9701#: resources/views/admin/components.phtml:145 9702#: resources/views/modules/faq/config.phtml:59 9703msgid "Move up" 9704msgstr "Verplaats omhoog" 9705 9706#. I18N: Name of a country or state 9707#: app/Statistics/Service/CountryService.php:343 9708msgid "Mozambique" 9709msgstr "Mozambique" 9710 9711#. I18N: https://en.wikipedia.org/wiki/Muharram 9712#: app/Date/HijriDate.php:142 9713msgctxt "GENITIVE" 9714msgid "Muharram" 9715msgstr "Muharram" 9716 9717#. I18N: https://en.wikipedia.org/wiki/Muharram 9718#: app/Date/HijriDate.php:232 9719msgctxt "INSTRUMENTAL" 9720msgid "Muharram" 9721msgstr "Muharram" 9722 9723#. I18N: https://en.wikipedia.org/wiki/Muharram 9724#: app/Date/HijriDate.php:187 9725msgctxt "LOCATIVE" 9726msgid "Muharram" 9727msgstr "Muharram" 9728 9729#. I18N: https://en.wikipedia.org/wiki/Muharram 9730#: app/Date/HijriDate.php:97 9731msgctxt "NOMINATIVE" 9732msgid "Muharram" 9733msgstr "Muharram" 9734 9735#: resources/views/lists/families-table.phtml:213 9736msgid "Multiple marriages" 9737msgstr "Meervoudige huwelijken" 9738 9739#: app/Http/RequestHandlers/AccountEdit.php:90 9740#: app/Module/ModuleThemeTrait.php:330 app/Module/UserWelcomeModule.php:112 9741msgid "My account" 9742msgstr "Mijn account" 9743 9744#: app/Http/RequestHandlers/CreateTreePage.php:59 9745msgid "My family tree" 9746msgstr "Mijn stamboom" 9747 9748#: app/Module/ModuleThemeTrait.php:345 app/Module/UserWelcomeModule.php:105 9749msgid "My individual record" 9750msgstr "Mijn persoons­record" 9751 9752#. I18N: Name of a module 9753#: app/Http/RequestHandlers/UserPage.php:83 app/Module/ModuleThemeTrait.php:360 9754#: app/Module/UserWelcomeModule.php:59 resources/views/admin/modules.phtml:188 9755#: resources/views/admin/modules.phtml:192 9756#: resources/views/layouts/administration.phtml:52 9757msgid "My page" 9758msgstr "Mijn pagina" 9759 9760#: app/Module/ModuleThemeTrait.php:374 9761msgid "My pages" 9762msgstr "Mijn pagina's" 9763 9764#: app/Module/ModuleThemeTrait.php:413 9765msgid "My pedigree" 9766msgstr "Mijn kwartierstaat" 9767 9768#. I18N: Name of a country or state 9769#: app/Statistics/Service/CountryService.php:335 9770msgid "Myanmar" 9771msgstr "Myanmar" 9772 9773#: app/Gedcom.php:634 app/Gedcom.php:813 9774#: app/Http/RequestHandlers/HelpText.php:236 9775#: app/Statistics/Google/ChartCommonGiven.php:69 9776#: app/Statistics/Google/ChartCommonSurname.php:127 9777#: resources/views/individual-name.phtml:40 9778#: resources/views/individual-name.phtml:52 9779#: resources/views/modals/location-fields.phtml:9 9780#: resources/views/modals/submitter-fields.phtml:9 9781#: resources/views/modules/yahrzeit/table.phtml:26 9782#: resources/xml/reports/bdm_report.xml:5 9783#: resources/xml/reports/bdm_report.xml:49 9784#: resources/xml/reports/birth_report.xml:5 9785#: resources/xml/reports/birth_report.xml:36 9786#: resources/xml/reports/cemetery_report.xml:40 9787#: resources/xml/reports/change_report.xml:56 9788#: resources/xml/reports/change_report.xml:96 9789#: resources/xml/reports/death_report.xml:5 9790#: resources/xml/reports/death_report.xml:38 9791#: resources/xml/reports/fact_sources.xml:62 9792#: resources/xml/reports/fact_sources.xml:155 9793#: resources/xml/reports/fact_sources.xml:266 9794#: resources/xml/reports/fact_sources.xml:317 9795#: resources/xml/reports/marriage_report.xml:5 9796#: resources/xml/reports/marriage_report.xml:38 9797#: resources/xml/reports/missing_facts_report.xml:54 9798#: resources/xml/reports/occupation_report.xml:43 9799#: resources/xml/reports/relative_ext_report.xml:57 9800msgid "Name" 9801msgstr "Naam" 9802 9803#: app/Gedcom.php:765 app/Http/RequestHandlers/CreateRepositoryModal.php:49 9804msgctxt "Repository" 9805msgid "Name" 9806msgstr "Naam" 9807 9808#: app/Gedcom.php:1470 9809msgid "Name in Hebrew" 9810msgstr "Naam in het Hebreeuws" 9811 9812#: app/Gedcom.php:1378 app/Gedcom.php:1440 9813msgid "Name of addressee" 9814msgstr "Naam van geadresseerde" 9815 9816#: app/Gedcom.php:638 app/Gedcom.php:645 app/Gedcom.php:650 9817msgid "Name prefix" 9818msgstr "Titel" 9819 9820#: app/Gedcom.php:639 app/Gedcom.php:646 app/Gedcom.php:651 9821msgid "Name suffix" 9822msgstr "Achtervoegsel van naam" 9823 9824#: resources/views/admin/tags.phtml:37 9825#: resources/views/modules/statistics-chart/names.phtml:10 9826#: resources/views/search-replace-page.phtml:47 9827#: resources/xml/reports/cemetery_report.xml:7 9828#: resources/xml/reports/death_report.xml:10 9829msgid "Names" 9830msgstr "Namen" 9831 9832#: app/Gedcom.php:1034 9833msgid "Namesake" 9834msgstr "Vernoemd naar" 9835 9836#. I18N: Name of a country or state 9837#: app/Statistics/Service/CountryService.php:359 9838msgid "Namibia" 9839msgstr "Namibië" 9840 9841#: app/Elements/RelationIsDescriptor.php:116 9842msgid "Nanny" 9843msgstr "Kinderjuffrouw" 9844 9845#: app/Module/HtmlBlockModule.php:194 9846msgid "Narrative description" 9847msgstr "Verhalende beschrijving" 9848 9849#. I18N: Location of an LDS church temple 9850#: app/Elements/TempleCode.php:141 9851msgid "Nashville, Tennessee, United States" 9852msgstr "Nashville, Tennessee, Verenigde Staten" 9853 9854#: app/Gedcom.php:658 9855msgid "Nationality" 9856msgstr "Nationaliteit" 9857 9858#: app/Gedcom.php:659 9859msgid "Naturalization" 9860msgstr "Naturalisatie" 9861 9862#. I18N: Name of a country or state 9863#: app/Statistics/Service/CountryService.php:381 9864msgid "Nauru" 9865msgstr "Nauru" 9866 9867#. I18N: Location of an LDS church temple 9868#: app/Elements/TempleCode.php:142 9869msgid "Nauvoo (new), Illinois, United States" 9870msgstr "Nauvoo, Illinois (nieuw)" 9871 9872#. I18N: Location of an LDS church temple 9873#: app/Elements/TempleCode.php:143 9874msgid "Nauvoo (original), Illinois, United States" 9875msgstr "Nauvoo, Illinois (origineel)" 9876 9877#. I18N: Name of a country or state 9878#: app/Statistics/Service/CountryService.php:379 9879msgid "Nepal" 9880msgstr "Nepal" 9881 9882#. I18N: Name of a country or state 9883#: app/Statistics/Service/CountryService.php:375 9884msgid "Netherlands" 9885msgstr "Nederland" 9886 9887#: app/Http/RequestHandlers/UserListData.php:139 9888#: resources/views/components/datetime.phtml:13 9889msgid "Never" 9890msgstr "Nooit" 9891 9892#: app/Elements/FamilyStatusText.php:72 app/Gedcom.php:902 9893msgid "Never married" 9894msgstr "Nooit getrouwd" 9895 9896#. I18N: Name of a country or state 9897#: app/Statistics/Service/CountryService.php:361 9898msgid "New Caledonia" 9899msgstr "Nieuw Caledonië" 9900 9901#: app/Gedcom.php:1087 app/Gedcom.php:1088 app/Gedcom.php:1089 9902#: app/Gedcom.php:1090 app/Gedcom.php:1091 9903msgid "New GEDCOM tag" 9904msgstr "Nieuw GEDCOM-label" 9905 9906#. I18N: Location of an LDS church temple 9907#: app/Elements/TempleCode.php:146 9908msgid "New York, New York, United States" 9909msgstr "New York, New York, Verenigde Staten" 9910 9911#. I18N: Name of a country or state 9912#: app/Statistics/Service/CountryService.php:383 9913msgid "New Zealand" 9914msgstr "Nieuw-Zeeland" 9915 9916#: resources/views/admin/changes-log.phtml:78 9917msgid "New data" 9918msgstr "Nieuwe gegevens" 9919 9920#. I18N: %s is a server name/URL 9921#: app/Http/RequestHandlers/RegisterAction.php:171 9922#, php-format 9923msgid "New registration at %s" 9924msgstr "Nieuwe registratie op %s" 9925 9926#. I18N: %s is a server name/URL 9927#: app/Http/RequestHandlers/UserEditAction.php:111 9928#: app/Http/RequestHandlers/VerifyEmail.php:87 9929#, php-format 9930msgid "New user at %s" 9931msgstr "Nieuwe gebruiker op %s" 9932 9933#. I18N: Location of an LDS church temple 9934#: app/Elements/TempleCode.php:144 9935msgid "Newport Beach, California, United States" 9936msgstr "Newport Beach, Californië" 9937 9938#. I18N: Name of a module 9939#: app/Module/FamilyTreeNewsModule.php:117 9940msgid "News" 9941msgstr "Nieuws" 9942 9943#. I18N: Type of media object 9944#: app/Elements/SourceMediaType.php:72 9945msgid "Newspaper" 9946msgstr "Krant" 9947 9948#: app/Module/ReviewChangesModule.php:162 9949msgid "Next email reminder will be sent after " 9950msgstr "De volgende e-mailherinnering wordt verstuurd na " 9951 9952#: resources/views/modules/random_media/slide-show.phtml:38 9953#: resources/views/modules/random_media/slide-show.phtml:40 9954msgid "Next image" 9955msgstr "Volgende afbeelding" 9956 9957#. I18N: Name of a country or state 9958#: app/Statistics/Service/CountryService.php:369 9959msgid "Nicaragua" 9960msgstr "Nicaragua" 9961 9962#: app/Gedcom.php:637 app/Gedcom.php:644 app/Gedcom.php:649 9963msgid "Nickname" 9964msgstr "Roepnaam" 9965 9966#. I18N: Name of a country or state 9967#: app/Statistics/Service/CountryService.php:363 9968msgid "Niger" 9969msgstr "Niger" 9970 9971#. I18N: Name of a country or state 9972#: app/Statistics/Service/CountryService.php:367 9973msgid "Nigeria" 9974msgstr "Nigeria" 9975 9976#. I18N: a month in the Jewish calendar 9977#: app/Date/JewishDate.php:207 9978msgctxt "GENITIVE" 9979msgid "Nissan" 9980msgstr "Nissan" 9981 9982#. I18N: a month in the Jewish calendar 9983#: app/Date/JewishDate.php:311 9984msgctxt "INSTRUMENTAL" 9985msgid "Nissan" 9986msgstr "Nissan" 9987 9988#. I18N: a month in the Jewish calendar 9989#: app/Date/JewishDate.php:259 9990msgctxt "LOCATIVE" 9991msgid "Nissan" 9992msgstr "Nissan" 9993 9994#. I18N: a month in the Jewish calendar 9995#: app/Date/JewishDate.php:155 9996msgctxt "NOMINATIVE" 9997msgid "Nissan" 9998msgstr "Nissan" 9999 10000#. I18N: Name of a country or state 10001#: app/Statistics/Service/CountryService.php:373 10002msgid "Niue" 10003msgstr "Niue" 10004 10005#. I18N: a month in the French republican calendar 10006#: app/Date/FrenchDate.php:155 10007msgctxt "GENITIVE" 10008msgid "Nivose" 10009msgstr "Nivôse" 10010 10011#. I18N: a month in the French republican calendar 10012#: app/Date/FrenchDate.php:249 10013msgctxt "INSTRUMENTAL" 10014msgid "Nivose" 10015msgstr "Nivôse" 10016 10017#. I18N: a month in the French republican calendar 10018#: app/Date/FrenchDate.php:202 10019msgctxt "LOCATIVE" 10020msgid "Nivose" 10021msgstr "Nivôse" 10022 10023#. I18N: a month in the French republican calendar 10024#: app/Date/FrenchDate.php:107 10025msgctxt "NOMINATIVE" 10026msgid "Nivose" 10027msgstr "Nivôse" 10028 10029#: resources/views/admin/users-edit.phtml:335 10030msgid "No" 10031msgstr "Nee" 10032 10033#: app/Http/RequestHandlers/ImportGedcomAction.php:103 10034msgid "No GEDCOM file was received." 10035msgstr "Er is geen GEDCOM-bestand ontvangen." 10036 10037#: resources/views/admin/trees-import.phtml:69 10038msgid "No GEDCOM files found." 10039msgstr "Geen GEDCOM-bestanden gevonden." 10040 10041#: resources/views/admin/trees-preferences.phtml:119 10042#: resources/views/admin/trees-preferences.phtml:122 10043msgid "No calendar conversion" 10044msgstr "Geen kalenderomzetting" 10045 10046#: app/Gedcom.php:1341 app/Module/DescendancyModule.php:267 10047#: resources/views/family-page-children.phtml:17 10048msgid "No children" 10049msgstr "Geen kinderen" 10050 10051#: app/Services/MessageService.php:228 10052msgid "No contact" 10053msgstr "Geen contact" 10054 10055#: resources/views/admin/trees-duplicates.phtml:46 10056msgid "No duplicates have been found." 10057msgstr "Er zijn geen dubbele records gevonden." 10058 10059#: resources/views/admin/trees-check.phtml:35 10060msgid "No errors have been found." 10061msgstr "Er zijn geen fouten gevonden." 10062 10063#: app/Module/UpcomingAnniversariesModule.php:179 10064#, php-format 10065msgid "No events exist for the next %s day." 10066msgid_plural "No events exist for the next %s days." 10067msgstr[0] "Er zijn geen gebeurtenissen voor de volgende %s dag." 10068msgstr[1] "Er zijn geen gebeurtenissen voor de volgende %s dagen." 10069 10070#: resources/views/modules/todays_events/empty.phtml:8 10071msgid "No events exist for today." 10072msgstr "Er zijn geen gebeurtenissen voor vandaag." 10073 10074#: app/Module/UpcomingAnniversariesModule.php:174 10075msgid "No events exist for tomorrow." 10076msgstr "Er zijn geen gebeurtenissen voor morgen." 10077 10078#: resources/views/family-page.phtml:39 10079msgid "No facts exist for this family." 10080msgstr "Geen feiten voor dit gezin." 10081 10082#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php 10083#: app/Exceptions/FileUploadException.php:50 10084#: app/Exceptions/FileUploadException.php:73 10085msgid "No file was received. Please try again." 10086msgstr "Geen bestand ontvangen. Verstuur het bestand opnieuw." 10087 10088#: app/Module/RelationshipsChartModule.php:402 10089msgid "No link between the two individuals could be found." 10090msgstr "Geen koppeling tussen de twee personen gevonden." 10091 10092#: resources/views/admin/merge-records-step-2.phtml:75 10093#: resources/views/admin/merge-records-step-2.phtml:122 10094#: resources/views/admin/merge-records-step-2.phtml:168 10095msgid "No matching facts found" 10096msgstr "Geen overeenkomende feiten/gebeurtenissen gevonden" 10097 10098#: resources/views/modules/gedcom_news/list.phtml:18 10099#: resources/views/modules/user_blog/list.phtml:18 10100msgid "No news articles have been submitted." 10101msgstr "Er zijn geen nieuwsartikelen geplaatst." 10102 10103#: app/Http/RequestHandlers/SiteRegistrationPage.php:47 10104msgid "No predefined text" 10105msgstr "Geen vooraf gedefinieerde tekst" 10106 10107#: resources/views/lists/datatables-attributes.phtml:22 10108#: resources/views/lists/datatables-attributes.phtml:33 10109msgid "No records to display" 10110msgstr "Geen records om te tonen" 10111 10112#: resources/views/modules/place-hierarchy/events.phtml:34 10113#: resources/views/modules/place-hierarchy/events.phtml:46 10114#: resources/views/search-advanced-page.phtml:100 10115#: resources/views/search-general-page.phtml:136 10116#: resources/views/search-phonetic-page.phtml:96 10117msgid "No results found." 10118msgstr "Geen resultaten gevonden." 10119 10120#: app/Statistics/Repository/UserRepository.php:80 10121msgid "No signed-in and no anonymous users" 10122msgstr "Niemand aangemeld en geen anonieme gebruikers" 10123 10124#: app/Elements/TempleCode.php:211 10125msgid "No temple - living ordinance" 10126msgstr "Verordening heeft tijdens het leven van betrokkene plaatsgevonden" 10127 10128#: app/Http/RequestHandlers/UpgradeWizardStep.php:165 10129#: resources/views/admin/control-panel.phtml:182 10130#: resources/views/admin/upgrade/wizard.phtml:21 10131msgid "No upgrade information is available." 10132msgstr "Er is geen upgrade informatie beschikbaar." 10133 10134#. I18N: The name of a colour-scheme 10135#: app/Module/ColorsTheme.php:173 10136msgid "Nocturnal" 10137msgstr "Nachtelijk" 10138 10139#. I18N: https://nominatim.org 10140#: app/Module/MapGeoLocationNominatim.php:39 10141msgid "Nominatim" 10142msgstr "Nominatim" 10143 10144#: app/Module/IndividualListModule.php:295 10145#: app/Module/IndividualListModule.php:522 10146#: resources/views/admin/gedcom-export-options.phtml:68 10147#: resources/xml/reports/cemetery_report.xml:7 10148#: resources/xml/reports/death_report.xml:10 10149#: resources/xml/reports/individual_ext_report.xml:11 10150#: resources/xml/reports/individual_report.xml:8 10151msgid "None" 10152msgstr "Geen" 10153 10154#. I18N: The ninth day in the French republican calendar 10155#: app/Date/FrenchDate.php:317 10156msgid "Nonidi" 10157msgstr "Nonidi" 10158 10159#. I18N: Name of a country or state 10160#: app/Statistics/Service/CountryService.php:365 10161msgid "Norfolk Island" 10162msgstr "Norfolk eiland" 10163 10164#: resources/views/admin/users-edit.phtml:158 10165msgid "Normally, any changes made to a family tree need to be reviewed by a moderator. This option allows a user to make changes without needing a moderator." 10166msgstr "Normaal gesproken dienen alle wijzigingen aan een stamboom door een moderator te worden bevestigd. Deze optie geeft gebruikers de mogelijkheid om wijzigingen door te voeren zonder tussenkomst van een moderator.." 10167 10168#. I18N: Name of a country or state 10169#: app/Statistics/Service/CountryService.php:405 10170msgid "North Korea" 10171msgstr "Democratische Volksrepubliek Korea" 10172 10173#: resources/views/modules/statistics-chart/custom.phtml:185 10174msgid "Northern America" 10175msgstr "Noord Amerika" 10176 10177#. I18N: Name of a country or state 10178#: app/Statistics/Service/CountryService.php:371 10179msgid "Northern Ireland" 10180msgstr "Noord-Ierland" 10181 10182#. I18N: Name of a country or state 10183#: app/Statistics/Service/CountryService.php:339 10184msgid "Northern Mariana Islands" 10185msgstr "Noordelijke Mariana-eilanden" 10186 10187#. I18N: Name of a country or state 10188#: app/Statistics/Service/CountryService.php:377 10189msgid "Norway" 10190msgstr "Noorwegen" 10191 10192#: resources/views/admin/control-panel.phtml:483 10193msgid "Not approved by an administrator" 10194msgstr "Niet goedgekeurd door een beheerder" 10195 10196#: app/Gedcom.php:901 10197msgid "Not living" 10198msgstr "Overleden" 10199 10200#: app/Elements/FamilyStatusText.php:71 app/Gedcom.php:862 10201#: app/Module/BranchesListModule.php:447 10202#: resources/views/lists/families-table.phtml:193 10203msgid "Not married" 10204msgstr "Ongehuwd" 10205 10206#: resources/views/admin/control-panel.phtml:483 10207msgid "Not verified by the user" 10208msgstr "Niet geverifieerd door de gebruiker" 10209 10210#: app/Elements/NoteStructure.php:122 app/Gedcom.php:379 app/Gedcom.php:389 10211#: app/Gedcom.php:400 app/Gedcom.php:434 app/Gedcom.php:453 app/Gedcom.php:471 10212#: app/Gedcom.php:510 app/Gedcom.php:520 app/Gedcom.php:531 app/Gedcom.php:664 10213#: app/Gedcom.php:699 app/Gedcom.php:711 app/Gedcom.php:712 app/Gedcom.php:722 10214#: app/Gedcom.php:731 app/Gedcom.php:736 app/Gedcom.php:746 app/Gedcom.php:762 10215#: app/Gedcom.php:766 app/Gedcom.php:778 app/Gedcom.php:784 app/Gedcom.php:785 10216#: app/Gedcom.php:793 app/Gedcom.php:809 app/Gedcom.php:814 app/Gedcom.php:825 10217#: app/Gedcom.php:828 app/Gedcom.php:1054 app/Gedcom.php:1062 10218#: app/Gedcom.php:1106 app/Gedcom.php:1114 app/Gedcom.php:1150 10219#: app/Gedcom.php:1160 app/Gedcom.php:1177 app/Gedcom.php:1188 10220#: app/Gedcom.php:1197 app/Gedcom.php:1230 app/Gedcom.php:1553 10221#: app/Gedcom.php:1561 app/Gedcom.php:1567 app/Gedcom.php:1575 10222#: resources/views/admin/trees-privacy.phtml:170 10223#: resources/views/modals/create-media-from-file.phtml:50 10224#: resources/views/modals/media-object-fields.phtml:19 10225#: resources/views/modals/note-object-fields.phtml:9 10226#: resources/views/modules/favorites/favorites.phtml:158 10227#: resources/views/modules/notes/tab.phtml:92 10228#: resources/views/modules/recent_changes/changes-table.phtml:68 10229#: resources/xml/reports/cemetery_report.xml:56 10230#: resources/xml/reports/family_group_report.xml:485 10231#: resources/xml/reports/family_group_report.xml:749 10232#: resources/xml/reports/family_group_report.xml:1101 10233#: resources/xml/reports/occupation_report.xml:64 10234msgid "Note" 10235msgstr "Notitie" 10236 10237#: resources/views/help/restriction.phtml:11 10238msgid "Note that if a user account is linked to a record, then that user will always be able to view that record." 10239msgstr "Merk op dat als een gebruikersaccount aan een record is gekoppeld, dat die gebruiker altijd in staat is dat record te zien." 10240 10241#: resources/views/help/relationship-privacy.phtml:16 10242msgid "Note: longer path lengths require a lot of calculation, which can make your website run slowly for these users." 10243msgstr "Opmerking: langere paden hebben veel rekenwerk nodig, wat de site voor deze gebruiker langzamer kan maken." 10244 10245#. I18N: Name of a module 10246#: app/Module/FixSearchAndReplace.php:113 app/Module/NoteListModule.php:160 10247#: app/Module/NotesTabModule.php:60 10248#: resources/views/admin/control-panel.phtml:325 10249#: resources/views/admin/merge-records-step-1.phtml:58 10250#: resources/views/modules/statistics-chart/other-records.phtml:36 10251#: resources/views/record-page-links.phtml:76 10252#: resources/views/search-results.phtml:81 10253#: resources/xml/reports/individual_ext_report.xml:237 10254#: resources/xml/reports/individual_report.xml:226 10255msgid "Notes" 10256msgstr "Notities" 10257 10258#: resources/views/admin/users-cleanup.phtml:75 10259msgid "Nothing found to cleanup" 10260msgstr "Niets gevonden om op te schonen" 10261 10262#: resources/views/admin/location-edit.phtml:122 10263msgid "Nothing found." 10264msgstr "Niets gevonden." 10265 10266#: resources/views/modules/pedigree-map/chart.phtml:64 10267#: resources/views/modules/places/tab.phtml:65 10268msgid "Nothing to show" 10269msgstr "Niets te tonen" 10270 10271#: app/Date/AbstractGregorianJulianDate.php:241 10272msgctxt "Abbreviation for November" 10273msgid "Nov" 10274msgstr "nov." 10275 10276#: app/Date/AbstractGregorianJulianDate.php:138 10277msgctxt "GENITIVE" 10278msgid "November" 10279msgstr "november" 10280 10281#: app/Date/AbstractGregorianJulianDate.php:208 10282msgctxt "INSTRUMENTAL" 10283msgid "November" 10284msgstr "november" 10285 10286#: app/Date/AbstractGregorianJulianDate.php:173 10287msgctxt "LOCATIVE" 10288msgid "November" 10289msgstr "november" 10290 10291#: app/Date/AbstractGregorianJulianDate.php:103 10292#: app/Module/StatisticsChartModule.php:799 10293#: resources/views/edit/initialize-calendar-popup.phtml:21 10294msgctxt "NOMINATIVE" 10295msgid "November" 10296msgstr "november" 10297 10298#. I18N: Location of an LDS church temple 10299#: app/Elements/TempleCode.php:145 10300msgid "Nuku’Alofa, Tonga" 10301msgstr "Nuku'Alofa, Tonga" 10302 10303#: app/Gedcom.php:433 app/Gedcom.php:662 10304#: app/Module/StatisticsChartModule.php:714 10305#: app/Statistics/Google/ChartChildren.php:107 10306#: resources/views/modules/statistics-chart/custom.phtml:53 10307msgid "Number of children" 10308msgstr "Aantal kinderen" 10309 10310#: resources/views/modules/recent_changes/config.phtml:21 10311#: resources/views/modules/upcoming_events/config.phtml:21 10312#: resources/views/modules/yahrzeit/config.phtml:18 10313msgid "Number of days to show" 10314msgstr "Aantal te tonen dagen" 10315 10316#: app/Statistics/Google/ChartNoChildrenFamilies.php:119 10317#: resources/views/modules/statistics-chart/children.phtml:29 10318msgid "Number of families without children" 10319msgstr "Aantal gezinnen zonder kinderen" 10320 10321#. I18N: ... to show in a list 10322#: resources/views/modules/top10_givnnames/config.phtml:15 10323msgid "Number of given names" 10324msgstr "Aantal te tonen voornamen" 10325 10326#: app/Gedcom.php:663 10327msgid "Number of marriages" 10328msgstr "Aantal huwelijken" 10329 10330#. I18N: ... to show in a list 10331#: resources/views/modules/top10_pageviews/config.phtml:13 10332msgid "Number of pages" 10333msgstr "Aantal te tonen pagina's" 10334 10335#. I18N: ... to show in a list 10336#: resources/views/modules/gedcom_stats/config.phtml:80 10337#: resources/views/modules/top10_surnames/config.phtml:15 10338msgid "Number of surnames" 10339msgstr "Aantal te tonen achternamen" 10340 10341#: app/Elements/RelationIsDescriptor.php:117 10342msgid "Nurse" 10343msgstr "Verpleegkundige" 10344 10345#: app/Elements/RelationIsDescriptor.php:85 10346msgctxt "FEMALE" 10347msgid "Nurse" 10348msgstr "Verpleegster" 10349 10350#: app/Elements/RelationIsDescriptor.php:64 10351msgctxt "MALE" 10352msgid "Nurse" 10353msgstr "Verpleger" 10354 10355#. I18N: Location of an LDS church temple 10356#: app/Elements/TempleCode.php:148 10357msgid "Oakland, California, United States" 10358msgstr "Oakland, Californië" 10359 10360#. I18N: Location of an LDS church temple 10361#: app/Elements/TempleCode.php:149 10362msgid "Oaxaca, Mexico" 10363msgstr "Oaxaca, Mexico" 10364 10365#: app/Gedcom.php:666 app/Gedcom.php:844 10366#: resources/xml/reports/occupation_report.xml:5 10367#: resources/xml/reports/occupation_report.xml:54 10368msgid "Occupation" 10369msgstr "Beroep" 10370 10371#. I18N: Name of a report 10372#: app/Module/OccupationReportModule.php:44 10373#: resources/xml/reports/occupation_report.xml:3 10374#: resources/xml/reports/occupation_report.xml:37 10375msgid "Occupations" 10376msgstr "Beroepen" 10377 10378#. I18N: Name of a country or state 10379#: app/Statistics/Service/CountryService.php:411 10380msgid "Occupied Palestinian Territory" 10381msgstr "Bezet Palesteins gebied" 10382 10383#: app/Date/AbstractGregorianJulianDate.php:240 10384msgctxt "Abbreviation for October" 10385msgid "Oct" 10386msgstr "okt." 10387 10388#. I18N: The eighth day in the French republican calendar 10389#: app/Date/FrenchDate.php:315 10390msgid "Octidi" 10391msgstr "Octidi" 10392 10393#: app/Date/AbstractGregorianJulianDate.php:137 10394msgctxt "GENITIVE" 10395msgid "October" 10396msgstr "oktober" 10397 10398#: app/Date/AbstractGregorianJulianDate.php:207 10399msgctxt "INSTRUMENTAL" 10400msgid "October" 10401msgstr "oktober" 10402 10403#: app/Date/AbstractGregorianJulianDate.php:172 10404msgctxt "LOCATIVE" 10405msgid "October" 10406msgstr "oktober" 10407 10408#: app/Date/AbstractGregorianJulianDate.php:102 10409#: app/Module/StatisticsChartModule.php:798 10410#: resources/views/edit/initialize-calendar-popup.phtml:20 10411msgctxt "NOMINATIVE" 10412msgid "October" 10413msgstr "oktober" 10414 10415#. I18N: Location of an LDS church temple 10416#: app/Elements/TempleCode.php:150 10417msgid "Ogden, Utah, United States" 10418msgstr "Ogden, Utah, Verenigde Staten" 10419 10420#. I18N: Location of an LDS church temple 10421#: app/Elements/TempleCode.php:151 10422msgid "Oklahoma City, Oklahoma, United States" 10423msgstr "Oklahoma Stad, Oklahoma" 10424 10425#: resources/views/admin/changes-log.phtml:71 10426msgid "Old data" 10427msgstr "Oude gegevens" 10428 10429#: resources/views/admin/control-panel.phtml:839 10430msgid "Old files found" 10431msgstr "Oude bestanden gevonden" 10432 10433#: resources/views/modules/statistics-chart/birth-age.phtml:39 10434msgid "Oldest father" 10435msgstr "Oudste vader" 10436 10437#: resources/views/modules/statistics-chart/marriage-age.phtml:50 10438msgid "Oldest female" 10439msgstr "Oudste vrouw" 10440 10441#: resources/views/modules/statistics-chart/oldest-living.phtml:10 10442msgid "Oldest living individuals" 10443msgstr "Oudst levende personen" 10444 10445#: resources/views/modules/statistics-chart/marriage-age.phtml:39 10446msgid "Oldest male" 10447msgstr "Oudste man" 10448 10449#: resources/views/modules/statistics-chart/birth-age.phtml:50 10450msgid "Oldest mother" 10451msgstr "Oudste moeder" 10452 10453#. I18N: The name of a colour-scheme 10454#: app/Module/ColorsTheme.php:175 10455msgid "Olivia" 10456msgstr "Olijf" 10457 10458#. I18N: Name of a country or state 10459#: app/Statistics/Service/CountryService.php:385 10460msgid "Oman" 10461msgstr "Oman" 10462 10463#. I18N: Name of a module 10464#: app/Module/OnThisDayModule.php:100 10465msgid "On this day" 10466msgstr "Op deze dag" 10467 10468#: app/Http/RequestHandlers/CalendarPage.php:120 10469msgid "On this day…" 10470msgstr "Op deze dag…" 10471 10472#: resources/views/admin/map-import-form.phtml:62 10473msgid "Only add new records" 10474msgstr "Alleen nieuwe records toevoegen" 10475 10476#: app/Elements/RestrictionNotice.php:78 10477#: resources/views/modals/restriction-fields.phtml:24 10478msgid "Only managers can edit" 10479msgstr "Alleen managers kunnen wijzigen" 10480 10481#: resources/views/admin/map-import-form.phtml:62 10482msgid "Only update existing records" 10483msgstr "Alleen bestaande records bijwerken" 10484 10485#: resources/views/errors/database-connection.phtml:13 10486msgid "Oops! The webserver is unable to connect to the database server. It could be busy, undergoing maintenance, or simply broken. You should <a href=\"index.php\">try again</a> in a few minutes or contact the website administrator." 10487msgstr "Oeps! De webserver in niet in staat om contact te maken met de database server. Die zou bezig kunnen zijn, geupdate kunnen worden, of simpelweg kapot. <a href=\"index.php\">Probeer opnieuw</a> na een paar minuten, of neem contact op met de beheerder van de website." 10488 10489#: app/Http/RequestHandlers/SetupWizard.php:175 10490msgid "Oops! webtrees was unable to create files in this folder." 10491msgstr "Sorry! webtrees kon geen bestanden aanmaken in deze map." 10492 10493#. I18N: https://openrouteservice.org 10494#: app/Module/MapGeoLocationOpenRouteService.php:44 10495#: app/Module/OpenRouteServiceAutocomplete.php:81 10496msgid "OpenRouteService" 10497msgstr "OpenRouteService" 10498 10499#: app/Module/MapLinkOpenStreetMap.php:41 app/Module/OpenStreetMap.php:51 10500msgid "OpenStreetMap™" 10501msgstr "OpenStreetMap™" 10502 10503#. I18N: Location of an LDS church temple 10504#: app/Elements/TempleCode.php:152 10505msgid "Oquirrh Mountain, Utah, United States" 10506msgstr "Oquirrh Mountain, Utah, Verenigde Staten" 10507 10508#: app/Date/JalaliDate.php:274 10509msgctxt "Abbreviation for Persian month: Ordibehesht" 10510msgid "Ord" 10511msgstr "Ord" 10512 10513#. I18N: 2nd month in the Persian/Jalali calendar 10514#: app/Date/JalaliDate.php:141 10515msgctxt "GENITIVE" 10516msgid "Ordibehesht" 10517msgstr "Ordibehesht" 10518 10519#. I18N: 2nd month in the Persian/Jalali calendar 10520#: app/Date/JalaliDate.php:231 10521msgctxt "INSTRUMENTAL" 10522msgid "Ordibehesht" 10523msgstr "Ordibehesht" 10524 10525#. I18N: 2nd month in the Persian/Jalali calendar 10526#: app/Date/JalaliDate.php:186 10527msgctxt "LOCATIVE" 10528msgid "Ordibehesht" 10529msgstr "Ordibehesht" 10530 10531#. I18N: 2nd month in the Persian/Jalali calendar 10532#: app/Date/JalaliDate.php:96 10533msgctxt "NOMINATIVE" 10534msgid "Ordibehesht" 10535msgstr "Ordibehesht" 10536 10537#: app/Gedcom.php:829 10538msgid "Ordinance" 10539msgstr "Verordening" 10540 10541#: app/Gedcom.php:668 10542msgid "Ordination" 10543msgstr "Wijding" 10544 10545#. I18N: Ordnance Survey is the UK government mapping service. 10546#: app/Module/OrdnanceSurveyHistoricMaps.php:39 10547msgid "Ordnance Survey historic maps" 10548msgstr "Ordnance Survey historische kaarten" 10549 10550#: resources/xml/reports/change_report.xml:10 10551#: resources/xml/reports/pedigree_report.xml:7 10552msgid "Orientation" 10553msgstr "Oriëntatie" 10554 10555#: app/Gedcom.php:1259 app/Gedcom.php:1268 app/Gedcom.php:1291 10556#: app/Gedcom.php:1302 10557msgid "Original text" 10558msgstr "Oorspronkelijke tekst" 10559 10560#. I18N: Location of an LDS church temple 10561#: app/Elements/TempleCode.php:153 10562msgid "Orlando, Florida, United States" 10563msgstr "Orlando, Florida, Verenigde Staten" 10564 10565#. I18N: Type of media object 10566#: app/Elements/ResearchTaskStatus.php:53 app/Elements/ResearchTaskType.php:52 10567#: app/Elements/SexXValue.php:39 app/Elements/SourceMediaType.php:73 10568#: app/Module/StatisticsChartModule.php:153 10569#: app/Statistics/Google/ChartCommonGiven.php:79 10570#: app/Statistics/Google/ChartCommonSurname.php:137 10571#: resources/views/admin/control-panel.phtml:737 10572msgid "Other" 10573msgstr "Andere" 10574 10575#: resources/views/admin/trees-preferences.phtml:409 10576msgid "Other facts to show in charts" 10577msgstr "Andere te tonen feiten in diagrammen" 10578 10579#: resources/views/admin/trees-preferences.phtml:691 10580msgid "Other preferences" 10581msgstr "Andere opties" 10582 10583#: app/Elements/RelationIsDescriptor.php:118 10584msgid "Owner" 10585msgstr "Eigenaar" 10586 10587#: app/Elements/RelationIsDescriptor.php:86 10588msgctxt "FEMALE" 10589msgid "Owner" 10590msgstr "Eigenares" 10591 10592#: app/Elements/RelationIsDescriptor.php:65 10593msgctxt "MALE" 10594msgid "Owner" 10595msgstr "Eigenaar" 10596 10597#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php 10598#: app/Exceptions/FileUploadException.php:88 10599msgid "PHP blocked the file because of its extension." 10600msgstr "PHP heeft het bestand geblokkeerd vanwege de extensie." 10601 10602#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php 10603#: app/Exceptions/FileUploadException.php:83 10604msgid "PHP failed to write to disk." 10605msgstr "PHP kon niet schrijven naar de schijf." 10606 10607#: resources/views/admin/server-information.phtml:18 10608msgid "PHP information" 10609msgstr "PHP informatie" 10610 10611#: resources/xml/reports/ahnentafel_report.xml:56 10612#: resources/xml/reports/bdm_report.xml:42 10613#: resources/xml/reports/birth_report.xml:32 10614#: resources/xml/reports/cemetery_report.xml:35 10615#: resources/xml/reports/change_report.xml:45 10616#: resources/xml/reports/death_report.xml:33 10617#: resources/xml/reports/descendancy_report.xml:43 10618#: resources/xml/reports/fact_sources.xml:44 10619#: resources/xml/reports/family_group_report.xml:89 10620#: resources/xml/reports/individual_ext_report.xml:100 10621#: resources/xml/reports/individual_report.xml:89 10622#: resources/xml/reports/marriage_report.xml:31 10623#: resources/xml/reports/missing_facts_report.xml:53 10624#: resources/xml/reports/occupation_report.xml:38 10625#: resources/xml/reports/relative_ext_report.xml:51 10626msgid "Page" 10627msgstr "Pagina" 10628 10629#: resources/views/modules/media-list/pagination.phtml:39 10630#, php-format 10631msgid "Page %s of %s" 10632msgstr "Pagina %s van %s" 10633 10634#: resources/xml/reports/ahnentafel_report.xml:13 10635#: resources/xml/reports/bdm_report.xml:12 10636#: resources/xml/reports/birth_report.xml:10 10637#: resources/xml/reports/cemetery_report.xml:8 10638#: resources/xml/reports/change_report.xml:9 10639#: resources/xml/reports/death_report.xml:11 10640#: resources/xml/reports/descendancy_report.xml:8 10641#: resources/xml/reports/fact_sources.xml:8 10642#: resources/xml/reports/family_group_report.xml:11 10643#: resources/xml/reports/individual_ext_report.xml:12 10644#: resources/xml/reports/individual_report.xml:9 10645#: resources/xml/reports/marriage_report.xml:10 10646#: resources/xml/reports/missing_facts_report.xml:8 10647#: resources/xml/reports/occupation_report.xml:7 10648#: resources/xml/reports/pedigree_report.xml:8 10649#: resources/xml/reports/relative_ext_report.xml:8 10650msgid "Page size" 10651msgstr "Paginaformaat" 10652 10653#. I18N: Type of media object 10654#: app/Elements/SourceMediaType.php:75 10655msgid "Painting" 10656msgstr "Schilderij" 10657 10658#. I18N: Name of a country or state 10659#: app/Statistics/Service/CountryService.php:387 10660msgid "Pakistan" 10661msgstr "Pakistan" 10662 10663#. I18N: Name of a country or state 10664#: app/Statistics/Service/CountryService.php:397 10665msgid "Palau" 10666msgstr "Palau" 10667 10668#. I18N: A colour scheme 10669#: app/Module/ColorsTheme.php:124 10670msgid "Palette" 10671msgstr "Palet" 10672 10673#. I18N: Location of an LDS church temple 10674#: app/Elements/TempleCode.php:155 10675msgid "Palmyra, New York, United States" 10676msgstr "Palmyra, New York, Verenigde Staten" 10677 10678#. I18N: Name of a country or state 10679#: app/Statistics/Service/CountryService.php:389 10680msgid "Panama" 10681msgstr "Panama" 10682 10683#. I18N: Location of an LDS church temple 10684#: app/Elements/TempleCode.php:156 10685msgid "Panama City, Panama" 10686msgstr "Panama City, Panama" 10687 10688#. I18N: Location of an LDS church temple 10689#: app/Elements/TempleCode.php:157 10690msgid "Papeete, Tahiti" 10691msgstr "Papeete, Tahiti" 10692 10693#. I18N: Name of a country or state 10694#: app/Statistics/Service/CountryService.php:399 10695msgid "Papua New Guinea" 10696msgstr "Papoea-Nieuw-Guinea" 10697 10698#. I18N: Name of a country or state 10699#: app/Statistics/Service/CountryService.php:409 10700msgid "Paraguay" 10701msgstr "Paraguay" 10702 10703#: app/Gedcom.php:1215 10704msgid "Parent" 10705msgstr "Ouder" 10706 10707#: app/Gedcom.php:688 app/Http/RequestHandlers/IndividualPage.php:214 10708#: resources/views/edit/reorder-families.phtml:72 10709#: resources/views/modules/ancestors-chart/tree.phtml:33 10710#: resources/views/modules/family_nav/sidebar-family.phtml:41 10711msgid "Parents" 10712msgstr "Ouders" 10713 10714#: resources/xml/reports/individual_ext_report.xml:6 10715#: resources/xml/reports/individual_ext_report.xml:89 10716#: resources/xml/reports/missing_facts_report.xml:6 10717#: resources/xml/reports/relative_ext_report.xml:6 10718#: resources/xml/reports/relative_ext_report.xml:41 10719msgid "Parents and siblings" 10720msgstr "Ouders en kinderen" 10721 10722#: resources/views/fact-parent-age.phtml:40 10723msgid "Parent’s age" 10724msgstr "Ouders leeftijd" 10725 10726#. I18N: A configuration setting 10727#: resources/views/admin/site-mail.phtml:149 10728#: resources/views/admin/users-create.phtml:58 10729#: resources/views/admin/users-edit.phtml:68 10730#: resources/views/edit-account-page.phtml:88 10731#: resources/views/login-page.phtml:43 10732#: resources/views/modules/login_block/sign-in.phtml:30 10733#: resources/views/password-reset-page.phtml:34 10734#: resources/views/register-page.phtml:72 10735#: resources/views/setup/step-5-administrator.phtml:78 10736msgid "Password" 10737msgstr "Wachtwoord" 10738 10739#: resources/views/admin/users-create.phtml:63 10740#: resources/views/admin/users-edit.phtml:73 10741#: resources/views/edit-account-page.phtml:93 10742#: resources/views/password-reset-page.phtml:39 10743#: resources/views/register-page.phtml:77 10744msgid "Passwords must be at least 8 characters long and are case-sensitive, so that “secret” is different from “SECRET”." 10745msgstr "Wachtwoorden moeten uit tenminste 8 karakters bestaan en zijn hoofdletter gevoelig, zodat ‘geheim’ verschilt van ‘GEHEIM’." 10746 10747#. I18N: Location of an LDS church temple 10748#: app/Elements/TempleCode.php:158 10749msgid "Payson, Utah, United States" 10750msgstr "Payson, Utah, Verenigde Staten" 10751 10752#. I18N: Name of a module/chart 10753#. I18N: Name of a report 10754#: app/Module/ChartsBlockModule.php:122 app/Module/ChartsBlockModule.php:255 10755#: app/Module/PedigreeChartModule.php:109 10756#: app/Module/PedigreeReportModule.php:40 10757#: resources/xml/reports/pedigree_report.xml:3 10758#: resources/xml/reports/pedigree_report.xml:48 10759msgid "Pedigree" 10760msgstr "Kwartierstaat" 10761 10762#: resources/xml/reports/pedigree_report.xml:750 10763msgid "Pedigree chart" 10764msgstr "Kwartierstaat" 10765 10766#. I18N: Name of a module 10767#: app/Module/PedigreeMapModule.php:107 10768msgid "Pedigree map" 10769msgstr "Grafische kwartierstaat" 10770 10771#. I18N: %s is an individual’s name 10772#: app/Module/PedigreeMapModule.php:153 app/Module/PedigreeMapModule.php:206 10773#, php-format 10774msgid "Pedigree map of %s" 10775msgstr "Grafische kwartierstaat van %s" 10776 10777#. I18N: %s is an individual’s name 10778#: app/Module/PedigreeChartModule.php:155 10779#, php-format 10780msgid "Pedigree tree of %s" 10781msgstr "Kwartierstaat van %s" 10782 10783#. I18N: Name of a module 10784#: app/Http/RequestHandlers/HelpText.php:281 10785#: app/Http/RequestHandlers/PendingChanges.php:67 10786#: app/Module/ModuleThemeTrait.php:441 app/Module/ReviewChangesModule.php:80 10787#: app/Module/ReviewChangesModule.php:134 10788#: resources/views/admin/control-panel.phtml:319 10789#: resources/views/admin/control-panel.phtml:345 10790#: resources/views/pending-changes-page.phtml:78 10791#: resources/xml/reports/change_report.xml:52 10792msgid "Pending changes" 10793msgstr "Uitstaande wijzigingen" 10794 10795#: resources/views/help/pending-changes.phtml:20 10796msgid "Pending changes are only shown when your account has permission to edit. When you sign out, you will no longer be able to see them. Also, pending changes are only shown on certain pages. For example, they are not shown in lists, reports, or search results." 10797msgstr "Uitstaande wijzigingen worden alleen weergegeven wanneer u aangemeld bent en toestemming hebt om gegevens te bewerken. Wanneer u zich afmeldt zijn deze wijzigingen niet meer zichtbaar. Ook zijn deze wijzigingen alleen zichtbaar op bepaalde pagina’s. Uitstaande wijzigingen worden bijvoorbeeld niet weergegeven in lijsten, rapporten of zoekresultaten." 10798 10799#: app/Gedcom.php:863 app/Gedcom.php:903 10800msgid "Permanent number" 10801msgstr "Permanent nummer" 10802 10803#: resources/views/admin/changes-log.phtml:113 10804#: resources/views/admin/site-logs.phtml:105 10805msgid "Permanently delete these records?" 10806msgstr "Deze records permanent verwijderen?" 10807 10808#: resources/views/modules/privacy-policy/page.phtml:18 10809msgid "Personal data" 10810msgstr "Persoonlijke gegevens" 10811 10812#. I18N: Location of an LDS church temple 10813#: app/Elements/TempleCode.php:159 10814msgid "Perth, Australia" 10815msgstr "Perth, Australië" 10816 10817#. I18N: Name of a country or state 10818#: app/Statistics/Service/CountryService.php:393 10819msgid "Peru" 10820msgstr "Peru" 10821 10822#. I18N: Name of a country or state 10823#: app/Statistics/Service/CountryService.php:395 10824msgid "Philippines" 10825msgstr "Republiek der Filipijnen" 10826 10827#. I18N: Location of an LDS church temple 10828#: app/Elements/TempleCode.php:160 10829msgid "Phoenix, Arizona, United States" 10830msgstr "Phoenix, Arizona, Verenigde Staten" 10831 10832#: app/Gedcom.php:381 app/Gedcom.php:486 app/Gedcom.php:512 app/Gedcom.php:767 10833#: app/Gedcom.php:816 app/Gedcom.php:1443 10834#: resources/views/modals/submitter-fields.phtml:25 10835msgid "Phone" 10836msgstr "Telefoon" 10837 10838#: resources/views/search-phonetic-page.phtml:65 10839msgid "Phonetic algorithm" 10840msgstr "Fonetisch algoritme" 10841 10842#: app/Gedcom.php:635 10843msgid "Phonetic name" 10844msgstr "Fonetische naam" 10845 10846#: app/Gedcom.php:383 app/Gedcom.php:514 app/Gedcom.php:1154 10847msgid "Phonetic place" 10848msgstr "Fonetische plaatsnaam" 10849 10850#. I18N: search using “sounds like”, rather than exact spelling 10851#: app/Http/RequestHandlers/SearchPhoneticPage.php:98 10852#: app/Module/SearchMenuModule.php:113 resources/views/branches-page.phtml:37 10853msgid "Phonetic search" 10854msgstr "Fonetisch zoeken" 10855 10856#: app/Gedcom.php:642 10857msgid "Phonetic type" 10858msgstr "Fonetisch type" 10859 10860#. I18N: Type of media object 10861#: app/Elements/SourceMediaType.php:74 app/Gedcom.php:937 10862msgid "Photo" 10863msgstr "Foto" 10864 10865#. I18N: The name of a colour-scheme 10866#: app/Module/ColorsTheme.php:177 10867msgid "Pink Plastic" 10868msgstr "Roze Plastic" 10869 10870#. I18N: Name of a country or state 10871#: app/Statistics/Service/CountryService.php:391 10872msgid "Pitcairn" 10873msgstr "Pitcairn eilanden" 10874 10875#: app/Gedcom.php:382 app/Gedcom.php:513 app/Gedcom.php:783 app/Gedcom.php:936 10876#: app/Gedcom.php:1182 app/Gedcom.php:1347 10877#: app/Http/RequestHandlers/HelpText.php:251 app/Module/FixCemeteryTag.php:85 10878#: resources/views/admin/location-edit.phtml:36 10879#: resources/views/admin/location-edit.phtml:121 10880#: resources/views/admin/locations.phtml:42 10881#: resources/views/lists/families-table.phtml:232 10882#: resources/views/lists/individuals-table.phtml:250 10883#: resources/views/lists/individuals-table.phtml:261 10884#: resources/views/modules/census-assistant.phtml:45 10885#: resources/views/modules/lifespans-chart/page.phtml:45 10886#: resources/views/search-phonetic-page.phtml:56 10887#: resources/xml/reports/bdm_report.xml:6 10888#: resources/xml/reports/bdm_report.xml:134 10889#: resources/xml/reports/bdm_report.xml:160 10890#: resources/xml/reports/bdm_report.xml:194 10891#: resources/xml/reports/birth_report.xml:42 10892#: resources/xml/reports/cemetery_report.xml:52 10893#: resources/xml/reports/death_report.xml:50 10894#: resources/xml/reports/marriage_report.xml:50 10895#: resources/xml/reports/occupation_report.xml:60 10896msgid "Place" 10897msgstr "Plaats" 10898 10899#. I18N: Name of a module/list 10900#: app/Gedcom.php:472 app/Module/PlaceHierarchyListModule.php:102 10901#: app/Module/PlaceHierarchyListModule.php:245 10902#: resources/views/place-hierarchy.phtml:16 10903msgid "Place hierarchy" 10904msgstr "Hiërarchie van plaatsen" 10905 10906#: app/Gedcom.php:1462 10907msgid "Place in Hebrew" 10908msgstr "Plaatsnaam in het Hebreeuws" 10909 10910#: resources/views/modules/place-hierarchy/list.phtml:14 10911msgid "Place list" 10912msgstr "Lijst van plaatsen" 10913 10914#. I18N: Help text for the “Abbreviate place names” configuration setting 10915#: resources/views/admin/trees-preferences.phtml:576 10916msgid "Place names are frequently too long to fit on charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such as <i>village, county</i>, or the last few part of it, such as <i>region, country</i>." 10917msgstr "Plaatsnamen zijn vaak te lang om op diagrammen, lijsten etc. te tonen. Ze kunnen worden afgekort door alleen de eerste delen van de naam te tonen, zoals <i>plaats, gemeente</i>, of het laatste gedeelte er van zoals <i>provincie. land</i>." 10918 10919#: resources/views/help/place.phtml:12 10920msgid "Place names can change over time. In genealogy, it is customary to use the current name for a town or country. The historic name can be shown in sources, notes, etc." 10921msgstr "Plaatsnamen wijzigen in de tijd. In genealogie is het gebruikelijk om de huidige naam voor een plaats of land te gebruiken. De historische naam kan aan de bron, notities, enz. worden toegevoegd." 10922 10923#: resources/views/help/place.phtml:8 10924msgid "Place names should be entered as a comma-separated list, starting with the smallest place and ending with the country. For example, “Westminster, London, England”." 10925msgstr "Plaatsnamen moeten in een lijst gescheiden door komma's ingevoerd te worden, beginnend bij de kleinste plaats en als laatste het land. Bijvoorbeeld, \"Kalverstraat, Amsterdam, Nederland\"." 10926 10927#: app/Gedcom.php:549 10928msgid "Place of LDS baptism" 10929msgstr "Plaats van LDS-doop" 10930 10931#: app/Gedcom.php:689 10932msgid "Place of LDS child sealing" 10933msgstr "Plaats van LDS-kindverzegeling" 10934 10935#: app/Gedcom.php:590 10936msgid "Place of LDS confirmation" 10937msgstr "Plaats van LDS-bevestiging" 10938 10939#: app/Gedcom.php:610 10940msgid "Place of LDS endowment" 10941msgstr "Plaats van LDS-schenking" 10942 10943#: app/Gedcom.php:443 10944msgid "Place of LDS spouse sealing" 10945msgstr "Plaats van LDS-verzegeling aan huwelijkspartner" 10946 10947#: app/Gedcom.php:541 10948msgid "Place of adoption" 10949msgstr "Plaats van adoptie" 10950 10951#: app/Gedcom.php:555 resources/xml/reports/missing_facts_report.xml:140 10952msgid "Place of baptism" 10953msgstr "Doopplaats" 10954 10955#: app/Gedcom.php:558 resources/xml/reports/missing_facts_report.xml:223 10956msgid "Place of bar mitzvah" 10957msgstr "Plaats van bar mitswa" 10958 10959#: app/Gedcom.php:561 resources/xml/reports/missing_facts_report.xml:264 10960msgid "Place of bat mitzvah" 10961msgstr "Plaats van bat mitswa" 10962 10963#: app/Gedcom.php:565 resources/xml/reports/fact_sources.xml:273 10964#: resources/xml/reports/missing_facts_report.xml:93 10965msgid "Place of birth" 10966msgstr "Geboorteplaats" 10967 10968#: app/Gedcom.php:568 10969msgid "Place of blessing" 10970msgstr "Plaats van zegening" 10971 10972#: app/Gedcom.php:892 10973msgid "Place of brit milah" 10974msgstr "Plaats van Brit milah" 10975 10976#: app/Gedcom.php:571 resources/xml/reports/missing_facts_report.xml:557 10977msgid "Place of burial" 10978msgstr "Plaats van begrafenis" 10979 10980#: app/Gedcom.php:582 app/Gedcom.php:584 10981#: resources/xml/reports/missing_facts_report.xml:181 10982msgid "Place of christening" 10983msgstr "Doopplaats" 10984 10985#. I18N: German Bürgerort 10986#: app/Gedcom.php:1309 10987msgid "Place of citizenship" 10988msgstr "Plaats van staatsburgerschap" 10989 10990#: app/Gedcom.php:587 resources/xml/reports/missing_facts_report.xml:305 10991msgid "Place of confirmation" 10992msgstr "Plaats vormsel/confirmatie" 10993 10994#: app/Gedcom.php:596 10995msgid "Place of cremation" 10996msgstr "Plaats van crematie" 10997 10998#: app/Gedcom.php:600 resources/xml/reports/fact_sources.xml:275 10999#: resources/xml/reports/missing_facts_report.xml:516 11000msgid "Place of death" 11001msgstr "Plaats van overlijden" 11002 11003#: app/Gedcom.php:607 11004msgid "Place of emigration" 11005msgstr "Plaats van emigratie" 11006 11007#: app/Gedcom.php:419 resources/xml/reports/missing_facts_report.xml:347 11008msgid "Place of engagement" 11009msgstr "Plaats van verloving" 11010 11011#: app/Gedcom.php:616 app/Gedcom.php:1153 11012msgid "Place of event" 11013msgstr "Plaats van gebeurtenis" 11014 11015#: app/Gedcom.php:626 resources/xml/reports/missing_facts_report.xml:389 11016msgid "Place of first communion" 11017msgstr "Plaats van eerste communie" 11018 11019#: app/Gedcom.php:633 11020msgid "Place of immigration" 11021msgstr "Plaats van immigratie" 11022 11023#: app/Gedcom.php:430 resources/xml/reports/fact_sources.xml:321 11024#: resources/xml/reports/missing_facts_report.xml:474 11025msgid "Place of marriage" 11026msgstr "Huwelijksplaats" 11027 11028#: app/Gedcom.php:425 resources/xml/reports/missing_facts_report.xml:431 11029msgid "Place of marriage banns" 11030msgstr "Ondertrouwplaats" 11031 11032#: app/Gedcom.php:661 11033msgid "Place of naturalization" 11034msgstr "Plaats van naturalisatie" 11035 11036#: app/Gedcom.php:671 11037msgid "Place of ordination" 11038msgstr "Plaats van wijding" 11039 11040#: app/Gedcom.php:679 11041msgid "Place of residence" 11042msgstr "Woonplaats" 11043 11044#. I18N: Name of a module 11045#: app/Module/PlacesModule.php:85 resources/views/admin/tags.phtml:167 11046#: resources/views/admin/trees-preferences.phtml:555 11047#: resources/views/modules/statistics-chart/places.phtml:10 11048#: resources/views/search-replace-page.phtml:47 11049msgid "Places" 11050msgstr "Locaties" 11051 11052#: resources/views/layouts/default.phtml:157 11053#: resources/views/modules/random_media/slide-show.phtml:30 11054#: resources/views/modules/random_media/slide-show.phtml:32 11055msgid "Play" 11056msgstr "Afspelen" 11057 11058#: app/Http/RequestHandlers/ContactAction.php:119 11059msgid "Please enter a valid email address." 11060msgstr "Voer een geldig e-mailadres in." 11061 11062#: app/Http/RequestHandlers/ContactAction.php:114 11063#: app/Http/RequestHandlers/PasswordResetAction.php:85 11064#: app/Http/RequestHandlers/PasswordResetPage.php:77 11065#: app/Http/RequestHandlers/RegisterAction.php:106 11066msgid "Please try again." 11067msgstr "Probeer het opnieuw." 11068 11069#. I18N: a month in the French republican calendar 11070#: app/Date/FrenchDate.php:157 11071msgctxt "GENITIVE" 11072msgid "Pluviose" 11073msgstr "Pluviôse" 11074 11075#. I18N: a month in the French republican calendar 11076#: app/Date/FrenchDate.php:251 11077msgctxt "INSTRUMENTAL" 11078msgid "Pluviose" 11079msgstr "Pluviôse" 11080 11081#. I18N: a month in the French republican calendar 11082#: app/Date/FrenchDate.php:204 11083msgctxt "LOCATIVE" 11084msgid "Pluviose" 11085msgstr "Pluviôse" 11086 11087#. I18N: a month in the French republican calendar 11088#: app/Date/FrenchDate.php:109 11089msgctxt "NOMINATIVE" 11090msgid "Pluviose" 11091msgstr "Pluviôse" 11092 11093#. I18N: Name of a country or state 11094#: app/Statistics/Service/CountryService.php:401 11095msgid "Poland" 11096msgstr "Polen" 11097 11098#: app/SurnameTradition.php:100 11099msgctxt "Surname tradition" 11100msgid "Polish" 11101msgstr "Pools" 11102 11103#. I18N: A configuration setting 11104#: resources/views/admin/site-mail.phtml:107 11105#: resources/views/setup/step-4-database-mysql.phtml:67 11106#: resources/views/setup/step-4-database-pgsql.phtml:59 11107#: resources/views/setup/step-4-database-sqlsvr.phtml:59 11108msgid "Port number" 11109msgstr "Poortnummer" 11110 11111#. I18N: Location of an LDS church temple 11112#: app/Elements/TempleCode.php:162 11113msgid "Portland, Oregon, United States" 11114msgstr "Portland, Oregon, Verenigde Staten" 11115 11116#. I18N: Location of an LDS church temple 11117#: app/Elements/TempleCode.php:154 11118msgid "Porto Alegre, Brazil" 11119msgstr "Porto Alegre, Brazilië" 11120 11121#. I18N: page orientation 11122#: app/Http/RequestHandlers/TreePreferencesPage.php:101 11123#: resources/xml/reports/change_report.xml:10 11124#: resources/xml/reports/pedigree_report.xml:7 11125msgid "Portrait" 11126msgstr "Staand" 11127 11128#. I18N: Name of a country or state 11129#: app/Statistics/Service/CountryService.php:407 11130msgid "Portugal" 11131msgstr "Portugal" 11132 11133#: app/SurnameTradition.php:94 11134msgctxt "Surname tradition" 11135msgid "Portuguese" 11136msgstr "Portugees" 11137 11138#: app/Gedcom.php:370 app/Gedcom.php:482 app/Gedcom.php:502 app/Gedcom.php:757 11139#: app/Gedcom.php:804 app/Gedcom.php:1171 app/Gedcom.php:1221 11140#: app/Gedcom.php:1256 app/Gedcom.php:1288 app/Gedcom.php:1438 11141msgid "Postal code" 11142msgstr "Postcode" 11143 11144#. I18N: Name of a module 11145#: app/Module/PoweredByWebtreesModule.php:41 11146msgid "Powered by webtrees™" 11147msgstr "Aangedreven door webtrees™" 11148 11149#. I18N: a month in the French republican calendar 11150#: app/Date/FrenchDate.php:165 11151msgctxt "GENITIVE" 11152msgid "Prairial" 11153msgstr "Prairial" 11154 11155#. I18N: a month in the French republican calendar 11156#: app/Date/FrenchDate.php:259 11157msgctxt "INSTRUMENTAL" 11158msgid "Prairial" 11159msgstr "Prairial" 11160 11161#. I18N: a month in the French republican calendar 11162#: app/Date/FrenchDate.php:212 11163msgctxt "LOCATIVE" 11164msgid "Prairial" 11165msgstr "Prairial" 11166 11167#. I18N: a month in the French republican calendar 11168#: app/Date/FrenchDate.php:118 11169msgctxt "NOMINATIVE" 11170msgid "Prairial" 11171msgstr "Prairial" 11172 11173#: app/Http/RequestHandlers/SiteRegistrationPage.php:49 11174msgid "Predefined text that states admin will decide on each request for a user account" 11175msgstr "Vooraf gedefinieerde tekst waarin staat dat de beheerder beslist over iedere aanvraag voor een gebruikersaccount" 11176 11177#: app/Http/RequestHandlers/SiteRegistrationPage.php:48 11178msgid "Predefined text that states all users can request a user account" 11179msgstr "Vooraf gedefinieerde tekst waarin staat dat alle bezoekers een gebruikersaccount kunnen aanvragen" 11180 11181#: app/Http/RequestHandlers/SiteRegistrationPage.php:50 11182msgid "Predefined text that states only family members can request a user account" 11183msgstr "Vooraf gedefinieerde tekst, waarin staat dat alleen familieleden een gebruikersnaam kunnen aanvragen" 11184 11185#: app/Http/RequestHandlers/TreePageBlockEdit.php:60 11186#: app/Http/RequestHandlers/TreePreferencesPage.php:164 11187#: app/Http/RequestHandlers/UserPageBlockEdit.php:61 11188#: resources/views/admin/components.phtml:61 11189#: resources/views/admin/components.phtml:64 11190#: resources/views/admin/modules.phtml:74 11191#: resources/views/admin/modules.phtml:76 11192#: resources/views/admin/modules.phtml:147 11193#: resources/views/admin/modules.phtml:150 11194#: resources/views/admin/modules.phtml:153 11195#: resources/views/admin/trees.phtml:100 11196#: resources/views/modules/block-template.phtml:18 11197#: resources/views/modules/block-template.phtml:20 11198msgid "Preferences" 11199msgstr "Voorkeuren" 11200 11201#: resources/views/admin/modules.phtml:43 11202#, php-format 11203msgid "Preferences exist for the module “%s”, but this module no longer exists." 11204msgstr "Voorkeuren zijn ingesteld voor de module “%s”, maar deze module bestaat niet meer." 11205 11206#. I18N: A configuration setting 11207#: resources/views/admin/users-edit.phtml:185 11208msgid "Preferred contact method" 11209msgstr "Voorkeur voor contactmethode" 11210 11211#. I18N: Location of an historic LDS church temple - https://en.wikipedia.org/wiki/President_of_the_Church 11212#: app/Elements/TempleCode.php:161 11213msgid "President’s Office" 11214msgstr "Kantoor van de President" 11215 11216#. I18N: Location of an LDS church temple 11217#: app/Elements/TempleCode.php:163 11218msgid "Preston, England" 11219msgstr "Preston, Engeland" 11220 11221#: app/Http/RequestHandlers/DataFixData.php:103 11222#: app/Http/RequestHandlers/DataFixPreview.php:81 11223#: resources/views/admin/analytics-edit.phtml:27 11224msgid "Preview" 11225msgstr "Voorvertoning" 11226 11227#: app/Elements/RelationIsDescriptor.php:120 11228msgid "Priest" 11229msgstr "Priester" 11230 11231#. I18N: The first day in the French republican calendar 11232#: app/Date/FrenchDate.php:301 11233msgid "Primidi" 11234msgstr "Primidi" 11235 11236#: resources/xml/reports/family_group_report.xml:10 11237msgid "Print basic events when blank" 11238msgstr "Print lege elementaire gebeurtenissen" 11239 11240#: app/Gedcom.php:1078 app/Gedcom.php:1134 app/Gedcom.php:1398 11241msgid "Priority" 11242msgstr "Prioriteit" 11243 11244#: app/Http/RequestHandlers/TreePrivacyPage.php:68 11245#: resources/views/admin/trees.phtml:108 11246msgid "Privacy" 11247msgstr "Privacy" 11248 11249#. I18N: Name of a module 11250#: app/Module/PrivacyPolicy.php:65 app/Module/PrivacyPolicy.php:121 11251#: resources/views/modules/privacy-policy/footer.phtml:16 11252msgid "Privacy policy" 11253msgstr "Privacybeleid" 11254 11255#. I18N: Privacy restrictions are set by RESN tags in GEDCOM. 11256#: resources/views/admin/trees-privacy.phtml:156 11257msgid "Privacy restrictions" 11258msgstr "Privacybeperkingen" 11259 11260#: resources/views/admin/trees-privacy.phtml:218 11261msgid "Privacy restrictions - these apply to records and facts that do not contain a GEDCOM RESN tag" 11262msgstr "Privacybeperkingen - deze worden toegepast op records en feiten zonder GEDCOM RESN-label" 11263 11264#: app/Gedcom.php:1331 app/Gedcom.php:1334 app/Gedcom.php:1344 11265#: app/Gedcom.php:1379 app/Gedcom.php:1385 app/GedcomRecord.php:356 11266#: app/GedcomRecord.php:462 app/Report/ReportParserGenerate.php:1005 11267#: app/Statistics/Repository/EventRepository.php:414 11268msgid "Private" 11269msgstr "Privé" 11270 11271#: resources/views/admin/site-mail.phtml:219 11272msgid "Private key" 11273msgstr "Geheime sleutel" 11274 11275#: app/Gedcom.php:672 11276msgid "Probate" 11277msgstr "Nalatenschap vastleggen" 11278 11279#: app/Gedcom.php:673 11280msgid "Property" 11281msgstr "Eigendom" 11282 11283#. I18N: Location of an LDS church temple 11284#: app/Elements/TempleCode.php:164 11285msgid "Provo City Center, Utah, United States" 11286msgstr "Provo City Center, Utah, Verenigde Staten" 11287 11288#. I18N: Location of an LDS church temple 11289#: app/Elements/TempleCode.php:165 11290msgid "Provo, Utah, United States" 11291msgstr "Provo, Utah, Verenigde Staten" 11292 11293#. I18N: An individual that represents another 11294#: app/Elements/RelationIsDescriptor.php:119 11295msgid "Proxy" 11296msgstr "Gevolmachtigde" 11297 11298#: app/Gedcom.php:787 resources/views/lists/sources-table.phtml:97 11299#: resources/views/modals/source-fields.phtml:36 11300msgid "Publication" 11301msgstr "Publicatie" 11302 11303#. I18N: Name of a country or state 11304#: app/Statistics/Service/CountryService.php:403 11305msgid "Puerto Rico" 11306msgstr "Puerto Rico" 11307 11308#. I18N: Name of a country or state 11309#: app/Statistics/Service/CountryService.php:415 11310msgid "Qatar" 11311msgstr "Qatar" 11312 11313#: app/Gedcom.php:403 app/Gedcom.php:456 app/Gedcom.php:534 app/Gedcom.php:702 11314#: app/Gedcom.php:725 app/Gedcom.php:749 app/Gedcom.php:1065 11315#: app/Gedcom.php:1117 app/Gedcom.php:1200 app/Gedcom.php:1233 11316#: app/Gedcom.php:1564 app/Gedcom.php:1578 11317msgid "Quality of data" 11318msgstr "Kwaliteit van gegevens" 11319 11320#. I18N: The fourth day in the French republican calendar 11321#: app/Date/FrenchDate.php:307 11322msgid "Quartidi" 11323msgstr "Quartidi" 11324 11325#: resources/views/modules/faq/config.phtml:58 11326#: resources/views/modules/faq/edit.phtml:31 11327msgid "Question" 11328msgstr "Vraag" 11329 11330#. I18N: Location of an LDS church temple 11331#: app/Elements/TempleCode.php:166 11332msgid "Quetzaltenango, Guatemala" 11333msgstr "Quetzaltenango, Guatemala" 11334 11335#: resources/views/admin/trees-preferences.phtml:681 11336msgid "Quick family facts" 11337msgstr "Snel toe te voegen feiten/gebeurtenissen voor gezinnen" 11338 11339#: resources/views/admin/trees-preferences.phtml:656 11340msgid "Quick individual facts" 11341msgstr "Snel toe te voegen feiten/gebeurtenissen voor personen" 11342 11343#. I18N: The fifth day in the French republican calendar 11344#: app/Date/FrenchDate.php:309 11345msgid "Quintidi" 11346msgstr "Quintidi" 11347 11348#. I18N: When replying to an email, the subject becomes “RE: subject” 11349#: resources/views/modules/user-messages/user-messages.phtml:115 11350#: resources/views/modules/user-messages/user-messages.phtml:116 11351msgid "RE: " 11352msgstr "RE: " 11353 11354#: app/Elements/RelationIsDescriptor.php:121 11355msgid "Rabbi" 11356msgstr "Rabbijn" 11357 11358#. I18N: https://en.wikipedia.org/wiki/Rabi%27_al-awwal 11359#: app/Date/HijriDate.php:146 11360msgctxt "GENITIVE" 11361msgid "Rabi’ al-awwal" 11362msgstr "Rabi' al-awwal" 11363 11364#. I18N: https://en.wikipedia.org/wiki/Rabi%27_al-awwal 11365#: app/Date/HijriDate.php:236 11366msgctxt "INSTRUMENTAL" 11367msgid "Rabi’ al-awwal" 11368msgstr "Rabi' al-awwal" 11369 11370#. I18N: https://en.wikipedia.org/wiki/Rabi%27_al-awwal 11371#: app/Date/HijriDate.php:191 11372msgctxt "LOCATIVE" 11373msgid "Rabi’ al-awwal" 11374msgstr "Rabi' al-awwal" 11375 11376#. I18N: https://en.wikipedia.org/wiki/Rabi%27_al-awwal 11377#: app/Date/HijriDate.php:101 11378msgctxt "NOMINATIVE" 11379msgid "Rabi’ al-awwal" 11380msgstr "Rabi' al-awwal" 11381 11382#. I18N: https://en.wikipedia.org/wiki/Rabi%27_al-thani 11383#: app/Date/HijriDate.php:148 11384msgctxt "GENITIVE" 11385msgid "Rabi’ al-thani" 11386msgstr "Rabi' al-thani" 11387 11388#. I18N: https://en.wikipedia.org/wiki/Rabi%27_al-thani 11389#: app/Date/HijriDate.php:238 11390msgctxt "INSTRUMENTAL" 11391msgid "Rabi’ al-thani" 11392msgstr "Rabi' al-thani" 11393 11394#. I18N: https://en.wikipedia.org/wiki/Rabi%27_al-thani 11395#: app/Date/HijriDate.php:193 11396msgctxt "LOCATIVE" 11397msgid "Rabi’ al-thani" 11398msgstr "Rabi' al-thani" 11399 11400#. I18N: https://en.wikipedia.org/wiki/Rabi%27_al-thani 11401#: app/Date/HijriDate.php:103 11402msgctxt "NOMINATIVE" 11403msgid "Rabi’ al-thani" 11404msgstr "Rabi' al-thani" 11405 11406#. I18N: “rada” is an Arabic word, pronounced “ra DAH”. It is child-to-parent pedigree, established by wet-nursing. 11407#: app/Elements/PedigreeLinkageType.php:66 11408msgctxt "Female pedigree" 11409msgid "Rada" 11410msgstr "Rada" 11411 11412#. I18N: “rada” is an Arabic word, pronounced “ra DAH”. It is child-to-parent pedigree, established by wet-nursing. 11413#: app/Elements/PedigreeLinkageType.php:56 11414msgctxt "Male pedigree" 11415msgid "Rada" 11416msgstr "Rada" 11417 11418#. I18N: “rada” is an Arabic word, pronounced “ra DAH”. It is child-to-parent pedigree, established by wet-nursing. 11419#: app/Elements/PedigreeLinkageType.php:76 11420msgctxt "Pedigree" 11421msgid "Rada" 11422msgstr "Rada" 11423 11424#. I18N: https://en.wikipedia.org/wiki/Rajab 11425#: app/Date/HijriDate.php:154 11426msgctxt "GENITIVE" 11427msgid "Rajab" 11428msgstr "Rajab" 11429 11430#. I18N: https://en.wikipedia.org/wiki/Rajab 11431#: app/Date/HijriDate.php:244 11432msgctxt "INSTRUMENTAL" 11433msgid "Rajab" 11434msgstr "Rajab" 11435 11436#. I18N: https://en.wikipedia.org/wiki/Rajab 11437#: app/Date/HijriDate.php:199 11438msgctxt "LOCATIVE" 11439msgid "Rajab" 11440msgstr "Rajab" 11441 11442#. I18N: https://en.wikipedia.org/wiki/Rajab 11443#: app/Date/HijriDate.php:109 11444msgctxt "NOMINATIVE" 11445msgid "Rajab" 11446msgstr "Rajab" 11447 11448#. I18N: Location of an LDS church temple 11449#: app/Elements/TempleCode.php:167 11450msgid "Raleigh, North Carolina, United States" 11451msgstr "Raleigh, North Carolina, Verenigde Staten" 11452 11453#. I18N: https://en.wikipedia.org/wiki/Ramadan_%28calendar_month%29 11454#: app/Date/HijriDate.php:158 11455msgctxt "GENITIVE" 11456msgid "Ramadan" 11457msgstr "Ramadan" 11458 11459#. I18N: https://en.wikipedia.org/wiki/Ramadan_%28calendar_month%29 11460#: app/Date/HijriDate.php:248 11461msgctxt "INSTRUMENTAL" 11462msgid "Ramadan" 11463msgstr "Ramadan" 11464 11465#. I18N: https://en.wikipedia.org/wiki/Ramadan_%28calendar_month%29 11466#: app/Date/HijriDate.php:203 11467msgctxt "LOCATIVE" 11468msgid "Ramadan" 11469msgstr "Ramadan" 11470 11471#. I18N: https://en.wikipedia.org/wiki/Ramadan_%28calendar_month%29 11472#: app/Date/HijriDate.php:113 11473msgctxt "NOMINATIVE" 11474msgid "Ramadan" 11475msgstr "Ramadan" 11476 11477#. I18N: Description of the “Slide show” module 11478#: app/Module/SlideShowModule.php:71 11479msgid "Random images from the current family tree." 11480msgstr "Willekeurige afbeeldingen uit de huidige stamboom." 11481 11482#: app/Http/RequestHandlers/ReorderChildrenPage.php:53 11483#: resources/views/family-page-children.phtml:50 11484#: resources/views/family-page-menu.phtml:58 11485#: resources/views/modules/relatives/family.phtml:233 11486msgid "Re-order children" 11487msgstr "Herschik de kinderen" 11488 11489#: app/Http/RequestHandlers/ReorderFamiliesPage.php:52 11490#: resources/views/individual-page-menu.phtml:81 11491#: resources/views/individual-page-menu.phtml:86 11492#: resources/views/modules/relatives/tab.phtml:116 11493msgid "Re-order families" 11494msgstr "Herschik de gezinnen" 11495 11496#: app/Gedcom.php:1474 app/Http/RequestHandlers/ReorderMediaPage.php:49 11497#: app/Module/FixPrimaryTag.php:119 11498#: resources/views/individual-page-menu.phtml:102 11499#: resources/views/individual-page-menu.phtml:107 11500msgid "Re-order media" 11501msgstr "Wijzig volgorde media" 11502 11503#: app/Http/RequestHandlers/ReorderNamesPage.php:49 11504#: resources/views/individual-page-menu.phtml:49 11505#: resources/views/individual-page-menu.phtml:54 11506msgid "Re-order names" 11507msgstr "Namen rangschikken" 11508 11509#: resources/views/admin/users-create.phtml:32 11510#: resources/views/admin/users-edit.phtml:42 11511#: resources/views/admin/users.phtml:27 11512#: resources/views/edit-account-page.phtml:44 11513#: resources/views/emails/register-notify-html.phtml:28 11514#: resources/views/emails/register-notify-text.phtml:22 11515#: resources/views/register-page.phtml:36 11516msgid "Real name" 11517msgstr "Echte naam" 11518 11519#. I18N: Name of a module 11520#: app/Module/RecentChangesModule.php:86 11521#: resources/xml/reports/change_report.xml:92 11522msgid "Recent changes" 11523msgstr "Recente wijzigingen" 11524 11525#: resources/views/calendar-page.phtml:128 11526msgid "Recent years (< 100 yrs)" 11527msgstr "Recente jaren (< 100 jaar)" 11528 11529#. I18N: Location of an LDS church temple 11530#: app/Elements/TempleCode.php:168 11531msgid "Recife, Brazil" 11532msgstr "Recife, Brazilië" 11533 11534#: resources/views/admin/changes-log.phtml:62 11535#: resources/views/admin/changes-log.phtml:136 11536#: resources/views/admin/data-fix-page.phtml:66 11537#: resources/views/admin/trees-privacy.phtml:223 11538#: resources/views/lists/anniversaries-table.phtml:32 11539#: resources/views/modules/clippings/show.phtml:30 11540#: resources/views/modules/recent_changes/changes-table.phtml:43 11541#: resources/views/modules/todo/research-tasks.phtml:30 11542msgid "Record" 11543msgstr "Record" 11544 11545#: app/Gedcom.php:440 app/Gedcom.php:684 app/Gedcom.php:715 app/Gedcom.php:739 11546#: app/Gedcom.php:770 app/Gedcom.php:794 app/Gedcom.php:818 app/Gedcom.php:830 11547#: app/Gedcom.php:935 11548msgid "Record ID number" 11549msgstr "Record-ID-nummer" 11550 11551#: app/Gedcom.php:683 app/Gedcom.php:817 11552msgid "Record file number" 11553msgstr "Recordbestandsnummer" 11554 11555#: resources/views/modules/fix-search-and-replace/options.phtml:62 11556#: resources/views/modules/statistics-chart/other-records.phtml:10 11557#: resources/views/search-general-page.phtml:61 11558msgid "Records" 11559msgstr "Records" 11560 11561#. I18N: Description of the “Legacy URLs” module 11562#: app/Module/RedirectLegacyUrlsModule.php:114 11563msgid "Redirect old URLs from webtrees version 1." 11564msgstr "Oude URL's van webtrees versie 1 omleiden." 11565 11566#. I18N: Location of an LDS church temple 11567#: app/Elements/TempleCode.php:169 11568msgid "Redlands, California, United States" 11569msgstr "Redlands, Californië" 11570 11571#: app/Gedcom.php:436 app/Gedcom.php:674 app/Gedcom.php:713 app/Gedcom.php:737 11572#: app/Gedcom.php:768 app/Gedcom.php:788 11573msgid "Reference number" 11574msgstr "Referentienummer" 11575 11576#. I18N: Location of an LDS church temple 11577#: app/Elements/TempleCode.php:170 11578msgid "Regina, Saskatchewan, Canada" 11579msgstr "Regina, Saskatchewan, Canada" 11580 11581#: app/Elements/MarriageType.php:61 resources/xml/reports/fact_sources.xml:205 11582msgid "Registered partnership" 11583msgstr "Samenlevingscontract" 11584 11585#: app/Elements/RelationIsDescriptor.php:122 11586msgid "Registry officer" 11587msgstr "Ambtenaar bevolkingsregister" 11588 11589#: app/Elements/RelationIsDescriptor.php:87 11590msgctxt "FEMALE" 11591msgid "Registry officer" 11592msgstr "Ambtenaar bevolkingsregister" 11593 11594#: app/Elements/RelationIsDescriptor.php:66 11595msgctxt "MALE" 11596msgid "Registry officer" 11597msgstr "Ambtenaar bevolkingsregister" 11598 11599#. I18N: https://en.wikipedia.org/wiki/Regular_expression 11600#: app/Module/FixSearchAndReplace.php:105 11601msgid "Regular expression" 11602msgstr "Reguliere expressie" 11603 11604#: resources/views/modules/fix-search-and-replace/options.phtml:44 11605msgid "Regular expressions are an advanced pattern matching technique." 11606msgstr "Een reguliere expressie is een geavanceerde patroonherkenningstechniek." 11607 11608#: resources/views/pending-changes-page.phtml:51 11609#: resources/views/pending-changes-page.phtml:89 11610msgid "Reject" 11611msgstr "Ongedaan maken" 11612 11613#: resources/views/pending-changes-page.phtml:105 11614msgid "Reject all changes" 11615msgstr "Alle wijzigingen ongedaan maken" 11616 11617#. I18N: Name of a module/report 11618#: app/Module/IndividualFamiliesReportModule.php:44 11619#: resources/xml/reports/individual_ext_report.xml:3 11620msgid "Related families" 11621msgstr "Verwante gezinnen" 11622 11623#. I18N: Name of a report 11624#: app/Module/RelatedIndividualsReportModule.php:40 11625#: resources/xml/reports/relative_ext_report.xml:3 11626msgid "Related individuals" 11627msgstr "Verwante personen" 11628 11629#: app/Gedcom.php:546 app/Gedcom.php:1055 app/Gedcom.php:1107 11630#: app/Gedcom.php:1461 app/Gedcom.php:1554 app/Gedcom.php:1568 11631#: app/Module/BranchesListModule.php:398 app/Module/BranchesListModule.php:436 11632#: resources/views/fact-association-structure.phtml:85 11633msgid "Relationship" 11634msgstr "Verwantschap" 11635 11636#: app/Gedcom.php:950 app/Gedcom.php:1335 11637msgid "Relationship to father" 11638msgstr "Verwantschap met vader" 11639 11640#: app/Module/RelationshipsChartModule.php:148 11641msgid "Relationship to me" 11642msgstr "Verwantschap met mij" 11643 11644#: app/Gedcom.php:951 app/Gedcom.php:1336 11645msgid "Relationship to mother" 11646msgstr "Verwantschap met moeder" 11647 11648#: app/Gedcom.php:621 11649msgid "Relationship to parents" 11650msgstr "Verwantschap met ouders" 11651 11652#: app/Module/RelationshipsChartModule.php:328 11653#, php-format 11654msgid "Relationship: %s" 11655msgstr "Verwantschap: %s" 11656 11657#. I18N: Name of a module/chart 11658#. I18N: Configuration option 11659#: app/Module/RelationshipsChartModule.php:182 11660#: app/Module/RelationshipsChartModule.php:259 11661#: resources/views/lists/individuals-table.phtml:291 11662#: resources/views/modules/relationships-chart/config.phtml:34 11663msgid "Relationships" 11664msgstr "Verwantschappen" 11665 11666#. I18N: %s are individual’s names 11667#: app/Module/RelationshipsChartModule.php:251 11668#, php-format 11669msgid "Relationships between %1$s and %2$s" 11670msgstr "Verwantschappen tussen %1$s en %2$s" 11671 11672#: app/Gedcom.php:1257 app/Gedcom.php:1289 11673msgid "Reliability of the information" 11674msgstr "Betrouwbaarheid van de informatie" 11675 11676#: app/Gedcom.php:392 app/Gedcom.php:523 app/Gedcom.php:676 app/Gedcom.php:1174 11677#: resources/xml/reports/missing_facts_report.xml:26 11678#: resources/xml/reports/missing_facts_report.xml:587 11679msgid "Religion" 11680msgstr "Religie" 11681 11682#: app/Gedcom.php:669 11683msgid "Religious institution" 11684msgstr "Religieus instituut" 11685 11686#: app/Elements/MarriageType.php:62 resources/xml/reports/fact_sources.xml:199 11687msgid "Religious marriage" 11688msgstr "Kerkelijk huwelijk" 11689 11690#: app/Services/LeafletJsService.php:77 11691msgid "Reload map" 11692msgstr "Plattegrond opnieuw laden" 11693 11694#: app/Gedcom.php:1079 app/Gedcom.php:1135 app/Gedcom.php:1402 11695msgid "Reminder date" 11696msgstr "Herinneringsdatum" 11697 11698#: resources/views/modules/review_changes/config.phtml:27 11699msgid "Reminder email frequency (days)" 11700msgstr "Frequentie voor e-mailherinneringen (dagen)" 11701 11702#: app/Gedcom.php:1481 11703msgid "Remote server" 11704msgstr "Server op afstand" 11705 11706#: app/Module/CensusAssistantModule.php:245 11707#: app/Module/CensusAssistantModule.php:269 11708#: resources/views/modules/clippings/show.phtml:31 11709#: resources/views/modules/clippings/show.phtml:47 11710#: resources/views/modules/favorites/favorites.phtml:36 11711msgid "Remove" 11712msgstr "Verwijder" 11713 11714#. I18N: Name of a module 11715#: app/Module/FixDuplicateLinks.php:58 11716msgid "Remove duplicate links" 11717msgstr "Verwijder dubbele koppelingen" 11718 11719#: resources/views/modules/timeline-chart/page.phtml:74 11720msgid "Remove individual" 11721msgstr "Verwijder persoon" 11722 11723#. I18N: A media path (e.g. c:\aaa\bbb\ccc\ddd.jpeg) in a GEDCOM file 11724#: resources/views/admin/trees-import.phtml:123 11725msgid "Remove the GEDCOM media path from filenames" 11726msgstr "Verwijder het GEDCOM-mediapad uit de bestandsnamen" 11727 11728#: resources/views/admin/locations.phtml:128 11729msgid "Remove this location?" 11730msgstr "Deze locatie verwijderen?" 11731 11732#. I18N: Location of an LDS church temple 11733#: app/Elements/TempleCode.php:171 11734msgid "Reno, Nevada, United States" 11735msgstr "Reno, Nevada, Verenigde Staten" 11736 11737#: resources/views/admin/trees.phtml:198 11738msgid "Renumber" 11739msgstr "Hernummeren" 11740 11741#. I18N: Renumber the records in a family tree 11742#: app/Http/RequestHandlers/RenumberTreePage.php:62 11743#: resources/views/admin/trees-merge.phtml:35 11744#: resources/views/admin/trees-merge.phtml:40 11745msgid "Renumber family tree" 11746msgstr "Stamboom hernummeren" 11747 11748#: resources/views/modules/fix-place-names/options.phtml:21 11749msgid "Replace" 11750msgstr "Vervang" 11751 11752#. I18N: Description of a “Data fix” module 11753#: app/Module/FixCemeteryTag.php:71 11754msgid "Replace cemetery tags with burial places." 11755msgstr "Vervang begraafplaats-labels door plaatsnaam waar begrafenis plaats vond." 11756 11757#: resources/views/search-replace-page.phtml:35 11758msgid "Replace with" 11759msgstr "Vervang door" 11760 11761#: resources/views/modules/fix-search-and-replace/options.phtml:28 11762msgid "Replacement text" 11763msgstr "Vervangende tekst" 11764 11765#: resources/views/modules/user-messages/user-messages.phtml:130 11766#: resources/views/modules/user-messages/user-messages.phtml:131 11767msgid "Reply" 11768msgstr "Antwoord" 11769 11770#: app/Http/RequestHandlers/ReportGenerate.php:113 11771#: resources/views/admin/modules.phtml:224 11772#: resources/views/admin/modules.phtml:227 11773#: resources/views/report-select-page.phtml:22 11774msgid "Report" 11775msgstr "Rapport" 11776 11777#. I18N: Name of a module 11778#: app/Http/RequestHandlers/ModulesReportsPage.php:43 11779#: app/Module/ReportsMenuModule.php:59 app/Module/ReportsMenuModule.php:109 11780#: resources/views/admin/control-panel.phtml:685 11781#: resources/views/admin/modules.phtml:102 11782#: resources/views/admin/modules.phtml:104 11783msgid "Reports" 11784msgstr "Rapporten" 11785 11786#. I18N: Name of a module/list 11787#: app/Module/FixSearchAndReplace.php:114 11788#: app/Module/RepositoryListModule.php:70 11789#: app/Module/RepositoryListModule.php:163 app/Services/AdminService.php:182 11790#: resources/views/admin/control-panel.phtml:323 11791#: resources/views/admin/merge-records-step-1.phtml:57 11792#: resources/views/lists/repositories-table.phtml:45 11793#: resources/views/modules/gedcom_stats/config.phtml:50 11794#: resources/views/modules/gedcom_stats/statistics.phtml:123 11795#: resources/views/modules/html/template-statistics.phtml:52 11796#: resources/views/modules/statistics-chart/other-records.phtml:45 11797#: resources/views/record-page-links.phtml:85 11798#: resources/views/search-general-page.phtml:95 11799#: resources/views/search-results.phtml:70 11800msgid "Repositories" 11801msgstr "Opslagplaatsen" 11802 11803#: app/Gedcom.php:750 app/Gedcom.php:790 11804#: resources/views/admin/trees-privacy.phtml:169 11805#: resources/views/admin/trees.phtml:239 11806#: resources/views/modals/source-fields.phtml:44 11807#: resources/views/modules/favorites/favorites.phtml:121 11808#: resources/views/modules/recent_changes/changes-table.phtml:77 11809msgid "Repository" 11810msgstr "Opslagplaats" 11811 11812#: resources/views/lists/repositories-table.phtml:50 11813msgid "Repository name" 11814msgstr "Naam van Opslagplaats" 11815 11816#. I18N: Name of a country or state 11817#: app/Statistics/Service/CountryService.php:134 11818msgid "Republic of the Congo" 11819msgstr "Congo" 11820 11821#: app/Http/RequestHandlers/PasswordRequestAction.php:111 11822#: app/Http/RequestHandlers/PasswordRequestPage.php:56 11823#: resources/views/modules/login_block/sign-in.phtml:54 11824msgid "Request a new password" 11825msgstr "Vraag nieuw wachtwoord aan" 11826 11827#: app/Http/RequestHandlers/RegisterAction.php:210 11828#: app/Http/RequestHandlers/RegisterPage.php:79 11829#: app/Module/WelcomeBlockModule.php:111 resources/views/login-page.phtml:65 11830#: resources/views/modules/login_block/sign-in.phtml:48 11831msgid "Request a new user account" 11832msgstr "Vraag een nieuw gebruikers­account aan" 11833 11834#: app/Elements/ResearchTaskStatus.php:51 app/Elements/ResearchTaskType.php:50 11835msgid "Research" 11836msgstr "Onderzoek" 11837 11838#: app/Gedcom.php:865 app/Gedcom.php:904 app/Gedcom.php:1068 11839#: app/Gedcom.php:1124 app/Gedcom.php:1397 app/Module/ResearchTaskModule.php:61 11840#: app/Module/ResearchTaskModule.php:64 11841#: resources/views/modules/todo/research-tasks.phtml:36 11842msgid "Research task" 11843msgstr "Onderzoekstaak" 11844 11845#. I18N: Name of a module. Tasks that need further research. 11846#: app/Module/ResearchTaskModule.php:206 11847msgid "Research tasks" 11848msgstr "Onderzoekstaken" 11849 11850#: resources/views/modules/todo/config.phtml:14 11851msgid "Research tasks are special events, added to individuals in your family tree, which identify the need for further research. You can use them as a reminder to check facts against more reliable sources, to obtain documents or photographs, to resolve conflicting information, etc." 11852msgstr "Onderzoekstaken zijn speciale gebeurtenissen, toegevoegd aan personen in uw stamboom die verder onderzocht moeten worden. Ze kunnen worden gebruikt als een geheugensteun om feiten te controleren bij meer betrouwbare bronnen, om documenten of foto's te zoeken, of om tegenstrijdige informatie op te helderen, enz.." 11853 11854#: resources/views/modules/todo/config.phtml:16 11855msgid "Research tasks are stored using the custom GEDCOM tag “_TODO”. Other genealogy applications may not recognize this tag." 11856msgstr "Onderzoekstaken worden opgeslagen met het speciale GEDCOM-label \"_TODO\". Het zou kunnen dat andere genealogieprogramma’s dit label niet herkennen." 11857 11858#: app/Gedcom.php:677 11859msgid "Residence" 11860msgstr "Woonplaats" 11861 11862#: resources/views/edit-blocks-page.phtml:73 11863#: resources/views/edit-blocks-page.phtml:74 11864msgid "Restore the default block layout" 11865msgstr "Herstel de standaard weergave voor blokken" 11866 11867#: app/Http/RequestHandlers/HelpText.php:288 11868#: resources/views/admin/users-edit.phtml:294 11869msgid "Restrict to immediate family" 11870msgstr "Beperk tot naaste familie" 11871 11872#. I18N: a restriction on viewing data 11873#: app/Gedcom.php:393 app/Gedcom.php:439 app/Gedcom.php:524 app/Gedcom.php:680 11874#: app/Gedcom.php:1175 app/Gedcom.php:1487 app/Gedcom.php:1580 11875#: app/Gedcom.php:1582 app/Gedcom.php:1584 app/Gedcom.php:1586 11876#: app/Gedcom.php:1588 app/Gedcom.php:1590 11877#: app/Http/RequestHandlers/HelpText.php:256 11878#: resources/views/modals/restriction-fields.phtml:9 11879msgid "Restriction" 11880msgstr "Beperking" 11881 11882#: resources/views/help/restriction.phtml:8 11883msgid "Restrictions can be added to records and/or facts. They restrict who can view the data and who can edit it." 11884msgstr "U kunt beperkingen toevoegen aan records en feiten. Hiermee bepaalt u wie de gegevens kunnen zien en wie deze kunnen wijzigen." 11885 11886#: resources/views/modules/statistics-chart/custom.phtml:122 11887msgid "Results" 11888msgstr "Resultaten" 11889 11890#: app/Gedcom.php:681 11891msgid "Retirement" 11892msgstr "Pensioen" 11893 11894#. I18N: Name of a country or state 11895#: app/Statistics/Service/CountryService.php:417 11896msgid "Reunion" 11897msgstr "Réunion" 11898 11899#. I18N: Location of an LDS church temple 11900#: app/Elements/TempleCode.php:172 11901msgid "Rexburg, Idaho, United States" 11902msgstr "Rexburg, Idaho, Verenigde Staten" 11903 11904#: app/Gedcom.php:399 app/Gedcom.php:452 app/Gedcom.php:530 app/Gedcom.php:698 11905#: app/Gedcom.php:721 app/Gedcom.php:745 app/Gedcom.php:1061 11906#: app/Gedcom.php:1113 app/Gedcom.php:1196 app/Gedcom.php:1229 11907#: app/Gedcom.php:1560 app/Gedcom.php:1574 11908#: resources/views/admin/users-edit.phtml:288 11909msgid "Role" 11910msgstr "Rol" 11911 11912#. I18N: Name of a country or state 11913#: app/Statistics/Service/CountryService.php:419 11914msgid "Romania" 11915msgstr "Roemenië" 11916 11917#: app/Http/RequestHandlers/HelpText.php:261 11918msgid "Romanized" 11919msgstr "Geromaniseerd" 11920 11921#: app/Gedcom.php:647 11922msgid "Romanized name" 11923msgstr "Geromaniseerde naam" 11924 11925#: app/Gedcom.php:390 app/Gedcom.php:521 app/Gedcom.php:1161 11926msgid "Romanized place" 11927msgstr "Geromaniseerde plaatsnaam" 11928 11929#: app/Gedcom.php:654 11930msgid "Romanized type" 11931msgstr "Geromaniseerd type" 11932 11933#: resources/views/lists/families-table.phtml:181 11934#: resources/views/lists/individuals-table.phtml:228 11935msgid "Roots" 11936msgstr "Wortels" 11937 11938#: app/Gedcom.php:1121 app/Gedcom.php:1307 11939msgid "Rufname" 11940msgstr "Roepnaam" 11941 11942#. I18N: https://en.wikipedia.org/wiki/Soundex 11943#: app/Soundex.php:602 resources/views/branches-page.phtml:41 11944#: resources/views/search-phonetic-page.phtml:71 11945msgid "Russell" 11946msgstr "Russell" 11947 11948#. I18N: Name of a country or state 11949#: app/Statistics/Service/CountryService.php:421 11950msgid "Russia" 11951msgstr "Rusland" 11952 11953#. I18N: Name of a country or state 11954#: app/Statistics/Service/CountryService.php:423 11955msgid "Rwanda" 11956msgstr "Rwanda" 11957 11958#: resources/views/admin/site-mail.phtml:88 11959msgid "SMTP mail server" 11960msgstr "SMTP e-mailserver" 11961 11962#: app/Services/ServerCheckService.php:323 11963msgid "SQLite is only suitable for small sites, testing and evaluation." 11964msgstr "SQLite is alleen geschikt voor kleine websites, testen en evaluatie." 11965 11966#: app/Services/ServerCheckService.php:213 11967#, php-format 11968msgid "SQLite version %s is installed. SQLite version %s or later is required." 11969msgstr "SQLite-versie %s is geïnstalleerd. SQLite-versie %s of hoger is vereist." 11970 11971#. I18N: Use SMTP over SSL/TLS, or Implicit TLS - a secure communications protocol 11972#: app/Services/EmailService.php:205 11973msgid "SSL/TLS" 11974msgstr "SSL/TLS" 11975 11976#. I18N: Use SMTP with STARTTLS, or Explicit TLS - a secure communications protocol 11977#: app/Services/EmailService.php:207 11978msgid "STARTTLS" 11979msgstr "STARTTLS" 11980 11981#. I18N: Location of an LDS church temple 11982#: app/Elements/TempleCode.php:173 11983msgid "Sacramento, California, United States" 11984msgstr "Sacramento, Californië" 11985 11986#. I18N: https://en.wikipedia.org/wiki/Safar 11987#: app/Date/HijriDate.php:144 11988msgctxt "GENITIVE" 11989msgid "Safar" 11990msgstr "Safar" 11991 11992#. I18N: https://en.wikipedia.org/wiki/Safar 11993#: app/Date/HijriDate.php:234 11994msgctxt "INSTRUMENTAL" 11995msgid "Safar" 11996msgstr "Safar" 11997 11998#. I18N: https://en.wikipedia.org/wiki/Safar 11999#: app/Date/HijriDate.php:189 12000msgctxt "LOCATIVE" 12001msgid "Safar" 12002msgstr "Safar" 12003 12004#. I18N: https://en.wikipedia.org/wiki/Safar 12005#: app/Date/HijriDate.php:99 12006msgctxt "NOMINATIVE" 12007msgid "Safar" 12008msgstr "Safar" 12009 12010#. I18N: The name of a colour-scheme 12011#: app/Module/ColorsTheme.php:179 12012msgid "Sage" 12013msgstr "Salie" 12014 12015#. I18N: Name of a country or state 12016#: app/Statistics/Service/CountryService.php:441 12017msgid "Saint Helena" 12018msgstr "Sint Helena" 12019 12020#. I18N: Name of a country or state 12021#: app/Statistics/Service/CountryService.php:284 12022msgid "Saint Kitts and Nevis" 12023msgstr "Saint Kitts en Nevis" 12024 12025#. I18N: Name of a country or state 12026#: app/Statistics/Service/CountryService.php:298 12027msgid "Saint Lucia" 12028msgstr "Saint Lucia" 12029 12030#. I18N: Name of a country or state 12031#: app/Statistics/Service/CountryService.php:455 12032msgid "Saint Pierre and Miquelon" 12033msgstr "Saint Pierre en Miquelon" 12034 12035#. I18N: Name of a country or state 12036#: app/Statistics/Service/CountryService.php:520 12037msgid "Saint Vincent and the Grenadines" 12038msgstr "Saint Vincent en de Grenadines" 12039 12040#. I18N: Location of an LDS church temple 12041#: app/Elements/TempleCode.php:183 12042msgid "Salt Lake City, Utah, United States" 12043msgstr "Salt Lake City, Utah, Verenigde Staten" 12044 12045#: resources/views/modals/media-file-fields.phtml:70 12046msgid "Same as uploaded file" 12047msgstr "Hetzelfde als het geuploade bestand" 12048 12049#. I18N: Name of a country or state 12050#: app/Statistics/Service/CountryService.php:536 12051msgid "Samoa" 12052msgstr "Samoa" 12053 12054#. I18N: Location of an LDS church temple 12055#: app/Elements/TempleCode.php:176 12056msgid "San Antonio, Texas, United States" 12057msgstr "San Antonio, Texas, Verenigde Staten" 12058 12059#. I18N: Location of an LDS church temple 12060#: app/Elements/TempleCode.php:177 12061msgid "San Diego, California, United States" 12062msgstr "San Diego, Californië" 12063 12064#. I18N: Location of an LDS church temple 12065#: app/Elements/TempleCode.php:182 12066msgid "San Jose, Costa Rica" 12067msgstr "San Jose, Costa Rica" 12068 12069#. I18N: Name of a country or state 12070#: app/Statistics/Service/CountryService.php:451 12071msgid "San Marino" 12072msgstr "San Marino" 12073 12074#. I18N: Location of an LDS church temple 12075#: app/Elements/TempleCode.php:174 12076msgid "San Salvador, El Salvador" 12077msgstr "San Salvador, El Salvador" 12078 12079#. I18N: Location of an LDS church temple 12080#: app/Elements/TempleCode.php:175 12081msgid "Santiago, Chile" 12082msgstr "Santiago, Chili" 12083 12084#. I18N: Location of an LDS church temple 12085#: app/Elements/TempleCode.php:178 12086msgid "Santo Domingo, Dominican Republic" 12087msgstr "Santo Domingo, Dominicaanse Republiek" 12088 12089#. I18N: Location of an LDS church temple 12090#: app/Elements/TempleCode.php:186 12091msgid "Sao Paulo, Brazil" 12092msgstr "Sao Paulo, Brazilië" 12093 12094#. I18N: Name of a country or state 12095#: app/Statistics/Service/CountryService.php:459 12096msgid "Sao Tome and Principe" 12097msgstr "Sao Tome en Principe" 12098 12099#. I18N: abbreviation for Saturday 12100#: app/Date/AbstractCalendarDate.php:283 12101#: resources/views/edit/initialize-calendar-popup.phtml:29 12102msgid "Sat" 12103msgstr "Za" 12104 12105#: app/Date/AbstractCalendarDate.php:251 12106msgid "Saturday" 12107msgstr "Zaterdag" 12108 12109#. I18N: Name of a country or state 12110#: app/Statistics/Service/CountryService.php:425 12111msgid "Saudi Arabia" 12112msgstr "Saudi-Arabië" 12113 12114#: app/Gedcom.php:1085 12115msgid "Schema" 12116msgstr "Schema" 12117 12118#: app/Gedcom.php:604 app/Gedcom.php:628 12119msgid "School or college" 12120msgstr "School" 12121 12122#. I18N: Name of a country or state 12123#: app/Statistics/Service/CountryService.php:427 12124msgid "Scotland" 12125msgstr "Schotland" 12126 12127#: app/Gedcom.php:1407 12128msgid "Scrapbook" 12129msgstr "Aantekenboek" 12130 12131#. I18N: “sealing” is a Mormon ceremony. 12132#: app/Elements/PedigreeLinkageType.php:64 12133msgctxt "Female pedigree" 12134msgid "Sealing" 12135msgstr "Verzegeling" 12136 12137#. I18N: “sealing” is a Mormon ceremony. 12138#: app/Elements/PedigreeLinkageType.php:54 12139msgctxt "Male pedigree" 12140msgid "Sealing" 12141msgstr "Verzegeling" 12142 12143#. I18N: “sealing” is a Mormon ceremony. 12144#: app/Elements/PedigreeLinkageType.php:74 12145msgctxt "Pedigree" 12146msgid "Sealing" 12147msgstr "Verzegeling" 12148 12149#. I18N: LDS sealing status; see https://en.wikipedia.org/wiki/Sealing_(Mormonism) 12150#: app/Elements/LdsSpouseSealingDateStatus.php:63 12151msgid "Sealing canceled (divorce)" 12152msgstr "Verzegeling afgezegd (echtscheiding)" 12153 12154#. I18N: Name of a module 12155#. I18N: A button label. 12156#: app/Module/SearchMenuModule.php:48 app/Module/SearchMenuModule.php:90 12157#: resources/views/admin/data-fix-page.phtml:42 12158#: resources/views/admin/location-edit.phtml:123 12159#: resources/views/admin/location-edit.phtml:158 12160#: resources/views/layouts/default.phtml:88 12161#: resources/views/layouts/default.phtml:90 12162#: resources/views/layouts/default.phtml:91 12163#: resources/views/modules/descendancy/sidebar.phtml:16 12164#: resources/views/modules/descendancy/sidebar.phtml:35 12165#: resources/views/modules/fix-place-names/options.phtml:11 12166#: resources/views/search-replace-page.phtml:44 12167msgid "Search" 12168msgstr "Zoek" 12169 12170#. I18N: Name of a module 12171#: app/Http/RequestHandlers/SearchReplacePage.php:47 12172#: app/Module/FixSearchAndReplace.php:77 app/Module/SearchMenuModule.php:138 12173msgid "Search and replace" 12174msgstr "Zoek en vervang" 12175 12176#. I18N: Description of a “Data fix” module 12177#: app/Module/FixSearchAndReplace.php:88 12178msgid "Search and replace text, using simple searches or advanced pattern matching." 12179msgstr "Zoek en vervang tekst door gebruik te maken van een eenvoudige zoekopdracht of geavanceerde patroonherkenning." 12180 12181#. I18N: Help text for the “Description META tag” configuration setting 12182#: resources/views/admin/trees-preferences.phtml:229 12183msgid "Search engines may use this description of your site in their search results." 12184msgstr "Zoekmachines kunnen deze beschrijving van uw site gebruiken in hun zoekresultaten." 12185 12186#: resources/views/modules/media-list/page.phtml:75 12187msgid "Search filters" 12188msgstr "Zoekfilters" 12189 12190#: resources/views/search-general-page.phtml:49 12191#: resources/views/search-replace-page.phtml:26 12192msgid "Search for" 12193msgstr "Zoek naar" 12194 12195#: app/Http/RequestHandlers/ModulesMapGeoLocationsPage.php:44 12196msgid "Search for locations in an external database." 12197msgstr "Zoek naar locaties in een externe database." 12198 12199#: app/Http/RequestHandlers/ModulesMapAutocompletePage.php:44 12200msgid "Search for place names in an external database." 12201msgstr "Zoek naar plaatsnamen in een externe database." 12202 12203#: app/Module/GeonamesAutocomplete.php:68 12204#: app/Module/OpenRouteServiceAutocomplete.php:56 12205#, php-format 12206msgid "Search for place names using %s." 12207msgstr "Zoek naar plaatsnamen met %s." 12208 12209#: resources/views/modules/fix-search-and-replace/options.phtml:38 12210msgid "Search method" 12211msgstr "Zoekmethode" 12212 12213#: resources/views/modules/fix-search-and-replace/options.phtml:18 12214msgid "Search text/pattern" 12215msgstr "Zoek tekst/patroon" 12216 12217#: resources/views/modules/relationships-chart/config.phtml:24 12218msgid "Searching for all possible relationships can take a lot of time in complex trees." 12219msgstr "In complexe stambomen kan het zoeken naar alle mogelijke verwantschappen veel tijd kosten." 12220 12221#. I18N: Location of an LDS church temple 12222#: app/Elements/TempleCode.php:179 12223msgid "Seattle, Washington, United States" 12224msgstr "Seattle, Washington, Verenigde Staten" 12225 12226#: resources/views/admin/merge-records-step-1.phtml:106 12227msgid "Second record" 12228msgstr "Tweede record" 12229 12230#. I18N: A configuration setting 12231#: resources/views/admin/site-mail.phtml:163 12232msgid "Secure connection" 12233msgstr "Beveiligde verbinding" 12234 12235#. I18N: A configuration setting 12236#: resources/views/modules/statcounter/form.phtml:18 12237msgid "Security code" 12238msgstr "Beveiligingscode" 12239 12240#: resources/views/admin/site-mail.phtml:34 12241#: resources/views/modules/fix-search-and-replace/options.phtml:45 12242#, php-format 12243msgid "See %s for more information." 12244msgstr "Zie %s voor meer informatie." 12245 12246#: resources/views/admin/merge-records-step-2.phtml:48 12247#: resources/views/admin/merge-records-step-2.phtml:95 12248#: resources/views/admin/merge-records-step-2.phtml:141 12249msgid "Select" 12250msgstr "Selecteer" 12251 12252#: resources/views/admin/trees-import.phtml:35 12253msgid "Select a GEDCOM file to import" 12254msgstr "Selecteer een GEDCOM-bestand om te importeren" 12255 12256#: resources/views/edit/input-addon-calendar.phtml:12 12257#: resources/views/edit/input-addon-calendar.phtml:15 12258msgid "Select a date" 12259msgstr "Selecteer een datum" 12260 12261#: resources/views/modules/lifespans-chart/page.phtml:39 12262msgid "Select individuals by place or date" 12263msgstr "Selecteer personen op basis van plaats of datum" 12264 12265#. I18N: Description of the “Clippings cart” module 12266#: app/Module/ClippingsCartModule.php:153 12267msgid "Select records from your family tree and save them as a GEDCOM file." 12268msgstr "Selecteer gegevens uit uw stamboom en bewaar ze als een GEDCOM-bestand." 12269 12270#: resources/views/modules/statistics-chart/custom.phtml:148 12271msgid "Select the desired age interval" 12272msgstr "Kies het gewenste leeftijd interval" 12273 12274#: resources/views/admin/merge-records-step-2.phtml:34 12275msgid "Select the facts and events to keep from both records." 12276msgstr "Selecteer de feiten en gebeurtenissen van beide records die u wilt behouden." 12277 12278#: resources/views/admin/merge-records-step-1.phtml:50 12279msgid "Select two records to merge." 12280msgstr "Selecteer twee records om samen te voegen." 12281 12282#: resources/views/admin/site-mail.phtml:210 12283msgid "Selector" 12284msgstr "Selector" 12285 12286#: app/Elements/RelationIsDescriptor.php:123 12287msgid "Seller" 12288msgstr "Verkoper" 12289 12290#: app/Elements/RelationIsDescriptor.php:88 12291msgctxt "FEMALE" 12292msgid "Seller" 12293msgstr "Verkoopster" 12294 12295#: app/Elements/RelationIsDescriptor.php:67 12296msgctxt "MALE" 12297msgid "Seller" 12298msgstr "Verkoper" 12299 12300#: resources/views/admin/broadcast.phtml:65 12301#: resources/views/admin/email-page.phtml:70 12302#: resources/views/contact-page.phtml:79 resources/views/message-page.phtml:68 12303#: resources/views/modules/user-messages/user-messages.phtml:42 12304msgid "Send" 12305msgstr "Verstuur" 12306 12307#: app/Http/RequestHandlers/ContactPage.php:89 12308#: app/Http/RequestHandlers/MessagePage.php:72 12309#: app/Statistics/Repository/UserRepository.php:120 12310#: resources/views/modules/user-messages/user-messages.phtml:30 12311#: resources/views/pending-changes-page.phtml:78 12312msgid "Send a message" 12313msgstr "Bericht versturen" 12314 12315#: app/Services/MessageService.php:210 12316msgid "Send a message to all users" 12317msgstr "Stuur een bericht aan alle gebruikers" 12318 12319#: app/Services/MessageService.php:211 12320msgid "Send a message to users who have never signed in" 12321msgstr "Stuur een bericht aan nooit aangemelde gebruikers" 12322 12323#: app/Services/MessageService.php:212 12324msgid "Send a message to users who have not signed in for 6 months" 12325msgstr "Stuur een bericht aan langer dan 6 maanden niet aangemelde gebruikers" 12326 12327#: resources/views/admin/site-mail.phtml:233 12328msgid "Send a test email using these settings" 12329msgstr "Een test e-mail met deze instellingen verzenden" 12330 12331#. I18N: Label for a configuration option 12332#: resources/views/modules/review_changes/config.phtml:18 12333msgid "Send out reminder emails" 12334msgstr "E-mailherinneringen versturen" 12335 12336#. I18N: A configuration setting 12337#: resources/views/admin/site-mail.phtml:71 12338msgid "Sender email" 12339msgstr "E-mailafzender" 12340 12341#. I18N: A configuration setting 12342#: resources/views/admin/site-mail.phtml:57 12343msgid "Sender name" 12344msgstr "Naam afzender" 12345 12346#: app/Http/RequestHandlers/EmailPreferencesPage.php:67 12347#: resources/views/admin/control-panel.phtml:223 12348msgid "Sending email" 12349msgstr "E-mail versturen" 12350 12351#. I18N: A configuration setting 12352#: resources/views/admin/site-mail.phtml:177 12353msgid "Sending server name" 12354msgstr "Naam van de uitgaande server" 12355 12356#. I18N: Name of a country or state 12357#: app/Statistics/Service/CountryService.php:433 12358msgid "Senegal" 12359msgstr "Senegal" 12360 12361#. I18N: Location of an LDS church temple 12362#: app/Elements/TempleCode.php:180 12363msgid "Seoul, Korea" 12364msgstr "Seoul, Zuid-Korea" 12365 12366#: app/Date/AbstractGregorianJulianDate.php:239 12367msgctxt "Abbreviation for September" 12368msgid "Sep" 12369msgstr "sep." 12370 12371#: app/Gedcom.php:864 12372msgid "Separated" 12373msgstr "Uit elkaar" 12374 12375#: app/Gedcom.php:968 12376msgid "Separation" 12377msgstr "Scheiding" 12378 12379#: app/Date/AbstractGregorianJulianDate.php:136 12380msgctxt "GENITIVE" 12381msgid "September" 12382msgstr "september" 12383 12384#: app/Date/AbstractGregorianJulianDate.php:206 12385msgctxt "INSTRUMENTAL" 12386msgid "September" 12387msgstr "september" 12388 12389#: app/Date/AbstractGregorianJulianDate.php:171 12390msgctxt "LOCATIVE" 12391msgid "September" 12392msgstr "september" 12393 12394#: app/Date/AbstractGregorianJulianDate.php:101 12395#: app/Module/StatisticsChartModule.php:797 12396#: resources/views/edit/initialize-calendar-popup.phtml:19 12397msgctxt "NOMINATIVE" 12398msgid "September" 12399msgstr "september" 12400 12401#. I18N: The seventh day in the French republican calendar 12402#: app/Date/FrenchDate.php:313 12403msgid "Septidi" 12404msgstr "Septidi" 12405 12406#. I18N: Name of a country or state 12407#: app/Statistics/Service/CountryService.php:435 12408msgid "Serbia" 12409msgstr "Servië" 12410 12411#: app/Elements/RelationIsDescriptor.php:124 12412msgid "Servant" 12413msgstr "Bediende" 12414 12415#: app/Elements/RelationIsDescriptor.php:89 12416msgctxt "FEMALE" 12417msgid "Servant" 12418msgstr "Bediende" 12419 12420#: app/Elements/RelationIsDescriptor.php:68 12421msgctxt "MALE" 12422msgid "Servant" 12423msgstr "Bediende" 12424 12425#: app/Http/RequestHandlers/PhpInformation.php:60 12426#: resources/views/admin/control-panel.phtml:251 12427msgid "Server information" 12428msgstr "Serverinformatie" 12429 12430#. I18N: A configuration setting 12431#: resources/views/admin/site-mail.phtml:93 12432#: resources/views/setup/step-4-database-mysql.phtml:47 12433#: resources/views/setup/step-4-database-pgsql.phtml:47 12434#: resources/views/setup/step-4-database-sqlsvr.phtml:47 12435msgid "Server name" 12436msgstr "Servernaam" 12437 12438#: app/Http/RequestHandlers/PasswordResetPage.php:64 12439msgid "Set a new password" 12440msgstr "Een nieuw wachtwoord instellen" 12441 12442#: resources/views/admin/trees.phtml:130 resources/views/admin/trees.phtml:137 12443msgid "Set as default" 12444msgstr "Instellen als standaard" 12445 12446#. I18N: You need to: 12447#: resources/views/emails/verify-notify-html.phtml:39 12448#: resources/views/emails/verify-notify-text.phtml:26 12449msgid "Set the access level for each tree." 12450msgstr "Stel het toegangsniveau voor elke stamboom in." 12451 12452#: app/Http/RequestHandlers/TreePageDefaultEdit.php:69 12453#: resources/views/admin/control-panel.phtml:298 12454msgid "Set the default blocks for new family trees" 12455msgstr "Stel de standaard blokken in voor nieuwe stambomen" 12456 12457#: app/Http/RequestHandlers/UserPageDefaultEdit.php:68 12458#: resources/views/admin/control-panel.phtml:527 12459msgid "Set the default blocks for new users" 12460msgstr "Stel de standaard blokken in voor nieuwe gebruikers" 12461 12462#. I18N: Help text for the “Show dead individuals” configuration setting 12463#: resources/views/admin/trees-privacy.phtml:62 12464msgid "Set the privacy access level for all dead individuals." 12465msgstr "Stelt het privacy-toegangsniveau in voor alle overleden personen." 12466 12467#. I18N: You need to: 12468#: resources/views/emails/verify-notify-html.phtml:37 12469#: resources/views/emails/verify-notify-text.phtml:25 12470msgid "Set the status to “approved”." 12471msgstr "Zet de status op “geaccepteerd”." 12472 12473#. I18N: Help text for the “Allow users to see raw GEDCOM records” configuration setting 12474#: resources/views/admin/trees-preferences.phtml:608 12475msgid "Setting this to <b>Yes</b> will place links on individuals, sources, and families to let users bring up another window containing the raw data taken right out of the GEDCOM file." 12476msgstr "Door deze optie op <b>Ja</b> te zetten worden er op personen, gezinnen en bronnen, links geplaatst die gebruikers een nieuw venster geven met de gegevens uit het GEDCOM-bestand." 12477 12478#: resources/views/layouts/setup.phtml:16 12479#: resources/views/layouts/setup.phtml:24 12480msgid "Setup wizard for webtrees" 12481msgstr "Installatie wizard voor webtrees" 12482 12483#. I18N: The sixth day in the French republican calendar 12484#: app/Date/FrenchDate.php:311 12485msgid "Sextidi" 12486msgstr "Sextidi" 12487 12488#. I18N: Name of a country or state 12489#: app/Statistics/Service/CountryService.php:472 12490msgid "Seychelles" 12491msgstr "Seychellen" 12492 12493#: app/Date/JalaliDate.php:278 12494msgctxt "Abbreviation for Persian month: Shahrivar" 12495msgid "Shah" 12496msgstr "Shah" 12497 12498#. I18N: 6th month in the Persian/Jalali calendar 12499#: app/Date/JalaliDate.php:149 12500msgctxt "GENITIVE" 12501msgid "Shahrivar" 12502msgstr "Shahrivar" 12503 12504#. I18N: 6th month in the Persian/Jalali calendar 12505#: app/Date/JalaliDate.php:239 12506msgctxt "INSTRUMENTAL" 12507msgid "Shahrivar" 12508msgstr "Shahrivar" 12509 12510#. I18N: 6th month in the Persian/Jalali calendar 12511#: app/Date/JalaliDate.php:194 12512msgctxt "LOCATIVE" 12513msgid "Shahrivar" 12514msgstr "Shahrivar" 12515 12516#. I18N: 6th month in the Persian/Jalali calendar 12517#: app/Date/JalaliDate.php:104 12518msgctxt "NOMINATIVE" 12519msgid "Shahrivar" 12520msgstr "Shahrivar" 12521 12522#: resources/views/individual-page-menu.phtml:35 12523#: resources/views/individual-page.phtml:56 12524msgid "Share" 12525msgstr "Delen" 12526 12527#: app/Module/ShareUrlModule.php:41 12528msgid "Share the URL" 12529msgstr "Deel de URL" 12530 12531#: app/Module/ShareAnniversaryModule.php:76 12532msgid "Share the anniversary of an event" 12533msgstr "Deel de gedenkdag van een gebeurtenis" 12534 12535#: app/Gedcom.php:707 resources/views/admin/trees.phtml:256 12536#: resources/views/edit/shared-note.phtml:23 12537#: resources/views/modules/notes/tab.phtml:63 12538#: resources/views/note-page-details.phtml:22 12539msgid "Shared note" 12540msgstr "Gedeelde notitie" 12541 12542#. I18N: Name of a module/list 12543#: app/Module/NoteListModule.php:67 12544#: resources/views/lists/sources-table.phtml:101 12545#: resources/views/search-general-page.phtml:105 12546msgid "Shared notes" 12547msgstr "Gedeelde notities" 12548 12549#. I18N: plural noun - things that can be shared 12550#: app/Http/RequestHandlers/ModulesSharesPage.php:43 12551#: resources/views/admin/control-panel.phtml:727 12552msgid "Shares" 12553msgstr "Delen" 12554 12555#. I18N: https://en.wikipedia.org/wiki/Shawwal 12556#: app/Date/HijriDate.php:160 12557msgctxt "GENITIVE" 12558msgid "Shawwal" 12559msgstr "Shawwal" 12560 12561#. I18N: https://en.wikipedia.org/wiki/Shawwal 12562#: app/Date/HijriDate.php:250 12563msgctxt "INSTRUMENTAL" 12564msgid "Shawwal" 12565msgstr "Shawwal" 12566 12567#. I18N: https://en.wikipedia.org/wiki/Shawwal 12568#: app/Date/HijriDate.php:205 12569msgctxt "LOCATIVE" 12570msgid "Shawwal" 12571msgstr "Shawwal" 12572 12573#. I18N: https://en.wikipedia.org/wiki/Shawwal 12574#: app/Date/HijriDate.php:115 12575msgctxt "NOMINATIVE" 12576msgid "Shawwal" 12577msgstr "Shawwal" 12578 12579#. I18N: https://en.wikipedia.org/wiki/Sha%27aban 12580#: app/Date/HijriDate.php:156 12581msgctxt "GENITIVE" 12582msgid "Sha’aban" 12583msgstr "Sha'aban" 12584 12585#. I18N: https://en.wikipedia.org/wiki/Sha%27aban 12586#: app/Date/HijriDate.php:246 12587msgctxt "INSTRUMENTAL" 12588msgid "Sha’aban" 12589msgstr "Sha'aban" 12590 12591#. I18N: https://en.wikipedia.org/wiki/Sha%27aban 12592#: app/Date/HijriDate.php:201 12593msgctxt "LOCATIVE" 12594msgid "Sha’aban" 12595msgstr "Sha'aban" 12596 12597#. I18N: https://en.wikipedia.org/wiki/Sha%27aban 12598#: app/Date/HijriDate.php:111 12599msgctxt "NOMINATIVE" 12600msgid "Sha’aban" 12601msgstr "Sha'aban" 12602 12603#: resources/xml/reports/descendancy_report.xml:358 12604msgid "She " 12605msgstr "Zij " 12606 12607#: resources/xml/reports/ahnentafel_report.xml:289 12608msgid "She died" 12609msgstr "Zij is overleden" 12610 12611#: resources/xml/reports/ahnentafel_report.xml:261 12612#: resources/xml/reports/descendancy_report.xml:242 12613msgid "She married" 12614msgstr "Zij trouwde met" 12615 12616#: resources/xml/reports/ahnentafel_report.xml:224 12617msgid "She resided at" 12618msgstr "Zij woonde in" 12619 12620#: resources/xml/reports/descendancy_report.xml:331 12621msgid "She was born" 12622msgstr "Zij werd geboren" 12623 12624#: resources/xml/reports/ahnentafel_report.xml:339 12625msgid "She was buried" 12626msgstr "Zij is begraven" 12627 12628#: resources/xml/reports/ahnentafel_report.xml:168 12629msgid "She was christened" 12630msgstr "Zij is gedoopt" 12631 12632#: resources/xml/reports/ahnentafel_report.xml:314 12633msgid "She was cremated" 12634msgstr "Zij is gecremeerd" 12635 12636#. I18N: a month in the Jewish calendar 12637#: app/Date/JewishDate.php:201 12638msgctxt "GENITIVE" 12639msgid "Shevat" 12640msgstr "Shevat" 12641 12642#. I18N: a month in the Jewish calendar 12643#: app/Date/JewishDate.php:305 12644msgctxt "INSTRUMENTAL" 12645msgid "Shevat" 12646msgstr "Shevat" 12647 12648#. I18N: a month in the Jewish calendar 12649#: app/Date/JewishDate.php:253 12650msgctxt "LOCATIVE" 12651msgid "Shevat" 12652msgstr "Shevat" 12653 12654#. I18N: a month in the Jewish calendar 12655#: app/Date/JewishDate.php:149 12656msgctxt "NOMINATIVE" 12657msgid "Shevat" 12658msgstr "Shevat" 12659 12660#. I18N: The name of a colour-scheme 12661#: app/Module/ColorsTheme.php:181 12662msgid "Shiny Tomato" 12663msgstr "Glanzende Tomaat" 12664 12665#: resources/views/help/date.phtml:35 resources/views/help/date.phtml:73 12666#: resources/views/help/date.phtml:111 12667msgid "Shortcut" 12668msgstr "Korte manier" 12669 12670#: resources/views/modules/statistics-chart/marriage-length.phtml:28 12671msgid "Shortest marriage" 12672msgstr "Kortste huwelijk" 12673 12674#: resources/views/calendar-page.phtml:106 12675msgid "Show" 12676msgstr "Toon" 12677 12678#. I18N: A configuration setting 12679#: resources/views/admin/trees-preferences.phtml:278 12680msgid "Show a download link in the media viewer" 12681msgstr "Toon een downloadlink in de mediaviewer" 12682 12683#. I18N: Description of the “Cookie warning” module 12684#: app/Module/PrivacyPolicy.php:76 12685msgid "Show a privacy policy." 12686msgstr "Privacybeleid tonen." 12687 12688#. I18N: A configuration setting 12689#: resources/views/admin/site-registration.phtml:66 12690msgid "Show acceptable use agreement on “Request a new user account” page" 12691msgstr "Toon Algemene Gebruiksovereenkomst op de pagina «Vraag nieuw gebruikersaccount aan»" 12692 12693#: resources/views/modules/media/tab.phtml:22 12694msgid "Show all media" 12695msgstr "Toon alle media" 12696 12697#: resources/views/modules/notes/tab.phtml:28 12698msgid "Show all notes" 12699msgstr "Toon alle notities" 12700 12701#: app/Module/PlaceHierarchyListModule.php:216 12702msgid "Show all places in a list" 12703msgstr "Toon alle plaatsen in een lijst" 12704 12705#: resources/views/modules/sources_tab/tab.phtml:24 12706msgid "Show all sources" 12707msgstr "Toon alle bronnen" 12708 12709#. I18N: an age indicator, which can be dragged around the screen 12710#: resources/views/modules/timeline-chart/page.phtml:81 12711msgid "Show an age cursor" 12712msgstr "Leeftijd indicator tonen" 12713 12714#: resources/xml/reports/ahnentafel_report.xml:12 12715msgid "Show children of ancestors" 12716msgstr "Kinderen van voorouders weergeven" 12717 12718#: resources/views/lists/families-table.phtml:212 12719msgid "Show couples where either partner married more than once." 12720msgstr "Toon echtparen waarvan een van beide partners meerdere keren trouwde." 12721 12722#: resources/views/lists/families-table.phtml:163 12723msgid "Show couples where only the female partner is dead." 12724msgstr "Toon paren, waarvan alleen de vrouwelijke partner is overleden." 12725 12726#: resources/views/lists/families-table.phtml:168 12727msgid "Show couples where only the male partner is dead." 12728msgstr "Toon paren, waarvan alleen de mannelijke partner is overleden." 12729 12730#: resources/views/lists/families-table.phtml:197 12731msgid "Show couples who married more than 100 years ago." 12732msgstr "Toon echtparen die meer dan 100 jaar geleden zijn getrouwd." 12733 12734#: resources/views/lists/families-table.phtml:202 12735msgid "Show couples who married within the last 100 years." 12736msgstr "Toon echtparen die getrouwd zijn in de laatste 100 jaar." 12737 12738#: resources/views/lists/families-table.phtml:192 12739msgid "Show couples with an unknown marriage date." 12740msgstr "Toon paren met een onbekende huwelijksdatum." 12741 12742#. I18N: label for yes/no option 12743#: resources/views/modules/gedcom_stats/config.phtml:35 12744msgid "Show date of last update" 12745msgstr "Laatste wijzigingsdatum tonen" 12746 12747#. I18N: A configuration setting 12748#: resources/views/admin/trees-privacy.phtml:52 12749msgid "Show dead individuals" 12750msgstr "Toon overleden personen" 12751 12752#: resources/views/lists/families-table.phtml:207 12753msgid "Show divorced couples." 12754msgstr "Toon gescheiden paren." 12755 12756#: resources/views/lists/individuals-table.phtml:214 12757msgid "Show individuals born more than 100 years ago." 12758msgstr "Toon personen, meer dan 100 jaar geleden geboren." 12759 12760#: resources/views/lists/individuals-table.phtml:219 12761msgid "Show individuals born within the last 100 years." 12762msgstr "Toon personen, geboren in de laatste 100 jaar." 12763 12764#: resources/views/lists/individuals-table.phtml:191 12765msgid "Show individuals who are alive or couples where both partners are alive." 12766msgstr "Toon nog levende personen, of paren waarvan beide partners nog leven." 12767 12768#: resources/views/lists/families-table.phtml:173 12769#: resources/views/lists/individuals-table.phtml:196 12770msgid "Show individuals who are dead or couples where both partners are dead." 12771msgstr "Toon overleden personen, of paren waarvan beide partners zijn overleden." 12772 12773#: resources/views/lists/individuals-table.phtml:201 12774msgid "Show individuals who died more than 100 years ago." 12775msgstr "Toon personen, meer dan 100 jaar geleden gestorven." 12776 12777#: resources/views/lists/individuals-table.phtml:206 12778msgid "Show individuals who died within the last 100 years." 12779msgstr "Toon personen, gestorven in de laatste 100 jaar." 12780 12781#. I18N: A configuration setting 12782#: resources/views/admin/site-preferences.phtml:98 12783msgid "Show list of family trees" 12784msgstr "Toon lijst met stambomen" 12785 12786#. I18N: A configuration setting 12787#: resources/views/admin/trees-privacy.phtml:84 12788msgid "Show living individuals" 12789msgstr "Toon levende personen" 12790 12791#. I18N: A configuration setting 12792#: resources/views/admin/trees-privacy.phtml:122 12793msgid "Show names of private individuals" 12794msgstr "Toon namen van privépersonen" 12795 12796#: resources/xml/reports/ahnentafel_report.xml:9 12797#: resources/xml/reports/family_group_report.xml:8 12798#: resources/xml/reports/individual_ext_report.xml:10 12799#: resources/xml/reports/individual_report.xml:7 12800msgid "Show notes" 12801msgstr "Notities weergeven" 12802 12803#: resources/xml/reports/ahnentafel_report.xml:10 12804msgid "Show occupations" 12805msgstr "Beroepen weergeven" 12806 12807#: resources/views/modules/todays_events/config.phtml:19 12808#: resources/views/modules/upcoming_events/config.phtml:31 12809msgid "Show only events of living individuals" 12810msgstr "Alleen gebeurtenissen van levende personen tonen" 12811 12812#: resources/views/lists/individuals-table.phtml:179 12813msgid "Show only females." 12814msgstr "Toon alleen vrouwen." 12815 12816#: resources/views/lists/individuals-table.phtml:184 12817msgid "Show only individuals for whom the gender is not known." 12818msgstr "Toon alleen personen waarvan het geslacht onbekend is." 12819 12820#: resources/views/modules/random_media/config.phtml:17 12821msgid "Show only individuals, events, or all" 12822msgstr "Personen, gebeurtenissen of alles tonen" 12823 12824#: resources/views/lists/individuals-table.phtml:174 12825msgid "Show only males." 12826msgstr "Toon alleen mannen." 12827 12828#: resources/views/lists/families-table.phtml:421 12829#: resources/views/lists/individuals-table.phtml:429 12830msgid "Show parents" 12831msgstr "Toon ouders" 12832 12833#: resources/views/admin/site-mail.phtml:152 12834#: resources/views/admin/users-create.phtml:61 12835#: resources/views/admin/users-edit.phtml:71 12836#: resources/views/edit-account-page.phtml:91 12837#: resources/views/login-page.phtml:46 12838#: resources/views/modules/login_block/sign-in.phtml:32 12839#: resources/views/password-reset-page.phtml:37 12840#: resources/views/register-page.phtml:75 12841#: resources/views/setup/step-4-database-mysql.phtml:99 12842#: resources/views/setup/step-4-database-pgsql.phtml:86 12843#: resources/views/setup/step-4-database-sqlsvr.phtml:86 12844#: resources/views/setup/step-5-administrator.phtml:81 12845msgid "Show password" 12846msgstr "Toon wachtwoord" 12847 12848#: resources/xml/reports/change_report.xml:8 12849msgid "Show pending changes" 12850msgstr "Toon uitstaande wijzigingen" 12851 12852#: resources/xml/reports/family_group_report.xml:9 12853#: resources/xml/reports/individual_ext_report.xml:11 12854#: resources/xml/reports/individual_report.xml:8 12855msgid "Show photos" 12856msgstr "Toon foto's" 12857 12858#: app/Module/PlaceHierarchyListModule.php:210 12859msgid "Show place hierarchy" 12860msgstr "Toon hiërarchie van plaatsen" 12861 12862#. I18N: A configuration setting 12863#: resources/views/admin/trees-privacy.phtml:142 12864msgid "Show private relationships" 12865msgstr "Toon privéverwantschappen" 12866 12867#: resources/views/modules/todo/config.phtml:21 12868msgid "Show research tasks that are assigned to other users" 12869msgstr "Toon onderzoekstaken die zijn toegewezen aan andere gebruikers" 12870 12871#: resources/views/modules/todo/config.phtml:31 12872msgid "Show research tasks that are not assigned to any user" 12873msgstr "Toon onderzoekstaken die niet aan een gebruiker zijn toegewezen" 12874 12875#: resources/views/modules/todo/config.phtml:40 12876msgid "Show research tasks that have a date in the future" 12877msgstr "Toon onderzoekstaken die een datum in de toekomst hebben" 12878 12879#: resources/xml/reports/ahnentafel_report.xml:11 12880msgid "Show residences" 12881msgstr "Woonplaatsen weergeven" 12882 12883#: resources/views/modules/random_media/config.phtml:37 12884msgid "Show slide show controls" 12885msgstr "Besturingsknoppen diavoorstelling tonen" 12886 12887#: resources/xml/reports/ahnentafel_report.xml:8 12888#: resources/xml/reports/descendancy_report.xml:7 12889#: resources/xml/reports/family_group_report.xml:7 12890#: resources/xml/reports/individual_ext_report.xml:9 12891#: resources/xml/reports/individual_report.xml:6 12892msgid "Show sources" 12893msgstr "Bronnen weergeven" 12894 12895#: resources/views/modules/family-book-chart/page.phtml:62 12896#: resources/views/modules/hourglass-chart/page.phtml:50 12897#: resources/xml/reports/pedigree_report.xml:6 12898msgid "Show spouses" 12899msgstr "Toon partners" 12900 12901#: resources/views/lists/families-table.phtml:425 12902#: resources/views/lists/individuals-table.phtml:433 12903msgid "Show statistics charts" 12904msgstr "Toon statistiekendiagrammen" 12905 12906#. I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name 12907#: resources/views/admin/trees-preferences.phtml:571 12908#, php-format 12909msgid "Show the %1$s %2$s parts of a place name." 12910msgstr "Toon de %1$s %2$s delen van een plaatsnaam." 12911 12912#. I18N: Description of the “Pedigree map” module 12913#: app/Module/PedigreeMapModule.php:118 12914msgid "Show the birthplace of ancestors on a map." 12915msgstr "Toon de geboorteplaats van voorouders op de kaart." 12916 12917#. I18N: label for a yes/no option 12918#: resources/views/modules/recent_changes/config.phtml:67 12919msgid "Show the date and time" 12920msgstr "Toon de datum en tijd" 12921 12922#: resources/views/modules/html/config.phtml:51 12923msgid "Show the date and time of update" 12924msgstr "Toon de datum en tijd van de update" 12925 12926#: resources/views/admin/trees-preferences.phtml:426 12927msgid "Show the events of close relatives on the individual page" 12928msgstr "Toon gebeurtenissen van naaste familie op persoonspagina" 12929 12930#. I18N: A configuration setting 12931#: resources/views/admin/trees-privacy.phtml:33 12932msgid "Show the family tree" 12933msgstr "Toon de stamboom" 12934 12935#: app/Module/IndividualListModule.php:366 12936msgid "Show the list of individuals" 12937msgstr "Toon de lijst met personen" 12938 12939#: app/Module/IndividualListModule.php:372 12940msgid "Show the list of surnames" 12941msgstr "Toon de lijst van achternamen" 12942 12943#: app/Http/RequestHandlers/ModulesMapLinksPage.php:44 12944#: app/Module/ModuleMapLinkTrait.php:49 12945msgid "Show the location of an event on an external map." 12946msgstr "Toon de locatie van een gebeurtenis op een externe kaart." 12947 12948#. I18N: Description of the “Places” module 12949#: app/Module/PlacesModule.php:96 12950msgid "Show the location of events on a map." 12951msgstr "Toon de locatie van gebeurtenissen op de kaart." 12952 12953#. I18N: label for a yes/no option 12954#: resources/views/modules/recent_changes/config.phtml:58 12955msgid "Show the user who made the change" 12956msgstr "Toon de gebruiker die de wijziging maakte" 12957 12958#. I18N: Label for a configuration option 12959#: resources/views/modules/faq/edit.phtml:53 12960#: resources/views/modules/html/config.phtml:60 12961#: resources/views/modules/stories/edit.phtml:60 12962msgid "Show this block for which languages" 12963msgstr "Voor welke talen moet dit blok getoond worden" 12964 12965#: resources/views/admin/trees-preferences.phtml:298 12966msgid "Show thumbnail images in charts and family groups." 12967msgstr "Toon miniatuurafbeeldingen in diagrammen en overzichten." 12968 12969#: app/Auth.php:563 app/Auth.php:576 app/Elements/RestrictionNotice.php:77 12970#: app/Http/RequestHandlers/TreePreferencesPage.php:126 12971#: app/Http/RequestHandlers/TreePrivacyPage.php:93 12972#: resources/views/modals/restriction-fields.phtml:21 12973msgid "Show to managers" 12974msgstr "Toon aan managers" 12975 12976#: app/Auth.php:562 app/Auth.php:575 app/Elements/RestrictionNotice.php:76 12977#: app/Http/RequestHandlers/TreePreferencesPage.php:125 12978#: app/Http/RequestHandlers/TreePrivacyPage.php:92 12979#: resources/views/admin/trees-privacy.phtml:41 12980#: resources/views/admin/trees-privacy.phtml:92 12981#: resources/views/modals/restriction-fields.phtml:18 12982msgid "Show to members" 12983msgstr "Toon aan leden" 12984 12985#: app/Auth.php:561 app/Auth.php:574 app/Elements/RestrictionNotice.php:75 12986#: app/Http/RequestHandlers/TreePrivacyPage.php:91 12987#: resources/views/admin/trees-privacy.phtml:41 12988#: resources/views/admin/trees-privacy.phtml:92 12989#: resources/views/admin/trees-privacy.phtml:150 12990#: resources/views/modals/restriction-fields.phtml:15 12991msgid "Show to visitors" 12992msgstr "Toon aan bezoekers" 12993 12994#: resources/views/lists/families-table.phtml:185 12995#: resources/views/lists/individuals-table.phtml:232 12996msgid "Show “leaves” couples or individuals. These are individuals who are alive but have no children recorded in the database." 12997msgstr "Toon «blad»-paren of personen. Dit zijn nog levende personen, waarvan geen kinderen zijn opgenomen in de database." 12998 12999#: resources/views/lists/families-table.phtml:180 13000#: resources/views/lists/individuals-table.phtml:227 13001msgid "Show “roots” couples or individuals. These individuals may also be called “patriarchs”. They are individuals who have no parents recorded in the database." 13002msgstr "Toon «wortel»-paren of personen. Deze mensen worden ook wel «patriarchen» genoemd. Zij zijn personen, waarvan geen ouders zijn opgenomen in de database." 13003 13004#. I18N: %s are placeholders for numbers 13005#: resources/views/lists/datatables-attributes.phtml:24 13006#: resources/views/lists/datatables-attributes.phtml:25 13007#: resources/views/pending-changes-page.phtml:24 13008#, php-format 13009msgid "Showing %1$s to %2$s of %3$s" 13010msgstr "Toont %1$s tot %2$s van %3$s" 13011 13012#: resources/views/modules/pedigree-chart/previous.phtml:22 13013msgid "Sibling" 13014msgstr "Broer/zus" 13015 13016#: resources/views/modules/pedigree-chart/previous.phtml:20 13017msgid "Siblings" 13018msgstr "Broers/zussen" 13019 13020#: resources/views/admin/modules.phtml:177 13021#: resources/views/admin/modules.phtml:180 13022msgid "Sidebar" 13023msgstr "Zijpaneel" 13024 13025#: app/Http/RequestHandlers/ModulesSidebarsPage.php:43 13026#: resources/views/admin/control-panel.phtml:713 13027#: resources/views/admin/modules.phtml:86 13028#: resources/views/admin/modules.phtml:88 13029msgid "Sidebars" 13030msgstr "Zijpaneel" 13031 13032#. I18N: Name of a country or state 13033#: app/Statistics/Service/CountryService.php:447 13034msgid "Sierra Leone" 13035msgstr "Sierra Leone" 13036 13037#. I18N: Name of a module 13038#: app/Http/RequestHandlers/LoginPage.php:80 app/Module/LoginBlockModule.php:43 13039#: app/Module/LoginBlockModule.php:75 app/Module/ModuleThemeTrait.php:297 13040msgid "Sign in" 13041msgstr "Aanmelden" 13042 13043#: app/Module/LoginBlockModule.php:70 app/Module/ModuleThemeTrait.php:313 13044#: resources/views/layouts/administration.phtml:65 13045msgid "Sign out" 13046msgstr "Afmelden" 13047 13048#: app/Http/RequestHandlers/SiteRegistrationPage.php:44 13049#: resources/views/admin/control-panel.phtml:229 13050msgid "Sign-in and registration" 13051msgstr "Aanmelden en registratie" 13052 13053#: resources/views/help/date.phtml:136 13054msgid "Simple dates are assumed to be in the gregorian calendar. To specify a date in another calendar, add a keyword before the date. This keyword is optional if the month or year format make the date unambiguous." 13055msgstr "De Gregoriaanse kalender wordt standaard gebruikt voor simpele data. Om een andere kalender te gebruiken moet een sleutelwoord worden toegevoegd vóór de datum. Dit sleutelwoord is optioneel als het formaat van het jaar of de maand de datum ondubbelzinnig maakt." 13056 13057#. I18N: Name of a country or state 13058#: app/Statistics/Service/CountryService.php:437 13059msgid "Singapore" 13060msgstr "Singapore" 13061 13062#: resources/xml/reports/individual_ext_report.xml:363 13063#: resources/xml/reports/individual_report.xml:352 13064msgid "Sister" 13065msgstr "Zus" 13066 13067#. I18N: A configuration setting 13068#: resources/views/modules/google-analytics/form.phtml:9 13069#: resources/views/modules/matomo-analytics/form.phtml:9 13070#: resources/views/modules/statcounter/form.phtml:9 13071msgid "Site identification code" 13072msgstr "Website identificatie code" 13073 13074#. I18N: Help text for the “Preferred contact method” configuration setting 13075#: resources/views/admin/users-edit.phtml:191 13076#: resources/views/edit-account-page.phtml:140 13077msgid "Site members can send each other messages. You can choose to how these messages are sent to you, or choose not receive them at all." 13078msgstr "Leden kunnen elkaar berichten sturen via de website. U kunt hier kiezen hoe de berichten aan u worden verstuurd, of ervoor kiezen om ze helemaal niet te ontvangen." 13079 13080#. I18N: A configuration setting 13081#: resources/views/modules/bing-webmaster-tools/form.phtml:9 13082#: resources/views/modules/google-webmaster-tools/form.phtml:9 13083msgid "Site verification code" 13084msgstr "Website verificatie code" 13085 13086#: resources/views/modules/bing-webmaster-tools/form.phtml:18 13087#: resources/views/modules/google-webmaster-tools/form.phtml:18 13088msgid "Site verification codes do not work when webtrees is installed in a subfolder." 13089msgstr "Website-verificatiecodes werken niet als webtrees is geïnstalleerd in een submap." 13090 13091#. I18N: Name of a module - see https://en.wikipedia.org/wiki/Sitemaps 13092#: app/Module/SiteMapModule.php:160 13093msgid "Sitemaps" 13094msgstr "Sitemaps" 13095 13096#. I18N: The www.sitemaps.org site is translated into many languages (e.g. https://www.sitemaps.org/fr/) - choose an appropriate URL. 13097#: resources/views/modules/sitemap/config.phtml:23 13098msgid "Sitemaps are a way for webmasters to tell search engines about the pages on a website that are available for crawling. All major search engines support sitemaps. For more information, see <a href=\"https://www.sitemaps.org/\">www.sitemaps.org</a>." 13099msgstr "Sitemaps zijn een manier om webmasters aan zoekmachines te laten weten welke pagina's op een website beschikbaar zijn om te doorzoeken. Alle grote zoekmachines ondersteunen sitemaps. Voor meer informatie, zie <a href=\"https://www.sitemaps.org/nl/\">www.sitemaps.org</a>." 13100 13101#. I18N: a month in the Jewish calendar 13102#: app/Date/JewishDate.php:211 13103msgctxt "GENITIVE" 13104msgid "Sivan" 13105msgstr "Sivan" 13106 13107#. I18N: a month in the Jewish calendar 13108#: app/Date/JewishDate.php:315 13109msgctxt "INSTRUMENTAL" 13110msgid "Sivan" 13111msgstr "Sivan" 13112 13113#. I18N: a month in the Jewish calendar 13114#: app/Date/JewishDate.php:263 13115msgctxt "LOCATIVE" 13116msgid "Sivan" 13117msgstr "Sivan" 13118 13119#. I18N: a month in the Jewish calendar 13120#: app/Date/JewishDate.php:159 13121msgctxt "NOMINATIVE" 13122msgid "Sivan" 13123msgstr "Sivan" 13124 13125#. I18N: Skip over the headers and menus, to the main content of the page 13126#: resources/views/layouts/administration.phtml:46 13127#: resources/views/layouts/default.phtml:74 13128msgid "Skip to content" 13129msgstr "Spring naar inhoud" 13130 13131#: app/Elements/RelationIsDescriptor.php:125 13132msgid "Slave" 13133msgstr "Slaaf" 13134 13135#: app/Elements/RelationIsDescriptor.php:90 13136msgctxt "FEMALE" 13137msgid "Slave" 13138msgstr "Slavin" 13139 13140#: app/Elements/RelationIsDescriptor.php:69 13141msgctxt "MALE" 13142msgid "Slave" 13143msgstr "Slaaf" 13144 13145#. I18N: Name of a module 13146#: app/Module/SlideShowModule.php:201 13147msgid "Slide show" 13148msgstr "Diavoorstelling" 13149 13150#. I18N: Name of a country or state 13151#: app/Statistics/Service/CountryService.php:463 13152msgid "Slovakia" 13153msgstr "Slovakije" 13154 13155#. I18N: Name of a country or state 13156#: app/Statistics/Service/CountryService.php:465 13157msgid "Slovenia" 13158msgstr "Slovenië" 13159 13160#: resources/views/setup/step-2-server-checks.phtml:68 13161msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 13162msgstr "Kleine systemen (500 personen): 16-32 MB, 10-20 seconden" 13163 13164#. I18N: Location of an LDS church temple 13165#: app/Elements/TempleCode.php:185 13166msgid "Snowflake, Arizona, United States" 13167msgstr "Snowflake, Arizona, Verenigde Staten" 13168 13169#: app/Gedcom.php:703 13170msgid "Social security number" 13171msgstr "Social security number (USA)" 13172 13173#. I18N: Name of a country or state 13174#: app/Statistics/Service/CountryService.php:445 13175msgid "Solomon Islands" 13176msgstr "Solomon-eilanden" 13177 13178#. I18N: Name of a country or state 13179#: app/Statistics/Service/CountryService.php:453 13180msgid "Somalia" 13181msgstr "Somalië" 13182 13183#. I18N: Help text for the “GEDCOM media path” configuration setting. A “path” is something like “C:\Documents\Genealogy\Photos\John_Smith.jpeg” 13184#: resources/views/admin/trees-import.phtml:129 13185msgid "Some genealogy software creates GEDCOM files that contain media filenames with full paths. These paths will not exist on the web-server. To allow webtrees to find the file, the first part of the path must be removed." 13186msgstr "Sommige genealogieprogramma's maken GEDCOM-bestanden die mediabestandsnamen bevatten met volledige padnamen. Deze paden bestaan niet op de webserver. Om het webtrees mogelijk te maken deze bestanden te vinden, moet het eerste deel van het pad worden verwijderd." 13187 13188#. I18N: Description of a “Data fix” module 13189#: app/Module/FixNameTags.php:94 13190msgid "Some genealogy software stores all names in a single name record, using custom tags such as _MARNM and _AKA. An alternative is to create a new name record for each name." 13191msgstr "Sommige genelealogietoepassingen slaan alle namen op in één naamrecord, met behulp van aangepaste labels zoals _MARNM en _AKA. Een alternatief is het maken van een nieuwe naamrecord voor elke naam." 13192 13193#: resources/views/admin/tags.phtml:32 13194msgid "Some of these GEDCOM tags are used infrequently or never used." 13195msgstr "Sommige van deze GEDCOM-labels worden weinig of nooit gebruikt." 13196 13197#. I18N: Help text for the “Hit counters” configuration setting 13198#: resources/views/admin/trees-preferences.phtml:634 13199msgid "Some pages can display the number of times that they have been visited." 13200msgstr "Op sommige pagina's kan het aantal malen dat de pagina bezocht is, getoond worden." 13201 13202#. I18N: Help text for the “Fact icons” configuration setting 13203#: resources/views/admin/trees-preferences.phtml:522 13204msgid "Some themes can display icons on the “Facts and events” tab." 13205msgstr "Sommige thema's kunnen pictogrammen tonen in het \"Feiten en gebeurtenissen\" tabblad." 13206 13207#: resources/views/edit/change-family-members.phtml:63 13208#: resources/xml/reports/family_group_report.xml:774 13209#: resources/xml/reports/individual_ext_report.xml:534 13210#: resources/xml/reports/individual_report.xml:530 13211msgid "Son" 13212msgstr "Zoon" 13213 13214#. I18N: e.g. “Son of [father name & mother name]” 13215#: app/Module/InteractiveTree/TreeView.php:361 13216#, php-format 13217msgid "Son of %s" 13218msgstr "Zoon van %s" 13219 13220#: app/Gedcom.php:1538 13221msgid "Sort date" 13222msgstr "Sorteerdatum" 13223 13224#. I18N: Label for a configuration option 13225#: resources/views/modules/faq/config.phtml:56 13226#: resources/views/modules/faq/edit.phtml:63 13227#: resources/views/modules/recent_changes/config.phtml:40 13228#: resources/views/modules/todays_events/config.phtml:46 13229#: resources/views/modules/upcoming_events/config.phtml:58 13230#: resources/xml/reports/bdm_report.xml:11 13231#: resources/xml/reports/birth_report.xml:9 13232#: resources/xml/reports/cemetery_report.xml:6 13233#: resources/xml/reports/change_report.xml:7 13234#: resources/xml/reports/death_report.xml:9 13235#: resources/xml/reports/fact_sources.xml:7 13236#: resources/xml/reports/individual_ext_report.xml:8 13237#: resources/xml/reports/marriage_report.xml:9 13238#: resources/xml/reports/occupation_report.xml:6 13239#: resources/xml/reports/relative_ext_report.xml:7 13240msgid "Sort order" 13241msgstr "Sorteervolgorde" 13242 13243#. I18N: Abbreviation for “Sosa-Stradonitz number”. This is an individual’s surname, so may need transliterating into non-latin alphabets. 13244#: resources/views/lists/individuals-table.phtml:243 13245msgid "Sosa" 13246msgstr "Sosa" 13247 13248#: resources/views/modules/ancestors-chart/tree.phtml:18 13249msgid "Sosa-Stradonitz number" 13250msgstr "Sosa-Stradonitz nummer" 13251 13252#: app/Http/RequestHandlers/SearchAdvancedPage.php:252 13253msgid "Sounds like" 13254msgstr "Klinkt als" 13255 13256#. I18N: Name of a module/report 13257#: app/Gedcom.php:772 app/Gedcom.php:1187 app/Gedcom.php:1191 13258#: app/Gedcom.php:1203 app/Gedcom.php:1207 app/Gedcom.php:1211 13259#: app/Gedcom.php:1217 app/Gedcom.php:1223 13260#: app/Module/FactSourcesReportModule.php:44 13261#: resources/views/admin/trees-privacy.phtml:168 13262#: resources/views/admin/trees.phtml:231 13263#: resources/views/fact-gedcom-fields.phtml:65 13264#: resources/views/modals/link-media-to-source.phtml:23 13265#: resources/views/modules/favorites/favorites.phtml:107 13266#: resources/views/modules/random_media/slide-show.phtml:81 13267#: resources/views/modules/recent_changes/changes-table.phtml:71 13268#: resources/views/modules/sources_tab/tab.phtml:71 13269#: resources/xml/reports/bdm_report.xml:136 13270#: resources/xml/reports/bdm_report.xml:162 13271#: resources/xml/reports/bdm_report.xml:196 13272#: resources/xml/reports/birth_report.xml:43 13273#: resources/xml/reports/death_report.xml:54 13274#: resources/xml/reports/fact_sources.xml:3 13275#: resources/xml/reports/fact_sources.xml:43 13276#: resources/xml/reports/marriage_report.xml:54 13277#: resources/xml/reports/missing_facts_report.xml:108 13278#: resources/xml/reports/missing_facts_report.xml:153 13279#: resources/xml/reports/missing_facts_report.xml:194 13280#: resources/xml/reports/missing_facts_report.xml:236 13281#: resources/xml/reports/missing_facts_report.xml:277 13282#: resources/xml/reports/missing_facts_report.xml:318 13283#: resources/xml/reports/missing_facts_report.xml:360 13284#: resources/xml/reports/missing_facts_report.xml:402 13285#: resources/xml/reports/missing_facts_report.xml:444 13286#: resources/xml/reports/missing_facts_report.xml:487 13287#: resources/xml/reports/missing_facts_report.xml:529 13288#: resources/xml/reports/missing_facts_report.xml:570 13289msgid "Source" 13290msgstr "Bron" 13291 13292#: app/Gedcom.php:394 app/Gedcom.php:447 app/Gedcom.php:525 app/Gedcom.php:693 13293#: app/Gedcom.php:716 app/Gedcom.php:740 app/Gedcom.php:1056 13294#: app/Gedcom.php:1108 app/Gedcom.php:1176 app/Gedcom.php:1555 13295#: app/Gedcom.php:1569 13296msgid "Source citation" 13297msgstr "Bronvermelding" 13298 13299#: resources/views/admin/tags.phtml:321 13300msgid "Source citations" 13301msgstr "Bronvermeldingen" 13302 13303#. I18N: Help text for the “Use full source citations” configuration setting 13304#: resources/views/admin/trees-preferences.phtml:714 13305msgid "Source citations can include fields to record the quality of the data (primary, secondary, etc.) and the date the event was recorded in the source. If you don’t use these fields, you can disable them when creating new source citations." 13306msgstr "Bronvermeldingen kunnen velden bevatten om de kwaliteit van de gegevens (primair, secundair, enzovoorts) op te nemen alsook de datum waarop de gebeurtenis in de bron werd opgenomen. Bij het aanmaken van nieuwe bronvermelding kunnen ze worden gedeactiveerd als deze velden niet worden gebruikt." 13307 13308#. I18N: A configuration setting 13309#: resources/views/admin/trees-preferences.phtml:722 13310#: resources/xml/reports/fact_sources.xml:6 13311msgid "Source type" 13312msgstr "Bron type" 13313 13314#. I18N: Name of a module/list 13315#. I18N: Name of a module 13316#: app/Module/FixSearchAndReplace.php:115 app/Module/SourceListModule.php:69 13317#: app/Module/SourceListModule.php:160 app/Module/SourcesTabModule.php:58 13318#: app/Services/AdminService.php:183 13319#: resources/views/admin/control-panel.phtml:322 13320#: resources/views/admin/merge-records-step-1.phtml:56 13321#: resources/views/admin/tags.phtml:396 13322#: resources/views/lists/media-table.phtml:81 13323#: resources/views/lists/notes-table.phtml:84 13324#: resources/views/lists/notes-table.phtml:93 13325#: resources/views/lists/repositories-table.phtml:51 13326#: resources/views/lists/sources-table.phtml:89 13327#: resources/views/modules/gedcom_stats/config.phtml:48 13328#: resources/views/modules/gedcom_stats/statistics.phtml:101 13329#: resources/views/modules/html/template-statistics.phtml:44 13330#: resources/views/modules/statistics-chart/chart-sources.phtml:10 13331#: resources/views/modules/statistics-chart/other-records.phtml:27 13332#: resources/views/record-page-links.phtml:67 13333#: resources/views/search-general-page.phtml:85 13334#: resources/views/search-results.phtml:59 13335#: resources/xml/reports/ahnentafel_report.xml:475 13336#: resources/xml/reports/descendancy_report.xml:611 13337#: resources/xml/reports/family_group_report.xml:1118 13338#: resources/xml/reports/individual_ext_report.xml:651 13339#: resources/xml/reports/individual_report.xml:647 13340msgid "Sources" 13341msgstr "Bronnen" 13342 13343#: resources/xml/reports/missing_facts_report.xml:14 13344msgid "Sources to the events" 13345msgstr "Bronnen voor de gebeurtenissen" 13346 13347#. I18N: Name of a country or state 13348#: app/Statistics/Service/CountryService.php:540 13349msgid "South Africa" 13350msgstr "Zuid Afrika" 13351 13352#: resources/views/modules/statistics-chart/custom.phtml:188 13353msgid "South America" 13354msgstr "Zuid Amerika" 13355 13356#. I18N: Name of a country or state 13357#: app/Statistics/Service/CountryService.php:439 13358msgid "South Georgia and the South Sandwich Islands" 13359msgstr "Zuid-Georgië en de Zuidelijke Sandwicheilanden" 13360 13361#. I18N: Name of a country or state 13362#: app/Statistics/Service/CountryService.php:457 13363msgid "South Sudan" 13364msgstr "Zuid-Soedan" 13365 13366#. I18N: Name of a country or state 13367#: app/Statistics/Service/CountryService.php:179 13368msgid "Spain" 13369msgstr "Spanje" 13370 13371#: app/SurnameTradition.php:91 13372msgctxt "Surname tradition" 13373msgid "Spanish" 13374msgstr "Spaans" 13375 13376#. I18N: Location of an LDS church temple 13377#: app/Elements/TempleCode.php:188 13378msgid "Spokane, Washington, United States" 13379msgstr "Spokane, Washington, Verenigde Staten" 13380 13381#: app/Http/RequestHandlers/IndividualPage.php:220 13382#: resources/views/edit/change-family-members.phtml:36 13383#: resources/views/edit/change-family-members.phtml:51 13384#: resources/views/modules/pedigree-chart/previous.phtml:31 13385#: resources/xml/reports/bdm_report.xml:169 13386#: resources/xml/reports/individual_ext_report.xml:210 13387#: resources/xml/reports/individual_ext_report.xml:227 13388msgid "Spouse" 13389msgstr "Echtgeno(o)t(e)" 13390 13391#: resources/views/edit/reorder-families.phtml:33 13392#: resources/views/lists/surnames-table.phtml:35 13393#: resources/views/modules/family-book-chart/page.phtml:59 13394#: resources/views/modules/pedigree-chart/previous.phtml:29 13395msgid "Spouses" 13396msgstr "Partners" 13397 13398#: resources/xml/reports/individual_ext_report.xml:6 13399#: resources/xml/reports/individual_ext_report.xml:90 13400#: resources/xml/reports/missing_facts_report.xml:6 13401#: resources/xml/reports/relative_ext_report.xml:6 13402#: resources/xml/reports/relative_ext_report.xml:42 13403msgid "Spouses and children" 13404msgstr "Huwelijkspartners en kinderen" 13405 13406#. I18N: Name of a country or state 13407#: app/Statistics/Service/CountryService.php:302 13408msgid "Sri Lanka" 13409msgstr "Sri Lanka" 13410 13411#. I18N: Location of an LDS church temple 13412#: app/Elements/TempleCode.php:181 13413msgid "St. George, Utah, United States" 13414msgstr "St. George, Utah, Verenigde Staten" 13415 13416#. I18N: Location of an LDS church temple 13417#: app/Elements/TempleCode.php:184 13418msgid "St. Louis, Missouri, United States" 13419msgstr "St. Louis, Missouri, Verenigde Staten" 13420 13421#. I18N: Location of an LDS church temple 13422#: app/Elements/TempleCode.php:187 13423msgid "St. Paul, Minnesota, United States" 13424msgstr "St. Paul, Minnesota, Verenigde Staten" 13425 13426#: resources/views/admin/tags.phtml:27 13427msgid "Standard GEDCOM tags" 13428msgstr "Standaard GEDCOM-labels" 13429 13430#: resources/views/modules/random_media/config.phtml:46 13431msgid "Start slide show on page load" 13432msgstr "Diavoorstelling beginnen als pagina geladen is" 13433 13434#: resources/views/modules/lifespans-chart/page.phtml:54 13435msgid "Start year" 13436msgstr "Beginjaar" 13437 13438#: resources/xml/reports/change_report.xml:5 13439msgid "Starting range of change dates" 13440msgstr "Start reeks wijzigingsdata" 13441 13442#: app/Module/StatcounterModule.php:41 13443msgid "Statcounter™" 13444msgstr "Statcounter™" 13445 13446#: app/Gedcom.php:371 app/Gedcom.php:483 app/Gedcom.php:503 app/Gedcom.php:758 13447#: app/Gedcom.php:805 app/Gedcom.php:1172 app/Gedcom.php:1439 13448msgid "State" 13449msgstr "Provincie/Staat" 13450 13451#. I18N: Name of a module 13452#. I18N: Name of a module/chart 13453#: app/Module/FamilyTreeStatisticsModule.php:68 13454#: app/Module/HtmlBlockModule.php:195 app/Module/StatisticsChartModule.php:87 13455#: resources/views/modules/gedcom_stats/config.phtml:41 13456#: resources/views/modules/gedcom_stats/statistics.phtml:39 13457#: resources/views/modules/gedcom_stats/statistics.phtml:159 13458msgid "Statistics" 13459msgstr "Statistieken" 13460 13461#: app/Gedcom.php:444 app/Gedcom.php:550 app/Gedcom.php:591 app/Gedcom.php:611 13462#: app/Gedcom.php:622 app/Gedcom.php:690 app/Gedcom.php:1074 13463#: app/Gedcom.php:1130 app/Gedcom.php:1337 app/Gedcom.php:1339 13464#: resources/views/admin/changes-log.phtml:55 13465#: resources/views/admin/changes-log.phtml:135 13466msgid "Status" 13467msgstr "Status" 13468 13469#: app/Gedcom.php:445 app/Gedcom.php:551 app/Gedcom.php:592 app/Gedcom.php:612 13470#: app/Gedcom.php:691 13471msgid "Status change date" 13472msgstr "Status van wijzigingsdatum" 13473 13474#: app/Elements/AgeAtEvent.php:94 13475msgid "stillborn" 13476msgstr "Levenloos geboren" 13477 13478#. I18N: LDS sealing status; see https://en.wikipedia.org/wiki/Sealing_(Mormonism) 13479#: app/Elements/LdsBaptismDateStatus.php:73 13480#: app/Elements/LdsChildSealingDateStatus.php:66 13481#: app/Elements/LdsEndowmentDateStatus.php:74 13482msgid "Stillborn: exempt" 13483msgstr "Levenloos geboren: vrijgesteld" 13484 13485#. I18N: Location of an LDS church temple 13486#: app/Elements/TempleCode.php:189 13487msgid "Stockholm, Sweden" 13488msgstr "Stockholm, Zweden" 13489 13490#: resources/views/layouts/default.phtml:158 13491#: resources/views/modules/random_media/slide-show.phtml:34 13492#: resources/views/modules/random_media/slide-show.phtml:36 13493msgid "Stop" 13494msgstr "Stop" 13495 13496#. I18N: Name of a module 13497#: app/Module/StoriesModule.php:205 13498#: resources/views/modules/stories/config.phtml:51 13499#: resources/views/modules/stories/edit.phtml:22 13500msgid "Stories" 13501msgstr "Verhalen" 13502 13503#: resources/views/modules/stories/edit.phtml:51 13504msgid "Story" 13505msgstr "Verhaal" 13506 13507#: resources/views/modules/stories/config.phtml:57 13508#: resources/views/modules/stories/edit.phtml:42 13509#: resources/views/modules/stories/list.phtml:18 13510msgid "Story title" 13511msgstr "Titel van het verhaal" 13512 13513#: app/Gedcom.php:1244 app/Gedcom.php:1276 13514msgid "Street name" 13515msgstr "Straatnaam" 13516 13517#: resources/views/admin/broadcast.phtml:45 13518#: resources/views/admin/email-page.phtml:50 13519#: resources/views/contact-page.phtml:59 resources/views/message-page.phtml:48 13520#: resources/views/modules/user-messages/user-messages.phtml:70 13521msgid "Subject" 13522msgstr "Onderwerp" 13523 13524#: app/Gedcom.php:494 app/Gedcom.php:820 app/Submission.php:44 13525#: app/Submission.php:45 app/Submission.php:46 13526msgid "Submission" 13527msgstr "Aanlevering" 13528 13529#. I18N: LDS sealing status; see https://en.wikipedia.org/wiki/Sealing_(Mormonism) 13530#: app/Elements/LdsBaptismDateStatus.php:75 13531#: app/Elements/LdsChildSealingDateStatus.php:68 13532#: app/Elements/LdsEndowmentDateStatus.php:76 13533#: app/Elements/LdsSpouseSealingDateStatus.php:75 13534msgid "Submitted but not yet cleared" 13535msgstr "Ingediend, maar nog niet vrijgegeven" 13536 13537#: app/Gedcom.php:457 app/Gedcom.php:493 app/Gedcom.php:704 app/Gedcom.php:797 13538#: app/Gedcom.php:831 resources/views/admin/trees.phtml:264 13539#: resources/views/modals/submission-fields.phtml:14 13540#: resources/views/modules/recent_changes/changes-table.phtml:74 13541msgid "Submitter" 13542msgstr "Indiener" 13543 13544#: resources/views/lists/submitters-table.phtml:67 13545msgid "Submitter name" 13546msgstr "Naam van indiener" 13547 13548#. I18N: Name of a module/list 13549#: app/Module/FixSearchAndReplace.php:116 app/Module/SubmitterListModule.php:70 13550#: app/Module/SubmitterListModule.php:173 13551#: resources/views/admin/control-panel.phtml:326 13552#: resources/views/admin/merge-records-step-1.phtml:60 13553#: resources/views/admin/tags.phtml:877 13554#: resources/views/lists/submitters-table.phtml:62 13555#: resources/views/record-page-links.phtml:94 13556msgid "Submitters" 13557msgstr "Indieners" 13558 13559#. I18N: Name of a country or state 13560#: app/Statistics/Service/CountryService.php:429 13561msgid "Sudan" 13562msgstr "Soedan" 13563 13564#. I18N: abbreviation for Sunday 13565#: app/Date/AbstractCalendarDate.php:285 13566#: resources/views/edit/initialize-calendar-popup.phtml:23 13567msgid "Sun" 13568msgstr "Zo" 13569 13570#: app/Date/AbstractCalendarDate.php:252 13571msgid "Sunday" 13572msgstr "Zondag" 13573 13574#. I18N: %s is a URL/link to the project website 13575#: resources/views/admin/control-panel.phtml:177 13576#, php-format 13577msgid "Support and documentation can be found at %s." 13578msgstr "Ondersteuning en documentatie kan worden verkregen op %s." 13579 13580#: app/Services/ServerCheckService.php:328 13581msgid "Support for PostgreSQL is experimental." 13582msgstr "Ondersteuning van PostgreSQL is experimenteel." 13583 13584#: app/Services/ServerCheckService.php:333 13585msgid "Support for SQL Server is experimental." 13586msgstr "Ondersteuning van SQL Server is experimenteel." 13587 13588#. I18N: Name of a country or state 13589#: app/Statistics/Service/CountryService.php:461 13590msgid "Suriname" 13591msgstr "Suriname" 13592 13593#: app/Gedcom.php:641 app/Gedcom.php:653 app/Gedcom.php:656 13594#: app/Http/RequestHandlers/HelpText.php:241 13595#: resources/views/branches-page.phtml:27 13596#: resources/views/lists/families-table.phtml:221 13597#: resources/views/lists/families-table.phtml:224 13598#: resources/views/lists/individuals-table.phtml:241 13599#: resources/views/lists/surnames-table.phtml:31 13600#: resources/views/modules/statistics-chart/custom.phtml:168 13601#: resources/views/search-phonetic-page.phtml:44 13602msgid "Surname" 13603msgstr "Achternaam" 13604 13605#: app/Statistics/Google/ChartDistribution.php:295 13606msgid "Surname distribution chart" 13607msgstr "Verdeling per achternaam" 13608 13609#: resources/views/admin/trees-preferences.phtml:336 13610msgid "Surname list style" 13611msgstr "Type lijst voor achternamen" 13612 13613#: resources/views/modules/fix-add-marr-names/options.phtml:16 13614msgid "Surname option" 13615msgstr "Achternaamoptie" 13616 13617#: app/Gedcom.php:640 app/Gedcom.php:652 app/Gedcom.php:655 13618msgid "Surname prefix" 13619msgstr "Tussenvoegsel" 13620 13621#: resources/views/admin/trees-preferences.phtml:696 13622msgid "Surname tradition" 13623msgstr "Achternaamtraditie" 13624 13625#: resources/views/lists/surnames-table.phtml:26 13626#: resources/views/modules/gedcom_stats/config.phtml:68 13627#: resources/views/modules/gedcom_stats/statistics.phtml:78 13628#: resources/views/modules/statistics-chart/custom.phtml:163 13629msgid "Surnames" 13630msgstr "Achternamen" 13631 13632#. I18N: In the Lithuanian surname tradition, ... 13633#: app/SurnameTradition.php:113 13634msgid "Surnames are inflected to indicate an individual’s gender and marital status." 13635msgstr "Achternamen worden verbogen om het geslacht en de burgerlijke staat van een persoon aan te geven." 13636 13637#. I18N: In the Polish surname tradition, ... 13638#: app/SurnameTradition.php:106 13639msgid "Surnames are inflected to indicate an individual’s gender." 13640msgstr "Achternamen worden verbogen om het geslacht van een persoon aan te geven." 13641 13642#. I18N: Location of an LDS church temple 13643#: app/Elements/TempleCode.php:190 13644msgid "Suva, Fiji" 13645msgstr "Suva, Fiji" 13646 13647#. I18N: Name of a country or state 13648#: app/Statistics/Service/CountryService.php:443 13649msgid "Svalbard and Jan Mayen" 13650msgstr "Svalbard en Jan Mayen Eilanden" 13651 13652#. I18N: Reverse the order of two individuals 13653#: resources/views/modules/relationships-chart/page.phtml:84 13654msgid "Swap individuals" 13655msgstr "Verwissel personen" 13656 13657#. I18N: Name of a country or state 13658#: app/Statistics/Service/CountryService.php:469 13659msgid "Swaziland" 13660msgstr "Swaziland" 13661 13662#. I18N: Name of a country or state 13663#: app/Statistics/Service/CountryService.php:467 13664msgid "Sweden" 13665msgstr "Zweden" 13666 13667#. I18N: Name of a country or state 13668#: app/Statistics/Service/CountryService.php:122 13669msgid "Switzerland" 13670msgstr "Zwitserland" 13671 13672#. I18N: Location of an LDS church temple 13673#: app/Elements/TempleCode.php:192 13674msgid "Sydney, Australia" 13675msgstr "Sydney, Australië" 13676 13677#: resources/views/admin/synchronize-trees.phtml:12 13678msgid "Synchronize family trees with GEDCOM files" 13679msgstr "Synchroniseer stambomen met GEDCOM-bestanden" 13680 13681#. I18N: Name of a country or state 13682#: app/Statistics/Service/CountryService.php:474 13683msgid "Syria" 13684msgstr "Syrië" 13685 13686#: resources/views/admin/modules.phtml:169 13687#: resources/views/admin/modules.phtml:172 13688msgid "Tab" 13689msgstr "Tabblad" 13690 13691#: resources/views/setup/step-4-database-mysql.phtml:119 13692#: resources/views/setup/step-4-database-pgsql.phtml:104 13693#: resources/views/setup/step-4-database-sqlite.phtml:72 13694#: resources/views/setup/step-4-database-sqlsvr.phtml:104 13695msgid "Table prefix" 13696msgstr "Tabel voorvoegsel" 13697 13698#: resources/xml/reports/ahnentafel_report.xml:13 13699#: resources/xml/reports/bdm_report.xml:12 13700#: resources/xml/reports/birth_report.xml:10 13701#: resources/xml/reports/cemetery_report.xml:8 13702#: resources/xml/reports/change_report.xml:9 13703#: resources/xml/reports/descendancy_report.xml:8 13704#: resources/xml/reports/fact_sources.xml:8 13705#: resources/xml/reports/family_group_report.xml:11 13706#: resources/xml/reports/individual_ext_report.xml:12 13707#: resources/xml/reports/individual_report.xml:9 13708#: resources/xml/reports/marriage_report.xml:10 13709#: resources/xml/reports/missing_facts_report.xml:8 13710#: resources/xml/reports/occupation_report.xml:7 13711#: resources/xml/reports/pedigree_report.xml:8 13712#: resources/xml/reports/relative_ext_report.xml:8 13713msgctxt "paper size" 13714msgid "Tabloid" 13715msgstr "Tabloid (279.4 x 431.8mm)" 13716 13717#: app/Http/RequestHandlers/ModulesTabsPage.php:43 13718#: resources/views/admin/control-panel.phtml:706 13719#: resources/views/admin/modules.phtml:82 13720#: resources/views/admin/modules.phtml:84 13721msgid "Tabs" 13722msgstr "Tabbladen" 13723 13724#. I18N: Location of an LDS church temple 13725#: app/Elements/TempleCode.php:193 13726msgid "Taipei, Taiwan" 13727msgstr "Taipei, Taiwan" 13728 13729#. I18N: Name of a country or state 13730#: app/Statistics/Service/CountryService.php:502 13731msgid "Taiwan" 13732msgstr "Taiwan" 13733 13734#. I18N: Name of a country or state 13735#: app/Statistics/Service/CountryService.php:484 13736msgid "Tajikistan" 13737msgstr "Tadzjikistan" 13738 13739#. I18N: Location of an LDS church temple 13740#: app/Elements/TempleCode.php:194 13741msgid "Tampico, Mexico" 13742msgstr "Tampico, Mexico" 13743 13744#. I18N: a month in the Jewish calendar 13745#: app/Date/JewishDate.php:213 13746msgctxt "GENITIVE" 13747msgid "Tamuz" 13748msgstr "Tamuz" 13749 13750#. I18N: a month in the Jewish calendar 13751#: app/Date/JewishDate.php:317 13752msgctxt "INSTRUMENTAL" 13753msgid "Tamuz" 13754msgstr "Tamuz" 13755 13756#. I18N: a month in the Jewish calendar 13757#: app/Date/JewishDate.php:265 13758msgctxt "LOCATIVE" 13759msgid "Tamuz" 13760msgstr "Tamuz" 13761 13762#. I18N: a month in the Jewish calendar 13763#: app/Date/JewishDate.php:161 13764msgctxt "NOMINATIVE" 13765msgid "Tamuz" 13766msgstr "Tamuz" 13767 13768#. I18N: Name of a country or state 13769#: app/Statistics/Service/CountryService.php:504 13770msgid "Tanzania" 13771msgstr "Tanzania" 13772 13773#. I18N: The name of a colour-scheme 13774#: app/Module/ColorsTheme.php:183 13775msgid "Teal Top" 13776msgstr "Teal Top" 13777 13778#. I18N: A configuration setting 13779#: resources/views/admin/trees-preferences.phtml:175 13780msgid "Technical help contact" 13781msgstr "Contactpersoon technische hulp" 13782 13783#. I18N: Location of an LDS church temple 13784#: app/Elements/TempleCode.php:195 13785msgid "Tegucigalpa, Honduras" 13786msgstr "Tegucigalpa, Honduras" 13787 13788#: resources/views/modules/html/config.phtml:27 13789msgid "Templates" 13790msgstr "Sjablonen" 13791 13792#. I18N: https://en.wikipedia.org/wiki/Temple_(LDS_Church) 13793#: app/Gedcom.php:446 app/Gedcom.php:552 app/Gedcom.php:593 app/Gedcom.php:613 13794#: app/Gedcom.php:692 app/Gedcom.php:832 13795#: resources/xml/reports/individual_report.xml:208 13796msgid "Temple" 13797msgstr "Tempel" 13798 13799#. I18N: a month in the Jewish calendar 13800#: app/Date/JewishDate.php:199 13801msgctxt "GENITIVE" 13802msgid "Tevet" 13803msgstr "Tevet" 13804 13805#. I18N: a month in the Jewish calendar 13806#: app/Date/JewishDate.php:303 13807msgctxt "INSTRUMENTAL" 13808msgid "Tevet" 13809msgstr "Tevet" 13810 13811#. I18N: a month in the Jewish calendar 13812#: app/Date/JewishDate.php:251 13813msgctxt "LOCATIVE" 13814msgid "Tevet" 13815msgstr "Tevet" 13816 13817#. I18N: a month in the Jewish calendar 13818#: app/Date/JewishDate.php:147 13819msgctxt "NOMINATIVE" 13820msgid "Tevet" 13821msgstr "Tevet" 13822 13823#: app/Gedcom.php:397 app/Gedcom.php:450 app/Gedcom.php:528 app/Gedcom.php:696 13824#: app/Gedcom.php:719 app/Gedcom.php:743 app/Gedcom.php:795 app/Gedcom.php:1059 13825#: app/Gedcom.php:1111 app/Gedcom.php:1194 app/Gedcom.php:1227 13826#: app/Gedcom.php:1522 app/Gedcom.php:1558 app/Gedcom.php:1572 13827#: resources/views/admin/trees-preferences.phtml:581 13828#: resources/views/modals/source-fields.phtml:58 13829msgid "Text" 13830msgstr "Tekst" 13831 13832#. I18N: Name of a country or state 13833#: app/Statistics/Service/CountryService.php:482 13834msgid "Thailand" 13835msgstr "Thailand" 13836 13837#: resources/views/help/name.phtml:8 13838msgid "The <b>name</b> field contains the individual’s full name, as they would have spelled it or as it was recorded. This is how it will be displayed on screen. It uses standard genealogy annotations to identify different parts of the name." 13839msgstr "Het <b>naam</b> veld bevat de volledige naam van de persoon, zoals zij dat zouden spellen of zoals het opgeschreven werd. Dit is zoals het op het scherm verschijnt. Het gebruikt standaard genealogische annotaties om de verschillende delen van de naam te identificeren." 13840 13841#: resources/views/help/surname.phtml:8 13842msgid "The <b>surname</b> field contains a name that is used for sorting and grouping. It can be different to the individual’s actual surname which is always taken from the <b>name</b> field. This field can be used to sort surnames with or without a prefix (Gogh / van Gogh) and to group spelling variations or inflections (Kowalski / Kowalska). If an individual needs to be listed under more than one surname, each name should be separated by a comma." 13843msgstr "Het <b>achternaam</b> veld bevat een naam die gebruikt wordt voor het sorteren en groeperen. Het kan verschillen van de echte achternaam die altijd uit het <b>naam</b> veld wordt gehaald. Dit veld kan gebruikt worden om achternamen te sorteren met of zonder voorvoegsel (Gogh / van Gogh) en om spellingvariaties en verbuigingen te groeperen (Kowalski / Kowalska). Als het noodzakelijk is een persoon te sorteren onder meer dan een achternaam, moet iedere naam gescheiden worden door een komma." 13844 13845#: app/Http/RequestHandlers/SynchronizeTrees.php:99 13846#, php-format 13847msgid "The GEDCOM file “%s” has been imported." 13848msgstr "Het GEDCOM-bestand “%s” is geïmporteerd." 13849 13850#: resources/views/admin/tags.phtml:30 13851msgid "The GEDCOM standard provides a large number of data-entry fields, called tags." 13852msgstr "De GEDCOM-standaard biedt een groot aantal gegevensinvoervelden, genaamd labels." 13853 13854#. I18N: Location of an LDS church temple 13855#: app/Elements/TempleCode.php:104 13856msgid "The Hague, Netherlands" 13857msgstr "Den Haag, Nederland" 13858 13859#: app/Services/ServerCheckService.php:124 13860#, php-format 13861msgid "The PHP extension “%s” is not installed." 13862msgstr "De PHP-extensie \"%s\" is niet geïnstalleerd." 13863 13864#: app/Services/ServerCheckService.php:180 13865#, php-format 13866msgid "The PHP function “%1$s” is disabled." 13867msgstr "De PHP-functie “%1$s” is uitgeschakeld." 13868 13869#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php 13870#: app/Exceptions/FileUploadException.php:78 13871msgid "The PHP temporary folder is missing." 13872msgstr "De PHP tijdelijke map ontbreekt." 13873 13874#: app/Services/ServerCheckService.php:143 13875#, php-format 13876msgid "The PHP.INI setting “%1$s” is disabled." 13877msgstr "De PHP.INI-instelling “%1$s” is uitgeschakeld." 13878 13879#: app/Services/ServerCheckService.php:147 13880#, php-format 13881msgid "The PHP.INI setting “%1$s” is enabled." 13882msgstr "De PHP.INI-instelling “%1$s” is ingeschakeld." 13883 13884#: resources/views/modules/share-url/share.phtml:29 13885msgid "The URL was copied to the clipboard" 13886msgstr "De URL is naar het klembord gekopieerd" 13887 13888#: resources/views/emails/approve-user-html.phtml:19 13889#: resources/views/emails/approve-user-text.phtml:14 13890#, php-format 13891msgid "The administrator at the webtrees site %s has approved your application for an account. You may now sign in by accessing the following link: %s" 13892msgstr "De beheerder van de webtrees-site %s heeft uw aanvraag voor een account goedgekeurd. U kunt zich nu aanmelden door op de volgende link te klikken: %s" 13893 13894#: resources/views/verify-success-page.phtml:20 13895msgid "The administrator has been informed. As soon as they give you permission to sign in, you can sign in with your username and password." 13896msgstr "De beheerder is geïnformeerd.<br>Zodra hij toestemming heeft verleend kunt u zich met uw gebruikersnaam en wachtwoord aanmelden." 13897 13898#. I18N: Description of the “Calendar” module 13899#: app/Module/CalendarMenuModule.php:53 13900msgid "The calendar menu." 13901msgstr "Het kalender menu." 13902 13903#. I18N: %s is the name of a genealogy record 13904#: app/Http/RequestHandlers/PendingChangesAcceptRecord.php:65 13905#: app/Http/RequestHandlers/PendingChangesAcceptTree.php:63 13906#, php-format 13907msgid "The changes to “%s” have been accepted." 13908msgstr "De wijzigingen aan “%s” zijn geaccepteerd." 13909 13910#. I18N: %s is the name of a genealogy record 13911#: app/Http/RequestHandlers/PendingChangesRejectRecord.php:64 13912#: app/Http/RequestHandlers/PendingChangesRejectTree.php:59 13913#, php-format 13914msgid "The changes to “%s” have been rejected." 13915msgstr "De wijzigingen aan “%s” zijn niet geaccepteerd." 13916 13917#. I18N: Description of the “Charts” module 13918#: app/Module/ChartsMenuModule.php:68 13919msgid "The charts menu." 13920msgstr "Het diagrammenmenu." 13921 13922#: resources/views/modules/clippings/show.phtml:19 13923msgid "The clippings cart allows you to take extracts from this family tree and download them as a GEDCOM file." 13924msgstr "U kunt uittreksels (knipsels) van deze stamboom bundelen en downloaden als GEDCOM-bestand." 13925 13926#: resources/views/admin/trees-preferences.phtml:382 13927msgid "The date and time of the last update" 13928msgstr "Datum en tijd van de laatste wijziging" 13929 13930#: app/Http/RequestHandlers/AccountUpdate.php:114 13931#: app/Http/RequestHandlers/MapDataSave.php:101 13932#, php-format 13933msgid "The details for “%s” have been updated." 13934msgstr "De gegevens voor “%s” zijn bijgewerkt." 13935 13936#. I18N: %s is a filename 13937#: app/Http/RequestHandlers/ExportGedcomServer.php:88 13938#: app/Http/RequestHandlers/UpgradeWizardStep.php:232 13939#, php-format 13940msgid "The family tree has been exported to %s." 13941msgstr "De stamboom is geëxporteerd naar %s." 13942 13943#: app/Http/RequestHandlers/CreateTreeAction.php:63 13944#, php-format 13945msgid "The family tree “%s” already exists." 13946msgstr "De stamboom “%s” bestaat al." 13947 13948#: app/Http/RequestHandlers/CreateTreeAction.php:70 13949#, php-format 13950msgid "The family tree “%s” has been created." 13951msgstr "De stamboom “%s” is aangemaakt." 13952 13953#. I18N: %s is the name of a family tree 13954#: app/Http/RequestHandlers/DeleteTreeAction.php:62 13955#: app/Http/RequestHandlers/SynchronizeTrees.php:113 13956#, php-format 13957msgid "The family tree “%s” has been deleted." 13958msgstr "De stamboom “%s” is verwijderd." 13959 13960#. I18N: %s is the name of a family tree 13961#: app/Http/RequestHandlers/SelectDefaultTree.php:52 13962#, php-format 13963msgid "The family tree “%s” will be shown to visitors when they first arrive at this website." 13964msgstr "De stamboom “%s” wordt getoond aan bezoekers wanneer zij voor het eerst op deze website komen." 13965 13966#: app/Http/RequestHandlers/MergeTreesAction.php:249 13967msgid "The family trees have been merged successfully." 13968msgstr "De stambomen zijn succesvol samengevoegd." 13969 13970#. I18N: Description of the “Family trees” module 13971#: app/Module/TreesMenuModule.php:70 13972msgid "The family trees menu." 13973msgstr "Het stambomen menu." 13974 13975#. I18N: %s is the name of a family group, e.g. “Husband name + Wife name” 13976#: app/Http/RequestHandlers/DeleteRecord.php:80 13977#, php-format 13978msgid "The family “%s” has been deleted because it only has one member." 13979msgstr "Het gezin “%s” is verwijderd omdat het maar één lid had." 13980 13981#: app/Http/RequestHandlers/UploadMediaAction.php:121 13982#, php-format 13983msgid "The file %s already exists. Use another filename." 13984msgstr "Het bestand %s bestaat al. Gebruik een andere bestandsnaam." 13985 13986#: app/Http/RequestHandlers/ExportGedcomServer.php:91 13987#, php-format 13988msgid "The file %s could not be created." 13989msgstr "Het bestand %s kon niet worden aangemaakt." 13990 13991#: app/Http/RequestHandlers/DeletePath.php:73 13992#: app/Http/RequestHandlers/DeletePath.php:90 13993#, php-format 13994msgid "The file %s could not be deleted." 13995msgstr "Het bestand %s kon niet worden verwijderd." 13996 13997#: app/Http/RequestHandlers/DeletePath.php:88 13998#, php-format 13999msgid "The file %s has been deleted." 14000msgstr "Het bestand %s is verwijderd." 14001 14002#: app/Http/RequestHandlers/UploadMediaAction.php:128 14003#, php-format 14004msgid "The file %s has been uploaded." 14005msgstr "Het bestand %s is geüpload." 14006 14007#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php 14008#: app/Exceptions/FileUploadException.php:68 14009msgid "The file was only partially uploaded. Please try again." 14010msgstr "Het bestand is slechts gedeeltelijk overgestuurd. Probeer het opnieuw." 14011 14012#. I18N: %s is a filename 14013#: resources/views/media-page-details.phtml:56 14014#: resources/views/modules/media-list/page.phtml:149 14015#, php-format 14016msgid "The file “%s” does not exist." 14017msgstr "Het bestand “%s” bestaat niet." 14018 14019#: resources/views/edit/reorder-families.phtml:77 14020msgid "The first family in the list will be used in charts, lists, reports, etc." 14021msgstr "De eerste familie in deze lijst zal worden gebruikt in diagrammen, lijsten, rapporten, enz." 14022 14023#: app/Http/RequestHandlers/DeletePath.php:83 14024#, php-format 14025msgid "The folder %s could not be deleted." 14026msgstr "De map %s kon niet worden verwijderd." 14027 14028#: app/Http/RequestHandlers/UpgradeWizardStep.php:194 14029#, php-format 14030msgid "The folder %s has been created." 14031msgstr "De map %s werd aangemaakt." 14032 14033#: app/Http/RequestHandlers/DeletePath.php:81 14034#, php-format 14035msgid "The folder %s has been deleted." 14036msgstr "De map %s is verwijderd." 14037 14038#: resources/views/admin/site-preferences.phtml:42 14039msgid "The folder can be specified in full (e.g. /home/user_name/webtrees_data/) or relative to the installation folder (e.g. ../../webtrees_data/)." 14040msgstr "De map kan volledig worden gespecifieerd (b.v. /home/user_name/webtrees_data/) of relatief aan de installatiemap (b.v. ../../webtrees_data/)." 14041 14042#: app/Http/RequestHandlers/SitePreferencesAction.php:55 14043#, php-format 14044msgid "The folder “%s” does not exist." 14045msgstr "De map “%s” bestaat niet." 14046 14047#: resources/views/admin/merge-records-step-2.phtml:39 14048msgid "The following facts and events were found in both records." 14049msgstr "De volgende feiten en gebeurtenissen zijn in beide records gevonden." 14050 14051#. I18N: the name of an individual, source, etc. 14052#: resources/views/admin/merge-records-step-2.phtml:86 14053#: resources/views/admin/merge-records-step-2.phtml:132 14054#, php-format 14055msgid "The following facts and events were only found in the record of %s." 14056msgstr "De volgende feiten en gebeurtenissen zijn alleen gevonden in het record van %s." 14057 14058#: resources/views/setup/step-2-server-checks.phtml:65 14059msgid "The following list shows typical requirements." 14060msgstr "De volgende lijst toont u typische benodigdheden." 14061 14062#: app/Http/RequestHandlers/HelpText.php:294 14063msgid "The help text has not been written for this item." 14064msgstr "Een help tekst bestaat nog niet voor dit onderwerp." 14065 14066#. I18N: Help text for the “Technical help contact” configuration setting 14067#: resources/views/admin/trees-preferences.phtml:187 14068msgid "The individual to be contacted about technical questions or errors encountered on your website." 14069msgstr "De persoon waar contact mee opgenomen moet worden voor technische vragen of fouten die opgetreden zijn op uw site." 14070 14071#. I18N: Help text for the “Genealogy contact” configuration setting 14072#: resources/views/admin/trees-preferences.phtml:167 14073msgid "The individual to contact about the genealogy data on this website." 14074msgstr "Het e-mailadres dat gebruikt moet worden als er vragen zijn over de genealogische gegevens op deze website." 14075 14076#. I18N: %s are names of records, such as sources, repositories or individuals 14077#: app/Http/RequestHandlers/DeleteRecord.php:88 14078#: app/Http/RequestHandlers/DeleteRecord.php:93 14079#, php-format 14080msgid "The link from “%1$s” to “%2$s” has been deleted." 14081msgstr "De koppeling tussen ‘%1$s’ en ‘%2$s’ is verwijderd." 14082 14083#: app/Http/RequestHandlers/MergeFactsAction.php:107 14084#, php-format 14085msgid "The link from “%1$s” to “%2$s” has been updated." 14086msgstr "De koppeling tussen “%1$s” en “%2$s” is bijgewerkt." 14087 14088#. I18N: Description of the “Lists” module 14089#: app/Module/ListsMenuModule.php:66 14090msgid "The lists menu." 14091msgstr "Het lijsten menu." 14092 14093#: app/Http/RequestHandlers/CreateLocationAction.php:57 14094#: app/Http/RequestHandlers/MapDataSave.php:89 14095msgid "The location has been created" 14096msgstr "De locatie is aangemaakt" 14097 14098#: resources/views/modules/place-hierarchy/sidebar.phtml:33 14099msgid "The location of this place is not known." 14100msgstr "De locatie van deze plaats is niet bekend." 14101 14102#: app/Http/RequestHandlers/EditMediaFileAction.php:140 14103#, php-format 14104msgid "The media file %1$s could not be renamed to %2$s." 14105msgstr "Het mediabestand %1$s kon niet worden hernoemd in %2$s." 14106 14107#: app/Http/RequestHandlers/EditMediaFileAction.php:137 14108#, php-format 14109msgid "The media file %1$s has been renamed to %2$s." 14110msgstr "Het mediabestand %1$s is hernoemd naar %2$s." 14111 14112#: app/Http/RequestHandlers/CreateMediaObjectAction.php:96 14113msgid "The media object has been created" 14114msgstr "Het mediaobject is aangemaakt" 14115 14116#: resources/views/setup/step-2-server-checks.phtml:62 14117msgid "The memory and CPU time requirements depend on the number of individuals in your family tree." 14118msgstr "De vereisten voor geheugen en processortijd zijn afhankelijk van het aantal personen in uw stamboom." 14119 14120#: app/Http/RequestHandlers/BroadcastAction.php:85 14121#, php-format 14122msgid "The message was not sent to %s." 14123msgstr "Het bericht werd niet verzonden naar %s." 14124 14125#: app/Http/RequestHandlers/ContactAction.php:151 14126#: app/Http/RequestHandlers/EmailPreferencesAction.php:90 14127#: app/Http/RequestHandlers/MessageAction.php:98 14128msgid "The message was not sent." 14129msgstr "Bericht werd niet verzonden." 14130 14131#: app/Http/RequestHandlers/BroadcastAction.php:80 14132#: app/Http/RequestHandlers/ContactAction.php:146 14133#: app/Http/RequestHandlers/EmailPreferencesAction.php:88 14134#: app/Http/RequestHandlers/MessageAction.php:93 14135#, php-format 14136msgid "The message was successfully sent to %s." 14137msgstr "Bericht verstuurd naar %s." 14138 14139#: app/Http/RequestHandlers/AbstractModuleComponentAction.php:75 14140#: app/Http/RequestHandlers/ModulesAllAction.php:71 14141#: app/Module/ChartsBlockModule.php:123 app/Module/ChartsBlockModule.php:143 14142#: app/Module/ChartsBlockModule.php:163 app/Module/ChartsBlockModule.php:177 14143#, php-format 14144msgid "The module “%s” has been disabled." 14145msgstr "De module “%s” is uitgeschakeld." 14146 14147#: app/Http/RequestHandlers/AbstractModuleComponentAction.php:73 14148#: app/Http/RequestHandlers/ModulesAllAction.php:69 14149#, php-format 14150msgid "The module “%s” has been enabled." 14151msgstr "De module “%s” is ingeschakeld." 14152 14153#. I18N: Help text for the “Quick family facts” configuration setting 14154#: resources/views/admin/trees-preferences.phtml:686 14155msgid "The most common family facts and events are listed separately, so that they can be added more easily." 14156msgstr "De meest gebruikte feiten voor gezinnen worden in een aparte lijst opgenomen, zodat ze makkelijker kunnen worden toegevoegd." 14157 14158#. I18N: Help text for the “Quick individual facts” configuration setting 14159#: resources/views/admin/trees-preferences.phtml:661 14160msgid "The most common individual facts and events are listed separately, so that they can be added more easily." 14161msgstr "De meest gebruikte feiten voor personen worden in een aparte lijst opgenomen, zodat ze makkelijker kunnen worden toegevoegd." 14162 14163#: resources/views/admin/site-registration.phtml:56 14164msgid "The new user will be asked to confirm their email address before the account is created." 14165msgstr "De nieuwe gebruiker zal worden gevraagd om zijn/haar e-mailadres te bevestigen voordat het account wordt aangemaakt." 14166 14167#: app/Http/RequestHandlers/CreateNoteAction.php:64 14168msgid "The note has been created" 14169msgstr "De notitie is aangemaakt" 14170 14171#: app/Validator.php:235 app/Validator.php:251 app/Validator.php:261 14172#: app/Validator.php:293 app/Validator.php:312 app/Validator.php:335 14173#: app/Validator.php:354 app/Validator.php:370 app/Validator.php:386 14174#, php-format 14175msgid "The parameter “%s” is missing." 14176msgstr "De parameter “%s” ontbreekt." 14177 14178#: app/Http/RequestHandlers/SetupWizard.php:383 14179msgid "The password needs to be at least six characters long." 14180msgstr "Het wachtwoord moet minstens zes karakters bevatten." 14181 14182#. I18N: Help text for the "Password" site configuration setting 14183#: resources/views/admin/site-mail.phtml:155 14184msgid "The password required for authentication with the SMTP server." 14185msgstr "Het wachtwoord vereist voor authenticatie met de SMTP server." 14186 14187#: app/Http/RequestHandlers/PasswordResetAction.php:84 14188#: app/Http/RequestHandlers/PasswordResetPage.php:76 14189msgid "The password reset link has expired." 14190msgstr "De link om het wachtwoord te herstellen is verlopen." 14191 14192#. I18N: Description of the “Place hierarchy” module 14193#: app/Module/PlaceHierarchyListModule.php:113 14194msgid "The place hierarchy." 14195msgstr "De hiërarchie van plaatsen." 14196 14197#: app/Http/RequestHandlers/TreePreferencesAction.php:135 14198#: app/Http/RequestHandlers/TreePrivacyAction.php:115 14199msgid "The preferences for all family trees have been updated." 14200msgstr "De voorkeuren voor alle stambomen zijn bijgewerkt." 14201 14202#: app/Http/RequestHandlers/TreePreferencesAction.php:139 14203#: app/Http/RequestHandlers/TreePrivacyAction.php:118 14204msgid "The preferences for new family trees have been updated." 14205msgstr "De voorkeuren voor nieuwe stambomen zijn bijgewerkt." 14206 14207#: app/Http/RequestHandlers/TreePreferencesAction.php:128 14208#: app/Http/RequestHandlers/TreePrivacyAction.php:108 14209#, php-format 14210msgid "The preferences for the family tree “%s” have been updated." 14211msgstr "De voorkeuren voor stamboom “%s” zijn bijgewerkt." 14212 14213#: app/Http/RequestHandlers/ModuleDeleteSettings.php:73 14214#, php-format 14215msgid "The preferences for the module “%s” have been deleted." 14216msgstr "De voorkeuren voor de module “%s” zijn verwijderd." 14217 14218#: app/Module/BingMaps.php:96 app/Module/CustomCssJsModule.php:99 14219#: app/Module/GeonamesAutocomplete.php:109 app/Module/GoogleMaps.php:96 14220#: app/Module/HereMaps.php:96 app/Module/MapBox.php:96 14221#: app/Module/MapGeoLocationGeonames.php:86 14222#: app/Module/MapGeoLocationOpenRouteService.php:81 14223#: app/Module/OpenRouteServiceAutocomplete.php:105 14224#: app/Module/RelationshipsChartModule.php:446 app/Module/SiteMapModule.php:177 14225#, php-format 14226msgid "The preferences for the module “%s” have been updated." 14227msgstr "De voorkeuren voor module “%s” zijn bijgewerkt." 14228 14229#: resources/views/setup/step-4-database-mysql.phtml:124 14230#: resources/views/setup/step-4-database-pgsql.phtml:109 14231#: resources/views/setup/step-4-database-sqlite.phtml:79 14232#: resources/views/setup/step-4-database-sqlsvr.phtml:109 14233msgid "The prefix is optional, but recommended. By giving the table names a unique prefix you can let several different applications share the same database." 14234msgstr "Het voorvoegsel is optioneel, maar wel aanbevolen. Door tabelnamen een uniek voorvoegsel te geven, kunnen verschillende toepassingen gebruikmaken van dezelfde database." 14235 14236#: app/Gedcom.php:1072 app/Gedcom.php:1128 14237msgid "The problem" 14238msgstr "Het probleem" 14239 14240#: app/Http/RequestHandlers/MergeFactsAction.php:178 14241#, php-format 14242msgid "The records “%1$s” and “%2$s” have been merged." 14243msgstr "De records “%1$s” en “%2$s” zijn samengevoegd." 14244 14245#. I18N: Description of the “Reports” module 14246#: app/Module/ReportsMenuModule.php:70 14247msgid "The reports menu." 14248msgstr "Het rapporten menu." 14249 14250#: app/Http/RequestHandlers/CreateRepositoryAction.php:79 14251msgid "The repository has been created" 14252msgstr "De opslagplaats is aangemaakt" 14253 14254#. I18N: Description of the “Search” module 14255#: app/Module/SearchMenuModule.php:59 14256msgid "The search menu." 14257msgstr "Het zoek menu." 14258 14259#: app/Services/SearchService.php:1161 14260msgid "The search returned too many results." 14261msgstr "De zoekopdracht heeft te veel resultaten opgeleverd." 14262 14263#: resources/views/setup/step-2-server-checks.phtml:55 14264msgid "The server configuration is OK." 14265msgstr "De server configuratie is OK." 14266 14267#: app/Http/Exceptions/HttpBadRequestException.php:34 14268msgid "The server could not understand this request." 14269msgstr "De server heeft deze aanvraag niet begrepen." 14270 14271#: app/Services/ServerCheckService.php:245 14272msgid "The server’s temporary folder cannot be accessed." 14273msgstr "De tijdelijke map van de server is niet toegankelijk." 14274 14275#: app/Http/RequestHandlers/RenumberTreeAction.php:551 14276#: app/Services/UpgradeService.php:174 app/Services/UpgradeService.php:206 14277msgid "The server’s time limit has been reached." 14278msgstr "De tijdslimiet van de server is bereikt." 14279 14280#. I18N: Description of “Statistics” module 14281#: app/Module/FamilyTreeStatisticsModule.php:79 14282msgid "The size of the family tree, earliest and latest events, common names, etc." 14283msgstr "De grootte van de stamboom, vroegste en laatste gebeurtenissen, gemeenschappelijke namen etc." 14284 14285#: app/Gedcom.php:1069 app/Gedcom.php:1125 14286msgid "The solution" 14287msgstr "De oplossing" 14288 14289#: app/Http/RequestHandlers/CreateSourceAction.php:103 14290msgid "The source has been created" 14291msgstr "De bron is aangemaakt" 14292 14293#: app/Http/RequestHandlers/CreateSubmissionAction.php:56 14294msgid "The submission has been created" 14295msgstr "De indiening is aangemaakt" 14296 14297#: app/Http/RequestHandlers/CreateSubmitterAction.php:79 14298msgid "The submitter has been created" 14299msgstr "De indiener is aangemaakt" 14300 14301#: resources/views/help/name.phtml:13 14302#, php-format 14303msgid "The surname is enclosed by slashes: <%s>John Paul /Smith/<%s>" 14304msgstr "De achternaam staat tussen schuine strepen: <%s>Jan Pieter /Smid/<%s>" 14305 14306#: resources/views/admin/site-preferences.phtml:55 14307#: resources/views/admin/users-edit.phtml:141 14308#: resources/views/edit-account-page.phtml:116 14309msgid "The time zone is required for date calculations, such as knowing today’s date." 14310msgstr "De tijdzone is van belang voor het rekenen met datums. Bijvoorbeeld om te berekenen wat voor dag het vandaag is." 14311 14312#. I18N: An XREF is the identification number used in GEDCOM files. 14313#: resources/views/admin/trees-merge.phtml:28 14314#, php-format 14315msgid "The two family trees have %1$s record which uses the same “XREF”." 14316msgid_plural "The two family trees have %1$s records which use the same “XREF”." 14317msgstr[0] "De twee stambomen hebben %1$s record met dezelfde “XREF”." 14318msgstr[1] "De twee stambomen hebben %1$s records met dezelfde “XREF”." 14319 14320#: app/Http/RequestHandlers/UpgradeWizardStep.php:310 14321msgid "The upgrade is complete." 14322msgstr "De upgrade is compleet." 14323 14324#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php 14325#: app/Exceptions/FileUploadException.php:63 14326msgid "The uploaded file exceeds the allowed size." 14327msgstr "Het bestand is te groot." 14328 14329#: app/Http/RequestHandlers/UsersCleanupAction.php:68 14330#, php-format 14331msgid "The user %s has been deleted." 14332msgstr "De gebruiker %s is verwijderd." 14333 14334#: resources/views/emails/register-notify-html.phtml:39 14335#: resources/views/emails/register-notify-text.phtml:30 14336msgid "The user has been sent an email with the information necessary to confirm the access request." 14337msgstr "De gebruiker heeft een e-mail ontvangen met de benodigde informatie om zijn verzoek te bevestigen." 14338 14339#: app/Http/RequestHandlers/LoginAction.php:117 14340#: app/Http/RequestHandlers/LoginAction.php:122 14341msgid "The username or password is incorrect." 14342msgstr "De gebruikersnaam of het wachtwoord is niet juist." 14343 14344#. I18N: Help text for the "Username" site configuration setting 14345#: resources/views/admin/site-mail.phtml:141 14346msgid "The username required for authentication with the SMTP server." 14347msgstr "De gebruikersnaam vereist voor authenticatie bij de SMTP server." 14348 14349#: app/Http/RequestHandlers/EmailPreferencesAction.php:80 14350#: app/Http/RequestHandlers/ModulesAnalyticsAction.php:45 14351#: app/Http/RequestHandlers/ModulesBlocksAction.php:46 14352#: app/Http/RequestHandlers/ModulesChartsAction.php:46 14353#: app/Http/RequestHandlers/ModulesDataFixesAction.php:45 14354#: app/Http/RequestHandlers/ModulesFootersAction.php:46 14355#: app/Http/RequestHandlers/ModulesHistoricEventsAction.php:45 14356#: app/Http/RequestHandlers/ModulesLanguagesAction.php:45 14357#: app/Http/RequestHandlers/ModulesListsAction.php:46 14358#: app/Http/RequestHandlers/ModulesMapAutocompleteAction.php:45 14359#: app/Http/RequestHandlers/ModulesMapGeoLocationsAction.php:45 14360#: app/Http/RequestHandlers/ModulesMapLinksAction.php:45 14361#: app/Http/RequestHandlers/ModulesMapProvidersAction.php:45 14362#: app/Http/RequestHandlers/ModulesMenusAction.php:47 14363#: app/Http/RequestHandlers/ModulesReportsAction.php:46 14364#: app/Http/RequestHandlers/ModulesSharesAction.php:45 14365#: app/Http/RequestHandlers/ModulesSidebarsAction.php:47 14366#: app/Http/RequestHandlers/ModulesTabsAction.php:47 14367#: app/Http/RequestHandlers/ModulesThemesAction.php:45 14368#: app/Http/RequestHandlers/SitePreferencesAction.php:63 14369#: app/Http/RequestHandlers/SiteRegistrationAction.php:51 14370#: app/Http/RequestHandlers/SiteTagsAction.php:61 14371msgid "The website preferences have been updated." 14372msgstr "De website voorkeuren zijn bijgewerkt." 14373 14374#: resources/views/errors/database-error.phtml:20 14375#: resources/views/setup/step-6-failed.phtml:20 14376msgid "The webtrees developers would be very interested to learn about this error. If you contact them, they will help you resolve the problem." 14377msgstr "De webtrees ontwikkelaars zijn zeer geinteresseerd om kennis van deze fout te nemen. Als u contact met ze opneemt, zullen ze u helpen de fout op te sporen." 14378 14379#: app/Module/ModuleThemeTrait.php:74 app/Module/ModuleThemeTrait.php:471 14380#: resources/views/admin/modules.phtml:256 14381#: resources/views/admin/modules.phtml:259 14382#: resources/views/admin/users-edit.phtml:199 14383msgid "Theme" 14384msgstr "Thema" 14385 14386#. I18N: Name of a module 14387#: app/Module/ThemeSelectModule.php:45 14388msgid "Theme change" 14389msgstr "Wijzig thema" 14390 14391#: app/Http/RequestHandlers/ModulesThemesPage.php:43 14392#: resources/views/admin/control-panel.phtml:592 14393#: resources/views/admin/modules.phtml:118 14394#: resources/views/admin/modules.phtml:120 14395msgid "Themes" 14396msgstr "Thema's" 14397 14398#: resources/views/modules/personal_facts/tab.phtml:59 14399msgid "There are no facts for this individual." 14400msgstr "Er zijn geen feiten voor deze persoon." 14401 14402#: app/Http/RequestHandlers/ManageMediaData.php:327 14403msgid "There are no links to this media object." 14404msgstr "Er bestaan geen koppelingen naar dit mediaobject." 14405 14406#: resources/views/modules/media/tab.phtml:61 14407msgid "There are no media objects for this individual." 14408msgstr "Er zijn geen mediaobjecten voor deze persoon." 14409 14410#: resources/views/modules/notes/tab.phtml:84 14411msgid "There are no notes for this individual." 14412msgstr "Er zijn geen notities voor deze persoon." 14413 14414#: app/Http/RequestHandlers/UpgradeWizardStep.php:212 14415#: resources/views/pending-changes-page.phtml:30 14416msgid "There are no pending changes." 14417msgstr "Er zijn geen uitstaande wijzigingen." 14418 14419#: app/Module/ResearchTaskModule.php:128 14420msgid "There are no research tasks in this family tree." 14421msgstr "Er zijn geen onderzoekstaken in deze stamboom." 14422 14423#: resources/views/modules/sources_tab/tab.phtml:63 14424msgid "There are no source citations for this individual." 14425msgstr "Er zijn geen bronvermeldingen voor deze persoon." 14426 14427#: app/Module/ReviewChangesModule.php:155 14428#: resources/views/emails/pending-changes-html.phtml:20 14429#: resources/views/emails/pending-changes-text.phtml:17 14430msgid "There are pending changes for you to moderate." 14431msgstr "Er zijn uitstaande wijzigingen die u moet beoordelen." 14432 14433#: app/Module/RecentChangesModule.php:150 14434#, php-format 14435msgid "There have been no changes within the last %s day." 14436msgid_plural "There have been no changes within the last %s days." 14437msgstr[0] "Er zijn geen wijzigingen aangebracht in de laatste 24 uur." 14438msgstr[1] "Er zijn geen wijzigingen aangebracht in de laatste %s dagen." 14439 14440#: app/Exceptions/FileUploadException.php:99 14441#: app/Http/RequestHandlers/AddMediaFileAction.php:76 14442#: app/Http/RequestHandlers/CreateMediaObjectAction.php:75 14443#: app/Http/RequestHandlers/UploadMediaAction.php:131 14444#: app/Services/MediaFileService.php:226 14445msgid "There was an error uploading your file." 14446msgstr "Er is een fout opgetreden bij het uploaden van uw bestand." 14447 14448#. I18N: a month in the French republican calendar 14449#: app/Date/FrenchDate.php:169 14450msgctxt "GENITIVE" 14451msgid "Thermidor" 14452msgstr "Thermidor" 14453 14454#. I18N: a month in the French republican calendar 14455#: app/Date/FrenchDate.php:263 14456msgctxt "INSTRUMENTAL" 14457msgid "Thermidor" 14458msgstr "Thermidor" 14459 14460#. I18N: a month in the French republican calendar 14461#: app/Date/FrenchDate.php:216 14462msgctxt "LOCATIVE" 14463msgid "Thermidor" 14464msgstr "Thermidor" 14465 14466#. I18N: a month in the French republican calendar 14467#: app/Date/FrenchDate.php:122 14468msgctxt "NOMINATIVE" 14469msgid "Thermidor" 14470msgstr "Thermidor" 14471 14472#: resources/views/modules/privacy-policy/page.phtml:36 14473msgid "These cookies are “essential”, and do not require consent." 14474msgstr "Deze cookies zijn essentieel voor het functioneren van de website en vereisen geen toestemming." 14475 14476#: resources/views/admin/trees-unconnected.phtml:36 14477#, php-format 14478msgid "These groups of individuals are not related to %s." 14479msgstr "Deze groepen personen zijn niet verwant aan %s." 14480 14481#: resources/views/modules/privacy-policy/page.phtml:57 14482msgid "These services may use cookies or other tracking technology." 14483msgstr "Deze diensten kunnen cookies en ander tracking-technologien gebruiken." 14484 14485#: app/Http/RequestHandlers/LoginAction.php:132 14486msgid "This account has not been approved. Please wait for an administrator to approve it." 14487msgstr "Dit account is niet goedgekeurd. Wacht a.u.b. totdat de beheerder het goedgekeurd heeft." 14488 14489#: app/Http/RequestHandlers/LoginAction.php:127 14490msgid "This account has not been verified. Please check your email for a verification message." 14491msgstr "Dit account is nog niet geverifieerd. Kijk a.u.b. uw e-mail na voor een verificatiebericht." 14492 14493#: resources/views/modules/review_changes/config.phtml:13 14494msgid "This block will show editors a list of records with pending changes that need to be reviewed by a moderator. It also generates daily emails to moderators whenever pending changes exist." 14495msgstr "Dit blok toont bewerkers een lijst van records met uitstaande wijzigingen die wachten op goedkeuring door een moderator. Als er wijzigingen zijn die wachten op goedkeuring door een moderator zorgt dit blok er ook voor dat er dagelijks een e-mail wordt verstuurd naar de moderators." 14496 14497#: resources/views/admin/users-create.phtml:76 14498#: resources/views/admin/users-edit.phtml:86 14499#: resources/views/edit-account-page.phtml:128 14500#: resources/views/register-page.phtml:53 14501#: resources/views/setup/step-5-administrator.phtml:95 14502msgid "This email address will be used to send password reminders, website notifications, and messages from other family members who are registered on the website." 14503msgstr "Dit e-mailadres wordt gebruikt om u een bericht te kunnen sturen als u uw wachtwoord bent vergeten. Daarnaast wordt dit e-mailadres gebruikt voor websitemededelingen en berichten van andere geregistreerde familieleden." 14504 14505#: app/Elements/AbstractEventElement.php:61 14506msgid "This event occurred, but the details are unknown." 14507msgstr "Deze gebeurtenis heeft plaatsgevonden, maar de details zijn onbekend." 14508 14509#: app/Auth.php:227 app/Http/RequestHandlers/RedirectFamilyPhp.php:71 14510msgid "This family does not exist or you do not have permission to view it." 14511msgstr "Deze familie bestaat niet of u heeft geen rechten om deze te zien." 14512 14513#: resources/views/family-page-pending.phtml:19 14514msgid "This family has been deleted. The deletion will need to be reviewed by a moderator." 14515msgstr "Deze familie is verwijderd. Dit zal worden beoordeeld door een moderator." 14516 14517#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 14518#: resources/views/family-page-pending.phtml:17 14519#, php-format 14520msgid "This family has been deleted. You should review the deletion and then %1$s or %2$s it." 14521msgstr "Dit gezin is verwijderd. Beoordeel de verwijdering en %1$s of %2$s dit dan." 14522 14523#: resources/views/family-page-pending.phtml:25 14524msgid "This family has been edited. The changes need to be reviewed by a moderator." 14525msgstr "Deze familie is gewijzigd. De wijzigingen moeten worden nagezien door een moderator." 14526 14527#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 14528#: resources/views/family-page-pending.phtml:23 14529#, php-format 14530msgid "This family has been edited. You should review the changes and then %1$s or %2$s them." 14531msgstr "Dit gezin is gewijzigd. Beoordeel de wijzigingen en %1$s of %2$s ze dan." 14532 14533#: resources/views/admin/trees-renumber.phtml:30 14534#, php-format 14535msgid "This family tree has %s record which uses the same “XREF” as another family tree." 14536msgid_plural "This family tree has %s records which use the same “XREF” as another family tree." 14537msgstr[0] "Deze stamboom heeft %s record met dezelfde “XREF” als een andere stamboom." 14538msgstr[1] "Deze stamboom heeft %s records met dezelfde “XREF” als een andere stamboom." 14539 14540#: app/Module/SlideShowModule.php:177 14541msgid "This family tree has no images to display." 14542msgstr "Deze stamboom heeft geen afbeeldingen om te laten zien." 14543 14544#. I18N: do not translate the #keywords# 14545#: resources/views/modules/html/template-narrative.phtml:7 14546msgid "This family tree was last updated on #gedcomUpdated#. There are #totalSurnames# surnames in this family tree. The earliest recorded event is the #firstEventType# of #firstEventName# in #firstEventYear#. The most recent event is the #lastEventType# of #lastEventName# in #lastEventYear#.<br><br>If you have any comments or feedback please contact #contactWebmaster#." 14547msgstr "Deze Stamboom is op #gedcomUpdated# voor het laatst bijgewerkt. Er zijn #totalSurnames# achternamen in deze stamboom. De eerst vastgelegde gebeurtenis is de #firstEventType# van #firstEventName# in het jaar #firstEventYear#. De meest recente gebeurtenis is de #lastEventType# van #lastEventName# in het jaar #lastEventYear#.<br><br>Als u commentaar of opmerkingen heeft neem dan a.u.b. contact op met #contactWebmaster#." 14548 14549#: resources/views/modules/gedcom_stats/statistics.phtml:31 14550#: resources/views/modules/html/template-statistics.phtml:18 14551#, php-format 14552msgid "This family tree was last updated on %s." 14553msgstr "Deze stamboom werd het laatst gewijzigd op %s." 14554 14555#. I18N: Help text for the "Data folder" site configuration setting 14556#: resources/views/admin/site-preferences.phtml:32 14557msgid "This folder will be used by webtrees to store media files, GEDCOM files, temporary files, etc. These files may contain private data, and should not be made available over the internet." 14558msgstr "Deze map wordt door webtrees gebruikt om mediabestanden, GEDCOM-bestanden, tijdelijke bestanden enz. in op te slaan. Deze bestanden kunnen privégegevens bevatten, en mogen niet beschikbaar worden gemaakt over het internet." 14559 14560#. I18N: Help text for the “Media folder” configuration setting 14561#: resources/views/admin/trees-preferences.phtml:252 14562msgid "This folder will be used to store the media files for this family tree." 14563msgstr "Deze map wordt gebruikt om de mediabestanden van deze stamboom in op te slaan." 14564 14565#: app/Http/Middleware/CheckCsrf.php:69 14566msgid "This form has expired. Try again." 14567msgstr "Dit formulier is verlopen. Probeer opnieuw." 14568 14569#: app/Auth.php:286 app/Http/RequestHandlers/RedirectIndividualPhp.php:71 14570msgid "This individual does not exist or you do not have permission to view it." 14571msgstr "Deze persoon bestaat niet, of u heeft geen permissie om dit te zien." 14572 14573#: resources/views/individual-page-pending.phtml:21 14574msgid "This individual has been deleted. The deletion will need to be reviewed by a moderator." 14575msgstr "Deze persoon is verwijderd. De verwijdering moet nagekeken worden door een moderator." 14576 14577#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 14578#: resources/views/individual-page-pending.phtml:18 14579#, php-format 14580msgid "This individual has been deleted. You should review the deletion and then %1$s or %2$s it." 14581msgstr "Deze persoon is verwijderd. Beoordeel de verwijdering en %1$s of %2$s deze dan." 14582 14583#: resources/views/individual-page-pending.phtml:30 14584msgid "This individual has been edited. The changes need to be reviewed by a moderator." 14585msgstr "De gegevens van deze persoon zijn gewijzigd. De wijzigingen moeten nagekeken worden door een moderator." 14586 14587#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 14588#: resources/views/individual-page-pending.phtml:27 14589#, php-format 14590msgid "This individual has been edited. You should review the changes and then %1$s or %2$s them." 14591msgstr "De gegevens van deze persoon zijn gewijzigd. Beoordeel de wijzigingen en %1$s of %2$s ze dan." 14592 14593#. I18N: Help text for the “Default individual” configuration setting 14594#: resources/views/admin/trees-preferences.phtml:100 14595#: resources/views/edit-account-page.phtml:80 14596msgid "This individual will be selected by default when viewing charts and reports." 14597msgstr "Deze persoon wordt standaard gebruikt voor diagrammen en rapporten." 14598 14599#: app/Module/StatisticsChartModule.php:948 14600#: app/Statistics/Repository/EventRepository.php:244 14601#: app/Statistics/Repository/FamilyDatesRepository.php:98 14602#: app/Statistics/Repository/FamilyRepository.php:530 14603#: app/Statistics/Repository/FamilyRepository.php:851 14604#: app/Statistics/Repository/FamilyRepository.php:1501 14605#: app/Statistics/Repository/IndividualRepository.php:1798 14606#: app/Statistics/Repository/IndividualRepository.php:1823 14607#: app/Statistics/Repository/PlaceRepository.php:217 14608#: resources/views/statistics/families/top10-list-age.phtml:31 14609#: resources/views/statistics/families/top10-list-grand.phtml:27 14610#: resources/views/statistics/families/top10-list-spouses.phtml:25 14611#: resources/views/statistics/families/top10-list.phtml:27 14612#: resources/views/statistics/individuals/top10-list.phtml:25 14613#: resources/views/statistics/other/charts/column.phtml:19 14614#: resources/views/statistics/other/charts/combo.phtml:18 14615#: resources/views/statistics/other/charts/custom.phtml:17 14616#: resources/views/statistics/other/charts/geo.phtml:21 14617#: resources/views/statistics/other/charts/pie.phtml:19 14618#: resources/views/statistics/other/top10-list.phtml:26 14619msgid "This information is not available." 14620msgstr "Deze informatie is niet beschikbaar." 14621 14622#: app/Statistics/Repository/EventRepository.php:252 14623#: app/Statistics/Repository/FamilyDatesRepository.php:106 14624#: app/Statistics/Repository/FamilyDatesRepository.php:377 14625#: app/Statistics/Repository/FamilyRepository.php:97 14626#: app/Statistics/Repository/FamilyRepository.php:485 14627#: app/Statistics/Repository/FamilyRepository.php:862 14628#: app/Statistics/Repository/FamilyRepository.php:1513 14629#: app/Statistics/Repository/IndividualRepository.php:864 14630#: app/Statistics/Repository/IndividualRepository.php:1178 14631#: app/Statistics/Repository/IndividualRepository.php:1198 14632#: app/Statistics/Repository/IndividualRepository.php:1218 14633#: app/Statistics/Repository/IndividualRepository.php:1238 14634#: app/Statistics/Repository/IndividualRepository.php:1258 14635#: app/Statistics/Repository/IndividualRepository.php:1278 14636msgid "This information is private and cannot be shown." 14637msgstr "Deze informatie is privé en kan niet getoond worden." 14638 14639#: resources/views/edit-account-page.phtml:68 14640msgid "This is a link to your own record in the family tree. If this is the wrong individual, contact an administrator." 14641msgstr "Dit is een link naar uw eigen record in de stamboom. Neem contact op met een beheerder als dit de verkeerde persoon is." 14642 14643#: resources/views/setup/step-4-database-mysql.phtml:88 14644#: resources/views/setup/step-4-database-mysql.phtml:102 14645#: resources/views/setup/step-4-database-pgsql.phtml:76 14646#: resources/views/setup/step-4-database-pgsql.phtml:88 14647#: resources/views/setup/step-4-database-sqlsvr.phtml:76 14648#: resources/views/setup/step-4-database-sqlsvr.phtml:88 14649msgid "This is case sensitive." 14650msgstr "Dit is hoofdletter gevoelig." 14651 14652#: app/Http/RequestHandlers/UpgradeWizardStep.php:169 14653#: resources/views/admin/control-panel.phtml:194 14654#: resources/views/admin/upgrade/wizard.phtml:25 14655msgid "This is the latest version of webtrees. No upgrade is available." 14656msgstr "Dit is de laatste versie van webtrees. Er is geen upgrade beschikbaar." 14657 14658#. I18N: Help text for the “Server name” site configuration setting 14659#: resources/views/admin/site-mail.phtml:99 14660msgid "This is the name of the SMTP server. “localhost” means that the mail service is running on the same computer as your web server." 14661msgstr "Dit is de naam van de SMTP server. 'localhost' betekent dat de mail service op dezelfde computer draait als uw webserver." 14662 14663#: resources/views/admin/users-create.phtml:37 14664#: resources/views/admin/users-edit.phtml:47 14665#: resources/views/edit-account-page.phtml:49 14666#: resources/views/register-page.phtml:41 14667#: resources/views/setup/step-5-administrator.phtml:59 14668msgid "This is your real name, as you would like it displayed on screen." 14669msgstr "Dit is uw echte naam zoals u het wilt zien op het scherm." 14670 14671#: app/Http/RequestHandlers/PasswordRequestAction.php:125 14672msgid "This link is valid for one hour." 14673msgstr "Deze link is een uur geldig." 14674 14675#: resources/views/help/data-fixes.phtml:16 14676msgid "This list is created using a simple (but fast) search, and therefore includes records that will not be updated." 14677msgstr "Deze lijst is gemaakt met een eenvoudige (maar snelle) zoekopdracht en bevat daarom records die niet worden bijgewerkt." 14678 14679#: app/Auth.php:348 app/Http/RequestHandlers/RedirectMediaViewerPhp.php:71 14680msgid "This media object does not exist or you do not have permission to view it." 14681msgstr "Dit mediaobject bestaat niet of u heeft geen toestemming om het te bekijken." 14682 14683#: resources/views/media-page-pending.phtml:18 14684msgid "This media object has been deleted. The deletion will need to be reviewed by a moderator." 14685msgstr "Dit mediaobject werd verwijderd. De verwijdering moet worden beoordeeld door een moderator." 14686 14687#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 14688#: resources/views/media-page-pending.phtml:16 14689#, php-format 14690msgid "This media object has been deleted. You should review the deletion and then %1$s or %2$s it." 14691msgstr "Dit mediaobject werd verwijderd. Beoordeel de verwijdering en %1$s of %2$s het dan." 14692 14693#: resources/views/media-page-pending.phtml:24 14694msgid "This media object has been edited. The changes need to be reviewed by a moderator." 14695msgstr "Dit mediaobject werd gewijzigd. De wijzigingen moeten worden beoordeeld door een moderator." 14696 14697#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 14698#: resources/views/media-page-pending.phtml:22 14699#, php-format 14700msgid "This media object has been edited. You should review the changes and then %1$s or %2$s them." 14701msgstr "Dit mediaobject werd gewijzigd. Beoordeel de wijzigingen en %1$s of %2$s ze dan." 14702 14703#: resources/views/emails/message-copy-html.phtml:33 14704#: resources/views/emails/message-copy-text.phtml:23 14705#: resources/views/emails/message-user-html.phtml:34 14706#: resources/views/emails/message-user-text.phtml:24 14707msgid "This message was sent while viewing the following URL: " 14708msgstr "Dit bericht werd verzonden tijdens het bekijken van de volgende URL: " 14709 14710#: resources/views/setup/step-5-administrator.phtml:83 14711msgid "This must be at least six characters long. It is case-sensitive." 14712msgstr "Dit moet tenminste zes karakters lang zijn. Het is hoofdletter gevoelig." 14713 14714#. I18N: Help text for the “Sender name” site configuration setting 14715#: resources/views/admin/site-mail.phtml:63 14716#: resources/views/admin/site-mail.phtml:77 14717msgid "This name is used in the “From” field, when sending automatic emails from this server." 14718msgstr "Deze naam wordt gebruikt voor het ‘Van’ veld, voor verzending van automatische e-mails vanaf deze server." 14719 14720#: app/Auth.php:377 app/Http/RequestHandlers/RedirectNotePhp.php:71 14721msgid "This note does not exist or you do not have permission to view it." 14722msgstr "Deze notitie bestaat niet of u heeft niet de rechten om dit te zien." 14723 14724#: resources/views/note-page-pending.phtml:19 14725msgid "This note has been deleted. The deletion will need to be reviewed by a moderator." 14726msgstr "Deze notitie is verwijderd. Het verwijderen zal nagekeken moeten worden door een moderator." 14727 14728#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 14729#: resources/views/note-page-pending.phtml:17 14730#, php-format 14731msgid "This note has been deleted. You should review the deletion and then %1$s or %2$s it." 14732msgstr "Deze notitie is verwijderd. Beoordeel de verwijdering en %1$s of %2$s het dan." 14733 14734#: resources/views/note-page-pending.phtml:25 14735msgid "This note has been edited. The changes need to be reviewed by a moderator." 14736msgstr "Deze notitie is gewijzigd. De wijzigingen moeten nagekeken worden door een moderator." 14737 14738#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 14739#: resources/views/note-page-pending.phtml:23 14740#, php-format 14741msgid "This note has been edited. You should review the changes and then %1$s or %2$s them." 14742msgstr "Deze notitie is gewijzigd. Beoordeel de wijzigingen en %1$s of %2$s ze dan." 14743 14744#. I18N: Help text for the “Automatically expand notes” configuration setting 14745#: resources/views/admin/trees-preferences.phtml:536 14746msgid "This option controls whether or not to automatically display content of a <i>Note</i> record on the Individual page." 14747msgstr "Deze optie bepaalt of de inhoud van een <i>Notitie</i>-record automatisch wordt weergegeven op de persoonspagina, of niet." 14748 14749#. I18N: Help text for the “Automatically expand sources” configuration setting 14750#: resources/views/admin/trees-preferences.phtml:550 14751msgid "This option controls whether or not to automatically display content of a <i>Source</i> record on the Individual page." 14752msgstr "Deze optie bepaalt of de inhoud van een <i>Bron</i>-record automatisch wordt weergegeven op de persoonspagina, of niet." 14753 14754#. I18N: Help text for the “Age of parents next to child’s birthdate” configuration setting 14755#: resources/views/admin/trees-preferences.phtml:401 14756msgid "This option controls whether or not to show age of father and mother next to child’s birthdate on charts." 14757msgstr "Hiermee wordt het tonen van de leeftijd van de ouders bij de geboorte van het kind al dan niet ingeschakeld." 14758 14759#. I18N: Help text for the “Estimated dates for birth and death” configuration setting 14760#: resources/views/admin/trees-preferences.phtml:374 14761msgid "This option controls whether or not to show estimated dates for birth and death instead of leaving blanks on individual lists and charts for individuals whose dates are not known." 14762msgstr "Deze optie beheert het wel of niet tonen van geschatte datums voor geboorte en overlijden, in plaats van lege datumvelden op persoonslijsten en diagrammen voor personen van wie de datums niet bekend zijn." 14763 14764#. I18N: Help text for the “Show a download link in the media viewer” configuration setting 14765#: resources/views/admin/trees-preferences.phtml:283 14766msgid "This option will make it easier for users to download images." 14767msgstr "Deze optie maakt het makkelijk voor gebruikers om afbeeldingen te downloaden." 14768 14769#. I18N: Help text for the “Show private relationships” configuration setting 14770#: resources/views/admin/trees-privacy.phtml:152 14771msgid "This option will retain family links in private records. This means that you will see empty “private” boxes on the pedigree chart and on other charts with private individuals." 14772msgstr "Deze optie bepaalt de zichtbaarheid van records met privérelaties. Dit betekent dat u lege “privé”-kaders ziet in een kwartierstaat en op andere overzichten met privépersonen." 14773 14774#. I18N: Help text for the “Show names of private individuals” configuration setting 14775#: resources/views/admin/trees-privacy.phtml:133 14776msgid "This option will show the names (but no other details) of private individuals. Individuals are private if they are still alive or if a privacy restriction has been added to their individual record. To hide a specific name, add a privacy restriction to that name record." 14777msgstr "Deze optie toont de namen (maar geen andere details) van privépersonen. Personen zijn privé als ze nog leven of als er een privérestrictie aan hun persoonsrecord is toegevoegd. Om een bepaalde naam niet te tonen, moet een privérestrictie op het naamrecord worden gezet." 14778 14779#: resources/views/edit/raw-gedcom-fact.phtml:23 14780#: resources/views/edit/raw-gedcom-record.phtml:25 14781msgid "This page allows you to bypass the usual forms, and edit the underlying data directly. It is an advanced option, and you should not use it unless you understand the GEDCOM format. If you make a mistake here, it can be difficult to fix." 14782msgstr "Met deze pagina kunt u de normale pagina's omzeilen en de onderliggende gegevens rechtstreeks wijzigen. Dit is een mogelijkheid voor gevorderden die het GEDCOM-formaat goed begrijpen. Hier gemaakte fouten kunnen soms moeilijk te corrigeren zijn." 14783 14784#: app/Module/HitCountFooterModule.php:116 14785#, php-format 14786msgid "This page has been viewed %s time." 14787msgid_plural "This page has been viewed %s times." 14788msgstr[0] "Deze pagina is %s keer bekeken." 14789msgstr[1] "Deze pagina is %s keer bekeken." 14790 14791#: resources/views/help/pending-changes.phtml:16 14792msgid "This process allows the site’s owner to ensure that the new information follows the site’s standards and conventions, has proper source attributions, etc." 14793msgstr "Door dit proces wordt de site eigenaar in de gelegenheid gesteld ervoor te zorgen dat de nieuwe informatie de site normen en conventies volgt, is voorzien van goede bronbeschrijvingen enz." 14794 14795#: app/Auth.php:256 app/Auth.php:319 app/Auth.php:406 app/Auth.php:493 14796#: app/Auth.php:522 app/Http/RequestHandlers/RedirectGedRecordPhp.php:71 14797msgid "This record does not exist or you do not have permission to view it." 14798msgstr "Dit record bestaat niet of u heeft geen toestemming om het te bekijken." 14799 14800#: resources/views/admin/trees-privacy.phtml:247 14801msgid "This record does not exist." 14802msgstr "Dit record bestaat niet." 14803 14804#: resources/views/record-page-pending.phtml:19 14805msgid "This record has been deleted. The deletion will need to be reviewed by a moderator." 14806msgstr "Dit record is verwijderd. Dit zal worden beoordeeld door een moderator." 14807 14808#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 14809#: resources/views/record-page-pending.phtml:17 14810#, php-format 14811msgid "This record has been deleted. You should review the deletion and then %1$s or %2$s it." 14812msgstr "Dit record is verwijderd. Beoordeel de verwijdering en %1$s or %2$s deze dan." 14813 14814#: resources/views/record-page-pending.phtml:25 14815msgid "This record has been edited. The changes need to be reviewed by a moderator." 14816msgstr "Dit record is gewijzigd. De wijzigingen zullen worden beoordeeld door een moderator." 14817 14818#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 14819#: resources/views/record-page-pending.phtml:23 14820#, php-format 14821msgid "This record has been edited. You should review the changes and then %1$s or %2$s them." 14822msgstr "Dit record is gewijzigd. Beoordeel de wijzigingen en %1$s of %2$s deze dan." 14823 14824#: app/Auth.php:435 app/Http/RequestHandlers/RedirectRepositoryPhp.php:71 14825msgid "This repository does not exist or you do not have permission to view it." 14826msgstr "Deze opslagplaats bestaat niet of u heeft geen recht deze in te zien." 14827 14828#: resources/views/modules/privacy-policy/page.phtml:25 14829msgid "This research is a “legitimate interest” under article 6(f) of the EU General Data Protection Regulations." 14830msgstr "Dit onderzoek is een 'legitiem belang' onder artikel 6 (f) van de EU Algemene Verordening Gegevensbescherming." 14831 14832#: resources/views/admin/users-edit.phtml:262 14833msgid "This role has all the permissions of the editor role, plus permission to accept/reject changes made by other users." 14834msgstr "Deze rol heeft alle rechten van een bewerker, plus het recht om wijzigingen van anderen te accepteren of af te wijzen." 14835 14836#: resources/views/admin/users-edit.phtml:276 14837msgid "This role has all the permissions of the manager role in all family trees, plus permission to change the settings/configuration of the website, users, and modules." 14838msgstr "Deze rol heeft alle rechten van de rol van manager in alle stambomen. Daarnaast heeft deze rol het recht om instellingen/configuratie van de site, gebruikers en modules aan te passen." 14839 14840#: resources/views/admin/users-edit.phtml:256 14841msgid "This role has all the permissions of the member role, plus permission to add/change/delete data. Any changes will need to be reviewed by a moderator, unless the user has the “automatically accept changes” option enabled." 14842msgstr "Deze rol heeft alle rechten van een lid, plus het recht om gegevens toe te voegen, te wijzigen of te verwijderen. Elke wijziging moet worden goedgekeurd door een moderator, tenzij voor deze gebruiker de optie “wijzigingen automatisch accepteren” is ingeschakeld." 14843 14844#: resources/views/admin/users-edit.phtml:270 14845msgid "This role has all the permissions of the moderator role, plus any additional access granted by the family tree configuration, plus permission to change the settings/configuration of a family tree." 14846msgstr "Deze rol heeft alle rechten van de rol als moderator, daarnaast alle eventuele toegang zoals verleend in de instellingen van de stamboom en het recht om instellingen/configuratie van een stamboom te wijzigen." 14847 14848#: resources/views/admin/users-edit.phtml:248 14849msgid "This role has all the permissions of the visitor role, plus any additional access granted by the family tree configuration." 14850msgstr "Deze rol heeft alle rechten van de rol van bezoeker, en daarnaast alle eventuele toegang zoals verleend in de configuratie van de stamboom." 14851 14852#: resources/views/setup/step-2-server-checks.phtml:76 14853#, php-format 14854msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 14855msgstr "De geheugenlimiet van deze server is %s MB en de tijdslimiet van de processor is %s seconden." 14856 14857#. I18N: Help text for the “Other facts to show in charts” configuration setting 14858#: resources/views/admin/trees-preferences.phtml:416 14859msgid "This should be a comma or space separated list of facts, in addition to birth and death, that you want to appear in chart boxes such as the pedigree chart. This list requires you to use fact tags as defined in the GEDCOM 5.5.1 standard. For example, if you wanted the occupation to show up in the box, you would add “OCCU” to this field." 14860msgstr "Dit is een door een komma of spatie gescheiden lijst met feiten/gebeurtenissen, anders dan geboorte en overlijden, die u wilt tonen in diagrammen zoals de kwartierstaat. Deze lijst vereist dat u feitlabels gebruikt zoals gedefinieerd in de GEDCOM 5.5.1-standaard. Als u bijvoorbeeld het beroep in een persoonsvak wilt tonen, dan voert u hier ‘OCCU’ in." 14861 14862#: app/Auth.php:464 app/Http/RequestHandlers/RedirectSourcePhp.php:71 14863msgid "This source does not exist or you do not have permission to view it." 14864msgstr "Deze bron bestaat niet of u heeft geen permissie om deze bron in te zien." 14865 14866#. I18N: Help text for the “Add to TITLE header tag” configuration setting 14867#: resources/views/admin/trees-preferences.phtml:209 14868msgid "This text will be appended to each page title. It will be shown in the browser’s title bar, bookmarks, etc." 14869msgstr "Deze tekst zal worden toegevoegd aan elke pagina titel. Het zal worden getoond in de titelbalk van de browser, bladwijzers, enzovoorts." 14870 14871#: app/Http/RequestHandlers/CheckTree.php:234 14872#: app/Http/RequestHandlers/CheckTree.php:239 14873msgid "This type of link is not allowed here." 14874msgstr "Dit type koppeling is hier niet toegestaan." 14875 14876#: resources/views/errors/no-tree-access.phtml:8 14877msgid "This user account does not have access to any tree." 14878msgstr "Dit gebruikersaccount heeft geen toegang tot een stamboom." 14879 14880#: app/Http/RequestHandlers/SetupWizard.php:176 14881msgid "This usually means that you need to change the folder permissions to 777." 14882msgstr "Dit betekent meestal dat u de mapmachtigingen moet wijzigen in 777." 14883 14884#: app/Services/UpgradeService.php:288 14885msgid "This website is being upgraded. Try again in a few minutes." 14886msgstr "Deze website wordt geüpdatet. Probeer het over een paar minuten opnieuw." 14887 14888#: resources/views/layouts/offline.phtml:70 14889msgid "This website is down for maintenance. You should <a href=\"index.php\">try again</a> in a few minutes." 14890msgstr "De site is gesloten voor onderhoud. Over een paar minuten kunt u het <a href=\"index.php\">opnieuw proberen</a>." 14891 14892#: resources/views/modules/privacy-policy/page.phtml:70 14893msgid "This website is operated by the following individuals." 14894msgstr "Deze website wordt beheerd door de volgende personen." 14895 14896#: resources/views/layouts/error.phtml:17 14897#: resources/views/layouts/error.phtml:34 14898#: resources/views/layouts/offline.phtml:67 14899msgid "This website is temporarily unavailable" 14900msgstr "Deze website is tijdelijk niet beschikbaar" 14901 14902#: resources/views/modules/privacy-policy/page.phtml:22 14903msgid "This website processes personal data for the purpose of historical and genealogical research." 14904msgstr "Deze website verwerkt persoonsgegevens ten behoeve van historisch en genealogisch onderzoek." 14905 14906#: resources/views/modules/privacy-policy/page.phtml:33 14907msgid "This website uses cookies to enable login sessions, and to remember preferences such as your chosen language." 14908msgstr "Deze website maakt gebruik van cookies om inlogsessies mogelijk te maken en om voorkeuren zoals de door u gekozen taal te onthouden." 14909 14910#: resources/views/modules/privacy-policy/footer.phtml:21 14911msgid "This website uses cookies to learn about visitor behavior." 14912msgstr "Deze website gebruikt cookies om het gebruiksgemak en de prestaties van de website te verbeteren." 14913 14914#: resources/views/modules/privacy-policy/page.phtml:45 14915msgid "This website uses third-party services to learn about visitor behavior." 14916msgstr "Deze website maakt gebruik van diensten van derden om bezoekersgedrag te monitoren." 14917 14918#. I18N: %s is the name of a family tree 14919#: resources/views/admin/trees-import.phtml:28 14920#, php-format 14921msgid "This will delete all the genealogy data from “%s” and replace it with data from a GEDCOM file." 14922msgstr "Hiermee worden alle genealogische gegevens van “%s” verwijderd en vervangen door de gegevens van een GEDCOM-bestand." 14923 14924#. I18N: abbreviation for Thursday 14925#: app/Date/AbstractCalendarDate.php:279 14926#: resources/views/edit/initialize-calendar-popup.phtml:27 14927msgid "Thu" 14928msgstr "Do" 14929 14930#: app/Gedcom.php:1478 resources/views/admin/webtrees1-thumbnails.phtml:39 14931msgid "Thumbnail image" 14932msgstr "Miniatuurafbeelding" 14933 14934#: resources/views/admin/trees-preferences.phtml:288 14935#: resources/views/admin/trees-preferences.phtml:293 14936msgid "Thumbnail images" 14937msgstr "Miniatuur weergave" 14938 14939#: app/Date/AbstractCalendarDate.php:249 14940msgid "Thursday" 14941msgstr "Donderdag" 14942 14943#. I18N: Location of an LDS church temple 14944#: app/Elements/TempleCode.php:197 14945msgid "Tijuana, Mexico" 14946msgstr "Tijuana, Mexico" 14947 14948#: app/Gedcom.php:464 app/Gedcom.php:1149 app/Gedcom.php:1464 14949#: app/Gedcom.php:1468 14950msgid "Time" 14951msgstr "Tijd" 14952 14953#: app/Gedcom.php:412 app/Gedcom.php:578 app/Gedcom.php:710 app/Gedcom.php:730 14954#: app/Gedcom.php:761 app/Gedcom.php:777 app/Gedcom.php:808 app/Gedcom.php:824 14955msgid "Time of last change" 14956msgstr "Tijdstip van laatste wijziging" 14957 14958#. I18N: A configuration setting 14959#: resources/views/admin/site-preferences.phtml:50 14960#: resources/views/admin/users-edit.phtml:136 14961#: resources/views/edit-account-page.phtml:111 14962msgid "Time zone" 14963msgstr "Tijdzone" 14964 14965#. I18N: Name of a module/chart 14966#: app/Module/TimelineChartModule.php:95 14967msgid "Timeline" 14968msgstr "Tijdlijn" 14969 14970#: resources/views/admin/changes-log.phtml:134 14971#: resources/views/admin/site-logs.phtml:122 14972msgid "Timestamp" 14973msgstr "Tijdstempel" 14974 14975#. I18N: Name of a country or state 14976#: app/Statistics/Service/CountryService.php:490 14977msgid "Timor-Leste" 14978msgstr "Oost-Timor" 14979 14980#: app/Date/JalaliDate.php:276 14981msgctxt "Abbreviation for Persian month: Tir" 14982msgid "Tir" 14983msgstr "Tir" 14984 14985#. I18N: 4th month in the Persian/Jalali calendar 14986#: app/Date/JalaliDate.php:145 14987msgctxt "GENITIVE" 14988msgid "Tir" 14989msgstr "Tir" 14990 14991#. I18N: 4th month in the Persian/Jalali calendar 14992#: app/Date/JalaliDate.php:235 14993msgctxt "INSTRUMENTAL" 14994msgid "Tir" 14995msgstr "Tir" 14996 14997#. I18N: 4th month in the Persian/Jalali calendar 14998#: app/Date/JalaliDate.php:190 14999msgctxt "LOCATIVE" 15000msgid "Tir" 15001msgstr "Tir" 15002 15003#. I18N: 4th month in the Persian/Jalali calendar 15004#: app/Date/JalaliDate.php:100 15005msgctxt "NOMINATIVE" 15006msgid "Tir" 15007msgstr "Tir" 15008 15009#. I18N: a month in the Jewish calendar 15010#: app/Date/JewishDate.php:193 15011msgctxt "GENITIVE" 15012msgid "Tishrei" 15013msgstr "Tishrei" 15014 15015#. I18N: a month in the Jewish calendar 15016#: app/Date/JewishDate.php:297 15017msgctxt "INSTRUMENTAL" 15018msgid "Tishrei" 15019msgstr "Tishrei" 15020 15021#. I18N: a month in the Jewish calendar 15022#: app/Date/JewishDate.php:245 15023msgctxt "LOCATIVE" 15024msgid "Tishrei" 15025msgstr "Tishrei" 15026 15027#. I18N: a month in the Jewish calendar 15028#: app/Date/JewishDate.php:141 15029msgctxt "NOMINATIVE" 15030msgid "Tishrei" 15031msgstr "Tishrei" 15032 15033#: app/Gedcom.php:705 app/Gedcom.php:735 app/Gedcom.php:796 15034#: resources/views/admin/fix-level-0-media.phtml:36 15035#: resources/views/lists/media-table.phtml:78 15036#: resources/views/lists/notes-table.phtml:89 15037#: resources/views/lists/sources-table.phtml:94 15038#: resources/views/modals/create-media-from-file.phtml:34 15039#: resources/views/modals/media-file-fields.phtml:107 15040#: resources/views/modals/source-fields.phtml:14 15041#: resources/views/modules/census-assistant.phtml:24 15042#: resources/views/modules/favorites/favorites.phtml:148 15043#: resources/views/modules/favorites/favorites.phtml:150 15044#: resources/views/modules/gedcom_news/edit.phtml:25 15045#: resources/views/modules/html/config.phtml:18 15046#: resources/views/modules/user_blog/edit.phtml:25 15047msgid "Title" 15048msgstr "Titel" 15049 15050#: resources/views/admin/broadcast.phtml:36 15051#: resources/views/admin/email-page.phtml:41 15052#: resources/views/contact-page.phtml:32 resources/views/message-page.phtml:38 15053msgctxt "Email recipient" 15054msgid "To" 15055msgstr "Aan" 15056 15057#: resources/views/admin/changes-log.phtml:48 15058#: resources/views/admin/site-logs.phtml:46 15059msgctxt "End of date range" 15060msgid "To" 15061msgstr "Tot" 15062 15063#: resources/views/modules/html/config.phtml:32 15064msgid "To assist you in getting started with this block, we have created several standard templates. When you select one of these templates, the text area will contain a copy that you can then alter to suit your site’s requirements." 15065msgstr "Om u te helpen met dit blok hebben we diverse standaard sjablonen gecreëerd.Als u één van deze sjablonen selecteert, wordt dit in het tekstvak ingevoerd en kan dit naar eigen goeddunken worden aangepast voor uw site." 15066 15067#: resources/views/admin/tags.phtml:938 15068msgid "To create new data using custom tags, you need to enable them." 15069msgstr "Om nieuwe gegevens aan te maken met behulp van aangepaste labels, moet u deze inschakelen." 15070 15071#: resources/views/modules/todo/config.phtml:15 15072msgid "To create new research tasks, you must first add “research task” to the list of facts and events in the family tree’s preferences." 15073msgstr "Om nieuwe onderzoekstaken aan te maken moet u eerst <b>onderzoekstaak</b> toevoegen aan de lijst van feiten en gebeurtenissen in de voorkeuren voor de stamboom." 15074 15075#: app/Services/LeafletJsService.php:65 15076msgid "To display a map, you need to enable a map-provider in the control panel." 15077msgstr "Om een kaart weer te geven, moet u een kaartprovider inschakelen in het controlepaneel." 15078 15079#. I18N: Help text for the “Format text and notes” configuration setting 15080#: resources/views/admin/trees-preferences.phtml:591 15081msgid "To ensure compatibility with other genealogy applications, notes, text, and transcripts should be recorded in simple, unformatted text. However, formatting is often desirable to aid presentation, comprehension, etc." 15082msgstr "Om compatibiliteit met andere genealogieprogramma’s te garanderen, zouden notities, tekst en transcripties eigenllijk vastgelegd moeten worden in simpele niet-opgemaakte tekst. Opmaak is echter vaak wenselijk als ondersteuning van de presentatie, het begrijpelijk maken van de tekst enz." 15083 15084#. I18N: “Apache” is a software program. 15085#: resources/views/admin/site-preferences.phtml:36 15086msgid "To protect this private data, webtrees uses an Apache configuration file (.htaccess) which blocks all access to this folder. If your web-server does not support .htaccess files, and you cannot restrict access to this folder, then you can select another folder, away from your web documents." 15087msgstr "Om deze privédata te beschermen, gebruikt webtrees een Apache-configuratie bestand (.htaccess) dat alle toegang tot deze map blokkeert. Als uw webserver geen .htaccess-bestanden ondersteunt, en u kunt geen restricties instellen voor deze map, dan kunt u een andere map selecteren, die buiten uw webdocumenten staat." 15088 15089#: resources/views/emails/password-request-html.phtml:18 15090#: resources/views/emails/password-request-text.phtml:14 15091msgid "To set a new password, follow this link." 15092msgstr "Volg deze link om een nieuw wachtwoord in te stellen." 15093 15094#. I18N: Help text for the "Custom welcome text" site configuration setting 15095#: resources/views/admin/site-registration.phtml:43 15096msgid "To set this text for other languages, you must switch to that language, and visit this page again." 15097msgstr "Om deze tekst in andere talen in te stellen, moet u naar die taal overschakelen en deze pagina opnieuw bezoeken." 15098 15099#: resources/views/modules/sitemap/config.phtml:50 15100msgid "To tell search engines that sitemaps are available, you can use the following links." 15101msgstr "Om zoekmachines te laten weten dat sitemaps aanwezig zijn, kunnen de volgende snelkoppelingen gebruikt worden." 15102 15103#: resources/views/modules/bing-maps/config.phtml:36 15104#: resources/views/modules/google-maps/config.phtml:36 15105#: resources/views/modules/here-maps/config.phtml:36 15106#: resources/views/modules/map-box/config.phtml:36 15107#: resources/views/modules/openrouteservice/config.phtml:36 15108msgid "To use this service, you need an API key." 15109msgstr "Om deze dienst te gebruiken, heeft u een API-sleutel nodig." 15110 15111#: resources/views/modules/geonames/config.phtml:36 15112msgid "To use this service, you need an account." 15113msgstr "Om deze dienst te gebruiken, heeft u een account nodig." 15114 15115#. I18N: Name of a country or state 15116#: app/Statistics/Service/CountryService.php:480 15117msgid "Togo" 15118msgstr "Togo" 15119 15120#. I18N: Name of a country or state 15121#: app/Statistics/Service/CountryService.php:486 15122msgid "Tokelau" 15123msgstr "Tokelau" 15124 15125#. I18N: Location of an LDS church temple 15126#: app/Elements/TempleCode.php:198 15127msgid "Tokyo, Japan" 15128msgstr "Tokio, Japan" 15129 15130#. I18N: Type of media object 15131#: app/Elements/SourceMediaType.php:76 15132msgid "Tombstone" 15133msgstr "Grafsteen" 15134 15135#. I18N: Name of a country or state 15136#: app/Statistics/Service/CountryService.php:492 15137msgid "Tonga" 15138msgstr "Tonga" 15139 15140#: app/Http/Exceptions/HttpTooManyRequestsException.php:34 15141msgid "Too many requests. Try again later." 15142msgstr "Te veel aanvragen. Probeer het later opnieuw." 15143 15144#. I18N: Title for a list of the most common given names, %s is a number. Note that a separate translation exists when %s is 1 15145#: app/Module/TopGivenNamesModule.php:104 15146#, php-format 15147msgid "Top %s given name" 15148msgid_plural "Top %s given names" 15149msgstr[0] "Meest voorkomende voornaam" 15150msgstr[1] "Top-%s meest voorkomende voornamen" 15151 15152#. I18N: Title for a list of the most common surnames, %s is a number. Note that a separate translation exists when %s is 1 15153#: app/Module/TopSurnamesModule.php:188 15154#, php-format 15155msgid "Top %s surname" 15156msgid_plural "Top %s surnames" 15157msgstr[0] "Meest voorkomende achternaam" 15158msgstr[1] "Top-%s meest voorkomende achternamen" 15159 15160#. I18N: i.e. most popular given name. 15161#: app/Module/TopGivenNamesModule.php:101 15162msgid "Top given name" 15163msgstr "Meest voorkomende voornaam" 15164 15165#. I18N: Name of a module. Top=Most common 15166#: app/Module/TopGivenNamesModule.php:47 15167#: resources/views/modules/statistics-chart/names.phtml:45 15168msgid "Top given names" 15169msgstr "Meest voorkomende voornamen" 15170 15171#. I18N: i.e. most popular surname. 15172#: app/Module/TopSurnamesModule.php:185 15173msgid "Top surname" 15174msgstr "Meest voorkomende achternaam" 15175 15176#. I18N: Name of a module. Top=Most common 15177#: app/Module/TopSurnamesModule.php:72 15178#: resources/views/modules/statistics-chart/names.phtml:25 15179msgid "Top surnames" 15180msgstr "Meest voorkomende achternamen" 15181 15182#. I18N: Location of an LDS church temple 15183#: app/Elements/TempleCode.php:199 15184msgid "Toronto, Ontario, Canada" 15185msgstr "Toronto, Ontario, Canada" 15186 15187#: app/Module/StatisticsChartModule.php:766 15188#: app/Statistics/Google/ChartBirth.php:97 15189#: app/Statistics/Google/ChartCommonGiven.php:70 15190#: app/Statistics/Google/ChartCommonSurname.php:128 15191#: app/Statistics/Google/ChartDeath.php:97 15192#: app/Statistics/Google/ChartDistribution.php:109 15193#: app/Statistics/Google/ChartDivorce.php:97 15194#: app/Statistics/Google/ChartFamilyLargest.php:90 15195#: app/Statistics/Google/ChartFamilyWithSources.php:65 15196#: app/Statistics/Google/ChartIndividualWithSources.php:65 15197#: app/Statistics/Google/ChartMarriage.php:97 15198#: app/Statistics/Google/ChartMedia.php:64 15199#: app/Statistics/Google/ChartMortality.php:65 15200#: app/Statistics/Google/ChartNoChildrenFamilies.php:97 15201#: app/Statistics/Google/ChartSex.php:56 15202#: resources/views/admin/control-panel.phtml:435 15203#: resources/views/lists/chart-by-age.phtml:29 15204#: resources/views/lists/chart-by-decade.phtml:21 15205msgid "Total" 15206msgstr "Totaal" 15207 15208#: resources/xml/reports/change_report.xml:127 15209msgid "Total accepted changes: " 15210msgstr "Totaal aantal geaccepteerde wijzigingen: " 15211 15212#: resources/views/modules/statistics-chart/individual-events.phtml:18 15213msgid "Total births" 15214msgstr "Totaal aantal geboorten" 15215 15216#: resources/views/modules/statistics-chart/total-individuals.phtml:59 15217msgid "Total dead" 15218msgstr "Totaal aantal overledenen" 15219 15220#: resources/views/modules/statistics-chart/individual-events.phtml:62 15221msgid "Total deaths" 15222msgstr "Totaal aantal overledenen" 15223 15224#: resources/views/modules/statistics-chart/family-totals.phtml:63 15225msgid "Total divorces" 15226msgstr "Totaal aantal echtscheidingen" 15227 15228#: resources/views/modules/gedcom_stats/config.phtml:51 15229#: resources/views/modules/statistics-chart/other-events.phtml:10 15230#: resources/xml/reports/missing_facts_report.xml:602 15231msgid "Total events" 15232msgstr "Totaal aantal gebeurtenissen" 15233 15234#: app/Statistics/Google/ChartNoChildrenFamilies.php:127 15235#: resources/views/modules/statistics-chart/family-totals.phtml:10 15236#: resources/xml/reports/fact_sources.xml:248 15237#: resources/xml/reports/fact_sources.xml:252 15238#: resources/xml/reports/fact_sources.xml:350 15239#: resources/xml/reports/fact_sources.xml:354 15240#: resources/xml/reports/marriage_report.xml:111 15241msgid "Total families" 15242msgstr "Totaal aantal gezinnen" 15243 15244#: resources/views/modules/statistics-chart/total-individuals.phtml:30 15245msgid "Total females" 15246msgstr "Totaal aantal vrouwen" 15247 15248#: resources/views/modules/statistics-chart/names.phtml:38 15249msgid "Total given names" 15250msgstr "Totaal aantal voornamen" 15251 15252#: resources/views/modules/statistics-chart/total-individuals.phtml:10 15253#: resources/xml/reports/bdm_report.xml:210 15254#: resources/xml/reports/birth_report.xml:66 15255#: resources/xml/reports/cemetery_report.xml:89 15256#: resources/xml/reports/death_report.xml:99 15257#: resources/xml/reports/fact_sources.xml:142 15258#: resources/xml/reports/fact_sources.xml:146 15259#: resources/xml/reports/fact_sources.xml:305 15260#: resources/xml/reports/fact_sources.xml:309 15261#: resources/xml/reports/missing_facts_report.xml:601 15262#: resources/xml/reports/occupation_report.xml:94 15263#: resources/xml/reports/relative_ext_report.xml:147 15264msgid "Total individuals" 15265msgstr "Totaal aantal personen" 15266 15267#: resources/views/modules/statistics-chart/total-individuals.phtml:50 15268msgid "Total living" 15269msgstr "Totaal aantal levenden" 15270 15271#: resources/views/modules/statistics-chart/total-individuals.phtml:21 15272msgid "Total males" 15273msgstr "Totaal aantal mannen" 15274 15275#: resources/views/modules/statistics-chart/family-totals.phtml:19 15276msgid "Total marriages" 15277msgstr "Totaal aantal huwelijken" 15278 15279#: resources/xml/reports/change_report.xml:87 15280msgid "Total pending changes: " 15281msgstr "Totaal uitstaande wijzigingen: " 15282 15283#: resources/views/modules/gedcom_stats/config.phtml:46 15284#: resources/views/modules/html/template-statistics.phtml:36 15285#: resources/views/modules/statistics-chart/names.phtml:18 15286msgid "Total surnames" 15287msgstr "Totaal aantal achternamen" 15288 15289#: resources/views/modules/gedcom_stats/config.phtml:52 15290msgid "Total users" 15291msgstr "Totaal aantal gebruikers" 15292 15293#: app/Http/RequestHandlers/ModulesAnalyticsPage.php:43 15294#: app/Module/ModuleAnalyticsTrait.php:107 15295#: resources/views/admin/analytics-edit.phtml:17 15296#: resources/views/admin/control-panel.phtml:585 15297#: resources/views/admin/modules.phtml:110 15298#: resources/views/admin/modules.phtml:112 15299#: resources/views/admin/modules.phtml:240 15300#: resources/views/admin/modules.phtml:243 15301#: resources/views/modules/privacy-policy/page.phtml:41 15302msgid "Tracking and analytics" 15303msgstr "Tracking en analytics" 15304 15305#: app/Gedcom.php:833 15306msgid "Trailer" 15307msgstr "Trailer" 15308 15309#: app/Module/AncestorsChartModule.php:259 15310#: app/Module/DescendancyChartModule.php:252 15311#: resources/views/emails/register-notify-html.phtml:34 15312#: resources/views/emails/register-notify-text.phtml:28 15313msgid "Tree" 15314msgstr "Stamboom" 15315 15316#. I18N: The third day in the French republican calendar 15317#: app/Date/FrenchDate.php:305 15318msgid "Tridi" 15319msgstr "Tridi" 15320 15321#. I18N: Name of a country or state 15322#: app/Statistics/Service/CountryService.php:494 15323msgid "Trinidad and Tobago" 15324msgstr "Trinidad en Tobago" 15325 15326#. I18N: Location of an LDS church temple 15327#: app/Elements/TempleCode.php:200 15328msgid "Trujillo, Peru" 15329msgstr "Trujillo, Peru" 15330 15331#. I18N: abbreviation for Tuesday 15332#: app/Date/AbstractCalendarDate.php:275 15333#: resources/views/edit/initialize-calendar-popup.phtml:25 15334msgid "Tue" 15335msgstr "Di" 15336 15337#: app/Date/AbstractCalendarDate.php:247 15338msgid "Tuesday" 15339msgstr "Dinsdag" 15340 15341#. I18N: Name of a country or state 15342#: app/Statistics/Service/CountryService.php:496 15343msgid "Tunisia" 15344msgstr "Tunesië" 15345 15346#. I18N: Name of a country or state 15347#: app/Statistics/Service/CountryService.php:498 15348msgid "Turkey" 15349msgstr "Turkije" 15350 15351#. I18N: Name of a country or state 15352#: app/Statistics/Service/CountryService.php:488 15353msgid "Turkmenistan" 15354msgstr "Turkmenistan" 15355 15356#. I18N: Name of a country or state 15357#: app/Statistics/Service/CountryService.php:476 15358msgid "Turks and Caicos Islands" 15359msgstr "Turks- en Caicoseilanden" 15360 15361#. I18N: Name of a country or state 15362#: app/Statistics/Service/CountryService.php:500 15363msgid "Tuvalu" 15364msgstr "Tuvalu" 15365 15366#. I18N: Location of an LDS church temple 15367#: app/Elements/TempleCode.php:196 15368msgid "Tuxtla Gutierrez, Mexico" 15369msgstr "Tuxtla Gutierrez, Mexico" 15370 15371#. I18N: Location of an LDS church temple 15372#: app/Elements/TempleCode.php:201 15373msgid "Twin Falls, Idaho, United States" 15374msgstr "Twin Falls, Idaho, Verenigde Staten" 15375 15376#: app/Gedcom.php:384 app/Gedcom.php:391 app/Gedcom.php:404 app/Gedcom.php:515 15377#: app/Gedcom.php:522 app/Gedcom.php:535 app/Gedcom.php:1155 15378#: app/Gedcom.php:1162 app/Gedcom.php:1409 app/Gedcom.php:1483 15379#: app/Statistics/Google/ChartFamilyLargest.php:89 15380#: app/Statistics/Google/ChartFamilyWithSources.php:64 15381#: app/Statistics/Google/ChartIndividualWithSources.php:64 15382#: app/Statistics/Google/ChartMedia.php:63 15383#: app/Statistics/Google/ChartSex.php:55 15384#: resources/views/admin/site-logs.phtml:53 15385#: resources/views/admin/site-logs.phtml:123 15386#: resources/views/modules/media-list/page.phtml:61 15387#: resources/views/modules/random_media/config.phtml:26 15388#: resources/views/modules/recent_changes/changes-table.phtml:39 15389msgid "Type" 15390msgstr "Soort" 15391 15392#: app/Gedcom.php:1184 15393msgid "Type of abbreviation" 15394msgstr "Soort afkorting" 15395 15396#: app/Gedcom.php:1208 15397msgid "Type of administrative ID" 15398msgstr "Soort beheerders-ID" 15399 15400#: app/Gedcom.php:1212 15401msgid "Type of demographic data" 15402msgstr "Soort demografische gegevens" 15403 15404#: app/Gedcom.php:421 app/Gedcom.php:617 app/Gedcom.php:1163 15405msgid "Type of event" 15406msgstr "Soort gebeurtenis" 15407 15408#: app/Gedcom.php:619 15409msgid "Type of fact" 15410msgstr "Soort feit" 15411 15412#: app/Gedcom.php:630 15413msgid "Type of identification number" 15414msgstr "Soort identificatienummer" 15415 15416#: app/Gedcom.php:1201 15417msgid "Type of location" 15418msgstr "Soort locatie" 15419 15420#: app/Gedcom.php:431 15421msgid "Type of marriage" 15422msgstr "Soort huwelijk" 15423 15424#: app/Gedcom.php:657 15425msgid "Type of name" 15426msgstr "Soort naam" 15427 15428#: app/Gedcom.php:437 app/Gedcom.php:675 app/Gedcom.php:714 app/Gedcom.php:738 15429#: app/Gedcom.php:769 app/Gedcom.php:789 15430msgid "Type of reference number" 15431msgstr "Soort referentienummer" 15432 15433#: app/Gedcom.php:1075 app/Gedcom.php:1131 15434msgid "Type of research task" 15435msgstr "Soort onderzoekstaak" 15436 15437#. I18N: A configuration setting 15438#: app/Gedcom.php:407 app/Gedcom.php:487 app/Gedcom.php:536 app/Gedcom.php:771 15439#: app/Gedcom.php:819 app/Gedcom.php:1083 app/Gedcom.php:1404 15440#: app/Gedcom.php:1444 app/Gedcom.php:1482 app/Gedcom.php:1523 15441#: app/Http/RequestHandlers/CreateRepositoryModal.php:51 15442#: resources/views/admin/trees-create.phtml:32 15443#: resources/views/admin/trees-preferences.phtml:70 15444#: resources/views/modals/media-file-fields.phtml:98 15445#: resources/views/modules/favorites/favorites.phtml:135 15446#: resources/views/modules/favorites/favorites.phtml:142 15447#: resources/views/modules/favorites/favorites.phtml:144 15448#: resources/views/modules/matomo-analytics/form.phtml:18 15449#: resources/views/modules/share-url/share.phtml:10 15450#: resources/views/modules/sitemap/config.phtml:46 15451msgid "URL" 15452msgstr "URL" 15453 15454#. I18N: Name of a country or state 15455#: app/Statistics/Service/CountryService.php:510 15456msgid "US Minor Outlying Islands" 15457msgstr "Kleine afgelegen eilanden van de VS" 15458 15459#. I18N: Name of a country or state 15460#: app/Statistics/Service/CountryService.php:526 15461msgid "US Virgin Islands" 15462msgstr "Maagdeneilanden" 15463 15464#. I18N: Name of a country or state 15465#: app/Statistics/Service/CountryService.php:506 15466msgid "Uganda" 15467msgstr "Oeganda" 15468 15469#. I18N: Name of a country or state 15470#: app/Statistics/Service/CountryService.php:508 15471msgid "Ukraine" 15472msgstr "Oekraïne" 15473 15474#. I18N: LDS sealing status; see https://en.wikipedia.org/wiki/Sealing_(Mormonism) 15475#: app/Elements/LdsBaptismDateStatus.php:77 15476#: app/Elements/LdsChildSealingDateStatus.php:70 15477#: app/Elements/LdsEndowmentDateStatus.php:78 15478#: app/Elements/LdsSpouseSealingDateStatus.php:77 15479msgid "Uncleared: insufficient data" 15480msgstr "Niet vrijgegeven: onvoldoende gegevens" 15481 15482#: app/Gedcom.php:1080 app/Gedcom.php:1136 app/Gedcom.php:1137 15483#: app/Gedcom.php:1139 app/Gedcom.php:1141 app/Gedcom.php:1142 15484#: app/Gedcom.php:1144 app/Gedcom.php:1145 app/Gedcom.php:1224 15485#: app/Gedcom.php:1274 app/Gedcom.php:1310 app/Gedcom.php:1312 15486#: app/Gedcom.php:1314 app/Gedcom.php:1316 app/Gedcom.php:1319 15487#: app/Gedcom.php:1342 app/Gedcom.php:1403 app/Gedcom.php:1410 15488#: app/Gedcom.php:1411 app/Gedcom.php:1419 app/Gedcom.php:1429 15489#: app/Gedcom.php:1445 app/Gedcom.php:1446 app/Gedcom.php:1447 15490#: app/Gedcom.php:1448 app/Gedcom.php:1498 app/Gedcom.php:1505 15491#: app/Gedcom.php:1506 app/Gedcom.php:1507 app/Gedcom.php:1508 15492#: app/Gedcom.php:1518 app/Gedcom.php:1520 app/Gedcom.php:1524 15493#: app/Gedcom.php:1525 app/Gedcom.php:1528 15494msgid "Unique identifier" 15495msgstr "Uniek identificatienummer" 15496 15497#. I18N: Help text for the “Add unique identifiers” configuration setting 15498#: resources/views/admin/trees-preferences.phtml:145 15499msgid "Unique identifiers allow the same record to be found in different family trees and in different systems. They will be added whenever records are created or updated. If you do not want unique identifiers to be displayed, you can hide them using the privacy rules." 15500msgstr "Door gebruik te maken van unieke identificatienummers is het mogelijk om hetzelfde record terug te vinden in verschillende stambomen en in verschillende systemen. Het identificatienummer wordt toegevoegd op het moment dat het record wordt aangemaakt of bijgewerkt. Als u niet wilt dat de unieke identificatienummers getoond worden, kunt u ze verbergen met behulp van privacyregels." 15501 15502#. I18N: Name of a country or state 15503#: app/Statistics/Service/CountryService.php:54 15504msgid "United Arab Emirates" 15505msgstr "Verenigde Arabische Emiraten" 15506 15507#. I18N: Name of a country or state 15508#: app/Statistics/Service/CountryService.php:201 15509msgid "United Kingdom" 15510msgstr "Verenigd Koninkrijk" 15511 15512#. I18N: Name of a country or state 15513#: app/Statistics/Service/CountryService.php:514 15514msgid "United States" 15515msgstr "Verenigde Staten" 15516 15517#. I18N: Name of a country or state 15518#: app/Elements/FamilyStatusText.php:73 app/Gedcom.php:1035 15519#: app/GedcomRecord.php:727 app/GedcomRecord.php:732 15520#: app/Statistics/Google/ChartSex.php:72 15521#: app/Statistics/Service/CountryService.php:38 15522msgid "Unknown" 15523msgstr "Onbekend" 15524 15525#: app/Statistics/Google/ChartNoChildrenFamilies.php:114 15526msgctxt "unknown century" 15527msgid "Unknown" 15528msgstr "Onbekende" 15529 15530#: app/Elements/SexValue.php:87 15531#: resources/xml/reports/family_group_report.xml:844 15532#: resources/xml/reports/individual_ext_report.xml:399 15533#: resources/xml/reports/individual_ext_report.xml:606 15534#: resources/xml/reports/individual_report.xml:388 15535#: resources/xml/reports/individual_report.xml:602 15536msgctxt "unknown gender" 15537msgid "Unknown" 15538msgstr "Onbekend" 15539 15540#: resources/views/edit-account-page.phtml:64 15541msgctxt "unknown people" 15542msgid "Unknown" 15543msgstr "Onbekende" 15544 15545#: resources/views/edit/icon-fact-delete.phtml:19 15546#: resources/views/edit/icon-fact-delete.phtml:21 15547msgid "Unlink" 15548msgstr "Ontkoppelen" 15549 15550#: app/Elements/UnknownElement.php:36 15551msgid "Unrecognized GEDCOM code" 15552msgstr "Onbekende GEDCOM-code" 15553 15554#: resources/views/admin/media.phtml:50 15555msgid "Unused files" 15556msgstr "Ongebruikte bestanden" 15557 15558#: app/Http/RequestHandlers/UpgradeWizardPage.php:124 15559#, php-format 15560msgid "Unzip %s to a temporary folder…" 15561msgstr "%s uitpakken naar een tijdelijke map…" 15562 15563#. I18N: Name of a module 15564#: app/Module/UpcomingAnniversariesModule.php:121 15565msgid "Upcoming events" 15566msgstr "Aanstaande evenementen" 15567 15568#: app/Http/RequestHandlers/DataFixData.php:104 15569msgid "Update" 15570msgstr "Bijwerken" 15571 15572#: resources/views/admin/data-fix-page.phtml:47 15573msgid "Update all" 15574msgstr "Alles bijwerken" 15575 15576#. I18N: Name of a module 15577#: app/Module/FixPlaceNames.php:61 15578msgid "Update place names" 15579msgstr "Plaatsnamen bijwerken" 15580 15581#. I18N: Description of a “Data fix” module 15582#: app/Module/FixPlaceNames.php:72 15583msgid "Update the higher-level parts of place names, while keeping the lower-level parts." 15584msgstr "De plaatsnamen gedeeltes van een hoger niveau worden bijgewerkt, de delen van een lager niveau blijven behouden." 15585 15586#. I18N: %s is a version number, such as 1.2.3 15587#. I18N: %s is a version number 15588#: app/Http/RequestHandlers/LoginAction.php:80 15589#: app/Http/RequestHandlers/UpgradeWizardStep.php:174 15590#: resources/views/admin/control-panel.phtml:189 15591#, php-format 15592msgid "Upgrade to webtrees %s." 15593msgstr "Bijwerken naar webtrees %s." 15594 15595#: app/Http/RequestHandlers/UpgradeWizardPage.php:79 15596#: app/Http/RequestHandlers/UpgradeWizardPage.php:119 15597msgid "Upgrade wizard" 15598msgstr "Upgrade-wizard" 15599 15600#: app/Http/RequestHandlers/UploadMediaPage.php:69 15601#: resources/views/admin/control-panel.phtml:792 15602msgid "Upload media files" 15603msgstr "Upload mediabestanden" 15604 15605#: resources/views/admin/media-upload.phtml:23 15606msgid "Upload one or more media files from your local computer. Media files can be pictures, video, audio, or other formats." 15607msgstr "Upload één of meer mediabestanden vanaf uw lokale computer. Mediabestanden kunnen foto-, video-, audio- of andere formaten zijn." 15608 15609#. I18N: Name of a country or state 15610#: app/Statistics/Service/CountryService.php:512 15611msgid "Uruguay" 15612msgstr "Uruguay" 15613 15614#: app/Services/EmailService.php:221 15615msgid "Use SMTP to send messages" 15616msgstr "Gebruik SMTP om berichten te sturen" 15617 15618#: app/Module/FixSearchAndReplace.php:103 15619msgid "Use a “?” to match a single character, use “*” to match zero or more characters." 15620msgstr "Gebruik een ‘?’ om een overeenkomst te vinden met één enkel letterteken, gebruik ‘*’ om een overeenkomst te vinden met nul of meer lettertekens." 15621 15622#: app/Module/ModuleMapGeoLocationTrait.php:55 15623msgid "Use an external service to find locations." 15624msgstr "Gebruik een externe dienst om locaties te vinden." 15625 15626#. I18N: placeholder text for new-password field 15627#: resources/views/admin/users-create.phtml:61 15628#: resources/views/admin/users-edit.phtml:71 15629#: resources/views/register-page.phtml:75 15630#, php-format 15631msgid "Use at least %s character." 15632msgid_plural "Use at least %s characters." 15633msgstr[0] "Gebruik tenminste %s leesteken." 15634msgstr[1] "Gebruik tenminste %s leestekens." 15635 15636#: resources/xml/reports/family_group_report.xml:12 15637#: resources/xml/reports/individual_ext_report.xml:13 15638#: resources/xml/reports/individual_report.xml:10 15639msgid "Use colors" 15640msgstr "Gebruik kleuren" 15641 15642#: resources/views/modules/interactive-tree/chart.phtml:19 15643msgid "Use compact layout" 15644msgstr "Compacte weergave" 15645 15646#. I18N: A configuration setting 15647#: resources/views/admin/trees-preferences.phtml:709 15648msgid "Use full source citations" 15649msgstr "Gebruik volledige bronvermelding" 15650 15651#: resources/views/setup/step-4-database-mysql.phtml:125 15652#: resources/views/setup/step-4-database-pgsql.phtml:110 15653#: resources/views/setup/step-4-database-sqlite.phtml:65 15654#: resources/views/setup/step-4-database-sqlite.phtml:80 15655#: resources/views/setup/step-4-database-sqlsvr.phtml:110 15656msgid "Use letters A-Z, a-z, digits 0-9, or underscores" 15657msgstr "Gebruik de letters A-Z, a-z, cijfers 0-9 of underscore" 15658 15659#: app/Http/RequestHandlers/ModulesMapProvidersPage.php:44 15660msgid "Use maps in webtrees." 15661msgstr "Gebruik kaarten in webtrees." 15662 15663#. I18N: A configuration setting 15664#: resources/views/admin/site-mail.phtml:121 15665msgid "Use password" 15666msgstr "Wachtwoord gebruiken" 15667 15668#. I18N: "sendmail" is the name of some mail software 15669#: app/Services/EmailService.php:220 15670msgid "Use sendmail to send messages" 15671msgstr "Gebruik sendmail om berichten te versturen" 15672 15673#. I18N: Help text for the “Use silhouettes” configuration setting 15674#: resources/views/admin/trees-preferences.phtml:311 15675msgid "Use silhouette images when no highlighted image for that individual has been specified. The images used are specific to the gender of the individual in question." 15676msgstr "Gebruik silhouette afbeeldingen wanneer er geen gemarkeerde afbeelding voor een persoon bestaat. De gebruikte afbeeldingen zijn geslachtsafhankelijk." 15677 15678#. I18N: A configuration setting 15679#: resources/views/admin/trees-preferences.phtml:306 15680msgid "Use silhouettes" 15681msgstr "Gebruik silhouetten" 15682 15683#: app/Http/RequestHandlers/CopyFact.php:73 15684msgid "Use the “edit“ menu to paste this into another record." 15685msgstr "Gebruik het \"wijzig\"-menu om dit in een ander record te plakken." 15686 15687#: resources/views/register-page.phtml:90 15688msgid "Use this field to tell the site administrator why you are requesting an account and how you are related to the genealogy displayed on this site. You can also use this to enter any other comments you may have for the site administrator." 15689msgstr "Gebruik dit vak om de sitebeheerder in te lichten over waarom u een account aanvraagt en hoe u verwant bent aan de genealogie die op deze site wordt weergegeven. U kunt dit veld ook gebruiken om andere opmerkingen aan de beheerder te maken." 15690 15691#: app/Module/ResearchTaskModule.php:63 app/Module/ResearchTaskModule.php:66 15692#: resources/views/admin/changes-log.phtml:85 15693#: resources/views/admin/changes-log.phtml:138 15694#: resources/views/admin/site-logs.phtml:76 15695#: resources/views/admin/site-logs.phtml:126 15696msgid "User" 15697msgstr "Gebruiker" 15698 15699#: app/Http/RequestHandlers/UserListPage.php:52 15700#: resources/views/admin/control-panel.phtml:509 15701#: resources/views/admin/email-page.phtml:21 15702#: resources/views/admin/users-cleanup.phtml:22 15703#: resources/views/admin/users-create.phtml:20 15704#: resources/views/admin/users-edit.phtml:29 15705msgid "User administration" 15706msgstr "Gebruikersbeheer" 15707 15708#: resources/views/admin/users-cleanup.phtml:64 15709msgid "User didn’t verify within 7 days." 15710msgstr "Gebruiker heeft zijn gegevens niet binnen 7 dagen geverifieerd." 15711 15712#: resources/views/admin/users-cleanup.phtml:66 15713msgid "User not verified by administrator." 15714msgstr "Gebruiker niet geverifieerd door de beheerder." 15715 15716#: app/Http/RequestHandlers/VerifyEmail.php:73 15717msgid "User verification" 15718msgstr "Verificatie gebruiker" 15719 15720#. I18N: A configuration setting 15721#: resources/views/admin/site-mail.phtml:135 15722#: resources/views/admin/users-create.phtml:45 15723#: resources/views/admin/users-edit.phtml:55 15724#: resources/views/admin/users.phtml:26 15725#: resources/views/edit-account-page.phtml:32 15726#: resources/views/emails/register-notify-html.phtml:26 15727#: resources/views/emails/register-notify-text.phtml:20 15728#: resources/views/login-page.phtml:34 15729#: resources/views/modules/geonames/config.phtml:23 15730#: resources/views/modules/login_block/sign-in.phtml:23 15731#: resources/views/modules/todo/research-tasks.phtml:33 15732#: resources/views/password-reset-page.phtml:25 15733#: resources/views/register-page.phtml:60 15734#: resources/views/setup/step-5-administrator.phtml:66 15735msgid "Username" 15736msgstr "Gebruikersnaam" 15737 15738#: resources/views/forgot-password-page.phtml:22 15739#: resources/views/modules/login_block/sign-in.phtml:57 15740msgid "Username or email address" 15741msgstr "Gebruikersnaam of e-mailadres" 15742 15743#: resources/views/admin/users-create.phtml:50 15744#: resources/views/admin/users-edit.phtml:60 15745#: resources/views/edit-account-page.phtml:37 15746#: resources/views/register-page.phtml:65 15747msgid "Usernames are case-insensitive and ignore accented letters, so that “chloe”, “chloë”, and “Chloe” are considered to be the same." 15748msgstr "Gebruikersnamen zijn hoofdletterongevoelig en geaccentueerde letters worden genegeerd, zodat ‘chloe’, ‘chloë’, en ‘Chloe’ gelijk zijn aan elkaar." 15749 15750#: resources/views/admin/control-panel.phtml:475 15751#: resources/views/modules/gedcom_stats/statistics.phtml:145 15752#: resources/views/modules/html/template-statistics.phtml:60 15753msgid "Users" 15754msgstr "Gebruikers" 15755 15756#: resources/views/admin/users-cleanup.phtml:45 15757msgid "User’s account has been inactive too long: " 15758msgstr "Gebuikersaccount is te lang inactief geweest: " 15759 15760#. I18N: Name of a country or state 15761#: app/Statistics/Service/CountryService.php:516 15762msgid "Uzbekistan" 15763msgstr "Oezbekistan" 15764 15765#. I18N: Location of an LDS church temple 15766#: app/Elements/TempleCode.php:202 15767msgid "Vancouver, British Columbia, Canada" 15768msgstr "Vancouver, British Columbia, Canada" 15769 15770#. I18N: Name of a country or state 15771#: app/Statistics/Service/CountryService.php:530 15772msgid "Vanuatu" 15773msgstr "Vanuatu" 15774 15775#. I18N: Description of the “StatisticsChart” module 15776#: app/Module/StatisticsChartModule.php:98 15777msgid "Various statistics charts." 15778msgstr "Grafische weergave van de statistieken van de stamboom." 15779 15780#. I18N: Name of a country or state 15781#: app/Statistics/Service/CountryService.php:518 15782msgid "Vatican City" 15783msgstr "Vatikaanstad" 15784 15785#. I18N: a month in the French republican calendar 15786#: app/Date/FrenchDate.php:149 15787msgctxt "GENITIVE" 15788msgid "Vendemiaire" 15789msgstr "Vendémiaire" 15790 15791#. I18N: a month in the French republican calendar 15792#: app/Date/FrenchDate.php:243 15793msgctxt "INSTRUMENTAL" 15794msgid "Vendemiaire" 15795msgstr "Vendémiaire" 15796 15797#. I18N: a month in the French republican calendar 15798#: app/Date/FrenchDate.php:196 15799msgctxt "LOCATIVE" 15800msgid "Vendemiaire" 15801msgstr "Vendémiaire" 15802 15803#. I18N: a month in the French republican calendar 15804#: app/Date/FrenchDate.php:101 15805msgctxt "NOMINATIVE" 15806msgid "Vendemiaire" 15807msgstr "Vendémiaire" 15808 15809#. I18N: Name of a country or state 15810#: app/Statistics/Service/CountryService.php:522 15811msgid "Venezuela" 15812msgstr "Venezuela" 15813 15814#. I18N: a month in the French republican calendar 15815#: app/Date/FrenchDate.php:159 15816msgctxt "GENITIVE" 15817msgid "Ventose" 15818msgstr "Ventôse" 15819 15820#. I18N: a month in the French republican calendar 15821#: app/Date/FrenchDate.php:253 15822msgctxt "INSTRUMENTAL" 15823msgid "Ventose" 15824msgstr "Ventôse" 15825 15826#. I18N: a month in the French republican calendar 15827#: app/Date/FrenchDate.php:206 15828msgctxt "LOCATIVE" 15829msgid "Ventose" 15830msgstr "Ventôse" 15831 15832#. I18N: a month in the French republican calendar 15833#: app/Date/FrenchDate.php:111 15834msgctxt "NOMINATIVE" 15835msgid "Ventose" 15836msgstr "Ventôse" 15837 15838#. I18N: Location of an LDS church temple 15839#: app/Elements/TempleCode.php:203 15840msgid "Veracruz, Mexico" 15841msgstr "Veracruz, Mexico" 15842 15843#: app/Gedcom.php:1332 app/Gedcom.php:1333 app/Gedcom.php:1340 15844#: app/Gedcom.php:1383 app/Gedcom.php:1384 app/Gedcom.php:1387 15845#: resources/views/admin/users.phtml:34 15846msgid "Verified" 15847msgstr "Geverifieerd" 15848 15849#. I18N: Location of an LDS church temple 15850#: app/Elements/TempleCode.php:204 15851msgid "Vernal, Utah, United States" 15852msgstr "Vernal, Utah, Verenigde Staten" 15853 15854#: app/Gedcom.php:461 app/Gedcom.php:469 app/Gedcom.php:492 app/Gedcom.php:1082 15855msgid "Version" 15856msgstr "Versie" 15857 15858#. I18N: Type of media object 15859#: app/Elements/SourceMediaType.php:77 15860msgid "Video" 15861msgstr "Video" 15862 15863#. I18N: Name of a country or state 15864#: app/Statistics/Service/CountryService.php:528 15865msgid "Vietnam" 15866msgstr "Vietnam" 15867 15868#: resources/views/modules/place-hierarchy/page.phtml:49 15869#, php-format 15870msgid "View table of events occurring in %s" 15871msgstr "Bekijk het overzicht met gebeurtenissen die plaatsvonden in %s" 15872 15873#: resources/views/calendar-page.phtml:216 15874msgid "View this day" 15875msgstr "Bekijk deze dag" 15876 15877#: app/Statistics/Repository/FamilyRepository.php:483 15878#: resources/views/fact.phtml:106 15879#: resources/views/statistics/families/top10-list-age.phtml:23 15880#: resources/views/statistics/families/top10-nolist-age.phtml:25 15881msgid "View this family" 15882msgstr "Bekijk dit gezin" 15883 15884#: app/Module/ModuleMapLinkTrait.php:62 15885#, php-format 15886msgid "View this location using %s" 15887msgstr "Bekijk deze locatie met %s" 15888 15889#: resources/views/calendar-page.phtml:220 15890msgid "View this month" 15891msgstr "Bekijk deze maand" 15892 15893#: resources/views/calendar-page.phtml:224 15894msgid "View this year" 15895msgstr "Bekijk dit jaar" 15896 15897#. I18N: Location of an LDS church temple 15898#: app/Elements/TempleCode.php:205 15899msgid "Villa Hermosa, Mexico" 15900msgstr "Villa Hermosa, Mexico" 15901 15902#. I18N: A configuration setting 15903#: resources/views/admin/users-edit.phtml:167 15904#: resources/views/edit-account-page.phtml:147 15905msgid "Visible online" 15906msgstr "Zichtbaar online" 15907 15908#. I18N: A configuration setting 15909#: resources/views/admin/users-edit.phtml:173 15910#: resources/views/edit-account-page.phtml:150 15911msgid "Visible to other users when online" 15912msgstr "Zichtbaar voor andere gebruikers wanneer online" 15913 15914#. I18N: Listbox entry; name of a role 15915#: app/Http/RequestHandlers/UserEditPage.php:96 15916#: resources/views/admin/gedcom-export-options.phtml:68 15917#: resources/views/admin/gedcom-export-options.phtml:70 15918#: resources/views/admin/gedcom-export-options.phtml:72 15919#: resources/views/admin/users-edit.phtml:239 15920msgid "Visitor" 15921msgstr "Bezoeker" 15922 15923#. I18N: Name of a module/report. “Vital records” are life events - birth/marriage/death 15924#: app/Module/BirthDeathMarriageReportModule.php:40 15925#: resources/views/calendar-page.phtml:177 15926#: resources/xml/reports/bdm_report.xml:3 15927#: resources/xml/reports/bdm_report.xml:34 15928msgid "Vital records" 15929msgstr "Vitale records" 15930 15931#. I18N: Name of a country or state 15932#: app/Statistics/Service/CountryService.php:534 15933msgid "Wales" 15934msgstr "Wales" 15935 15936#. I18N: Name of a country or state 15937#: app/Statistics/Service/CountryService.php:532 15938msgid "Wallis and Futuna" 15939msgstr "Wallis en Futuna-eilanden" 15940 15941#: app/Elements/RelationIsDescriptor.php:126 15942msgid "Ward" 15943msgstr "Pupil" 15944 15945#: app/Elements/RelationIsDescriptor.php:91 15946msgctxt "FEMALE" 15947msgid "Ward" 15948msgstr "Pupil" 15949 15950#: app/Elements/RelationIsDescriptor.php:70 15951msgctxt "MALE" 15952msgid "Ward" 15953msgstr "Pupil" 15954 15955#. I18N: Location of an LDS church temple 15956#: app/Elements/TempleCode.php:206 15957msgid "Washington, District of Columbia, United States" 15958msgstr "Washington, Columbia District, Verenigde Staten" 15959 15960#: resources/views/admin/trees-preferences.phtml:316 15961msgid "Watermarks" 15962msgstr "Watermerk" 15963 15964#. I18N: Help text for the “Images without watermarks” configuration setting 15965#: resources/views/admin/trees-preferences.phtml:326 15966msgid "Watermarks are optional and normally shown just to visitors." 15967msgstr "Een watermerk is optioneel en wordt normaalgesproken alleen getoond aan bezoekers." 15968 15969#: resources/views/register-success-page.phtml:23 15970#, php-format 15971msgid "We will now send a confirmation email to the address <b>%s</b>. You must verify your account request by following instructions in the confirmation email. If you do not confirm your account request within seven days, your application will be rejected automatically. You will have to apply again.<br><br>After you have followed the instructions in the confirmation email, the administrator still has to approve your request before your account can be used.<br><br>To sign in to this website, you will need to know your username and password." 15972msgstr "We zullen nu een e-mailbevestiging sturen naar het adres <b>%s</b>. Volg de instructies in de e-mail op om uw accountaanvraag te verifiëren. Doet u dit niet binnen zeven dagen, dan wordt uw aanvraag automatisch verwijderd. U moet dan opnieuw een aanvraag indienen.<br><br>Nadat u de instructies in de bevestigingsmail hebt opgevolgd zal de beheerder uw aanvraag nog moeten goedkeuren voordat u gebruik kunt maken van uw account.<br><br>Om u aan te melden op deze site heeft u uw gebruikersnaam en wachtwoord nodig." 15973 15974#: resources/views/admin/control-panel.phtml:160 15975#: resources/views/admin/control-panel.phtml:571 15976#: resources/views/admin/trees-preferences.phtml:192 15977msgid "Website" 15978msgstr "Website" 15979 15980#: app/Http/RequestHandlers/SiteLogsPage.php:100 15981#: resources/views/admin/control-panel.phtml:239 15982msgid "Website logs" 15983msgstr "Website logs" 15984 15985#: app/Http/RequestHandlers/SitePreferencesPage.php:66 15986#: resources/views/admin/control-panel.phtml:217 15987msgid "Website preferences" 15988msgstr "Website voorkeuren" 15989 15990#. I18N: abbreviation for Wednesday 15991#: app/Date/AbstractCalendarDate.php:277 15992#: resources/views/edit/initialize-calendar-popup.phtml:26 15993msgid "Wed" 15994msgstr "Wo" 15995 15996#: app/Date/AbstractCalendarDate.php:248 15997msgid "Wednesday" 15998msgstr "Woensdag" 15999 16000#: app/Gedcom.php:905 16001msgid "Weight" 16002msgstr "Gewicht" 16003 16004#. I18N: A %s is the user’s name 16005#: app/Module/UserWelcomeModule.php:120 16006#, php-format 16007msgid "Welcome %s" 16008msgstr "Welkom %s" 16009 16010#. I18N: A configuration setting 16011#: resources/views/admin/site-registration.phtml:26 16012msgid "Welcome text on sign-in page" 16013msgstr "Welkomsttekst op aanmeldpagina" 16014 16015#: resources/views/login-page.phtml:21 16016msgid "Welcome to this genealogy website" 16017msgstr "Welkom op deze genealogie website" 16018 16019#. I18N: Name of a country or state 16020#: app/Statistics/Service/CountryService.php:177 16021msgid "Western Sahara" 16022msgstr "Westelijke Sahara" 16023 16024#. I18N: Help text for the “Keep the existing ‘last change’ information” configuration setting 16025#: resources/views/admin/trees-preferences.phtml:740 16026msgid "When a record is edited, the user and timestamp are recorded. Sometimes it is desirable to keep the existing “last change” information, for example when making minor corrections to someone else’s data. This option controls whether this feature is selected by default." 16027msgstr "Wanneer een record wordt bijgewerkt, worden de gebruiker en de datum/tijd opgeslagen. Soms is het wenselijk om de bestaande “laatste wijziging” informatie te behouden, bijvoorbeeld wanneer u kleine correcties maakt in de data van iemand anders. Met deze optie kunt u deze toepassing instellen als standaard optie." 16028 16029#: resources/views/admin/users-edit.phtml:108 16030msgid "When a user registers for an account, an email is sent to their email address with a verification link. When they follow this link, we know the email address is correct, and the “email verified” option is selected automatically." 16031msgstr "Als gebruikers een account aanvragen wordt er een e-mail naar het opgegeven e-mailadres gestuurd met een verificatielink. Als ze op die link klikken, weten we dat het e-mailadres correct is en wordt de optie \"e-mail geverifieerd\" automatisch geselecteerd." 16032 16033#. I18N: Help text for the “Source type” configuration setting 16034#: resources/views/admin/trees-preferences.phtml:727 16035msgid "When adding new close relatives, you can add source citations to the records (individual and family) or to the facts and events (birth, marriage, and death). This option controls whether records or facts will be selected by default." 16036msgstr "Wanneer u nieuwe naaste familieleden toevoegt, kunt u bronvermeldingen aan de records (persoon en gezin) of aan de feiten en gebeurtenissen (geboorte, huwelijk en overlijden) toevoegen. Deze optie bepaalt welke checkboxen (records of feiten) standaard aangevinkt zijn." 16037 16038#: resources/views/edit/reorder-families.phtml:36 16039msgid "When an individual has more than one spouse, you should sort the families in date order." 16040msgstr "Wanneer een persoon meer dan één echtgenoot heeft, moet u de families op datum sorteren." 16041 16042#. I18N: Help text for the “Surname tradition” configuration setting 16043#: resources/views/admin/trees-preferences.phtml:701 16044msgid "When you add a new family member, a default surname can be provided. This surname will depend on the local tradition." 16045msgstr "Bij het toevoegen van een nieuw familielid kan een vooraf ingestelde achternaam ter beschikking worden gesteld. Deze achternaam is afhankelijk van de lokale traditie." 16046 16047#: resources/views/help/pending-changes.phtml:12 16048msgid "When you add, edit, or delete information, the changes are not saved immediately. Instead, they are kept in a “pending” area. These pending changes need to be reviewed by a moderator before they are accepted." 16049msgstr "Wanneer u informatie toevoegt, bewerkt of verwijderd, worden de wijzigingen niet onmiddellijk opgeslagen. In plaats daarvan worden ze bewaard in een wachtrij van uitstaande wijzigingen. Deze uitstaande wijzigingen moeten eerst door een moderator nagekeken worden voordat ze worden geaccepteerd." 16050 16051#: resources/views/help/relationship-privacy.phtml:8 16052msgid "Where a user is associated to an individual record in a family tree and has a role of member, editor, or moderator, you can prevent them from accessing the details of distant, living relations. You specify the number of relationship steps that the user is allowed to see." 16053msgstr "Als een gebruiker is gekoppeld aan een persoonsrecord in de stamboom en de rol heeft van lid, bewerker of moderator, kunt u voorkomen dat deze gebruiker toegang heeft tot de details van verre levende familieleden. U kunt het aantal verwantschapsstappen opgeven dat de gebruiker mag zien." 16054 16055#. I18N: Label for a configuration option 16056#: resources/views/modules/sitemap/config.phtml:27 16057msgid "Which family trees should be included in the sitemaps" 16058msgstr "Welke stambomen moeten in de sitemaps meegenomen worden" 16059 16060#. I18N: A configuration setting 16061#: resources/views/admin/trees-preferences.phtml:265 16062msgid "Who can upload new media files" 16063msgstr "Wie mag nieuwe mediabestanden uploaden" 16064 16065#. I18N: Name of a module. (A list of users who are online now) 16066#: app/Module/LoggedInUsersModule.php:42 16067msgid "Who is online" 16068msgstr "Wie is online" 16069 16070#: resources/views/admin/data-fix-page.phtml:82 16071msgid "Why does this list include records that do not need to be updated?" 16072msgstr "Waarom bevat deze lijst records die niet bijgewerkt dienen te worden?" 16073 16074#: resources/views/lists/families-table.phtml:169 16075msgid "Widow" 16076msgstr "Weduwe" 16077 16078#: resources/views/lists/families-table.phtml:164 16079msgid "Widower" 16080msgstr "Weduwnaar" 16081 16082#: app/Gedcom.php:405 app/Gedcom.php:458 16083#: app/Http/RequestHandlers/LinkSpouseToIndividualPage.php:80 16084#: resources/views/edit/change-family-members.phtml:34 16085#: resources/views/edit/change-family-members.phtml:49 16086#: resources/views/fact-date.phtml:139 16087#: resources/xml/reports/family_group_report.xml:501 16088#: resources/xml/reports/family_group_report.xml:1078 16089#: resources/xml/reports/individual_ext_report.xml:207 16090#: resources/xml/reports/individual_ext_report.xml:224 16091#: resources/xml/reports/individual_ext_report.xml:493 16092#: resources/xml/reports/individual_report.xml:195 16093#: resources/xml/reports/individual_report.xml:216 16094#: resources/xml/reports/individual_report.xml:489 16095#: resources/xml/reports/relative_ext_report.xml:111 16096msgid "Wife" 16097msgstr "Echtgenote" 16098 16099#: app/Gedcom.php:406 resources/views/modules/timeline-chart/chart.phtml:353 16100msgid "Wife’s age" 16101msgstr "Leeftijd echtgenote" 16102 16103#: app/Gedcom.php:706 16104msgid "Will" 16105msgstr "Testament" 16106 16107#. I18N: Location of an LDS church temple 16108#: app/Elements/TempleCode.php:207 16109msgid "Winter Quarters, Nebraska, United States" 16110msgstr "Winter Quarters, Nebraska, Verenigde Staten" 16111 16112#: app/Statistics/Google/ChartFamilyWithSources.php:76 16113#: app/Statistics/Google/ChartIndividualWithSources.php:76 16114msgid "With sources" 16115msgstr "Met bronnen" 16116 16117#: app/Statistics/Google/ChartFamilyWithSources.php:71 16118#: app/Statistics/Google/ChartIndividualWithSources.php:71 16119msgid "Without sources" 16120msgstr "Zonder bronnen" 16121 16122#: app/Elements/RelationIsDescriptor.php:127 app/Gedcom.php:1266 16123#: app/Gedcom.php:1298 16124msgid "Witness" 16125msgstr "Getuige" 16126 16127#. I18N: In the paternal surname tradition, ... 16128#. I18N: In the Polish surname tradition, ... 16129#. I18N: In the Lithuanian surname tradition, ... 16130#: app/SurnameTradition.php:81 app/SurnameTradition.php:104 16131#: app/SurnameTradition.php:111 16132msgid "Wives take their husband’s surname." 16133msgstr "Echtgenotes krijgen de achternaam van hun echtgenoten." 16134 16135#: app/Http/RequestHandlers/MapDataAdd.php:75 16136#: resources/views/modules/place-hierarchy/page.phtml:28 16137#: resources/views/modules/place-hierarchy/page.phtml:31 16138#: resources/views/modules/statistics-chart/custom.phtml:179 16139msgid "World" 16140msgstr "Wereld" 16141 16142#: app/Gedcom.php:906 resources/views/modules/yahrzeit/table.phtml:34 16143msgid "Yahrzeit" 16144msgstr "Yahrzeit" 16145 16146#. I18N: Name of a module. Yahrzeiten (the plural of Yahrzeit) are special anniversaries of deaths in the Hebrew faith/calendar. 16147#: app/Module/YahrzeitModule.php:66 16148msgid "Yahrzeiten" 16149msgstr "Yahrzeiten" 16150 16151#: app/Module/CalendarMenuModule.php:117 resources/views/calendar-page.phtml:76 16152msgid "Year" 16153msgstr "Jaar" 16154 16155#: resources/views/modules/timeline-chart/chart.phtml:145 16156#: resources/views/modules/timeline-chart/chart.phtml:410 16157msgid "Year:" 16158msgstr "Jaar:" 16159 16160#. I18N: Name of a country or state 16161#: app/Statistics/Service/CountryService.php:538 16162msgid "Yemen" 16163msgstr "Jemen" 16164 16165#. I18N: %1$s is the site URL and %2$s is an email address 16166#: resources/views/emails/register-user-html.phtml:20 16167#: resources/views/emails/register-user-text.phtml:16 16168#, php-format 16169msgid "You (or someone claiming to be you) has requested an account at %1$s using the email address %2$s." 16170msgstr "U (of iemand die doet alsof hij u is) heeft een account aangevraagd op %1$s gebruik makend van het e-mailadres %2$s." 16171 16172#: app/Http/RequestHandlers/ContactAction.php:124 16173#: app/Http/RequestHandlers/RegisterAction.php:266 16174msgid "You are not allowed to send messages that contain external links." 16175msgstr "Het is niet toegestaan berichten te versturen die externe links bevatten." 16176 16177#: resources/views/modules/login_block/sign-out.phtml:15 16178#, php-format 16179msgid "You are signed in as %s." 16180msgstr "U bent aangemeld als %s." 16181 16182#: app/Http/RequestHandlers/LoginPage.php:99 16183msgid "You can apply for an account using the link below." 16184msgstr "U kunt een account aanvragen door op de link hieronder te klikken." 16185 16186#. I18N: Help text for the "Default theme" site configuration setting 16187#: resources/views/admin/site-preferences.phtml:70 16188msgid "You can change the appearance of webtrees using “themes”. Each theme has a different style, layout, color scheme, etc." 16189msgstr "U kunt het uiterlijk van webtrees met thema's wijzigen. Elk thema heeft een andere stijl, opmaak, kleurenschema, enz." 16190 16191#: resources/views/admin/users-edit.phtml:176 16192#: resources/views/edit-account-page.phtml:152 16193msgid "You can choose whether to appear in the list of users who are currently signed-in." 16194msgstr "Hier kunt u aangeven of u zichtbaar wilt zijn in de lijst met aangemelde gebruikers." 16195 16196#. I18N: %s is a URL 16197#: resources/views/edit/raw-gedcom-fact.phtml:26 16198#: resources/views/edit/raw-gedcom-record.phtml:27 16199#, php-format 16200msgid "You can download a copy of the GEDCOM specification from %s." 16201msgstr "U kunt een kopie van de GEDCOM-specificatie downloaden van %s." 16202 16203#: resources/views/modules/privacy-policy/page.phtml:61 16204msgid "You can opt out of tracking by setting the “Do Not Track” header in your browser preferences." 16205msgstr "U kunt zich afmelden voor tracking door de kop \"Do Not Track\" in uw browservoorkeuren in te stellen." 16206 16207#: resources/views/admin/trees-renumber.phtml:26 16208msgid "You can renumber the records in a family tree, so that these internal reference numbers are not duplicated in any other family tree." 16209msgstr "U kunt de records in een stamboom hernummeren, zodat deze interne identificatienummers niet worden gedupliceerd in een andere stamboom." 16210 16211#: resources/views/admin/trees-renumber.phtml:35 16212msgid "You can renumber this family tree." 16213msgstr "U kunt deze stamboom hernummeren." 16214 16215#. I18N: Privacy restrictions are RESN tags in GEDCOM. 16216#: resources/views/admin/trees-privacy.phtml:158 16217msgid "You can set the access for a specific record, fact, or event by adding a restriction to it. If a record, fact, or event does not have a restriction, the following default restrictions will be used." 16218msgstr "U kunt de toegang voor een specifiek record, feit of een specifieke gebeurtenis instellen door er een beperking aan toe te voegen. Als een record, feit of gebeurtenis geen beperking heeft worden de volgende standaard beperkingen gebruikt." 16219 16220#: resources/views/admin/tags.phtml:34 16221msgid "You can simplify the edit forms by hiding GEDCOM tags that you do not use." 16222msgstr "U kunt de bewerkingsformulieren vereenvoudigen door GEDCOM-labels die u niet gebruikt te verbergen." 16223 16224#. I18N: Description of a “Data fix” module 16225#: app/Module/FixMissingDeaths.php:68 16226msgid "You can speed up the privacy calculations by adding a death record to individuals whose death can be inferred from other dates, but who do not have a record of death, burial, cremation, etc." 16227msgstr "U kunt de privacyberekening versnellen door een overlijdensrecord toe te voegen aan personen van wie het overlijden kan worden afgeleid uit andere data, maar voor wie zelf nog geen gegevens van overlijden, begrafenis, crematie enz. zijn vastgelegd." 16228 16229#: app/Http/RequestHandlers/LoginAction.php:110 16230msgid "You cannot sign in because your browser does not accept cookies." 16231msgstr "U kunt niet aanmelden omdat uw browser geen cookies accepteert." 16232 16233#: app/Http/Exceptions/HttpAccessDeniedException.php:34 16234#: app/Http/Exceptions/HttpNotFoundException.php:34 16235msgid "You do not have permission to view this page." 16236msgstr "U heeft geen toestemming om deze pagina te zien." 16237 16238#: resources/views/verify-success-page.phtml:17 16239msgid "You have confirmed your request to become a registered user." 16240msgstr "U heeft uw aanvraag, om een geregistreerde gebruiker te worden, bevestigd." 16241 16242#: resources/views/admin/trees-import.phtml:31 16243msgid "You have selected a GEDCOM file with a different name. Is this correct?" 16244msgstr "U heeft een GEDCOM-bestand gekozen met een andere naam. Is dat correct?" 16245 16246#: app/Http/RequestHandlers/Logout.php:52 16247msgid "You have signed out." 16248msgstr "U bent uitgelogd." 16249 16250#: resources/views/modules/faq/config.phtml:27 16251msgid "You may use HTML to format the answer and to add links to other websites." 16252msgstr "U kunt HTML gebruiken om de vragen te formatteren en weblinks naar andere websites toe te voegen." 16253 16254#: app/Http/RequestHandlers/SetupWizard.php:379 16255msgid "You must enter all the administrator account fields." 16256msgstr "U moet alle velden van het beheerdersaccount invullen." 16257 16258#: resources/views/admin/trees-merge.phtml:31 16259msgid "You must renumber the records in one of the trees before you can merge them." 16260msgstr "U moet de records in één van de stambomen hernummeren voordat u deze kunt samenvoegen." 16261 16262#: app/Module/ChartsBlockModule.php:183 16263msgid "You must select an individual and a chart type in the block preferences" 16264msgstr "U moet een persoon en een diagramtype selecteren in de blok configuratie" 16265 16266#: resources/views/admin/users-edit.phtml:363 16267msgid "You must specify an individual record before you can restrict the user to their immediate family." 16268msgstr "U moet een persoonsrecord opgeven voordat u de gebruiker kunt beperken tot zijn naaste familie." 16269 16270#: app/Http/RequestHandlers/LoginPage.php:91 16271msgid "You need to be a family member to access this website." 16272msgstr "Alleen familieleden hebben toegang tot deze website." 16273 16274#: app/Http/RequestHandlers/LoginPage.php:88 16275msgid "You need to be an authorized user to access this website." 16276msgstr "Alleen geautoriseerde gebruikers hebben toegang tot deze website." 16277 16278#: resources/views/admin/control-panel.phtml:284 16279#: resources/views/admin/trees.phtml:48 16280msgid "You need to create a family tree." 16281msgstr "U moet een stamboom aanmaken." 16282 16283#: resources/views/emails/verify-notify-html.phtml:28 16284#: resources/views/emails/verify-notify-text.phtml:21 16285msgid "You need to review the account details." 16286msgstr "U moet de account details beoordelen." 16287 16288#: resources/views/setup/step-5-administrator.phtml:49 16289msgid "You need to set up an administrator account. This account can control all aspects of this webtrees installation. Please choose a strong password." 16290msgstr "U moet een beheerdersaccount aanmaken. Dit account kan alle aspecten van deze webtrees installatie beheren. Kies a.u.b. voor een \"sterk\" wachtwoord." 16291 16292#: resources/views/emails/message-copy-html.phtml:20 16293#: resources/views/emails/message-copy-text.phtml:16 16294msgid "You sent the following message to a webtrees user:" 16295msgstr "U zond het volgende bericht naar een webtrees-gebruiker:" 16296 16297#: app/Http/RequestHandlers/UpgradeWizardStep.php:207 16298msgid "You should accept or reject all pending changes before upgrading." 16299msgstr "Voor het updaten, dient u alle uitstaande wijzigingen te accepteren of af te wijzen." 16300 16301#. I18N: e.g. ‘You should delete the “https://” from “https://www.example.com” and try again.’ 16302#: app/Http/RequestHandlers/ContactAction.php:125 16303#: app/Http/RequestHandlers/RegisterAction.php:266 16304#, php-format 16305msgid "You should delete the “%1$s” from “%2$s” and try again." 16306msgstr "Verwijder de ‘%1$s’ uit ‘%2$s’ en probeer het opnieuw." 16307 16308#: resources/views/admin/users-edit.phtml:114 16309msgid "You should not approve an account unless you know that the email address is correct." 16310msgstr "U moet geen account goedkeuren, tenzij u weet dat het e-mailadres klopt." 16311 16312#: resources/views/emails/register-notify-html.phtml:43 16313#: resources/views/emails/register-notify-text.phtml:32 16314msgid "You will be informed by email when this prospective user has confirmed the request. You can then complete the process by activating the username. The new user will not be able to sign in until you activate the account." 16315msgstr "U wordt per e-mail geïnformeerd wanneer deze toekomstige gebruiker zijn verzoek heeft bevestigd. U kan het proces dan afmaken door de gebruikersnaam te activeren. De nieuwe gebruiker kan zich niet aanmelden totdat u zijn account heeft geactiveerd." 16316 16317#: resources/views/setup/step-5-administrator.phtml:71 16318msgid "You will use this to sign in to webtrees." 16319msgstr "Dit gebruikt u om u aan te melden bij webtrees." 16320 16321#: resources/views/modules/statistics-chart/birth-age.phtml:17 16322msgid "Youngest father" 16323msgstr "Jongste vader" 16324 16325#: resources/views/modules/statistics-chart/marriage-age.phtml:28 16326msgid "Youngest female" 16327msgstr "Jongste vrouw" 16328 16329#: resources/views/modules/statistics-chart/marriage-age.phtml:18 16330msgid "Youngest male" 16331msgstr "Jongste man" 16332 16333#: resources/views/modules/statistics-chart/birth-age.phtml:28 16334msgid "Youngest mother" 16335msgstr "Jongste moeder" 16336 16337#: resources/views/modules/clippings/show.phtml:24 16338msgid "Your clippings cart is empty." 16339msgstr "U heeft nog geen stamboomknipsels verzameld." 16340 16341#: resources/views/contact-page.phtml:42 16342#: resources/views/setup/step-5-administrator.phtml:54 16343msgid "Your name" 16344msgstr "Uw naam" 16345 16346#: app/Http/RequestHandlers/PasswordResetAction.php:77 16347msgid "Your password has been updated." 16348msgstr "Uw wachtwoord is vernieuwd." 16349 16350#: app/Http/RequestHandlers/RegisterAction.php:161 16351#, php-format 16352msgid "Your registration at %s" 16353msgstr "Uw registratie op %s" 16354 16355#: app/Services/ServerCheckService.php:195 16356#, php-format 16357msgid "Your web server is using PHP version %s, which is no longer receiving security updates. You should upgrade to a later version as soon as possible." 16358msgstr "Uw webserver gebruikt PHP-versie %s, die niet langer beveiligingsupdates ontvangt. U moet zo snel mogelijk upgraden naar een nieuwere versie." 16359 16360#. I18N: ZIP = file format 16361#: resources/views/admin/gedcom-export-options.phtml:35 16362msgid "ZIP (includes media files)" 16363msgstr "ZIP (inclusief mediabestanden)" 16364 16365#. I18N: Name of a country or state 16366#: app/Statistics/Service/CountryService.php:542 16367msgid "Zambia" 16368msgstr "Zambia" 16369 16370#. I18N: Name of a country or state 16371#: app/Statistics/Service/CountryService.php:544 16372msgid "Zimbabwe" 16373msgstr "Zimbabwe" 16374 16375#: resources/views/modules/fanchart/page.phtml:60 16376msgid "Zoom" 16377msgstr "Zoom" 16378 16379#: app/Services/LeafletJsService.php:78 16380#: resources/views/modules/timeline-chart/page.phtml:52 16381msgid "Zoom in" 16382msgstr "Inzoomen" 16383 16384#: app/Services/LeafletJsService.php:79 16385#: resources/views/modules/timeline-chart/page.phtml:55 16386msgid "Zoom out" 16387msgstr "Uitzoomen" 16388 16389#. I18N: Gedcom ABT dates 16390#: app/Date.php:185 16391#, php-format 16392msgid "about %s" 16393msgstr "rond %s" 16394 16395#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 16396#: resources/views/family-page-pending.phtml:23 16397#: resources/views/individual-page-pending.phtml:27 16398#: resources/views/media-page-pending.phtml:22 16399#: resources/views/note-page-pending.phtml:23 16400#: resources/views/record-page-pending.phtml:23 16401msgctxt "You should review the changes and then accept or reject them." 16402msgid "accept" 16403msgstr "accepteer" 16404 16405#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 16406#: resources/views/family-page-pending.phtml:17 16407#: resources/views/individual-page-pending.phtml:18 16408#: resources/views/media-page-pending.phtml:16 16409#: resources/views/note-page-pending.phtml:17 16410#: resources/views/record-page-pending.phtml:17 16411msgctxt "You should review the deletion and then accept or reject it." 16412msgid "accept" 16413msgstr "accepteer" 16414 16415#. I18N: the status of an edit accepted/rejected/pending 16416#: app/Http/RequestHandlers/PendingChangesLogPage.php:118 16417msgid "accepted" 16418msgstr "geaccepteerd" 16419 16420#. I18N: A button label. 16421#: resources/views/admin/trees-privacy.phtml:234 16422#: resources/views/admin/webtrees1-thumbnails-form.phtml:24 16423#: resources/views/edit/add-fact-row.phtml:38 16424#: resources/views/modules/census-assistant.phtml:61 16425#: resources/views/modules/lifespans-chart/page.phtml:75 16426#: resources/views/modules/timeline-chart/page.phtml:41 16427msgid "add" 16428msgstr "toevoegen" 16429 16430#. I18N: A button label. 16431#: resources/views/admin/locations.phtml:144 16432msgid "add place" 16433msgstr "plaats toevoegen" 16434 16435#. I18N: The name given to a child by its adoptive parents 16436#: app/Elements/NameType.php:47 16437msgid "adopted name" 16438msgstr "aangenomen naam" 16439 16440#. I18N: Gedcom AFT dates 16441#: app/Date.php:205 16442#, php-format 16443msgid "after %s" 16444msgstr "na %s" 16445 16446#: app/Module/StatisticsChartModule.php:519 16447#: app/Module/StatisticsChartModule.php:581 16448#: app/Module/StatisticsChartModule.php:642 16449msgid "age" 16450msgstr "leeftijd" 16451 16452#. I18N: The name by which an individual is also known. e.g. a professional name or a stage name 16453#: app/Elements/NameType.php:49 16454msgid "also known as" 16455msgstr "ook bekend als" 16456 16457#: app/Statistics/Repository/FamilyRepository.php:481 16458#: app/Statistics/Repository/UserRepository.php:92 16459#: resources/views/statistics/families/top10-list-age.phtml:21 16460#: resources/views/statistics/families/top10-nolist-age.phtml:21 16461#: resources/xml/reports/ahnentafel_report.xml:394 16462#: resources/xml/reports/descendancy_report.xml:131 16463#: resources/xml/reports/descendancy_report.xml:230 16464#: resources/xml/reports/descendancy_report.xml:299 16465#: resources/xml/reports/descendancy_report.xml:363 16466#: resources/xml/reports/descendancy_report.xml:433 16467#: resources/xml/reports/descendancy_report.xml:486 16468msgid "and" 16469msgstr "en" 16470 16471#: app/Services/RelationshipService.php:781 16472msgctxt "father’s brother’s wife" 16473msgid "aunt" 16474msgstr "aangetrouwde tante" 16475 16476#: app/Services/RelationshipService.php:539 16477msgctxt "father’s sister" 16478msgid "aunt" 16479msgstr "tante" 16480 16481#: app/Services/RelationshipService.php:861 16482msgctxt "mother’s brother’s wife" 16483msgid "aunt" 16484msgstr "aangetrouwde tante" 16485 16486#: app/Services/RelationshipService.php:577 16487msgctxt "mother’s sister" 16488msgid "aunt" 16489msgstr "tante" 16490 16491#: app/Services/RelationshipService.php:913 16492msgctxt "parent’s brother’s wife" 16493msgid "aunt" 16494msgstr "aangetrouwde tante" 16495 16496#: app/Services/RelationshipService.php:595 16497msgctxt "parent’s sister" 16498msgid "aunt" 16499msgstr "tante" 16500 16501#: app/Services/RelationshipService.php:537 16502msgctxt "father’s sibling" 16503msgid "aunt/uncle" 16504msgstr "tante/oom" 16505 16506#: app/Services/RelationshipService.php:575 16507msgctxt "mother’s sibling" 16508msgid "aunt/uncle" 16509msgstr "tante/oom" 16510 16511#: app/Services/RelationshipService.php:593 16512msgctxt "parent’s sibling" 16513msgid "aunt/uncle" 16514msgstr "tante/oom" 16515 16516#: resources/views/admin/trees-import.phtml:87 16517msgid "automatic" 16518msgstr "automatisch" 16519 16520#: resources/views/modules/faq/show.phtml:30 16521msgid "back to top" 16522msgstr "terug naar boven" 16523 16524#. I18N: Gedcom BEF dates 16525#: app/Date.php:201 16526#, php-format 16527msgid "before %s" 16528msgstr "voor %s" 16529 16530#. I18N: Gedcom BET-AND dates 16531#: app/Date.php:217 16532#, php-format 16533msgid "between %s and %s" 16534msgstr "tussen %s en %s" 16535 16536#. I18N: The name given to an individual at their birth 16537#: app/Elements/NameType.php:51 16538msgid "birth name" 16539msgstr "geboortenaam" 16540 16541#. I18N: Extend privacy to dead individuals who were… 16542#: resources/views/admin/trees-privacy.phtml:108 16543#, php-format 16544msgid "born in the last %1$s years or died in the last %2$s years" 16545msgstr "geboren in de laatste %1$s jaar of gestorven in de laatste %2$s jaar" 16546 16547#: app/Services/RelationshipService.php:451 16548msgid "brother" 16549msgstr "broer" 16550 16551#: app/Services/RelationshipService.php:719 16552msgctxt "brother’s wife’s brother" 16553msgid "brother-in-law" 16554msgstr "zwager" 16555 16556#: app/Services/RelationshipService.php:545 16557msgctxt "husband’s brother" 16558msgid "brother-in-law" 16559msgstr "zwager" 16560 16561#: app/Services/RelationshipService.php:835 16562msgctxt "husband’s sister’s husband" 16563msgid "brother-in-law" 16564msgstr "zwager" 16565 16566#: app/Services/RelationshipService.php:613 16567msgctxt "sister’s husband" 16568msgid "brother-in-law" 16569msgstr "zwager" 16570 16571#: app/Services/RelationshipService.php:1019 16572msgctxt "sister’s husband’s brother" 16573msgid "brother-in-law" 16574msgstr "zwager" 16575 16576#: app/Services/RelationshipService.php:625 16577msgctxt "spouse’s brother" 16578msgid "brother-in-law" 16579msgstr "zwager" 16580 16581#: app/Services/RelationshipService.php:643 16582msgctxt "wife’s brother" 16583msgid "brother-in-law" 16584msgstr "zwager" 16585 16586#: app/Services/RelationshipService.php:1075 16587msgctxt "wife’s sister’s husband" 16588msgid "brother-in-law" 16589msgstr "zwager" 16590 16591#: app/Services/RelationshipService.php:721 16592msgctxt "brother’s wife’s sibling" 16593msgid "brother/sister-in-law" 16594msgstr "zwager/schoonzus" 16595 16596#: app/Services/RelationshipService.php:555 16597msgctxt "husband’s sibling" 16598msgid "brother/sister-in-law" 16599msgstr "zwager/schoonzus" 16600 16601#: app/Services/RelationshipService.php:607 16602msgctxt "sibling’s spouse" 16603msgid "brother/sister-in-law" 16604msgstr "zwager/schoonzus" 16605 16606#: app/Services/RelationshipService.php:1021 16607msgctxt "sister’s husband’s sibling" 16608msgid "brother/sister-in-law" 16609msgstr "zwager/schoonzus" 16610 16611#: app/Services/RelationshipService.php:641 16612msgctxt "spouse’s sibling" 16613msgid "brother/sister-in-law" 16614msgstr "zwager/schoonzus" 16615 16616#: app/Services/RelationshipService.php:653 16617msgctxt "wife’s sibling" 16618msgid "brother/sister-in-law" 16619msgstr "zwager/schoonzus" 16620 16621#. I18N: An option in a list-box 16622#: app/Module/TopSurnamesModule.php:266 16623msgid "bullet list" 16624msgstr "keuzelijst" 16625 16626#. I18N: Gedcom CAL dates 16627#: app/Date.php:189 16628#, php-format 16629msgid "calculated %s" 16630msgstr "%s (berekend)" 16631 16632#. I18N: A button label. 16633#: resources/views/admin/analytics-edit.phtml:45 16634#: resources/views/admin/broadcast.phtml:68 16635#: resources/views/admin/components.phtml:168 16636#: resources/views/admin/email-page.phtml:73 16637#: resources/views/admin/location-edit.phtml:73 16638#: resources/views/admin/map-import-form.phtml:75 16639#: resources/views/admin/site-mail.phtml:244 16640#: resources/views/admin/site-preferences.phtml:118 16641#: resources/views/admin/site-registration.phtml:84 16642#: resources/views/admin/tags.phtml:981 16643#: resources/views/admin/trees-preferences.phtml:753 16644#: resources/views/admin/trees-privacy.phtml:287 16645#: resources/views/contact-page.phtml:82 16646#: resources/views/edit-blocks-page.phtml:69 16647#: resources/views/edit/change-family-members.phtml:97 16648#: resources/views/edit/edit-fact.phtml:46 16649#: resources/views/edit/edit-record.phtml:47 16650#: resources/views/edit/link-child-to-family.phtml:54 16651#: resources/views/edit/link-spouse-to-individual.phtml:55 16652#: resources/views/edit/new-individual.phtml:51 16653#: resources/views/edit/raw-gedcom-fact.phtml:44 16654#: resources/views/edit/raw-gedcom-record.phtml:67 16655#: resources/views/edit/reorder-children.phtml:50 16656#: resources/views/edit/reorder-families.phtml:104 16657#: resources/views/edit/reorder-media.phtml:43 16658#: resources/views/edit/reorder-names.phtml:46 16659#: resources/views/edit/shared-note.phtml:46 16660#: resources/views/message-page.phtml:71 16661#: resources/views/modals/create-media-from-file.phtml:64 16662#: resources/views/modals/footer-save-cancel.phtml:14 16663#: resources/views/modules/bing-maps/config.phtml:49 16664#: resources/views/modules/clippings/add-options.phtml:39 16665#: resources/views/modules/clippings/download.phtml:38 16666#: resources/views/modules/custom-css-js/edit.phtml:51 16667#: resources/views/modules/edit-block-config.phtml:39 16668#: resources/views/modules/favorites/favorites.phtml:170 16669#: resources/views/modules/gedcom_news/edit.phtml:54 16670#: resources/views/modules/geonames/config.phtml:49 16671#: resources/views/modules/google-maps/config.phtml:49 16672#: resources/views/modules/here-maps/config.phtml:49 16673#: resources/views/modules/map-box/config.phtml:49 16674#: resources/views/modules/openrouteservice/config.phtml:49 16675#: resources/views/modules/stories/edit.phtml:76 16676#: resources/views/modules/user_blog/edit.phtml:54 16677msgid "cancel" 16678msgstr "annuleren" 16679 16680#. I18N: Status of child-parent link 16681#: app/Elements/ChildLinkageStatus.php:61 16682msgid "challenged" 16683msgstr "betwist" 16684 16685#. I18N: A name chosen by an individual, to replace their existing name (whether legal or otherwise) 16686#: app/Elements/NameType.php:53 16687msgid "change of name" 16688msgstr "naamswijziging" 16689 16690#: app/Services/RelationshipService.php:430 16691msgid "child" 16692msgstr "kind" 16693 16694#. I18N: Type of demographic data 16695#: app/Elements/DemographicDataType.php:56 16696msgid "citizen" 16697msgstr "inwoner" 16698 16699#: resources/views/admin/components.phtml:107 16700#: resources/views/components/alert-warning-dismissible.phtml:14 16701#: resources/views/layouts/administration.phtml:73 16702#: resources/views/layouts/default.phtml:125 16703#: resources/views/layouts/default.phtml:159 16704#: resources/views/modals/create-media-from-file.phtml:20 16705#: resources/views/modals/footer-close.phtml:10 16706#: resources/views/modals/header.phtml:15 16707#: resources/views/modules/favorites/favorites.phtml:56 16708#: resources/views/modules/privacy-policy/footer.phtml:23 16709msgid "close" 16710msgstr "sluiten" 16711 16712#. I18N: Name of a theme. 16713#: app/Module/CloudsTheme.php:43 16714msgid "clouds" 16715msgstr "clouds" 16716 16717#. I18N: Name of a theme. 16718#: app/Module/ColorsTheme.php:54 16719msgid "colors" 16720msgstr "colors" 16721 16722#. I18N: An option in a list-box 16723#: app/Module/TopSurnamesModule.php:268 16724msgid "compact list" 16725msgstr "compacte lijst" 16726 16727#. I18N: A button label. 16728#: app/Http/RequestHandlers/UpgradeWizardStep.php:311 16729#: resources/views/admin/import-progress.phtml:40 16730#: resources/views/admin/map-import-form.phtml:71 16731#: resources/views/admin/merge-records-step-1.phtml:149 16732#: resources/views/admin/synchronize-trees.phtml:25 16733#: resources/views/admin/trees-export.phtml:41 16734#: resources/views/admin/trees-export.phtml:84 16735#: resources/views/admin/trees-import.phtml:138 16736#: resources/views/admin/trees-merge.phtml:59 16737#: resources/views/admin/trees-renumber.phtml:43 16738#: resources/views/admin/upgrade/wizard.phtml:40 16739#: resources/views/forgot-password-page.phtml:35 16740#: resources/views/modules/clippings/add-options.phtml:34 16741#: resources/views/modules/login_block/sign-in.phtml:63 16742#: resources/views/password-request-page.phtml:36 16743#: resources/views/password-reset-page.phtml:50 16744#: resources/views/pending-changes-page.phtml:34 16745#: resources/views/register-page.phtml:100 16746#: resources/views/report-select-page.phtml:39 16747msgid "continue" 16748msgstr "doorgaan" 16749 16750#. I18N: A button label. 16751#: resources/views/admin/trees-create.phtml:56 16752msgid "create" 16753msgstr "maak" 16754 16755#. I18N: Type of location hierarchy 16756#: app/Elements/HierarchicalRelationship.php:59 16757msgid "cultural" 16758msgstr "cultureel" 16759 16760#: resources/views/modules/statistics-chart/custom.phtml:93 16761msgid "date periods" 16762msgstr "datum perioden" 16763 16764#: app/Services/RelationshipService.php:428 16765msgid "daughter" 16766msgstr "dochter" 16767 16768#: resources/xml/reports/descendancy_report.xml:226 16769msgid "daughter of" 16770msgstr "dochter van" 16771 16772#: app/Services/RelationshipService.php:515 16773msgctxt "child’s wife" 16774msgid "daughter-in-law" 16775msgstr "schoondochter" 16776 16777#: app/Services/RelationshipService.php:623 16778msgctxt "son’s wife" 16779msgid "daughter-in-law" 16780msgstr "schoondochter" 16781 16782#: app/Services/RelationshipService.php:1067 16783msgctxt "son’s wife’s father" 16784msgid "daughter-in-law’s father" 16785msgstr "schoonvader van zoon" 16786 16787#: app/Services/RelationshipService.php:1069 16788msgctxt "son’s wife’s mother" 16789msgid "daughter-in-law’s mother" 16790msgstr "schoonmoeder van zoon" 16791 16792#: app/Services/RelationshipService.php:1071 16793msgctxt "son’s wife’s parent" 16794msgid "daughter-in-law’s parent" 16795msgstr "schoonouders van zoon" 16796 16797#: resources/views/admin/location-edit.phtml:49 16798#: resources/views/admin/location-edit.phtml:60 16799msgid "degrees" 16800msgstr "graden" 16801 16802#. I18N: A button label. 16803#: resources/views/admin/changes-log.phtml:115 16804#: resources/views/admin/clean-data.phtml:46 16805#: resources/views/admin/locations.phtml:128 16806#: resources/views/admin/site-logs.phtml:107 16807#: resources/views/admin/users-cleanup.phtml:78 16808#: resources/views/admin/webtrees1-thumbnails-form.phtml:33 16809msgid "delete" 16810msgstr "verwijder" 16811 16812#: resources/xml/reports/descendancy_report.xml:137 16813#: resources/xml/reports/descendancy_report.xml:365 16814msgctxt "FEMALE" 16815msgid "died" 16816msgstr "overleden" 16817 16818#: resources/xml/reports/descendancy_report.xml:134 16819#: resources/xml/reports/descendancy_report.xml:435 16820msgctxt "MALE" 16821msgid "died" 16822msgstr "overleden" 16823 16824#. I18N: Status of child-parent link 16825#: app/Elements/ChildLinkageStatus.php:62 16826msgid "disproven" 16827msgstr "weerlegd" 16828 16829#: app/Module/PedigreeChartModule.php:372 16830#: app/Module/PedigreeChartModule.php:380 16831#: resources/views/edit/reorder-card-header.phtml:30 16832msgid "down" 16833msgstr "omlaag" 16834 16835#. I18N: A button label. 16836#: resources/views/admin/changes-log.phtml:110 16837#: resources/views/admin/site-logs.phtml:102 16838#: resources/views/modules/clippings/download.phtml:34 16839#: resources/views/report-setup-page.phtml:83 16840#: resources/views/report-setup-page.phtml:96 16841msgid "download" 16842msgstr "download" 16843 16844#: resources/views/modules/descendancy_chart/tree.phtml:17 16845msgid "d’Aboville number" 16846msgstr "d’Aboville getal" 16847 16848#: resources/views/admin/components.phtml:138 16849#: resources/views/family-page-menu.phtml:27 16850#: resources/views/individual-page-menu.phtml:28 16851#: resources/views/media-page-menu.phtml:24 16852#: resources/views/record-page-menu.phtml:21 16853msgid "edit" 16854msgstr "wijzig" 16855 16856#: app/Services/RelationshipService.php:2338 16857msgid "eighth cousin" 16858msgstr "achterneef/achternicht 18e graad" 16859 16860#: app/Services/RelationshipService.php:2302 16861msgctxt "FEMALE" 16862msgid "eighth cousin" 16863msgstr "achternicht 18e graad" 16864 16865#. 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. 16866#: app/Services/RelationshipService.php:2257 16867msgctxt "MALE" 16868msgid "eighth cousin" 16869msgstr "achterneef 18e graad" 16870 16871#: app/Services/RelationshipService.php:446 16872msgid "elder brother" 16873msgstr "oudere broer" 16874 16875#: app/Services/RelationshipService.php:488 16876msgid "elder sibling" 16877msgstr "oudere broer of zus" 16878 16879#: app/Services/RelationshipService.php:467 16880msgid "elder sister" 16881msgstr "oudere zus" 16882 16883#: app/Services/RelationshipService.php:2344 16884msgid "eleventh cousin" 16885msgstr "achterneef/achternicht 24e graad" 16886 16887#: app/Services/RelationshipService.php:2308 16888msgctxt "FEMALE" 16889msgid "eleventh cousin" 16890msgstr "achternicht 24e graad" 16891 16892#. 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. 16893#: app/Services/RelationshipService.php:2266 16894msgctxt "MALE" 16895msgid "eleventh cousin" 16896msgstr "achterneef 24e graad" 16897 16898#. I18N: A name given to an individual, from the farm or estate on which they lived or worked 16899#: app/Elements/NameType.php:55 16900msgid "estate name" 16901msgstr "landgoed naam" 16902 16903#. I18N: Gedcom EST dates 16904#: app/Date.php:193 16905#, php-format 16906msgid "estimated %s" 16907msgstr "%s (geschat)" 16908 16909#: app/Services/RelationshipService.php:365 16910msgid "ex-husband" 16911msgstr "ex-echtgenoot" 16912 16913#: app/Services/RelationshipService.php:412 16914msgid "ex-spouse" 16915msgstr "ex-partner" 16916 16917#: app/Services/RelationshipService.php:389 16918msgid "ex-wife" 16919msgstr "ex-echtgenote" 16920 16921#. I18N: A button label. 16922#: resources/views/admin/locations.phtml:150 16923msgid "export file" 16924msgstr "bestand exporteren" 16925 16926#: app/Http/RequestHandlers/TreePreferencesPage.php:115 16927#: resources/xml/reports/fact_sources.xml:6 16928msgid "facts" 16929msgstr "Gebeurtenissen" 16930 16931#: app/Services/RelationshipService.php:351 16932msgid "father" 16933msgstr "vader" 16934 16935#: app/Services/RelationshipService.php:551 16936msgctxt "husband’s father" 16937msgid "father-in-law" 16938msgstr "schoonvader" 16939 16940#: app/Services/RelationshipService.php:631 16941msgctxt "spouse’s father" 16942msgid "father-in-law" 16943msgstr "schoonvader" 16944 16945#: app/Services/RelationshipService.php:649 16946msgctxt "wife’s father" 16947msgid "father-in-law" 16948msgstr "schoonvader" 16949 16950#: app/Services/RelationshipService.php:369 16951msgid "fiancé" 16952msgstr "verloofde" 16953 16954#: app/Services/RelationshipService.php:416 16955msgid "fiancé(e)" 16956msgstr "verloofde" 16957 16958#: app/Services/RelationshipService.php:393 16959msgid "fiancée" 16960msgstr "verloofde" 16961 16962#: app/Services/RelationshipService.php:2352 16963msgid "fifteenth cousin" 16964msgstr "achterneef/achternicht 32e graad" 16965 16966#: app/Services/RelationshipService.php:2316 16967msgctxt "FEMALE" 16968msgid "fifteenth cousin" 16969msgstr "achternicht 32e graad" 16970 16971#. 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. 16972#: app/Services/RelationshipService.php:2278 16973msgctxt "MALE" 16974msgid "fifteenth cousin" 16975msgstr "achterneef 32e graad" 16976 16977#. I18N: A Spanish relationship name, such as third great-nephew 16978#: app/Services/RelationshipService.php:2433 16979#, php-format 16980msgid "fifth %s" 16981msgstr "vijfde %s" 16982 16983#. I18N: A Spanish relationship name, such as third great-nephew 16984#: app/Services/RelationshipService.php:2411 16985#, php-format 16986msgctxt "FEMALE" 16987msgid "fifth %s" 16988msgstr "vijfde %s" 16989 16990#. I18N: A Spanish relationship name, such as third great-nephew 16991#: app/Services/RelationshipService.php:2388 16992#, php-format 16993msgctxt "MALE" 16994msgid "fifth %s" 16995msgstr "vijfde %s" 16996 16997#: app/Services/RelationshipService.php:2332 16998msgid "fifth cousin" 16999msgstr "achterneef/achternicht 12e graad" 17000 17001#: app/Services/RelationshipService.php:2296 17002msgctxt "FEMALE" 17003msgid "fifth cousin" 17004msgstr "achternicht 12e graad" 17005 17006#. 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. 17007#: app/Services/RelationshipService.php:2248 17008msgctxt "MALE" 17009msgid "fifth cousin" 17010msgstr "achterneef 12e graad" 17011 17012#. I18N: A button label, first page 17013#: resources/views/admin/trees-preferences.phtml:563 17014#: resources/views/edit/reorder-card-header.phtml:22 17015#: resources/views/lists/datatables-attributes.phtml:14 17016#: resources/views/modules/media-list/pagination.phtml:25 17017msgid "first" 17018msgstr "eerste" 17019 17020#: resources/views/admin/trees-preferences.phtml:572 17021msgctxt "Show the [first/last] [N] parts of a place name." 17022msgid "first" 17023msgstr "eerste" 17024 17025#. I18N: A Spanish relationship name, such as third great-nephew 17026#: app/Services/RelationshipService.php:2421 17027#, php-format 17028msgid "first %s" 17029msgstr "eerste %s" 17030 17031#. I18N: A Spanish relationship name, such as third great-nephew 17032#: app/Services/RelationshipService.php:2399 17033#, php-format 17034msgctxt "FEMALE" 17035msgid "first %s" 17036msgstr "eerste %s" 17037 17038#. I18N: A Spanish relationship name, such as third great-nephew 17039#: app/Services/RelationshipService.php:2376 17040#, php-format 17041msgctxt "MALE" 17042msgid "first %s" 17043msgstr "eerste %s" 17044 17045#: app/Services/RelationshipService.php:2324 17046msgid "first cousin" 17047msgstr "neef/nicht" 17048 17049#: app/Services/RelationshipService.php:2288 17050msgctxt "FEMALE" 17051msgid "first cousin" 17052msgstr "nicht" 17053 17054#. 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. 17055#: app/Services/RelationshipService.php:2236 17056msgctxt "MALE" 17057msgid "first cousin" 17058msgstr "neef" 17059 17060#: app/Services/RelationshipService.php:775 17061msgctxt "father’s brother’s child" 17062msgid "first cousin" 17063msgstr "neef/nicht" 17064 17065#: app/Services/RelationshipService.php:777 17066msgctxt "father’s brother’s daughter" 17067msgid "first cousin" 17068msgstr "nicht" 17069 17070#: app/Services/RelationshipService.php:779 17071msgctxt "father’s brother’s son" 17072msgid "first cousin" 17073msgstr "neef" 17074 17075#: app/Services/RelationshipService.php:819 17076msgctxt "father’s sister’s child" 17077msgid "first cousin" 17078msgstr "neef/nicht" 17079 17080#: app/Services/RelationshipService.php:821 17081msgctxt "father’s sister’s daughter" 17082msgid "first cousin" 17083msgstr "nicht" 17084 17085#: app/Services/RelationshipService.php:825 17086msgctxt "father’s sister’s son" 17087msgid "first cousin" 17088msgstr "neef" 17089 17090#: app/Services/RelationshipService.php:855 17091msgctxt "mother’s brother’s child" 17092msgid "first cousin" 17093msgstr "neef/nicht" 17094 17095#: app/Services/RelationshipService.php:857 17096msgctxt "mother’s brother’s daughter" 17097msgid "first cousin" 17098msgstr "nicht" 17099 17100#: app/Services/RelationshipService.php:859 17101msgctxt "mother’s brother’s son" 17102msgid "first cousin" 17103msgstr "neef" 17104 17105#: app/Services/RelationshipService.php:905 17106msgctxt "mother’s sister’s child" 17107msgid "first cousin" 17108msgstr "neef/nicht" 17109 17110#: app/Services/RelationshipService.php:907 17111msgctxt "mother’s sister’s daughter" 17112msgid "first cousin" 17113msgstr "nicht" 17114 17115#: app/Services/RelationshipService.php:911 17116msgctxt "mother’s sister’s son" 17117msgid "first cousin" 17118msgstr "neef" 17119 17120#: app/Services/RelationshipService.php:1155 17121msgctxt "father’s father’s brother’s child" 17122msgid "first cousin once removed ascending" 17123msgstr "oudoom's kind" 17124 17125#: app/Services/RelationshipService.php:1151 17126msgctxt "father’s father’s brother’s daughter" 17127msgid "first cousin once removed ascending" 17128msgstr "oudoom's dochter" 17129 17130#: app/Services/RelationshipService.php:1153 17131msgctxt "father’s father’s brother’s son" 17132msgid "first cousin once removed ascending" 17133msgstr "oudoom's zoon" 17134 17135#: app/Services/RelationshipService.php:1161 17136msgctxt "father’s father’s sister’s child" 17137msgid "first cousin once removed ascending" 17138msgstr "oudtante's kind" 17139 17140#: app/Services/RelationshipService.php:1157 17141msgctxt "father’s father’s sister’s daughter" 17142msgid "first cousin once removed ascending" 17143msgstr "oudtante's dochter" 17144 17145#: app/Services/RelationshipService.php:1159 17146msgctxt "father’s father’s sister’s son" 17147msgid "first cousin once removed ascending" 17148msgstr "oudtante's zoon" 17149 17150#: app/Services/RelationshipService.php:1167 17151msgctxt "father’s mother’s brother’s child" 17152msgid "first cousin once removed ascending" 17153msgstr "oudoom's kind" 17154 17155#: app/Services/RelationshipService.php:1163 17156msgctxt "father’s mother’s brother’s daughter" 17157msgid "first cousin once removed ascending" 17158msgstr "oudoom's dochter" 17159 17160#: app/Services/RelationshipService.php:1165 17161msgctxt "father’s mother’s brother’s son" 17162msgid "first cousin once removed ascending" 17163msgstr "oudoom's zoon" 17164 17165#: app/Services/RelationshipService.php:1173 17166msgctxt "father’s mother’s sister’s child" 17167msgid "first cousin once removed ascending" 17168msgstr "oudtante's kind" 17169 17170#: app/Services/RelationshipService.php:1169 17171msgctxt "father’s mother’s sister’s daughter" 17172msgid "first cousin once removed ascending" 17173msgstr "oudtante's dochter" 17174 17175#: app/Services/RelationshipService.php:1171 17176msgctxt "father’s mother’s sister’s son" 17177msgid "first cousin once removed ascending" 17178msgstr "oudtante's zoon" 17179 17180#: app/Services/RelationshipService.php:1179 17181msgctxt "mother’s father’s brother’s child" 17182msgid "first cousin once removed ascending" 17183msgstr "oudoom's kind" 17184 17185#: app/Services/RelationshipService.php:1175 17186msgctxt "mother’s father’s brother’s daughter" 17187msgid "first cousin once removed ascending" 17188msgstr "oudoom's dochter" 17189 17190#: app/Services/RelationshipService.php:1177 17191msgctxt "mother’s father’s brother’s son" 17192msgid "first cousin once removed ascending" 17193msgstr "oudoom's zoon" 17194 17195#: app/Services/RelationshipService.php:1185 17196msgctxt "mother’s father’s sister’s child" 17197msgid "first cousin once removed ascending" 17198msgstr "oudtante's kind" 17199 17200#: app/Services/RelationshipService.php:1181 17201msgctxt "mother’s father’s sister’s daughter" 17202msgid "first cousin once removed ascending" 17203msgstr "oudtante's dochter" 17204 17205#: app/Services/RelationshipService.php:1183 17206msgctxt "mother’s father’s sister’s son" 17207msgid "first cousin once removed ascending" 17208msgstr "oudtante's zoon" 17209 17210#: app/Services/RelationshipService.php:1191 17211msgctxt "mother’s mother’s brother’s child" 17212msgid "first cousin once removed ascending" 17213msgstr "oudoom's kind" 17214 17215#: app/Services/RelationshipService.php:1187 17216msgctxt "mother’s mother’s brother’s daughter" 17217msgid "first cousin once removed ascending" 17218msgstr "oudtante's dochter" 17219 17220#: app/Services/RelationshipService.php:1189 17221msgctxt "mother’s mother’s brother’s son" 17222msgid "first cousin once removed ascending" 17223msgstr "oudoom's zoon" 17224 17225#: app/Services/RelationshipService.php:1197 17226msgctxt "mother’s mother’s sister’s child" 17227msgid "first cousin once removed ascending" 17228msgstr "oudtante's kind" 17229 17230#: app/Services/RelationshipService.php:1193 17231msgctxt "mother’s mother’s sister’s daughter" 17232msgid "first cousin once removed ascending" 17233msgstr "oudtante's dochter" 17234 17235#: app/Services/RelationshipService.php:1195 17236msgctxt "mother’s mother’s sister’s son" 17237msgid "first cousin once removed ascending" 17238msgstr "oudtante's zoon" 17239 17240#: app/Services/RelationshipService.php:2350 17241msgid "fourteenth cousin" 17242msgstr "achterneef/achternicht 30e graad" 17243 17244#: app/Services/RelationshipService.php:2314 17245msgctxt "FEMALE" 17246msgid "fourteenth cousin" 17247msgstr "achternicht 30e graad" 17248 17249#. 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. 17250#: app/Services/RelationshipService.php:2275 17251msgctxt "MALE" 17252msgid "fourteenth cousin" 17253msgstr "achterneef 30e graad" 17254 17255#. I18N: A Spanish relationship name, such as third great-nephew 17256#: app/Services/RelationshipService.php:2430 17257#, php-format 17258msgid "fourth %s" 17259msgstr "vierde %s" 17260 17261#. I18N: A Spanish relationship name, such as third great-nephew 17262#: app/Services/RelationshipService.php:2408 17263#, php-format 17264msgctxt "FEMALE" 17265msgid "fourth %s" 17266msgstr "vierde %s" 17267 17268#. I18N: A Spanish relationship name, such as third great-nephew 17269#: app/Services/RelationshipService.php:2385 17270#, php-format 17271msgctxt "MALE" 17272msgid "fourth %s" 17273msgstr "vierde %s" 17274 17275#: app/Services/RelationshipService.php:2330 17276msgid "fourth cousin" 17277msgstr "achterneef/achternicht 10e graad" 17278 17279#: app/Services/RelationshipService.php:2294 17280msgctxt "FEMALE" 17281msgid "fourth cousin" 17282msgstr "achternicht 10e graad" 17283 17284#. 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. 17285#: app/Services/RelationshipService.php:2245 17286msgctxt "MALE" 17287msgid "fourth cousin" 17288msgstr "achterneef 10e graad" 17289 17290#. I18N: from 1700 interval 50 years 17291#: resources/views/modules/statistics-chart/custom.phtml:101 17292#: resources/views/modules/statistics-chart/custom.phtml:104 17293#: resources/views/modules/statistics-chart/custom.phtml:107 17294#: resources/views/modules/statistics-chart/custom.phtml:110 17295#: resources/views/modules/statistics-chart/custom.phtml:113 17296#: resources/views/modules/statistics-chart/custom.phtml:116 17297#, php-format 17298msgid "from %1$s interval %2$s year" 17299msgid_plural "from %1$s interval %2$s years" 17300msgstr[0] "vanaf %1$s interval %2$s jaar" 17301msgstr[1] "vanaf %1$s interval %2$s jaar" 17302 17303#. I18N: Gedcom FROM dates 17304#: app/Date.php:209 17305#, php-format 17306msgid "from %s" 17307msgstr "vanaf %s" 17308 17309#. I18N: Gedcom FROM-TO dates 17310#: app/Date.php:221 17311#, php-format 17312msgid "from %s to %s" 17313msgstr "vanaf %s tot %s" 17314 17315#. I18N: layout option for the fan chart 17316#: app/Module/FanChartModule.php:525 17317msgid "full circle" 17318msgstr "volledige cirkel" 17319 17320#: resources/views/modules/statistics-chart/custom.phtml:88 17321msgid "gender" 17322msgstr "geslacht" 17323 17324#. I18N: Type of location hierarchy 17325#: app/Elements/HierarchicalRelationship.php:58 17326msgid "geographic" 17327msgstr "geografisch" 17328 17329#. I18N: A button label. 17330#: resources/views/edit/new-individual.phtml:46 17331msgid "go to new individual" 17332msgstr "ga naar nieuwe persoon" 17333 17334#: app/Services/RelationshipService.php:505 17335msgctxt "child’s child" 17336msgid "grandchild" 17337msgstr "kleinkind" 17338 17339#: app/Services/RelationshipService.php:517 17340msgctxt "daughter’s child" 17341msgid "grandchild" 17342msgstr "kleinkind" 17343 17344#: app/Services/RelationshipService.php:617 17345msgctxt "son’s child" 17346msgid "grandchild" 17347msgstr "kleinkind" 17348 17349#: app/Services/RelationshipService.php:507 17350msgctxt "child’s daughter" 17351msgid "granddaughter" 17352msgstr "kleindochter" 17353 17354#: app/Services/RelationshipService.php:519 17355msgctxt "daughter’s daughter" 17356msgid "granddaughter" 17357msgstr "kleindochter" 17358 17359#: app/Services/RelationshipService.php:619 17360msgctxt "son’s daughter" 17361msgid "granddaughter" 17362msgstr "kleindochter" 17363 17364#: app/Services/RelationshipService.php:735 17365msgctxt "child’s daughter’s husband" 17366msgid "granddaughter’s husband" 17367msgstr "aangetrouwde kleinzoon" 17368 17369#: app/Services/RelationshipService.php:757 17370msgctxt "daughter’s daughter’s husband" 17371msgid "granddaughter’s husband" 17372msgstr "aangetrouwde kleinzoon" 17373 17374#: app/Services/RelationshipService.php:1055 17375msgctxt "son’s daughter’s husband" 17376msgid "granddaughter’s husband" 17377msgstr "aangetrouwde kleinzoon" 17378 17379#: app/Services/RelationshipService.php:587 17380msgctxt "parent’s father" 17381msgid "grandfather" 17382msgstr "grootvader" 17383 17384#: app/Services/RelationshipService.php:589 17385msgctxt "parent’s mother" 17386msgid "grandmother" 17387msgstr "grootmoeder" 17388 17389#: app/Services/RelationshipService.php:591 17390msgctxt "parent’s parent" 17391msgid "grandparent" 17392msgstr "grootouder" 17393 17394#: app/Services/RelationshipService.php:511 17395msgctxt "child’s son" 17396msgid "grandson" 17397msgstr "kleinzoon" 17398 17399#: app/Services/RelationshipService.php:523 17400msgctxt "daughter’s son" 17401msgid "grandson" 17402msgstr "kleinzoon" 17403 17404#: app/Services/RelationshipService.php:621 17405msgctxt "son’s son" 17406msgid "grandson" 17407msgstr "kleinzoon" 17408 17409#: app/Services/RelationshipService.php:745 17410msgctxt "child’s son’s wife" 17411msgid "grandson’s wife" 17412msgstr "aangetrouwde kleindochter" 17413 17414#: app/Services/RelationshipService.php:773 17415msgctxt "daughter’s son’s wife" 17416msgid "grandson’s wife" 17417msgstr "aangetrouwde kleindochter" 17418 17419#: app/Services/RelationshipService.php:1065 17420msgctxt "son’s son’s wife" 17421msgid "grandson’s wife" 17422msgstr "aangetrouwde kleindochter" 17423 17424#: app/Services/RelationshipService.php:1441 17425#: app/Services/RelationshipService.php:1460 17426#: app/Services/RelationshipService.php:1472 17427#: app/Services/RelationshipService.php:1484 17428#: app/Services/RelationshipService.php:1495 17429#: app/Services/RelationshipService.php:1511 17430#, php-format 17431msgid "great ×%s aunt" 17432msgstr "%sx oudtante" 17433 17434#: app/Services/RelationshipService.php:1444 17435#: app/Services/RelationshipService.php:1463 17436#: app/Services/RelationshipService.php:1475 17437#: app/Services/RelationshipService.php:1487 17438#: app/Services/RelationshipService.php:1498 17439#: app/Services/RelationshipService.php:1514 17440#, php-format 17441msgid "great ×%s aunt/uncle" 17442msgstr "%sx oudoom/oudtante" 17443 17444#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 17445#: app/Services/RelationshipService.php:2055 17446#: app/Services/RelationshipService.php:2066 17447#: app/Services/RelationshipService.php:2077 17448#: app/Services/RelationshipService.php:2098 17449#, php-format 17450msgid "great ×%s grandchild" 17451msgstr "%sx achterkleinkind" 17452 17453#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 17454#: app/Services/RelationshipService.php:2052 17455#: app/Services/RelationshipService.php:2063 17456#: app/Services/RelationshipService.php:2074 17457#: app/Services/RelationshipService.php:2094 17458#, php-format 17459msgid "great ×%s granddaughter" 17460msgstr "%sx achterkleindochter" 17461 17462#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 17463#: app/Services/RelationshipService.php:1889 17464#: app/Services/RelationshipService.php:1903 17465#: app/Services/RelationshipService.php:1915 17466#: app/Services/RelationshipService.php:1926 17467#: app/Services/RelationshipService.php:1939 17468#: app/Services/RelationshipService.php:1955 17469#, php-format 17470msgid "great ×%s grandfather" 17471msgstr "%sx overgrootvader" 17472 17473#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 17474#: app/Services/RelationshipService.php:1893 17475#: app/Services/RelationshipService.php:1907 17476#: app/Services/RelationshipService.php:1919 17477#: app/Services/RelationshipService.php:1930 17478#: app/Services/RelationshipService.php:1944 17479#: app/Services/RelationshipService.php:1960 17480#, php-format 17481msgid "great ×%s grandmother" 17482msgstr "%sx overgrootmoeder" 17483 17484#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 17485#: app/Services/RelationshipService.php:1896 17486#: app/Services/RelationshipService.php:1910 17487#: app/Services/RelationshipService.php:1922 17488#: app/Services/RelationshipService.php:1933 17489#: app/Services/RelationshipService.php:1948 17490#: app/Services/RelationshipService.php:1964 17491#, php-format 17492msgid "great ×%s grandparent" 17493msgstr "%sx overgrootouder" 17494 17495#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 17496#: app/Services/RelationshipService.php:2048 17497#: app/Services/RelationshipService.php:2059 17498#: app/Services/RelationshipService.php:2071 17499#: app/Services/RelationshipService.php:2089 17500#, php-format 17501msgid "great ×%s grandson" 17502msgstr "%sx achterkleinzoon" 17503 17504#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 17505#: app/Services/RelationshipService.php:1772 17506#: app/Services/RelationshipService.php:1784 17507#: app/Services/RelationshipService.php:1800 17508#, php-format 17509msgid "great ×%s nephew" 17510msgstr "%sx achterneef" 17511 17512#: app/Services/RelationshipService.php:1672 17513#: app/Services/RelationshipService.php:1707 17514#: app/Services/RelationshipService.php:1743 17515#, php-format 17516msgctxt "(a man’s) brother’s great ×(%s-1) grandson" 17517msgid "great ×%s nephew" 17518msgstr "%sx achterneef" 17519 17520#: app/Services/RelationshipService.php:1676 17521#: app/Services/RelationshipService.php:1711 17522#: app/Services/RelationshipService.php:1746 17523#, php-format 17524msgctxt "(a man’s) sister’s great ×(%s-1) grandson" 17525msgid "great ×%s nephew" 17526msgstr "%sx achterneef" 17527 17528#: app/Services/RelationshipService.php:1679 17529#: app/Services/RelationshipService.php:1714 17530#: app/Services/RelationshipService.php:1749 17531#, php-format 17532msgctxt "(a woman’s) great ×%s nephew" 17533msgid "great ×%s nephew" 17534msgstr "%sx achterneef" 17535 17536#: app/Services/RelationshipService.php:1779 17537#: app/Services/RelationshipService.php:1791 17538#: app/Services/RelationshipService.php:1807 17539#, php-format 17540msgid "great ×%s nephew/niece" 17541msgstr "%sx achterneef/achternicht" 17542 17543#: app/Services/RelationshipService.php:1695 17544#: app/Services/RelationshipService.php:1730 17545#: app/Services/RelationshipService.php:1762 17546#, php-format 17547msgctxt "(a man’s) brother’s great ×(%s-1) grandchild" 17548msgid "great ×%s nephew/niece" 17549msgstr "%s× achterneef/achternicht" 17550 17551#: app/Services/RelationshipService.php:1699 17552#: app/Services/RelationshipService.php:1734 17553#: app/Services/RelationshipService.php:1765 17554#, php-format 17555msgctxt "(a man’s) sister’s great ×(%s-1) grandchild" 17556msgid "great ×%s nephew/niece" 17557msgstr "%sx achterneef/achternicht" 17558 17559#: app/Services/RelationshipService.php:1702 17560#: app/Services/RelationshipService.php:1737 17561#: app/Services/RelationshipService.php:1768 17562#, php-format 17563msgctxt "(a woman’s) great ×%s nephew/niece" 17564msgid "great ×%s nephew/niece" 17565msgstr "%sx achterneef/achternicht" 17566 17567#: app/Services/RelationshipService.php:1776 17568#: app/Services/RelationshipService.php:1788 17569#: app/Services/RelationshipService.php:1804 17570#, php-format 17571msgid "great ×%s niece" 17572msgstr "%sx achternicht" 17573 17574#: app/Services/RelationshipService.php:1684 17575#: app/Services/RelationshipService.php:1719 17576#: app/Services/RelationshipService.php:1753 17577#, php-format 17578msgctxt "(a man’s) brother’s great ×(%s-1) granddaughter" 17579msgid "great ×%s niece" 17580msgstr "%sx achternicht" 17581 17582#: app/Services/RelationshipService.php:1688 17583#: app/Services/RelationshipService.php:1723 17584#: app/Services/RelationshipService.php:1756 17585#, php-format 17586msgctxt "(a man’s) sister’s great ×(%s-1) granddaughter" 17587msgid "great ×%s niece" 17588msgstr "%sx achternicht" 17589 17590#: app/Services/RelationshipService.php:1691 17591#: app/Services/RelationshipService.php:1726 17592#: app/Services/RelationshipService.php:1759 17593#, php-format 17594msgctxt "(a woman’s) great ×%s niece" 17595msgid "great ×%s niece" 17596msgstr "%sx achternicht" 17597 17598#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 17599#: app/Services/RelationshipService.php:1437 17600#: app/Services/RelationshipService.php:1468 17601#: app/Services/RelationshipService.php:1480 17602#: app/Services/RelationshipService.php:1492 17603#: app/Services/RelationshipService.php:1507 17604#, php-format 17605msgid "great ×%s uncle" 17606msgstr "%sx oudoom" 17607 17608#: app/Services/RelationshipService.php:1449 17609#, php-format 17610msgctxt "great ×(%s-1) grandfather’s brother" 17611msgid "great ×%s uncle" 17612msgstr "%sx oudoom" 17613 17614#: app/Services/RelationshipService.php:1453 17615#, php-format 17616msgctxt "great ×(%s-1) grandmother’s brother" 17617msgid "great ×%s uncle" 17618msgstr "%sx oudoom" 17619 17620#: app/Services/RelationshipService.php:1456 17621#, php-format 17622msgctxt "great ×(%s-1) grandparent’s brother" 17623msgid "great ×%s uncle" 17624msgstr "%sx oudoom" 17625 17626#: app/Services/RelationshipService.php:1367 17627msgid "great ×4 aunt" 17628msgstr "betovergroottante" 17629 17630#: app/Services/RelationshipService.php:1370 17631msgid "great ×4 aunt/uncle" 17632msgstr "betovergroottante/oom" 17633 17634#: app/Services/RelationshipService.php:2003 17635msgid "great ×4 grandchild" 17636msgstr "achterkleinkind 6e graad" 17637 17638#: app/Services/RelationshipService.php:2000 17639msgid "great ×4 granddaughter" 17640msgstr "achterkleindochter 6e graad" 17641 17642#: app/Services/RelationshipService.php:1839 17643msgid "great ×4 grandfather" 17644msgstr "oudgrootvader" 17645 17646#: app/Services/RelationshipService.php:1843 17647msgid "great ×4 grandmother" 17648msgstr "oudgrootmoeder" 17649 17650#: app/Services/RelationshipService.php:1846 17651msgid "great ×4 grandparent" 17652msgstr "oudgrootouder" 17653 17654#: app/Services/RelationshipService.php:1996 17655msgid "great ×4 grandson" 17656msgstr "achterkleinzoon 6e graad" 17657 17658#: app/Services/RelationshipService.php:1596 17659msgctxt "(a man’s) brother’s great-great-great-grandson" 17660msgid "great ×4 nephew" 17661msgstr "achterneef 7e graad" 17662 17663#: app/Services/RelationshipService.php:1600 17664msgctxt "(a man’s) sister’s great-great-great-grandson" 17665msgid "great ×4 nephew" 17666msgstr "achterneef 7e graad" 17667 17668#: app/Services/RelationshipService.php:1603 17669msgctxt "(a woman’s) great ×4 nephew" 17670msgid "great ×4 nephew" 17671msgstr "achterneef 7e graad" 17672 17673#: app/Services/RelationshipService.php:1619 17674msgctxt "(a man’s) brother’s great-great-great-grandchild" 17675msgid "great ×4 nephew/niece" 17676msgstr "achterneef/achternicht 7e graad" 17677 17678#: app/Services/RelationshipService.php:1623 17679msgctxt "(a man’s) sister’s great-great-great-grandchild" 17680msgid "great ×4 nephew/niece" 17681msgstr "achterneef/achternicht 7e graad" 17682 17683#: app/Services/RelationshipService.php:1626 17684msgctxt "(a woman’s) great ×4 nephew/niece" 17685msgid "great ×4 nephew/niece" 17686msgstr "achterneef/achternicht 7e graad" 17687 17688#: app/Services/RelationshipService.php:1608 17689msgctxt "(a man’s) brother’s great-great-great-granddaughter" 17690msgid "great ×4 niece" 17691msgstr "achternicht 7e graad" 17692 17693#: app/Services/RelationshipService.php:1612 17694msgctxt "(a man’s) sister’s great-great-great-granddaughter" 17695msgid "great ×4 niece" 17696msgstr "achternicht 7e graad" 17697 17698#: app/Services/RelationshipService.php:1615 17699msgctxt "(a woman’s) great ×4 niece" 17700msgid "great ×4 niece" 17701msgstr "achternicht 7e graad" 17702 17703#: app/Services/RelationshipService.php:1356 17704msgctxt "great-great-great-grandfather’s brother" 17705msgid "great ×4 uncle" 17706msgstr "betovergrootoom" 17707 17708#: app/Services/RelationshipService.php:1360 17709msgctxt "great-great-great-grandmother’s brother" 17710msgid "great ×4 uncle" 17711msgstr "betovergrootoom" 17712 17713#: app/Services/RelationshipService.php:1363 17714msgctxt "great-great-great-grandparent’s brother" 17715msgid "great ×4 uncle" 17716msgstr "betovergrootoom" 17717 17718#: app/Services/RelationshipService.php:1386 17719msgid "great ×5 aunt" 17720msgstr "oudoudtante" 17721 17722#: app/Services/RelationshipService.php:1389 17723msgid "great ×5 aunt/uncle" 17724msgstr "oudoudtante/oudoudoom" 17725 17726#: app/Services/RelationshipService.php:2014 17727msgid "great ×5 grandchild" 17728msgstr "achterkleinkind 7e graad" 17729 17730#: app/Services/RelationshipService.php:2011 17731msgid "great ×5 granddaughter" 17732msgstr "achterkleindochter 7e graad" 17733 17734#: app/Services/RelationshipService.php:1850 17735msgid "great ×5 grandfather" 17736msgstr "oudovergrootvader" 17737 17738#: app/Services/RelationshipService.php:1854 17739msgid "great ×5 grandmother" 17740msgstr "oudovergrootmoeder" 17741 17742#: app/Services/RelationshipService.php:1857 17743msgid "great ×5 grandparent" 17744msgstr "oudovergrootouder" 17745 17746#: app/Services/RelationshipService.php:2007 17747msgid "great ×5 grandson" 17748msgstr "achterkleinzoon 8e graad" 17749 17750#: app/Services/RelationshipService.php:1631 17751msgctxt "(a man’s) brother’s great ×4 grandson" 17752msgid "great ×5 nephew" 17753msgstr "achterneef 8e graad" 17754 17755#: app/Services/RelationshipService.php:1635 17756msgctxt "(a man’s) sister’s great ×4 grandson" 17757msgid "great ×5 nephew" 17758msgstr "achterneef 8e graad" 17759 17760#: app/Services/RelationshipService.php:1638 17761msgctxt "(a woman’s) great ×5 nephew" 17762msgid "great ×5 nephew" 17763msgstr "achterneef 8e graad" 17764 17765#: app/Services/RelationshipService.php:1654 17766msgctxt "(a man’s) brother’s great ×4 grandchild" 17767msgid "great ×5 nephew/niece" 17768msgstr "achterneef/achternicht 8e graad" 17769 17770#: app/Services/RelationshipService.php:1658 17771msgctxt "(a man’s) sister’s great ×4 grandchild" 17772msgid "great ×5 nephew/niece" 17773msgstr "achterneef/achternicht 8e graad" 17774 17775#: app/Services/RelationshipService.php:1661 17776msgctxt "(a woman’s) great ×5 nephew/niece" 17777msgid "great ×5 nephew/niece" 17778msgstr "achterneef/achternicht 8e graad" 17779 17780#: app/Services/RelationshipService.php:1643 17781msgctxt "(a man’s) brother’s great ×4 granddaughter" 17782msgid "great ×5 niece" 17783msgstr "achternicht 8e graad" 17784 17785#: app/Services/RelationshipService.php:1647 17786msgctxt "(a man’s) sister’s great ×4 granddaughter" 17787msgid "great ×5 niece" 17788msgstr "achternicht 8e graad" 17789 17790#: app/Services/RelationshipService.php:1650 17791msgctxt "(a woman’s) great ×5 niece" 17792msgid "great ×5 niece" 17793msgstr "achternicht 8e graad" 17794 17795#: app/Services/RelationshipService.php:1375 17796msgctxt "great ×4 grandfather’s brother" 17797msgid "great ×5 uncle" 17798msgstr "oudoudoom" 17799 17800#: app/Services/RelationshipService.php:1379 17801msgctxt "great ×4 grandmother’s brother" 17802msgid "great ×5 uncle" 17803msgstr "oudoudoom" 17804 17805#: app/Services/RelationshipService.php:1382 17806msgctxt "great ×4 grandparent’s brother" 17807msgid "great ×5 uncle" 17808msgstr "oudoudoom" 17809 17810#: app/Services/RelationshipService.php:1405 17811msgid "great ×6 aunt" 17812msgstr "oudgroottante" 17813 17814#: app/Services/RelationshipService.php:1408 17815msgid "great ×6 aunt/uncle" 17816msgstr "oudgroottante/oudgrootoom" 17817 17818#: app/Services/RelationshipService.php:2025 17819msgid "great ×6 grandchild" 17820msgstr "achterkleinkind 8e graad" 17821 17822#: app/Services/RelationshipService.php:2022 17823msgid "great ×6 granddaughter" 17824msgstr "achterkleindochter 8e graad" 17825 17826#: app/Services/RelationshipService.php:1861 17827msgid "great ×6 grandfather" 17828msgstr "oudbetovergrootvader" 17829 17830#: app/Services/RelationshipService.php:1865 17831msgid "great ×6 grandmother" 17832msgstr "oudbetovergrootmoeder" 17833 17834#: app/Services/RelationshipService.php:1868 17835msgid "great ×6 grandparent" 17836msgstr "oudbetovergrootouder" 17837 17838#: app/Services/RelationshipService.php:2018 17839msgid "great ×6 grandson" 17840msgstr "achterkleinzoon 8e graad" 17841 17842#: app/Services/RelationshipService.php:1394 17843msgctxt "great ×5 grandfather’s brother" 17844msgid "great ×6 uncle" 17845msgstr "oudgrootoom" 17846 17847#: app/Services/RelationshipService.php:1398 17848msgctxt "great ×5 grandmother’s brother" 17849msgid "great ×6 uncle" 17850msgstr "oudgrootoom" 17851 17852#: app/Services/RelationshipService.php:1401 17853msgctxt "great ×5 grandparent’s brother" 17854msgid "great ×6 uncle" 17855msgstr "oudgrootoom" 17856 17857#: app/Services/RelationshipService.php:1424 17858msgid "great ×7 aunt" 17859msgstr "oudovergroottante" 17860 17861#: app/Services/RelationshipService.php:1427 17862msgid "great ×7 aunt/uncle" 17863msgstr "oudovergroottante/oom" 17864 17865#: app/Services/RelationshipService.php:2036 17866msgid "great ×7 grandchild" 17867msgstr "achterkleinkind 9e graad" 17868 17869#: app/Services/RelationshipService.php:2033 17870msgid "great ×7 granddaughter" 17871msgstr "achterkleindochter 9e graad" 17872 17873#: app/Services/RelationshipService.php:1872 17874msgid "great ×7 grandfather" 17875msgstr "stamvader" 17876 17877#: app/Services/RelationshipService.php:1876 17878msgid "great ×7 grandmother" 17879msgstr "stammoeder" 17880 17881#: app/Services/RelationshipService.php:1879 17882msgid "great ×7 grandparent" 17883msgstr "stamouder" 17884 17885#: app/Services/RelationshipService.php:2029 17886msgid "great ×7 grandson" 17887msgstr "achterkleinzoon 9e graad" 17888 17889#: app/Services/RelationshipService.php:1413 17890msgctxt "great ×6 grandfather’s brother" 17891msgid "great ×7 uncle" 17892msgstr "oudovergrootoom" 17893 17894#: app/Services/RelationshipService.php:1417 17895msgctxt "great ×6 grandmother’s brother" 17896msgid "great ×7 uncle" 17897msgstr "oudovergrootoom" 17898 17899#: app/Services/RelationshipService.php:1420 17900msgctxt "great ×6 grandparent’s brother" 17901msgid "great ×7 uncle" 17902msgstr "oudovergrootoom" 17903 17904#: app/Services/RelationshipService.php:1097 17905msgctxt "father’s father’s brother’s wife" 17906msgid "great-aunt" 17907msgstr "aangetrouwde oudtante" 17908 17909#: app/Services/RelationshipService.php:793 17910msgctxt "father’s father’s sister" 17911msgid "great-aunt" 17912msgstr "oudtante" 17913 17914#: app/Services/RelationshipService.php:1103 17915msgctxt "father’s mother’s brother’s wife" 17916msgid "great-aunt" 17917msgstr "aangetrouwde oudtante" 17918 17919#: app/Services/RelationshipService.php:805 17920msgctxt "father’s mother’s sister" 17921msgid "great-aunt" 17922msgstr "oudtante" 17923 17924#: app/Services/RelationshipService.php:1109 17925msgctxt "father’s parent’s brother’s wife" 17926msgid "great-aunt" 17927msgstr "aangetrouwde oudtante" 17928 17929#: app/Services/RelationshipService.php:817 17930msgctxt "father’s parent’s sister" 17931msgid "great-aunt" 17932msgstr "oudtante" 17933 17934#: app/Services/RelationshipService.php:1115 17935msgctxt "mother’s father’s brother’s wife" 17936msgid "great-aunt" 17937msgstr "aangetrouwde oudtante" 17938 17939#: app/Services/RelationshipService.php:873 17940msgctxt "mother’s father’s sister" 17941msgid "great-aunt" 17942msgstr "oudtante" 17943 17944#: app/Services/RelationshipService.php:1121 17945msgctxt "mother’s mother’s brother’s wife" 17946msgid "great-aunt" 17947msgstr "aangetrouwde oudtante" 17948 17949#: app/Services/RelationshipService.php:891 17950msgctxt "mother’s mother’s sister" 17951msgid "great-aunt" 17952msgstr "oudtante" 17953 17954#: app/Services/RelationshipService.php:1127 17955msgctxt "mother’s parent’s brother’s wife" 17956msgid "great-aunt" 17957msgstr "aangetrouwde oudtante" 17958 17959#: app/Services/RelationshipService.php:903 17960msgctxt "mother’s parent’s sister" 17961msgid "great-aunt" 17962msgstr "oudtante" 17963 17964#: app/Services/RelationshipService.php:1133 17965msgctxt "parent’s father’s brother’s wife" 17966msgid "great-aunt" 17967msgstr "aangetrouwde oudtante" 17968 17969#: app/Services/RelationshipService.php:925 17970msgctxt "parent’s father’s sister" 17971msgid "great-aunt" 17972msgstr "oudtante" 17973 17974#: app/Services/RelationshipService.php:1139 17975msgctxt "parent’s mother’s brother’s wife" 17976msgid "great-aunt" 17977msgstr "aangetrouwde oudtante" 17978 17979#: app/Services/RelationshipService.php:937 17980msgctxt "parent’s mother’s sister" 17981msgid "great-aunt" 17982msgstr "oudtante" 17983 17984#: app/Services/RelationshipService.php:1145 17985msgctxt "parent’s parent’s brother’s wife" 17986msgid "great-aunt" 17987msgstr "aangetrouwde oudtante" 17988 17989#: app/Services/RelationshipService.php:949 17990msgctxt "parent’s parent’s sister" 17991msgid "great-aunt" 17992msgstr "oudtante" 17993 17994#: app/Services/RelationshipService.php:791 17995msgctxt "father’s father’s sibling" 17996msgid "great-aunt/uncle" 17997msgstr "oud-tante/oom" 17998 17999#: app/Services/RelationshipService.php:1099 18000msgctxt "father’s father’s sibling’s spouse" 18001msgid "great-aunt/uncle" 18002msgstr "aangetrouwde oudtante/oudoom" 18003 18004#: app/Services/RelationshipService.php:803 18005msgctxt "father’s mother’s sibling" 18006msgid "great-aunt/uncle" 18007msgstr "oudtante/oudoom" 18008 18009#: app/Services/RelationshipService.php:1105 18010msgctxt "father’s mother’s sibling’s spouse" 18011msgid "great-aunt/uncle" 18012msgstr "aangetrouwde oudtante/oudoom" 18013 18014#: app/Services/RelationshipService.php:815 18015msgctxt "father’s parent’s sibling" 18016msgid "great-aunt/uncle" 18017msgstr "oudtante/oudoom" 18018 18019#: app/Services/RelationshipService.php:1111 18020msgctxt "father’s parent’s sibling’s spouse" 18021msgid "great-aunt/uncle" 18022msgstr "aangetrouwde oudtante/oudoom" 18023 18024#: app/Services/RelationshipService.php:871 18025msgctxt "mother’s father’s sibling" 18026msgid "great-aunt/uncle" 18027msgstr "oudtante/oudoom" 18028 18029#: app/Services/RelationshipService.php:1117 18030msgctxt "mother’s father’s sibling’s spouse" 18031msgid "great-aunt/uncle" 18032msgstr "aangetrouwde oudtante/oudoom" 18033 18034#: app/Services/RelationshipService.php:889 18035msgctxt "mother’s mother’s sibling" 18036msgid "great-aunt/uncle" 18037msgstr "oudtante/oudoom" 18038 18039#: app/Services/RelationshipService.php:1123 18040msgctxt "mother’s mother’s sibling’s spouse" 18041msgid "great-aunt/uncle" 18042msgstr "aangetrouwde oudtante/oudoom" 18043 18044#: app/Services/RelationshipService.php:901 18045msgctxt "mother’s parent’s sibling" 18046msgid "great-aunt/uncle" 18047msgstr "oudtante/oudoom" 18048 18049#: app/Services/RelationshipService.php:1129 18050msgctxt "mother’s parent’s sibling’s spouse" 18051msgid "great-aunt/uncle" 18052msgstr "aangetrouwde oudtante/oudoom" 18053 18054#: app/Services/RelationshipService.php:923 18055msgctxt "parent’s father’s sibling" 18056msgid "great-aunt/uncle" 18057msgstr "oudtante/oudoom" 18058 18059#: app/Services/RelationshipService.php:1135 18060msgctxt "parent’s father’s sibling’s spouse" 18061msgid "great-aunt/uncle" 18062msgstr "aangetrouwde oudtante/oudoom" 18063 18064#: app/Services/RelationshipService.php:935 18065msgctxt "parent’s mother’s sibling" 18066msgid "great-aunt/uncle" 18067msgstr "oudtante/oudoom" 18068 18069#: app/Services/RelationshipService.php:1141 18070msgctxt "parent’s mother’s sibling’s spouse" 18071msgid "great-aunt/uncle" 18072msgstr "aangetrouwde oudtante/oudoom" 18073 18074#: app/Services/RelationshipService.php:947 18075msgctxt "parent’s parent’s sibling" 18076msgid "great-aunt/uncle" 18077msgstr "oudtante/oudoom" 18078 18079#: app/Services/RelationshipService.php:1147 18080msgctxt "parent’s parent’s sibling’s spouse" 18081msgid "great-aunt/uncle" 18082msgstr "aangetrouwde oudtante/oudoom" 18083 18084#: app/Services/RelationshipService.php:725 18085msgctxt "child’s child’s child" 18086msgid "great-grandchild" 18087msgstr "achterkleinkind" 18088 18089#: app/Services/RelationshipService.php:731 18090msgctxt "child’s daughter’s child" 18091msgid "great-grandchild" 18092msgstr "achterkleinkind" 18093 18094#: app/Services/RelationshipService.php:739 18095msgctxt "child’s son’s child" 18096msgid "great-grandchild" 18097msgstr "achterkleinkind" 18098 18099#: app/Services/RelationshipService.php:747 18100msgctxt "daughter’s child’s child" 18101msgid "great-grandchild" 18102msgstr "achterkleinkind" 18103 18104#: app/Services/RelationshipService.php:753 18105msgctxt "daughter’s daughter’s child" 18106msgid "great-grandchild" 18107msgstr "achterkleinkind" 18108 18109#: app/Services/RelationshipService.php:767 18110msgctxt "daughter’s son’s child" 18111msgid "great-grandchild" 18112msgstr "achterkleinkind" 18113 18114#: app/Services/RelationshipService.php:1045 18115msgctxt "son’s child’s child" 18116msgid "great-grandchild" 18117msgstr "achterkleinkind" 18118 18119#: app/Services/RelationshipService.php:1051 18120msgctxt "son’s daughter’s child" 18121msgid "great-grandchild" 18122msgstr "achterkleinkind" 18123 18124#: app/Services/RelationshipService.php:1059 18125msgctxt "son’s son’s child" 18126msgid "great-grandchild" 18127msgstr "achterkleinkind" 18128 18129#: app/Services/RelationshipService.php:727 18130msgctxt "child’s child’s daughter" 18131msgid "great-granddaughter" 18132msgstr "achterkleindochter" 18133 18134#: app/Services/RelationshipService.php:733 18135msgctxt "child’s daughter’s daughter" 18136msgid "great-granddaughter" 18137msgstr "achterkleindochter" 18138 18139#: app/Services/RelationshipService.php:741 18140msgctxt "child’s son’s daughter" 18141msgid "great-granddaughter" 18142msgstr "achterkleindochter" 18143 18144#: app/Services/RelationshipService.php:749 18145msgctxt "daughter’s child’s daughter" 18146msgid "great-granddaughter" 18147msgstr "achterkleindochter" 18148 18149#: app/Services/RelationshipService.php:755 18150msgctxt "daughter’s daughter’s daughter" 18151msgid "great-granddaughter" 18152msgstr "achterkleindochter" 18153 18154#: app/Services/RelationshipService.php:769 18155msgctxt "daughter’s son’s daughter" 18156msgid "great-granddaughter" 18157msgstr "achterkleindochter" 18158 18159#: app/Services/RelationshipService.php:1047 18160msgctxt "son’s child’s daughter" 18161msgid "great-granddaughter" 18162msgstr "achterkleindochter" 18163 18164#: app/Services/RelationshipService.php:1053 18165msgctxt "son’s daughter’s daughter" 18166msgid "great-granddaughter" 18167msgstr "achterkleindochter" 18168 18169#: app/Services/RelationshipService.php:1061 18170msgctxt "son’s son’s daughter" 18171msgid "great-granddaughter" 18172msgstr "achterkleindochter" 18173 18174#: app/Services/RelationshipService.php:785 18175msgctxt "father’s father’s father" 18176msgid "great-grandfather" 18177msgstr "overgrootvader" 18178 18179#: app/Services/RelationshipService.php:797 18180msgctxt "father’s mother’s father" 18181msgid "great-grandfather" 18182msgstr "overgrootvader" 18183 18184#: app/Services/RelationshipService.php:809 18185msgctxt "father’s parent’s father" 18186msgid "great-grandfather" 18187msgstr "overgrootvader" 18188 18189#: app/Services/RelationshipService.php:865 18190msgctxt "mother’s father’s father" 18191msgid "great-grandfather" 18192msgstr "overgrootvader" 18193 18194#: app/Services/RelationshipService.php:883 18195msgctxt "mother’s mother’s father" 18196msgid "great-grandfather" 18197msgstr "overgrootvader" 18198 18199#: app/Services/RelationshipService.php:895 18200msgctxt "mother’s parent’s father" 18201msgid "great-grandfather" 18202msgstr "overgrootvader" 18203 18204#: app/Services/RelationshipService.php:917 18205msgctxt "parent’s father’s father" 18206msgid "great-grandfather" 18207msgstr "overgrootvader" 18208 18209#: app/Services/RelationshipService.php:929 18210msgctxt "parent’s mother’s father" 18211msgid "great-grandfather" 18212msgstr "overgrootvader" 18213 18214#: app/Services/RelationshipService.php:941 18215msgctxt "parent’s parent’s father" 18216msgid "great-grandfather" 18217msgstr "overgrootvader" 18218 18219#: app/Services/RelationshipService.php:787 18220msgctxt "father’s father’s mother" 18221msgid "great-grandmother" 18222msgstr "overgrootmoeder" 18223 18224#: app/Services/RelationshipService.php:799 18225msgctxt "father’s mother’s mother" 18226msgid "great-grandmother" 18227msgstr "overgrootmoeder" 18228 18229#: app/Services/RelationshipService.php:811 18230msgctxt "father’s parent’s mother" 18231msgid "great-grandmother" 18232msgstr "overgrootmoeder" 18233 18234#: app/Services/RelationshipService.php:867 18235msgctxt "mother’s father’s mother" 18236msgid "great-grandmother" 18237msgstr "overgrootmoeder" 18238 18239#: app/Services/RelationshipService.php:885 18240msgctxt "mother’s mother’s mother" 18241msgid "great-grandmother" 18242msgstr "overgrootmoeder" 18243 18244#: app/Services/RelationshipService.php:897 18245msgctxt "mother’s parent’s mother" 18246msgid "great-grandmother" 18247msgstr "overgrootmoeder" 18248 18249#: app/Services/RelationshipService.php:919 18250msgctxt "parent’s father’s mother" 18251msgid "great-grandmother" 18252msgstr "overgrootmoeder" 18253 18254#: app/Services/RelationshipService.php:931 18255msgctxt "parent’s mother’s mother" 18256msgid "great-grandmother" 18257msgstr "overgrootmoeder" 18258 18259#: app/Services/RelationshipService.php:943 18260msgctxt "parent’s parent’s mother" 18261msgid "great-grandmother" 18262msgstr "overgrootmoeder" 18263 18264#: app/Services/RelationshipService.php:789 18265msgctxt "father’s father’s parent" 18266msgid "great-grandparent" 18267msgstr "overgrootouder" 18268 18269#: app/Services/RelationshipService.php:801 18270msgctxt "father’s mother’s parent" 18271msgid "great-grandparent" 18272msgstr "overgrootouder" 18273 18274#: app/Services/RelationshipService.php:813 18275msgctxt "father’s parent’s parent" 18276msgid "great-grandparent" 18277msgstr "overgrootouder" 18278 18279#: app/Services/RelationshipService.php:869 18280msgctxt "mother’s father’s parent" 18281msgid "great-grandparent" 18282msgstr "overgrootouder" 18283 18284#: app/Services/RelationshipService.php:887 18285msgctxt "mother’s mother’s parent" 18286msgid "great-grandparent" 18287msgstr "overgrootouder" 18288 18289#: app/Services/RelationshipService.php:899 18290msgctxt "mother’s parent’s parent" 18291msgid "great-grandparent" 18292msgstr "overgrootouder" 18293 18294#: app/Services/RelationshipService.php:921 18295msgctxt "parent’s father’s parent" 18296msgid "great-grandparent" 18297msgstr "overgrootouder" 18298 18299#: app/Services/RelationshipService.php:933 18300msgctxt "parent’s mother’s parent" 18301msgid "great-grandparent" 18302msgstr "overgrootouder" 18303 18304#: app/Services/RelationshipService.php:945 18305msgctxt "parent’s parent’s parent" 18306msgid "great-grandparent" 18307msgstr "overgrootouder" 18308 18309#: app/Services/RelationshipService.php:729 18310msgctxt "child’s child’s son" 18311msgid "great-grandson" 18312msgstr "achterkleinzoon" 18313 18314#: app/Services/RelationshipService.php:737 18315msgctxt "child’s daughter’s son" 18316msgid "great-grandson" 18317msgstr "achterkleinzoon" 18318 18319#: app/Services/RelationshipService.php:743 18320msgctxt "child’s son’s son" 18321msgid "great-grandson" 18322msgstr "achterkleinzoon" 18323 18324#: app/Services/RelationshipService.php:751 18325msgctxt "daughter’s child’s son" 18326msgid "great-grandson" 18327msgstr "achterkleinzoon" 18328 18329#: app/Services/RelationshipService.php:759 18330msgctxt "daughter’s daughter’s son" 18331msgid "great-grandson" 18332msgstr "achterkleinzoon" 18333 18334#: app/Services/RelationshipService.php:771 18335msgctxt "daughter’s son’s son" 18336msgid "great-grandson" 18337msgstr "achterkleinzoon" 18338 18339#: app/Services/RelationshipService.php:1049 18340msgctxt "son’s child’s son" 18341msgid "great-grandson" 18342msgstr "achterkleinzoon" 18343 18344#: app/Services/RelationshipService.php:1057 18345msgctxt "son’s daughter’s son" 18346msgid "great-grandson" 18347msgstr "achterkleinzoon" 18348 18349#: app/Services/RelationshipService.php:1063 18350msgctxt "son’s son’s son" 18351msgid "great-grandson" 18352msgstr "achterkleinzoon" 18353 18354#: app/Services/RelationshipService.php:1329 18355msgid "great-great-aunt" 18356msgstr "overgroottante" 18357 18358#: app/Services/RelationshipService.php:1332 18359msgid "great-great-aunt/uncle" 18360msgstr "overgroottante/overgrootoom" 18361 18362#: app/Services/RelationshipService.php:1981 18363msgid "great-great-grandchild" 18364msgstr "achterkleinkind 4e graad" 18365 18366#: app/Services/RelationshipService.php:1978 18367msgid "great-great-granddaughter" 18368msgstr "achterkleindochter 4e graad" 18369 18370#: app/Services/RelationshipService.php:1817 18371msgid "great-great-grandfather" 18372msgstr "betovergrootvader" 18373 18374#: app/Services/RelationshipService.php:1821 18375msgid "great-great-grandmother" 18376msgstr "betovergrootmoeder" 18377 18378#: app/Services/RelationshipService.php:1824 18379msgid "great-great-grandparent" 18380msgstr "betovergrootouder" 18381 18382#: app/Services/RelationshipService.php:1974 18383msgid "great-great-grandson" 18384msgstr "achterkleinzoon 4e graad" 18385 18386#: app/Services/RelationshipService.php:1348 18387msgid "great-great-great-aunt" 18388msgstr "betovergroottante" 18389 18390#: app/Services/RelationshipService.php:1351 18391msgid "great-great-great-aunt/uncle" 18392msgstr "betovergroottante/betovergrootoom" 18393 18394#: app/Services/RelationshipService.php:1992 18395msgid "great-great-great-grandchild" 18396msgstr "achterkleinkind 5e graad" 18397 18398#: app/Services/RelationshipService.php:1989 18399msgid "great-great-great-granddaughter" 18400msgstr "achterkleindochter 5e graad" 18401 18402#: app/Services/RelationshipService.php:1828 18403msgid "great-great-great-grandfather" 18404msgstr "oudvader" 18405 18406#: app/Services/RelationshipService.php:1832 18407msgid "great-great-great-grandmother" 18408msgstr "oudmoeder" 18409 18410#: app/Services/RelationshipService.php:1835 18411msgid "great-great-great-grandparent" 18412msgstr "oudouder" 18413 18414#: app/Services/RelationshipService.php:1985 18415msgid "great-great-great-grandson" 18416msgstr "achterkleinzoon 5e graad" 18417 18418#: app/Services/RelationshipService.php:1561 18419msgctxt "(a man’s) brother’s great-great-grandson" 18420msgid "great-great-great-nephew" 18421msgstr "achterneef 6e graad" 18422 18423#: app/Services/RelationshipService.php:1565 18424msgctxt "(a man’s) sister’s great-great-grandson" 18425msgid "great-great-great-nephew" 18426msgstr "achterneef 6e graad" 18427 18428#: app/Services/RelationshipService.php:1568 18429msgctxt "(a woman’s) great-great-great-nephew" 18430msgid "great-great-great-nephew" 18431msgstr "achterneef 6e graad" 18432 18433#: app/Services/RelationshipService.php:1584 18434msgctxt "(a man’s) brother’s great-great-grandchild" 18435msgid "great-great-great-nephew/niece" 18436msgstr "achterneef/achternicht 6e graad" 18437 18438#: app/Services/RelationshipService.php:1588 18439msgctxt "(a man’s) sister’s great-great-grandchild" 18440msgid "great-great-great-nephew/niece" 18441msgstr "achterneef/achternicht 6e graad" 18442 18443#: app/Services/RelationshipService.php:1591 18444msgctxt "(a woman’s) great-great-great-nephew/niece" 18445msgid "great-great-great-nephew/niece" 18446msgstr "achterneef/achternicht 6e graad" 18447 18448#: app/Services/RelationshipService.php:1573 18449msgctxt "(a man’s) brother’s great-great-granddaughter" 18450msgid "great-great-great-niece" 18451msgstr "achternicht 6e graad" 18452 18453#: app/Services/RelationshipService.php:1577 18454msgctxt "(a man’s) sister’s great-great-granddaughter" 18455msgid "great-great-great-niece" 18456msgstr "achternicht 6e graad" 18457 18458#: app/Services/RelationshipService.php:1580 18459msgctxt "(a woman’s) great-great-great-niece" 18460msgid "great-great-great-niece" 18461msgstr "achternicht 6e graad" 18462 18463#: app/Services/RelationshipService.php:1337 18464msgctxt "great-great-grandfather’s brother" 18465msgid "great-great-great-uncle" 18466msgstr "betovergrootoom" 18467 18468#: app/Services/RelationshipService.php:1341 18469msgctxt "great-great-grandmother’s brother" 18470msgid "great-great-great-uncle" 18471msgstr "betovergrootoom" 18472 18473#: app/Services/RelationshipService.php:1344 18474msgctxt "great-great-grandparent’s brother" 18475msgid "great-great-great-uncle" 18476msgstr "betovergrootoom" 18477 18478#: app/Services/RelationshipService.php:1526 18479msgctxt "(a man’s) brother’s great-grandson" 18480msgid "great-great-nephew" 18481msgstr "achterneef 5e graad" 18482 18483#: app/Services/RelationshipService.php:1530 18484msgctxt "(a man’s) sister’s great-grandson" 18485msgid "great-great-nephew" 18486msgstr "achterneef 5e graad" 18487 18488#: app/Services/RelationshipService.php:1533 18489msgctxt "(a woman’s) great-great-nephew" 18490msgid "great-great-nephew" 18491msgstr "achterneef 5e graad" 18492 18493#: app/Services/RelationshipService.php:1549 18494msgctxt "(a man’s) brother’s great-grandchild" 18495msgid "great-great-nephew/niece" 18496msgstr "achterneef/achternicht 5e graad" 18497 18498#: app/Services/RelationshipService.php:1553 18499msgctxt "(a man’s) sister’s great-grandchild" 18500msgid "great-great-nephew/niece" 18501msgstr "achterneef/achternicht 5e graad" 18502 18503#: app/Services/RelationshipService.php:1556 18504msgctxt "(a woman’s) great-great-nephew/niece" 18505msgid "great-great-nephew/niece" 18506msgstr "achterneef/achternicht 5e graad" 18507 18508#: app/Services/RelationshipService.php:1538 18509msgctxt "(a man’s) brother’s great-granddaughter" 18510msgid "great-great-niece" 18511msgstr "achternicht 5e graad" 18512 18513#: app/Services/RelationshipService.php:1542 18514msgctxt "(a man’s) sister’s great-granddaughter" 18515msgid "great-great-niece" 18516msgstr "achternicht 5e graad" 18517 18518#: app/Services/RelationshipService.php:1545 18519msgctxt "(a woman’s) great-great-niece" 18520msgid "great-great-niece" 18521msgstr "achternicht 5e graad" 18522 18523#: app/Services/RelationshipService.php:1318 18524msgctxt "great-grandfather’s brother" 18525msgid "great-great-uncle" 18526msgstr "overgrootoom" 18527 18528#: app/Services/RelationshipService.php:1322 18529msgctxt "great-grandmother’s brother" 18530msgid "great-great-uncle" 18531msgstr "overgrootoom" 18532 18533#: app/Services/RelationshipService.php:1325 18534msgctxt "great-grandparent’s brother" 18535msgid "great-great-uncle" 18536msgstr "overgrootoom" 18537 18538#: app/Services/RelationshipService.php:674 18539msgctxt "(a man’s) brother’s child’s son" 18540msgid "great-nephew" 18541msgstr "achterneef" 18542 18543#: app/Services/RelationshipService.php:694 18544msgctxt "(a man’s) brother’s daughter’s son" 18545msgid "great-nephew" 18546msgstr "achterneef" 18547 18548#: app/Services/RelationshipService.php:712 18549msgctxt "(a man’s) brother’s son’s son" 18550msgid "great-nephew" 18551msgstr "achterneef" 18552 18553#: app/Services/RelationshipService.php:994 18554msgctxt "(a man’s) sister’s child’s son" 18555msgid "great-nephew" 18556msgstr "achterneef" 18557 18558#: app/Services/RelationshipService.php:1014 18559msgctxt "(a man’s) sister’s daughter’s son" 18560msgid "great-nephew" 18561msgstr "achterneef" 18562 18563#: app/Services/RelationshipService.php:1038 18564msgctxt "(a man’s) sister’s son’s son" 18565msgid "great-nephew" 18566msgstr "achterneef" 18567 18568#: app/Services/RelationshipService.php:677 18569msgctxt "(a woman’s) brother’s child’s son" 18570msgid "great-nephew" 18571msgstr "achterneef" 18572 18573#: app/Services/RelationshipService.php:697 18574msgctxt "(a woman’s) brother’s daughter’s son" 18575msgid "great-nephew" 18576msgstr "achterneef" 18577 18578#: app/Services/RelationshipService.php:715 18579msgctxt "(a woman’s) brother’s son’s son" 18580msgid "great-nephew" 18581msgstr "achterneef" 18582 18583#: app/Services/RelationshipService.php:997 18584msgctxt "(a woman’s) sister’s child’s son" 18585msgid "great-nephew" 18586msgstr "achterneef" 18587 18588#: app/Services/RelationshipService.php:1017 18589msgctxt "(a woman’s) sister’s daughter’s son" 18590msgid "great-nephew" 18591msgstr "achterneef" 18592 18593#: app/Services/RelationshipService.php:1041 18594msgctxt "(a woman’s) sister’s son’s son" 18595msgid "great-nephew" 18596msgstr "achterneef" 18597 18598#: app/Services/RelationshipService.php:963 18599msgctxt "sibling’s child’s son" 18600msgid "great-nephew" 18601msgstr "achterneef" 18602 18603#: app/Services/RelationshipService.php:971 18604msgctxt "sibling’s daughter’s son" 18605msgid "great-nephew" 18606msgstr "achterneef" 18607 18608#: app/Services/RelationshipService.php:977 18609msgctxt "sibling’s son’s son" 18610msgid "great-nephew" 18611msgstr "achterneef" 18612 18613#: app/Services/RelationshipService.php:662 18614msgctxt "(a man’s) brother’s child’s child" 18615msgid "great-nephew/niece" 18616msgstr "achterneef/achternicht" 18617 18618#: app/Services/RelationshipService.php:680 18619msgctxt "(a man’s) brother’s daughter’s child" 18620msgid "great-nephew/niece" 18621msgstr "achterneef/achternicht" 18622 18623#: app/Services/RelationshipService.php:700 18624msgctxt "(a man’s) brother’s son’s child" 18625msgid "great-nephew/niece" 18626msgstr "achterneef/achternicht" 18627 18628#: app/Services/RelationshipService.php:982 18629msgctxt "(a man’s) sister’s child’s child" 18630msgid "great-nephew/niece" 18631msgstr "achterneef/achternicht" 18632 18633#: app/Services/RelationshipService.php:1000 18634msgctxt "(a man’s) sister’s daughter’s child" 18635msgid "great-nephew/niece" 18636msgstr "achterneef/achternicht" 18637 18638#: app/Services/RelationshipService.php:1026 18639msgctxt "(a man’s) sister’s son’s child" 18640msgid "great-nephew/niece" 18641msgstr "achterneef/achternicht" 18642 18643#: app/Services/RelationshipService.php:665 18644msgctxt "(a woman’s) brother’s child’s child" 18645msgid "great-nephew/niece" 18646msgstr "achterneef/achternicht" 18647 18648#: app/Services/RelationshipService.php:683 18649msgctxt "(a woman’s) brother’s daughter’s child" 18650msgid "great-nephew/niece" 18651msgstr "achterneef/achternicht" 18652 18653#: app/Services/RelationshipService.php:703 18654msgctxt "(a woman’s) brother’s son’s child" 18655msgid "great-nephew/niece" 18656msgstr "achterneef/achternicht" 18657 18658#: app/Services/RelationshipService.php:985 18659msgctxt "(a woman’s) sister’s child’s child" 18660msgid "great-nephew/niece" 18661msgstr "achterneef/achternicht" 18662 18663#: app/Services/RelationshipService.php:1003 18664msgctxt "(a woman’s) sister’s daughter’s child" 18665msgid "great-nephew/niece" 18666msgstr "achterneef/achternicht" 18667 18668#: app/Services/RelationshipService.php:1029 18669msgctxt "(a woman’s) sister’s son’s child" 18670msgid "great-nephew/niece" 18671msgstr "achterneef/achternicht" 18672 18673#: app/Services/RelationshipService.php:959 18674msgctxt "sibling’s child’s child" 18675msgid "great-nephew/niece" 18676msgstr "achterneef/achternicht" 18677 18678#: app/Services/RelationshipService.php:965 18679msgctxt "sibling’s daughter’s child" 18680msgid "great-nephew/niece" 18681msgstr "achterneef/achternicht" 18682 18683#: app/Services/RelationshipService.php:973 18684msgctxt "sibling’s son’s child" 18685msgid "great-nephew/niece" 18686msgstr "achterneef/achternicht" 18687 18688#: app/Services/RelationshipService.php:668 18689msgctxt "(a man’s) brother’s child’s daughter" 18690msgid "great-niece" 18691msgstr "achternicht" 18692 18693#: app/Services/RelationshipService.php:686 18694msgctxt "(a man’s) brother’s daughter’s daughter" 18695msgid "great-niece" 18696msgstr "achternicht" 18697 18698#: app/Services/RelationshipService.php:706 18699msgctxt "(a man’s) brother’s son’s daughter" 18700msgid "great-niece" 18701msgstr "achternicht" 18702 18703#: app/Services/RelationshipService.php:988 18704msgctxt "(a man’s) sister’s child’s daughter" 18705msgid "great-niece" 18706msgstr "achternicht" 18707 18708#: app/Services/RelationshipService.php:1006 18709msgctxt "(a man’s) sister’s daughter’s daughter" 18710msgid "great-niece" 18711msgstr "achternicht" 18712 18713#: app/Services/RelationshipService.php:1032 18714msgctxt "(a man’s) sister’s son’s daughter" 18715msgid "great-niece" 18716msgstr "achternicht" 18717 18718#: app/Services/RelationshipService.php:671 18719msgctxt "(a woman’s) brother’s child’s daughter" 18720msgid "great-niece" 18721msgstr "achternicht" 18722 18723#: app/Services/RelationshipService.php:689 18724msgctxt "(a woman’s) brother’s daughter’s daughter" 18725msgid "great-niece" 18726msgstr "achternicht" 18727 18728#: app/Services/RelationshipService.php:709 18729msgctxt "(a woman’s) brother’s son’s daughter" 18730msgid "great-niece" 18731msgstr "achternicht" 18732 18733#: app/Services/RelationshipService.php:991 18734msgctxt "(a woman’s) sister’s child’s daughter" 18735msgid "great-niece" 18736msgstr "achternicht" 18737 18738#: app/Services/RelationshipService.php:1009 18739msgctxt "(a woman’s) sister’s daughter’s daughter" 18740msgid "great-niece" 18741msgstr "achternicht" 18742 18743#: app/Services/RelationshipService.php:1035 18744msgctxt "(a woman’s) sister’s son’s daughter" 18745msgid "great-niece" 18746msgstr "achternicht" 18747 18748#: app/Services/RelationshipService.php:961 18749msgctxt "sibling’s child’s daughter" 18750msgid "great-niece" 18751msgstr "achternicht" 18752 18753#: app/Services/RelationshipService.php:967 18754msgctxt "sibling’s daughter’s daughter" 18755msgid "great-niece" 18756msgstr "achternicht" 18757 18758#: app/Services/RelationshipService.php:975 18759msgctxt "sibling’s son’s daughter" 18760msgid "great-niece" 18761msgstr "achternicht" 18762 18763#: app/Services/RelationshipService.php:783 18764msgctxt "father’s father’s brother" 18765msgid "great-uncle" 18766msgstr "oudoom" 18767 18768#: app/Services/RelationshipService.php:1101 18769msgctxt "father’s father’s sister’s husband" 18770msgid "great-uncle" 18771msgstr "aangetrouwde oudoom" 18772 18773#: app/Services/RelationshipService.php:795 18774msgctxt "father’s mother’s brother" 18775msgid "great-uncle" 18776msgstr "oudoom" 18777 18778#: app/Services/RelationshipService.php:1107 18779msgctxt "father’s mother’s sister’s husband" 18780msgid "great-uncle" 18781msgstr "aangetrouwde oudoom" 18782 18783#: app/Services/RelationshipService.php:807 18784msgctxt "father’s parent’s brother" 18785msgid "great-uncle" 18786msgstr "oudoom" 18787 18788#: app/Services/RelationshipService.php:1113 18789msgctxt "father’s parent’s sister’s husband" 18790msgid "great-uncle" 18791msgstr "aangetrouwde oudoom" 18792 18793#: app/Services/RelationshipService.php:863 18794msgctxt "mother’s father’s brother" 18795msgid "great-uncle" 18796msgstr "oudoom" 18797 18798#: app/Services/RelationshipService.php:1119 18799msgctxt "mother’s father’s sister’s husband" 18800msgid "great-uncle" 18801msgstr "aangetrouwde oudoom" 18802 18803#: app/Services/RelationshipService.php:881 18804msgctxt "mother’s mother’s brother" 18805msgid "great-uncle" 18806msgstr "oudoom" 18807 18808#: app/Services/RelationshipService.php:1125 18809msgctxt "mother’s mother’s sister’s husband" 18810msgid "great-uncle" 18811msgstr "aangetrouwde oudoom" 18812 18813#: app/Services/RelationshipService.php:893 18814msgctxt "mother’s parent’s brother" 18815msgid "great-uncle" 18816msgstr "oudoom" 18817 18818#: app/Services/RelationshipService.php:1131 18819msgctxt "mother’s parent’s sister’s husband" 18820msgid "great-uncle" 18821msgstr "aangetrouwde oudoom" 18822 18823#: app/Services/RelationshipService.php:915 18824msgctxt "parent’s father’s brother" 18825msgid "great-uncle" 18826msgstr "oudoom" 18827 18828#: app/Services/RelationshipService.php:1137 18829msgctxt "parent’s father’s sister’s husband" 18830msgid "great-uncle" 18831msgstr "aangetrouwde oudoom" 18832 18833#: app/Services/RelationshipService.php:927 18834msgctxt "parent’s mother’s brother" 18835msgid "great-uncle" 18836msgstr "oudoom" 18837 18838#: app/Services/RelationshipService.php:1143 18839msgctxt "parent’s mother’s sister’s husband" 18840msgid "great-uncle" 18841msgstr "aangetrouwde oudoom" 18842 18843#: app/Services/RelationshipService.php:939 18844msgctxt "parent’s parent’s brother" 18845msgid "great-uncle" 18846msgstr "oudoom" 18847 18848#: app/Services/RelationshipService.php:1149 18849msgctxt "parent’s parent’s sister’s husband" 18850msgid "great-uncle" 18851msgstr "aangetrouwde oudoom" 18852 18853#. I18N: layout option for the fan chart 18854#: app/Module/FanChartModule.php:521 18855msgid "half circle" 18856msgstr "halve cirkel" 18857 18858#: app/Services/RelationshipService.php:541 18859msgctxt "father’s son" 18860msgid "half-brother" 18861msgstr "halfbroer" 18862 18863#: app/Services/RelationshipService.php:579 18864msgctxt "mother’s son" 18865msgid "half-brother" 18866msgstr "halfbroer" 18867 18868#: app/Services/RelationshipService.php:597 18869msgctxt "parent’s son" 18870msgid "half-brother" 18871msgstr "halfbroer" 18872 18873#: app/Services/RelationshipService.php:527 18874msgctxt "father’s child" 18875msgid "half-sibling" 18876msgstr "halfbroer/halfzus" 18877 18878#: app/Services/RelationshipService.php:563 18879msgctxt "mother’s child" 18880msgid "half-sibling" 18881msgstr "halfbroer/halfzus" 18882 18883#: app/Services/RelationshipService.php:583 18884msgctxt "parent’s child" 18885msgid "half-sibling" 18886msgstr "halfbroer/halfzus" 18887 18888#: app/Services/RelationshipService.php:529 18889msgctxt "father’s daughter" 18890msgid "half-sister" 18891msgstr "halfzus" 18892 18893#: app/Services/RelationshipService.php:565 18894msgctxt "mother’s daughter" 18895msgid "half-sister" 18896msgstr "halfzus" 18897 18898#: app/Services/RelationshipService.php:585 18899msgctxt "parent’s daughter" 18900msgid "half-sister" 18901msgstr "halfzus" 18902 18903#. I18N: reflexive pronoun 18904#: app/Services/RelationshipService.php:244 18905msgid "herself" 18906msgstr "zijzelf" 18907 18908#: resources/views/admin/site-mail.phtml:152 18909#: resources/views/admin/tags.phtml:65 resources/views/admin/tags.phtml:79 18910#: resources/views/admin/tags.phtml:93 resources/views/admin/tags.phtml:105 18911#: resources/views/admin/tags.phtml:119 resources/views/admin/tags.phtml:133 18912#: resources/views/admin/tags.phtml:147 resources/views/admin/tags.phtml:161 18913#: resources/views/admin/tags.phtml:195 resources/views/admin/tags.phtml:209 18914#: resources/views/admin/tags.phtml:223 resources/views/admin/tags.phtml:237 18915#: resources/views/admin/tags.phtml:253 resources/views/admin/tags.phtml:287 18916#: resources/views/admin/tags.phtml:301 resources/views/admin/tags.phtml:315 18917#: resources/views/admin/tags.phtml:349 resources/views/admin/tags.phtml:362 18918#: resources/views/admin/tags.phtml:376 resources/views/admin/tags.phtml:390 18919#: resources/views/admin/tags.phtml:429 resources/views/admin/tags.phtml:463 18920#: resources/views/admin/tags.phtml:477 resources/views/admin/tags.phtml:491 18921#: resources/views/admin/tags.phtml:509 resources/views/admin/tags.phtml:527 18922#: resources/views/admin/tags.phtml:541 resources/views/admin/tags.phtml:559 18923#: resources/views/admin/tags.phtml:573 resources/views/admin/tags.phtml:587 18924#: resources/views/admin/tags.phtml:601 resources/views/admin/tags.phtml:615 18925#: resources/views/admin/tags.phtml:629 resources/views/admin/tags.phtml:643 18926#: resources/views/admin/tags.phtml:657 resources/views/admin/tags.phtml:671 18927#: resources/views/admin/tags.phtml:685 resources/views/admin/tags.phtml:699 18928#: resources/views/admin/tags.phtml:713 resources/views/admin/tags.phtml:767 18929#: resources/views/admin/tags.phtml:801 resources/views/admin/tags.phtml:815 18930#: resources/views/admin/tags.phtml:829 resources/views/admin/tags.phtml:843 18931#: resources/views/admin/tags.phtml:857 resources/views/admin/tags.phtml:871 18932#: resources/views/admin/tags.phtml:907 resources/views/admin/tags.phtml:925 18933#: resources/views/admin/trees-preferences.phtml:296 18934#: resources/views/admin/trees-preferences.phtml:372 18935#: resources/views/admin/trees-preferences.phtml:385 18936#: resources/views/admin/trees-preferences.phtml:399 18937#: resources/views/admin/trees-preferences.phtml:520 18938#: resources/views/admin/trees-preferences.phtml:619 18939#: resources/views/admin/trees-preferences.phtml:632 18940#: resources/views/admin/users-create.phtml:61 18941#: resources/views/admin/users-edit.phtml:71 18942#: resources/views/edit-account-page.phtml:91 18943#: resources/views/login-page.phtml:46 18944#: resources/views/modules/login_block/sign-in.phtml:32 18945#: resources/views/password-reset-page.phtml:37 18946#: resources/views/register-page.phtml:75 18947#: resources/views/setup/step-4-database-mysql.phtml:99 18948#: resources/views/setup/step-4-database-pgsql.phtml:86 18949#: resources/views/setup/step-4-database-sqlsvr.phtml:86 18950#: resources/views/setup/step-5-administrator.phtml:81 18951msgid "hide" 18952msgstr "verberg" 18953 18954#. I18N: reflexive pronoun 18955#: app/Services/RelationshipService.php:241 18956msgid "himself" 18957msgstr "hijzelf" 18958 18959#. I18N: Type of demographic data 18960#: app/Elements/DemographicDataType.php:55 18961msgid "household" 18962msgstr "huishouden" 18963 18964#: app/Services/RelationshipService.php:367 18965msgid "husband" 18966msgstr "echtgenoot" 18967 18968#. I18N: A name taken on immigration - e.g. migrants to the USA frequently anglicized their names 18969#: app/Elements/NameType.php:57 18970msgid "immigration name" 18971msgstr "immigratienaam" 18972 18973#. I18N: A button label. 18974#: resources/views/admin/locations.phtml:163 18975msgid "import file" 18976msgstr "bestand importeren" 18977 18978#: app/Elements/NoteStructure.php:66 18979msgid "inline note" 18980msgstr "inlinenotitie" 18981 18982#. I18N: Gedcom INT dates 18983#: app/Date.php:197 18984#, php-format 18985msgid "interpreted %s (%s)" 18986msgstr "vertaald %s (%s)" 18987 18988#. I18N: reverse the selection (of a list of options) 18989#: resources/views/search-trees.phtml:52 18990msgid "invert selection" 18991msgstr "keer selectie om" 18992 18993#. I18N: a month in the French republican calendar 18994#: app/Date/FrenchDate.php:173 18995msgctxt "GENITIVE" 18996msgid "jours complementaires" 18997msgstr "jours complémentaires" 18998 18999#. I18N: a month in the French republican calendar 19000#: app/Date/FrenchDate.php:267 19001msgctxt "INSTRUMENTAL" 19002msgid "jours complementaires" 19003msgstr "jours complémentaires" 19004 19005#. I18N: a month in the French republican calendar 19006#: app/Date/FrenchDate.php:220 19007msgctxt "LOCATIVE" 19008msgid "jours complementaires" 19009msgstr "jours complémentaires" 19010 19011#. I18N: a month in the French republican calendar 19012#: app/Date/FrenchDate.php:126 19013msgctxt "NOMINATIVE" 19014msgid "jours complementaires" 19015msgstr "jours complémentaires" 19016 19017#. I18N: A button label, last page 19018#: resources/views/admin/trees-preferences.phtml:563 19019#: resources/views/edit/reorder-card-header.phtml:34 19020#: resources/views/lists/datatables-attributes.phtml:16 19021#: resources/views/modules/media-list/pagination.phtml:53 19022msgid "last" 19023msgstr "laatste" 19024 19025#: resources/views/admin/trees-preferences.phtml:572 19026msgctxt "Show the [first/last] [N] parts of a place name." 19027msgid "last" 19028msgstr "laatste" 19029 19030#: app/Module/PedigreeChartModule.php:369 19031#: app/Module/PedigreeChartModule.php:377 19032msgid "left" 19033msgstr "links" 19034 19035#. I18N: Layout option for lists of names 19036#. I18N: An option in a list-box 19037#: app/Http/RequestHandlers/TreePreferencesPage.php:92 19038#: app/Module/OnThisDayModule.php:258 app/Module/RecentChangesModule.php:255 19039#: app/Module/TopGivenNamesModule.php:182 19040#: app/Module/UpcomingAnniversariesModule.php:310 19041#: app/Module/YahrzeitModule.php:257 19042msgid "list" 19043msgstr "lijst" 19044 19045#: app/Http/RequestHandlers/MapDataImportAction.php:183 19046#, php-format 19047msgid "locations updated: %s, locations added: %s" 19048msgstr "plaatsen bijgewerkt: %s, plaatsen toegevoegd: %s" 19049 19050#. I18N: A woman’s name, before she marries (in cultures where women take their new husband’s name on marriage) 19051#: app/Elements/NameType.php:59 19052msgid "maiden name" 19053msgstr "meisjesnaam" 19054 19055#: resources/views/admin/trees-privacy.phtml:127 19056msgid "managers" 19057msgstr "managers" 19058 19059#. I18N: https://en.wikipedia.org/wiki/Markdown 19060#: app/Http/RequestHandlers/TreePreferencesPage.php:110 19061msgid "markdown" 19062msgstr "markdown" 19063 19064#: resources/xml/reports/descendancy_report.xml:245 19065msgctxt "FEMALE" 19066msgid "married" 19067msgstr "trouwde" 19068 19069#: resources/xml/reports/descendancy_report.xml:176 19070msgctxt "MALE" 19071msgid "married" 19072msgstr "trouwde" 19073 19074#. I18N: A name taken on marriage - usually the wife takes the husband’s surname 19075#: app/Elements/NameType.php:61 19076msgid "married name" 19077msgstr "aangenomen huwelijksnaam" 19078 19079#: app/Services/RelationshipService.php:567 19080msgctxt "mother’s father" 19081msgid "maternal grandfather" 19082msgstr "grootvader van moeders kant" 19083 19084#: app/Services/RelationshipService.php:571 19085msgctxt "mother’s mother" 19086msgid "maternal grandmother" 19087msgstr "grootmoeder van moeders kant" 19088 19089#: app/Services/RelationshipService.php:573 19090msgctxt "mother’s parent" 19091msgid "maternal grandparent" 19092msgstr "grootouder van moeders kant" 19093 19094#. I18N: A system where children take their mother’s surname 19095#: app/SurnameTradition.php:88 19096msgid "matrilineal" 19097msgstr "matrilineair" 19098 19099#: resources/views/modules/recent_changes/config.phtml:25 19100#: resources/views/modules/upcoming_events/config.phtml:25 19101#: resources/views/modules/yahrzeit/config.phtml:23 19102#, php-format 19103msgid "maximum %s day" 19104msgid_plural "maximum %s days" 19105msgstr[0] "maximum %s dag" 19106msgstr[1] "maximum %s dagen" 19107 19108#: resources/views/admin/trees-privacy.phtml:37 19109#: resources/views/admin/trees-privacy.phtml:56 19110#: resources/views/admin/trees-privacy.phtml:87 19111#: resources/views/admin/trees-privacy.phtml:126 19112#: resources/views/admin/trees-privacy.phtml:146 19113msgid "members" 19114msgstr "leden" 19115 19116#. I18N: Name of a theme. 19117#: app/Module/MinimalTheme.php:39 19118msgid "minimal" 19119msgstr "minimal" 19120 19121#: app/Services/RelationshipService.php:349 19122msgid "mother" 19123msgstr "moeder" 19124 19125#: app/Services/RelationshipService.php:553 19126msgctxt "husband’s mother" 19127msgid "mother-in-law" 19128msgstr "schoonmoeder" 19129 19130#: app/Services/RelationshipService.php:633 19131msgctxt "spouse’s mother" 19132msgid "mother-in-law" 19133msgstr "schoonmoeder" 19134 19135#: app/Services/RelationshipService.php:651 19136msgctxt "wife’s mother" 19137msgid "mother-in-law" 19138msgstr "schoonmoeder" 19139 19140#: app/Services/RelationshipService.php:639 19141msgctxt "spouse’s parent" 19142msgid "mother/father-in-law" 19143msgstr "schoonmoeder/schoonvader" 19144 19145#: app/Services/RelationshipService.php:501 19146msgctxt "brother’s son" 19147msgid "nephew" 19148msgstr "neef" 19149 19150#: app/Services/RelationshipService.php:853 19151msgctxt "husband’s brother’s son" 19152msgid "nephew" 19153msgstr "neef" 19154 19155#: app/Services/RelationshipService.php:849 19156msgctxt "husband’s sibling’s son" 19157msgid "nephew" 19158msgstr "neef" 19159 19160#: app/Services/RelationshipService.php:851 19161msgctxt "husband’s sister’s son" 19162msgid "nephew" 19163msgstr "neef" 19164 19165#: app/Services/RelationshipService.php:605 19166msgctxt "sibling’s son" 19167msgid "nephew" 19168msgstr "neef" 19169 19170#: app/Services/RelationshipService.php:615 19171msgctxt "sister’s son" 19172msgid "nephew" 19173msgstr "neef" 19174 19175#: app/Services/RelationshipService.php:1093 19176msgctxt "wife’s brother’s son" 19177msgid "nephew" 19178msgstr "neef" 19179 19180#: app/Services/RelationshipService.php:1089 19181msgctxt "wife’s sibling’s son" 19182msgid "nephew" 19183msgstr "neef" 19184 19185#: app/Services/RelationshipService.php:1091 19186msgctxt "wife’s sister’s son" 19187msgid "nephew" 19188msgstr "neef" 19189 19190#: app/Services/RelationshipService.php:691 19191msgctxt "brother’s daughter’s husband" 19192msgid "nephew-in-law" 19193msgstr "aangetrouwde neef" 19194 19195#: app/Services/RelationshipService.php:969 19196msgctxt "sibling’s daughter’s husband" 19197msgid "nephew-in-law" 19198msgstr "aangetrouwde neef" 19199 19200#: app/Services/RelationshipService.php:1011 19201msgctxt "sisters’s daughter’s husband" 19202msgid "nephew-in-law" 19203msgstr "aangetrouwde neef" 19204 19205#: app/Services/RelationshipService.php:497 19206msgctxt "brother’s child" 19207msgid "nephew/niece" 19208msgstr "neef/nicht" 19209 19210#: app/Services/RelationshipService.php:841 19211msgctxt "husband’s brother’s child" 19212msgid "nephew/niece" 19213msgstr "neef/nicht" 19214 19215#: app/Services/RelationshipService.php:837 19216msgctxt "husband’s sibling’s child" 19217msgid "nephew/niece" 19218msgstr "neef/nicht" 19219 19220#: app/Services/RelationshipService.php:839 19221msgctxt "husband’s sister’s child" 19222msgid "nephew/niece" 19223msgstr "neef/nicht" 19224 19225#: app/Services/RelationshipService.php:601 19226msgctxt "sibling’s child" 19227msgid "nephew/niece" 19228msgstr "neef/nicht" 19229 19230#: app/Services/RelationshipService.php:609 19231msgctxt "sister’s child" 19232msgid "nephew/niece" 19233msgstr "neef/nicht" 19234 19235#: app/Services/RelationshipService.php:1081 19236msgctxt "wife’s brother’s child" 19237msgid "nephew/niece" 19238msgstr "neef/nicht" 19239 19240#: app/Services/RelationshipService.php:1077 19241msgctxt "wife’s sibling’s child" 19242msgid "nephew/niece" 19243msgstr "neef/nicht" 19244 19245#: app/Services/RelationshipService.php:1079 19246msgctxt "wife’s sister’s child" 19247msgid "nephew/niece" 19248msgstr "neef/nicht" 19249 19250#. I18N: A button label, next page 19251#: resources/views/admin/data-fix-select.phtml:50 19252#: resources/views/individual-page-images.phtml:51 19253#: resources/views/layouts/default.phtml:156 19254#: resources/views/lists/datatables-attributes.phtml:18 19255#: resources/views/modules/media-list/pagination.phtml:45 19256#: resources/views/setup/step-1-language.phtml:59 19257#: resources/views/setup/step-2-server-checks.phtml:87 19258#: resources/views/setup/step-3-database-type.phtml:93 19259#: resources/views/setup/step-4-database-mysql.phtml:134 19260#: resources/views/setup/step-4-database-pgsql.phtml:119 19261#: resources/views/setup/step-4-database-sqlite.phtml:89 19262#: resources/views/setup/step-4-database-sqlsvr.phtml:119 19263#: resources/views/setup/step-5-administrator.phtml:104 19264msgid "next" 19265msgstr "volgende" 19266 19267#: app/Services/RelationshipService.php:499 19268msgctxt "brother’s daughter" 19269msgid "niece" 19270msgstr "nicht" 19271 19272#: app/Services/RelationshipService.php:847 19273msgctxt "husband’s brother’s daughter" 19274msgid "niece" 19275msgstr "nicht" 19276 19277#: app/Services/RelationshipService.php:843 19278msgctxt "husband’s sibling’s daughter" 19279msgid "niece" 19280msgstr "nicht" 19281 19282#: app/Services/RelationshipService.php:845 19283msgctxt "husband’s sister’s daughter" 19284msgid "niece" 19285msgstr "nicht" 19286 19287#: app/Services/RelationshipService.php:603 19288msgctxt "sibling’s daughter" 19289msgid "niece" 19290msgstr "nicht" 19291 19292#: app/Services/RelationshipService.php:611 19293msgctxt "sister’s daughter" 19294msgid "niece" 19295msgstr "nicht" 19296 19297#: app/Services/RelationshipService.php:1087 19298msgctxt "wife’s brother’s daughter" 19299msgid "niece" 19300msgstr "nicht" 19301 19302#: app/Services/RelationshipService.php:1083 19303msgctxt "wife’s sibling’s daughter" 19304msgid "niece" 19305msgstr "nicht" 19306 19307#: app/Services/RelationshipService.php:1085 19308msgctxt "wife’s sister’s daughter" 19309msgid "niece" 19310msgstr "nicht" 19311 19312#: app/Services/RelationshipService.php:717 19313msgctxt "brother’s son’s wife" 19314msgid "niece-in-law" 19315msgstr "aangetrouwde nicht" 19316 19317#: app/Services/RelationshipService.php:979 19318msgctxt "sibling’s son’s wife" 19319msgid "niece-in-law" 19320msgstr "aangetrouwde nicht" 19321 19322#: app/Services/RelationshipService.php:1043 19323msgctxt "sisters’s son’s wife" 19324msgid "niece-in-law" 19325msgstr "aangetrouwde nicht" 19326 19327#: app/Services/RelationshipService.php:2340 19328msgid "ninth cousin" 19329msgstr "achterneef/achternicht 20e graad" 19330 19331#: app/Services/RelationshipService.php:2304 19332msgctxt "FEMALE" 19333msgid "ninth cousin" 19334msgstr "achternicht 20e graad" 19335 19336#. 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. 19337#: app/Services/RelationshipService.php:2260 19338msgctxt "MALE" 19339msgid "ninth cousin" 19340msgstr "achterneef 20e graad" 19341 19342#: app/Elements/OrdinanceProcessFlag.php:55 19343#: app/Http/RequestHandlers/UserListData.php:140 19344#: app/Http/RequestHandlers/UserListData.php:141 19345#: app/Statistics/Repository/LatestUserRepository.php:146 19346#: resources/views/admin/site-mail.phtml:124 19347#: resources/views/admin/site-preferences.phtml:101 19348#: resources/views/admin/site-registration.phtml:54 19349#: resources/views/admin/site-registration.phtml:69 19350#: resources/views/admin/trees-preferences.phtml:143 19351#: resources/views/admin/trees-preferences.phtml:309 19352#: resources/views/admin/trees-preferences.phtml:533 19353#: resources/views/admin/trees-preferences.phtml:547 19354#: resources/views/admin/trees-preferences.phtml:606 19355#: resources/views/admin/trees-preferences.phtml:712 19356#: resources/views/admin/trees-preferences.phtml:738 19357#: resources/views/lists/families-table.phtml:330 19358#: resources/views/modules/fix-search-and-replace/options.phtml:56 19359#: resources/views/modules/html/config.phtml:54 19360#: resources/views/modules/random_media/config.phtml:40 19361#: resources/views/modules/random_media/config.phtml:49 19362#: resources/views/modules/recent_changes/config.phtml:61 19363#: resources/views/modules/recent_changes/config.phtml:70 19364#: resources/views/modules/review_changes/config.phtml:21 19365#: resources/views/modules/todays_events/config.phtml:22 19366#: resources/views/modules/todo/config.phtml:24 19367#: resources/views/modules/todo/config.phtml:34 19368#: resources/views/modules/todo/config.phtml:43 19369#: resources/views/modules/upcoming_events/config.phtml:34 19370#: resources/xml/reports/change_report.xml:8 19371#: resources/xml/reports/family_group_report.xml:255 19372#: resources/xml/reports/family_group_report.xml:426 19373#: resources/xml/reports/family_group_report.xml:609 19374#: resources/xml/reports/family_group_report.xml:953 19375#: resources/xml/reports/individual_ext_report.xml:190 19376#: resources/xml/reports/individual_report.xml:178 19377msgid "no" 19378msgstr "nee" 19379 19380#: app/Http/RequestHandlers/TreePreferencesPage.php:114 19381#: app/Module/RelationshipsChartModule.php:472 19382#: app/Services/EmailService.php:203 19383#: resources/views/modules/statistics-chart/custom.phtml:83 19384msgid "none" 19385msgstr "geen" 19386 19387#: app/SurnameTradition.php:114 19388msgctxt "Surname tradition" 19389msgid "none" 19390msgstr "geen" 19391 19392#: resources/views/modules/statistics-chart/custom.phtml:126 19393msgid "numbers" 19394msgstr "aantallen" 19395 19396#: resources/xml/reports/ahnentafel_report.xml:56 19397#: resources/xml/reports/bdm_report.xml:42 19398#: resources/xml/reports/birth_report.xml:32 19399#: resources/xml/reports/cemetery_report.xml:35 19400#: resources/xml/reports/change_report.xml:45 19401#: resources/xml/reports/death_report.xml:33 19402#: resources/xml/reports/descendancy_report.xml:43 19403#: resources/xml/reports/fact_sources.xml:44 19404#: resources/xml/reports/family_group_report.xml:89 19405#: resources/xml/reports/individual_report.xml:89 19406#: resources/xml/reports/marriage_report.xml:31 19407#: resources/xml/reports/occupation_report.xml:38 19408#: resources/xml/reports/relative_ext_report.xml:51 19409msgid "of" 19410msgstr "van" 19411 19412#: app/Services/RelationshipService.php:353 19413msgid "parent" 19414msgstr "ouder" 19415 19416#: app/Services/RelationshipService.php:423 19417msgid "partner" 19418msgstr "partner" 19419 19420#: app/Services/RelationshipService.php:400 19421msgctxt "FEMALE" 19422msgid "partner" 19423msgstr "partner" 19424 19425#: app/Services/RelationshipService.php:376 19426msgctxt "MALE" 19427msgid "partner" 19428msgstr "partner" 19429 19430#: app/SurnameTradition.php:77 19431msgctxt "Surname tradition" 19432msgid "paternal" 19433msgstr "vaderlijk" 19434 19435#: app/Services/RelationshipService.php:531 19436msgctxt "father’s father" 19437msgid "paternal grandfather" 19438msgstr "grootvader van vaders kant" 19439 19440#: app/Services/RelationshipService.php:533 19441msgctxt "father’s mother" 19442msgid "paternal grandmother" 19443msgstr "grootmoeder van vaders kant" 19444 19445#: app/Services/RelationshipService.php:535 19446msgctxt "father’s parent" 19447msgid "paternal grandparent" 19448msgstr "grootouder van vaders kant" 19449 19450#. I18N: A system where children take their father’s surname 19451#: app/SurnameTradition.php:84 19452msgid "patrilineal" 19453msgstr "patrilineair" 19454 19455#. I18N: the status of an edit accepted/rejected/pending 19456#: app/Http/RequestHandlers/PendingChangesLogPage.php:122 19457msgid "pending" 19458msgstr "uitstaand" 19459 19460#: resources/views/modules/statistics-chart/custom.phtml:131 19461msgid "percentage" 19462msgstr "percentage" 19463 19464#. I18N: https://en.wikipedia.org/wiki/Plain_text 19465#: app/Http/RequestHandlers/TreePreferencesPage.php:108 19466msgid "plain text" 19467msgstr "tekst zonder opmaak" 19468 19469#. I18N: Type of location hierarchy 19470#: app/Elements/HierarchicalRelationship.php:56 19471msgid "political" 19472msgstr "politiek" 19473 19474#. I18N: A button label, previous page 19475#: resources/views/individual-page-images.phtml:47 19476#: resources/views/layouts/default.phtml:155 19477#: resources/views/lists/datatables-attributes.phtml:20 19478#: resources/views/modules/media-list/pagination.phtml:33 19479#: resources/views/setup/step-2-server-checks.phtml:91 19480#: resources/views/setup/step-3-database-type.phtml:97 19481#: resources/views/setup/step-4-database-mysql.phtml:138 19482#: resources/views/setup/step-4-database-pgsql.phtml:123 19483#: resources/views/setup/step-4-database-sqlite.phtml:93 19484#: resources/views/setup/step-4-database-sqlsvr.phtml:123 19485#: resources/views/setup/step-5-administrator.phtml:108 19486msgid "previous" 19487msgstr "vorige" 19488 19489#. I18N: Quality of source information - GEDCOM tag “QUAY 3” 19490#: app/Elements/CertaintyAssessment.php:52 19491msgid "primary evidence" 19492msgstr "primair bewijs" 19493 19494#. I18N: Status of child-parent link 19495#: app/Elements/ChildLinkageStatus.php:63 19496msgid "proven" 19497msgstr "bewezen" 19498 19499#. I18N: Quality of source information - GEDCOM tag “QUAY 1” 19500#: app/Elements/CertaintyAssessment.php:50 19501msgid "questionable evidence" 19502msgstr "twijfelachtig bewijs" 19503 19504#: app/Http/RequestHandlers/TreePreferencesPage.php:116 19505#: resources/xml/reports/fact_sources.xml:6 19506msgid "records" 19507msgstr "records" 19508 19509#: resources/views/family-page-pending.phtml:23 19510#: resources/views/individual-page-pending.phtml:27 19511#: resources/views/media-page-pending.phtml:22 19512#: resources/views/note-page-pending.phtml:23 19513#: resources/views/record-page-pending.phtml:23 19514msgctxt "You should review the changes and then accept or reject them." 19515msgid "reject" 19516msgstr "weiger" 19517 19518#: resources/views/family-page-pending.phtml:17 19519#: resources/views/individual-page-pending.phtml:18 19520#: resources/views/media-page-pending.phtml:16 19521#: resources/views/note-page-pending.phtml:17 19522#: resources/views/record-page-pending.phtml:17 19523msgctxt "You should review the deletion and then accept or reject it." 19524msgid "reject" 19525msgstr "weiger" 19526 19527#. I18N: the status of an edit accepted/rejected/pending 19528#: app/Http/RequestHandlers/PendingChangesLogPage.php:120 19529msgid "rejected" 19530msgstr "geweigerd" 19531 19532#. I18N: Type of location hierarchy 19533#: app/Elements/HierarchicalRelationship.php:57 19534msgid "religious" 19535msgstr "religieus" 19536 19537#. I18N: A name taken when entering a religion or a religious order 19538#: app/Elements/NameType.php:63 19539msgid "religious name" 19540msgstr "religieuze naam" 19541 19542#. I18N: A button label. 19543#: resources/views/search-replace-page.phtml:53 19544msgid "replace" 19545msgstr "vervang" 19546 19547#. I18N: A button label. 19548#: resources/views/admin/changes-log.phtml:106 19549#: resources/views/admin/site-logs.phtml:97 19550#: resources/views/modules/lifespans-chart/page.phtml:79 19551#: resources/views/modules/media-list/page.phtml:88 19552#: resources/views/modules/timeline-chart/page.phtml:44 19553msgid "reset" 19554msgstr "reset" 19555 19556#: app/Module/PedigreeChartModule.php:370 19557#: app/Module/PedigreeChartModule.php:378 19558msgid "right" 19559msgstr "rechts" 19560 19561#. I18N: A button label. 19562#: resources/views/admin/analytics-edit.phtml:40 19563#: resources/views/admin/components.phtml:163 19564#: resources/views/admin/location-edit.phtml:69 19565#: resources/views/admin/merge-records-step-2.phtml:178 19566#: resources/views/admin/modules.phtml:278 19567#: resources/views/admin/site-mail.phtml:239 19568#: resources/views/admin/site-preferences.phtml:113 19569#: resources/views/admin/site-registration.phtml:79 19570#: resources/views/admin/tags.phtml:977 19571#: resources/views/admin/trees-preferences.phtml:749 19572#: resources/views/admin/trees-privacy.phtml:282 19573#: resources/views/admin/users-create.phtml:84 19574#: resources/views/admin/users-edit.phtml:348 19575#: resources/views/edit-account-page.phtml:162 19576#: resources/views/edit-blocks-page.phtml:64 19577#: resources/views/edit/change-family-members.phtml:92 19578#: resources/views/edit/edit-fact.phtml:40 19579#: resources/views/edit/edit-record.phtml:41 19580#: resources/views/edit/link-child-to-family.phtml:49 19581#: resources/views/edit/link-spouse-to-individual.phtml:50 19582#: resources/views/edit/new-individual.phtml:41 19583#: resources/views/edit/raw-gedcom-fact.phtml:40 19584#: resources/views/edit/raw-gedcom-record.phtml:63 19585#: resources/views/edit/reorder-children.phtml:40 19586#: resources/views/edit/reorder-families.phtml:99 19587#: resources/views/edit/reorder-media.phtml:38 19588#: resources/views/edit/reorder-names.phtml:41 19589#: resources/views/edit/shared-note.phtml:41 19590#: resources/views/modals/create-media-from-file.phtml:60 19591#: resources/views/modals/footer-save-cancel.phtml:10 19592#: resources/views/modules/bing-maps/config.phtml:44 19593#: resources/views/modules/custom-css-js/edit.phtml:46 19594#: resources/views/modules/edit-block-config.phtml:35 19595#: resources/views/modules/faq/edit.phtml:89 19596#: resources/views/modules/favorites/favorites.phtml:174 19597#: resources/views/modules/gedcom_news/edit.phtml:50 19598#: resources/views/modules/geonames/config.phtml:44 19599#: resources/views/modules/google-maps/config.phtml:44 19600#: resources/views/modules/here-maps/config.phtml:44 19601#: resources/views/modules/map-box/config.phtml:44 19602#: resources/views/modules/openrouteservice/config.phtml:44 19603#: resources/views/modules/relationships-chart/config.phtml:56 19604#: resources/views/modules/sitemap/config.phtml:38 19605#: resources/views/modules/stories/edit.phtml:71 19606#: resources/views/modules/user_blog/edit.phtml:50 19607msgid "save" 19608msgstr "opslaan" 19609 19610#. I18N: A button label. 19611#: resources/views/admin/changes-log.phtml:101 19612#: resources/views/admin/site-logs.phtml:92 19613#: resources/views/modules/media-list/page.phtml:85 19614#: resources/views/search-advanced-page.phtml:91 19615#: resources/views/search-general-page.phtml:128 19616#: resources/views/search-phonetic-page.phtml:88 19617msgid "search" 19618msgstr "zoek" 19619 19620#. I18N: A Spanish relationship name, such as third great-nephew 19621#: app/Services/RelationshipService.php:2424 19622#, php-format 19623msgid "second %s" 19624msgstr "tweede %s" 19625 19626#. I18N: A Spanish relationship name, such as third great-nephew 19627#: app/Services/RelationshipService.php:2402 19628#, php-format 19629msgctxt "FEMALE" 19630msgid "second %s" 19631msgstr "tweede %s" 19632 19633#. I18N: A Spanish relationship name, such as third great-nephew 19634#: app/Services/RelationshipService.php:2379 19635#, php-format 19636msgctxt "MALE" 19637msgid "second %s" 19638msgstr "tweede %s" 19639 19640#: app/Services/RelationshipService.php:2326 19641msgid "second cousin" 19642msgstr "achterneef/achternicht 6e graad" 19643 19644#: app/Services/RelationshipService.php:2290 19645msgctxt "FEMALE" 19646msgid "second cousin" 19647msgstr "achternicht 6e graad" 19648 19649#. 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. 19650#: app/Services/RelationshipService.php:2239 19651msgctxt "MALE" 19652msgid "second cousin" 19653msgstr "achterneef 6e graad" 19654 19655#: app/Services/RelationshipService.php:1210 19656msgctxt "grandfather’s brother’s grandchild" 19657msgid "second cousin" 19658msgstr "oudoom's kleinkind" 19659 19660#: app/Services/RelationshipService.php:1202 19661msgctxt "grandfather’s brother’s granddaughter" 19662msgid "second cousin" 19663msgstr "oudoom's kleindochter" 19664 19665#: app/Services/RelationshipService.php:1206 19666msgctxt "grandfather’s brother’s grandson" 19667msgid "second cousin" 19668msgstr "oudoom's kleinzoon" 19669 19670#: app/Services/RelationshipService.php:1234 19671msgctxt "grandfather’s sibling’s grandchild" 19672msgid "second cousin" 19673msgstr "oudtante/oudoom's kleinkind" 19674 19675#: app/Services/RelationshipService.php:1226 19676msgctxt "grandfather’s sibling’s granddaughter" 19677msgid "second cousin" 19678msgstr "oudtante/oudoom's kleindochter" 19679 19680#: app/Services/RelationshipService.php:1230 19681msgctxt "grandfather’s sibling’s grandson" 19682msgid "second cousin" 19683msgstr "oudtante/oudoom's kleinzoon" 19684 19685#: app/Services/RelationshipService.php:1222 19686msgctxt "grandfather’s sister’s grandchild" 19687msgid "second cousin" 19688msgstr "oudtante's kleinkind" 19689 19690#: app/Services/RelationshipService.php:1214 19691msgctxt "grandfather’s sister’s granddaughter" 19692msgid "second cousin" 19693msgstr "oudtante's kleindochter" 19694 19695#: app/Services/RelationshipService.php:1218 19696msgctxt "grandfather’s sister’s grandson" 19697msgid "second cousin" 19698msgstr "oudtante's kleinzoon" 19699 19700#: app/Services/RelationshipService.php:1246 19701msgctxt "grandmother’s brother’s grandchild" 19702msgid "second cousin" 19703msgstr "oudoom's kleinkind" 19704 19705#: app/Services/RelationshipService.php:1238 19706msgctxt "grandmother’s brother’s granddaughter" 19707msgid "second cousin" 19708msgstr "oudoom's kleindochter" 19709 19710#: app/Services/RelationshipService.php:1242 19711msgctxt "grandmother’s brother’s grandson" 19712msgid "second cousin" 19713msgstr "oudoom's kleinzoon" 19714 19715#: app/Services/RelationshipService.php:1270 19716msgctxt "grandmother’s sibling’s grandchild" 19717msgid "second cousin" 19718msgstr "oudtante/oudoom's kleinkind" 19719 19720#: app/Services/RelationshipService.php:1262 19721msgctxt "grandmother’s sibling’s granddaughter" 19722msgid "second cousin" 19723msgstr "oudtante/oudoom's kleindochter" 19724 19725#: app/Services/RelationshipService.php:1266 19726msgctxt "grandmother’s sibling’s grandson" 19727msgid "second cousin" 19728msgstr "oudtante/oudoom's kleinzoon" 19729 19730#: app/Services/RelationshipService.php:1258 19731msgctxt "grandmother’s sister’s grandchild" 19732msgid "second cousin" 19733msgstr "oudtante's kleinkind" 19734 19735#: app/Services/RelationshipService.php:1250 19736msgctxt "grandmother’s sister’s granddaughter" 19737msgid "second cousin" 19738msgstr "oudtante's kleindochter" 19739 19740#: app/Services/RelationshipService.php:1254 19741msgctxt "grandmother’s sister’s grandson" 19742msgid "second cousin" 19743msgstr "oudtante's kleinzoon" 19744 19745#: app/Services/RelationshipService.php:1282 19746msgctxt "grandparent’s brother’s grandchild" 19747msgid "second cousin" 19748msgstr "oudoom's kleinkind" 19749 19750#: app/Services/RelationshipService.php:1274 19751msgctxt "grandparent’s brother’s granddaughter" 19752msgid "second cousin" 19753msgstr "oudoom's kleindochter" 19754 19755#: app/Services/RelationshipService.php:1278 19756msgctxt "grandparent’s brother’s grandson" 19757msgid "second cousin" 19758msgstr "oudoom's kleinzoon" 19759 19760#: app/Services/RelationshipService.php:1306 19761msgctxt "grandparent’s sibling’s grandchild" 19762msgid "second cousin" 19763msgstr "oudoom's/tante's kleinkind" 19764 19765#: app/Services/RelationshipService.php:1298 19766msgctxt "grandparent’s sibling’s granddaughter" 19767msgid "second cousin" 19768msgstr "oudoom's/tante's kleindochter" 19769 19770#: app/Services/RelationshipService.php:1302 19771msgctxt "grandparent’s sibling’s grandson" 19772msgid "second cousin" 19773msgstr "oudoom's/tante's kleinzoon" 19774 19775#: app/Services/RelationshipService.php:1294 19776msgctxt "grandparent’s sister’s grandchild" 19777msgid "second cousin" 19778msgstr "oudtante's kleinkind" 19779 19780#: app/Services/RelationshipService.php:1286 19781msgctxt "grandparent’s sister’s granddaughter" 19782msgid "second cousin" 19783msgstr "oudtante's kleindochter" 19784 19785#: app/Services/RelationshipService.php:1290 19786msgctxt "grandparent’s sister’s grandson" 19787msgid "second cousin" 19788msgstr "oudtante's kleinzoon" 19789 19790#. I18N: Quality of source information - GEDCOM tag “QUAY 2” 19791#: app/Elements/CertaintyAssessment.php:51 19792msgid "secondary evidence" 19793msgstr "secundair bewijs" 19794 19795#. I18N: select all (of a list of options) 19796#: resources/views/search-trees.phtml:45 19797msgid "select all" 19798msgstr "selecteer alles" 19799 19800#. I18N: select none (of a list of options) 19801#: resources/views/search-trees.phtml:48 19802msgid "select none" 19803msgstr "selecteer niets" 19804 19805#: app/Services/RelationshipService.php:346 19806msgid "self" 19807msgstr "zelf" 19808 19809#: app/Services/RelationshipService.php:2336 19810msgid "seventh cousin" 19811msgstr "achterneef/achternicht 16e graad" 19812 19813#: app/Services/RelationshipService.php:2300 19814msgctxt "FEMALE" 19815msgid "seventh cousin" 19816msgstr "achternicht 16e graad" 19817 19818#. 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. 19819#: app/Services/RelationshipService.php:2254 19820msgctxt "MALE" 19821msgid "seventh cousin" 19822msgstr "achterneef 16e graad" 19823 19824#: app/Elements/NoteStructure.php:67 19825msgid "shared note" 19826msgstr "gedeelde notitie" 19827 19828#: resources/views/admin/site-mail.phtml:152 19829#: resources/views/admin/tags.phtml:967 19830#: resources/views/admin/trees-preferences.phtml:296 19831#: resources/views/admin/trees-preferences.phtml:372 19832#: resources/views/admin/trees-preferences.phtml:385 19833#: resources/views/admin/trees-preferences.phtml:399 19834#: resources/views/admin/trees-preferences.phtml:520 19835#: resources/views/admin/trees-preferences.phtml:619 19836#: resources/views/admin/trees-preferences.phtml:632 19837#: resources/views/admin/users-create.phtml:61 19838#: resources/views/admin/users-edit.phtml:71 19839#: resources/views/edit-account-page.phtml:91 19840#: resources/views/login-page.phtml:46 19841#: resources/views/modules/faq/config.phtml:36 19842#: resources/views/modules/login_block/sign-in.phtml:32 19843#: resources/views/modules/stories/config.phtml:28 19844#: resources/views/password-reset-page.phtml:37 19845#: resources/views/register-page.phtml:75 19846#: resources/views/setup/step-4-database-mysql.phtml:99 19847#: resources/views/setup/step-4-database-pgsql.phtml:86 19848#: resources/views/setup/step-4-database-sqlsvr.phtml:86 19849#: resources/views/setup/step-5-administrator.phtml:81 19850msgid "show" 19851msgstr "toon" 19852 19853#. I18N: An option in a list-box 19854#: app/Module/RecentChangesModule.php:271 19855msgid "show changes made in webtrees" 19856msgstr "toon wijzigingen die zijn aangebracht in webtrees" 19857 19858#. I18N: An option in a list-box 19859#: app/Module/RecentChangesModule.php:273 19860msgid "show changes recorded in the genealogy data" 19861msgstr "toon wijzigingen die zijn vastgelegd in de genealogische gegevens" 19862 19863#. I18N: button label 19864#: resources/views/lists/anniversaries-list.phtml:24 19865#: resources/views/modules/gedcom_news/list.phtml:26 19866#: resources/views/modules/recent_changes/changes-list.phtml:23 19867#: resources/views/modules/user_blog/list.phtml:26 19868#: resources/views/modules/yahrzeit/list.phtml:21 19869msgid "show more" 19870msgstr "toon meer" 19871 19872#: resources/views/modules/statistics-chart/custom.phtml:208 19873msgid "show the chart" 19874msgstr "Toon grafiek" 19875 19876#: app/Services/RelationshipService.php:493 19877msgid "sibling" 19878msgstr "broer/zus" 19879 19880#. I18N: A button label. 19881#: resources/views/login-page.phtml:56 19882#: resources/views/modules/login_block/sign-in.phtml:37 19883msgid "sign in" 19884msgstr "Aanmelden" 19885 19886#. I18N: A button label. 19887#: resources/views/modules/login_block/sign-out.phtml:20 19888msgid "sign out" 19889msgstr "afmelden" 19890 19891#: app/Services/RelationshipService.php:472 19892msgid "sister" 19893msgstr "zus" 19894 19895#: app/Services/RelationshipService.php:503 19896msgctxt "brother’s wife" 19897msgid "sister-in-law" 19898msgstr "schoonzus" 19899 19900#: app/Services/RelationshipService.php:723 19901msgctxt "brother’s wife’s sister" 19902msgid "sister-in-law" 19903msgstr "schoonzus" 19904 19905#: app/Services/RelationshipService.php:833 19906msgctxt "husband’s brother’s wife" 19907msgid "sister-in-law" 19908msgstr "schoonzus" 19909 19910#: app/Services/RelationshipService.php:557 19911msgctxt "husband’s sister" 19912msgid "sister-in-law" 19913msgstr "schoonzus" 19914 19915#: app/Services/RelationshipService.php:1023 19916msgctxt "sister’s husband’s sister" 19917msgid "sister-in-law" 19918msgstr "schoonzus" 19919 19920#: app/Services/RelationshipService.php:635 19921msgctxt "spouse’s sister" 19922msgid "sister-in-law" 19923msgstr "schoonzus" 19924 19925#: app/Services/RelationshipService.php:1073 19926msgctxt "wife’s brother’s wife" 19927msgid "sister-in-law" 19928msgstr "schoonzus" 19929 19930#: app/Services/RelationshipService.php:655 19931msgctxt "wife’s sister" 19932msgid "sister-in-law" 19933msgstr "schoonzus" 19934 19935#: app/Services/RelationshipService.php:2334 19936msgid "sixth cousin" 19937msgstr "achterneef/achternicht 14e graad" 19938 19939#: app/Services/RelationshipService.php:2298 19940msgctxt "FEMALE" 19941msgid "sixth cousin" 19942msgstr "achternicht 14e graad" 19943 19944#. 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. 19945#: app/Services/RelationshipService.php:2251 19946msgctxt "MALE" 19947msgid "sixth cousin" 19948msgstr "achterneef 14e graad" 19949 19950#: app/Services/RelationshipService.php:426 19951msgid "son" 19952msgstr "zoon" 19953 19954#: resources/xml/reports/descendancy_report.xml:295 19955msgid "son of" 19956msgstr "zoon van" 19957 19958#: app/Services/RelationshipService.php:509 19959msgctxt "child’s husband" 19960msgid "son-in-law" 19961msgstr "schoonzoon" 19962 19963#: app/Services/RelationshipService.php:521 19964msgctxt "daughter’s husband" 19965msgid "son-in-law" 19966msgstr "schoonzoon" 19967 19968#: app/Services/RelationshipService.php:761 19969msgctxt "daughter’s husband’s father" 19970msgid "son-in-law’s father" 19971msgstr "vader van schoonzoon" 19972 19973#: app/Services/RelationshipService.php:763 19974msgctxt "daughter’s husband’s mother" 19975msgid "son-in-law’s mother" 19976msgstr "moeder van schoonzoon" 19977 19978#: app/Services/RelationshipService.php:765 19979msgctxt "daughter’s husband’s parent" 19980msgid "son-in-law’s parent" 19981msgstr "ouders van schoonzoon" 19982 19983#: app/Services/RelationshipService.php:513 19984msgctxt "child’s spouse" 19985msgid "son/daughter-in-law" 19986msgstr "schoonzoon/schoondochter" 19987 19988#. I18N: An option in a list-box 19989#: app/Module/UpcomingAnniversariesModule.php:322 19990#: resources/xml/reports/change_report.xml:7 19991msgid "sort by date" 19992msgstr "sorteer op datum" 19993 19994#. I18N: A button label. 19995#: resources/views/edit/reorder-children.phtml:45 19996#: resources/xml/reports/bdm_report.xml:11 19997#: resources/xml/reports/birth_report.xml:9 19998#: resources/xml/reports/change_report.xml:7 19999#: resources/xml/reports/fact_sources.xml:7 20000#: resources/xml/reports/individual_ext_report.xml:8 20001#: resources/xml/reports/occupation_report.xml:6 20002#: resources/xml/reports/relative_ext_report.xml:7 20003msgid "sort by date of birth" 20004msgstr "sorteer op geboortedatum" 20005 20006#: resources/xml/reports/bdm_report.xml:11 20007#: resources/xml/reports/cemetery_report.xml:6 20008#: resources/xml/reports/death_report.xml:9 20009#: resources/xml/reports/relative_ext_report.xml:7 20010msgid "sort by date of death" 20011msgstr "sorteer op datum van overlijden" 20012 20013#. I18N: A button label. 20014#: resources/views/edit/reorder-families.phtml:42 20015#: resources/xml/reports/marriage_report.xml:9 20016msgid "sort by date of marriage" 20017msgstr "sorteer op huwelijksdatum" 20018 20019#. I18N: An option in a list-box 20020#: app/Module/OnThisDayModule.php:269 app/Module/RecentChangesModule.php:266 20021msgid "sort by date, newest first" 20022msgstr "sorteer op datum, meest recente eerst" 20023 20024#. I18N: An option in a list-box 20025#: app/Module/OnThisDayModule.php:267 app/Module/RecentChangesModule.php:264 20026msgid "sort by date, oldest first" 20027msgstr "sorteer op datum, oudste eerst" 20028 20029#. I18N: An option in a list-box 20030#: app/Module/OnThisDayModule.php:265 app/Module/RecentChangesModule.php:262 20031#: app/Module/UpcomingAnniversariesModule.php:321 20032#: resources/xml/reports/bdm_report.xml:11 20033#: resources/xml/reports/birth_report.xml:9 20034#: resources/xml/reports/cemetery_report.xml:6 20035#: resources/xml/reports/change_report.xml:7 20036#: resources/xml/reports/death_report.xml:9 20037#: resources/xml/reports/fact_sources.xml:7 20038#: resources/xml/reports/individual_ext_report.xml:8 20039#: resources/xml/reports/marriage_report.xml:9 20040#: resources/xml/reports/occupation_report.xml:6 20041#: resources/xml/reports/relative_ext_report.xml:7 20042msgid "sort by name" 20043msgstr "Sorteer op naam" 20044 20045#: app/Services/RelationshipService.php:414 20046msgid "spouse" 20047msgstr "huwelijkspartner" 20048 20049#: app/Services/RelationshipService.php:831 20050msgctxt "father’s wife’s son" 20051msgid "step-brother" 20052msgstr "stiefbroer" 20053 20054#: app/Services/RelationshipService.php:879 20055msgctxt "mother’s husband’s son" 20056msgid "step-brother" 20057msgstr "stiefbroer" 20058 20059#: app/Services/RelationshipService.php:957 20060msgctxt "parent’s spouse’s son" 20061msgid "step-brother" 20062msgstr "stiefbroer" 20063 20064#: app/Services/RelationshipService.php:547 20065msgctxt "husband’s child" 20066msgid "step-child" 20067msgstr "stiefkind" 20068 20069#: app/Services/RelationshipService.php:627 20070msgctxt "spouse’s child" 20071msgid "step-child" 20072msgstr "stiefkind" 20073 20074#: app/Services/RelationshipService.php:645 20075msgctxt "wife’s child" 20076msgid "step-child" 20077msgstr "stiefkind" 20078 20079#: app/Services/RelationshipService.php:549 20080msgctxt "husband’s daughter" 20081msgid "step-daughter" 20082msgstr "stiefdochter" 20083 20084#: app/Services/RelationshipService.php:629 20085msgctxt "spouse’s daughter" 20086msgid "step-daughter" 20087msgstr "stiefdochter" 20088 20089#: app/Services/RelationshipService.php:647 20090msgctxt "wife’s daughter" 20091msgid "step-daughter" 20092msgstr "stiefdochter" 20093 20094#: app/Services/RelationshipService.php:569 20095msgctxt "mother’s husband" 20096msgid "step-father" 20097msgstr "stiefvader" 20098 20099#: app/Services/RelationshipService.php:543 20100msgctxt "father’s wife" 20101msgid "step-mother" 20102msgstr "stiefmoeder" 20103 20104#: app/Services/RelationshipService.php:599 20105msgctxt "parent’s spouse" 20106msgid "step-parent" 20107msgstr "stiefouder" 20108 20109#: app/Services/RelationshipService.php:827 20110msgctxt "father’s wife’s child" 20111msgid "step-sibling" 20112msgstr "stiefbroer/stiefzus" 20113 20114#: app/Services/RelationshipService.php:875 20115msgctxt "mother’s husband’s child" 20116msgid "step-sibling" 20117msgstr "stiefbroer/stiefzus" 20118 20119#: app/Services/RelationshipService.php:953 20120msgctxt "parent’s spouse’s child" 20121msgid "step-sibling" 20122msgstr "stiefbroer/stiefzus" 20123 20124#: app/Services/RelationshipService.php:829 20125msgctxt "father’s wife’s daughter" 20126msgid "step-sister" 20127msgstr "stiefzus" 20128 20129#: app/Services/RelationshipService.php:877 20130msgctxt "mother’s husband’s daughter" 20131msgid "step-sister" 20132msgstr "stiefzus" 20133 20134#: app/Services/RelationshipService.php:955 20135msgctxt "parent’s spouse’s daughter" 20136msgid "step-sister" 20137msgstr "stiefzus" 20138 20139#: app/Services/RelationshipService.php:559 20140msgctxt "husband’s son" 20141msgid "step-son" 20142msgstr "stiefzoon" 20143 20144#: app/Services/RelationshipService.php:637 20145msgctxt "spouse’s son" 20146msgid "step-son" 20147msgstr "stiefzoon" 20148 20149#: app/Services/RelationshipService.php:657 20150msgctxt "wife’s son" 20151msgid "step-son" 20152msgstr "stiefzoon" 20153 20154#. I18N: Layout option for lists of names 20155#. I18N: An option in a list-box 20156#: app/Http/RequestHandlers/TreePreferencesPage.php:94 20157#: app/Module/OnThisDayModule.php:260 app/Module/RecentChangesModule.php:257 20158#: app/Module/TopGivenNamesModule.php:184 app/Module/TopSurnamesModule.php:270 20159#: app/Module/UpcomingAnniversariesModule.php:311 20160#: app/Module/YahrzeitModule.php:259 20161msgid "table" 20162msgstr "tabel" 20163 20164#. I18N: Layout option for lists of names 20165#. I18N: An option in a list-box 20166#: app/Http/RequestHandlers/TreePreferencesPage.php:96 20167#: app/Module/TopSurnamesModule.php:272 20168msgid "tag cloud" 20169msgstr "labelwolk" 20170 20171#: app/Services/RelationshipService.php:2342 20172msgid "tenth cousin" 20173msgstr "achterneef/achternicht 22e graad" 20174 20175#: app/Services/RelationshipService.php:2306 20176msgctxt "FEMALE" 20177msgid "tenth cousin" 20178msgstr "achternicht 22e graad" 20179 20180#. 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. 20181#: app/Services/RelationshipService.php:2263 20182msgctxt "MALE" 20183msgid "tenth cousin" 20184msgstr "achterneef 22e graad" 20185 20186#. I18N: [you should check that:] ... 20187#: resources/views/errors/database-connection.phtml:24 20188msgid "the database connection settings in the file “/data/config.ini.php” are still correct" 20189msgstr "de instellingen voor de database verbinding in het bestand “/data/config.ini.php” nog steeds juist zijn" 20190 20191#. I18N: [you should check that:] ... 20192#: resources/views/errors/database-connection.phtml:27 20193msgid "the folder “/data” and the file “/data/config.ini.php” have access permissions that allow the webserver to read them" 20194msgstr "de map “/data” en het bestand “/data/config.ini.php” toegangsrechten hebben die de webserver toestaat ze te lezen" 20195 20196#. I18N: reflexive pronoun - gender neutral version of himself/herself 20197#: app/Services/RelationshipService.php:247 20198msgid "themself" 20199msgstr "zichzelf" 20200 20201#. I18N: A Spanish relationship name, such as third great-nephew 20202#: app/Services/RelationshipService.php:2427 20203#, php-format 20204msgid "third %s" 20205msgstr "derde %s" 20206 20207#. I18N: A Spanish relationship name, such as third great-nephew 20208#: app/Services/RelationshipService.php:2405 20209#, php-format 20210msgctxt "FEMALE" 20211msgid "third %s" 20212msgstr "derde %s" 20213 20214#. I18N: A Spanish relationship name, such as third great-nephew 20215#: app/Services/RelationshipService.php:2382 20216#, php-format 20217msgctxt "MALE" 20218msgid "third %s" 20219msgstr "derde %s" 20220 20221#: app/Services/RelationshipService.php:2328 20222msgid "third cousin" 20223msgstr "achterneef/achternicht 8e graad" 20224 20225#: app/Services/RelationshipService.php:2292 20226msgctxt "FEMALE" 20227msgid "third cousin" 20228msgstr "achternicht 8e graad" 20229 20230#. 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. 20231#: app/Services/RelationshipService.php:2242 20232msgctxt "MALE" 20233msgid "third cousin" 20234msgstr "achterneef 8e graad" 20235 20236#: app/Services/RelationshipService.php:2348 20237msgid "thirteenth cousin" 20238msgstr "achterneef/achternicht 28e graad" 20239 20240#: app/Services/RelationshipService.php:2312 20241msgctxt "FEMALE" 20242msgid "thirteenth cousin" 20243msgstr "achternicht 28e graad" 20244 20245#. 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. 20246#: app/Services/RelationshipService.php:2272 20247msgctxt "MALE" 20248msgid "thirteenth cousin" 20249msgstr "achterneef 28e graad" 20250 20251#. I18N: layout option for the fan chart 20252#: app/Module/FanChartModule.php:523 20253msgid "three-quarter circle" 20254msgstr "driekwart cirkel" 20255 20256#. I18N: Gedcom TO dates 20257#: app/Date.php:213 20258#, php-format 20259msgid "to %s" 20260msgstr "tot %s" 20261 20262#: app/Services/RelationshipService.php:2346 20263msgid "twelfth cousin" 20264msgstr "achterneef/achternicht 26e graad" 20265 20266#: app/Services/RelationshipService.php:2310 20267msgctxt "FEMALE" 20268msgid "twelfth cousin" 20269msgstr "achternicht 26e graad" 20270 20271#. 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. 20272#: app/Services/RelationshipService.php:2269 20273msgctxt "MALE" 20274msgid "twelfth cousin" 20275msgstr "achterneef 26e graad" 20276 20277#: app/Services/RelationshipService.php:438 20278msgid "twin brother" 20279msgstr "tweelingbroer" 20280 20281#: app/Services/RelationshipService.php:480 20282msgid "twin sibling" 20283msgstr "tweeling" 20284 20285#: app/Services/RelationshipService.php:459 20286msgid "twin sister" 20287msgstr "tweelingzus" 20288 20289#: app/Services/RelationshipService.php:525 20290msgctxt "father’s brother" 20291msgid "uncle" 20292msgstr "oom" 20293 20294#: app/Services/RelationshipService.php:823 20295msgctxt "father’s sister’s husband" 20296msgid "uncle" 20297msgstr "aangetrouwde oom" 20298 20299#: app/Services/RelationshipService.php:561 20300msgctxt "mother’s brother" 20301msgid "uncle" 20302msgstr "oom" 20303 20304#: app/Services/RelationshipService.php:909 20305msgctxt "mother’s sister’s husband" 20306msgid "uncle" 20307msgstr "aangetrouwde oom" 20308 20309#: app/Services/RelationshipService.php:581 20310msgctxt "parent’s brother" 20311msgid "uncle" 20312msgstr "oom" 20313 20314#: app/Services/RelationshipService.php:951 20315msgctxt "parent’s sister’s husband" 20316msgid "uncle" 20317msgstr "aangetrouwde oom" 20318 20319#: app/Place.php:249 20320msgid "unknown" 20321msgstr "onbekend" 20322 20323#: app/Module/InteractiveTree/TreeView.php:356 20324msgctxt "unknown family" 20325msgid "unknown" 20326msgstr "onbekende" 20327 20328#: app/Module/RelationshipsChartModule.php:476 20329msgid "unlimited" 20330msgstr "onbeperkt" 20331 20332#. I18N: Quality of source information - GEDCOM tag “QUAY 0” 20333#: app/Elements/CertaintyAssessment.php:49 20334msgid "unreliable evidence" 20335msgstr "onbetrouwbaar bewijs" 20336 20337#: app/Module/PedigreeChartModule.php:371 20338#: app/Module/PedigreeChartModule.php:379 20339#: resources/views/edit/reorder-card-header.phtml:26 20340msgid "up" 20341msgstr "omhoog" 20342 20343#: resources/views/admin/trees-unconnected.phtml:32 20344msgid "update" 20345msgstr "bijwerken" 20346 20347#. I18N: A button label. 20348#: resources/views/admin/media-upload.phtml:74 20349msgid "upload" 20350msgstr "upload" 20351 20352#. I18N: A button label. 20353#: resources/views/branches-page.phtml:51 20354#: resources/views/modules/ancestors-chart/page.phtml:58 20355#: resources/views/modules/compact-chart/page.phtml:35 20356#: resources/views/modules/descendancy_chart/page.phtml:58 20357#: resources/views/modules/family-book-chart/page.phtml:69 20358#: resources/views/modules/fanchart/page.phtml:73 20359#: resources/views/modules/hourglass-chart/page.phtml:57 20360#: resources/views/modules/interactive-tree/page.phtml:36 20361#: resources/views/modules/pedigree-chart/page.phtml:59 20362#: resources/views/modules/pedigree-map/page.phtml:45 20363#: resources/views/modules/relationships-chart/page.phtml:79 20364#: resources/views/report-setup-page.phtml:87 20365#: resources/views/report-setup-page.phtml:92 20366msgid "view" 20367msgstr "bekijk" 20368 20369#: resources/views/admin/trees-privacy.phtml:36 20370#: resources/views/admin/trees-privacy.phtml:55 20371#: resources/views/admin/trees-privacy.phtml:86 20372#: resources/views/admin/trees-privacy.phtml:125 20373#: resources/views/admin/trees-privacy.phtml:145 20374msgid "visitors" 20375msgstr "bezoekers" 20376 20377#: resources/xml/reports/ahnentafel_report.xml:142 20378#: resources/xml/reports/descendancy_report.xml:105 20379msgctxt "FEMALE" 20380msgid "was born" 20381msgstr "is geboren" 20382 20383#: resources/xml/reports/ahnentafel_report.xml:141 20384#: resources/xml/reports/descendancy_report.xml:102 20385msgctxt "MALE" 20386msgid "was born" 20387msgstr "is geboren" 20388 20389#: app/Module/WebtreesTheme.php:38 20390msgid "webtrees" 20391msgstr "webtrees" 20392 20393#: app/Services/MessageService.php:129 20394msgid "webtrees message" 20395msgstr "webtreesbericht" 20396 20397#: resources/views/setup/step-3-database-type.phtml:47 20398msgid "webtrees needs a database to store your genealogy data." 20399msgstr "webtrees heeft een database nodig om uw genealogische gegevens op te slaan." 20400 20401#. I18N: Help text for the “Messages” site configuration setting 20402#: resources/views/admin/site-mail.phtml:49 20403msgid "webtrees needs to send emails, such as password reminders and website notifications." 20404msgstr "webtrees moet e-mails verzenden, zoals wachtwoordherinneringen en website-meldingen." 20405 20406#: app/Services/MessageService.php:226 20407msgid "webtrees sends emails with no storage" 20408msgstr "webtrees stuurt e-mails zonder ze te bewaren" 20409 20410#: app/Services/RelationshipService.php:391 20411msgid "wife" 20412msgstr "echtgenote" 20413 20414#. I18N: Name of a theme. 20415#: app/Module/XeneaTheme.php:39 20416msgid "xenea" 20417msgstr "xenea" 20418 20419#: resources/views/modules/timeline-chart/chart.phtml:143 20420msgid "years" 20421msgstr "jaren" 20422 20423#: app/Elements/AbstractEventElement.php:82 20424#: app/Elements/OrdinanceProcessFlag.php:56 20425#: app/Http/RequestHandlers/FamilyPage.php:143 20426#: app/Http/RequestHandlers/UserListData.php:140 20427#: app/Http/RequestHandlers/UserListData.php:141 20428#: app/Statistics/Repository/LatestUserRepository.php:145 20429#: resources/views/admin/site-mail.phtml:124 20430#: resources/views/admin/site-preferences.phtml:101 20431#: resources/views/admin/site-registration.phtml:54 20432#: resources/views/admin/site-registration.phtml:69 20433#: resources/views/admin/trees-preferences.phtml:143 20434#: resources/views/admin/trees-preferences.phtml:309 20435#: resources/views/admin/trees-preferences.phtml:533 20436#: resources/views/admin/trees-preferences.phtml:547 20437#: resources/views/admin/trees-preferences.phtml:606 20438#: resources/views/admin/trees-preferences.phtml:712 20439#: resources/views/admin/trees-preferences.phtml:738 20440#: resources/views/lists/families-table.phtml:332 20441#: resources/views/modules/fix-search-and-replace/options.phtml:56 20442#: resources/views/modules/html/config.phtml:54 20443#: resources/views/modules/random_media/config.phtml:40 20444#: resources/views/modules/random_media/config.phtml:49 20445#: resources/views/modules/recent_changes/config.phtml:61 20446#: resources/views/modules/recent_changes/config.phtml:70 20447#: resources/views/modules/review_changes/config.phtml:21 20448#: resources/views/modules/todays_events/config.phtml:22 20449#: resources/views/modules/todo/config.phtml:24 20450#: resources/views/modules/todo/config.phtml:34 20451#: resources/views/modules/todo/config.phtml:43 20452#: resources/views/modules/upcoming_events/config.phtml:34 20453#: resources/xml/reports/change_report.xml:8 20454#: resources/xml/reports/family_group_report.xml:252 20455#: resources/xml/reports/family_group_report.xml:423 20456#: resources/xml/reports/family_group_report.xml:606 20457#: resources/xml/reports/family_group_report.xml:950 20458#: resources/xml/reports/individual_ext_report.xml:187 20459#: resources/xml/reports/individual_report.xml:175 20460msgid "yes" 20461msgstr "ja" 20462 20463#. I18N: [you should check that:] ... 20464#: resources/views/errors/database-connection.phtml:30 20465msgid "you can connect to the database using other applications, such as phpmyadmin" 20466msgstr "verbinding maken met de database kan door een ander programma te gebruiken, b.v. phpmyadmin" 20467 20468#: app/Services/RelationshipService.php:442 20469msgid "younger brother" 20470msgstr "jongere broer" 20471 20472#: app/Services/RelationshipService.php:484 20473msgid "younger sibling" 20474msgstr "jongere broer of zus" 20475 20476#: app/Services/RelationshipService.php:463 20477msgid "younger sister" 20478msgstr "jongere zus" 20479 20480#: app/Http/RequestHandlers/SearchAdvancedPage.php:233 20481#: app/Http/RequestHandlers/SearchAdvancedPage.php:234 20482#: app/Http/RequestHandlers/SearchAdvancedPage.php:235 20483#: app/Http/RequestHandlers/SearchAdvancedPage.php:236 20484#: app/Http/RequestHandlers/SearchAdvancedPage.php:237 20485#, php-format 20486msgid "±%s year" 20487msgid_plural "±%s years" 20488msgstr[0] "±%s jaar" 20489msgstr[1] "±%s jaar" 20490 20491#: app/Http/RequestHandlers/CopyFact.php:71 20492#, php-format 20493msgid "“%s“ has been copied to the clipboard." 20494msgstr "\"%s\" is naar het klembord gekopieerd." 20495 20496#. I18N: %s is the name of a genealogy record 20497#: app/Http/RequestHandlers/PendingChangesAcceptRecord.php:62 20498#: app/Services/MapDataService.php:199 20499#, php-format 20500msgid "“%s” has been deleted." 20501msgstr "“%s” is verwijderd." 20502 20503#. I18N: Description of a “Data fix” module 20504#: app/Module/FixPrimaryTag.php:70 20505msgid "“Highlighted image” (_PRIM) tags are used by some genealogy applications to indicate the preferred image for an individual. An alternative is to re-order the images so that the preferred one is listed first." 20506msgstr "\"Gemarkeerde afbeelding\" (_PRIM) -labels worden door sommige programma's gebruikt om de gewenste afbeelding voor een persoon aan te geven. Een alternatief is om de afbeeldingen opnieuw te ordenen, zodat de gewenste afbeelding eerst wordt vermeld." 20507 20508#: app/Elements/NoteStructure.php:125 app/Note.php:105 20509#: app/Report/ReportParserGenerate.php:1010 20510#: app/Report/ReportParserGenerate.php:1095 20511msgid "…" 20512msgstr "…" 20513 20514#: app/Census/CensusColumnSurnameGivenNames.php:42 app/Family.php:363 20515#: app/Family.php:381 app/Individual.php:1041 20516#: app/Module/IndividualListModule.php:278 20517#: app/Module/IndividualListModule.php:502 20518msgctxt "Unknown given name" 20519msgid "…" 20520msgstr "…" 20521 20522#: app/Census/CensusColumnSurnameGivenNames.php:41 app/Family.php:363 20523#: app/Family.php:381 app/Individual.php:1040 20524#: app/Module/IndividualListModule.php:263 20525#: app/Module/IndividualListModule.php:287 20526#: app/Module/IndividualListModule.php:518 20527msgctxt "Unknown surname" 20528msgid "…" 20529msgstr "…" 20530 20531#~ msgid " per gender" 20532#~ msgstr " per geslacht" 20533 20534#~ msgid " per time period" 20535#~ msgstr " per periode" 20536 20537#, php-format 20538#~ msgid "#%s" 20539#~ msgstr "#%s" 20540 20541#, php-format 20542#~ msgid "%1$s does not exist." 20543#~ msgstr "%1$s bestaat niet." 20544 20545#~ msgid "%1$s individual displayed, out of the normal total of %2$s, from %3$s generations." 20546#~ msgid_plural "%1$s individuals displayed, out of the normal total of %2$s, from %3$s generations." 20547#~ msgstr[0] "%1$s persoon getoond, uit het normale aantal %2$s, uit %3$s generaties." 20548#~ msgstr[1] "%1$s personen getoond, uit het normale aantal van %2$s, uit %3$s generaties." 20549 20550#~ msgid "%1$s individual is missing birthplace map coordinates: %2$s." 20551#~ msgid_plural "%1$s individuals are missing birthplace map coordinates: %2$s." 20552#~ msgstr[0] "Voor %1$s persoon ontbreken de map coördinaten van de geboorteplaats: %2$s." 20553#~ msgstr[1] "Voor %1$s personen ontbreken de map coördinaten van de geboorteplaats: %2$s." 20554 20555#~ msgid "%s day ago" 20556#~ msgid_plural "%s days ago" 20557#~ msgstr[0] "%s dag geleden" 20558#~ msgstr[1] "%s dagen geleden" 20559 20560#~ msgid "%s hour ago" 20561#~ msgid_plural "%s hours ago" 20562#~ msgstr[0] "%s uur geleden" 20563#~ msgstr[1] "%s uren geleden" 20564 20565#~ msgid "%s individual is private." 20566#~ msgid_plural "%s individuals are private." 20567#~ msgstr[0] "%s persoon is privé." 20568#~ msgstr[1] "%s personen zijn privé." 20569 20570#, php-format 20571#~ msgid "%s individual with events between %s and %s" 20572#~ msgid_plural "%s individuals with events between %s and %s" 20573#~ msgstr[0] "%s persoon met gebeurtenissen tussen %s en %s" 20574#~ msgstr[1] "%s personen met gebeurtenissen tussen %s en %s" 20575 20576#, php-format 20577#~ msgid "%s individual with events in %s" 20578#~ msgid_plural "%s individuals with events in %s" 20579#~ msgstr[0] "%s persoon met gebeurtenissen in %s" 20580#~ msgstr[1] "%s personen met gebeurtenissen in %s" 20581 20582#, php-format 20583#~ msgid "%s individual with events in %s between %s and %s" 20584#~ msgid_plural "%s individuals with events in %s between %s and %s" 20585#~ msgstr[0] "%s persoon met gebeurtenissen in %s tussen %s en %s" 20586#~ msgstr[1] "%s personen met gebeurtenissen in %s tussen %s en %s" 20587 20588#~ msgid "%s is disabled on this server. You cannot install webtrees until it is enabled. Please ask your server’s administrator to enable it." 20589#~ msgstr "%s is uitgeschakeld op deze server. Je kunt webtrees niet installeren totdat deze is ingeschakeld. Vraag de serverbeheerder om deze in te schakelen." 20590 20591#, php-format 20592#~ msgid "%s location has been imported." 20593#~ msgid_plural "%s locations have been imported." 20594#~ msgstr[0] "%s plaats is geïmporteerd." 20595#~ msgstr[1] "%s plaatsen zijn geïmporteerd." 20596 20597#~ msgid "%s minute ago" 20598#~ msgid_plural "%s minutes ago" 20599#~ msgstr[0] "%s minuut geleden" 20600#~ msgstr[1] "%s minuten geleden" 20601 20602#~ msgid "%s month ago" 20603#~ msgid_plural "%s months ago" 20604#~ msgstr[0] "%s maand geleden" 20605#~ msgstr[1] "%s maanden geleden" 20606 20607#~ msgid "%s second ago" 20608#~ msgid_plural "%s seconds ago" 20609#~ msgstr[0] "%s seconde geleden" 20610#~ msgstr[1] "%s seconden geleden" 20611 20612#~ msgid "%s year ago" 20613#~ msgid_plural "%s years ago" 20614#~ msgstr[0] "%s jaar geleden" 20615#~ msgstr[1] "%s jaar geleden" 20616 20617#, php-format 20618#~ msgid "(aged less than %s)" 20619#~ msgstr "(ouderdom minder dan %s)" 20620 20621#, php-format 20622#~ msgid "(aged more than %s)" 20623#~ msgstr "(ouderdom meer dan %s)" 20624 20625#~ msgid "(in childhood)" 20626#~ msgstr "(tijdens jeugd)" 20627 20628#~ msgid "(in infancy)" 20629#~ msgstr "(in kindertijd)" 20630 20631#~ msgid "(stillborn)" 20632#~ msgstr "(doodgeboren)" 20633 20634#~ msgid "<b>GUID</b> in this context is an acronym for “Globally Unique ID”.<br><br>GUIDs are intended to help identify each individual in a manner that is repeatable, so that central organizations such as the Family History Center of the LDS church in Salt Lake City, or even compatible programs running on your own server, can determine whether they are dealing with the same individual no matter where the GEDCOM file originates. The goal of the Family History Center is to have a central repository of genealogy data and expose it through web services. This will enable any program to access the data and update their data within it.<br><br>If you do not intend to share this GEDCOM file with anyone else, you do not need to let webtrees create these GUIDs; however, doing so will do no harm other than increasing the size of your GEDCOM file." 20635#~ msgstr "<b>GUID</b> staat in dit verband voor ‘Globally Unique ID’.<br><br>GUID's zijn bedoeld om elk individu te identificeren op een repeterende manier, zodat centrale organisaties zoals het Family History Center van de LDS church in Salt Lake City of zelfs compatibele programma's die op uw eigen server draaien, kunnen bepalen of ze met dezelfde persoon te maken hebben ongeacht waar de GEDCOM vandaan komt. Het doel van het Family History Center is het maken van een centrale opslagplaats met genealogische gegevens en deze via web diensten beschikbaar te stellen. Hierdoor kan elk programma die gegevens inzien en bijwerken.<br><br>Als u niet van plan bent deze GEDCOM te delen met anderen, dan hoeft u webtrees deze GUID's niet te laten maken; echter, doet u dit wel dan is er geen ander nadeel dan dat het de omvang van uw GEDCOM vergroot." 20636 20637#~ msgid "<b>Important note:</b> The transfer wizard is not able to assist with moving media items. You will need to set up and move or copy your media configuration and objects separately after the transfer wizard is finished." 20638#~ msgstr "<b>Belangrijke opmerking:</b> De overstapwizard kan niet helpen met het verplaatsen van mediabestanden. U moet na afloop van de transfer wizard zelf uw mediaconfiguratie instellen en uw mediaobjecten verplaatsen of kopiëren." 20639 20640#~ msgid "<b>Please note:</b> Private information of living individuals will only be given to family relatives and close friends. You will be asked to verify your relationship before you will receive any private data. Sometimes information of dead individuals may also be private. If this is the case, it is because there is not enough information known about the individual to determine whether they are alive or not and we probably do not have more information on this individual.<br><br>Before asking a question, please verify that you are inquiring about the correct individual by checking dates, places, and close relatives. If you are submitting changes to the genealogy data, please include the sources where you obtained the data." 20641#~ msgstr "<b>Let op:</b> Privé informatie over levende personen verstrekken wij alleen aan directe familie en goede vrienden. Wij kunnen u vragen om uw relatie te verifiëren voordat u privé informatie ontvangt. Informatie over overleden personen kan privé zijn, wanneer wij te weinig informatie hebben om vast te stellen of de persoon in kwestie al dan niet in leven is. Meestal hebben wij dan geen verdere informatie over deze persoon.<br><br>Controleer, voordat u een vraag stelt, of uw vraag over de juiste persoon gaat door data, plaatsen en naaste verwanten te checken. Wanneer u wijzigingen wilt aanbrengen in genealogische gegevens, vermeld dan ook de bronnen van deze gegevens." 20642 20643#~ msgid "<p>Notice: By completing and submitting this form, you agree:<ul><li>to protect the privacy of living individuals listed on our site;</li><li>and in the text box below, to explain to whom you are related, or to provide us with information on someone who should be listed on our website.</li></ul></div>" 20644#~ msgstr "<p>Belangrijk bericht: Door dit formulier in te vullen en te verzenden, gaat u akkoord met:<ul><li>het respecteren van de privacy van nog levende personen op onze site en,</li><li>in het onderstaande tekstvak, uit te leggen aan wie u verwant bent of ons van informatie te voorzien over iemand die op onze site vermeld zou moeten staan.</li></ul></div>" 20645 20646#~ msgid "A database server can store many separate databases. You need to select an existing database (created by your server’s administrator) or create a new one (if your database user account has sufficient privileges)." 20647#~ msgstr "Een databaseserver kan vele afzonderlijke databases bewaren. U moet een bestaande database selecteren (aangemaakt door de beheerder van uw server) of een nieuwe aanmaken (als uw database gebruikersaccount voldoende rechten heeft)." 20648 20649#, php-format 20650#~ msgid "A new password has been created and emailed to %s. You can change this password after you sign in." 20651#~ msgstr "Een nieuw wachtwoord is aangemaakt en naar %s gemaild. U kunt het wachtwoord veranderen nadat u aangemeld bent." 20652 20653#~ msgid "A new password has been requested for your username." 20654#~ msgstr "Een nieuw wachtwoord is aangevraagd voor uw gebruikersnaam." 20655 20656#~ msgid "A sidebar showing an alphabetic list of all the families in the family tree." 20657#~ msgstr "Een zijpaneel dat een alfabetische lijst toont van alle gezinnen in de stamboom." 20658 20659#~ msgid "A sidebar showing an alphabetic list of all the individuals in the family tree." 20660#~ msgstr "Een zijpaneel dat een alfabetische lijst toont van alle personen in de stamboom." 20661 20662#~ msgid "A watermark is text that is added to an image, to discourage others from copying it without permission." 20663#~ msgstr "Een watermerk is een tekst die wordt toegevoegd aan een afbeelding om anderen te ontmoedigen de afbeelding zonder toestemming te kopiëren." 20664 20665#~ msgid "A.M." 20666#~ msgstr "A.M." 20667 20668#~ msgid "ALPHABET_lower=abcdefghijklmnopqrstuvwxyz" 20669#~ msgstr "ALFABET_kleineletters=abcdefghijklmnopqrstuvwxyz" 20670 20671#~ msgid "ALPHABET_upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ" 20672#~ msgstr "ALFABET_hoofdletters=ABCDEFGHIJKLMNOPQRSTUVWXYZ" 20673 20674#~ msgid "Acadia" 20675#~ msgstr "Acadië" 20676 20677#~ msgid "Add a blank row" 20678#~ msgstr "Voeg een lege regel toe" 20679 20680#~ msgid "Add a brother or sister" 20681#~ msgstr "Voeg een nieuwe broer of zus toe" 20682 20683#~ msgid "Add a child to this family" 20684#~ msgstr "Voeg een kind toe aan dit gezin" 20685 20686#~ msgid "Add a geographic location" 20687#~ msgstr "Voeg een nieuwe geografische locatie toe" 20688 20689#~ msgid "Add a husband to this family" 20690#~ msgstr "Voeg een echtgenoot toe aan dit gezin" 20691 20692#~ msgid "Add a restriction" 20693#~ msgstr "Voeg een nieuwe beperking toe" 20694 20695#~ msgid "Add a scrollbar when block contents grow" 20696#~ msgstr "Voeg een scrollbalk toe wanneer de inhoud van het blok toeneemt" 20697 20698#~ msgid "Add a shared note" 20699#~ msgstr "Voeg een nieuwe gedeelde notitie toe" 20700 20701#~ msgid "Add a son or daughter" 20702#~ msgstr "Voeg een nieuwe zoon of dochter toe" 20703 20704#~ msgid "Add a wife to this family" 20705#~ msgstr "Voeg echtgenote toe aan dit gezin" 20706 20707#~ msgid "Add an associate" 20708#~ msgstr "Voeg een nieuw gerelateerd persoon toe" 20709 20710#~ msgid "Add an event" 20711#~ msgstr "Gebeurtenis toevoegen" 20712 20713#~ msgid "Add another individual to the chart" 20714#~ msgstr "Voeg nog een persoon toe aan het diagram" 20715 20716#~ msgid "Add links" 20717#~ msgstr "Voeg links toe" 20718 20719#~ msgid "Add married names" 20720#~ msgstr "Voeg huwelijksnaam toe" 20721 20722#~ msgid "Add missing married names" 20723#~ msgstr "Voeg ontbrekende huwelijksnamen toe" 20724 20725#~ msgid "Add to favorites" 20726#~ msgstr "Aan favorieten toevoegen" 20727 20728#~ msgid "Add watermarks to thumbnails" 20729#~ msgstr "Voeg een watermerk toe aan miniatuurafbeeldingen" 20730 20731#~ msgctxt "FEMALE" 20732#~ msgid "Adopted by both parents" 20733#~ msgstr "Geadopteerd door beide ouders" 20734 20735#~ msgctxt "MALE" 20736#~ msgid "Adopted by both parents" 20737#~ msgstr "Geadopteerd door beide ouders" 20738 20739#~ msgctxt "FEMALE" 20740#~ msgid "Adopted by father" 20741#~ msgstr "Geadopteerd door vader" 20742 20743#~ msgctxt "MALE" 20744#~ msgid "Adopted by father" 20745#~ msgstr "Geadopteerd door vader" 20746 20747#~ msgctxt "FEMALE" 20748#~ msgid "Adopted by mother" 20749#~ msgstr "Geadopteerd door moeder" 20750 20751#~ msgctxt "MALE" 20752#~ msgid "Adopted by mother" 20753#~ msgstr "Geadopteerd door moeder" 20754 20755#~ msgid "Advanced" 20756#~ msgstr "Geavanceerd" 20757 20758#~ msgid "Advanced fact preferences" 20759#~ msgstr "Gevorderde instellingen voor feiten" 20760 20761#~ msgid "Advanced name facts" 20762#~ msgstr "Gevorderde feiten/gebeurtenissen voor namen" 20763 20764#~ msgid "Advanced place name facts" 20765#~ msgstr "Gevorderde feiten/gebeurtenissen voor plaatsnamen" 20766 20767#~ msgid "After you have signed in, select the “My account” link under the “My pages” menu and fill in the password fields to change your password." 20768#~ msgstr "Om uw wachtwoord te wijzigen klikt u, nadat u bent aangemeld, op “Mijn account” in het menu “Mijn pagina”." 20769 20770#~ msgid "Age of item" 20771#~ msgstr "Ouderdom van artikel" 20772 20773#~ msgid "Age related to birth year" 20774#~ msgstr "Leeftijd in relatie tot geboortejaar" 20775 20776#~ msgid "All changes in PhpGedView must be accepted" 20777#~ msgstr "Alle veranderingen in PhpGedView moeten worden geaccepteerd" 20778 20779#~ msgid "All existing PhpGedView users must have distinct email addresses" 20780#~ msgstr "Alle bestaande PhpGedView-gebruikers moeten unieke e-mailadressen hebben" 20781 20782#~ msgid "All family facts" 20783#~ msgstr "Alle feiten/gebeurtenissen voor gezinnen" 20784 20785#~ msgid "All files have read and write permission." 20786#~ msgstr "Alle bestanden hebben lees- en schrijfrechten." 20787 20788#~ msgid "All individual facts" 20789#~ msgstr "Alle feiten/gebeurtenissen voor personen" 20790 20791#~ msgid "All repository facts" 20792#~ msgstr "Alle feiten voor opslagplaatsen" 20793 20794#~ msgid "All source facts" 20795#~ msgstr "Alle feiten voor bronnen" 20796 20797#~ msgid "Allow users to select their own theme" 20798#~ msgstr "Gebruikers toestaan om hun eigen thema te kiezen" 20799 20800#~ msgctxt "FEMALE" 20801#~ msgid "Also known as" 20802#~ msgstr "Ook bekend als" 20803 20804#~ msgctxt "MALE" 20805#~ msgid "Also known as" 20806#~ msgstr "Ook bekend als" 20807 20808#~ msgid "An associate is another individual who was involved with this fact or event, such as a witness or a priest." 20809#~ msgstr "Een deelgenoot is een andere persoon die betrokken was bij dit feit of gebeurtenis, zoals een getuige of een priester." 20810 20811#~ msgid "An associate is another individual who was involved with this individual, such as a friend or an employer." 20812#~ msgstr "Een gerelateerd persoon is een persoon die in betrekking staat tot deze persoon, zoals een vriend of een werkgever." 20813 20814#~ msgid "An edit menu for individuals, families, sources, etc." 20815#~ msgstr "Een menu om personen, gezinnen, bronnen, enz. te wijzigen" 20816 20817#~ msgid "An error occurred when unzipping the file." 20818#~ msgstr "Er heeft zich een fout voorgedaan tijdens het uitpakken van het bestand." 20819 20820#~ msgid "An unknown error occurred" 20821#~ msgstr "Er is een onbekende fout opgetreden" 20822 20823#~ msgid "Apply automatic corrections to your genealogy data." 20824#~ msgstr "Pas automatische correcties toe op uw genealogische data." 20825 20826#~ msgid "Approval of account at %s" 20827#~ msgstr "Goedkeuring van account op %s" 20828 20829#~ msgid "Are you sure you want to remove links to this media object?" 20830#~ msgstr "Weet u zeker dat u de koppelingen naar dit media object wilt verwijderen?" 20831 20832#~ msgid "Associates" 20833#~ msgstr "Deelgenoten" 20834 20835#, fuzzy 20836#~ msgid "Automatically add unique identifiers" 20837#~ msgstr "Genereer automatisch globaal unieke ID's" 20838 20839#~ msgid "Automatically expand list of events of close relatives" 20840#~ msgstr "Vergroot automatisch de lijst met gebeurtenissen van naaste familie" 20841 20842#~ msgid "Available blocks" 20843#~ msgstr "Beschikbare blokken" 20844 20845#~ msgid "Basic" 20846#~ msgstr "Eenvoudig" 20847 20848#~ msgid "Batch update" 20849#~ msgstr "Batch-update" 20850 20851#~ msgid "Bearing" 20852#~ msgstr "Kompaskoers" 20853 20854#~ msgid "Body" 20855#~ msgstr "Inhoud" 20856 20857#~ msgid "Booklet" 20858#~ msgstr "Boekje" 20859 20860#~ msgid "Brit milah of a brother" 20861#~ msgstr "Brit milah van een broer" 20862 20863#~ msgid "Brit milah of a grandson" 20864#~ msgstr "Brit milah van een kleinzoon" 20865 20866#~ msgctxt "daughter’s son" 20867#~ msgid "Brit milah of a grandson" 20868#~ msgstr "Brit milah van een kleinzoon" 20869 20870#~ msgctxt "son’s son" 20871#~ msgid "Brit milah of a grandson" 20872#~ msgstr "Brit milah van een kleinzoon" 20873 20874#~ msgid "Brit milah of a half-brother" 20875#~ msgstr "Brit milah van een halfbroer" 20876 20877#~ msgid "Brit milah of a son" 20878#~ msgstr "Brit milah van een zoon" 20879 20880#~ msgid "British West Indies" 20881#~ msgstr "Brits West Indië" 20882 20883#~ msgid "Burial of a maternal grandparent" 20884#~ msgstr "Begrafenis van een grootouder van moeders kant" 20885 20886#~ msgid "Burial of a paternal grandparent" 20887#~ msgstr "Begrafenis van grootouder van vaders kant" 20888 20889#~ msgid "By default, the list shows only those places which can be found in your family trees. You may have details for other places, such as those imported in bulk from an external file. Selecting this option will show all places, including ones that are not currently used." 20890#~ msgstr "Standaard laat de lijst alleen de plaatsen zien die gevonden worden in uw stambomen. U heeft mogelijk gegevens over andere plaatsen, welke geïmporteerd zijn uit een extern bestand. Als u deze optie selecteert, worden alle plaatsen getoond, ook degenen die niet gebruikt worden." 20891 20892#~ msgid "By default, your server allows scripts to run for %s second." 20893#~ msgid_plural "By default, your server allows scripts to run for %s seconds." 20894#~ msgstr[0] "Standaard staat de server het uitvoeren van scripts voor %s seconde toe." 20895#~ msgstr[1] "Standaard staat de server het uitvoeren van scripts voor %s seconden toe." 20896 20897#~ msgid "By default, your server allows scripts to use %s of memory." 20898#~ msgstr "Standaard staat de server %s geheugengebruik toe voor scripts." 20899 20900#~ msgid "Calculate the age differences between siblings, children, spouses, etc." 20901#~ msgstr "Bereken de leeftijdsverschillen tussen broers/zussen, kinderen, partners enz." 20902 20903#~ msgid "Cannot create" 20904#~ msgstr "Kan niet aanmaken" 20905 20906#~ msgid "Cape Colony" 20907#~ msgstr "Kaap kolonie" 20908 20909#~ msgid "Case insensitive" 20910#~ msgstr "Hoofdletterongevoelig" 20911 20912#~ msgid "Catalonia" 20913#~ msgstr "Catalonië" 20914 20915#~ msgid "Caution!" 20916#~ msgstr "Waarschuwing!" 20917 20918#~ msgid "Caution: old modules may not work, or they may prevent webtrees from working." 20919#~ msgstr "Let op: oude modules werken misschien niet of zorgen ervoor dat webtrees niet werkt." 20920 20921#~ msgid "Caution: old themes may not work, or they may prevent webtrees from working." 20922#~ msgstr "Let op: oude thema's werken misschien niet of zorgen ervoor dat webtrees niet werkt." 20923 20924#~ msgid "Cemeteries" 20925#~ msgstr "Begraafplaatsen" 20926 20927#~ msgid "Center map here" 20928#~ msgstr "Centreer kaart hier" 20929 20930#~ msgid "Change" 20931#~ msgstr "Wijzig" 20932 20933#~ msgid "Change flag" 20934#~ msgstr "Wijzig vlag" 20935 20936#~ msgid "Change language" 20937#~ msgstr "Wijzig taal" 20938 20939#~ msgid "Change the blocks on this user’s “My page”" 20940#~ msgstr "Verander de blokken op de “Mijn pagina” van deze gebruiker" 20941 20942#~ msgid "Channel Islands" 20943#~ msgstr "Kanaaleilanden" 20944 20945#~ msgid "Check file permissions…" 20946#~ msgstr "Controleer bestandsrechten…" 20947 20948#~ msgid "Check for custom modules…" 20949#~ msgstr "Controleer op niet-standaard modules…" 20950 20951#~ msgid "Check for custom themes…" 20952#~ msgstr "Controleer op niet-standaard thema's…" 20953 20954#~ msgid "Check the access rights on this folder." 20955#~ msgstr "Controleer de toegangsrechten tot deze map." 20956 20957#~ msgid "Check the settings and try again." 20958#~ msgstr "Controleer de instellingen en probeer opnieuw." 20959 20960#~ msgid "Choose the thumbnail image that you want to upload. Although thumbnails can be generated automatically for images, you may wish to generate your own thumbnail, especially for other media types. For example, you can provide a still image from a video, or a photograph of the individual who made an audio recording." 20961#~ msgstr "Kies de miniatuurafbeelding die u wilt uploaden. Miniaturen van afbeeldingen kunnen automatisch gemaakt worden maar u kunt ook een eigen miniatuurafbeelding gebruiken, vooral bij andere bestandstypes. Denk aan een stilstaand shot uit een video of een foto van de maker van een audio-opname." 20962 20963#~ msgid "Choose: " 20964#~ msgstr "Kies: " 20965 20966#~ msgid "Cleared but not yet completed" 20967#~ msgstr "Gecontroleerd en vrijgegeven, maar nog niet voltooid" 20968 20969#~ msgid "Click %s to choose individual as head of family." 20970#~ msgstr "Klik %s om de persoon als hoofd van de familie te kiezen." 20971 20972#~ msgid "Click a row, then drag-and-drop to re-order media" 20973#~ msgstr "Klik op een rij, sleep en laat los om de media volgorde te wijzigen" 20974 20975#~ msgid "Click here for PhpGedView to webtrees transfer wizard" 20976#~ msgstr "Klik hier voor de PhpGedView naar webtrees overstapwizard" 20977 20978#~ msgid "Click here to add, edit, or delete" 20979#~ msgstr "Klik hier om toe te voegen, te wijzigen of te verwijderen" 20980 20981#~ msgid "Click here to open or close the sidebar" 20982#~ msgstr "Klik hier om het zijpaneel te openen of te sluiten" 20983 20984#~ msgid "Click name to add individual to add links list." 20985#~ msgstr "Klik op de naam om een persoon toe te voegen aan de ‘Voeg koppelingen toe’-lijst." 20986 20987#~ msgid "Click on a title to go straight to it, or scroll down to read them all." 20988#~ msgstr "Klik op een titel om er direct naartoe te gaan of scroll naar beneden om alles te lezen." 20989 20990#~ msgid "Click to choose individual as head of family." 20991#~ msgstr "Kies een persoon als hoofd van de familie door er op te klikken." 20992 20993#~ msgid "Columns per page" 20994#~ msgstr "Kolommen per pagina" 20995 20996#~ msgid "Compress the GEDCOM file" 20997#~ msgstr "Comprimeer het GEDCOM-bestand" 20998 20999#~ msgid "Concatenation" 21000#~ msgstr "Samenvoeging" 21001 21002#~ msgid "Configure" 21003#~ msgstr "Configureer" 21004 21005#~ msgid "Confirm password" 21006#~ msgstr "Bevestig wachtwoord" 21007 21008#~ msgid "Continue adding" 21009#~ msgstr "Doorgaan met toevoegen" 21010 21011#~ msgid "Continued" 21012#~ msgstr "Vervolgd" 21013 21014#~ msgid "Convert from UTF-8 to ISO-8859-1" 21015#~ msgstr "Converteer van UTF-8 naar ISO-8859-1" 21016 21017#~ msgid "Copy these files to the folder %s, replacing any that have the same name." 21018#~ msgstr "Kopieer deze bestanden naar de map %s. Vervang hierbij alle bestanden met dezelfde naam." 21019 21020#~ msgid "Count" 21021#~ msgstr "Aantal" 21022 21023#~ msgid "Countries" 21024#~ msgstr "Landen" 21025 21026#~ msgid "Counts " 21027#~ msgstr "Aantallen " 21028 21029#~ msgid "County" 21030#~ msgstr "Gemeente" 21031 21032#~ msgid "Create a family" 21033#~ msgstr "Maak een nieuw gezin aan" 21034 21035#~ msgid "Create a family from existing individuals" 21036#~ msgstr "Een gezin aanmaken met bestaande personen" 21037 21038#~ msgid "Create a website access rule" 21039#~ msgstr "Maak een nieuwe website toegangsregel aan" 21040 21041#~ msgid "Current" 21042#~ msgstr "Huidige" 21043 21044#~ msgid "Custom GEDCOM sub-tags" 21045#~ msgstr "Aangepaste GEDCOM-sublabels" 21046 21047#~ msgid "Custom GEDCOM tag" 21048#~ msgstr "Aangepast GEDCOM-label" 21049 21050#~ msgid "Custom fact" 21051#~ msgstr "Niet-standaard feit" 21052 21053#~ msgid "Custom tags" 21054#~ msgstr "Zelf gedefinieerde tags" 21055 21056#~ msgid "Custom theme" 21057#~ msgstr "Niet-standaard thema" 21058 21059#~ msgid "Czechoslovakia" 21060#~ msgstr "Tsjechoslovakije" 21061 21062#~ msgid "Dashboard" 21063#~ msgstr "Dashboard" 21064 21065#~ msgid "Data Fixes" 21066#~ msgstr "Gegevens correcties" 21067 21068#~ msgid "Database and table names" 21069#~ msgstr "Database- en tabelnamen" 21070 21071#~ msgid "Default" 21072#~ msgstr "Standaard" 21073 21074#~ msgid "Default map type" 21075#~ msgstr "Standaard kaartsoort" 21076 21077#~ msgid "Default pedigree chart layout" 21078#~ msgstr "Standaard layout voor kwartierstaat diagram" 21079 21080#~ msgid "Default pedigree generations" 21081#~ msgstr "Standaard aantal generaties in kwartierstaat" 21082 21083#~ msgid "Delete all existing geographic data before importing the file." 21084#~ msgstr "Verwijder alle bestaande geografische data vóór het importeren van het bestand." 21085 21086#~ msgid "Delete old files…" 21087#~ msgstr "Verwijder oude bestanden…" 21088 21089#~ msgid "Delete temporary files…" 21090#~ msgstr "Verwijder tijdelijke bestanden…" 21091 21092#~ msgid "Description unavailable" 21093#~ msgstr "Geen omschrijving" 21094 21095#~ msgid "Desired password" 21096#~ msgstr "Gewenst wachtwoord" 21097 21098#~ msgid "Desired username" 21099#~ msgstr "Gewenste gebruikersnaam" 21100 21101#~ msgid "Died as an infant: exempt" 21102#~ msgstr "Gestorven als kind: vrijgesteld" 21103 21104#~ msgid "Disable these modules" 21105#~ msgstr "Schakel deze modules uit" 21106 21107#~ msgid "Disable these themes" 21108#~ msgstr "Schakel deze thema's uit" 21109 21110#~ msgid "Display all" 21111#~ msgstr "Toon alles" 21112 21113#~ msgid "Display custom GEDCOM tags" 21114#~ msgstr "Toon aangepaste GEDCOM-labels" 21115 21116#~ msgid "Display map coordinates" 21117#~ msgstr "Toon de kaart coördinaten" 21118 21119#~ msgid "Do not change to keep original filename." 21120#~ msgstr "Niet wijzigen om originele bestandsnaam te behouden." 21121 21122#~ msgid "Do not create new locations, just import coordinates for existing locations." 21123#~ msgstr "Maak geen nieuwe locaties aan, importeer alleen coördinaten voor bestaande locaties." 21124 21125#~ msgid "Do not use maps" 21126#~ msgstr "Gebruik de kaarten niet" 21127 21128#~ msgid "Down" 21129#~ msgstr "Omlaag" 21130 21131#~ msgid "Download geographic data" 21132#~ msgstr "Download geografische data" 21133 21134#~ msgid "Earliest birth year" 21135#~ msgstr "Vroegste geboortejaar" 21136 21137#~ msgid "Earliest death year" 21138#~ msgstr "Vroegste jaar van overlijden" 21139 21140#~ msgid "Edit a website access rule" 21141#~ msgstr "Wijzig een website toegangsregel" 21142 21143#~ msgid "Edit media" 21144#~ msgstr "Wijzig media" 21145 21146#~ msgid "Edit the details" 21147#~ msgstr "Details bewerken" 21148 21149#~ msgid "Edit the media object" 21150#~ msgstr "Wijzig media object" 21151 21152#~ msgid "Edit the note" 21153#~ msgstr "Bewerk notitie" 21154 21155#~ msgid "Edit the repository" 21156#~ msgstr "Wijzig opslagplaats" 21157 21158#~ msgid "Edit the source" 21159#~ msgstr "Bewerk bron" 21160 21161#~ msgid "Editing restriction" 21162#~ msgstr "Wijzigingsbeperking" 21163 21164#~ msgid "Eire" 21165#~ msgstr "Ierland" 21166 21167#~ msgid "Elevation" 21168#~ msgstr "Stijging" 21169 21170#~ msgid "Email address to be used in the “From:” field of emails that webtrees creates automatically.<br><br>webtrees can automatically create emails to notify administrators of changes that need to be reviewed. webtrees also sends notification emails to users who have requested an account.<br><br>Usually, the “From:” field of these automatically created emails is something like <i>From: webtrees-noreply@yoursite</i> to show that no response to the email is required. To guard against spam or other email abuse, some email systems require each message’s “From:” field to reflect a valid email account and will not accept messages that are apparently from account <i>webtrees-noreply</i>." 21171#~ msgstr "E-mailadres dat wordt ingevuld in het ‘Van:’-veld van automatisch door webtrees gegenereerde e-mails.<br><br>webtrees kan automatisch e-mails maken om beheerders te informeren over wijzigingen die gecontroleerd moeten worden. webtrees stuurt ook notificatie e-mails naar gebruikers die om een account hebben verzocht.<br><br>Meestal staat in het ‘Van:’-veld van deze automatisch gegenereerde e-mail iets als <i>Van: webtrees-noreply@yoursite</i> om te laten zien dat de e-mail geen antwoord vereist. Om spam en ander e-mailmisbruik tegen te gaan vereisen sommige e-mailsystemen dat in het ‘Van:’-veld het adres van een geldig e-mailaccount wordt gebruikt. Deze e-mailsystemen accepteren geen berichten die afkomstig lijken te zijn van een account als <i>webtrees-noreply</i>." 21172 21173#~ msgid "Embedded variable" 21174#~ msgstr "Ingesloten variabele" 21175 21176#~ msgid "End IP address" 21177#~ msgstr "Eind IP-adres" 21178 21179#~ msgid "Enter an individual, family, or source ID" 21180#~ msgstr "Voer een persoons-, gezins-, of bron-ID in" 21181 21182#~ msgid "Enter or search for the ID of the individual, family, or source to which this media object should be linked." 21183#~ msgstr "Voer de ID van de persoon, familie of bron in, of zoek deze op, welke met dit media object moet worden verbonden." 21184 21185#~ msgid "Enter report values" 21186#~ msgstr "Voer waarden voor het rapport in" 21187 21188#~ msgid "Exact text" 21189#~ msgstr "Exacte tekst" 21190 21191#~ msgid "FAQ position" 21192#~ msgstr "FAQ-positie" 21193 21194#~ msgid "FAQ visibility" 21195#~ msgstr "Zichtbaarheid FAQ" 21196 21197#~ msgid "Facts for repository records" 21198#~ msgstr "Feiten/gebeurtenissen voor opslagplaatsen" 21199 21200#~ msgid "Facts for source records" 21201#~ msgstr "Feiten/gebeurtenissen voor bronnen" 21202 21203#~ msgid "Family ID prefix" 21204#~ msgstr "Voorvoegsel gezins-ID" 21205 21206#~ msgid "Family group information" 21207#~ msgstr "Gezinsinformatie" 21208 21209#~ msgid "Family list" 21210#~ msgstr "Gezinslijst" 21211 21212#~ msgid "File containing places (CSV)" 21213#~ msgstr "Bestand met locatiegegevens (CSV)" 21214 21215#~ msgid "Find a fact or event" 21216#~ msgstr "Vind een feit of gebeurtenis" 21217 21218#~ msgid "Find a family" 21219#~ msgstr "Vind een gezin" 21220 21221#~ msgid "Find a media object" 21222#~ msgstr "Vind een mediaobject" 21223 21224#~ msgid "Find a place" 21225#~ msgstr "Vind een plaats" 21226 21227#~ msgid "Find a repository" 21228#~ msgstr "Vind een opslagplaats" 21229 21230#~ msgid "Find a shared note" 21231#~ msgstr "Vind een gedeelde notitie" 21232 21233#~ msgid "Find an individual" 21234#~ msgstr "Zoek een persoon" 21235 21236#, php-format 21237#~ msgid "Flag of %s" 21238#~ msgstr "Vlag van %s" 21239 21240#~ msgid "From" 21241#~ msgstr "Van" 21242 21243#~ msgid "GEDCOM sub-tag" 21244#~ msgstr "GEDCOM-sublabel" 21245 21246#~ msgid "Gender icon on charts" 21247#~ msgstr "Geslachtpictogram op diagrammen" 21248 21249#~ msgid "Get an API key from Google." 21250#~ msgstr "Google API-key aanvragen." 21251 21252#~ msgid "Gives users the option of selecting their own theme." 21253#~ msgstr "Geeft gebruikers de mogelijkheid hun eigen thema te kiezen." 21254 21255#~ msgid "Google Street View™" 21256#~ msgstr "Google Street View™" 21257 21258#~ msgid "Google allows a small number of anonymous map requests per day. If you need more than this, you will need a Google account and an API key." 21259#~ msgstr "Google staat een klein aantal anonieme kaart verzoeken per dag toe. Als u meer nodig heeft dan dat, dan heeft u een Google account en een API-key nodig." 21260 21261#~ msgid "Google™ maps preferences" 21262#~ msgstr "Google™ maps voorkeuren" 21263 21264#~ msgid "Grandparents" 21265#~ msgstr "Grootouders" 21266 21267#~ msgid "Head of household" 21268#~ msgstr "Hoofd huishouding" 21269 21270#~ msgid "Here an icon can be set or removed. Using this link a flag can be selected. When this geographic location is shown, this flag will be displayed." 21271#~ msgstr "Hier kan een pictogram worden geplaatst of verwijderd. Met deze snelkoppeling kan een vlag worden geselecteerd. Als deze geografische locatie getoond wordt, is ook de vlag zichtbaar." 21272 21273#~ msgid "Here the zoom level can be entered. This value will be used as the minimal value when displaying this geographic location on a map." 21274#~ msgstr "Hier kan de zoom-factor worden ingevoerd. Deze waarde wordt gebruikt als de minimale zoomfactor om deze geografische locatie te tonen op een kaart." 21275 21276#~ msgid "Here you can enter the precision. Based on this setting the number of digits that will be used in the latitude and longitude is determined." 21277#~ msgstr "Hier kan de precisie worden ingevoerd. Op basis hiervan wordt het aantal cijfers dat gebruikt wordt voor de lengtegraad en breedtegraad hierdoor bepaald." 21278 21279#~ msgid "Hide" 21280#~ msgstr "Verbergen" 21281 21282#~ msgid "Hide/show GEDCOM tags in the edit forms" 21283#~ msgstr "Verberg/toon GEDCOM-labels in de bewerkingsformulieren" 21284 21285#~ msgid "Highest population" 21286#~ msgstr "Hoogste Populatie" 21287 21288#~ msgid "Historical facts" 21289#~ msgstr "Historische feiten" 21290 21291#~ msgid "House" 21292#~ msgstr "Huis" 21293 21294#~ msgid "Hybrid" 21295#~ msgstr "Mengvorm" 21296 21297#~ msgid "Icon" 21298#~ msgstr "Pictogram" 21299 21300#~ msgid "If the number of times that a certain surname occurs is lower than the threshold, it will not appear in the list. It can be added here manually. If more than one surname is entered, they must be separated by a comma. <b>Surnames are case-sensitive.</b>" 21301#~ msgstr "Als het aantal malen dat een achternaam in de genealogie voorkomt lager is dan de drempelwaarde, verschijnt de naam niet op de lijst. De achternaam kan dan hier handmatig worden toegevoegd. Als er meer namen worden opgegeven, moeten ze met een komma worden gescheiden.<b>Achternamen zijn hoofdlettergevoelig.</b>" 21302 21303#~ msgid "If the thumbnail image is the same as the original image, it is no longer needed and you should delete it. If it is a custom image, you should add it to the media object." 21304#~ msgstr "Als de miniatuur afbeelding hetzelfde is als de originele afbeelding, is deze niet langer nodig en kun je deze verwijderen. Als het een aangepaste afbeelding betreft, zal je deze aan het media object moeten toevoegen." 21305 21306#~ msgid "If visitors can not see the family tree, they will not be able to sign up for an account. You will need to add their account manually." 21307#~ msgstr "Als bezoekers de stamboom niet kunnen zien, dan kunnen zij zich ook niet registreren voor een account. U zult hun account handmatig moeten toevoegen." 21308 21309#~ msgid "If you do not use two-factor authentication, enable <a href=\"https://www.google.com/settings/security/lesssecureapps\">less secure applications</a> and use your Google password." 21310#~ msgstr "Wanneer u geen gebruik maakt van twee stappen authenticatie, activeer <a href=\"https://www.google.com/settings/security/lesssecureapps\">Toegang door minder veilige apps</a> en gebruik je Google wachtwoord." 21311 21312#~ msgid "If you have a large number of inactive places, it can be slow to generate the list." 21313#~ msgstr "Als er veel inactieve plaatsen zijn, kan het lang duren om een lijst te genereren." 21314 21315#~ msgid "If you hide an empty block, you will not be able to change its configuration until it becomes visible by no longer being empty." 21316#~ msgstr "Als u een leeg blok verbergt, kunt u de configuratie ervan niet wijzigen totdat het weer zichtbaar wordt omdat het niet meer leeg is." 21317 21318#~ msgid "If you use two-factor authentication, create an <a href=\"https://myaccount.google.com/apppasswords\">app password</a>." 21319#~ msgstr "Wanneer u twee stappen authenticatie gebruikt, genereerd dan een <a href=\"https://myaccount.google.com/apppasswords\">App-wachtwoord</a>." 21320 21321#~ msgid "If you want to remove a surname from the Common Surname list without increasing the threshold value, you can do that by entering the surname here. If more than one surname is entered, they must be separated by a comma. <b>Surnames are case-sensitive</b>. Surnames entered here will also be removed from the “Top surnames” list on the “Home page”." 21322#~ msgstr "Als u een achternaam wilt verwijderen uit de lijst ‘Meest voorkomende achternamen’ zonder de drempelwaarde te verhogen, kunt u de naam hier invoeren. U kunt meerdere namen opgeven, gescheiden door een komma.<b>Achternamen zijn hoofdlettergevoelig</b>. De hier ingevoerde achternamen worden ook verwijderd uit de ‘Top achternamen’-lijst op de Startpagina." 21323 21324#~ msgid "If your server’s security policy permits it, you will be able to request increased memory or CPU time using the webtrees administration page. Otherwise, you will need to contact your server’s administrator." 21325#~ msgstr "Als het beveiligingsbeleid van uw server dat toelaat, dan kunt u om meer geheugen of CPU-tijd verzoeken op de webtrees beheerpagina. Anders dient u contact op te nemen met de beheerder/provider van uw server." 21326 21327#~ msgid "If your website can be reached using more than one URL, such as <b>http://www.example.com/webtrees/</b> and <b>http://webtrees.example.com/</b>, you can specify the preferred URL. Requests for the other URLs will be redirected to the preferred one." 21328#~ msgstr "Indien uw website via meerdere URLs benaderbaar is, bijvoorbeeld <b>http://www.example.com/webtrees/</b> en <b> http://webtrees.example.com/</b>, kunt u de geprefereerde URL aangeven. Aanvragen via de alternatieve URLs worden naar de geprefereerde doorgestuurd." 21329 21330#~ msgid "Import Options." 21331#~ msgstr "Import opties." 21332 21333#~ msgid "Import all places from a family tree" 21334#~ msgstr "Importeer alle plaatsen van een stamboom" 21335 21336#~ msgid "Include fully matched places" 21337#~ msgstr "Inclusief volledig overeenkomende plaatsen" 21338 21339#~ msgid "Include media (automatically zips files)" 21340#~ msgstr "Inclusief media (er wordt automatisch een zip-bestand gemaakt)" 21341 21342#~ msgid "Individual ID prefix" 21343#~ msgstr "Voorvoegsel persoons ID" 21344 21345#~ msgid "Individual distribution" 21346#~ msgstr "Verspreiding personen" 21347 21348#~ msgid "Individual list" 21349#~ msgstr "Persoonslijst" 21350 21351#~ msgid "Information about the request is shown under the link below." 21352#~ msgstr "Informatie over het verzoek staat onder de link hieronder." 21353 21354#~ msgid "Installation folder" 21355#~ msgstr "Installatiemap" 21356 21357#~ msgid "Instructions for Google mail" 21358#~ msgstr "Instructies voor Google e-mail" 21359 21360#~ msgid "Interred" 21361#~ msgstr "Bijgezet" 21362 21363#~ msgctxt "FEMALE" 21364#~ msgid "Interred" 21365#~ msgstr "Bijgezet" 21366 21367#~ msgctxt "MALE" 21368#~ msgid "Interred" 21369#~ msgstr "Bijgezet" 21370 21371#~ msgid "Invalid GEDCOM format" 21372#~ msgstr "Ongeldig GEDCOM 5.5 formaat" 21373 21374#~ msgid "Keep" 21375#~ msgstr "Behoud" 21376 21377#~ msgid "Keep link in list" 21378#~ msgstr "Bewaar de link in de lijst" 21379 21380#~ msgid "LDS ordinance codes in chart boxes" 21381#~ msgstr "LDS-verordeningcodes in diagramvakken" 21382 21383#~ msgid "LDS temple" 21384#~ msgstr "LDS Tempel" 21385 21386#~ msgid "Latest birth year" 21387#~ msgstr "Laatste geboortejaar" 21388 21389#~ msgid "Latest death year" 21390#~ msgstr "Laatste jaar van overlijden" 21391 21392#~ msgid "Leave this blank to use the default value." 21393#~ msgstr "Als deze instelling leeg wordt gelaten zal de standaard waarde worden gebruikt." 21394 21395#~ msgid "Left" 21396#~ msgstr "Links" 21397 21398#~ msgctxt "paper size" 21399#~ msgid "Legal" 21400#~ msgstr "Legal formaat" 21401 21402#~ msgid "Level" 21403#~ msgstr "Nivo" 21404 21405#~ msgid "Limit" 21406#~ msgstr "Beperking" 21407 21408#~ msgid "Limit display by" 21409#~ msgstr "Beperk de weergave door" 21410 21411#~ msgid "Link to an existing media object" 21412#~ msgstr "Koppel aan een bestaand mediaobject" 21413 21414#~ msgid "Linked database ID" 21415#~ msgstr "Gekoppeld database-ID" 21416 21417#~ msgid "Location not removed: this location contains sub-locations" 21418#~ msgstr "Locatie niet verwijderd: deze locatie bevat sub-locaties" 21419 21420#~ msgid "Login ID" 21421#~ msgstr "Aanmeld-ID" 21422 21423#~ msgid "Longevity versus time" 21424#~ msgstr "Levensduur versus tijd" 21425 21426#~ msgid "Lost password request" 21427#~ msgstr "Vergeten wachtwoord opvragen" 21428 21429#~ msgid "Lowest population" 21430#~ msgstr "Laagste Populatie" 21431 21432#~ msgid "Mailing name" 21433#~ msgstr "Mailingnaam" 21434 21435#~ msgid "Main section blocks" 21436#~ msgstr "Blokken hoofdsectie" 21437 21438#~ msgid "Manage family trees " 21439#~ msgstr "Beheer stambomen " 21440 21441#~ msgid "Manage the links" 21442#~ msgstr "Beheer koppelingen" 21443 21444#~ msgid "Many mail servers require that the sending server identifies itself correctly, using a valid domain name." 21445#~ msgstr "De meeste e-mail servers eisen dat de uitgaande server zichzelf correct identificeert door een geldige domeinnaam te gebruiken." 21446 21447#~ msgid "Map provider" 21448#~ msgstr "Kaartprovider" 21449 21450#~ msgid "Marriage status" 21451#~ msgstr "Huwelijkse staat" 21452 21453#~ msgid "Marriage type unknown" 21454#~ msgstr "Onbekend soort huwelijk" 21455 21456#~ msgid "Married surname" 21457#~ msgstr "Getrouwde achternaam" 21458 21459#~ msgid "Match calendar" 21460#~ msgstr "Aanpassen aan kalender" 21461 21462#~ msgid "Max" 21463#~ msgstr "Max." 21464 21465#~ msgid "Maximum descendancy generations" 21466#~ msgstr "Maximum aantal generaties in voorouders diagram" 21467 21468#~ msgid "Maximum pedigree generations" 21469#~ msgstr "Maximum aantal generaties in kwartierstaat" 21470 21471#~ msgid "Media ID prefix" 21472#~ msgstr "Voorvoegsel media-ID" 21473 21474#~ msgid "Media contains" 21475#~ msgstr "Media bevat" 21476 21477#~ msgid "Medical condition" 21478#~ msgstr "Medische conditie" 21479 21480#~ msgid "Memory limit" 21481#~ msgstr "Geheugenlimiet" 21482 21483#~ msgid "Midnight" 21484#~ msgstr "Middernacht" 21485 21486#~ msgid "Minimum and maximum zoom level for the Google map. 1 is the full map, 15 is single house. Note that 15 is only available in certain areas." 21487#~ msgstr "Minimum en maximum zoom level van de Google map. 1 is de volledige kaart, 15 is één huis. Houdt er wel rekening mee dat factor 15 alleen beschikbaar is in bepaalde gebieden." 21488 21489#~ msgid "Minimum number of occurrences to be a “common surname”" 21490#~ msgstr "Min. aantal om een ‘gewone achternaam’ te zijn" 21491 21492#~ msgid "Moderate pending changes" 21493#~ msgstr "Oordeel over uitstaande wijzigingen" 21494 21495#~ msgid "More news articles" 21496#~ msgstr "Meer nieuwsartikelen" 21497 21498#~ msgid "Move left" 21499#~ msgstr "Verplaats naar links" 21500 21501#~ msgid "Move right" 21502#~ msgstr "Verplaats naar rechts" 21503 21504#~ msgid "MySQL gave the error: %s" 21505#~ msgstr "MySQL gaf de foutmelding: %s" 21506 21507#~ msgid "MySQL variables" 21508#~ msgstr "MySQL variabelen" 21509 21510#~ msgid "Name contains" 21511#~ msgstr "Naam bevat" 21512 21513#~ msgid "Names to add to common surnames (comma separated)" 21514#~ msgstr "Namen om toe te voegen aan gewone achternamen (gescheiden door een komma)" 21515 21516#~ msgid "Names to remove from common surnames (comma separated)" 21517#~ msgstr "Namen te verwijderen van gewone achternamen (gescheiden door een komma's)" 21518 21519#~ msgid "Neighborhood" 21520#~ msgstr "Buurt" 21521 21522#~ msgid "Netherlands Antilles" 21523#~ msgstr "Nederlandse Antillen" 21524 21525#~ msgid "Neutral Zone" 21526#~ msgstr "Neutrale Zone" 21527 21528#~ msgctxt "FEMALE" 21529#~ msgid "Never married" 21530#~ msgstr "Nooit getrouwd" 21531 21532#~ msgctxt "MALE" 21533#~ msgid "Never married" 21534#~ msgstr "Nooit getrouwd" 21535 21536#~ msgid "No ancestors in the database." 21537#~ msgstr "Geen voorouders in de database." 21538 21539#~ msgid "No custom modules are enabled." 21540#~ msgstr "Er zijn geen niet-standaard modules ingeschakeld." 21541 21542#~ msgid "No custom themes are enabled." 21543#~ msgstr "Er zijn geen niet-standaard thema's ingeschakeld." 21544 21545#~ msgid "No events for living individuals exist for today." 21546#~ msgstr "Er zijn geen gebeurtenissen van levende personen voor vandaag." 21547 21548#~ msgid "No events for living individuals exist for tomorrow." 21549#~ msgstr "Er zijn geen gebeurtenissen van levende personen voor morgen." 21550 21551#~ msgid "No events for living people exist for the next %s day." 21552#~ msgid_plural "No events for living people exist for the next %s days." 21553#~ msgstr[0] "Er zijn geen gebeurtenissen voor levende personen %s." 21554#~ msgstr[1] "Er zijn geen gebeurtenissen voor levende personen in de komende %s dagen." 21555 21556#~ msgid "No limit" 21557#~ msgstr "Geen beperking" 21558 21559#~ msgid "No map data exists for this individual" 21560#~ msgstr "Geen kaartgegevens voor deze persoon" 21561 21562#~ msgid "No mappable items" 21563#~ msgstr "Er kunnen geen items op de kaart worden weergegeven" 21564 21565#~ msgid "No media file was provided." 21566#~ msgstr "Geen mediabestand aangeleverd." 21567 21568#~ msgid "No places found" 21569#~ msgstr "Geen plaatsen gevonden" 21570 21571#~ msgid "No places have been found." 21572#~ msgstr "Er werden geen plaatsen gevonden." 21573 21574#~ msgid "Nobody at all" 21575#~ msgstr "Niemand" 21576 21577#~ msgid "Noon" 21578#~ msgstr "12 uur 's middags" 21579 21580#~ msgid "Not a valid individual, family, or source ID" 21581#~ msgstr "Geen geldig persoon-, familie- of bron-ID" 21582 21583#~ msgctxt "FEMALE" 21584#~ msgid "Not married" 21585#~ msgstr "Ongehuwd" 21586 21587#~ msgctxt "MALE" 21588#~ msgid "Not married" 21589#~ msgstr "Ongehuwd" 21590 21591#~ msgid "Note ID prefix" 21592#~ msgstr "Voorvoegsel notitie-ID" 21593 21594#~ msgid "Number of generations" 21595#~ msgstr "Aantal generaties" 21596 21597#~ msgid "Number of items" 21598#~ msgstr "Aantal artikelen" 21599 21600#~ msgid "Number of items to show" 21601#~ msgstr "Aantal te tonen onderdelen" 21602 21603#~ msgid "Number of months since the last sign-in for a user’s account to be considered inactive: " 21604#~ msgstr "Aantal maanden voordat de gebruiker beschouwd wordt als inactief: " 21605 21606#~ msgid "Oldest at bottom" 21607#~ msgstr "Oudste onderaan" 21608 21609#~ msgid "Oldest at top" 21610#~ msgstr "Oudste bovenaan" 21611 21612#~ msgid "Optional prefixes and suffixes" 21613#~ msgstr "Optionele voor- en achtervoegsels" 21614 21615#~ msgid "Order" 21616#~ msgstr "Volgorde" 21617 21618#~ msgid "Other folder… please type in" 21619#~ msgstr "Andere map… voer in" 21620 21621#~ msgid "Other genealogy applications might not recognize this data." 21622#~ msgstr "Andere genealogie applicaties herkennen deze gegevens mogelijk niet." 21623 21624#~ msgid "Others" 21625#~ msgstr "Overigen" 21626 21627#~ msgid "Overwrite existing coordinates." 21628#~ msgstr "Overschrijf bestaande locaties." 21629 21630#~ msgid "Own charts" 21631#~ msgstr "Eigen diagrammen" 21632 21633#~ msgid "P.M." 21634#~ msgstr "P.M." 21635 21636#~ msgid "PHP extension “%1$s” is disabled. Without it, the following features will not work: %2$s. Please ask your server’s administrator to enable it." 21637#~ msgstr "De PHP extensie ‘%1$s’ is uitgeschakeld. Zonder deze extensie werken de volgende kenmerken niet meer: %2$s. Vraag de beheerder van uw server deze extensie in te schakelen." 21638 21639#~ msgid "PHP extension “%s” is disabled. You cannot install webtrees until this is enabled. Please ask your server’s administrator to enable it." 21640#~ msgstr "De PHP extensie ‘%s’ is uitgeschakeld. U kunt webtrees niet installeren totdat deze extensie is ingeschakeld. Vraag de beheerder van uw server om deze extensie in te schakelen." 21641 21642#~ msgid "PHP setting “%1$s” is disabled. Without it, the following features will not work: %2$s. Please ask your server’s administrator to enable it." 21643#~ msgstr "PHP instelling “%1$s” is uitgeschakeld. Zonder deze instelling werken de volgende kenmerken niet: %2$s. Vraag de beheerder van uw server om dit in te schakelen." 21644 21645#~ msgid "PHP time limit" 21646#~ msgstr "PHP tijdslimiet" 21647 21648#~ msgid "Passwords do not match." 21649#~ msgstr "Wachtwoorden komen niet overeen." 21650 21651#~ msgid "Passwords must contain at least 8 characters." 21652#~ msgstr "Wachtwoorden moeten uit minimaal 8 karakters bestaan." 21653 21654#~ msgid "Pedigree of %s" 21655#~ msgstr "Kwartierstaat van %s" 21656 21657#~ msgid "Phonetic" 21658#~ msgstr "Fonetisch" 21659 21660#~ msgid "Phonetic title" 21661#~ msgstr "Titel fonetisch" 21662 21663#~ msgid "PhpGedView might be installed in one of these folders:" 21664#~ msgstr "Mogelijk is PhpGedView geïnstalleerd in een van deze mappen:" 21665 21666#~ msgid "PhpGedView must be version 4.2.3, or any SVN up to #%s" 21667#~ msgstr "PhpGedView moet versie 4.2.3, of willekeurige SVN tot aan #%s zijn" 21668 21669#~ msgid "PhpGedView must use the same database as webtrees." 21670#~ msgstr "PhpGedView moet dezelfde database gebruiken als webtrees." 21671 21672#~ msgid "PhpGedView to webtrees transfer wizard" 21673#~ msgstr "PhpGedView naar webtrees overstapwizard" 21674 21675#~ msgid "Place check" 21676#~ msgstr "Plaats controleren" 21677 21678#~ msgid "Place contains" 21679#~ msgstr "Plaats bevat" 21680 21681#~ msgid "Place the website offline, by creating the file %s…" 21682#~ msgstr "Plaats de website offline door het aanmaken van het bestand %s…" 21683 21684#~ msgid "Place the website online, by deleting the file %s…" 21685#~ msgstr "Plaats de website online door het bestand %s te verwijderen…" 21686 21687#~ msgid "Places found" 21688#~ msgstr "Plaatsen gevonden" 21689 21690#~ msgid "Places in %s" 21691#~ msgstr "Plaatsen in %s" 21692 21693#~ msgid "Places should be entered according to the standards for genealogy. In genealogy, places are recorded with the most specific information about the place first and then working up to the least specific place last, using commas to separate the different place levels. The level at which you record the place information should represent the levels of government or church where vital records for that place are kept.<br><br>For example, a place like Salt Lake City would be entered as “Salt Lake City, Salt Lake, Utah, USA”.<br><br>Let’s examine each part of this place. The first part, “Salt Lake City,” is the city or township where the event occurred. In some countries, there may be municipalities or districts inside a city which are important to note. In that case, they should come before the city. The next part, “Salt Lake,” is the county. “Utah” is the state, and “USA” is the country. It is important to note each place because genealogy records are kept by the governments of each level.<br><br>If a level of the place is unknown, you should leave a space between the commas. Suppose, in the example above, you didn’t know the county for Salt Lake City. You should then record it like this: “Salt Lake City, , Utah, USA”. Suppose you only know that an individual was born in Utah. You would enter the information like this: “, , Utah, USA”. <br><br>You can use the <b>Find Place</b> link to help you find places that already exist in the database." 21694#~ msgstr "Plaatsnamen moeten ingevoerd worden volgens de standaard voor genealogie. In genealogie worden de plaatsen opgeslagen met de belangrijkste informatie van de plaats eerst, daarna volgen minder belangrijke informatie, gescheiden door komma's. Het niveau waarop u de plaats informatie opslaat, moet het niveau van de staat of kerk aangeven waar de vitale informatie wordt opgeslagen.<br><br>B.v. een plaats als Amsterdam moet opgeslagen worden als Amsterdam, gemeente Amsterdam, Noord Holland, Nederland. Het zou kunnen dat u nog een district of straatnaam wilt aangeven. Die zouden dan vóór de plaatsnaam zelf komen, weer gescheiden door komma's.<br><br>Als een niveau niet bekend is, moet u een spatie invullen tussen de komma's. Stel dat u niet wist dat Amsterdam in de gemeente Amsterdam ligt, dan wordt het als volgt: Amsterdam, , Noord Holland, Nederland.<br><br>U kunt gebruik maken van de <b>Vind Plaats</b>link om plaatsen te vinden die al opgeslagen zijn in de database." 21695 21696#~ msgid "Places without valid co-ordinates are not shown on the map and have a red border around the sidebar entry" 21697#~ msgstr "Plaatsen zonder geldige coördinaten zijn niet zichtbaar op de kaart en zijn gemarkeerd met een rode rand in de zijbalk" 21698 21699#~ msgid "Please enter a given name, surname, or place in addition to the year" 21700#~ msgstr "Vul, behalve het jaartal, ook een voornaam, achternaam of plaatsnaam in" 21701 21702#~ msgid "Please enter a message subject." 21703#~ msgstr "Vul het onderwerp van het bericht in." 21704 21705#~ msgid "Please enter more than one character." 21706#~ msgstr "Voer meer dan één leesteken in." 21707 21708#~ msgid "Please enter some message text before sending." 21709#~ msgstr "Voer wat tekst in vóór het verzenden a.u.b." 21710 21711#~ msgid "Please provide your email address so that we may contact you in response to this message. If you do not provide your email address we will not be able to respond to your inquiry. Your email address will not be used in any other way besides responding to this inquiry." 21712#~ msgstr "Vul alstublieft uw e-mailadres in zodat we contact met u op kunnen nemen in antwoord op dit bericht. Als u geen e-mailadres invult, kunnen we uw vraag niet beantwoorden. Uw e-mailadres wordt op geen enkele andere manier gebruikt dan voor het beantwoorden van uw vraag." 21713 21714#~ msgid "Precision" 21715#~ msgstr "Precisie" 21716 21717#~ msgid "Precision of the latitude and longitude" 21718#~ msgstr "Precisie van geografische breedte- en lengtegraden" 21719 21720#~ msgid "Prefixes" 21721#~ msgstr "Voorvoegsels" 21722 21723#~ msgid "Presentation style" 21724#~ msgstr "Stijl van weergave" 21725 21726#~ msgid "Privacy restriction" 21727#~ msgstr "Privacybeperking" 21728 21729#~ msgid "Quick repository facts" 21730#~ msgstr "Snel toe te voegen feiten/gebeurtenissen voor opslagplaatsen" 21731 21732#~ msgid "Quick source facts" 21733#~ msgstr "Snel toe te voegen feiten/gebeurtenissen voor bronnen" 21734 21735#~ msgid "README documentation" 21736#~ msgstr "LEESMIJ documentatie" 21737 21738#~ msgid "Rada" 21739#~ msgstr "Verzegeling" 21740 21741#~ msgid "Really delete all geographic data?" 21742#~ msgstr "Alle geografische data echt verwijderen?" 21743 21744#~ msgid "Records are not the same type. Cannot merge records that are not the same type." 21745#~ msgstr "Records zijn niet van hetzelfde type en kunnen daarom niet worden samengevoegd." 21746 21747#~ msgid "Redraw map" 21748#~ msgstr "Maak de kaart opnieuw" 21749 21750#~ msgid "Religious name" 21751#~ msgstr "Religieuze naam" 21752 21753#~ msgctxt "FEMALE" 21754#~ msgid "Religious name" 21755#~ msgstr "Religieuze naam" 21756 21757#~ msgctxt "MALE" 21758#~ msgid "Religious name" 21759#~ msgstr "Religieuze naam" 21760 21761#~ msgid "Remove flag" 21762#~ msgstr "Verwijder vlag" 21763 21764#~ msgid "Remove link from list" 21765#~ msgstr "Verwijder de link uit de lijst" 21766 21767#~ msgid "Repositories found" 21768#~ msgstr "Opslagplaatsen gevonden" 21769 21770#~ msgid "Repository ID prefix" 21771#~ msgstr "Voorvoegsel opslagplaats-ID" 21772 21773#~ msgid "Repository contains" 21774#~ msgstr "Opslagplaats bevat" 21775 21776#~ msgid "Reset to initial map state" 21777#~ msgstr "Terugzetten naar oorspronkelijke kaartweergave" 21778 21779#~ msgid "Restrict access to the website, using IP addresses and user-agent strings." 21780#~ msgstr "Beperk de toegang tot de website door gebruik te maken van IP-adressen en gebruikers-tekenreeksen." 21781 21782#~ msgid "Resulting value" 21783#~ msgstr "Resulterende waarde" 21784 21785#~ msgid "Right" 21786#~ msgstr "Rechts" 21787 21788#~ msgid "Right section blocks" 21789#~ msgstr "Blokken rechter sectie" 21790 21791#~ msgid "Romanized title" 21792#~ msgstr "Geromaniseerde titel" 21793 21794#~ msgid "Rule" 21795#~ msgstr "Regel" 21796 21797#~ msgid "Satellite" 21798#~ msgstr "Satelliet" 21799 21800#~ msgid "Search engine" 21801#~ msgstr "Zoekmachine" 21802 21803#~ msgid "Search for individuals to add to add Links list." 21804#~ msgstr "Zoek personen om toe te voegen aan de lijst ‘Voeg koppelingen toe’." 21805 21806#~ msgid "Search globally" 21807#~ msgstr "Zoek globaal" 21808 21809#~ msgid "Search locally" 21810#~ msgstr "Zoek plaatselijk" 21811 21812#~ msgid "Select a block and use the arrows to move it." 21813#~ msgstr "Selecteer een blok en gebruik de pijlen om het blok te verplaatsen." 21814 21815#~ msgid "Select chart type" 21816#~ msgstr "Kies het diagram type" 21817 21818#~ msgid "Select events" 21819#~ msgstr "Kies gebeurtenissen" 21820 21821#~ msgid "Select flag" 21822#~ msgstr "Kies vlag" 21823 21824#~ msgid "Select the desired count interval" 21825#~ msgstr "Kies het gewenste interval" 21826 21827#~ msgid "Select the languages that will be shown in menus." 21828#~ msgstr "Selecteer de talen die u wilt tonen in de menus." 21829 21830#~ msgid "Select the stats to show in this block" 21831#~ msgstr "Selecteer de te tonen statistieken in dit blok" 21832 21833#~ msgid "Send broadcast messages" 21834#~ msgstr "Verstuur berichten aan groepen" 21835 21836#~ msgid "Serbia and Montenegro" 21837#~ msgstr "Servië en Montenegro" 21838 21839#~ msgid "Server file containing places (CSV)" 21840#~ msgstr "Plaatsbestand (CSV) op server" 21841 21842#~ msgid "Session timeout" 21843#~ msgstr "Sessie verlopen" 21844 21845#~ msgid "Set the default number of generations to display on descendancy and pedigree charts." 21846#~ msgstr "Stelt het aantal generaties in dat standaard afgebeeld moet worden in de parentelen (nakomelingen) en kwartierstaten (voorouders)." 21847 21848#~ msgid "Set the maximum number of generations to display on descendancy charts." 21849#~ msgstr "Stelt het maximum aantal generaties in, dat in het parenteel wordt getoond." 21850 21851#~ msgid "Set the maximum number of generations to display on pedigree charts." 21852#~ msgstr "Stel het maximum aantal generaties in dat wordt getoond in een kwartierstaat." 21853 21854#~ msgid "Set to <b>Yes</b> to use the RIN number instead of the GEDCOM ID when asked for individual IDs in configuration files, user settings, and charts. This is useful for genealogy programs that do not consistently export GEDCOMs with the same ID assigned to each individual but always use the same RIN." 21855#~ msgstr "Kies <b>Ja</b> om het RIN-nummer te gebruiken in plaats van het GEDCOM-ID wanneer gevraagd wordt om persoonlijke ID's in configuratiebestanden, gebruikersinstellingen en diagrammen. Dit is nuttig voor genealogieprogramma's die niet consistent GEDCOM's exporteren met hetzelfde ID gekoppeld aan een persoon, maar wel altijd hetzelfde RIN-nummer gebruiken." 21856 21857#~ msgid "Shared note contains" 21858#~ msgstr "Gedeelde notitie bevat" 21859 21860#~ msgid "Shared notes found" 21861#~ msgstr "Gedeelde notities gevonden" 21862 21863#~ msgid "Short version" 21864#~ msgstr "Korte versie" 21865 21866#~ msgid "Should this block be hidden when it is empty" 21867#~ msgstr "Blok verbergen wanneer het leeg is" 21868 21869#~ msgid "Show all notes and source references on notes and sources tabs" 21870#~ msgstr "Toon alle notities en bronreferenties op de tabbladen voor notities en bronnen" 21871 21872#~ msgid "Show all spouses and ancestors" 21873#~ msgstr "Toon alle huwelijkspartners en voorouders" 21874 21875#~ msgid "Show all tags" 21876#~ msgstr "Toon alle tags" 21877 21878#~ msgid "Show chart details by default" 21879#~ msgstr "Toon standaard details in diagrammen" 21880 21881#~ msgid "Show common surnames" 21882#~ msgstr "Toon meest voorkomende achternamen" 21883 21884#~ msgid "Show counts before or after name" 21885#~ msgstr "Plaats aantallen vóór of achter de naam" 21886 21887#~ msgid "Show cousins" 21888#~ msgstr "Toon neven en nichten" 21889 21890#~ msgid "Show date differences" 21891#~ msgstr "Toon datum verschillen" 21892 21893#~ msgid "Show details" 21894#~ msgstr "Toon details" 21895 21896#~ msgid "Show hit counters on Portal and Individual pages." 21897#~ msgstr "Toon de bezoekersteller op Mijn pagina, de Genealogie-infopagina en op de persoons-pagina." 21898 21899#~ msgid "Show images" 21900#~ msgstr "Toon afbeeldingen" 21901 21902#~ msgid "Show inactive places" 21903#~ msgstr "Toon inactieve plaatsen" 21904 21905#~ msgid "Show lifespans" 21906#~ msgstr "Toon levensduren" 21907 21908#~ msgid "Show only births, deaths, and marriages" 21909#~ msgstr "Alleen geboorten, overlijden en huwelijken tonen" 21910 21911#~ msgid "Show only the selected tags" 21912#~ msgstr "Toon alleen de geselecteerde tags" 21913 21914#~ msgid "Show places in hierarchy" 21915#~ msgstr "Toon plaatsen in de hiërarchie" 21916 21917#~ msgid "Show related individuals/families" 21918#~ msgstr "Toon gerelateerde personen/gezinnen" 21919 21920#~ msgid "Show the location of places and events using the Google™ maps mapping service." 21921#~ msgstr "Toon de locatie van plaatsen en gebeurtenissen met behulp van Google™ maps." 21922 21923#~ msgid "Sicily" 21924#~ msgstr "Sicilië" 21925 21926#~ msgid "Sign-in URL" 21927#~ msgstr "URL voor aanmelden" 21928 21929#~ msgid "Signed-in as " 21930#~ msgstr "Aangemeld als " 21931 21932#~ msgid "Simple search filter based on the characters entered, no wildcards are accepted." 21933#~ msgstr "Eenvoudig zoekfilter op basis van de ingevoerde letters. Jokertekens (* en ?) kunnen niet worden gebruikt." 21934 21935#~ msgid "Site preferences" 21936#~ msgstr "Website voorkeuren" 21937 21938#~ msgid "Size of map (in pixels)" 21939#~ msgstr "Afmeting van de kaart (in pixels)" 21940 21941#~ msgid "Some place names may be written with optional prefixes and suffixes. For example “Orange” versus “Orange County”. If the family tree contains the full place names, but the geographic database contains the short place names, then you should specify a list of the prefixes and suffixes to be disregarded. Multiple values should be separated with semicolons. For example “County;County of” or “Township;Twp;Twp.”." 21942#~ msgstr "Sommige plaatsnamen kunnen geschreven worden met optionele voor- en achtervoegsels. Bijvoorbeeld. “Orange” versus “Orange County”. Als de stamboom de volledige plaatsnamen bevat, maar de geografische database bevat de korte plaatsnamen, dan moet u een lijst specificeren van voor- en achtervoegsels die genegeerd moeten worden. Meerdere mogelijkheden worden gescheiden door puntkomma's. Bijvoorbeeld “County;County of” en “Township;Twp;Twp.”." 21943 21944#~ msgid "Source ID prefix" 21945#~ msgstr "Voorvoegsel bron-ID" 21946 21947#~ msgid "Source contains" 21948#~ msgstr "Bron bevat" 21949 21950#~ msgid "Spouse census date" 21951#~ msgstr "huwelijkspartner op datum volkstelling" 21952 21953#~ msgid "Spouse census place" 21954#~ msgstr "Huwelijkspartner op plaats van volkstelling" 21955 21956#~ msgid "Spouse note" 21957#~ msgstr "Notitie huwelijkspartner" 21958 21959#~ msgid "Standard" 21960#~ msgstr "Standaard" 21961 21962#~ msgid "Start IP address" 21963#~ msgstr "Start IP-adres" 21964 21965#~ msgid "Start at parents" 21966#~ msgstr "Begin bij ouders" 21967 21968#~ msgid "Statistics chart" 21969#~ msgstr "Statistiek Grafiek" 21970 21971#~ msgid "Store watermarked full size images on server" 21972#~ msgstr "Bewaar afbeeldingen op volledige grootte met watermerk op de server" 21973 21974#~ msgid "Store watermarked thumbnails on server" 21975#~ msgstr "Bewaar miniatuurafbeeldingen met watermerk op de server" 21976 21977#~ msgid "Subdivision" 21978#~ msgstr "Onderverdeling" 21979 21980#~ msgid "Suffixes" 21981#~ msgstr "Achtervoegsels" 21982 21983#~ msgid "Support for non-standard GEDCOM tags." 21984#~ msgstr "Ondersteuning voor niet-standaard GEDCOM-labels." 21985 21986#~ msgid "System settings" 21987#~ msgstr "Systeem instellingen" 21988 21989#~ msgid "Tag" 21990#~ msgstr "Tag" 21991 21992#~ msgid "Terrain" 21993#~ msgstr "Terrein" 21994 21995#~ msgid "The FAQ list is empty." 21996#~ msgstr "De FAQ-lijst is leeg." 21997 21998#~ msgid "The GEDCOM standard does not allow URLs in media objects." 21999#~ msgstr "De GEDCOM standaard staat geen URL's in media objecten toe." 22000 22001#~ msgid "The PhpGedView to webtrees wizard is an automated process to assist administrators make the move from a PhpGedView installation to a new webtrees one. It will transfer all PhpGedView GEDCOM and other database information directly to your new webtrees database. The following requirements are necessary:" 22002#~ msgstr "De PhpGedView-naar-webtrees wizard is een geautomatiseerd proces om beheerders te helpen de overstap van een PhpGedView-installatie naar een nieuwe webtrees-installatie te maken. Het zet alle PhpGedView- GEDCOM- en andere database informatie over naar uw nieuwe webtrees database. De volgende vereisten zijn noodzakelijk:" 22003 22004#~ msgid "The data in this website has been collected for the purposes of genealogical research." 22005#~ msgstr "De gegevens op deze website zijn verzameld ten behoeve van genealogisch onderzoek." 22006 22007#~ msgid "The database reported the following error message:" 22008#~ msgstr "De database heeft de volgende foutmelding gerapporteerd:" 22009 22010#~ msgid "The details of this family are private." 22011#~ msgstr "De details van dit gezin zijn privé." 22012 22013#~ msgid "The details of this individual are private." 22014#~ msgstr "De details van deze persoon zijn privé." 22015 22016#~ msgid "The file %s could not be updated." 22017#~ msgstr "Het bestand %s kon niet worden geupdate." 22018 22019#~ msgid "The file %s has been created." 22020#~ msgstr "Het bestand %s is aangemaakt." 22021 22022#, php-format 22023#~ msgid "The folder %s does not exist, and it could not be created." 22024#~ msgstr "De map %s bestaat niet, en kon niet aangemaakt worden." 22025 22026#~ msgid "The following places have been changed:" 22027#~ msgstr "De volgende plaatsen zijn gewijzigd:" 22028 22029#~ msgid "The following places would be changed:" 22030#~ msgstr "De volgende plaatsen zullen worden gewijzigd:" 22031 22032#~ msgid "The following rules are used to decide whether a visitor is a human being (allow full access), a search-engine robot (allow restricted access) or an unwanted crawler (deny all access)." 22033#~ msgstr "De volgende regels worden gebruikt om te bepalen of een bezoeker een mens (met volledige toegang), een zoekmachine (met beperkte toegang) of een ongewenste webcrawler (zonder toegangsrechten) is." 22034 22035#~ msgid "The media file %s does not exist." 22036#~ msgstr "Het mediabestand %s bestaat niet." 22037 22038#~ msgid "The media file was not found in this family tree." 22039#~ msgstr "Het mediabestand is niet gevonden in deze stamboom." 22040 22041#~ msgid "The media file you are uploading can be, and probably should be, named differently on the server than it is on your local computer. This is so because often the local filename has meaning to you but is much less meaningful to others visiting this website. Consider also the possibility that you and someone else both try to upload different files called “granny.jpg“.<br><br>In this field, you specify the new name of the file you are uploading. The name you enter here will also be used to name the thumbnail, which can be uploaded separately or generated automatically. You do not need to enter the filename extension (jpg, gif, pdf, doc, etc.)<br><br>Leave this field blank to keep the original name of the file you have uploaded from your local computer." 22042#~ msgstr "Het mediabestand dat u uploadt kan, en moet eigenlijk, een andere naam krijgen op de server dan op uw lokale computer. Op uw lokale computer heeft die naam betekenis voor u, maar dat betekent niet dat dit ook geldt voor de bezoekers van de site. Denk ook aan de mogelijkheid dat meerdere gebruikers proberen bestanden te uploaden met de naam “opa.jpg”.<br><br>In dit veld kunt u de nieuwe naam opgeven voor het bestand dat u gaat uploaden. De naam die u hier invult, wordt ook gebruikt voor de miniatuurafbeelding, die u apart kunt uploaden of die automatisch wordt aangemaakt. De extensie (jpg, gif, pdf, doc, enz) hoeft u niet in te vullen.<br><br>Laat dit veld leeg om de originele naam van het bestand te behouden." 22043 22044#~ msgid "The most common repository facts are listed separately, so that they can be added more easily." 22045#~ msgstr "De meest gebruikte feiten voor opslagplaatsen worden in een aparte lijst opgenomen, zodat ze makkelijker kunnen worden toegevoegd." 22046 22047#~ msgid "The most common source facts are listed separately, so that they can be added more easily." 22048#~ msgstr "De meest gebruikte feiten voor bronnen worden in een aparte lijst opgenomen, zodat ze makkelijker kunnen worden toegevoegd." 22049 22050#~ msgid "The new files are currently located in the folder %s." 22051#~ msgstr "Nieuwe bestanden zijn geplaatst in de map %s." 22052 22053#~ msgid "The number of occurrences of the specified name will be shown on the map. If you leave this field empty, the most common surname will be used." 22054#~ msgstr "Het aantal keer dat een specifieke naam voorkomt zal worden getoond op de kaart. Als dit veld leeg gelaten wordt, dan wordt de meest voorkomende achternaam gebruikt." 22055 22056#~ msgid "The passwords do not match." 22057#~ msgstr "De wachtwoorden komen niet overeen." 22058 22059#~ msgid "The preferences for the chart “%s” have been updated." 22060#~ msgstr "De voorkeuren voor het diagram %s zijn bijgewerkt." 22061 22062#~ msgid "The prefix is optional, but recommended. By giving the table names a unique prefix you can let several different applications share the same database. “wt_” is suggested, but can be anything you want." 22063#~ msgstr "Het voorvoegsel is optioneel, maar wel aanbevolen. Door tabelnamen een uniek voorvoegsel te geven, kunnen verschillende applicaties gebruik maken van dezelfde database. ‘wt_’ is onze suggestie, maar het kan alles zijn wat u wilt." 22064 22065#~ msgid "The record %1$s has been renamed to %2$s." 22066#~ msgstr "Het record %1$s is hernoemd in %2$s." 22067 22068#~ msgid "The record has been copied to the clipboard." 22069#~ msgstr "Het record is naar het klembord gekopieerd." 22070 22071#~ msgid "The regular expression appears to contain an error. It can’t be used." 22072#~ msgstr "Deze reguliere expressie lijkt een fout te bevatten en is daarom niet bruikbaar." 22073 22074#~ msgid "The specified folder does not contain an installation of PhpGedView." 22075#~ msgstr "De opgegeven map bevat geen installatie van PhpGedView." 22076 22077#~ msgid "The theme menu will only be shown if the website preferences allow users to select their own theme." 22078#~ msgstr "Het thema menu wordt alleen getoond als in de website voorkeuren is aangegeven dat gebruikers hun eigen thema mogen kiezen." 22079 22080#~ msgid "The thumbnail file %1$s could not be renamed to %2$s." 22081#~ msgstr "Het miniatuurbestand %1$s kon niet worden hernoemd in %2$s." 22082 22083#~ msgid "The thumbnail file %1$s has been renamed to %2$s." 22084#~ msgstr "Het miniatuurbestand %1$s is met succes hernoemd in %2$s." 22085 22086#~ msgid "The thumbnail file %s does not exist." 22087#~ msgstr "Het miniatuurbestand %s bestaat niet." 22088 22089#~ msgid "The time in seconds that a webtrees session remains active before requiring a new sign-in. The default is 7200, which is 2 hours." 22090#~ msgstr "De tijd in seconden dat een webtrees-sessie actief blijft, voordat er een aanmelding nodig is. De standaard waarde is 7200, dat is gelijk aan 2 uur." 22091 22092#~ msgid "The value to place in the “meta description” tag in the HTML page header. Leave this field empty to use the name of the family tree." 22093#~ msgstr "Deze waarde wordt geplaatst in de meta-tag voor de omschrijving van de pagina, in de header van de HTML-pagina. Laat dit veld leeg om de naam van de stamboom te gebruiken." 22094 22095#~ msgid "The version of %s is too new." 22096#~ msgstr "De versie van %s is te nieuw." 22097 22098#~ msgid "The version of %s is too old." 22099#~ msgstr "De versie van %s is te oud." 22100 22101#~ msgid "The website access rule has been created." 22102#~ msgstr "De website toegangsregel is aangemaakt." 22103 22104#~ msgid "The website access rule has been deleted." 22105#~ msgstr "De website toegangsregel is verwijderd." 22106 22107#~ msgid "The website access rule has been updated." 22108#~ msgstr "De website toegangsregel is bijgewerkt." 22109 22110#~ msgid "The website www.geonames.org provides a large database of place names. This can be searched when entering new places. To use this feature, you must register for a free account at www.geonames.org and provide the username." 22111#~ msgstr "De website www.geonames.org bevat een uitgebreide database met plaatsnamen. Deze database kan doorzocht worden bij het invoeren van nieuwe plaatsnamen. Om hiervan gebruik te kunnen maken, moet u zich eerst (gratis) registreren op www.geonames.org. Daarna kunt u de gebruikersnaam hier invoeren." 22112 22113#~ msgid "The “%” character is a wildcard, and will match zero or more other characters." 22114#~ msgstr "Het “%”-teken is een wildcard die overeenkomt met nul of meer andere tekens." 22115 22116#~ msgid "Theme menu" 22117#~ msgstr "Thema menu" 22118 22119#~ msgid "Themes can be selected at three levels: user, family tree, and website. User preferences take priority over family tree preferences, which in turn take priority over the website preferences. Selecting “default theme” at one level will use the theme at the next level." 22120#~ msgstr "Thema’s kunnen worden geselecteerd op drie niveau’s: gebruiker, stamboom en website. Gebruikersinstellingen hebben voorrang op stamboominstellingen, die op hun beurt voorrang hebben op de website instelling. Het selecteren van “standaard thema” op één niveau zorgt ervoor dat dit thema ook op het volgende niveau wordt gebruikt." 22121 22122#, php-format 22123#~ msgid "There is no account with the username or email “%s”." 22124#~ msgstr "Er bestaat geen account met de gebruikersnaam of het e-mailadres “%s”." 22125 22126#, php-format 22127#~ msgid "There is no user account with the email “%s”." 22128#~ msgstr "Er bestaat geen account met het e-mailadres “%s”." 22129 22130#~ msgid "These pages provide access to all the preferences and management tools for this webtrees site." 22131#~ msgstr "Deze pagina's geven toegang tot alle configuratie instellingen en beheer gereedschappen voor deze webtrees site." 22132 22133#~ msgid "This GEDCOM file is encoded using %1$s. Assume this to mean %2$s." 22134#~ msgstr "Dit GEDCOM bestand is gecodeerd met %1$s. Behandel dit als %2$s." 22135 22136#, php-format 22137#~ msgid "This could be caused by an error at %s" 22138#~ msgstr "Dit kan worden veroorzaakt door een fout op %s" 22139 22140#~ msgid "This database and table-prefix appear to be used by another application. If you have an existing PhpGedView system, you should create a new webtrees system. You can import your PhpGedView data and settings later." 22141#~ msgstr "Deze database en tabelvoorvoegsel schijnen te worden gebruikt door een andere applicatie. Als u een bestaand PhpGedView-systeem heeft, moet u een nieuw webtrees systeem aanmaken. De PhpGedView-gegevens en instellingen kunnen later geïmporteerd worden." 22142 22143#~ msgid "This database is only running MySQL version %s. You cannot install webtrees here." 22144#~ msgstr "Deze database draait alleen maar MySQL versie %s. U kunt webtrees hier niet op installeren." 22145 22146#~ msgid "This entry is ignored if you have entered a URL into the filename field." 22147#~ msgstr "Dit veld wordt genegeerd indien een URL is ingevoerd in het veld voor de bestandsnaam." 22148 22149#~ msgid "This family remained childless" 22150#~ msgstr "Dit gezin bleef kinderloos" 22151 22152#~ msgid "This file is linked to another family tree on this server. It cannot be deleted, moved, or renamed until these links have been removed." 22153#~ msgstr "Dit bestand is gekoppeld aan een andere genealogische database op deze server. Het kan niet worden verwijderd, verplaatst of hernoemd totdat deze koppelingen zijn verwijderd." 22154 22155#~ msgid "This input box lets you change that year of the calendar. Type a year into the box and press <b>Enter</b> to change the calendar to that year.<br><br><b>Advanced features</b> for <b>View the year</b><dl><dt><b>More than one year</b></dt><dd>You can search for dates in a range of years.<br><br>Year ranges are <u>inclusive</u>. This means that the date range extends from 1 January of the first year of the range to 31 December of the last year mentioned. Here are a few examples of year ranges:<br><br><b>1992-5</b> for all events from 1992 to 1995.<br><b>1972-89</b> for all events from 1972 to 1989.<br><b>1610-759</b> for all events from 1610 to 1759.<br><b>1880-1905</b> for all events from 1880 to 1905.<br><b>880-1105</b> for all events from 880 to 1105.<br><br>To see all the events in a given decade or century, you can use <b>?</b> in place of the final digits. For example, <b>197?</b> for all events from 1970 to 1979 or <b>16??</b> for all events from 1600 to 1699.<br><br>Selecting a range of years will change the calendar to the year view.</dd></dl>" 22156#~ msgstr "Met dit invulvak kunt u het jaar van de kalender wijzigen. Type een jaar in het vak, en druk op <b>Enter</b> om de kalender te wijzigen naar dat jaar.<br><br><b>Geavanceerde mogelijkheden</b> voor <b>Toon Jaar</b><dl><dt><b>Meer dan een jaar</b></dt><dd>U kan data zoeken in een reeks van jaren.<br><br>Jaarreeksen zijn <u>inclusief</u>. Dit betekent dat de datum reeks zich uitstrekt van 1 Januarie van het eerste jaar van de reeks tot 31 December van het laatst vermelde jaar.<br><br>Hier zijn een paar voorbeelden van jaar reeksen:<br><br><b>1992-5</b> voor alle gebeurtenissen van 1992 tot 1995.<br><b>1972-89</b>voor alle gebeurtenissen van 1972 tot 1989.<br><b>1610-759</b> voor alle gebeurtenissen van 1610 to t1759.<br><b>1880-1905</b> voor alle gebeurtenissen van tot 1905.<br><b>880-1105</b> voor alle gebeurtenissen van 880 tot 1105.<br><br>Om alle gebeurtenissen te zien in een bepaald decade of eeuw, kan u het volgende gebruiken <b>?</b> in plaats van de laatste cijfers. Bij voorbeeld, <b>197?</b>voor alle gebeurtenissen van 1970 tot 1979 of <b>16??</b> voor alle gebeurtenissen van 1600 tot 1699.<br><br>Het selecteren van een reeks jaren wordt de kalender gewijzigd naar het jaaroverzicht.</dd></dl>" 22157 22158#~ msgid "This is a comma separated list of GEDCOM fact tags that will be shown on the add/edit name form. If you use non-Latin alphabets such as Hebrew, Greek, Cyrillic, or Arabic, you may want to add tags such as _HEB, ROMN, FONE, etc. to allow you to store names in several different alphabets." 22159#~ msgstr "Dit is een door komma's gescheiden lijst van GEDCOM-feitlabels die getoond worden wanneer u een naam toevoegt of bewerkt. Als u niet-Latijnse alfabetten, zoals Hebreeuws, Grieks, Cyrillisch of Arabisch gebruikt, kunt u hier extra labels toevoegen zoals _HEB, ROMN, FONE, enzovoort zodat u namen kunt opslaan in verschillende alfabetten." 22160 22161#~ msgid "This is a comma separated list of GEDCOM fact tags that will be shown when adding a new family. For example, if MARR is in the list, then fields for marriage date and marriage place will be shown on the form." 22162#~ msgstr "Dit is een door komma's gescheiden lijst van GEDCOM-feitlabels die getoond worden wanneer u een nieuw gezin toevoegt. Als bijvoorbeeld MARR in de lijst staat, dan worden invoervelden voor huwelijksdatum en -plaats in het formulier getoond." 22163 22164#~ msgid "This is a comma separated list of GEDCOM fact tags that will be shown when adding a new individual. For example, if BIRT is in the list, fields for birth date and birth place will be shown on the form." 22165#~ msgstr "Dit is een door komma's gescheiden lijst van GEDCOM-feitlabels die getoond worden wanneer u een nieuwe persoon toevoegt. Als bijvoorbeeld BIRT in die lijst staat, dan worden invoervelden voor geboortedatum en -plaats in het formulier getoond." 22166 22167#~ msgid "This is a comma separated list of GEDCOM fact tags that will be shown when you add or edit place names. If you use non-Latin alphabets such as Hebrew, Greek, Cyrillic, or Arabic, you may want to add tags such as _HEB, ROMN, FONE, etc. to allow you to store place names in several different alphabets." 22168#~ msgstr "Dit is een door komma's gescheiden lijst van GEDCOM-feitlabels die getoond worden wanneer u een plaatsnaam toevoegt of wijzigt. Als u niet-Latijnse alfabetten, zoals Hebreeuws, Grieks, Cyrillisch of Arabisch gebruikt, kunt u hier extra labels toevoegen zoals _HEB, ROMN, FONE, enzovoort zodat u plaatsnamen kunt opslaan in verschillende alfabetten." 22169 22170#~ msgid "This is a summary of the <abbr title=\"The Church of Jesus Christ of Latter-day Saints\">LDS</abbr> ordinances for the individual. “B” indicates an LDS baptism. “E” indicates an LDS endowment. “S” indicates an LDS spouse sealing. “P” indicates an LDS child-to-parent sealing." 22171#~ msgstr "Dit is een overzicht van de <abbr title=\"De Kerk van Jezus Christus van de Heiligen der Laatste Dagen\">LDS</abbr>-rituelen voor deze persoon. \"B\" geeft een LDS doop (baptism) aan. \"E\" geeft een LDS begiftiging (endowment) aan. \"S\" geeft een LDS ega verzegeling (spouse sealing) aan. \"P\" geeft een LDS kind verzegeling (child-to-parent sealing) aan." 22172 22173#~ msgid "This is case sensitive. If a database with this name does not already exist webtrees will attempt to create one for you. Success will depend on permissions set for your web server, but you will be notified if this fails." 22174#~ msgstr "Dit is hoofdletter gevoelig. Als een database met deze naam nog niet bestaat, zal webtrees proberen deze aan te maken. Succes hangt af van de rechten die gelden op uw webserver, maar u krijgt bericht als het niet lukt." 22175 22176#~ msgid "This is the initial value for the “show details” option on the charts." 22177#~ msgstr "Dit is de startinstelling voor de ‘toon details’ optie in de diagrammen." 22178 22179#~ msgid "This is the list of GEDCOM facts that your users can add to families. You can modify this list by removing or adding fact names, even custom ones, as necessary. Fact names that appear in this list must not also appear in the “Unique family facts” list." 22180#~ msgstr "Dit is de lijst met GEDCOM-feiten/gebeurtenissen die uw gebruikers kunnen koppelen aan gezinnen. U kunt de lijst aanpassen door namen van feiten/gebeurtenissen, zelfs eigengemaakte, te verwijderen of toe te voegen. Namen van feiten/gebeurtenissen die in deze lijst voorkomen mogen niet ook voorkomen in de lijst ‘Unieke feiten/gebeurtenissen voor gezinnen’." 22181 22182#~ msgid "This is the list of GEDCOM facts that your users can add to individuals. You can modify this list by removing or adding fact names, even custom ones, as necessary. Fact names that appear in this list must not also appear in the “Unique individual facts” list." 22183#~ msgstr "Dit is de lijst met GEDCOM-feiten/gebeurtenissen die uw gebruikers kunnen koppelen aan personen. U kunt de lijst aanpassen door namen van feiten/gebeurtenissen, zelfs eigengemaakte, te verwijderen of toe te voegen. Namen van feiten/gebeurtenissen die in deze lijst voorkomen mogen niet ook voorkomen in de lijst ‘Unieke feiten/gebeurtenissen voor personen’." 22184 22185#~ msgid "This is the list of GEDCOM facts that your users can add to repositories. You can modify this list by removing or adding fact names, even custom ones, as necessary. Fact names that appear in this list must not also appear in the “Unique repository facts” list." 22186#~ msgstr "Dit is de lijst met GEDCOM-feiten/gebeurtenissen die uw gebruikers kunnen koppelen aan opslagplaatsen. U kunt de lijst aanpassen door namen van feiten/gebeurtenissen, zelfs eigengemaakte, te verwijderen of toe te voegen. Namen van feiten/gebeurtenissen die in deze lijst voorkomen mogen niet ook voorkomen in de lijst ‘Unieke feiten/gebeurtenissen voor opslagplaatsen’." 22187 22188#~ msgid "This is the list of GEDCOM facts that your users can add to sources. You can modify this list by removing or adding fact names, even custom ones, as necessary. Fact names that appear in this list must not also appear in the “Unique source facts” list." 22189#~ msgstr "Dit is de lijst met GEDCOM-feiten/gebeurtenissen die uw gebruikers kunnen koppelen aan een bron. U kunt de lijst aanpassen door namen van feiten/gebeurtenissen, zelfs eigengemaakte, te verwijderen of toe te voegen. Namen van feiten/gebeurtenissen die in deze lijst voorkomen mogen niet ook voorkomen in de lijst ‘Unieke feiten/gebeurtenissen voor bronnen’." 22190 22191#~ msgid "This is the list of GEDCOM facts that your users can only add once to families. For example, if MARR is in this list, users will not be able to add more than one MARR record to a family. Fact names that appear in this list must not also appear in the “All family facts” list." 22192#~ msgstr "Dit is de lijst met GEDCOM-feiten/gebeurtenissen die uw gebruikers slechts één maal kunnen koppelen aan een gezin. Bijvoorbeeld: als MARR in deze lijst staat, dan kunnen gebruikers niet meer dan één MARR-record koppelen aan een gezin. Namen van feiten/gebeurtenissen die in deze lijst voorkomen mogen niet ook voorkomen in de lijst ‘Alle feiten/gebeurtenissen voor gezinnen’." 22193 22194#~ msgid "This is the list of GEDCOM facts that your users can only add once to individuals. For example, if BIRT is in this list, users will not be able to add more than one BIRT record to an individual. Fact names that appear in this list must not also appear in the “All individual facts” list." 22195#~ msgstr "Dit is de lijst met GEDCOM-feiten/gebeurtenissen die uw gebruikers slechts één maal kunnen koppelen aan een persoon. Bijvoorbeeld: als BIRT in deze lijst staat, dan kunnen gebruikers niet meer dan één BIRT-record koppelen aan een persoon. Namen van feiten/gebeurtenissen die in deze lijst voorkomen mogen niet ook voorkomen in de lijst ‘Alle feiten/gebeurtenissen voor personen’." 22196 22197#~ msgid "This is the list of GEDCOM facts that your users can only add once to repositories. For example, if NAME is in this list, users will not be able to add more than one NAME record to a repository. Fact names that appear in this list must not also appear in the “All repository facts” list." 22198#~ msgstr "Dit is de lijst met GEDCOM-feiten/gebeurtenissen die uw gebruikers slechts één maal kunnen koppelen aan een opslagplaats. Bijvoorbeeld: als NAME in deze lijst staat, dan kunnen gebruikers niet meer dan één NAME-record koppelen aan een opslagplaats. Namen van feiten/gebeurtenissen die in deze lijst voorkomen mogen niet ook voorkomen in de lijst ‘Alle feiten/gebeurtenissen voor opslagplaatsen’." 22199 22200#~ msgid "This is the list of GEDCOM facts that your users can only add once to sources. For example, if TITL is in this list, users will not be able to add more than one TITL record to a source. Fact names that appear in this list must not also appear in the “All source facts” list." 22201#~ msgstr "Dit is de lijst met GEDCOM-feiten/gebeurtenissen die uw gebruikers slechts één maal kunnen koppelen aan een bron. Bijvoorbeeld: als TITL in deze lijst staat, dan kunnen gebruikers niet meer dan één TITL-record koppelen aan een bron. Namen van feiten/gebeurtenissen die in deze lijst voorkomen mogen niet ook voorkomen in de lijst ‘Alle feiten/gebeurtenissen voor bronnen’." 22202 22203#~ msgid "This is the number of times that a surname must occur before it shows up in the Common Surname list on the “Home page”." 22204#~ msgstr "Dit is het aantal keer dat een achternaam moet voorkomen, voordat deze verschijnt in de lijst met ‘Meest voorkomende achternamen’ op de Startpagina." 22205 22206#~ msgid "This is the width (in pixels) that the program will use when automatically generating thumbnails. The default value is 100." 22207#~ msgstr "Dit is de breedte (in pixels) die webtrees gebruikt voor automatisch gegenereerde miniatuurafbeeldingen. De standaard waarde is 100 pixels." 22208 22209#~ msgid "This may be a mistake in your data." 22210#~ msgstr "Dit kan een fout in uw gegevens zijn." 22211 22212#~ msgid "This may cause a problem for other applications." 22213#~ msgstr "Dit kan problemen voor andere toepassingen veroorzaken." 22214 22215#~ msgid "This may cause a problem for webtrees." 22216#~ msgstr "Dit kan leiden tot een probleem voor webtrees." 22217 22218#~ msgid "This media file does not exist." 22219#~ msgstr "Dit mediabestand bestaat niet." 22220 22221#~ msgid "This media file exists, but cannot be accessed." 22222#~ msgstr "Dit media betand bestaat, maar is niet toegankelijk." 22223 22224#~ msgid "This media file is broken and cannot be watermarked." 22225#~ msgstr "Dit mediabestand is corrupt en kan niet worden voorzien van een watermerk." 22226 22227#~ msgid "This media object is not linked to any other record." 22228#~ msgstr "Dit media object is niet aan enig record gekoppeld." 22229 22230#~ msgid "This message will be sent to %s" 22231#~ msgstr "Dit bericht zal worden verzonden naar %s" 22232 22233#~ msgid "This option controls whether Notes and Source references that are attached to Facts should be shown on the Notes and Sources tabs of the Individual page.<br><br>Ordinarily, the Notes and Sources tabs show only Notes and Source references that are attached directly to the individual’s database record. These are <i>level 1</i> Notes and Source references.<br><br>The <b>Yes</b> option causes these tabs to also show Notes and Source references that are part of the various Facts in the individual’s database record. These are <i>level 2</i> Notes and Source references because the various Facts are at level 1." 22234#~ msgstr "Deze optie regelt of notities en bronnen, gekoppeld aan feiten, getoond worden op de tabbladen voor notities en bronnen op de persoonspagina.<br><br>Gewoonlijk worden alleen notities en bronnen getoond die direct gekoppeld zijn aan het databaserecord van een persoon. Dat zijn <i>niveau 1</i> notities en bronverwijzingen.<br><br>De <b>Ja</b> optie toont op die tabbladen ook notities en bronverwijzingen welke onderdeel zijn van de verschillende feiten in het databaserecord van de persoon. Dat zijn <i>niveau 2</i> notitie- en bronverwijzingen, omdat de verschillende feiten van niveau 1 zijn." 22235 22236#~ msgid "This option controls whether or not to automatically expand the <i>Events of close relatives</i> list." 22237#~ msgstr "Deze optie bepaalt of de lijst <i>Gebeurtenissen van naaste familie</i> automatisch wordt uitgebreid, of niet." 22238 22239#~ msgid "This option controls whether or not to show the individual’s gender icon on charts.<br><br>Since the gender is also indicated by the color of the box, this option doesn’t conceal the gender. The option simply removes some duplicate information from the box." 22240#~ msgstr "Deze optie bepaalt of u al dan niet het geslachtpictogram op de diagrammen wilt tonen.<br><br>Aangezien het geslacht ook al wordt weergegeven door de kleur van het vak, verbergt deze optie het geslacht dus niet. De optie verwijdert alleen dubbele informatie." 22241 22242#~ msgid "This option indicates whether the pedigree chart should be generated in landscape or portrait mode." 22243#~ msgstr "Deze optie bepaalt of de kwartierstaat staand of liggend moet worden weergegeven." 22244 22245#~ msgid "This options sets whether latitude and longitude are displayed on the pop-up window attached to map markers." 22246#~ msgstr "Deze opties bepalen of de lengte -en breedtegraad getoond wordt in het pop-up venster dat gekoppeld is aan de markers op de kaart." 22247 22248#~ msgid "This place has no coordinates" 22249#~ msgstr "Deze plaats heeft geen coordinaten" 22250 22251#~ msgid "This repository has been deleted. The deletion will need to be reviewed by a moderator." 22252#~ msgstr "Deze opslagplaats is verwijderd. De verwijdering moet door een moderator beoordeeld worden." 22253 22254#, php-format 22255#~ msgid "This repository has been deleted. You should review the deletion and then %1$s or %2$s it." 22256#~ msgstr "Deze opslagplaats is gewist. Beoordeel deze verwijdering en %1$s of %2$s deze dan." 22257 22258#~ msgid "This repository has been edited. The changes need to be reviewed by a moderator." 22259#~ msgstr "Deze opslagplaats is gewijzigd. De veranderingen moeten door een moderator goedgekeurd worden." 22260 22261#, php-format 22262#~ msgid "This repository has been edited. You should review the changes and then %1$s or %2$s them." 22263#~ msgstr "Deze opslagplaats is gewijzigd. Beoordeel deze wijziging en %1$s of %2$s deze dan." 22264 22265#~ msgid "This server does not support secure downloads using HTTPS." 22266#~ msgstr "Deze server ondersteund geen veilige downloads met HTTPS." 22267 22268#~ msgid "This site does not use any third-party tracking or analytics services." 22269#~ msgstr "Deze website gebruikt geen tracking- of analytics services van derden." 22270 22271#~ msgid "This site uses cookies to store your preferences on this site, such as the language you have selected." 22272#~ msgstr "Deze website maakt gebruik van cookies om uw voorkeuren op deze website op te slaan, zoals de taal die u hebt geselecteerd." 22273 22274#~ msgid "This source has been deleted. The deletion will need to be reviewed by a moderator." 22275#~ msgstr "Deze bron is verwijderd. De verwijdering moet door een moderator beoordeeld worden." 22276 22277#, php-format 22278#~ msgid "This source has been deleted. You should review the deletion and then %1$s or %2$s it." 22279#~ msgstr "Deze bron is verwijderd. Beoordeel de verwijdering en %1$s of %2$s dit dan." 22280 22281#~ msgid "This source has been edited. The changes need to be reviewed by a moderator." 22282#~ msgstr "Deze bron is gewijzigd. De wijzigingen moeten door een moderator beoordeeld worden." 22283 22284#, php-format 22285#~ msgid "This source has been edited. You should review the changes and then %1$s or %2$s them." 22286#~ msgstr "Deze bron werd gewijzigd. Beoordeel de wijzigingen en %1$s of %2$s ze dan." 22287 22288#~ msgid "This specifies the precision of the different levels when entering new geographic locations. For example a country will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 or 4 digits." 22289#~ msgstr "Dit bepaalt de precisie van de verschillende niveau's bij het invoeren van nieuwe geografische locaties. B.v. een land wordt gespecificeerd met precisie 0 (=0 cijfers achter de komma), terwijl een stad 3 of 4 cijfers nodig heeft." 22290 22291#~ msgid "This will update the highest-level part or parts of the place name. For example, “Mexico” will match “Quintana Roo, Mexico”, but not “Santa Fe, New Mexico”." 22292#~ msgstr "Hiermee wordt het hoogste niveau van een plaatsnaam bijgewerkt. ‘Mexico’ bijvoorbeeld, komt overeen met ‘Quintana Roo, Mexico’, maar niet met ‘Sante Fe, New Mexico’." 22293 22294#~ msgid "Thumbnail files must contain images." 22295#~ msgstr "Miniatuurbestanden moeten afbeeldingen zijn." 22296 22297#~ msgid "Thumbnail to upload" 22298#~ msgstr "Miniatuur om te uploaden" 22299 22300#~ msgid "Title in Hebrew" 22301#~ msgstr "Titel in Hebreeuws" 22302 22303#~ msgid "To" 22304#~ msgstr "Tot" 22305 22306#~ msgid "To complete the upgrade, you should install the files manually." 22307#~ msgstr "Om de upgrade te voltooien, dient u de bestanden handmatig te installeren." 22308 22309#~ msgid "To prevent visitors from accessing the website while you are in the middle of copying files, you can temporarily create a file %s on the server. If it contains a message, it will be displayed to visitors." 22310#~ msgstr "Om te voorkomen dat bezoekers de website bezoeken terwijl u bezig bent met het kopieren van bestanden, kunt u tijdelijk het bestand %s op de server aanmaken. U kunt dit bestand voorzien van een bericht dat getoond zal worden aan bezoekers." 22311 22312#~ msgid "To reduce the height of the News block, the administrator has hidden some articles. You can reveal these hidden articles by clicking the <b>View the archive</b> link." 22313#~ msgstr "Om de grootte van het nieuwsblok te beperken heeft de beheerder enkele artikelen verborgen. U kunt deze zichtbaar maken door te klikken op <b>Bekijk archief</b>." 22314 22315#~ msgid "To reduce the size of the download, you can compress the data into a .ZIP file. You will need to uncompress the .ZIP file before you can use it." 22316#~ msgstr "Om de grootte van het downloadbestand te verkleinen, kunt u de gegevens comprimeren in een .ZIP bestand. U moet het .ZIP bestand decomprimeren voordat u het kunt gebruiken." 22317 22318#~ msgid "To tell search engines that sitemaps are available, you should add the following line to your robots.txt file." 22319#~ msgstr "Om zoekmachines te laten weten dat er sitemaps aanwezig zijn, moet u de volgende regel toegevoegen aan uw robots.txt bestand." 22320 22321#~ msgid "To use a Google mail account, use the following settings: server=smtp.gmail.com, port=587, security=tls, username=xxxxx@gmail.com, password=[your gmail password]" 22322#~ msgstr "Om een Google e-mailaccount te gebruiken, gebruikt u de volgende instellingen: server=smtp.gmail.com, poort=587, beveiliging=tls, gebruikersnaam=xxxxx@gmail.com, password=[uw gmail wachtwoord]" 22323 22324#~ msgid "Top level" 22325#~ msgstr "Hoogste niveau" 22326 22327#, php-format 22328#~ msgid "Total families: %s" 22329#~ msgstr "Totaal aantal gezinnen: %s" 22330 22331#, php-format 22332#~ msgid "Total individuals: %s" 22333#~ msgstr "Totaal aantal personen: %s" 22334 22335#~ msgid "Total number of users" 22336#~ msgstr "Totaal aantal gebruikers" 22337 22338#~ msgid "Total places: %s" 22339#~ msgstr "Totaal aantal plaatsen: %s" 22340 22341#~ msgid "Total sources: %s" 22342#~ msgstr "Totaal aantal bronnen: %s" 22343 22344#~ msgid "Tracking and analytics are not added to the control panel." 22345#~ msgstr "Tracking en analytics worden niet toegevoegd aan het controle paneel." 22346 22347#~ msgid "Transylvania" 22348#~ msgstr "Transsylvanië" 22349 22350#~ msgid "Type of place markers in the place hierarchy" 22351#~ msgstr "Type plaatsmarkering in de Plaatshiërarchie" 22352 22353#~ msgid "Type the password again." 22354#~ msgstr "Typ het wachtwoord nogmaals." 22355 22356#~ msgid "Type your password again, to make sure you have typed it correctly." 22357#~ msgstr "Vul uw wachtwoord nogmaals in, om er zeker van te zijn dat u het correct hebt ingevuld." 22358 22359#~ msgid "Types of error" 22360#~ msgstr "Soorten fouten" 22361 22362#~ msgid "USA" 22363#~ msgstr "Verenigde Staten" 22364 22365#~ msgid "USSR" 22366#~ msgstr "USSR" 22367 22368#~ msgid "UTC" 22369#~ msgstr "UTC" 22370 22371#~ msgid "Unable to connect using this username and password. Your server gave the following error." 22372#~ msgstr "Kan niet aansluiten met deze instellingen. Uw server gaf de volgende foutmelding." 22373 22374#~ msgid "Unable to find record with ID" 22375#~ msgstr "Kan geen record vinden met ID" 22376 22377#~ msgid "Unique family facts" 22378#~ msgstr "Unieke feiten/gebeurtenissen voor gezinnen" 22379 22380#~ msgid "Unique individual facts" 22381#~ msgstr "Unieke feiten/gebeurtenissen voor personen" 22382 22383#~ msgid "Unique repository facts" 22384#~ msgstr "Unieke feiten/gebeurtenissen voor opslagplaatsen" 22385 22386#~ msgid "Unique source facts" 22387#~ msgstr "Unieke feiten/gebeurtenissen voor bronnen" 22388 22389#~ msgid "Unlink the media object" 22390#~ msgstr "Media ontkoppelen" 22391 22392#~ msgid "Up" 22393#~ msgstr "Omhoog" 22394 22395#~ msgid "Update all the place names in a family tree" 22396#~ msgstr "Alle plaatsnamen in een stamboom bijwerken" 22397 22398#~ msgid "Upgrade anyway" 22399#~ msgstr "Toch upgraden" 22400 22401#~ msgid "Upload" 22402#~ msgstr "Upload" 22403 22404#~ msgid "Upload geographic data" 22405#~ msgstr "Upload geografische data" 22406 22407#~ msgid "Use Google™ maps for the place hierarchy" 22408#~ msgstr "Gebruik Google™ maps voor de plaatshiërarchie" 22409 22410#~ msgid "Use PHP mail to send messages" 22411#~ msgstr "Gebruik PHP-mail om berichten te sturen" 22412 22413#~ msgid "Use RIN number instead of GEDCOM ID" 22414#~ msgstr "Gebruik RIN nummer in plaats van GEDCOM ID" 22415 22416#~ msgid "Use the GeoNames database for autocomplete on places" 22417#~ msgstr "Gebruik de GeoNames database voor het automatisch aanvullen van plaatsnamen" 22418 22419#~ msgid "Use this image for charts and on the individual’s page." 22420#~ msgstr "Gebruik deze afbeelding in diagrammen en op de persoonspagina." 22421 22422#~ msgid "Use this value" 22423#~ msgstr "Gebruik deze waarde" 22424 22425#~ msgid "User preferences" 22426#~ msgstr "Gebruikersopties" 22427 22428#~ msgid "User-agent string" 22429#~ msgstr "gebruikers-tekenreeks (user-agent string)" 22430 22431#~ msgid "Users who are signed in" 22432#~ msgstr "Aangemelde gebruikers" 22433 22434#~ msgid "Using the pull down menu it is possible to select a country, of which a flag can be selected. If no flags are shown, then there are no flags defined for this country." 22435#~ msgstr "Via het pull-down menu kan een land worden geselecteerd, waarvan een vlag kan worden geselecteerd. Indien geen vlaggen worden getoond, zijn er voor dit land geen vlaggen gedefinieerd." 22436 22437#~ msgid "Verification code" 22438#~ msgstr "Verificatiecode" 22439 22440#~ msgid "View" 22441#~ msgstr "Bekijk" 22442 22443#~ msgid "View all records found in this place" 22444#~ msgstr "Toon alle records gevonden in deze plaats" 22445 22446#~ msgid "View month" 22447#~ msgstr "Bekijk Maand" 22448 22449#~ msgid "View the archive" 22450#~ msgstr "Bekijk archief" 22451 22452#~ msgid "View the details" 22453#~ msgstr "Bekijk details" 22454 22455#~ msgid "View the notes" 22456#~ msgstr "Notities bekijken" 22457 22458#~ msgid "View the statistics as graphs" 22459#~ msgstr "Toon statistieken als diagrammen" 22460 22461#~ msgid "View this individual" 22462#~ msgstr "Bekijk deze persoon" 22463 22464#~ msgid "View this source" 22465#~ msgstr "Bekijk deze bron" 22466 22467#~ msgid "Watermarks can be slow to generate for large images. Busy websites may prefer to generate them once and store the watermarked image on the server." 22468#~ msgstr "Het genereren van watermerken voor grote afbeeldingen kan traag zijn. Voor drukke websites verdient het daarom de voorkeur om de watermerken eenmaal te genereren en de afbeeldingen met watermerk op te slaan op de server." 22469 22470#~ msgid "Website URL" 22471#~ msgstr "Website-URL" 22472 22473#~ msgid "Website access rules" 22474#~ msgstr "Regels voor toegang tot deze site" 22475 22476#~ msgid "Website and META tag settings" 22477#~ msgstr "Website en META-tags instellingen" 22478 22479#~ msgid "West Africa" 22480#~ msgstr "West Afrika" 22481 22482#~ msgid "When adding a link, the ID field cannot be empty." 22483#~ msgstr "Als u een link toevoegt dan mag het ID-veld niet leeg zijn." 22484 22485#~ msgid "When new records are created, they are given an internal ID number. You can specify the prefix used for each type of record." 22486#~ msgstr "Wanneer nieuwe records worden aangemaakt, krijgen deze een intern ID nummer. U kunt hier voor elk type record een voorvoegsel instellen." 22487 22488#~ msgid "When you send this message you will receive a copy sent via email to the address you provided." 22489#~ msgstr "Als u dit bericht verzendt, ontvangt u een kopie op het e-mailadres dat u heeft opgegeven." 22490 22491#~ msgid "Where is your PhpGedView installation?" 22492#~ msgstr "Waar is uw PhpGedView installatie?" 22493 22494#~ msgid "Whole words only" 22495#~ msgstr "Alleen hele woorden" 22496 22497#~ msgid "Width" 22498#~ msgstr "Breedte" 22499 22500#~ msgid "Width of generated thumbnails" 22501#~ msgstr "Breedte van gegenereerde miniatuurafbeelding" 22502 22503#~ msgid "Wife’s maiden surname becomes new given name" 22504#~ msgstr "Meisjesnaam van de vrouw wordt nieuwe voornaam" 22505 22506#~ msgid "Wife’s surname replaced by husband’s surname" 22507#~ msgstr "Achternaam van de vrouw vervangen door de naam van de echtgenoot" 22508 22509#~ msgid "Wildcards" 22510#~ msgstr "Wildcards" 22511 22512#~ msgid "XREF prefixes" 22513#~ msgstr "XREF voorvoegsels" 22514 22515#~ msgid "Year input box" 22516#~ msgstr "Invulvak voor jaar" 22517 22518#~ msgid "Yes" 22519#~ msgstr "Ja" 22520 22521#~ msgid "You can choose the prefix that will be used whenever new XREFs are created." 22522#~ msgstr "Hier kunt u kiezen welk voorvoegsel wordt gebruikt bij het aanmaken van een nieuwe XREF (intern referentie nummer)." 22523 22524#~ msgid "You can make it easier to search for married women by recording their married name. However not all women take their husband’s surname, so beware of introducing incorrect information into your database." 22525#~ msgstr "U kunt de zoekresultaten naar getrouwde vrouwen verbeteren door hun huwelijksnaam vast te leggen. Bedenk wel dat niet alle vrouwen de achternaam van hun echtgenoot aannemen. Pas dus op met het opnemen van incorrecte informatie in uw database." 22526 22527#~ msgid "You can re-enable these modules after the upgrade." 22528#~ msgstr "U kunt deze modules opnieuw inschakelen nadat de upgrade voltooid is." 22529 22530#~ msgid "You can re-enable these themes after the upgrade." 22531#~ msgstr "U kunt deze thema's opnieuw inschakelen nadat de upgrade voltooid is." 22532 22533#~ msgid "You can request a higher or lower limit, although the server may ignore this request." 22534#~ msgstr "Er kan een hogere of lagere limiet worden aangevraagd, hoewel de server dit verzoek zou kunnen negeren." 22535 22536#~ msgid "You cannot create a rule which would prevent yourself from accessing the website." 22537#~ msgstr "U kunt geen regel aanmaken waarbij u zelf wordt uitgesloten van toegang tot de website." 22538 22539#~ msgid "You entered the same IDs. You cannot merge the same records." 22540#~ msgstr "U heeft dezelfde ID's ingevoerd. Samenvoegen van dezelfde records is niet mogelijk." 22541 22542#~ msgid "You have not created any journal items." 22543#~ msgstr "U heeft geen logboek aangemaakt." 22544 22545#~ msgid "You may enter a URL, beginning with “http://”." 22546#~ msgstr "Hier kunt u een URL invoeren, beginnend met ‘http://’." 22547 22548#~ msgid "You must also enable “less secure applications” in your Google account." 22549#~ msgstr "Daarnaast moet u de toegang voor “minder goed beveiligde apps” inschakelen in uw Google account." 22550 22551#~ msgid "You must change this before you can continue." 22552#~ msgstr "U moet dit veranderen voordat u verder kan gaan." 22553 22554#~ msgid "You must enter a name" 22555#~ msgstr "U moet een naam invoeren" 22556 22557#~ msgid "You must enter a real name." 22558#~ msgstr "U moet een echte naam invullen." 22559 22560#~ msgid "You must enter a username." 22561#~ msgstr "U moet een gebruikersnaam invullen." 22562 22563#~ msgid "You must provide a repository name." 22564#~ msgstr "U moet een naam voor de opslagplaats opgeven." 22565 22566#~ msgid "You must provide a source title" 22567#~ msgstr "U moet een brontitel invoeren" 22568 22569#~ msgid "You need to sign in again, using your PhpGedView username and password." 22570#~ msgstr "U moet opnieuw aanmelden, met gebruikmaking van uw PhpGedview gebruikersnaam en wachtwoord." 22571 22572#~ msgid "You only need to enter a Sign-in URL if you want to redirect to a different website or location when your users sign in. This is very useful if you need to switch from http to https when your users sign in. Include the full URL to <i>login.php</i>. For example, https://www.yourserver.com/webtrees/login.php ." 22573#~ msgstr "U hoeft alleen een Aanmeld-URL in te voeren als u wilt omleiden naar een andere site of locatie wanneer uw gebruikers zich aanmelden. Dat is erg handig als u wilt omschakelen van http naar https wanneer uw gebruikers zich aanmelden. Voer de volledige URL in bij <i>login.php</i>. Bijvoorbeeld: https://www.yourserver.com/webtrees/login.php." 22574 22575#~ msgid "You sent the following message to a webtrees administrator:" 22576#~ msgstr "U zond het volgende bericht naar de webtrees-beheerder:" 22577 22578#~ msgid "You should consult the module’s author to confirm compatibility with this version of webtrees." 22579#~ msgstr "U dient de maker van de module te raadplegen om de compatibiliteit met deze versie van webtrees te verifiëren." 22580 22581#~ msgid "You should consult the theme’s author to confirm compatibility with this version of webtrees." 22582#~ msgstr "U dient de maker van het thema te raadplegen om de compatibiliteit met deze versie van webtrees te verifiëren." 22583 22584#~ msgid "Your server’s administrator will provide you with the connection details." 22585#~ msgstr "Uw server administrateur zal u de benodigde connectie details bezorgen." 22586 22587#~ msgid "Your user account does not have “automatically accept changes” enabled. You will only be able to change one record at a time." 22588#~ msgstr "In uw gebruikersaccount is de optie “wijzigingen automatisch accepteren“ uitgeschakeld. U kunt records alleen één voor één wijzigen." 22589 22590#~ msgid "Your web server is using PHP version %s, which is no longer maintained. You should upgrade to a later version." 22591#~ msgstr "Uw web server gebruikt PHP versie %s, dat niet langer wordt onderhouden. U zult moeten upgraden naar een nieuwere versie." 22592 22593#~ msgid "Yugoslavia" 22594#~ msgstr "Joegoslavië" 22595 22596#~ msgid "Zaire" 22597#~ msgstr "Zaïre" 22598 22599#~ msgid "Zip file(s)" 22600#~ msgstr "Zip bestand(en)" 22601 22602#~ msgid "Zoom in here" 22603#~ msgstr "Zoom hier in" 22604 22605#~ msgid "Zoom in/out on this box." 22606#~ msgstr "In/uitzoomen op dit vak." 22607 22608#~ msgid "Zoom level" 22609#~ msgstr "Zoomfactor" 22610 22611#~ msgid "Zoom level of map" 22612#~ msgstr "Zoom level van de kaart" 22613 22614#~ msgid "Zoom out here" 22615#~ msgstr "Zoom hier uit" 22616 22617#~ msgid "Zoom=" 22618#~ msgstr "Zoom=" 22619 22620#~ msgid "a URL" 22621#~ msgstr "een URL" 22622 22623#~ msgid "a file on the server" 22624#~ msgstr "Een bestand op de server" 22625 22626#~ msgid "a file on your computer" 22627#~ msgstr "Een bestand op jouw computer" 22628 22629#~ msgid "a.m." 22630#~ msgstr "a.m." 22631 22632#~ msgctxt "FEMALE" 22633#~ msgid "adopted name" 22634#~ msgstr "aangenomen naam" 22635 22636#~ msgctxt "MALE" 22637#~ msgid "adopted name" 22638#~ msgstr "aangenomen naam" 22639 22640#~ msgid "adoption" 22641#~ msgstr "adoptie" 22642 22643#~ msgid "after" 22644#~ msgstr "achter" 22645 22646#~ msgid "allow" 22647#~ msgstr "toestaan" 22648 22649#~ msgctxt "FEMALE" 22650#~ msgid "also known as" 22651#~ msgstr "ook bekend als" 22652 22653#~ msgctxt "MALE" 22654#~ msgid "also known as" 22655#~ msgstr "ook bekend als" 22656 22657#~ msgid "always" 22658#~ msgstr "altijd" 22659 22660#~ msgid "before" 22661#~ msgstr "vóór" 22662 22663#~ msgid "birth" 22664#~ msgstr "geboorte" 22665 22666#~ msgctxt "FEMALE" 22667#~ msgid "birth name" 22668#~ msgstr "geboortenaam" 22669 22670#~ msgctxt "MALE" 22671#~ msgid "birth name" 22672#~ msgstr "geboortenaam" 22673 22674#~ msgid "burial" 22675#~ msgstr "begrafenis" 22676 22677#~ msgid "by" 22678#~ msgstr "Laatst gewijzigd door" 22679 22680#~ msgid "census added" 22681#~ msgstr "Volkstelling toegevoegd" 22682 22683#~ msgid "century" 22684#~ msgstr "eeuw" 22685 22686#~ msgctxt "FEMALE" 22687#~ msgid "change of name" 22688#~ msgstr "naamswijziging" 22689 22690#~ msgctxt "MALE" 22691#~ msgid "change of name" 22692#~ msgstr "naamswijziging" 22693 22694#~ msgid "children" 22695#~ msgstr "kinderen" 22696 22697#~ msgid "creating thumbnails of images" 22698#~ msgstr "Bezig met maken van miniatuurafbeeldingen" 22699 22700#~ msgid "death" 22701#~ msgstr "overlijden" 22702 22703#~ msgid "deny" 22704#~ msgstr "weiger" 22705 22706#~ msgid "east" 22707#~ msgstr "oost" 22708 22709#~ msgctxt "FEMALE" 22710#~ msgid "estate name" 22711#~ msgstr "landgoed eigenaresse" 22712 22713#~ msgctxt "MALE" 22714#~ msgid "estate name" 22715#~ msgstr "landgoed eigenaar" 22716 22717#~ msgid "ex-partner" 22718#~ msgstr "ex-partner" 22719 22720#~ msgctxt "FEMALE" 22721#~ msgid "ex-partner" 22722#~ msgstr "ex-partner" 22723 22724#~ msgctxt "MALE" 22725#~ msgid "ex-partner" 22726#~ msgstr "ex-partner" 22727 22728#~ msgid "file upload capability" 22729#~ msgstr "Bestand upload capaciteit" 22730 22731#~ msgid "half-year after marriage" 22732#~ msgstr "half jaar na huwelijk" 22733 22734#~ msgid "hh:mm or hh:mm:ss" 22735#~ msgstr "hh:mm of hh:mm:ss" 22736 22737#~ msgctxt "FEMALE" 22738#~ msgid "immigration name" 22739#~ msgstr "immigratienaam" 22740 22741#~ msgctxt "MALE" 22742#~ msgid "immigration name" 22743#~ msgstr "immigratienaam" 22744 22745#~ msgid "import" 22746#~ msgstr "importeer" 22747 22748#~ msgid "interval %s year" 22749#~ msgid_plural "interval %s years" 22750#~ msgstr[0] "interval %s jaar" 22751#~ msgstr[1] "interval %s jaar" 22752 22753#~ msgid "interval one child" 22754#~ msgstr "interval van een kind" 22755 22756#~ msgid "interval two children" 22757#~ msgstr "interval van twee kinderen" 22758 22759#~ msgid "less than" 22760#~ msgstr "minder dan" 22761 22762#~ msgid "link" 22763#~ msgstr "koppeling" 22764 22765#~ msgid "marriage" 22766#~ msgstr "huwelijk" 22767 22768#~ msgctxt "FEMALE" 22769#~ msgid "married name" 22770#~ msgstr "aangenomen huwelijksnaam" 22771 22772#~ msgctxt "MALE" 22773#~ msgid "married name" 22774#~ msgstr "aangenomen huwelijksnaam" 22775 22776#~ msgid "maximum" 22777#~ msgstr "maximum" 22778 22779#~ msgid "midnight" 22780#~ msgstr "Middernacht" 22781 22782#~ msgid "minimum" 22783#~ msgstr "minimum" 22784 22785#~ msgid "month" 22786#~ msgstr "maand" 22787 22788#~ msgid "months after marriage" 22789#~ msgstr "maanden na huwelijk" 22790 22791#~ msgid "months before and after marriage" 22792#~ msgstr "maanden voor en na huwelijk" 22793 22794#~ msgid "never" 22795#~ msgstr "nooit" 22796 22797#~ msgid "noon" 22798#~ msgstr "12 uur 's middags" 22799 22800#~ msgid "north" 22801#~ msgstr "noord" 22802 22803#~ msgid "over" 22804#~ msgstr "over" 22805 22806#~ msgid "overall" 22807#~ msgstr "totaal" 22808 22809#~ msgid "p.m." 22810#~ msgstr "p.m." 22811 22812#~ msgid "pixels" 22813#~ msgstr "pixels" 22814 22815#~ msgid "preview" 22816#~ msgstr "voorvertoning" 22817 22818#~ msgid "quarters after marriage" 22819#~ msgstr "kwartalen na huwelijk" 22820 22821#~ msgctxt "FEMALE" 22822#~ msgid "religious name" 22823#~ msgstr "religieuze naam" 22824 22825#~ msgctxt "MALE" 22826#~ msgid "religious name" 22827#~ msgstr "religieuze naam" 22828 22829#~ msgid "reporting" 22830#~ msgstr "rapporteren" 22831 22832#~ msgid "robot" 22833#~ msgstr "robot" 22834 22835#~ msgid "sort by filename" 22836#~ msgstr "sorteer op bestandsnaam" 22837 22838#~ msgid "sort by title" 22839#~ msgstr "sorteer op titel" 22840 22841#~ msgid "south" 22842#~ msgstr "zuid" 22843 22844#~ msgid "ssl" 22845#~ msgstr "ssl" 22846 22847#~ msgid "this record does not exist" 22848#~ msgstr "dit record bestaat niet" 22849 22850#~ msgid "tls" 22851#~ msgstr "tls" 22852 22853#~ msgid "webtrees cannot connect to the PhpGedView database: %s." 22854#~ msgstr "webtrees kan geen verbinding maken met de database van PhpGedView: %s." 22855 22856#~ msgid "webtrees needs a MySQL database, version %s or later." 22857#~ msgstr "webtrees heeft een MySQL-database, versie %s of later nodig." 22858 22859#~ msgid "webtrees needs to send emails, such as password reminders and website notifications. To do this, it can use this server’s built in PHP mail facility (which is not always available) or an external SMTP (mail-relay) service, for which you will need to provide the connection details." 22860#~ msgstr "webtrees moet af en toe e-mails sturen, zoals verloren wachtwoorden en site meldingen. Om dat te doen, kan het gebruik maken van de servers ingebouwde PHP-mailfaciliteiten (die niet altijd beschikbaar zijn) of een externe SMTP-service (mail-relay), waarvoor u de aansluitdetails moet invullen." 22861 22862#~ msgid "webtrees reply address" 22863#~ msgstr "webtrees antwoordadres" 22864 22865#~ msgid "webtrees uses UTF-8 encoding for accented letters, special characters and non-Latin scripts. If you want to use this GEDCOM file with genealogy software that does not support UTF-8, then you can create it using ISO-8859-1 encoding." 22866#~ msgstr "webtrees gebruikt UTF-8 codering voor geaccentueerde letters, speciale karakters en niet-latijns schrift. Als u dit GEDCOM-bestand wilt gebruiken met genealogiesoftware dat geen UTF-8 ondersteunt, kunt u het aanmaken met ISO-8859-1-codering." 22867 22868#~ msgid "webtrees wiki" 22869#~ msgstr "webtrees wiki" 22870 22871#~ msgid "webtrees’ database must be on the same server as PhpGedView’s" 22872#~ msgstr "webtrees database moet op dezelfde server staan als die van PhpGedView" 22873 22874#~ msgid "west" 22875#~ msgstr "west" 22876 22877#, php-format 22878#~ msgid "“%s”" 22879#~ msgstr "‘%s’" 22880 22881#~ msgid "“%s” has been added to your favorites." 22882#~ msgstr "‘%s’ is aan uw favorieten toegevoegd." 22883