1# SOME DESCRIPTIVE TITLE. 2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3# This file is distributed under the same license as the webtrees package. 4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5# 6#, fuzzy 7msgid "" 8msgstr "" 9"Project-Id-Version: webtrees 1.0\n" 10"Report-Msgid-Bugs-To: i18n@webtrees.net\n" 11"POT-Creation-Date: 2020-05-04 15:57+0100\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n" 15"Language: \n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=UTF-8\n" 18"Content-Transfer-Encoding: 8bit\n" 19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 20 21#: app/Age.php:98 app/Functions/FunctionsDate.php:66 22#: app/Functions/FunctionsPrint.php:250 23#: app/Statistics/Repository/FamilyRepository.php:351 24#: app/Statistics/Repository/IndividualRepository.php:961 25#: resources/views/modules/relatives/family.phtml:181 26#: resources/views/modules/statistics-chart/custom.phtml:133 27#: resources/views/modules/statistics-chart/custom.phtml:142 28#, php-format 29msgid "%s year" 30msgid_plural "%s years" 31msgstr[0] "" 32msgstr[1] "" 33 34#: app/Age.php:102 app/Functions/FunctionsDate.php:68 35#: app/Functions/FunctionsPrint.php:252 36#: resources/views/modules/relatives/family.phtml:183 37#, php-format 38msgid "%s month" 39msgid_plural "%s months" 40msgstr[0] "" 41msgstr[1] "" 42 43#: app/Age.php:106 app/Functions/FunctionsDate.php:72 44#: app/Functions/FunctionsPrint.php:256 45#: app/Statistics/Repository/FamilyRepository.php:340 46#: app/Statistics/Repository/IndividualRepository.php:951 47#, php-format 48msgid "%s day" 49msgid_plural "%s days" 50msgstr[0] "" 51msgstr[1] "" 52 53#. I18N: The current age of a living individual 54#: app/Age.php:177 55#, php-format 56msgid "(age %s)" 57msgstr "" 58 59#. I18N: The age of an individual at a given date 60#: app/Age.php:181 61#, php-format 62msgid "(aged %s)" 63msgstr "" 64 65#: app/Age.php:197 66msgid "(on the date of death)" 67msgstr "" 68 69#: app/Age.php:203 70#, php-format 71msgid "(%s after death)" 72msgstr "" 73 74#. I18N: The gregorian calendar 75#: app/Date.php:232 app/Module/YahrzeitModule.php:264 76msgid "Gregorian" 77msgstr "" 78 79#. I18N: The julian calendar 80#: app/Date.php:234 resources/views/help/date.phtml:139 81msgid "Julian" 82msgstr "" 83 84#. I18N: The French calendar 85#: app/Date.php:236 resources/views/help/date.phtml:187 86msgid "French" 87msgstr "" 88 89#. I18N: The Hebrew/Jewish calendar 90#: app/Date.php:238 app/Module/YahrzeitModule.php:263 91#: resources/views/help/date.phtml:155 92msgid "Jewish" 93msgstr "" 94 95#. I18N: The Arabic/Hijri calendar 96#: app/Date.php:240 resources/views/help/date.phtml:171 97msgid "Hijri" 98msgstr "" 99 100#. I18N: The Persian/Jalali calendar 101#: app/Date.php:242 102msgid "Jalali" 103msgstr "" 104 105#. I18N: Gedcom ABT dates 106#: app/Date.php:344 107#, php-format 108msgid "about %s" 109msgstr "" 110 111#. I18N: Gedcom CAL dates 112#: app/Date.php:348 113#, php-format 114msgid "calculated %s" 115msgstr "" 116 117#. I18N: Gedcom EST dates 118#: app/Date.php:352 119#, php-format 120msgid "estimated %s" 121msgstr "" 122 123#. I18N: Gedcom INT dates 124#: app/Date.php:356 125#, php-format 126msgid "interpreted %s (%s)" 127msgstr "" 128 129#. I18N: Gedcom BEF dates 130#: app/Date.php:360 131#, php-format 132msgid "before %s" 133msgstr "" 134 135#. I18N: Gedcom AFT dates 136#: app/Date.php:364 137#, php-format 138msgid "after %s" 139msgstr "" 140 141#. I18N: Gedcom FROM dates 142#: app/Date.php:368 143#, php-format 144msgid "from %s" 145msgstr "" 146 147#. I18N: Gedcom TO dates 148#: app/Date.php:372 149#, php-format 150msgid "to %s" 151msgstr "" 152 153#. I18N: Gedcom BET-AND dates 154#: app/Date.php:376 155#, php-format 156msgid "between %s and %s" 157msgstr "" 158 159#. I18N: Gedcom FROM-TO dates 160#: app/Date.php:380 161#, php-format 162msgid "from %s to %s" 163msgstr "" 164 165#: app/Date.php:383 166msgid "Invalid date" 167msgstr "" 168 169#: app/Date/AbstractCalendarDate.php:258 170msgid "Monday" 171msgstr "" 172 173#: app/Date/AbstractCalendarDate.php:259 174msgid "Tuesday" 175msgstr "" 176 177#: app/Date/AbstractCalendarDate.php:260 178msgid "Wednesday" 179msgstr "" 180 181#: app/Date/AbstractCalendarDate.php:261 182msgid "Thursday" 183msgstr "" 184 185#: app/Date/AbstractCalendarDate.php:262 186msgid "Friday" 187msgstr "" 188 189#: app/Date/AbstractCalendarDate.php:263 190msgid "Saturday" 191msgstr "" 192 193#: app/Date/AbstractCalendarDate.php:264 194msgid "Sunday" 195msgstr "" 196 197#. I18N: abbreviation for Monday 198#: app/Date/AbstractCalendarDate.php:285 199#: resources/views/edit/initialize-calendar-popup.phtml:27 200msgid "Mon" 201msgstr "" 202 203#. I18N: abbreviation for Tuesday 204#: app/Date/AbstractCalendarDate.php:287 205#: resources/views/edit/initialize-calendar-popup.phtml:28 206msgid "Tue" 207msgstr "" 208 209#. I18N: abbreviation for Wednesday 210#: app/Date/AbstractCalendarDate.php:289 211#: resources/views/edit/initialize-calendar-popup.phtml:29 212msgid "Wed" 213msgstr "" 214 215#. I18N: abbreviation for Thursday 216#: app/Date/AbstractCalendarDate.php:291 217#: resources/views/edit/initialize-calendar-popup.phtml:30 218msgid "Thu" 219msgstr "" 220 221#. I18N: abbreviation for Friday 222#: app/Date/AbstractCalendarDate.php:293 223#: resources/views/edit/initialize-calendar-popup.phtml:31 224msgid "Fri" 225msgstr "" 226 227#. I18N: abbreviation for Saturday 228#: app/Date/AbstractCalendarDate.php:295 229#: resources/views/edit/initialize-calendar-popup.phtml:32 230msgid "Sat" 231msgstr "" 232 233#. I18N: abbreviation for Sunday 234#: app/Date/AbstractCalendarDate.php:297 235#: resources/views/edit/initialize-calendar-popup.phtml:26 236msgid "Sun" 237msgstr "" 238 239#: app/Date/AbstractGregorianJulianDate.php:63 240#: app/Module/StatisticsChartModule.php:802 241#: resources/views/edit/initialize-calendar-popup.phtml:11 242msgctxt "NOMINATIVE" 243msgid "January" 244msgstr "" 245 246#: app/Date/AbstractGregorianJulianDate.php:64 247#: app/Module/StatisticsChartModule.php:803 248#: resources/views/edit/initialize-calendar-popup.phtml:12 249msgctxt "NOMINATIVE" 250msgid "February" 251msgstr "" 252 253#: app/Date/AbstractGregorianJulianDate.php:65 254#: app/Module/StatisticsChartModule.php:804 255#: resources/views/edit/initialize-calendar-popup.phtml:13 256msgctxt "NOMINATIVE" 257msgid "March" 258msgstr "" 259 260#: app/Date/AbstractGregorianJulianDate.php:66 261#: app/Module/StatisticsChartModule.php:805 262#: resources/views/edit/initialize-calendar-popup.phtml:14 263msgctxt "NOMINATIVE" 264msgid "April" 265msgstr "" 266 267#: app/Date/AbstractGregorianJulianDate.php:67 268#: app/Module/StatisticsChartModule.php:806 269#: resources/views/edit/initialize-calendar-popup.phtml:15 270msgctxt "NOMINATIVE" 271msgid "May" 272msgstr "" 273 274#: app/Date/AbstractGregorianJulianDate.php:68 275#: app/Module/StatisticsChartModule.php:807 276#: resources/views/edit/initialize-calendar-popup.phtml:16 277msgctxt "NOMINATIVE" 278msgid "June" 279msgstr "" 280 281#: app/Date/AbstractGregorianJulianDate.php:69 282#: app/Module/StatisticsChartModule.php:808 283#: resources/views/edit/initialize-calendar-popup.phtml:17 284msgctxt "NOMINATIVE" 285msgid "July" 286msgstr "" 287 288#: app/Date/AbstractGregorianJulianDate.php:70 289#: app/Module/StatisticsChartModule.php:809 290#: resources/views/edit/initialize-calendar-popup.phtml:18 291msgctxt "NOMINATIVE" 292msgid "August" 293msgstr "" 294 295#: app/Date/AbstractGregorianJulianDate.php:71 296#: app/Module/StatisticsChartModule.php:810 297#: resources/views/edit/initialize-calendar-popup.phtml:19 298msgctxt "NOMINATIVE" 299msgid "September" 300msgstr "" 301 302#: app/Date/AbstractGregorianJulianDate.php:72 303#: app/Module/StatisticsChartModule.php:811 304#: resources/views/edit/initialize-calendar-popup.phtml:20 305msgctxt "NOMINATIVE" 306msgid "October" 307msgstr "" 308 309#: app/Date/AbstractGregorianJulianDate.php:73 310#: app/Module/StatisticsChartModule.php:812 311#: resources/views/edit/initialize-calendar-popup.phtml:21 312msgctxt "NOMINATIVE" 313msgid "November" 314msgstr "" 315 316#: app/Date/AbstractGregorianJulianDate.php:74 317#: app/Module/StatisticsChartModule.php:813 318#: resources/views/edit/initialize-calendar-popup.phtml:22 319msgctxt "NOMINATIVE" 320msgid "December" 321msgstr "" 322 323#: app/Date/AbstractGregorianJulianDate.php:98 324msgctxt "GENITIVE" 325msgid "January" 326msgstr "" 327 328#: app/Date/AbstractGregorianJulianDate.php:99 329msgctxt "GENITIVE" 330msgid "February" 331msgstr "" 332 333#: app/Date/AbstractGregorianJulianDate.php:100 334msgctxt "GENITIVE" 335msgid "March" 336msgstr "" 337 338#: app/Date/AbstractGregorianJulianDate.php:101 339msgctxt "GENITIVE" 340msgid "April" 341msgstr "" 342 343#: app/Date/AbstractGregorianJulianDate.php:102 344msgctxt "GENITIVE" 345msgid "May" 346msgstr "" 347 348#: app/Date/AbstractGregorianJulianDate.php:103 349msgctxt "GENITIVE" 350msgid "June" 351msgstr "" 352 353#: app/Date/AbstractGregorianJulianDate.php:104 354msgctxt "GENITIVE" 355msgid "July" 356msgstr "" 357 358#: app/Date/AbstractGregorianJulianDate.php:105 359msgctxt "GENITIVE" 360msgid "August" 361msgstr "" 362 363#: app/Date/AbstractGregorianJulianDate.php:106 364msgctxt "GENITIVE" 365msgid "September" 366msgstr "" 367 368#: app/Date/AbstractGregorianJulianDate.php:107 369msgctxt "GENITIVE" 370msgid "October" 371msgstr "" 372 373#: app/Date/AbstractGregorianJulianDate.php:108 374msgctxt "GENITIVE" 375msgid "November" 376msgstr "" 377 378#: app/Date/AbstractGregorianJulianDate.php:109 379msgctxt "GENITIVE" 380msgid "December" 381msgstr "" 382 383#: app/Date/AbstractGregorianJulianDate.php:133 384msgctxt "LOCATIVE" 385msgid "January" 386msgstr "" 387 388#: app/Date/AbstractGregorianJulianDate.php:134 389msgctxt "LOCATIVE" 390msgid "February" 391msgstr "" 392 393#: app/Date/AbstractGregorianJulianDate.php:135 394msgctxt "LOCATIVE" 395msgid "March" 396msgstr "" 397 398#: app/Date/AbstractGregorianJulianDate.php:136 399msgctxt "LOCATIVE" 400msgid "April" 401msgstr "" 402 403#: app/Date/AbstractGregorianJulianDate.php:137 404msgctxt "LOCATIVE" 405msgid "May" 406msgstr "" 407 408#: app/Date/AbstractGregorianJulianDate.php:138 409msgctxt "LOCATIVE" 410msgid "June" 411msgstr "" 412 413#: app/Date/AbstractGregorianJulianDate.php:139 414msgctxt "LOCATIVE" 415msgid "July" 416msgstr "" 417 418#: app/Date/AbstractGregorianJulianDate.php:140 419msgctxt "LOCATIVE" 420msgid "August" 421msgstr "" 422 423#: app/Date/AbstractGregorianJulianDate.php:141 424msgctxt "LOCATIVE" 425msgid "September" 426msgstr "" 427 428#: app/Date/AbstractGregorianJulianDate.php:142 429msgctxt "LOCATIVE" 430msgid "October" 431msgstr "" 432 433#: app/Date/AbstractGregorianJulianDate.php:143 434msgctxt "LOCATIVE" 435msgid "November" 436msgstr "" 437 438#: app/Date/AbstractGregorianJulianDate.php:144 439msgctxt "LOCATIVE" 440msgid "December" 441msgstr "" 442 443#: app/Date/AbstractGregorianJulianDate.php:168 444msgctxt "INSTRUMENTAL" 445msgid "January" 446msgstr "" 447 448#: app/Date/AbstractGregorianJulianDate.php:169 449msgctxt "INSTRUMENTAL" 450msgid "February" 451msgstr "" 452 453#: app/Date/AbstractGregorianJulianDate.php:170 454msgctxt "INSTRUMENTAL" 455msgid "March" 456msgstr "" 457 458#: app/Date/AbstractGregorianJulianDate.php:171 459msgctxt "INSTRUMENTAL" 460msgid "April" 461msgstr "" 462 463#: app/Date/AbstractGregorianJulianDate.php:172 464msgctxt "INSTRUMENTAL" 465msgid "May" 466msgstr "" 467 468#: app/Date/AbstractGregorianJulianDate.php:173 469msgctxt "INSTRUMENTAL" 470msgid "June" 471msgstr "" 472 473#: app/Date/AbstractGregorianJulianDate.php:174 474msgctxt "INSTRUMENTAL" 475msgid "July" 476msgstr "" 477 478#: app/Date/AbstractGregorianJulianDate.php:175 479msgctxt "INSTRUMENTAL" 480msgid "August" 481msgstr "" 482 483#: app/Date/AbstractGregorianJulianDate.php:176 484msgctxt "INSTRUMENTAL" 485msgid "September" 486msgstr "" 487 488#: app/Date/AbstractGregorianJulianDate.php:177 489msgctxt "INSTRUMENTAL" 490msgid "October" 491msgstr "" 492 493#: app/Date/AbstractGregorianJulianDate.php:178 494msgctxt "INSTRUMENTAL" 495msgid "November" 496msgstr "" 497 498#: app/Date/AbstractGregorianJulianDate.php:179 499msgctxt "INSTRUMENTAL" 500msgid "December" 501msgstr "" 502 503#: app/Date/AbstractGregorianJulianDate.php:201 504msgctxt "Abbreviation for January" 505msgid "Jan" 506msgstr "" 507 508#: app/Date/AbstractGregorianJulianDate.php:202 509msgctxt "Abbreviation for February" 510msgid "Feb" 511msgstr "" 512 513#: app/Date/AbstractGregorianJulianDate.php:203 514msgctxt "Abbreviation for March" 515msgid "Mar" 516msgstr "" 517 518#: app/Date/AbstractGregorianJulianDate.php:204 519msgctxt "Abbreviation for April" 520msgid "Apr" 521msgstr "" 522 523#: app/Date/AbstractGregorianJulianDate.php:205 524msgctxt "Abbreviation for May" 525msgid "May" 526msgstr "" 527 528#: app/Date/AbstractGregorianJulianDate.php:206 529msgctxt "Abbreviation for June" 530msgid "Jun" 531msgstr "" 532 533#: app/Date/AbstractGregorianJulianDate.php:207 534msgctxt "Abbreviation for July" 535msgid "Jul" 536msgstr "" 537 538#: app/Date/AbstractGregorianJulianDate.php:208 539msgctxt "Abbreviation for August" 540msgid "Aug" 541msgstr "" 542 543#: app/Date/AbstractGregorianJulianDate.php:209 544msgctxt "Abbreviation for September" 545msgid "Sep" 546msgstr "" 547 548#: app/Date/AbstractGregorianJulianDate.php:210 549msgctxt "Abbreviation for October" 550msgid "Oct" 551msgstr "" 552 553#: app/Date/AbstractGregorianJulianDate.php:211 554msgctxt "Abbreviation for November" 555msgid "Nov" 556msgstr "" 557 558#: app/Date/AbstractGregorianJulianDate.php:212 559msgctxt "Abbreviation for December" 560msgid "Dec" 561msgstr "" 562 563#. I18N: a month in the French republican calendar 564#: app/Date/FrenchDate.php:87 565msgctxt "NOMINATIVE" 566msgid "Vendemiaire" 567msgstr "" 568 569#. I18N: a month in the French republican calendar 570#: app/Date/FrenchDate.php:89 571msgctxt "NOMINATIVE" 572msgid "Brumaire" 573msgstr "" 574 575#. I18N: a month in the French republican calendar 576#: app/Date/FrenchDate.php:91 577msgctxt "NOMINATIVE" 578msgid "Frimaire" 579msgstr "" 580 581#. I18N: a month in the French republican calendar 582#: app/Date/FrenchDate.php:93 583msgctxt "NOMINATIVE" 584msgid "Nivose" 585msgstr "" 586 587#. I18N: a month in the French republican calendar 588#: app/Date/FrenchDate.php:95 589msgctxt "NOMINATIVE" 590msgid "Pluviose" 591msgstr "" 592 593#. I18N: a month in the French republican calendar 594#: app/Date/FrenchDate.php:97 595msgctxt "NOMINATIVE" 596msgid "Ventose" 597msgstr "" 598 599#. I18N: a month in the French republican calendar 600#. I18N: a month in the French republican calendar 601#: app/Date/FrenchDate.php:100 602msgctxt "NOMINATIVE" 603msgid "Germinal" 604msgstr "" 605 606#. I18N: a month in the French republican calendar 607#: app/Date/FrenchDate.php:102 608msgctxt "NOMINATIVE" 609msgid "Floreal" 610msgstr "" 611 612#. I18N: a month in the French republican calendar 613#: app/Date/FrenchDate.php:104 614msgctxt "NOMINATIVE" 615msgid "Prairial" 616msgstr "" 617 618#. I18N: a month in the French republican calendar 619#: app/Date/FrenchDate.php:106 620msgctxt "NOMINATIVE" 621msgid "Messidor" 622msgstr "" 623 624#. I18N: a month in the French republican calendar 625#: app/Date/FrenchDate.php:108 626msgctxt "NOMINATIVE" 627msgid "Thermidor" 628msgstr "" 629 630#. I18N: a month in the French republican calendar 631#: app/Date/FrenchDate.php:110 632msgctxt "NOMINATIVE" 633msgid "Fructidor" 634msgstr "" 635 636#. I18N: a month in the French republican calendar 637#: app/Date/FrenchDate.php:112 638msgctxt "NOMINATIVE" 639msgid "jours complementaires" 640msgstr "" 641 642#. I18N: a month in the French republican calendar 643#: app/Date/FrenchDate.php:135 644msgctxt "GENITIVE" 645msgid "Vendemiaire" 646msgstr "" 647 648#. I18N: a month in the French republican calendar 649#: app/Date/FrenchDate.php:137 650msgctxt "GENITIVE" 651msgid "Brumaire" 652msgstr "" 653 654#. I18N: a month in the French republican calendar 655#: app/Date/FrenchDate.php:139 656msgctxt "GENITIVE" 657msgid "Frimaire" 658msgstr "" 659 660#. I18N: a month in the French republican calendar 661#: app/Date/FrenchDate.php:141 662msgctxt "GENITIVE" 663msgid "Nivose" 664msgstr "" 665 666#. I18N: a month in the French republican calendar 667#: app/Date/FrenchDate.php:143 668msgctxt "GENITIVE" 669msgid "Pluviose" 670msgstr "" 671 672#. I18N: a month in the French republican calendar 673#: app/Date/FrenchDate.php:145 674msgctxt "GENITIVE" 675msgid "Ventose" 676msgstr "" 677 678#. I18N: a month in the French republican calendar 679#: app/Date/FrenchDate.php:147 680msgctxt "GENITIVE" 681msgid "Germinal" 682msgstr "" 683 684#. I18N: a month in the French republican calendar 685#: app/Date/FrenchDate.php:149 686msgctxt "GENITIVE" 687msgid "Floreal" 688msgstr "" 689 690#. I18N: a month in the French republican calendar 691#: app/Date/FrenchDate.php:151 692msgctxt "GENITIVE" 693msgid "Prairial" 694msgstr "" 695 696#. I18N: a month in the French republican calendar 697#: app/Date/FrenchDate.php:153 698msgctxt "GENITIVE" 699msgid "Messidor" 700msgstr "" 701 702#. I18N: a month in the French republican calendar 703#: app/Date/FrenchDate.php:155 704msgctxt "GENITIVE" 705msgid "Thermidor" 706msgstr "" 707 708#. I18N: a month in the French republican calendar 709#: app/Date/FrenchDate.php:157 710msgctxt "GENITIVE" 711msgid "Fructidor" 712msgstr "" 713 714#. I18N: a month in the French republican calendar 715#: app/Date/FrenchDate.php:159 716msgctxt "GENITIVE" 717msgid "jours complementaires" 718msgstr "" 719 720#. I18N: a month in the French republican calendar 721#: app/Date/FrenchDate.php:182 722msgctxt "LOCATIVE" 723msgid "Vendemiaire" 724msgstr "" 725 726#. I18N: a month in the French republican calendar 727#: app/Date/FrenchDate.php:184 728msgctxt "LOCATIVE" 729msgid "Brumaire" 730msgstr "" 731 732#. I18N: a month in the French republican calendar 733#: app/Date/FrenchDate.php:186 734msgctxt "LOCATIVE" 735msgid "Frimaire" 736msgstr "" 737 738#. I18N: a month in the French republican calendar 739#: app/Date/FrenchDate.php:188 740msgctxt "LOCATIVE" 741msgid "Nivose" 742msgstr "" 743 744#. I18N: a month in the French republican calendar 745#: app/Date/FrenchDate.php:190 746msgctxt "LOCATIVE" 747msgid "Pluviose" 748msgstr "" 749 750#. I18N: a month in the French republican calendar 751#: app/Date/FrenchDate.php:192 752msgctxt "LOCATIVE" 753msgid "Ventose" 754msgstr "" 755 756#. I18N: a month in the French republican calendar 757#: app/Date/FrenchDate.php:194 758msgctxt "LOCATIVE" 759msgid "Germinal" 760msgstr "" 761 762#. I18N: a month in the French republican calendar 763#: app/Date/FrenchDate.php:196 764msgctxt "LOCATIVE" 765msgid "Floreal" 766msgstr "" 767 768#. I18N: a month in the French republican calendar 769#: app/Date/FrenchDate.php:198 770msgctxt "LOCATIVE" 771msgid "Prairial" 772msgstr "" 773 774#. I18N: a month in the French republican calendar 775#: app/Date/FrenchDate.php:200 776msgctxt "LOCATIVE" 777msgid "Messidor" 778msgstr "" 779 780#. I18N: a month in the French republican calendar 781#: app/Date/FrenchDate.php:202 782msgctxt "LOCATIVE" 783msgid "Thermidor" 784msgstr "" 785 786#. I18N: a month in the French republican calendar 787#: app/Date/FrenchDate.php:204 788msgctxt "LOCATIVE" 789msgid "Fructidor" 790msgstr "" 791 792#. I18N: a month in the French republican calendar 793#: app/Date/FrenchDate.php:206 794msgctxt "LOCATIVE" 795msgid "jours complementaires" 796msgstr "" 797 798#. I18N: a month in the French republican calendar 799#: app/Date/FrenchDate.php:229 800msgctxt "INSTRUMENTAL" 801msgid "Vendemiaire" 802msgstr "" 803 804#. I18N: a month in the French republican calendar 805#: app/Date/FrenchDate.php:231 806msgctxt "INSTRUMENTAL" 807msgid "Brumaire" 808msgstr "" 809 810#. I18N: a month in the French republican calendar 811#: app/Date/FrenchDate.php:233 812msgctxt "INSTRUMENTAL" 813msgid "Frimaire" 814msgstr "" 815 816#. I18N: a month in the French republican calendar 817#: app/Date/FrenchDate.php:235 818msgctxt "INSTRUMENTAL" 819msgid "Nivose" 820msgstr "" 821 822#. I18N: a month in the French republican calendar 823#: app/Date/FrenchDate.php:237 824msgctxt "INSTRUMENTAL" 825msgid "Pluviose" 826msgstr "" 827 828#. I18N: a month in the French republican calendar 829#: app/Date/FrenchDate.php:239 830msgctxt "INSTRUMENTAL" 831msgid "Ventose" 832msgstr "" 833 834#. I18N: a month in the French republican calendar 835#: app/Date/FrenchDate.php:241 836msgctxt "INSTRUMENTAL" 837msgid "Germinal" 838msgstr "" 839 840#. I18N: a month in the French republican calendar 841#: app/Date/FrenchDate.php:243 842msgctxt "INSTRUMENTAL" 843msgid "Floreal" 844msgstr "" 845 846#. I18N: a month in the French republican calendar 847#: app/Date/FrenchDate.php:245 848msgctxt "INSTRUMENTAL" 849msgid "Prairial" 850msgstr "" 851 852#. I18N: a month in the French republican calendar 853#: app/Date/FrenchDate.php:247 854msgctxt "INSTRUMENTAL" 855msgid "Messidor" 856msgstr "" 857 858#. I18N: a month in the French republican calendar 859#: app/Date/FrenchDate.php:249 860msgctxt "INSTRUMENTAL" 861msgid "Thermidor" 862msgstr "" 863 864#. I18N: a month in the French republican calendar 865#: app/Date/FrenchDate.php:251 866msgctxt "INSTRUMENTAL" 867msgid "Fructidor" 868msgstr "" 869 870#. I18N: a month in the French republican calendar 871#: app/Date/FrenchDate.php:253 872msgctxt "INSTRUMENTAL" 873msgid "jours complementaires" 874msgstr "" 875 876#. I18N: The first day in the French republican calendar 877#: app/Date/FrenchDate.php:287 878msgid "Primidi" 879msgstr "" 880 881#. I18N: The second day in the French republican calendar 882#: app/Date/FrenchDate.php:289 883msgid "Duodi" 884msgstr "" 885 886#. I18N: The third day in the French republican calendar 887#: app/Date/FrenchDate.php:291 888msgid "Tridi" 889msgstr "" 890 891#. I18N: The fourth day in the French republican calendar 892#: app/Date/FrenchDate.php:293 893msgid "Quartidi" 894msgstr "" 895 896#. I18N: The fifth day in the French republican calendar 897#: app/Date/FrenchDate.php:295 898msgid "Quintidi" 899msgstr "" 900 901#. I18N: The sixth day in the French republican calendar 902#: app/Date/FrenchDate.php:297 903msgid "Sextidi" 904msgstr "" 905 906#. I18N: The seventh day in the French republican calendar 907#: app/Date/FrenchDate.php:299 908msgid "Septidi" 909msgstr "" 910 911#. I18N: The eighth day in the French republican calendar 912#: app/Date/FrenchDate.php:301 913msgid "Octidi" 914msgstr "" 915 916#. I18N: The ninth day in the French republican calendar 917#: app/Date/FrenchDate.php:303 918msgid "Nonidi" 919msgstr "" 920 921#. I18N: The tenth day in the French republican calendar 922#: app/Date/FrenchDate.php:305 923msgid "Decidi" 924msgstr "" 925 926#. I18N: http://en.wikipedia.org/wiki/Muharram 927#: app/Date/HijriDate.php:83 928msgctxt "NOMINATIVE" 929msgid "Muharram" 930msgstr "" 931 932#. I18N: http://en.wikipedia.org/wiki/Safar 933#: app/Date/HijriDate.php:85 934msgctxt "NOMINATIVE" 935msgid "Safar" 936msgstr "" 937 938#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-awwal 939#: app/Date/HijriDate.php:87 940msgctxt "NOMINATIVE" 941msgid "Rabi’ al-awwal" 942msgstr "" 943 944#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-thani 945#: app/Date/HijriDate.php:89 946msgctxt "NOMINATIVE" 947msgid "Rabi’ al-thani" 948msgstr "" 949 950#. I18N: http://en.wikipedia.org/wiki/Jumada_al-awwal 951#: app/Date/HijriDate.php:91 952msgctxt "NOMINATIVE" 953msgid "Jumada al-awwal" 954msgstr "" 955 956#. I18N: http://en.wikipedia.org/wiki/Jumada_al-thani 957#: app/Date/HijriDate.php:93 958msgctxt "NOMINATIVE" 959msgid "Jumada al-thani" 960msgstr "" 961 962#. I18N: http://en.wikipedia.org/wiki/Rajab 963#: app/Date/HijriDate.php:95 964msgctxt "NOMINATIVE" 965msgid "Rajab" 966msgstr "" 967 968#. I18N: http://en.wikipedia.org/wiki/Sha%27aban 969#: app/Date/HijriDate.php:97 970msgctxt "NOMINATIVE" 971msgid "Sha’aban" 972msgstr "" 973 974#. I18N: http://en.wikipedia.org/wiki/Ramadan_%28calendar_month%29 975#: app/Date/HijriDate.php:99 976msgctxt "NOMINATIVE" 977msgid "Ramadan" 978msgstr "" 979 980#. I18N: http://en.wikipedia.org/wiki/Shawwal 981#: app/Date/HijriDate.php:101 982msgctxt "NOMINATIVE" 983msgid "Shawwal" 984msgstr "" 985 986#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Qi%27dah 987#: app/Date/HijriDate.php:103 988msgctxt "NOMINATIVE" 989msgid "Dhu al-Qi’dah" 990msgstr "" 991 992#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Hijjah 993#: app/Date/HijriDate.php:105 994msgctxt "NOMINATIVE" 995msgid "Dhu al-Hijjah" 996msgstr "" 997 998#. I18N: http://en.wikipedia.org/wiki/Muharram 999#: app/Date/HijriDate.php:128 1000msgctxt "GENITIVE" 1001msgid "Muharram" 1002msgstr "" 1003 1004#. I18N: http://en.wikipedia.org/wiki/Safar 1005#: app/Date/HijriDate.php:130 1006msgctxt "GENITIVE" 1007msgid "Safar" 1008msgstr "" 1009 1010#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-awwal 1011#: app/Date/HijriDate.php:132 1012msgctxt "GENITIVE" 1013msgid "Rabi’ al-awwal" 1014msgstr "" 1015 1016#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-thani 1017#: app/Date/HijriDate.php:134 1018msgctxt "GENITIVE" 1019msgid "Rabi’ al-thani" 1020msgstr "" 1021 1022#. I18N: http://en.wikipedia.org/wiki/Jumada_al-awwal 1023#: app/Date/HijriDate.php:136 1024msgctxt "GENITIVE" 1025msgid "Jumada al-awwal" 1026msgstr "" 1027 1028#. I18N: http://en.wikipedia.org/wiki/Jumada_al-thani 1029#: app/Date/HijriDate.php:138 1030msgctxt "GENITIVE" 1031msgid "Jumada al-thani" 1032msgstr "" 1033 1034#. I18N: http://en.wikipedia.org/wiki/Rajab 1035#: app/Date/HijriDate.php:140 1036msgctxt "GENITIVE" 1037msgid "Rajab" 1038msgstr "" 1039 1040#. I18N: http://en.wikipedia.org/wiki/Sha%27aban 1041#: app/Date/HijriDate.php:142 1042msgctxt "GENITIVE" 1043msgid "Sha’aban" 1044msgstr "" 1045 1046#. I18N: http://en.wikipedia.org/wiki/Ramadan_%28calendar_month%29 1047#: app/Date/HijriDate.php:144 1048msgctxt "GENITIVE" 1049msgid "Ramadan" 1050msgstr "" 1051 1052#. I18N: http://en.wikipedia.org/wiki/Shawwal 1053#: app/Date/HijriDate.php:146 1054msgctxt "GENITIVE" 1055msgid "Shawwal" 1056msgstr "" 1057 1058#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Qi%27dah 1059#: app/Date/HijriDate.php:148 1060msgctxt "GENITIVE" 1061msgid "Dhu al-Qi’dah" 1062msgstr "" 1063 1064#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Hijjah 1065#: app/Date/HijriDate.php:150 1066msgctxt "GENITIVE" 1067msgid "Dhu al-Hijjah" 1068msgstr "" 1069 1070#. I18N: http://en.wikipedia.org/wiki/Muharram 1071#: app/Date/HijriDate.php:173 1072msgctxt "LOCATIVE" 1073msgid "Muharram" 1074msgstr "" 1075 1076#. I18N: http://en.wikipedia.org/wiki/Safar 1077#: app/Date/HijriDate.php:175 1078msgctxt "LOCATIVE" 1079msgid "Safar" 1080msgstr "" 1081 1082#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-awwal 1083#: app/Date/HijriDate.php:177 1084msgctxt "LOCATIVE" 1085msgid "Rabi’ al-awwal" 1086msgstr "" 1087 1088#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-thani 1089#: app/Date/HijriDate.php:179 1090msgctxt "LOCATIVE" 1091msgid "Rabi’ al-thani" 1092msgstr "" 1093 1094#. I18N: http://en.wikipedia.org/wiki/Jumada_al-awwal 1095#: app/Date/HijriDate.php:181 1096msgctxt "LOCATIVE" 1097msgid "Jumada al-awwal" 1098msgstr "" 1099 1100#. I18N: http://en.wikipedia.org/wiki/Jumada_al-thani 1101#: app/Date/HijriDate.php:183 1102msgctxt "LOCATIVE" 1103msgid "Jumada al-thani" 1104msgstr "" 1105 1106#. I18N: http://en.wikipedia.org/wiki/Rajab 1107#: app/Date/HijriDate.php:185 1108msgctxt "LOCATIVE" 1109msgid "Rajab" 1110msgstr "" 1111 1112#. I18N: http://en.wikipedia.org/wiki/Sha%27aban 1113#: app/Date/HijriDate.php:187 1114msgctxt "LOCATIVE" 1115msgid "Sha’aban" 1116msgstr "" 1117 1118#. I18N: http://en.wikipedia.org/wiki/Ramadan_%28calendar_month%29 1119#: app/Date/HijriDate.php:189 1120msgctxt "LOCATIVE" 1121msgid "Ramadan" 1122msgstr "" 1123 1124#. I18N: http://en.wikipedia.org/wiki/Shawwal 1125#: app/Date/HijriDate.php:191 1126msgctxt "LOCATIVE" 1127msgid "Shawwal" 1128msgstr "" 1129 1130#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Qi%27dah 1131#: app/Date/HijriDate.php:193 1132msgctxt "LOCATIVE" 1133msgid "Dhu al-Qi’dah" 1134msgstr "" 1135 1136#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Hijjah 1137#: app/Date/HijriDate.php:195 1138msgctxt "LOCATIVE" 1139msgid "Dhu al-Hijjah" 1140msgstr "" 1141 1142#. I18N: http://en.wikipedia.org/wiki/Muharram 1143#: app/Date/HijriDate.php:218 1144msgctxt "INSTRUMENTAL" 1145msgid "Muharram" 1146msgstr "" 1147 1148#. I18N: http://en.wikipedia.org/wiki/Safar 1149#: app/Date/HijriDate.php:220 1150msgctxt "INSTRUMENTAL" 1151msgid "Safar" 1152msgstr "" 1153 1154#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-awwal 1155#: app/Date/HijriDate.php:222 1156msgctxt "INSTRUMENTAL" 1157msgid "Rabi’ al-awwal" 1158msgstr "" 1159 1160#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-thani 1161#: app/Date/HijriDate.php:224 1162msgctxt "INSTRUMENTAL" 1163msgid "Rabi’ al-thani" 1164msgstr "" 1165 1166#. I18N: http://en.wikipedia.org/wiki/Jumada_al-awwal 1167#: app/Date/HijriDate.php:226 1168msgctxt "INSTRUMENTAL" 1169msgid "Jumada al-awwal" 1170msgstr "" 1171 1172#. I18N: http://en.wikipedia.org/wiki/Jumada_al-thani 1173#: app/Date/HijriDate.php:228 1174msgctxt "INSTRUMENTAL" 1175msgid "Jumada al-thani" 1176msgstr "" 1177 1178#. I18N: http://en.wikipedia.org/wiki/Rajab 1179#: app/Date/HijriDate.php:230 1180msgctxt "INSTRUMENTAL" 1181msgid "Rajab" 1182msgstr "" 1183 1184#. I18N: http://en.wikipedia.org/wiki/Sha%27aban 1185#: app/Date/HijriDate.php:232 1186msgctxt "INSTRUMENTAL" 1187msgid "Sha’aban" 1188msgstr "" 1189 1190#. I18N: http://en.wikipedia.org/wiki/Ramadan_%28calendar_month%29 1191#: app/Date/HijriDate.php:234 1192msgctxt "INSTRUMENTAL" 1193msgid "Ramadan" 1194msgstr "" 1195 1196#. I18N: http://en.wikipedia.org/wiki/Shawwal 1197#: app/Date/HijriDate.php:236 1198msgctxt "INSTRUMENTAL" 1199msgid "Shawwal" 1200msgstr "" 1201 1202#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Qi%27dah 1203#: app/Date/HijriDate.php:238 1204msgctxt "INSTRUMENTAL" 1205msgid "Dhu al-Qi’dah" 1206msgstr "" 1207 1208#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Hijjah 1209#: app/Date/HijriDate.php:240 1210msgctxt "INSTRUMENTAL" 1211msgid "Dhu al-Hijjah" 1212msgstr "" 1213 1214#. I18N: 1st month in the Persian/Jalali calendar 1215#: app/Date/JalaliDate.php:80 1216msgctxt "NOMINATIVE" 1217msgid "Farvardin" 1218msgstr "" 1219 1220#. I18N: 2nd month in the Persian/Jalali calendar 1221#: app/Date/JalaliDate.php:82 1222msgctxt "NOMINATIVE" 1223msgid "Ordibehesht" 1224msgstr "" 1225 1226#. I18N: 3rd month in the Persian/Jalali calendar 1227#: app/Date/JalaliDate.php:84 1228msgctxt "NOMINATIVE" 1229msgid "Khordad" 1230msgstr "" 1231 1232#. I18N: 4th month in the Persian/Jalali calendar 1233#: app/Date/JalaliDate.php:86 1234msgctxt "NOMINATIVE" 1235msgid "Tir" 1236msgstr "" 1237 1238#. I18N: 5th month in the Persian/Jalali calendar 1239#: app/Date/JalaliDate.php:88 1240msgctxt "NOMINATIVE" 1241msgid "Mordad" 1242msgstr "" 1243 1244#. I18N: 6th month in the Persian/Jalali calendar 1245#: app/Date/JalaliDate.php:90 1246msgctxt "NOMINATIVE" 1247msgid "Shahrivar" 1248msgstr "" 1249 1250#. I18N: 7th month in the Persian/Jalali calendar 1251#: app/Date/JalaliDate.php:92 1252msgctxt "NOMINATIVE" 1253msgid "Mehr" 1254msgstr "" 1255 1256#. I18N: 8th month in the Persian/Jalali calendar 1257#: app/Date/JalaliDate.php:94 1258msgctxt "NOMINATIVE" 1259msgid "Aban" 1260msgstr "" 1261 1262#. I18N: 9th month in the Persian/Jalali calendar 1263#: app/Date/JalaliDate.php:96 1264msgctxt "NOMINATIVE" 1265msgid "Azar" 1266msgstr "" 1267 1268#. I18N: 10th month in the Persian/Jalali calendar 1269#: app/Date/JalaliDate.php:98 1270msgctxt "NOMINATIVE" 1271msgid "Dey" 1272msgstr "" 1273 1274#. I18N: 11th month in the Persian/Jalali calendar 1275#: app/Date/JalaliDate.php:100 1276msgctxt "NOMINATIVE" 1277msgid "Bahman" 1278msgstr "" 1279 1280#. I18N: 12th month in the Persian/Jalali calendar 1281#: app/Date/JalaliDate.php:102 1282msgctxt "NOMINATIVE" 1283msgid "Esfand" 1284msgstr "" 1285 1286#. I18N: 1st month in the Persian/Jalali calendar 1287#: app/Date/JalaliDate.php:125 1288msgctxt "GENITIVE" 1289msgid "Farvardin" 1290msgstr "" 1291 1292#. I18N: 2nd month in the Persian/Jalali calendar 1293#: app/Date/JalaliDate.php:127 1294msgctxt "GENITIVE" 1295msgid "Ordibehesht" 1296msgstr "" 1297 1298#. I18N: 3rd month in the Persian/Jalali calendar 1299#: app/Date/JalaliDate.php:129 1300msgctxt "GENITIVE" 1301msgid "Khordad" 1302msgstr "" 1303 1304#. I18N: 4th month in the Persian/Jalali calendar 1305#: app/Date/JalaliDate.php:131 1306msgctxt "GENITIVE" 1307msgid "Tir" 1308msgstr "" 1309 1310#. I18N: 5th month in the Persian/Jalali calendar 1311#: app/Date/JalaliDate.php:133 1312msgctxt "GENITIVE" 1313msgid "Mordad" 1314msgstr "" 1315 1316#. I18N: 6th month in the Persian/Jalali calendar 1317#: app/Date/JalaliDate.php:135 1318msgctxt "GENITIVE" 1319msgid "Shahrivar" 1320msgstr "" 1321 1322#. I18N: 7th month in the Persian/Jalali calendar 1323#: app/Date/JalaliDate.php:137 1324msgctxt "GENITIVE" 1325msgid "Mehr" 1326msgstr "" 1327 1328#. I18N: 8th month in the Persian/Jalali calendar 1329#: app/Date/JalaliDate.php:139 1330msgctxt "GENITIVE" 1331msgid "Aban" 1332msgstr "" 1333 1334#. I18N: 9th month in the Persian/Jalali calendar 1335#: app/Date/JalaliDate.php:141 1336msgctxt "GENITIVE" 1337msgid "Azar" 1338msgstr "" 1339 1340#. I18N: 10th month in the Persian/Jalali calendar 1341#: app/Date/JalaliDate.php:143 1342msgctxt "GENITIVE" 1343msgid "Dey" 1344msgstr "" 1345 1346#. I18N: 11th month in the Persian/Jalali calendar 1347#: app/Date/JalaliDate.php:145 1348msgctxt "GENITIVE" 1349msgid "Bahman" 1350msgstr "" 1351 1352#. I18N: 12th month in the Persian/Jalali calendar 1353#: app/Date/JalaliDate.php:147 1354msgctxt "GENITIVE" 1355msgid "Esfand" 1356msgstr "" 1357 1358#. I18N: 1st month in the Persian/Jalali calendar 1359#: app/Date/JalaliDate.php:170 1360msgctxt "LOCATIVE" 1361msgid "Farvardin" 1362msgstr "" 1363 1364#. I18N: 2nd month in the Persian/Jalali calendar 1365#: app/Date/JalaliDate.php:172 1366msgctxt "LOCATIVE" 1367msgid "Ordibehesht" 1368msgstr "" 1369 1370#. I18N: 3rd month in the Persian/Jalali calendar 1371#: app/Date/JalaliDate.php:174 1372msgctxt "LOCATIVE" 1373msgid "Khordad" 1374msgstr "" 1375 1376#. I18N: 4th month in the Persian/Jalali calendar 1377#: app/Date/JalaliDate.php:176 1378msgctxt "LOCATIVE" 1379msgid "Tir" 1380msgstr "" 1381 1382#. I18N: 5th month in the Persian/Jalali calendar 1383#: app/Date/JalaliDate.php:178 1384msgctxt "LOCATIVE" 1385msgid "Mordad" 1386msgstr "" 1387 1388#. I18N: 6th month in the Persian/Jalali calendar 1389#: app/Date/JalaliDate.php:180 1390msgctxt "LOCATIVE" 1391msgid "Shahrivar" 1392msgstr "" 1393 1394#. I18N: 7th month in the Persian/Jalali calendar 1395#: app/Date/JalaliDate.php:182 1396msgctxt "LOCATIVE" 1397msgid "Mehr" 1398msgstr "" 1399 1400#. I18N: 8th month in the Persian/Jalali calendar 1401#: app/Date/JalaliDate.php:184 1402msgctxt "LOCATIVE" 1403msgid "Aban" 1404msgstr "" 1405 1406#. I18N: 9th month in the Persian/Jalali calendar 1407#: app/Date/JalaliDate.php:186 1408msgctxt "LOCATIVE" 1409msgid "Azar" 1410msgstr "" 1411 1412#. I18N: 10th month in the Persian/Jalali calendar 1413#: app/Date/JalaliDate.php:188 1414msgctxt "LOCATIVE" 1415msgid "Dey" 1416msgstr "" 1417 1418#. I18N: 11th month in the Persian/Jalali calendar 1419#: app/Date/JalaliDate.php:190 1420msgctxt "LOCATIVE" 1421msgid "Bahman" 1422msgstr "" 1423 1424#. I18N: 12th month in the Persian/Jalali calendar 1425#: app/Date/JalaliDate.php:192 1426msgctxt "LOCATIVE" 1427msgid "Esfand" 1428msgstr "" 1429 1430#. I18N: 1st month in the Persian/Jalali calendar 1431#: app/Date/JalaliDate.php:215 1432msgctxt "INSTRUMENTAL" 1433msgid "Farvardin" 1434msgstr "" 1435 1436#. I18N: 2nd month in the Persian/Jalali calendar 1437#: app/Date/JalaliDate.php:217 1438msgctxt "INSTRUMENTAL" 1439msgid "Ordibehesht" 1440msgstr "" 1441 1442#. I18N: 3rd month in the Persian/Jalali calendar 1443#: app/Date/JalaliDate.php:219 1444msgctxt "INSTRUMENTAL" 1445msgid "Khordad" 1446msgstr "" 1447 1448#. I18N: 4th month in the Persian/Jalali calendar 1449#: app/Date/JalaliDate.php:221 1450msgctxt "INSTRUMENTAL" 1451msgid "Tir" 1452msgstr "" 1453 1454#. I18N: 5th month in the Persian/Jalali calendar 1455#: app/Date/JalaliDate.php:223 1456msgctxt "INSTRUMENTAL" 1457msgid "Mordad" 1458msgstr "" 1459 1460#. I18N: 6th month in the Persian/Jalali calendar 1461#: app/Date/JalaliDate.php:225 1462msgctxt "INSTRUMENTAL" 1463msgid "Shahrivar" 1464msgstr "" 1465 1466#. I18N: 7th month in the Persian/Jalali calendar 1467#: app/Date/JalaliDate.php:227 1468msgctxt "INSTRUMENTAL" 1469msgid "Mehr" 1470msgstr "" 1471 1472#. I18N: 8th month in the Persian/Jalali calendar 1473#: app/Date/JalaliDate.php:229 1474msgctxt "INSTRUMENTAL" 1475msgid "Aban" 1476msgstr "" 1477 1478#. I18N: 9th month in the Persian/Jalali calendar 1479#: app/Date/JalaliDate.php:231 1480msgctxt "INSTRUMENTAL" 1481msgid "Azar" 1482msgstr "" 1483 1484#. I18N: 10th month in the Persian/Jalali calendar 1485#: app/Date/JalaliDate.php:233 1486msgctxt "INSTRUMENTAL" 1487msgid "Dey" 1488msgstr "" 1489 1490#. I18N: 11th month in the Persian/Jalali calendar 1491#: app/Date/JalaliDate.php:235 1492msgctxt "INSTRUMENTAL" 1493msgid "Bahman" 1494msgstr "" 1495 1496#. I18N: 12th month in the Persian/Jalali calendar 1497#: app/Date/JalaliDate.php:237 1498msgctxt "INSTRUMENTAL" 1499msgid "Esfand" 1500msgstr "" 1501 1502#: app/Date/JalaliDate.php:259 1503msgctxt "Abbreviation for Persian month: Farvardin" 1504msgid "Far" 1505msgstr "" 1506 1507#: app/Date/JalaliDate.php:260 1508msgctxt "Abbreviation for Persian month: Ordibehesht" 1509msgid "Ord" 1510msgstr "" 1511 1512#: app/Date/JalaliDate.php:261 1513msgctxt "Abbreviation for Persian month: Khordad" 1514msgid "Khor" 1515msgstr "" 1516 1517#: app/Date/JalaliDate.php:262 1518msgctxt "Abbreviation for Persian month: Tir" 1519msgid "Tir" 1520msgstr "" 1521 1522#: app/Date/JalaliDate.php:263 1523msgctxt "Abbreviation for Persian month: Mordad" 1524msgid "Mor" 1525msgstr "" 1526 1527#: app/Date/JalaliDate.php:264 1528msgctxt "Abbreviation for Persian month: Shahrivar" 1529msgid "Shah" 1530msgstr "" 1531 1532#: app/Date/JalaliDate.php:265 1533msgctxt "Abbreviation for Persian month: Mehr" 1534msgid "Mehr" 1535msgstr "" 1536 1537#: app/Date/JalaliDate.php:266 1538msgctxt "Abbreviation for Persian month: Aban" 1539msgid "Aban" 1540msgstr "" 1541 1542#: app/Date/JalaliDate.php:267 1543msgctxt "Abbreviation for Persian month: Azar" 1544msgid "Azar" 1545msgstr "" 1546 1547#: app/Date/JalaliDate.php:268 1548msgctxt "Abbreviation for Persian month: Dey" 1549msgid "Dey" 1550msgstr "" 1551 1552#: app/Date/JalaliDate.php:269 1553msgctxt "Abbreviation for Persian month: Bahman" 1554msgid "Bah" 1555msgstr "" 1556 1557#: app/Date/JalaliDate.php:270 1558msgctxt "Abbreviation for Persian month: Esfand" 1559msgid "Esf" 1560msgstr "" 1561 1562#. I18N: a month in the Jewish calendar 1563#: app/Date/JewishDate.php:126 1564msgctxt "NOMINATIVE" 1565msgid "Tishrei" 1566msgstr "" 1567 1568#. I18N: a month in the Jewish calendar 1569#: app/Date/JewishDate.php:128 1570msgctxt "NOMINATIVE" 1571msgid "Heshvan" 1572msgstr "" 1573 1574#. I18N: a month in the Jewish calendar 1575#: app/Date/JewishDate.php:130 1576msgctxt "NOMINATIVE" 1577msgid "Kislev" 1578msgstr "" 1579 1580#. I18N: a month in the Jewish calendar 1581#: app/Date/JewishDate.php:132 1582msgctxt "NOMINATIVE" 1583msgid "Tevet" 1584msgstr "" 1585 1586#. I18N: a month in the Jewish calendar 1587#: app/Date/JewishDate.php:134 1588msgctxt "NOMINATIVE" 1589msgid "Shevat" 1590msgstr "" 1591 1592#. I18N: a month in the Jewish calendar 1593#: app/Date/JewishDate.php:136 1594msgctxt "NOMINATIVE" 1595msgid "Adar I" 1596msgstr "" 1597 1598#. I18N: a month in the Jewish calendar 1599#: app/Date/JewishDate.php:138 1600msgctxt "NOMINATIVE" 1601msgid "Adar" 1602msgstr "" 1603 1604#. I18N: a month in the Jewish calendar 1605#: app/Date/JewishDate.php:140 1606msgctxt "NOMINATIVE" 1607msgid "Adar II" 1608msgstr "" 1609 1610#. I18N: a month in the Jewish calendar 1611#: app/Date/JewishDate.php:142 1612msgctxt "NOMINATIVE" 1613msgid "Nissan" 1614msgstr "" 1615 1616#. I18N: a month in the Jewish calendar 1617#: app/Date/JewishDate.php:144 1618msgctxt "NOMINATIVE" 1619msgid "Iyar" 1620msgstr "" 1621 1622#. I18N: a month in the Jewish calendar 1623#: app/Date/JewishDate.php:146 1624msgctxt "NOMINATIVE" 1625msgid "Sivan" 1626msgstr "" 1627 1628#. I18N: a month in the Jewish calendar 1629#: app/Date/JewishDate.php:148 1630msgctxt "NOMINATIVE" 1631msgid "Tamuz" 1632msgstr "" 1633 1634#. I18N: a month in the Jewish calendar 1635#: app/Date/JewishDate.php:150 1636msgctxt "NOMINATIVE" 1637msgid "Av" 1638msgstr "" 1639 1640#. I18N: a month in the Jewish calendar 1641#: app/Date/JewishDate.php:152 1642msgctxt "NOMINATIVE" 1643msgid "Elul" 1644msgstr "" 1645 1646#. I18N: a month in the Jewish calendar 1647#: app/Date/JewishDate.php:179 1648msgctxt "GENITIVE" 1649msgid "Tishrei" 1650msgstr "" 1651 1652#. I18N: a month in the Jewish calendar 1653#: app/Date/JewishDate.php:181 1654msgctxt "GENITIVE" 1655msgid "Heshvan" 1656msgstr "" 1657 1658#. I18N: a month in the Jewish calendar 1659#: app/Date/JewishDate.php:183 1660msgctxt "GENITIVE" 1661msgid "Kislev" 1662msgstr "" 1663 1664#. I18N: a month in the Jewish calendar 1665#: app/Date/JewishDate.php:185 1666msgctxt "GENITIVE" 1667msgid "Tevet" 1668msgstr "" 1669 1670#. I18N: a month in the Jewish calendar 1671#: app/Date/JewishDate.php:187 1672msgctxt "GENITIVE" 1673msgid "Shevat" 1674msgstr "" 1675 1676#. I18N: a month in the Jewish calendar 1677#: app/Date/JewishDate.php:189 1678msgctxt "GENITIVE" 1679msgid "Adar I" 1680msgstr "" 1681 1682#. I18N: a month in the Jewish calendar 1683#: app/Date/JewishDate.php:191 1684msgctxt "GENITIVE" 1685msgid "Adar" 1686msgstr "" 1687 1688#. I18N: a month in the Jewish calendar 1689#: app/Date/JewishDate.php:193 1690msgctxt "GENITIVE" 1691msgid "Adar II" 1692msgstr "" 1693 1694#. I18N: a month in the Jewish calendar 1695#: app/Date/JewishDate.php:195 1696msgctxt "GENITIVE" 1697msgid "Nissan" 1698msgstr "" 1699 1700#. I18N: a month in the Jewish calendar 1701#: app/Date/JewishDate.php:197 1702msgctxt "GENITIVE" 1703msgid "Iyar" 1704msgstr "" 1705 1706#. I18N: a month in the Jewish calendar 1707#: app/Date/JewishDate.php:199 1708msgctxt "GENITIVE" 1709msgid "Sivan" 1710msgstr "" 1711 1712#. I18N: a month in the Jewish calendar 1713#: app/Date/JewishDate.php:201 1714msgctxt "GENITIVE" 1715msgid "Tamuz" 1716msgstr "" 1717 1718#. I18N: a month in the Jewish calendar 1719#: app/Date/JewishDate.php:203 1720msgctxt "GENITIVE" 1721msgid "Av" 1722msgstr "" 1723 1724#. I18N: a month in the Jewish calendar 1725#: app/Date/JewishDate.php:205 1726msgctxt "GENITIVE" 1727msgid "Elul" 1728msgstr "" 1729 1730#. I18N: a month in the Jewish calendar 1731#: app/Date/JewishDate.php:232 1732msgctxt "LOCATIVE" 1733msgid "Tishrei" 1734msgstr "" 1735 1736#. I18N: a month in the Jewish calendar 1737#: app/Date/JewishDate.php:234 1738msgctxt "LOCATIVE" 1739msgid "Heshvan" 1740msgstr "" 1741 1742#. I18N: a month in the Jewish calendar 1743#: app/Date/JewishDate.php:236 1744msgctxt "LOCATIVE" 1745msgid "Kislev" 1746msgstr "" 1747 1748#. I18N: a month in the Jewish calendar 1749#: app/Date/JewishDate.php:238 1750msgctxt "LOCATIVE" 1751msgid "Tevet" 1752msgstr "" 1753 1754#. I18N: a month in the Jewish calendar 1755#: app/Date/JewishDate.php:240 1756msgctxt "LOCATIVE" 1757msgid "Shevat" 1758msgstr "" 1759 1760#. I18N: a month in the Jewish calendar 1761#: app/Date/JewishDate.php:242 1762msgctxt "LOCATIVE" 1763msgid "Adar I" 1764msgstr "" 1765 1766#. I18N: a month in the Jewish calendar 1767#: app/Date/JewishDate.php:244 1768msgctxt "LOCATIVE" 1769msgid "Adar" 1770msgstr "" 1771 1772#. I18N: a month in the Jewish calendar 1773#: app/Date/JewishDate.php:246 1774msgctxt "LOCATIVE" 1775msgid "Adar II" 1776msgstr "" 1777 1778#. I18N: a month in the Jewish calendar 1779#: app/Date/JewishDate.php:248 1780msgctxt "LOCATIVE" 1781msgid "Nissan" 1782msgstr "" 1783 1784#. I18N: a month in the Jewish calendar 1785#: app/Date/JewishDate.php:250 1786msgctxt "LOCATIVE" 1787msgid "Iyar" 1788msgstr "" 1789 1790#. I18N: a month in the Jewish calendar 1791#: app/Date/JewishDate.php:252 1792msgctxt "LOCATIVE" 1793msgid "Sivan" 1794msgstr "" 1795 1796#. I18N: a month in the Jewish calendar 1797#: app/Date/JewishDate.php:254 1798msgctxt "LOCATIVE" 1799msgid "Tamuz" 1800msgstr "" 1801 1802#. I18N: a month in the Jewish calendar 1803#: app/Date/JewishDate.php:256 1804msgctxt "LOCATIVE" 1805msgid "Av" 1806msgstr "" 1807 1808#. I18N: a month in the Jewish calendar 1809#: app/Date/JewishDate.php:258 1810msgctxt "LOCATIVE" 1811msgid "Elul" 1812msgstr "" 1813 1814#. I18N: a month in the Jewish calendar 1815#: app/Date/JewishDate.php:285 1816msgctxt "INSTRUMENTAL" 1817msgid "Tishrei" 1818msgstr "" 1819 1820#. I18N: a month in the Jewish calendar 1821#: app/Date/JewishDate.php:287 1822msgctxt "INSTRUMENTAL" 1823msgid "Heshvan" 1824msgstr "" 1825 1826#. I18N: a month in the Jewish calendar 1827#: app/Date/JewishDate.php:289 1828msgctxt "INSTRUMENTAL" 1829msgid "Kislev" 1830msgstr "" 1831 1832#. I18N: a month in the Jewish calendar 1833#: app/Date/JewishDate.php:291 1834msgctxt "INSTRUMENTAL" 1835msgid "Tevet" 1836msgstr "" 1837 1838#. I18N: a month in the Jewish calendar 1839#: app/Date/JewishDate.php:293 1840msgctxt "INSTRUMENTAL" 1841msgid "Shevat" 1842msgstr "" 1843 1844#. I18N: a month in the Jewish calendar 1845#: app/Date/JewishDate.php:295 1846msgctxt "INSTRUMENTAL" 1847msgid "Adar I" 1848msgstr "" 1849 1850#. I18N: a month in the Jewish calendar 1851#: app/Date/JewishDate.php:297 1852msgctxt "INSTRUMENTAL" 1853msgid "Adar" 1854msgstr "" 1855 1856#. I18N: a month in the Jewish calendar 1857#: app/Date/JewishDate.php:299 1858msgctxt "INSTRUMENTAL" 1859msgid "Adar II" 1860msgstr "" 1861 1862#. I18N: a month in the Jewish calendar 1863#: app/Date/JewishDate.php:301 1864msgctxt "INSTRUMENTAL" 1865msgid "Nissan" 1866msgstr "" 1867 1868#. I18N: a month in the Jewish calendar 1869#: app/Date/JewishDate.php:303 1870msgctxt "INSTRUMENTAL" 1871msgid "Iyar" 1872msgstr "" 1873 1874#. I18N: a month in the Jewish calendar 1875#: app/Date/JewishDate.php:305 1876msgctxt "INSTRUMENTAL" 1877msgid "Sivan" 1878msgstr "" 1879 1880#. I18N: a month in the Jewish calendar 1881#: app/Date/JewishDate.php:307 1882msgctxt "INSTRUMENTAL" 1883msgid "Tamuz" 1884msgstr "" 1885 1886#. I18N: a month in the Jewish calendar 1887#: app/Date/JewishDate.php:309 1888msgctxt "INSTRUMENTAL" 1889msgid "Av" 1890msgstr "" 1891 1892#. I18N: a month in the Jewish calendar 1893#: app/Date/JewishDate.php:311 1894msgctxt "INSTRUMENTAL" 1895msgid "Elul" 1896msgstr "" 1897 1898#. I18N: BCE=Before the Common Era, for Julian years < 0. See http://en.wikipedia.org/wiki/Common_Era 1899#: app/Date/JulianDate.php:98 1900#, php-format 1901msgid "%s BCE" 1902msgstr "" 1903 1904#. I18N: CE=Common Era, for Julian years > 0. See http://en.wikipedia.org/wiki/Common_Era 1905#: app/Date/JulianDate.php:102 app/Date/JulianDate.php:106 1906#, php-format 1907msgid "%s CE" 1908msgstr "" 1909 1910#: app/Exceptions/FamilyAccessDeniedException.php:35 1911#: app/Exceptions/FamilyNotFoundException.php:35 1912msgid "This family does not exist or you do not have permission to view it." 1913msgstr "" 1914 1915#: app/Exceptions/GedcomErrorException.php:37 1916msgid "Invalid GEDCOM record" 1917msgstr "" 1918 1919#: app/Exceptions/HttpAccessDeniedException.php:34 1920#: app/Exceptions/HttpNotFoundException.php:34 1921msgid "You do not have permission to view this page." 1922msgstr "" 1923 1924#: app/Exceptions/IndividualAccessDeniedException.php:35 1925#: app/Exceptions/IndividualNotFoundException.php:35 1926msgid "This individual does not exist or you do not have permission to view it." 1927msgstr "" 1928 1929#: app/Exceptions/MediaAccessDeniedException.php:35 1930#: app/Exceptions/MediaNotFoundException.php:35 1931msgid "This media object does not exist or you do not have permission to view it." 1932msgstr "" 1933 1934#: app/Exceptions/NoteAccessDeniedException.php:35 1935#: app/Exceptions/NoteNotFoundException.php:35 1936msgid "This note does not exist or you do not have permission to view it." 1937msgstr "" 1938 1939#: app/Exceptions/RecordAccessDeniedException.php:35 1940#: app/Exceptions/RecordNotFoundException.php:35 1941msgid "This record does not exist or you do not have permission to view it." 1942msgstr "" 1943 1944#: app/Exceptions/RepositoryAccessDeniedException.php:35 1945#: app/Exceptions/RepositoryNotFoundException.php:35 1946msgid "This repository does not exist or you do not have permission to view it." 1947msgstr "" 1948 1949#: app/Exceptions/SourceAccessDeniedException.php:35 1950#: app/Exceptions/SourceNotFoundException.php:35 1951msgid "This source does not exist or you do not have permission to view it." 1952msgstr "" 1953 1954#. I18N: a label/value pair, such as “Occupation: Farmer”. Some languages may need to change the punctuation. 1955#: app/Fact.php:614 app/Functions/FunctionsPrintFacts.php:571 1956#: app/GedcomTag.php:2132 1957#, php-format 1958msgid "<span class=\"label\">%1$s:</span> <span class=\"field\" dir=\"auto\">%2$s</span>" 1959msgstr "" 1960 1961#: app/Family.php:427 app/Family.php:445 1962#: app/Http/Controllers/ListController.php:211 1963#: app/Http/Controllers/ListController.php:746 app/Individual.php:1165 1964msgctxt "Unknown given name" 1965msgid "…" 1966msgstr "" 1967 1968#: app/Family.php:427 app/Family.php:445 1969#: app/Http/Controllers/ListController.php:196 1970#: app/Http/Controllers/ListController.php:220 1971#: app/Http/Controllers/ListController.php:763 app/Individual.php:1164 1972msgctxt "Unknown surname" 1973msgid "…" 1974msgstr "" 1975 1976#: app/Functions/Functions.php:44 1977msgid "File successfully uploaded" 1978msgstr "" 1979 1980#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php 1981#: app/Functions/Functions.php:48 1982msgid "The uploaded file exceeds the allowed size." 1983msgstr "" 1984 1985#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php 1986#: app/Functions/Functions.php:51 1987msgid "The file was only partially uploaded. Please try again." 1988msgstr "" 1989 1990#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php 1991#: app/Functions/Functions.php:54 1992msgid "No file was received. Please try again." 1993msgstr "" 1994 1995#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php 1996#: app/Functions/Functions.php:57 1997msgid "The PHP temporary folder is missing." 1998msgstr "" 1999 2000#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php 2001#: app/Functions/Functions.php:60 2002msgid "PHP failed to write to disk." 2003msgstr "" 2004 2005#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php 2006#: app/Functions/Functions.php:63 2007msgid "PHP blocked the file because of its extension." 2008msgstr "" 2009 2010#. I18N: reflexive pronoun 2011#: app/Functions/Functions.php:187 2012msgid "himself" 2013msgstr "" 2014 2015#. I18N: reflexive pronoun 2016#: app/Functions/Functions.php:190 2017msgid "herself" 2018msgstr "" 2019 2020#. I18N: reflexive pronoun - gender neutral version of himself/herself 2021#: app/Functions/Functions.php:193 2022msgid "themself" 2023msgstr "" 2024 2025#. 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. 2026#: app/Functions/Functions.php:374 2027msgctxt "MALE" 2028msgid "first cousin" 2029msgstr "" 2030 2031#. 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. 2032#: app/Functions/Functions.php:377 2033msgctxt "MALE" 2034msgid "second cousin" 2035msgstr "" 2036 2037#. 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. 2038#: app/Functions/Functions.php:380 2039msgctxt "MALE" 2040msgid "third cousin" 2041msgstr "" 2042 2043#. 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. 2044#: app/Functions/Functions.php:383 2045msgctxt "MALE" 2046msgid "fourth cousin" 2047msgstr "" 2048 2049#. 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. 2050#: app/Functions/Functions.php:386 2051msgctxt "MALE" 2052msgid "fifth cousin" 2053msgstr "" 2054 2055#. 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. 2056#: app/Functions/Functions.php:389 2057msgctxt "MALE" 2058msgid "sixth cousin" 2059msgstr "" 2060 2061#. 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. 2062#: app/Functions/Functions.php:392 2063msgctxt "MALE" 2064msgid "seventh cousin" 2065msgstr "" 2066 2067#. 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. 2068#: app/Functions/Functions.php:395 2069msgctxt "MALE" 2070msgid "eighth cousin" 2071msgstr "" 2072 2073#. 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. 2074#: app/Functions/Functions.php:398 2075msgctxt "MALE" 2076msgid "ninth cousin" 2077msgstr "" 2078 2079#. 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. 2080#: app/Functions/Functions.php:401 2081msgctxt "MALE" 2082msgid "tenth cousin" 2083msgstr "" 2084 2085#. 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. 2086#: app/Functions/Functions.php:404 2087msgctxt "MALE" 2088msgid "eleventh cousin" 2089msgstr "" 2090 2091#. 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. 2092#: app/Functions/Functions.php:407 2093msgctxt "MALE" 2094msgid "twelfth cousin" 2095msgstr "" 2096 2097#. 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. 2098#: app/Functions/Functions.php:410 2099msgctxt "MALE" 2100msgid "thirteenth cousin" 2101msgstr "" 2102 2103#. 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. 2104#: app/Functions/Functions.php:413 2105msgctxt "MALE" 2106msgid "fourteenth cousin" 2107msgstr "" 2108 2109#. 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. 2110#: app/Functions/Functions.php:416 2111msgctxt "MALE" 2112msgid "fifteenth cousin" 2113msgstr "" 2114 2115#. 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. 2116#: app/Functions/Functions.php:419 2117#, php-format 2118msgctxt "MALE" 2119msgid "%s × cousin" 2120msgstr "" 2121 2122#: app/Functions/Functions.php:426 2123msgctxt "FEMALE" 2124msgid "first cousin" 2125msgstr "" 2126 2127#: app/Functions/Functions.php:428 2128msgctxt "FEMALE" 2129msgid "second cousin" 2130msgstr "" 2131 2132#: app/Functions/Functions.php:430 2133msgctxt "FEMALE" 2134msgid "third cousin" 2135msgstr "" 2136 2137#: app/Functions/Functions.php:432 2138msgctxt "FEMALE" 2139msgid "fourth cousin" 2140msgstr "" 2141 2142#: app/Functions/Functions.php:434 2143msgctxt "FEMALE" 2144msgid "fifth cousin" 2145msgstr "" 2146 2147#: app/Functions/Functions.php:436 2148msgctxt "FEMALE" 2149msgid "sixth cousin" 2150msgstr "" 2151 2152#: app/Functions/Functions.php:438 2153msgctxt "FEMALE" 2154msgid "seventh cousin" 2155msgstr "" 2156 2157#: app/Functions/Functions.php:440 2158msgctxt "FEMALE" 2159msgid "eighth cousin" 2160msgstr "" 2161 2162#: app/Functions/Functions.php:442 2163msgctxt "FEMALE" 2164msgid "ninth cousin" 2165msgstr "" 2166 2167#: app/Functions/Functions.php:444 2168msgctxt "FEMALE" 2169msgid "tenth cousin" 2170msgstr "" 2171 2172#: app/Functions/Functions.php:446 2173msgctxt "FEMALE" 2174msgid "eleventh cousin" 2175msgstr "" 2176 2177#: app/Functions/Functions.php:448 2178msgctxt "FEMALE" 2179msgid "twelfth cousin" 2180msgstr "" 2181 2182#: app/Functions/Functions.php:450 2183msgctxt "FEMALE" 2184msgid "thirteenth cousin" 2185msgstr "" 2186 2187#: app/Functions/Functions.php:452 2188msgctxt "FEMALE" 2189msgid "fourteenth cousin" 2190msgstr "" 2191 2192#: app/Functions/Functions.php:454 2193msgctxt "FEMALE" 2194msgid "fifteenth cousin" 2195msgstr "" 2196 2197#: app/Functions/Functions.php:456 2198#, php-format 2199msgctxt "FEMALE" 2200msgid "%s × cousin" 2201msgstr "" 2202 2203#: app/Functions/Functions.php:462 2204msgid "first cousin" 2205msgstr "" 2206 2207#: app/Functions/Functions.php:464 2208msgid "second cousin" 2209msgstr "" 2210 2211#: app/Functions/Functions.php:466 2212msgid "third cousin" 2213msgstr "" 2214 2215#: app/Functions/Functions.php:468 2216msgid "fourth cousin" 2217msgstr "" 2218 2219#: app/Functions/Functions.php:470 2220msgid "fifth cousin" 2221msgstr "" 2222 2223#: app/Functions/Functions.php:472 2224msgid "sixth cousin" 2225msgstr "" 2226 2227#: app/Functions/Functions.php:474 2228msgid "seventh cousin" 2229msgstr "" 2230 2231#: app/Functions/Functions.php:476 2232msgid "eighth cousin" 2233msgstr "" 2234 2235#: app/Functions/Functions.php:478 2236msgid "ninth cousin" 2237msgstr "" 2238 2239#: app/Functions/Functions.php:480 2240msgid "tenth cousin" 2241msgstr "" 2242 2243#: app/Functions/Functions.php:482 2244msgid "eleventh cousin" 2245msgstr "" 2246 2247#: app/Functions/Functions.php:484 2248msgid "twelfth cousin" 2249msgstr "" 2250 2251#: app/Functions/Functions.php:486 2252msgid "thirteenth cousin" 2253msgstr "" 2254 2255#: app/Functions/Functions.php:488 2256msgid "fourteenth cousin" 2257msgstr "" 2258 2259#: app/Functions/Functions.php:490 2260msgid "fifteenth cousin" 2261msgstr "" 2262 2263#: app/Functions/Functions.php:492 2264#, php-format 2265msgid "%s × cousin" 2266msgstr "" 2267 2268#. I18N: A Spanish relationship name, such as third great-nephew 2269#: app/Functions/Functions.php:512 2270#, php-format 2271msgctxt "MALE" 2272msgid "first %s" 2273msgstr "" 2274 2275#. I18N: A Spanish relationship name, such as third great-nephew 2276#: app/Functions/Functions.php:515 2277#, php-format 2278msgctxt "MALE" 2279msgid "second %s" 2280msgstr "" 2281 2282#. I18N: A Spanish relationship name, such as third great-nephew 2283#: app/Functions/Functions.php:518 2284#, php-format 2285msgctxt "MALE" 2286msgid "third %s" 2287msgstr "" 2288 2289#. I18N: A Spanish relationship name, such as third great-nephew 2290#: app/Functions/Functions.php:521 2291#, php-format 2292msgctxt "MALE" 2293msgid "fourth %s" 2294msgstr "" 2295 2296#. I18N: A Spanish relationship name, such as third great-nephew 2297#: app/Functions/Functions.php:524 2298#, php-format 2299msgctxt "MALE" 2300msgid "fifth %s" 2301msgstr "" 2302 2303#. I18N: A Spanish relationship name, such as third great-nephew 2304#: app/Functions/Functions.php:527 2305#, php-format 2306msgctxt "MALE" 2307msgid "%1$s × %2$s" 2308msgstr "" 2309 2310#. I18N: A Spanish relationship name, such as third great-nephew 2311#: app/Functions/Functions.php:535 2312#, php-format 2313msgctxt "FEMALE" 2314msgid "first %s" 2315msgstr "" 2316 2317#. I18N: A Spanish relationship name, such as third great-nephew 2318#: app/Functions/Functions.php:538 2319#, php-format 2320msgctxt "FEMALE" 2321msgid "second %s" 2322msgstr "" 2323 2324#. I18N: A Spanish relationship name, such as third great-nephew 2325#: app/Functions/Functions.php:541 2326#, php-format 2327msgctxt "FEMALE" 2328msgid "third %s" 2329msgstr "" 2330 2331#. I18N: A Spanish relationship name, such as third great-nephew 2332#: app/Functions/Functions.php:544 2333#, php-format 2334msgctxt "FEMALE" 2335msgid "fourth %s" 2336msgstr "" 2337 2338#. I18N: A Spanish relationship name, such as third great-nephew 2339#: app/Functions/Functions.php:547 2340#, php-format 2341msgctxt "FEMALE" 2342msgid "fifth %s" 2343msgstr "" 2344 2345#. I18N: A Spanish relationship name, such as third great-nephew 2346#: app/Functions/Functions.php:550 2347#, php-format 2348msgctxt "FEMALE" 2349msgid "%1$s × %2$s" 2350msgstr "" 2351 2352#. I18N: A Spanish relationship name, such as third great-nephew 2353#: app/Functions/Functions.php:557 2354#, php-format 2355msgid "first %s" 2356msgstr "" 2357 2358#. I18N: A Spanish relationship name, such as third great-nephew 2359#: app/Functions/Functions.php:560 2360#, php-format 2361msgid "second %s" 2362msgstr "" 2363 2364#. I18N: A Spanish relationship name, such as third great-nephew 2365#: app/Functions/Functions.php:563 2366#, php-format 2367msgid "third %s" 2368msgstr "" 2369 2370#. I18N: A Spanish relationship name, such as third great-nephew 2371#: app/Functions/Functions.php:566 2372#, php-format 2373msgid "fourth %s" 2374msgstr "" 2375 2376#. I18N: A Spanish relationship name, such as third great-nephew 2377#: app/Functions/Functions.php:569 2378#, php-format 2379msgid "fifth %s" 2380msgstr "" 2381 2382#. I18N: A Spanish relationship name, such as third great-nephew 2383#: app/Functions/Functions.php:572 2384#, php-format 2385msgid "%1$s × %2$s" 2386msgstr "" 2387 2388#: app/Functions/Functions.php:612 2389msgid "self" 2390msgstr "" 2391 2392#: app/Functions/Functions.php:615 2393msgid "mother" 2394msgstr "" 2395 2396#: app/Functions/Functions.php:617 2397msgid "father" 2398msgstr "" 2399 2400#: app/Functions/Functions.php:619 2401msgid "parent" 2402msgstr "" 2403 2404#: app/Functions/Functions.php:626 2405msgid "ex-husband" 2406msgstr "" 2407 2408#: app/Functions/Functions.php:629 2409msgid "husband" 2410msgstr "" 2411 2412#: app/Functions/Functions.php:633 2413msgctxt "MALE" 2414msgid "ex-partner" 2415msgstr "" 2416 2417#: app/Functions/Functions.php:639 2418msgctxt "MALE" 2419msgid "partner" 2420msgstr "" 2421 2422#: app/Functions/Functions.php:646 2423msgid "ex-wife" 2424msgstr "" 2425 2426#: app/Functions/Functions.php:649 2427msgid "wife" 2428msgstr "" 2429 2430#: app/Functions/Functions.php:653 2431msgctxt "FEMALE" 2432msgid "ex-partner" 2433msgstr "" 2434 2435#: app/Functions/Functions.php:659 2436msgctxt "FEMALE" 2437msgid "partner" 2438msgstr "" 2439 2440#: app/Functions/Functions.php:666 2441msgid "ex-spouse" 2442msgstr "" 2443 2444#: app/Functions/Functions.php:669 2445msgid "spouse" 2446msgstr "" 2447 2448#: app/Functions/Functions.php:673 2449msgid "ex-partner" 2450msgstr "" 2451 2452#: app/Functions/Functions.php:679 2453msgid "partner" 2454msgstr "" 2455 2456#: app/Functions/Functions.php:681 2457msgid "son" 2458msgstr "" 2459 2460#: app/Functions/Functions.php:683 2461msgid "daughter" 2462msgstr "" 2463 2464#: app/Functions/Functions.php:685 2465msgid "child" 2466msgstr "" 2467 2468#: app/Functions/Functions.php:693 2469msgid "twin brother" 2470msgstr "" 2471 2472#: app/Functions/Functions.php:697 2473msgid "younger brother" 2474msgstr "" 2475 2476#: app/Functions/Functions.php:701 2477msgid "elder brother" 2478msgstr "" 2479 2480#: app/Functions/Functions.php:706 2481msgid "brother" 2482msgstr "" 2483 2484#: app/Functions/Functions.php:714 2485msgid "twin sister" 2486msgstr "" 2487 2488#: app/Functions/Functions.php:718 2489msgid "younger sister" 2490msgstr "" 2491 2492#: app/Functions/Functions.php:722 2493msgid "elder sister" 2494msgstr "" 2495 2496#: app/Functions/Functions.php:727 2497msgid "sister" 2498msgstr "" 2499 2500#: app/Functions/Functions.php:735 2501msgid "twin sibling" 2502msgstr "" 2503 2504#: app/Functions/Functions.php:739 2505msgid "younger sibling" 2506msgstr "" 2507 2508#: app/Functions/Functions.php:743 2509msgid "elder sibling" 2510msgstr "" 2511 2512#: app/Functions/Functions.php:748 2513msgid "sibling" 2514msgstr "" 2515 2516#: app/Functions/Functions.php:752 2517msgctxt "brother’s child" 2518msgid "nephew/niece" 2519msgstr "" 2520 2521#: app/Functions/Functions.php:754 2522msgctxt "brother’s daughter" 2523msgid "niece" 2524msgstr "" 2525 2526#: app/Functions/Functions.php:756 2527msgctxt "brother’s son" 2528msgid "nephew" 2529msgstr "" 2530 2531#: app/Functions/Functions.php:758 2532msgctxt "brother’s wife" 2533msgid "sister-in-law" 2534msgstr "" 2535 2536#: app/Functions/Functions.php:760 2537msgctxt "child’s child" 2538msgid "grandchild" 2539msgstr "" 2540 2541#: app/Functions/Functions.php:762 2542msgctxt "child’s daughter" 2543msgid "granddaughter" 2544msgstr "" 2545 2546#: app/Functions/Functions.php:764 2547msgctxt "child’s husband" 2548msgid "son-in-law" 2549msgstr "" 2550 2551#: app/Functions/Functions.php:766 2552msgctxt "child’s son" 2553msgid "grandson" 2554msgstr "" 2555 2556#: app/Functions/Functions.php:768 2557msgctxt "child’s spouse" 2558msgid "son/daughter-in-law" 2559msgstr "" 2560 2561#: app/Functions/Functions.php:770 2562msgctxt "child’s wife" 2563msgid "daughter-in-law" 2564msgstr "" 2565 2566#: app/Functions/Functions.php:772 2567msgctxt "daughter’s child" 2568msgid "grandchild" 2569msgstr "" 2570 2571#: app/Functions/Functions.php:774 2572msgctxt "daughter’s daughter" 2573msgid "granddaughter" 2574msgstr "" 2575 2576#: app/Functions/Functions.php:776 2577msgctxt "daughter’s husband" 2578msgid "son-in-law" 2579msgstr "" 2580 2581#: app/Functions/Functions.php:778 2582msgctxt "daughter’s son" 2583msgid "grandson" 2584msgstr "" 2585 2586#: app/Functions/Functions.php:780 2587msgctxt "father’s brother" 2588msgid "uncle" 2589msgstr "" 2590 2591#: app/Functions/Functions.php:782 2592msgctxt "father’s child" 2593msgid "half-sibling" 2594msgstr "" 2595 2596#: app/Functions/Functions.php:784 2597msgctxt "father’s daughter" 2598msgid "half-sister" 2599msgstr "" 2600 2601#: app/Functions/Functions.php:786 2602msgctxt "father’s father" 2603msgid "paternal grandfather" 2604msgstr "" 2605 2606#: app/Functions/Functions.php:788 2607msgctxt "father’s mother" 2608msgid "paternal grandmother" 2609msgstr "" 2610 2611#: app/Functions/Functions.php:790 2612msgctxt "father’s parent" 2613msgid "paternal grandparent" 2614msgstr "" 2615 2616#: app/Functions/Functions.php:792 2617msgctxt "father’s sibling" 2618msgid "aunt/uncle" 2619msgstr "" 2620 2621#: app/Functions/Functions.php:794 2622msgctxt "father’s sister" 2623msgid "aunt" 2624msgstr "" 2625 2626#: app/Functions/Functions.php:796 2627msgctxt "father’s son" 2628msgid "half-brother" 2629msgstr "" 2630 2631#: app/Functions/Functions.php:798 2632msgctxt "father’s wife" 2633msgid "step-mother" 2634msgstr "" 2635 2636#: app/Functions/Functions.php:800 2637msgctxt "husband’s brother" 2638msgid "brother-in-law" 2639msgstr "" 2640 2641#: app/Functions/Functions.php:802 2642msgctxt "husband’s child" 2643msgid "step-child" 2644msgstr "" 2645 2646#: app/Functions/Functions.php:804 2647msgctxt "husband’s daughter" 2648msgid "step-daughter" 2649msgstr "" 2650 2651#: app/Functions/Functions.php:806 2652msgctxt "husband’s father" 2653msgid "father-in-law" 2654msgstr "" 2655 2656#: app/Functions/Functions.php:808 2657msgctxt "husband’s mother" 2658msgid "mother-in-law" 2659msgstr "" 2660 2661#: app/Functions/Functions.php:810 2662msgctxt "husband’s sibling" 2663msgid "brother/sister-in-law" 2664msgstr "" 2665 2666#: app/Functions/Functions.php:812 2667msgctxt "husband’s sister" 2668msgid "sister-in-law" 2669msgstr "" 2670 2671#: app/Functions/Functions.php:814 2672msgctxt "husband’s son" 2673msgid "step-son" 2674msgstr "" 2675 2676#: app/Functions/Functions.php:816 2677msgctxt "mother’s brother" 2678msgid "uncle" 2679msgstr "" 2680 2681#: app/Functions/Functions.php:818 2682msgctxt "mother’s child" 2683msgid "half-sibling" 2684msgstr "" 2685 2686#: app/Functions/Functions.php:820 2687msgctxt "mother’s daughter" 2688msgid "half-sister" 2689msgstr "" 2690 2691#: app/Functions/Functions.php:822 2692msgctxt "mother’s father" 2693msgid "maternal grandfather" 2694msgstr "" 2695 2696#: app/Functions/Functions.php:824 2697msgctxt "mother’s husband" 2698msgid "step-father" 2699msgstr "" 2700 2701#: app/Functions/Functions.php:826 2702msgctxt "mother’s mother" 2703msgid "maternal grandmother" 2704msgstr "" 2705 2706#: app/Functions/Functions.php:828 2707msgctxt "mother’s parent" 2708msgid "maternal grandparent" 2709msgstr "" 2710 2711#: app/Functions/Functions.php:830 2712msgctxt "mother’s sibling" 2713msgid "aunt/uncle" 2714msgstr "" 2715 2716#: app/Functions/Functions.php:832 2717msgctxt "mother’s sister" 2718msgid "aunt" 2719msgstr "" 2720 2721#: app/Functions/Functions.php:834 2722msgctxt "mother’s son" 2723msgid "half-brother" 2724msgstr "" 2725 2726#: app/Functions/Functions.php:836 2727msgctxt "parent’s brother" 2728msgid "uncle" 2729msgstr "" 2730 2731#: app/Functions/Functions.php:838 2732msgctxt "parent’s child" 2733msgid "half-sibling" 2734msgstr "" 2735 2736#: app/Functions/Functions.php:840 2737msgctxt "parent’s daughter" 2738msgid "half-sister" 2739msgstr "" 2740 2741#: app/Functions/Functions.php:842 2742msgctxt "parent’s father" 2743msgid "grandfather" 2744msgstr "" 2745 2746#: app/Functions/Functions.php:844 2747msgctxt "parent’s mother" 2748msgid "grandmother" 2749msgstr "" 2750 2751#: app/Functions/Functions.php:846 2752msgctxt "parent’s parent" 2753msgid "grandparent" 2754msgstr "" 2755 2756#: app/Functions/Functions.php:848 2757msgctxt "parent’s sibling" 2758msgid "aunt/uncle" 2759msgstr "" 2760 2761#: app/Functions/Functions.php:850 2762msgctxt "parent’s sister" 2763msgid "aunt" 2764msgstr "" 2765 2766#: app/Functions/Functions.php:852 2767msgctxt "parent’s son" 2768msgid "half-brother" 2769msgstr "" 2770 2771#: app/Functions/Functions.php:854 2772msgctxt "parent’s spouse" 2773msgid "step-parent" 2774msgstr "" 2775 2776#: app/Functions/Functions.php:856 2777msgctxt "sibling’s child" 2778msgid "nephew/niece" 2779msgstr "" 2780 2781#: app/Functions/Functions.php:858 2782msgctxt "sibling’s daughter" 2783msgid "niece" 2784msgstr "" 2785 2786#: app/Functions/Functions.php:860 2787msgctxt "sibling’s son" 2788msgid "nephew" 2789msgstr "" 2790 2791#: app/Functions/Functions.php:862 2792msgctxt "sibling’s spouse" 2793msgid "brother/sister-in-law" 2794msgstr "" 2795 2796#: app/Functions/Functions.php:864 2797msgctxt "sister’s child" 2798msgid "nephew/niece" 2799msgstr "" 2800 2801#: app/Functions/Functions.php:866 2802msgctxt "sister’s daughter" 2803msgid "niece" 2804msgstr "" 2805 2806#: app/Functions/Functions.php:868 2807msgctxt "sister’s husband" 2808msgid "brother-in-law" 2809msgstr "" 2810 2811#: app/Functions/Functions.php:870 2812msgctxt "sister’s son" 2813msgid "nephew" 2814msgstr "" 2815 2816#: app/Functions/Functions.php:872 2817msgctxt "son’s child" 2818msgid "grandchild" 2819msgstr "" 2820 2821#: app/Functions/Functions.php:874 2822msgctxt "son’s daughter" 2823msgid "granddaughter" 2824msgstr "" 2825 2826#: app/Functions/Functions.php:876 2827msgctxt "son’s son" 2828msgid "grandson" 2829msgstr "" 2830 2831#: app/Functions/Functions.php:878 2832msgctxt "son’s wife" 2833msgid "daughter-in-law" 2834msgstr "" 2835 2836#: app/Functions/Functions.php:880 2837msgctxt "spouse’s brother" 2838msgid "brother-in-law" 2839msgstr "" 2840 2841#: app/Functions/Functions.php:882 2842msgctxt "spouse’s child" 2843msgid "step-child" 2844msgstr "" 2845 2846#: app/Functions/Functions.php:884 2847msgctxt "spouse’s daughter" 2848msgid "step-daughter" 2849msgstr "" 2850 2851#: app/Functions/Functions.php:886 2852msgctxt "spouse’s father" 2853msgid "father-in-law" 2854msgstr "" 2855 2856#: app/Functions/Functions.php:888 2857msgctxt "spouse’s mother" 2858msgid "mother-in-law" 2859msgstr "" 2860 2861#: app/Functions/Functions.php:890 2862msgctxt "spouse’s sister" 2863msgid "sister-in-law" 2864msgstr "" 2865 2866#: app/Functions/Functions.php:892 2867msgctxt "spouse’s son" 2868msgid "step-son" 2869msgstr "" 2870 2871#: app/Functions/Functions.php:894 2872msgctxt "spouse’s parent" 2873msgid "mother/father-in-law" 2874msgstr "" 2875 2876#: app/Functions/Functions.php:896 2877msgctxt "spouse’s sibling" 2878msgid "brother/sister-in-law" 2879msgstr "" 2880 2881#: app/Functions/Functions.php:898 2882msgctxt "wife’s brother" 2883msgid "brother-in-law" 2884msgstr "" 2885 2886#: app/Functions/Functions.php:900 2887msgctxt "wife’s child" 2888msgid "step-child" 2889msgstr "" 2890 2891#: app/Functions/Functions.php:902 2892msgctxt "wife’s daughter" 2893msgid "step-daughter" 2894msgstr "" 2895 2896#: app/Functions/Functions.php:904 2897msgctxt "wife’s father" 2898msgid "father-in-law" 2899msgstr "" 2900 2901#: app/Functions/Functions.php:906 2902msgctxt "wife’s mother" 2903msgid "mother-in-law" 2904msgstr "" 2905 2906#: app/Functions/Functions.php:908 2907msgctxt "wife’s sibling" 2908msgid "brother/sister-in-law" 2909msgstr "" 2910 2911#: app/Functions/Functions.php:910 2912msgctxt "wife’s sister" 2913msgid "sister-in-law" 2914msgstr "" 2915 2916#: app/Functions/Functions.php:912 2917msgctxt "wife’s son" 2918msgid "step-son" 2919msgstr "" 2920 2921#: app/Functions/Functions.php:917 2922msgctxt "(a man’s) brother’s child’s child" 2923msgid "great-nephew/niece" 2924msgstr "" 2925 2926#: app/Functions/Functions.php:920 2927msgctxt "(a woman’s) brother’s child’s child" 2928msgid "great-nephew/niece" 2929msgstr "" 2930 2931#: app/Functions/Functions.php:923 2932msgctxt "(a man’s) brother’s child’s daughter" 2933msgid "great-niece" 2934msgstr "" 2935 2936#: app/Functions/Functions.php:926 2937msgctxt "(a woman’s) brother’s child’s daughter" 2938msgid "great-niece" 2939msgstr "" 2940 2941#: app/Functions/Functions.php:929 2942msgctxt "(a man’s) brother’s child’s son" 2943msgid "great-nephew" 2944msgstr "" 2945 2946#: app/Functions/Functions.php:932 2947msgctxt "(a woman’s) brother’s child’s son" 2948msgid "great-nephew" 2949msgstr "" 2950 2951#: app/Functions/Functions.php:935 2952msgctxt "(a man’s) brother’s daughter’s child" 2953msgid "great-nephew/niece" 2954msgstr "" 2955 2956#: app/Functions/Functions.php:938 2957msgctxt "(a woman’s) brother’s daughter’s child" 2958msgid "great-nephew/niece" 2959msgstr "" 2960 2961#: app/Functions/Functions.php:941 2962msgctxt "(a man’s) brother’s daughter’s daughter" 2963msgid "great-niece" 2964msgstr "" 2965 2966#: app/Functions/Functions.php:944 2967msgctxt "(a woman’s) brother’s daughter’s daughter" 2968msgid "great-niece" 2969msgstr "" 2970 2971#: app/Functions/Functions.php:946 2972msgctxt "brother’s daughter’s husband" 2973msgid "nephew-in-law" 2974msgstr "" 2975 2976#: app/Functions/Functions.php:949 2977msgctxt "(a man’s) brother’s daughter’s son" 2978msgid "great-nephew" 2979msgstr "" 2980 2981#: app/Functions/Functions.php:952 2982msgctxt "(a woman’s) brother’s daughter’s son" 2983msgid "great-nephew" 2984msgstr "" 2985 2986#: app/Functions/Functions.php:955 2987msgctxt "(a man’s) brother’s son’s child" 2988msgid "great-nephew/niece" 2989msgstr "" 2990 2991#: app/Functions/Functions.php:958 2992msgctxt "(a woman’s) brother’s son’s child" 2993msgid "great-nephew/niece" 2994msgstr "" 2995 2996#: app/Functions/Functions.php:961 2997msgctxt "(a man’s) brother’s son’s daughter" 2998msgid "great-niece" 2999msgstr "" 3000 3001#: app/Functions/Functions.php:964 3002msgctxt "(a woman’s) brother’s son’s daughter" 3003msgid "great-niece" 3004msgstr "" 3005 3006#: app/Functions/Functions.php:967 3007msgctxt "(a man’s) brother’s son’s son" 3008msgid "great-nephew" 3009msgstr "" 3010 3011#: app/Functions/Functions.php:970 3012msgctxt "(a woman’s) brother’s son’s son" 3013msgid "great-nephew" 3014msgstr "" 3015 3016#: app/Functions/Functions.php:972 3017msgctxt "brother’s son’s wife" 3018msgid "niece-in-law" 3019msgstr "" 3020 3021#: app/Functions/Functions.php:974 3022msgctxt "brother’s wife’s brother" 3023msgid "brother-in-law" 3024msgstr "" 3025 3026#: app/Functions/Functions.php:976 3027msgctxt "brother’s wife’s sibling" 3028msgid "brother/sister-in-law" 3029msgstr "" 3030 3031#: app/Functions/Functions.php:978 3032msgctxt "brother’s wife’s sister" 3033msgid "sister-in-law" 3034msgstr "" 3035 3036#: app/Functions/Functions.php:980 3037msgctxt "child’s child’s child" 3038msgid "great-grandchild" 3039msgstr "" 3040 3041#: app/Functions/Functions.php:982 3042msgctxt "child’s child’s daughter" 3043msgid "great-granddaughter" 3044msgstr "" 3045 3046#: app/Functions/Functions.php:984 3047msgctxt "child’s child’s son" 3048msgid "great-grandson" 3049msgstr "" 3050 3051#: app/Functions/Functions.php:986 3052msgctxt "child’s daughter’s child" 3053msgid "great-grandchild" 3054msgstr "" 3055 3056#: app/Functions/Functions.php:988 3057msgctxt "child’s daughter’s daughter" 3058msgid "great-granddaughter" 3059msgstr "" 3060 3061#: app/Functions/Functions.php:990 3062msgctxt "child’s daughter’s husband" 3063msgid "granddaughter’s husband" 3064msgstr "" 3065 3066#: app/Functions/Functions.php:992 3067msgctxt "child’s daughter’s son" 3068msgid "great-grandson" 3069msgstr "" 3070 3071#: app/Functions/Functions.php:994 3072msgctxt "child’s son’s child" 3073msgid "great-grandchild" 3074msgstr "" 3075 3076#: app/Functions/Functions.php:996 3077msgctxt "child’s son’s daughter" 3078msgid "great-granddaughter" 3079msgstr "" 3080 3081#: app/Functions/Functions.php:998 3082msgctxt "child’s son’s son" 3083msgid "great-grandson" 3084msgstr "" 3085 3086#: app/Functions/Functions.php:1000 3087msgctxt "child’s son’s wife" 3088msgid "grandson’s wife" 3089msgstr "" 3090 3091#: app/Functions/Functions.php:1002 3092msgctxt "daughter’s child’s child" 3093msgid "great-grandchild" 3094msgstr "" 3095 3096#: app/Functions/Functions.php:1004 3097msgctxt "daughter’s child’s daughter" 3098msgid "great-granddaughter" 3099msgstr "" 3100 3101#: app/Functions/Functions.php:1006 3102msgctxt "daughter’s child’s son" 3103msgid "great-grandson" 3104msgstr "" 3105 3106#: app/Functions/Functions.php:1008 3107msgctxt "daughter’s daughter’s child" 3108msgid "great-grandchild" 3109msgstr "" 3110 3111#: app/Functions/Functions.php:1010 3112msgctxt "daughter’s daughter’s daughter" 3113msgid "great-granddaughter" 3114msgstr "" 3115 3116#: app/Functions/Functions.php:1012 3117msgctxt "daughter’s daughter’s husband" 3118msgid "granddaughter’s husband" 3119msgstr "" 3120 3121#: app/Functions/Functions.php:1014 3122msgctxt "daughter’s daughter’s son" 3123msgid "great-grandson" 3124msgstr "" 3125 3126#: app/Functions/Functions.php:1016 3127msgctxt "daughter’s husband’s father" 3128msgid "son-in-law’s father" 3129msgstr "" 3130 3131#: app/Functions/Functions.php:1018 3132msgctxt "daughter’s husband’s mother" 3133msgid "son-in-law’s mother" 3134msgstr "" 3135 3136#: app/Functions/Functions.php:1020 3137msgctxt "daughter’s husband’s parent" 3138msgid "son-in-law’s parent" 3139msgstr "" 3140 3141#: app/Functions/Functions.php:1022 3142msgctxt "daughter’s son’s child" 3143msgid "great-grandchild" 3144msgstr "" 3145 3146#: app/Functions/Functions.php:1024 3147msgctxt "daughter’s son’s daughter" 3148msgid "great-granddaughter" 3149msgstr "" 3150 3151#: app/Functions/Functions.php:1026 3152msgctxt "daughter’s son’s son" 3153msgid "great-grandson" 3154msgstr "" 3155 3156#: app/Functions/Functions.php:1028 3157msgctxt "daughter’s son’s wife" 3158msgid "grandson’s wife" 3159msgstr "" 3160 3161#: app/Functions/Functions.php:1030 3162msgctxt "father’s brother’s child" 3163msgid "first cousin" 3164msgstr "" 3165 3166#: app/Functions/Functions.php:1032 3167msgctxt "father’s brother’s daughter" 3168msgid "first cousin" 3169msgstr "" 3170 3171#: app/Functions/Functions.php:1034 3172msgctxt "father’s brother’s son" 3173msgid "first cousin" 3174msgstr "" 3175 3176#: app/Functions/Functions.php:1036 3177msgctxt "father’s brother’s wife" 3178msgid "aunt" 3179msgstr "" 3180 3181#: app/Functions/Functions.php:1038 3182msgctxt "father’s father’s brother" 3183msgid "great-uncle" 3184msgstr "" 3185 3186#: app/Functions/Functions.php:1040 3187msgctxt "father’s father’s father" 3188msgid "great-grandfather" 3189msgstr "" 3190 3191#: app/Functions/Functions.php:1042 3192msgctxt "father’s father’s mother" 3193msgid "great-grandmother" 3194msgstr "" 3195 3196#: app/Functions/Functions.php:1044 3197msgctxt "father’s father’s parent" 3198msgid "great-grandparent" 3199msgstr "" 3200 3201#: app/Functions/Functions.php:1046 3202msgctxt "father’s father’s sibling" 3203msgid "great-aunt/uncle" 3204msgstr "" 3205 3206#: app/Functions/Functions.php:1048 3207msgctxt "father’s father’s sister" 3208msgid "great-aunt" 3209msgstr "" 3210 3211#: app/Functions/Functions.php:1050 3212msgctxt "father’s mother’s brother" 3213msgid "great-uncle" 3214msgstr "" 3215 3216#: app/Functions/Functions.php:1052 3217msgctxt "father’s mother’s father" 3218msgid "great-grandfather" 3219msgstr "" 3220 3221#: app/Functions/Functions.php:1054 3222msgctxt "father’s mother’s mother" 3223msgid "great-grandmother" 3224msgstr "" 3225 3226#: app/Functions/Functions.php:1056 3227msgctxt "father’s mother’s parent" 3228msgid "great-grandparent" 3229msgstr "" 3230 3231#: app/Functions/Functions.php:1058 3232msgctxt "father’s mother’s sibling" 3233msgid "great-aunt/uncle" 3234msgstr "" 3235 3236#: app/Functions/Functions.php:1060 3237msgctxt "father’s mother’s sister" 3238msgid "great-aunt" 3239msgstr "" 3240 3241#: app/Functions/Functions.php:1062 3242msgctxt "father’s parent’s brother" 3243msgid "great-uncle" 3244msgstr "" 3245 3246#: app/Functions/Functions.php:1064 3247msgctxt "father’s parent’s father" 3248msgid "great-grandfather" 3249msgstr "" 3250 3251#: app/Functions/Functions.php:1066 3252msgctxt "father’s parent’s mother" 3253msgid "great-grandmother" 3254msgstr "" 3255 3256#: app/Functions/Functions.php:1068 3257msgctxt "father’s parent’s parent" 3258msgid "great-grandparent" 3259msgstr "" 3260 3261#: app/Functions/Functions.php:1070 3262msgctxt "father’s parent’s sibling" 3263msgid "great-aunt/uncle" 3264msgstr "" 3265 3266#: app/Functions/Functions.php:1072 3267msgctxt "father’s parent’s sister" 3268msgid "great-aunt" 3269msgstr "" 3270 3271#: app/Functions/Functions.php:1074 3272msgctxt "father’s sister’s child" 3273msgid "first cousin" 3274msgstr "" 3275 3276#: app/Functions/Functions.php:1076 3277msgctxt "father’s sister’s daughter" 3278msgid "first cousin" 3279msgstr "" 3280 3281#: app/Functions/Functions.php:1078 3282msgctxt "father’s sister’s husband" 3283msgid "uncle" 3284msgstr "" 3285 3286#: app/Functions/Functions.php:1080 3287msgctxt "father’s sister’s son" 3288msgid "first cousin" 3289msgstr "" 3290 3291#: app/Functions/Functions.php:1082 3292msgctxt "father’s wife’s child" 3293msgid "step-sibling" 3294msgstr "" 3295 3296#: app/Functions/Functions.php:1084 3297msgctxt "father’s wife’s daughter" 3298msgid "step-sister" 3299msgstr "" 3300 3301#: app/Functions/Functions.php:1086 3302msgctxt "father’s wife’s son" 3303msgid "step-brother" 3304msgstr "" 3305 3306#: app/Functions/Functions.php:1088 3307msgctxt "husband’s brother’s wife" 3308msgid "sister-in-law" 3309msgstr "" 3310 3311#: app/Functions/Functions.php:1090 3312msgctxt "husband’s sister’s husband" 3313msgid "brother-in-law" 3314msgstr "" 3315 3316#: app/Functions/Functions.php:1092 3317msgctxt "husband’s sibling’s child" 3318msgid "nephew/niece" 3319msgstr "" 3320 3321#: app/Functions/Functions.php:1094 3322msgctxt "husband’s sister’s child" 3323msgid "nephew/niece" 3324msgstr "" 3325 3326#: app/Functions/Functions.php:1096 3327msgctxt "husband’s brother’s child" 3328msgid "nephew/niece" 3329msgstr "" 3330 3331#: app/Functions/Functions.php:1098 3332msgctxt "husband’s sibling’s daughter" 3333msgid "niece" 3334msgstr "" 3335 3336#: app/Functions/Functions.php:1100 3337msgctxt "husband’s sister’s daughter" 3338msgid "niece" 3339msgstr "" 3340 3341#: app/Functions/Functions.php:1102 3342msgctxt "husband’s brother’s daughter" 3343msgid "niece" 3344msgstr "" 3345 3346#: app/Functions/Functions.php:1104 3347msgctxt "husband’s sibling’s son" 3348msgid "nephew" 3349msgstr "" 3350 3351#: app/Functions/Functions.php:1106 3352msgctxt "husband’s sister’s son" 3353msgid "nephew" 3354msgstr "" 3355 3356#: app/Functions/Functions.php:1108 3357msgctxt "husband’s brother’s son" 3358msgid "nephew" 3359msgstr "" 3360 3361#: app/Functions/Functions.php:1110 3362msgctxt "mother’s brother’s child" 3363msgid "first cousin" 3364msgstr "" 3365 3366#: app/Functions/Functions.php:1112 3367msgctxt "mother’s brother’s daughter" 3368msgid "first cousin" 3369msgstr "" 3370 3371#: app/Functions/Functions.php:1114 3372msgctxt "mother’s brother’s son" 3373msgid "first cousin" 3374msgstr "" 3375 3376#: app/Functions/Functions.php:1116 3377msgctxt "mother’s brother’s wife" 3378msgid "aunt" 3379msgstr "" 3380 3381#: app/Functions/Functions.php:1118 3382msgctxt "mother’s father’s brother" 3383msgid "great-uncle" 3384msgstr "" 3385 3386#: app/Functions/Functions.php:1120 3387msgctxt "mother’s father’s father" 3388msgid "great-grandfather" 3389msgstr "" 3390 3391#: app/Functions/Functions.php:1122 3392msgctxt "mother’s father’s mother" 3393msgid "great-grandmother" 3394msgstr "" 3395 3396#: app/Functions/Functions.php:1124 3397msgctxt "mother’s father’s parent" 3398msgid "great-grandparent" 3399msgstr "" 3400 3401#: app/Functions/Functions.php:1126 3402msgctxt "mother’s father’s sibling" 3403msgid "great-aunt/uncle" 3404msgstr "" 3405 3406#: app/Functions/Functions.php:1128 3407msgctxt "mother’s father’s sister" 3408msgid "great-aunt" 3409msgstr "" 3410 3411#: app/Functions/Functions.php:1130 3412msgctxt "mother’s husband’s child" 3413msgid "step-sibling" 3414msgstr "" 3415 3416#: app/Functions/Functions.php:1132 3417msgctxt "mother’s husband’s daughter" 3418msgid "step-sister" 3419msgstr "" 3420 3421#: app/Functions/Functions.php:1134 3422msgctxt "mother’s husband’s son" 3423msgid "step-brother" 3424msgstr "" 3425 3426#: app/Functions/Functions.php:1136 3427msgctxt "mother’s mother’s brother" 3428msgid "great-uncle" 3429msgstr "" 3430 3431#: app/Functions/Functions.php:1138 3432msgctxt "mother’s mother’s father" 3433msgid "great-grandfather" 3434msgstr "" 3435 3436#: app/Functions/Functions.php:1140 3437msgctxt "mother’s mother’s mother" 3438msgid "great-grandmother" 3439msgstr "" 3440 3441#: app/Functions/Functions.php:1142 3442msgctxt "mother’s mother’s parent" 3443msgid "great-grandparent" 3444msgstr "" 3445 3446#: app/Functions/Functions.php:1144 3447msgctxt "mother’s mother’s sibling" 3448msgid "great-aunt/uncle" 3449msgstr "" 3450 3451#: app/Functions/Functions.php:1146 3452msgctxt "mother’s mother’s sister" 3453msgid "great-aunt" 3454msgstr "" 3455 3456#: app/Functions/Functions.php:1148 3457msgctxt "mother’s parent’s brother" 3458msgid "great-uncle" 3459msgstr "" 3460 3461#: app/Functions/Functions.php:1150 3462msgctxt "mother’s parent’s father" 3463msgid "great-grandfather" 3464msgstr "" 3465 3466#: app/Functions/Functions.php:1152 3467msgctxt "mother’s parent’s mother" 3468msgid "great-grandmother" 3469msgstr "" 3470 3471#: app/Functions/Functions.php:1154 3472msgctxt "mother’s parent’s parent" 3473msgid "great-grandparent" 3474msgstr "" 3475 3476#: app/Functions/Functions.php:1156 3477msgctxt "mother’s parent’s sibling" 3478msgid "great-aunt/uncle" 3479msgstr "" 3480 3481#: app/Functions/Functions.php:1158 3482msgctxt "mother’s parent’s sister" 3483msgid "great-aunt" 3484msgstr "" 3485 3486#: app/Functions/Functions.php:1160 3487msgctxt "mother’s sister’s child" 3488msgid "first cousin" 3489msgstr "" 3490 3491#: app/Functions/Functions.php:1162 3492msgctxt "mother’s sister’s daughter" 3493msgid "first cousin" 3494msgstr "" 3495 3496#: app/Functions/Functions.php:1164 3497msgctxt "mother’s sister’s husband" 3498msgid "uncle" 3499msgstr "" 3500 3501#: app/Functions/Functions.php:1166 3502msgctxt "mother’s sister’s son" 3503msgid "first cousin" 3504msgstr "" 3505 3506#: app/Functions/Functions.php:1168 3507msgctxt "parent’s brother’s wife" 3508msgid "aunt" 3509msgstr "" 3510 3511#: app/Functions/Functions.php:1170 3512msgctxt "parent’s father’s brother" 3513msgid "great-uncle" 3514msgstr "" 3515 3516#: app/Functions/Functions.php:1172 3517msgctxt "parent’s father’s father" 3518msgid "great-grandfather" 3519msgstr "" 3520 3521#: app/Functions/Functions.php:1174 3522msgctxt "parent’s father’s mother" 3523msgid "great-grandmother" 3524msgstr "" 3525 3526#: app/Functions/Functions.php:1176 3527msgctxt "parent’s father’s parent" 3528msgid "great-grandparent" 3529msgstr "" 3530 3531#: app/Functions/Functions.php:1178 3532msgctxt "parent’s father’s sibling" 3533msgid "great-aunt/uncle" 3534msgstr "" 3535 3536#: app/Functions/Functions.php:1180 3537msgctxt "parent’s father’s sister" 3538msgid "great-aunt" 3539msgstr "" 3540 3541#: app/Functions/Functions.php:1182 3542msgctxt "parent’s mother’s brother" 3543msgid "great-uncle" 3544msgstr "" 3545 3546#: app/Functions/Functions.php:1184 3547msgctxt "parent’s mother’s father" 3548msgid "great-grandfather" 3549msgstr "" 3550 3551#: app/Functions/Functions.php:1186 3552msgctxt "parent’s mother’s mother" 3553msgid "great-grandmother" 3554msgstr "" 3555 3556#: app/Functions/Functions.php:1188 3557msgctxt "parent’s mother’s parent" 3558msgid "great-grandparent" 3559msgstr "" 3560 3561#: app/Functions/Functions.php:1190 3562msgctxt "parent’s mother’s sibling" 3563msgid "great-aunt/uncle" 3564msgstr "" 3565 3566#: app/Functions/Functions.php:1192 3567msgctxt "parent’s mother’s sister" 3568msgid "great-aunt" 3569msgstr "" 3570 3571#: app/Functions/Functions.php:1194 3572msgctxt "parent’s parent’s brother" 3573msgid "great-uncle" 3574msgstr "" 3575 3576#: app/Functions/Functions.php:1196 3577msgctxt "parent’s parent’s father" 3578msgid "great-grandfather" 3579msgstr "" 3580 3581#: app/Functions/Functions.php:1198 3582msgctxt "parent’s parent’s mother" 3583msgid "great-grandmother" 3584msgstr "" 3585 3586#: app/Functions/Functions.php:1200 3587msgctxt "parent’s parent’s parent" 3588msgid "great-grandparent" 3589msgstr "" 3590 3591#: app/Functions/Functions.php:1202 3592msgctxt "parent’s parent’s sibling" 3593msgid "great-aunt/uncle" 3594msgstr "" 3595 3596#: app/Functions/Functions.php:1204 3597msgctxt "parent’s parent’s sister" 3598msgid "great-aunt" 3599msgstr "" 3600 3601#: app/Functions/Functions.php:1206 3602msgctxt "parent’s sister’s husband" 3603msgid "uncle" 3604msgstr "" 3605 3606#: app/Functions/Functions.php:1208 3607msgctxt "parent’s spouse’s child" 3608msgid "step-sibling" 3609msgstr "" 3610 3611#: app/Functions/Functions.php:1210 3612msgctxt "parent’s spouse’s daughter" 3613msgid "step-sister" 3614msgstr "" 3615 3616#: app/Functions/Functions.php:1212 3617msgctxt "parent’s spouse’s son" 3618msgid "step-brother" 3619msgstr "" 3620 3621#: app/Functions/Functions.php:1214 3622msgctxt "sibling’s child’s child" 3623msgid "great-nephew/niece" 3624msgstr "" 3625 3626#: app/Functions/Functions.php:1216 3627msgctxt "sibling’s child’s daughter" 3628msgid "great-niece" 3629msgstr "" 3630 3631#: app/Functions/Functions.php:1218 3632msgctxt "sibling’s child’s son" 3633msgid "great-nephew" 3634msgstr "" 3635 3636#: app/Functions/Functions.php:1220 3637msgctxt "sibling’s daughter’s child" 3638msgid "great-nephew/niece" 3639msgstr "" 3640 3641#: app/Functions/Functions.php:1222 3642msgctxt "sibling’s daughter’s daughter" 3643msgid "great-niece" 3644msgstr "" 3645 3646#: app/Functions/Functions.php:1224 3647msgctxt "sibling’s daughter’s husband" 3648msgid "nephew-in-law" 3649msgstr "" 3650 3651#: app/Functions/Functions.php:1226 3652msgctxt "sibling’s daughter’s son" 3653msgid "great-nephew" 3654msgstr "" 3655 3656#: app/Functions/Functions.php:1228 3657msgctxt "sibling’s son’s child" 3658msgid "great-nephew/niece" 3659msgstr "" 3660 3661#: app/Functions/Functions.php:1230 3662msgctxt "sibling’s son’s daughter" 3663msgid "great-niece" 3664msgstr "" 3665 3666#: app/Functions/Functions.php:1232 3667msgctxt "sibling’s son’s son" 3668msgid "great-nephew" 3669msgstr "" 3670 3671#: app/Functions/Functions.php:1234 3672msgctxt "sibling’s son’s wife" 3673msgid "niece-in-law" 3674msgstr "" 3675 3676#: app/Functions/Functions.php:1237 3677msgctxt "(a man’s) sister’s child’s child" 3678msgid "great-nephew/niece" 3679msgstr "" 3680 3681#: app/Functions/Functions.php:1240 3682msgctxt "(a woman’s) sister’s child’s child" 3683msgid "great-nephew/niece" 3684msgstr "" 3685 3686#: app/Functions/Functions.php:1243 3687msgctxt "(a man’s) sister’s child’s daughter" 3688msgid "great-niece" 3689msgstr "" 3690 3691#: app/Functions/Functions.php:1246 3692msgctxt "(a woman’s) sister’s child’s daughter" 3693msgid "great-niece" 3694msgstr "" 3695 3696#: app/Functions/Functions.php:1249 3697msgctxt "(a man’s) sister’s child’s son" 3698msgid "great-nephew" 3699msgstr "" 3700 3701#: app/Functions/Functions.php:1252 3702msgctxt "(a woman’s) sister’s child’s son" 3703msgid "great-nephew" 3704msgstr "" 3705 3706#: app/Functions/Functions.php:1255 3707msgctxt "(a man’s) sister’s daughter’s child" 3708msgid "great-nephew/niece" 3709msgstr "" 3710 3711#: app/Functions/Functions.php:1258 3712msgctxt "(a woman’s) sister’s daughter’s child" 3713msgid "great-nephew/niece" 3714msgstr "" 3715 3716#: app/Functions/Functions.php:1261 3717msgctxt "(a man’s) sister’s daughter’s daughter" 3718msgid "great-niece" 3719msgstr "" 3720 3721#: app/Functions/Functions.php:1264 3722msgctxt "(a woman’s) sister’s daughter’s daughter" 3723msgid "great-niece" 3724msgstr "" 3725 3726#: app/Functions/Functions.php:1266 3727msgctxt "sisters’s daughter’s husband" 3728msgid "nephew-in-law" 3729msgstr "" 3730 3731#: app/Functions/Functions.php:1269 3732msgctxt "(a man’s) sister’s daughter’s son" 3733msgid "great-nephew" 3734msgstr "" 3735 3736#: app/Functions/Functions.php:1272 3737msgctxt "(a woman’s) sister’s daughter’s son" 3738msgid "great-nephew" 3739msgstr "" 3740 3741#: app/Functions/Functions.php:1274 3742msgctxt "sister’s husband’s brother" 3743msgid "brother-in-law" 3744msgstr "" 3745 3746#: app/Functions/Functions.php:1276 3747msgctxt "sister’s husband’s sibling" 3748msgid "brother/sister-in-law" 3749msgstr "" 3750 3751#: app/Functions/Functions.php:1278 3752msgctxt "sister’s husband’s sister" 3753msgid "sister-in-law" 3754msgstr "" 3755 3756#: app/Functions/Functions.php:1281 3757msgctxt "(a man’s) sister’s son’s child" 3758msgid "great-nephew/niece" 3759msgstr "" 3760 3761#: app/Functions/Functions.php:1284 3762msgctxt "(a woman’s) sister’s son’s child" 3763msgid "great-nephew/niece" 3764msgstr "" 3765 3766#: app/Functions/Functions.php:1287 3767msgctxt "(a man’s) sister’s son’s daughter" 3768msgid "great-niece" 3769msgstr "" 3770 3771#: app/Functions/Functions.php:1290 3772msgctxt "(a woman’s) sister’s son’s daughter" 3773msgid "great-niece" 3774msgstr "" 3775 3776#: app/Functions/Functions.php:1293 3777msgctxt "(a man’s) sister’s son’s son" 3778msgid "great-nephew" 3779msgstr "" 3780 3781#: app/Functions/Functions.php:1296 3782msgctxt "(a woman’s) sister’s son’s son" 3783msgid "great-nephew" 3784msgstr "" 3785 3786#: app/Functions/Functions.php:1298 3787msgctxt "sisters’s son’s wife" 3788msgid "niece-in-law" 3789msgstr "" 3790 3791#: app/Functions/Functions.php:1300 3792msgctxt "son’s child’s child" 3793msgid "great-grandchild" 3794msgstr "" 3795 3796#: app/Functions/Functions.php:1302 3797msgctxt "son’s child’s daughter" 3798msgid "great-granddaughter" 3799msgstr "" 3800 3801#: app/Functions/Functions.php:1304 3802msgctxt "son’s child’s son" 3803msgid "great-grandson" 3804msgstr "" 3805 3806#: app/Functions/Functions.php:1306 3807msgctxt "son’s daughter’s child" 3808msgid "great-grandchild" 3809msgstr "" 3810 3811#: app/Functions/Functions.php:1308 3812msgctxt "son’s daughter’s daughter" 3813msgid "great-granddaughter" 3814msgstr "" 3815 3816#: app/Functions/Functions.php:1310 3817msgctxt "son’s daughter’s husband" 3818msgid "granddaughter’s husband" 3819msgstr "" 3820 3821#: app/Functions/Functions.php:1312 3822msgctxt "son’s daughter’s son" 3823msgid "great-grandson" 3824msgstr "" 3825 3826#: app/Functions/Functions.php:1314 3827msgctxt "son’s son’s child" 3828msgid "great-grandchild" 3829msgstr "" 3830 3831#: app/Functions/Functions.php:1316 3832msgctxt "son’s son’s daughter" 3833msgid "great-granddaughter" 3834msgstr "" 3835 3836#: app/Functions/Functions.php:1318 3837msgctxt "son’s son’s son" 3838msgid "great-grandson" 3839msgstr "" 3840 3841#: app/Functions/Functions.php:1320 3842msgctxt "son’s son’s wife" 3843msgid "grandson’s wife" 3844msgstr "" 3845 3846#: app/Functions/Functions.php:1322 3847msgctxt "son’s wife’s father" 3848msgid "daughter-in-law’s father" 3849msgstr "" 3850 3851#: app/Functions/Functions.php:1324 3852msgctxt "son’s wife’s mother" 3853msgid "daughter-in-law’s mother" 3854msgstr "" 3855 3856#: app/Functions/Functions.php:1326 3857msgctxt "son’s wife’s parent" 3858msgid "daughter-in-law’s parent" 3859msgstr "" 3860 3861#: app/Functions/Functions.php:1328 3862msgctxt "wife’s brother’s wife" 3863msgid "sister-in-law" 3864msgstr "" 3865 3866#: app/Functions/Functions.php:1330 3867msgctxt "wife’s sister’s husband" 3868msgid "brother-in-law" 3869msgstr "" 3870 3871#: app/Functions/Functions.php:1332 3872msgctxt "wife’s sibling’s child" 3873msgid "nephew/niece" 3874msgstr "" 3875 3876#: app/Functions/Functions.php:1334 3877msgctxt "wife’s sister’s child" 3878msgid "nephew/niece" 3879msgstr "" 3880 3881#: app/Functions/Functions.php:1336 3882msgctxt "wife’s brother’s child" 3883msgid "nephew/niece" 3884msgstr "" 3885 3886#: app/Functions/Functions.php:1338 3887msgctxt "wife’s sibling’s daughter" 3888msgid "niece" 3889msgstr "" 3890 3891#: app/Functions/Functions.php:1340 3892msgctxt "wife’s sister’s daughter" 3893msgid "niece" 3894msgstr "" 3895 3896#: app/Functions/Functions.php:1342 3897msgctxt "wife’s brother’s daughter" 3898msgid "niece" 3899msgstr "" 3900 3901#: app/Functions/Functions.php:1344 3902msgctxt "wife’s sibling’s son" 3903msgid "nephew" 3904msgstr "" 3905 3906#: app/Functions/Functions.php:1346 3907msgctxt "wife’s sister’s son" 3908msgid "nephew" 3909msgstr "" 3910 3911#: app/Functions/Functions.php:1348 3912msgctxt "wife’s brother’s son" 3913msgid "nephew" 3914msgstr "" 3915 3916#: app/Functions/Functions.php:1352 3917msgctxt "father’s father’s brother’s wife" 3918msgid "great-aunt" 3919msgstr "" 3920 3921#: app/Functions/Functions.php:1354 3922msgctxt "father’s father’s sibling’s spouse" 3923msgid "great-aunt/uncle" 3924msgstr "" 3925 3926#: app/Functions/Functions.php:1356 3927msgctxt "father’s father’s sister’s husband" 3928msgid "great-uncle" 3929msgstr "" 3930 3931#: app/Functions/Functions.php:1358 3932msgctxt "father’s mother’s brother’s wife" 3933msgid "great-aunt" 3934msgstr "" 3935 3936#: app/Functions/Functions.php:1360 3937msgctxt "father’s mother’s sibling’s spouse" 3938msgid "great-aunt/uncle" 3939msgstr "" 3940 3941#: app/Functions/Functions.php:1362 3942msgctxt "father’s mother’s sister’s husband" 3943msgid "great-uncle" 3944msgstr "" 3945 3946#: app/Functions/Functions.php:1364 3947msgctxt "father’s parent’s brother’s wife" 3948msgid "great-aunt" 3949msgstr "" 3950 3951#: app/Functions/Functions.php:1366 3952msgctxt "father’s parent’s sibling’s spouse" 3953msgid "great-aunt/uncle" 3954msgstr "" 3955 3956#: app/Functions/Functions.php:1368 3957msgctxt "father’s parent’s sister’s husband" 3958msgid "great-uncle" 3959msgstr "" 3960 3961#: app/Functions/Functions.php:1370 3962msgctxt "mother’s father’s brother’s wife" 3963msgid "great-aunt" 3964msgstr "" 3965 3966#: app/Functions/Functions.php:1372 3967msgctxt "mother’s father’s sibling’s spouse" 3968msgid "great-aunt/uncle" 3969msgstr "" 3970 3971#: app/Functions/Functions.php:1374 3972msgctxt "mother’s father’s sister’s husband" 3973msgid "great-uncle" 3974msgstr "" 3975 3976#: app/Functions/Functions.php:1376 3977msgctxt "mother’s mother’s brother’s wife" 3978msgid "great-aunt" 3979msgstr "" 3980 3981#: app/Functions/Functions.php:1378 3982msgctxt "mother’s mother’s sibling’s spouse" 3983msgid "great-aunt/uncle" 3984msgstr "" 3985 3986#: app/Functions/Functions.php:1380 3987msgctxt "mother’s mother’s sister’s husband" 3988msgid "great-uncle" 3989msgstr "" 3990 3991#: app/Functions/Functions.php:1382 3992msgctxt "mother’s parent’s brother’s wife" 3993msgid "great-aunt" 3994msgstr "" 3995 3996#: app/Functions/Functions.php:1384 3997msgctxt "mother’s parent’s sibling’s spouse" 3998msgid "great-aunt/uncle" 3999msgstr "" 4000 4001#: app/Functions/Functions.php:1386 4002msgctxt "mother’s parent’s sister’s husband" 4003msgid "great-uncle" 4004msgstr "" 4005 4006#: app/Functions/Functions.php:1388 4007msgctxt "parent’s father’s brother’s wife" 4008msgid "great-aunt" 4009msgstr "" 4010 4011#: app/Functions/Functions.php:1390 4012msgctxt "parent’s father’s sibling’s spouse" 4013msgid "great-aunt/uncle" 4014msgstr "" 4015 4016#: app/Functions/Functions.php:1392 4017msgctxt "parent’s father’s sister’s husband" 4018msgid "great-uncle" 4019msgstr "" 4020 4021#: app/Functions/Functions.php:1394 4022msgctxt "parent’s mother’s brother’s wife" 4023msgid "great-aunt" 4024msgstr "" 4025 4026#: app/Functions/Functions.php:1396 4027msgctxt "parent’s mother’s sibling’s spouse" 4028msgid "great-aunt/uncle" 4029msgstr "" 4030 4031#: app/Functions/Functions.php:1398 4032msgctxt "parent’s mother’s sister’s husband" 4033msgid "great-uncle" 4034msgstr "" 4035 4036#: app/Functions/Functions.php:1400 4037msgctxt "parent’s parent’s brother’s wife" 4038msgid "great-aunt" 4039msgstr "" 4040 4041#: app/Functions/Functions.php:1402 4042msgctxt "parent’s parent’s sibling’s spouse" 4043msgid "great-aunt/uncle" 4044msgstr "" 4045 4046#: app/Functions/Functions.php:1404 4047msgctxt "parent’s parent’s sister’s husband" 4048msgid "great-uncle" 4049msgstr "" 4050 4051#: app/Functions/Functions.php:1406 4052msgctxt "father’s father’s brother’s daughter" 4053msgid "first cousin once removed ascending" 4054msgstr "" 4055 4056#: app/Functions/Functions.php:1408 4057msgctxt "father’s father’s brother’s son" 4058msgid "first cousin once removed ascending" 4059msgstr "" 4060 4061#: app/Functions/Functions.php:1410 4062msgctxt "father’s father’s brother’s child" 4063msgid "first cousin once removed ascending" 4064msgstr "" 4065 4066#: app/Functions/Functions.php:1412 4067msgctxt "father’s father’s sister’s daughter" 4068msgid "first cousin once removed ascending" 4069msgstr "" 4070 4071#: app/Functions/Functions.php:1414 4072msgctxt "father’s father’s sister’s son" 4073msgid "first cousin once removed ascending" 4074msgstr "" 4075 4076#: app/Functions/Functions.php:1416 4077msgctxt "father’s father’s sister’s child" 4078msgid "first cousin once removed ascending" 4079msgstr "" 4080 4081#: app/Functions/Functions.php:1418 4082msgctxt "father’s mother’s brother’s daughter" 4083msgid "first cousin once removed ascending" 4084msgstr "" 4085 4086#: app/Functions/Functions.php:1420 4087msgctxt "father’s mother’s brother’s son" 4088msgid "first cousin once removed ascending" 4089msgstr "" 4090 4091#: app/Functions/Functions.php:1422 4092msgctxt "father’s mother’s brother’s child" 4093msgid "first cousin once removed ascending" 4094msgstr "" 4095 4096#: app/Functions/Functions.php:1424 4097msgctxt "father’s mother’s sister’s daughter" 4098msgid "first cousin once removed ascending" 4099msgstr "" 4100 4101#: app/Functions/Functions.php:1426 4102msgctxt "father’s mother’s sister’s son" 4103msgid "first cousin once removed ascending" 4104msgstr "" 4105 4106#: app/Functions/Functions.php:1428 4107msgctxt "father’s mother’s sister’s child" 4108msgid "first cousin once removed ascending" 4109msgstr "" 4110 4111#: app/Functions/Functions.php:1430 4112msgctxt "mother’s father’s brother’s daughter" 4113msgid "first cousin once removed ascending" 4114msgstr "" 4115 4116#: app/Functions/Functions.php:1432 4117msgctxt "mother’s father’s brother’s son" 4118msgid "first cousin once removed ascending" 4119msgstr "" 4120 4121#: app/Functions/Functions.php:1434 4122msgctxt "mother’s father’s brother’s child" 4123msgid "first cousin once removed ascending" 4124msgstr "" 4125 4126#: app/Functions/Functions.php:1436 4127msgctxt "mother’s father’s sister’s daughter" 4128msgid "first cousin once removed ascending" 4129msgstr "" 4130 4131#: app/Functions/Functions.php:1438 4132msgctxt "mother’s father’s sister’s son" 4133msgid "first cousin once removed ascending" 4134msgstr "" 4135 4136#: app/Functions/Functions.php:1440 4137msgctxt "mother’s father’s sister’s child" 4138msgid "first cousin once removed ascending" 4139msgstr "" 4140 4141#: app/Functions/Functions.php:1442 4142msgctxt "mother’s mother’s brother’s daughter" 4143msgid "first cousin once removed ascending" 4144msgstr "" 4145 4146#: app/Functions/Functions.php:1444 4147msgctxt "mother’s mother’s brother’s son" 4148msgid "first cousin once removed ascending" 4149msgstr "" 4150 4151#: app/Functions/Functions.php:1446 4152msgctxt "mother’s mother’s brother’s child" 4153msgid "first cousin once removed ascending" 4154msgstr "" 4155 4156#: app/Functions/Functions.php:1448 4157msgctxt "mother’s mother’s sister’s daughter" 4158msgid "first cousin once removed ascending" 4159msgstr "" 4160 4161#: app/Functions/Functions.php:1450 4162msgctxt "mother’s mother’s sister’s son" 4163msgid "first cousin once removed ascending" 4164msgstr "" 4165 4166#: app/Functions/Functions.php:1452 4167msgctxt "mother’s mother’s sister’s child" 4168msgid "first cousin once removed ascending" 4169msgstr "" 4170 4171#: app/Functions/Functions.php:1457 4172msgctxt "grandfather’s brother’s granddaughter" 4173msgid "second cousin" 4174msgstr "" 4175 4176#: app/Functions/Functions.php:1461 4177msgctxt "grandfather’s brother’s grandson" 4178msgid "second cousin" 4179msgstr "" 4180 4181#: app/Functions/Functions.php:1465 4182msgctxt "grandfather’s brother’s grandchild" 4183msgid "second cousin" 4184msgstr "" 4185 4186#: app/Functions/Functions.php:1469 4187msgctxt "grandfather’s sister’s granddaughter" 4188msgid "second cousin" 4189msgstr "" 4190 4191#: app/Functions/Functions.php:1473 4192msgctxt "grandfather’s sister’s grandson" 4193msgid "second cousin" 4194msgstr "" 4195 4196#: app/Functions/Functions.php:1477 4197msgctxt "grandfather’s sister’s grandchild" 4198msgid "second cousin" 4199msgstr "" 4200 4201#: app/Functions/Functions.php:1481 4202msgctxt "grandfather’s sibling’s granddaughter" 4203msgid "second cousin" 4204msgstr "" 4205 4206#: app/Functions/Functions.php:1485 4207msgctxt "grandfather’s sibling’s grandson" 4208msgid "second cousin" 4209msgstr "" 4210 4211#: app/Functions/Functions.php:1489 4212msgctxt "grandfather’s sibling’s grandchild" 4213msgid "second cousin" 4214msgstr "" 4215 4216#: app/Functions/Functions.php:1493 4217msgctxt "grandmother’s brother’s granddaughter" 4218msgid "second cousin" 4219msgstr "" 4220 4221#: app/Functions/Functions.php:1497 4222msgctxt "grandmother’s brother’s grandson" 4223msgid "second cousin" 4224msgstr "" 4225 4226#: app/Functions/Functions.php:1501 4227msgctxt "grandmother’s brother’s grandchild" 4228msgid "second cousin" 4229msgstr "" 4230 4231#: app/Functions/Functions.php:1505 4232msgctxt "grandmother’s sister’s granddaughter" 4233msgid "second cousin" 4234msgstr "" 4235 4236#: app/Functions/Functions.php:1509 4237msgctxt "grandmother’s sister’s grandson" 4238msgid "second cousin" 4239msgstr "" 4240 4241#: app/Functions/Functions.php:1513 4242msgctxt "grandmother’s sister’s grandchild" 4243msgid "second cousin" 4244msgstr "" 4245 4246#: app/Functions/Functions.php:1517 4247msgctxt "grandmother’s sibling’s granddaughter" 4248msgid "second cousin" 4249msgstr "" 4250 4251#: app/Functions/Functions.php:1521 4252msgctxt "grandmother’s sibling’s grandson" 4253msgid "second cousin" 4254msgstr "" 4255 4256#: app/Functions/Functions.php:1525 4257msgctxt "grandmother’s sibling’s grandchild" 4258msgid "second cousin" 4259msgstr "" 4260 4261#: app/Functions/Functions.php:1529 4262msgctxt "grandparent’s brother’s granddaughter" 4263msgid "second cousin" 4264msgstr "" 4265 4266#: app/Functions/Functions.php:1533 4267msgctxt "grandparent’s brother’s grandson" 4268msgid "second cousin" 4269msgstr "" 4270 4271#: app/Functions/Functions.php:1537 4272msgctxt "grandparent’s brother’s grandchild" 4273msgid "second cousin" 4274msgstr "" 4275 4276#: app/Functions/Functions.php:1541 4277msgctxt "grandparent’s sister’s granddaughter" 4278msgid "second cousin" 4279msgstr "" 4280 4281#: app/Functions/Functions.php:1545 4282msgctxt "grandparent’s sister’s grandson" 4283msgid "second cousin" 4284msgstr "" 4285 4286#: app/Functions/Functions.php:1549 4287msgctxt "grandparent’s sister’s grandchild" 4288msgid "second cousin" 4289msgstr "" 4290 4291#: app/Functions/Functions.php:1553 4292msgctxt "grandparent’s sibling’s granddaughter" 4293msgid "second cousin" 4294msgstr "" 4295 4296#: app/Functions/Functions.php:1557 4297msgctxt "grandparent’s sibling’s grandson" 4298msgid "second cousin" 4299msgstr "" 4300 4301#: app/Functions/Functions.php:1561 4302msgctxt "grandparent’s sibling’s grandchild" 4303msgid "second cousin" 4304msgstr "" 4305 4306#: app/Functions/Functions.php:1573 4307msgctxt "great-grandfather’s brother" 4308msgid "great-great-uncle" 4309msgstr "" 4310 4311#: app/Functions/Functions.php:1577 4312msgctxt "great-grandmother’s brother" 4313msgid "great-great-uncle" 4314msgstr "" 4315 4316#: app/Functions/Functions.php:1580 4317msgctxt "great-grandparent’s brother" 4318msgid "great-great-uncle" 4319msgstr "" 4320 4321#: app/Functions/Functions.php:1584 4322msgid "great-great-aunt" 4323msgstr "" 4324 4325#: app/Functions/Functions.php:1587 4326msgid "great-great-aunt/uncle" 4327msgstr "" 4328 4329#: app/Functions/Functions.php:1592 4330msgctxt "great-great-grandfather’s brother" 4331msgid "great-great-great-uncle" 4332msgstr "" 4333 4334#: app/Functions/Functions.php:1596 4335msgctxt "great-great-grandmother’s brother" 4336msgid "great-great-great-uncle" 4337msgstr "" 4338 4339#: app/Functions/Functions.php:1599 4340msgctxt "great-great-grandparent’s brother" 4341msgid "great-great-great-uncle" 4342msgstr "" 4343 4344#: app/Functions/Functions.php:1603 4345msgid "great-great-great-aunt" 4346msgstr "" 4347 4348#: app/Functions/Functions.php:1606 4349msgid "great-great-great-aunt/uncle" 4350msgstr "" 4351 4352#: app/Functions/Functions.php:1611 4353msgctxt "great-great-great-grandfather’s brother" 4354msgid "great ×4 uncle" 4355msgstr "" 4356 4357#: app/Functions/Functions.php:1615 4358msgctxt "great-great-great-grandmother’s brother" 4359msgid "great ×4 uncle" 4360msgstr "" 4361 4362#: app/Functions/Functions.php:1618 4363msgctxt "great-great-great-grandparent’s brother" 4364msgid "great ×4 uncle" 4365msgstr "" 4366 4367#: app/Functions/Functions.php:1622 4368msgid "great ×4 aunt" 4369msgstr "" 4370 4371#: app/Functions/Functions.php:1625 4372msgid "great ×4 aunt/uncle" 4373msgstr "" 4374 4375#: app/Functions/Functions.php:1630 4376msgctxt "great ×4 grandfather’s brother" 4377msgid "great ×5 uncle" 4378msgstr "" 4379 4380#: app/Functions/Functions.php:1634 4381msgctxt "great ×4 grandmother’s brother" 4382msgid "great ×5 uncle" 4383msgstr "" 4384 4385#: app/Functions/Functions.php:1637 4386msgctxt "great ×4 grandparent’s brother" 4387msgid "great ×5 uncle" 4388msgstr "" 4389 4390#: app/Functions/Functions.php:1641 4391msgid "great ×5 aunt" 4392msgstr "" 4393 4394#: app/Functions/Functions.php:1644 4395msgid "great ×5 aunt/uncle" 4396msgstr "" 4397 4398#: app/Functions/Functions.php:1649 4399msgctxt "great ×5 grandfather’s brother" 4400msgid "great ×6 uncle" 4401msgstr "" 4402 4403#: app/Functions/Functions.php:1653 4404msgctxt "great ×5 grandmother’s brother" 4405msgid "great ×6 uncle" 4406msgstr "" 4407 4408#: app/Functions/Functions.php:1656 4409msgctxt "great ×5 grandparent’s brother" 4410msgid "great ×6 uncle" 4411msgstr "" 4412 4413#: app/Functions/Functions.php:1660 4414msgid "great ×6 aunt" 4415msgstr "" 4416 4417#: app/Functions/Functions.php:1663 4418msgid "great ×6 aunt/uncle" 4419msgstr "" 4420 4421#: app/Functions/Functions.php:1668 4422msgctxt "great ×6 grandfather’s brother" 4423msgid "great ×7 uncle" 4424msgstr "" 4425 4426#: app/Functions/Functions.php:1672 4427msgctxt "great ×6 grandmother’s brother" 4428msgid "great ×7 uncle" 4429msgstr "" 4430 4431#: app/Functions/Functions.php:1675 4432msgctxt "great ×6 grandparent’s brother" 4433msgid "great ×7 uncle" 4434msgstr "" 4435 4436#: app/Functions/Functions.php:1679 4437msgid "great ×7 aunt" 4438msgstr "" 4439 4440#: app/Functions/Functions.php:1682 4441msgid "great ×7 aunt/uncle" 4442msgstr "" 4443 4444#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 4445#: app/Functions/Functions.php:1692 app/Functions/Functions.php:1723 4446#: app/Functions/Functions.php:1735 app/Functions/Functions.php:1750 4447#, php-format 4448msgid "great ×%s uncle" 4449msgstr "" 4450 4451#: app/Functions/Functions.php:1696 app/Functions/Functions.php:1715 4452#: app/Functions/Functions.php:1727 app/Functions/Functions.php:1738 4453#: app/Functions/Functions.php:1754 4454#, php-format 4455msgid "great ×%s aunt" 4456msgstr "" 4457 4458#: app/Functions/Functions.php:1699 app/Functions/Functions.php:1718 4459#: app/Functions/Functions.php:1730 app/Functions/Functions.php:1741 4460#: app/Functions/Functions.php:1757 4461#, php-format 4462msgid "great ×%s aunt/uncle" 4463msgstr "" 4464 4465#: app/Functions/Functions.php:1704 4466#, php-format 4467msgctxt "great ×(%s-1) grandfather’s brother" 4468msgid "great ×%s uncle" 4469msgstr "" 4470 4471#: app/Functions/Functions.php:1708 4472#, php-format 4473msgctxt "great ×(%s-1) grandmother’s brother" 4474msgid "great ×%s uncle" 4475msgstr "" 4476 4477#: app/Functions/Functions.php:1711 4478#, php-format 4479msgctxt "great ×(%s-1) grandparent’s brother" 4480msgid "great ×%s uncle" 4481msgstr "" 4482 4483#: app/Functions/Functions.php:1769 4484msgctxt "(a man’s) brother’s great-grandson" 4485msgid "great-great-nephew" 4486msgstr "" 4487 4488#: app/Functions/Functions.php:1773 4489msgctxt "(a man’s) sister’s great-grandson" 4490msgid "great-great-nephew" 4491msgstr "" 4492 4493#: app/Functions/Functions.php:1776 4494msgctxt "(a woman’s) great-great-nephew" 4495msgid "great-great-nephew" 4496msgstr "" 4497 4498#: app/Functions/Functions.php:1781 4499msgctxt "(a man’s) brother’s great-granddaughter" 4500msgid "great-great-niece" 4501msgstr "" 4502 4503#: app/Functions/Functions.php:1785 4504msgctxt "(a man’s) sister’s great-granddaughter" 4505msgid "great-great-niece" 4506msgstr "" 4507 4508#: app/Functions/Functions.php:1788 4509msgctxt "(a woman’s) great-great-niece" 4510msgid "great-great-niece" 4511msgstr "" 4512 4513#: app/Functions/Functions.php:1792 4514msgctxt "(a man’s) brother’s great-grandchild" 4515msgid "great-great-nephew/niece" 4516msgstr "" 4517 4518#: app/Functions/Functions.php:1796 4519msgctxt "(a man’s) sister’s great-grandchild" 4520msgid "great-great-nephew/niece" 4521msgstr "" 4522 4523#: app/Functions/Functions.php:1799 4524msgctxt "(a woman’s) great-great-nephew/niece" 4525msgid "great-great-nephew/niece" 4526msgstr "" 4527 4528#: app/Functions/Functions.php:1804 4529msgctxt "(a man’s) brother’s great-great-grandson" 4530msgid "great-great-great-nephew" 4531msgstr "" 4532 4533#: app/Functions/Functions.php:1808 4534msgctxt "(a man’s) sister’s great-great-grandson" 4535msgid "great-great-great-nephew" 4536msgstr "" 4537 4538#: app/Functions/Functions.php:1811 4539msgctxt "(a woman’s) great-great-great-nephew" 4540msgid "great-great-great-nephew" 4541msgstr "" 4542 4543#: app/Functions/Functions.php:1816 4544msgctxt "(a man’s) brother’s great-great-granddaughter" 4545msgid "great-great-great-niece" 4546msgstr "" 4547 4548#: app/Functions/Functions.php:1820 4549msgctxt "(a man’s) sister’s great-great-granddaughter" 4550msgid "great-great-great-niece" 4551msgstr "" 4552 4553#: app/Functions/Functions.php:1823 4554msgctxt "(a woman’s) great-great-great-niece" 4555msgid "great-great-great-niece" 4556msgstr "" 4557 4558#: app/Functions/Functions.php:1827 4559msgctxt "(a man’s) brother’s great-great-grandchild" 4560msgid "great-great-great-nephew/niece" 4561msgstr "" 4562 4563#: app/Functions/Functions.php:1831 4564msgctxt "(a man’s) sister’s great-great-grandchild" 4565msgid "great-great-great-nephew/niece" 4566msgstr "" 4567 4568#: app/Functions/Functions.php:1834 4569msgctxt "(a woman’s) great-great-great-nephew/niece" 4570msgid "great-great-great-nephew/niece" 4571msgstr "" 4572 4573#: app/Functions/Functions.php:1839 4574msgctxt "(a man’s) brother’s great-great-great-grandson" 4575msgid "great ×4 nephew" 4576msgstr "" 4577 4578#: app/Functions/Functions.php:1843 4579msgctxt "(a man’s) sister’s great-great-great-grandson" 4580msgid "great ×4 nephew" 4581msgstr "" 4582 4583#: app/Functions/Functions.php:1846 4584msgctxt "(a woman’s) great ×4 nephew" 4585msgid "great ×4 nephew" 4586msgstr "" 4587 4588#: app/Functions/Functions.php:1851 4589msgctxt "(a man’s) brother’s great-great-great-granddaughter" 4590msgid "great ×4 niece" 4591msgstr "" 4592 4593#: app/Functions/Functions.php:1855 4594msgctxt "(a man’s) sister’s great-great-great-granddaughter" 4595msgid "great ×4 niece" 4596msgstr "" 4597 4598#: app/Functions/Functions.php:1858 4599msgctxt "(a woman’s) great ×4 niece" 4600msgid "great ×4 niece" 4601msgstr "" 4602 4603#: app/Functions/Functions.php:1862 4604msgctxt "(a man’s) brother’s great-great-great-grandchild" 4605msgid "great ×4 nephew/niece" 4606msgstr "" 4607 4608#: app/Functions/Functions.php:1866 4609msgctxt "(a man’s) sister’s great-great-great-grandchild" 4610msgid "great ×4 nephew/niece" 4611msgstr "" 4612 4613#: app/Functions/Functions.php:1869 4614msgctxt "(a woman’s) great ×4 nephew/niece" 4615msgid "great ×4 nephew/niece" 4616msgstr "" 4617 4618#: app/Functions/Functions.php:1874 4619msgctxt "(a man’s) brother’s great ×4 grandson" 4620msgid "great ×5 nephew" 4621msgstr "" 4622 4623#: app/Functions/Functions.php:1878 4624msgctxt "(a man’s) sister’s great ×4 grandson" 4625msgid "great ×5 nephew" 4626msgstr "" 4627 4628#: app/Functions/Functions.php:1881 4629msgctxt "(a woman’s) great ×5 nephew" 4630msgid "great ×5 nephew" 4631msgstr "" 4632 4633#: app/Functions/Functions.php:1886 4634msgctxt "(a man’s) brother’s great ×4 granddaughter" 4635msgid "great ×5 niece" 4636msgstr "" 4637 4638#: app/Functions/Functions.php:1890 4639msgctxt "(a man’s) sister’s great ×4 granddaughter" 4640msgid "great ×5 niece" 4641msgstr "" 4642 4643#: app/Functions/Functions.php:1893 4644msgctxt "(a woman’s) great ×5 niece" 4645msgid "great ×5 niece" 4646msgstr "" 4647 4648#: app/Functions/Functions.php:1897 4649msgctxt "(a man’s) brother’s great ×4 grandchild" 4650msgid "great ×5 nephew/niece" 4651msgstr "" 4652 4653#: app/Functions/Functions.php:1901 4654msgctxt "(a man’s) sister’s great ×4 grandchild" 4655msgid "great ×5 nephew/niece" 4656msgstr "" 4657 4658#: app/Functions/Functions.php:1904 4659msgctxt "(a woman’s) great ×5 nephew/niece" 4660msgid "great ×5 nephew/niece" 4661msgstr "" 4662 4663#: app/Functions/Functions.php:1915 app/Functions/Functions.php:1951 4664#, php-format 4665msgctxt "(a man’s) brother’s great ×(%s-1) grandson" 4666msgid "great ×%s nephew" 4667msgstr "" 4668 4669#: app/Functions/Functions.php:1919 app/Functions/Functions.php:1954 4670#, php-format 4671msgctxt "(a man’s) sister’s great ×(%s-1) grandson" 4672msgid "great ×%s nephew" 4673msgstr "" 4674 4675#: app/Functions/Functions.php:1922 app/Functions/Functions.php:1956 4676#, php-format 4677msgctxt "(a woman’s) great ×%s nephew" 4678msgid "great ×%s nephew" 4679msgstr "" 4680 4681#: app/Functions/Functions.php:1927 app/Functions/Functions.php:1960 4682#, php-format 4683msgctxt "(a man’s) brother’s great ×(%s-1) granddaughter" 4684msgid "great ×%s niece" 4685msgstr "" 4686 4687#: app/Functions/Functions.php:1931 app/Functions/Functions.php:1963 4688#, php-format 4689msgctxt "(a man’s) sister’s great ×(%s-1) granddaughter" 4690msgid "great ×%s niece" 4691msgstr "" 4692 4693#: app/Functions/Functions.php:1934 app/Functions/Functions.php:1965 4694#, php-format 4695msgctxt "(a woman’s) great ×%s niece" 4696msgid "great ×%s niece" 4697msgstr "" 4698 4699#: app/Functions/Functions.php:1938 app/Functions/Functions.php:1968 4700#, php-format 4701msgctxt "(a man’s) brother’s great ×(%s-1) grandchild" 4702msgid "great ×%s nephew/niece" 4703msgstr "" 4704 4705#: app/Functions/Functions.php:1942 app/Functions/Functions.php:1971 4706#, php-format 4707msgctxt "(a man’s) sister’s great ×(%s-1) grandchild" 4708msgid "great ×%s nephew/niece" 4709msgstr "" 4710 4711#: app/Functions/Functions.php:1945 app/Functions/Functions.php:1973 4712#, php-format 4713msgctxt "(a woman’s) great ×%s nephew/niece" 4714msgid "great ×%s nephew/niece" 4715msgstr "" 4716 4717#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 4718#: app/Functions/Functions.php:1977 app/Functions/Functions.php:1989 4719#: app/Functions/Functions.php:2005 4720#, php-format 4721msgid "great ×%s nephew" 4722msgstr "" 4723 4724#: app/Functions/Functions.php:1981 app/Functions/Functions.php:1993 4725#: app/Functions/Functions.php:2009 4726#, php-format 4727msgid "great ×%s niece" 4728msgstr "" 4729 4730#: app/Functions/Functions.php:1984 app/Functions/Functions.php:1996 4731#: app/Functions/Functions.php:2012 4732#, php-format 4733msgid "great ×%s nephew/niece" 4734msgstr "" 4735 4736#: app/Functions/Functions.php:2022 4737msgid "great-great-grandfather" 4738msgstr "" 4739 4740#: app/Functions/Functions.php:2026 4741msgid "great-great-grandmother" 4742msgstr "" 4743 4744#: app/Functions/Functions.php:2029 4745msgid "great-great-grandparent" 4746msgstr "" 4747 4748#: app/Functions/Functions.php:2033 4749msgid "great-great-great-grandfather" 4750msgstr "" 4751 4752#: app/Functions/Functions.php:2037 4753msgid "great-great-great-grandmother" 4754msgstr "" 4755 4756#: app/Functions/Functions.php:2040 4757msgid "great-great-great-grandparent" 4758msgstr "" 4759 4760#: app/Functions/Functions.php:2044 4761msgid "great ×4 grandfather" 4762msgstr "" 4763 4764#: app/Functions/Functions.php:2048 4765msgid "great ×4 grandmother" 4766msgstr "" 4767 4768#: app/Functions/Functions.php:2051 4769msgid "great ×4 grandparent" 4770msgstr "" 4771 4772#: app/Functions/Functions.php:2055 4773msgid "great ×5 grandfather" 4774msgstr "" 4775 4776#: app/Functions/Functions.php:2059 4777msgid "great ×5 grandmother" 4778msgstr "" 4779 4780#: app/Functions/Functions.php:2062 4781msgid "great ×5 grandparent" 4782msgstr "" 4783 4784#: app/Functions/Functions.php:2066 4785msgid "great ×6 grandfather" 4786msgstr "" 4787 4788#: app/Functions/Functions.php:2070 4789msgid "great ×6 grandmother" 4790msgstr "" 4791 4792#: app/Functions/Functions.php:2073 4793msgid "great ×6 grandparent" 4794msgstr "" 4795 4796#: app/Functions/Functions.php:2077 4797msgid "great ×7 grandfather" 4798msgstr "" 4799 4800#: app/Functions/Functions.php:2081 4801msgid "great ×7 grandmother" 4802msgstr "" 4803 4804#: app/Functions/Functions.php:2084 4805msgid "great ×7 grandparent" 4806msgstr "" 4807 4808#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 4809#: app/Functions/Functions.php:2094 app/Functions/Functions.php:2108 4810#: app/Functions/Functions.php:2120 app/Functions/Functions.php:2133 4811#: app/Functions/Functions.php:2149 4812#, php-format 4813msgid "great ×%s grandfather" 4814msgstr "" 4815 4816#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 4817#: app/Functions/Functions.php:2098 app/Functions/Functions.php:2112 4818#: app/Functions/Functions.php:2124 app/Functions/Functions.php:2138 4819#: app/Functions/Functions.php:2154 4820#, php-format 4821msgid "great ×%s grandmother" 4822msgstr "" 4823 4824#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 4825#: app/Functions/Functions.php:2101 app/Functions/Functions.php:2115 4826#: app/Functions/Functions.php:2127 app/Functions/Functions.php:2142 4827#: app/Functions/Functions.php:2158 4828#, php-format 4829msgid "great ×%s grandparent" 4830msgstr "" 4831 4832#: app/Functions/Functions.php:2168 4833msgid "great-great-grandson" 4834msgstr "" 4835 4836#: app/Functions/Functions.php:2172 4837msgid "great-great-granddaughter" 4838msgstr "" 4839 4840#: app/Functions/Functions.php:2175 4841msgid "great-great-grandchild" 4842msgstr "" 4843 4844#: app/Functions/Functions.php:2179 4845msgid "great-great-great-grandson" 4846msgstr "" 4847 4848#: app/Functions/Functions.php:2183 4849msgid "great-great-great-granddaughter" 4850msgstr "" 4851 4852#: app/Functions/Functions.php:2186 4853msgid "great-great-great-grandchild" 4854msgstr "" 4855 4856#: app/Functions/Functions.php:2190 4857msgid "great ×4 grandson" 4858msgstr "" 4859 4860#: app/Functions/Functions.php:2194 4861msgid "great ×4 granddaughter" 4862msgstr "" 4863 4864#: app/Functions/Functions.php:2197 4865msgid "great ×4 grandchild" 4866msgstr "" 4867 4868#: app/Functions/Functions.php:2201 4869msgid "great ×5 grandson" 4870msgstr "" 4871 4872#: app/Functions/Functions.php:2205 4873msgid "great ×5 granddaughter" 4874msgstr "" 4875 4876#: app/Functions/Functions.php:2208 4877msgid "great ×5 grandchild" 4878msgstr "" 4879 4880#: app/Functions/Functions.php:2212 4881msgid "great ×6 grandson" 4882msgstr "" 4883 4884#: app/Functions/Functions.php:2216 4885msgid "great ×6 granddaughter" 4886msgstr "" 4887 4888#: app/Functions/Functions.php:2219 4889msgid "great ×6 grandchild" 4890msgstr "" 4891 4892#: app/Functions/Functions.php:2223 4893msgid "great ×7 grandson" 4894msgstr "" 4895 4896#: app/Functions/Functions.php:2227 4897msgid "great ×7 granddaughter" 4898msgstr "" 4899 4900#: app/Functions/Functions.php:2230 4901msgid "great ×7 grandchild" 4902msgstr "" 4903 4904#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 4905#: app/Functions/Functions.php:2242 app/Functions/Functions.php:2254 4906#: app/Functions/Functions.php:2271 4907#, php-format 4908msgid "great ×%s grandson" 4909msgstr "" 4910 4911#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 4912#: app/Functions/Functions.php:2246 app/Functions/Functions.php:2257 4913#: app/Functions/Functions.php:2276 4914#, php-format 4915msgid "great ×%s granddaughter" 4916msgstr "" 4917 4918#. I18N: if you need a different number for %s, contact the developers, as a code-change is required 4919#: app/Functions/Functions.php:2249 app/Functions/Functions.php:2259 4920#: app/Functions/Functions.php:2280 4921#, php-format 4922msgid "great ×%s grandchild" 4923msgstr "" 4924 4925#. I18N: %s=“fifth cousin”, etc. http://www.ancestry.com/learn/library/article.aspx?article=2856 4926#: app/Functions/Functions.php:2334 4927#, php-format 4928msgid "%s once removed ascending" 4929msgstr "" 4930 4931#. I18N: %s=“fifth cousin”, etc. http://www.ancestry.com/learn/library/article.aspx?article=2856 4932#: app/Functions/Functions.php:2338 4933#, php-format 4934msgid "%s once removed descending" 4935msgstr "" 4936 4937#. I18N: %s=“fifth cousin”, etc. 4938#: app/Functions/Functions.php:2342 4939#, php-format 4940msgid "%s twice removed ascending" 4941msgstr "" 4942 4943#. I18N: %s=“fifth cousin”, etc. 4944#: app/Functions/Functions.php:2346 4945#, php-format 4946msgid "%s twice removed descending" 4947msgstr "" 4948 4949#. I18N: %s=“fifth cousin”, etc. 4950#: app/Functions/Functions.php:2350 4951#, php-format 4952msgid "%s three times removed ascending" 4953msgstr "" 4954 4955#. I18N: %s=“fifth cousin”, etc. 4956#: app/Functions/Functions.php:2354 4957#, php-format 4958msgid "%s three times removed descending" 4959msgstr "" 4960 4961#. I18N: %1$s=“fifth cousin”, etc., %2$s>=4 4962#: app/Functions/Functions.php:2358 4963#, php-format 4964msgid "%1$s %2$s times removed ascending" 4965msgstr "" 4966 4967#. I18N: %1$s=“fifth cousin”, etc., %2$s>=4 4968#: app/Functions/Functions.php:2362 4969#, php-format 4970msgid "%1$s %2$s times removed descending" 4971msgstr "" 4972 4973#: app/Functions/Functions.php:2380 4974#, php-format 4975msgid "%1$s’s %2$s" 4976msgstr "" 4977 4978#. I18N: gedcom tag CHIL 4979#: app/Functions/FunctionsDate.php:51 app/Functions/FunctionsPrint.php:235 4980#: app/GedcomTag.php:589 resources/views/edit/change-family-members.phtml:53 4981#: resources/views/edit/change-family-members.phtml:64 4982#: resources/views/modules/pedigree-chart/previous.phtml:40 4983msgid "Child" 4984msgstr "" 4985 4986#. I18N: gedcom tag INFL 4987#: app/Functions/FunctionsDate.php:53 app/Functions/FunctionsPrint.php:237 4988#: app/GedcomTag.php:807 4989msgid "Infant" 4990msgstr "" 4991 4992#: app/Functions/FunctionsDate.php:55 app/Functions/FunctionsPrint.php:239 4993msgid "Stillborn" 4994msgstr "" 4995 4996#: app/Functions/FunctionsDate.php:70 app/Functions/FunctionsPrint.php:254 4997#, php-format 4998msgid "%s week" 4999msgid_plural "%s weeks" 5000msgstr[0] "" 5001msgstr[1] "" 5002 5003#: app/Functions/FunctionsEdit.php:120 app/Functions/FunctionsEdit.php:243 5004#: app/Functions/FunctionsEdit.php:264 5005#: app/Functions/FunctionsPrintFacts.php:260 5006#: app/Functions/FunctionsPrintFacts.php:452 5007#: app/Functions/FunctionsPrintFacts.php:825 5008#: app/Functions/FunctionsPrintFacts.php:1063 5009#: app/Http/Controllers/AdminController.php:176 5010#: resources/views/admin/trees-privacy.phtml:29 5011#: resources/views/admin/trees-privacy.phtml:91 5012#: resources/views/admin/trees-privacy.phtml:152 5013#: resources/views/modals/restriction-fields.phtml:15 5014msgid "Show to visitors" 5015msgstr "" 5016 5017#: app/Functions/FunctionsEdit.php:121 app/Functions/FunctionsEdit.php:244 5018#: app/Functions/FunctionsEdit.php:265 5019#: app/Functions/FunctionsPrintFacts.php:263 5020#: app/Functions/FunctionsPrintFacts.php:455 5021#: app/Functions/FunctionsPrintFacts.php:828 5022#: app/Functions/FunctionsPrintFacts.php:1066 5023#: app/Http/Controllers/AdminController.php:177 5024#: app/Http/Controllers/AdminTreesController.php:767 5025#: resources/views/admin/trees-privacy.phtml:29 5026#: resources/views/admin/trees-privacy.phtml:91 5027#: resources/views/modals/restriction-fields.phtml:18 5028msgid "Show to members" 5029msgstr "" 5030 5031#: app/Functions/FunctionsEdit.php:122 app/Functions/FunctionsEdit.php:245 5032#: app/Functions/FunctionsEdit.php:266 5033#: app/Functions/FunctionsPrintFacts.php:266 5034#: app/Functions/FunctionsPrintFacts.php:458 5035#: app/Functions/FunctionsPrintFacts.php:831 5036#: app/Functions/FunctionsPrintFacts.php:1069 5037#: app/Http/Controllers/AdminController.php:178 5038#: app/Http/Controllers/AdminTreesController.php:768 5039#: resources/views/modals/restriction-fields.phtml:21 5040msgid "Show to managers" 5041msgstr "" 5042 5043#: app/Functions/FunctionsEdit.php:123 app/Functions/FunctionsEdit.php:267 5044#: app/Http/Controllers/AdminController.php:179 5045#: app/Http/Controllers/AdminTreesController.php:769 5046#: resources/views/admin/trees-privacy.phtml:152 5047msgid "Hide from everyone" 5048msgstr "" 5049 5050#: app/Functions/FunctionsEdit.php:149 5051msgid "No calendar conversion" 5052msgstr "" 5053 5054#: app/Functions/FunctionsEdit.php:160 5055msgid "Internal messaging" 5056msgstr "" 5057 5058#: app/Functions/FunctionsEdit.php:161 5059msgid "Internal messaging with emails" 5060msgstr "" 5061 5062#: app/Functions/FunctionsEdit.php:162 5063msgid "webtrees sends emails with no storage" 5064msgstr "" 5065 5066#: app/Functions/FunctionsEdit.php:163 5067msgid "Mailto link" 5068msgstr "" 5069 5070#: app/Functions/FunctionsEdit.php:164 5071msgid "No contact" 5072msgstr "" 5073 5074#: app/Functions/FunctionsEdit.php:176 app/Functions/FunctionsEdit.php:210 5075#: app/Http/Controllers/Admin/UsersController.php:191 5076#: app/Http/Controllers/Admin/UsersController.php:192 5077#: app/Statistics/Repository/LatestUserRepository.php:137 5078#: resources/views/admin/map-import-form.phtml:57 5079#: resources/views/admin/site-mail.phtml:111 5080#: resources/views/admin/site-preferences.phtml:102 5081#: resources/views/admin/site-registration.phtml:55 5082#: resources/views/admin/site-registration.phtml:72 5083#: resources/views/admin/trees-preferences.phtml:116 5084#: resources/views/admin/trees-preferences.phtml:286 5085#: resources/views/admin/trees-preferences.phtml:522 5086#: resources/views/admin/trees-preferences.phtml:538 5087#: resources/views/admin/trees-preferences.phtml:604 5088#: resources/views/admin/trees-preferences.phtml:886 5089#: resources/views/admin/trees-preferences.phtml:916 5090#: resources/views/lists/families-table.phtml:324 5091#: resources/views/modules/fix-search-and-replace/options.phtml:56 5092#: resources/views/modules/html/config.phtml:48 5093#: resources/views/modules/random_media/config.phtml:34 5094#: resources/views/modules/random_media/config.phtml:43 5095#: resources/views/modules/recent_changes/config.phtml:40 5096#: resources/views/modules/review_changes/config.phtml:17 5097#: resources/views/modules/todays_events/config.phtml:12 5098#: resources/views/modules/todo/config.phtml:18 5099#: resources/views/modules/todo/config.phtml:28 5100#: resources/views/modules/todo/config.phtml:37 5101#: resources/views/modules/upcoming_events/config.phtml:22 5102#: resources/xml/reports/change_report.xml:8 5103#: resources/xml/reports/family_group_report.xml:255 5104#: resources/xml/reports/family_group_report.xml:426 5105#: resources/xml/reports/family_group_report.xml:609 5106#: resources/xml/reports/family_group_report.xml:953 5107#: resources/xml/reports/individual_ext_report.xml:182 5108#: resources/xml/reports/individual_report.xml:178 5109msgid "no" 5110msgstr "" 5111 5112#: app/Functions/FunctionsEdit.php:177 app/Functions/FunctionsEdit.php:211 5113#: app/Http/Controllers/Admin/UsersController.php:191 5114#: app/Http/Controllers/Admin/UsersController.php:192 5115#: app/Statistics/Repository/LatestUserRepository.php:136 5116#: resources/views/admin/map-import-form.phtml:57 5117#: resources/views/admin/site-mail.phtml:111 5118#: resources/views/admin/site-preferences.phtml:102 5119#: resources/views/admin/site-registration.phtml:55 5120#: resources/views/admin/site-registration.phtml:72 5121#: resources/views/admin/trees-preferences.phtml:116 5122#: resources/views/admin/trees-preferences.phtml:286 5123#: resources/views/admin/trees-preferences.phtml:522 5124#: resources/views/admin/trees-preferences.phtml:538 5125#: resources/views/admin/trees-preferences.phtml:604 5126#: resources/views/admin/trees-preferences.phtml:886 5127#: resources/views/admin/trees-preferences.phtml:916 5128#: resources/views/lists/families-table.phtml:326 5129#: resources/views/modules/fix-search-and-replace/options.phtml:56 5130#: resources/views/modules/html/config.phtml:48 5131#: resources/views/modules/random_media/config.phtml:34 5132#: resources/views/modules/random_media/config.phtml:43 5133#: resources/views/modules/recent_changes/config.phtml:40 5134#: resources/views/modules/review_changes/config.phtml:17 5135#: resources/views/modules/todays_events/config.phtml:12 5136#: resources/views/modules/todo/config.phtml:18 5137#: resources/views/modules/todo/config.phtml:28 5138#: resources/views/modules/todo/config.phtml:37 5139#: resources/views/modules/upcoming_events/config.phtml:22 5140#: resources/xml/reports/change_report.xml:8 5141#: resources/xml/reports/family_group_report.xml:252 5142#: resources/xml/reports/family_group_report.xml:423 5143#: resources/xml/reports/family_group_report.xml:606 5144#: resources/xml/reports/family_group_report.xml:950 5145#: resources/xml/reports/individual_ext_report.xml:179 5146#: resources/xml/reports/individual_report.xml:175 5147msgid "yes" 5148msgstr "" 5149 5150#: app/Functions/FunctionsEdit.php:193 5151#: app/Http/Controllers/ListController.php:167 5152#: app/Http/Controllers/ListController.php:176 5153#: app/Http/Controllers/ListController.php:185 5154#: app/Http/Controllers/ListController.php:274 5155#: app/Http/Controllers/ListController.php:376 5156#: app/Http/Controllers/ListController.php:378 5157#: app/Module/FrequentlyAskedQuestionsModule.php:320 5158#: app/Module/UserMessagesModule.php:179 5159#: resources/views/calendar-page.phtml:155 5160#: resources/views/lists/datatables-attributes.phtml:10 5161#: resources/views/modules/faq/config.phtml:58 5162#: resources/views/modules/random_media/config.phtml:12 5163#: resources/xml/reports/ahnentafel_report.xml:7 5164#: resources/xml/reports/descendancy_report.xml:6 5165#: resources/xml/reports/individual_ext_report.xml:6 5166#: resources/xml/reports/individual_ext_report.xml:7 5167#: resources/xml/reports/individual_ext_report.xml:11 5168#: resources/xml/reports/individual_report.xml:8 5169#: resources/xml/reports/missing_facts_report.xml:6 5170#: resources/xml/reports/missing_facts_report.xml:7 5171#: resources/xml/reports/relative_ext_report.xml:6 5172msgid "All" 5173msgstr "" 5174 5175#: app/Functions/FunctionsEdit.php:246 5176#: app/Functions/FunctionsPrintFacts.php:269 5177#: app/Functions/FunctionsPrintFacts.php:461 5178#: app/Functions/FunctionsPrintFacts.php:834 5179#: app/Functions/FunctionsPrintFacts.php:1072 5180#: resources/views/modals/restriction-fields.phtml:32 5181msgid "Only managers can edit" 5182msgstr "" 5183 5184#: app/Functions/FunctionsEdit.php:278 5185msgid "No temple - living ordinance" 5186msgstr "" 5187 5188#: app/Functions/FunctionsEdit.php:472 5189msgid "An associate is another individual who was involved with this individual, such as a friend or an employer." 5190msgstr "" 5191 5192#: app/Functions/FunctionsEdit.php:474 5193msgid "An associate is another individual who was involved with this fact or event, such as a witness or a priest." 5194msgstr "" 5195 5196#: app/Functions/FunctionsEdit.php:490 5197msgid "Create a family" 5198msgstr "" 5199 5200#: app/Functions/FunctionsEdit.php:501 5201#: resources/views/modals/create-note-object.phtml:11 5202msgid "Create a shared note" 5203msgstr "" 5204 5205#: app/Functions/FunctionsEdit.php:510 5206#: resources/views/modals/create-media-from-file.phtml:16 5207#: resources/views/modals/create-media-object.phtml:11 5208msgid "Create a media object" 5209msgstr "" 5210 5211#: app/Functions/FunctionsEdit.php:548 5212#: resources/views/modals/create-repository.phtml:11 5213msgid "Create a repository" 5214msgstr "" 5215 5216#: app/Functions/FunctionsEdit.php:558 5217#: app/Http/RequestHandlers/IndividualPage.php:348 5218#: app/Module/StatisticsChartModule.php:789 5219msgid "Male" 5220msgstr "" 5221 5222#: app/Functions/FunctionsEdit.php:558 5223#: app/Http/RequestHandlers/IndividualPage.php:351 5224#: app/Module/StatisticsChartModule.php:790 5225msgid "Female" 5226msgstr "" 5227 5228#: app/Functions/FunctionsEdit.php:558 5229#: app/Http/RequestHandlers/IndividualPage.php:354 5230#: resources/xml/reports/family_group_report.xml:844 5231#: resources/xml/reports/individual_ext_report.xml:391 5232#: resources/xml/reports/individual_ext_report.xml:598 5233#: resources/xml/reports/individual_report.xml:388 5234#: resources/xml/reports/individual_report.xml:602 5235msgctxt "unknown gender" 5236msgid "Unknown" 5237msgstr "" 5238 5239#: app/Functions/FunctionsEdit.php:562 5240#: resources/views/modals/create-source.phtml:11 5241msgid "Create a source" 5242msgstr "" 5243 5244#: app/Functions/FunctionsEdit.php:570 5245#: resources/views/modals/create-submitter.phtml:11 5246msgid "Create a submitter" 5247msgstr "" 5248 5249#. I18N: Examples of valid time formats (hours:minutes:seconds) 5250#: app/Functions/FunctionsEdit.php:577 5251msgid "hh:mm or hh:mm:ss" 5252msgstr "" 5253 5254#: app/Functions/FunctionsEdit.php:581 5255msgid "always" 5256msgstr "" 5257 5258#: app/Functions/FunctionsEdit.php:581 5259msgid "never" 5260msgstr "" 5261 5262#: app/Functions/FunctionsEdit.php:582 5263msgid "Use this image for charts and on the individual’s page." 5264msgstr "" 5265 5266#: app/Functions/FunctionsEdit.php:614 5267#: app/Http/Controllers/EditIndividualController.php:444 5268#: app/Http/RequestHandlers/IndividualPage.php:318 5269msgid "Edit the name" 5270msgstr "" 5271 5272#: app/Functions/FunctionsPrint.php:118 app/Note.php:161 5273#: app/Report/ReportParserGenerate.php:985 5274#: app/Report/ReportParserGenerate.php:1080 5275msgid "…" 5276msgstr "" 5277 5278#. I18N: gedcom tag NOTE 5279#: app/Functions/FunctionsPrint.php:165 app/GedcomTag.php:890 5280#: resources/views/admin/trees-privacy.phtml:172 5281#: resources/views/cards/add-note.phtml:10 resources/views/family-page.phtml:71 5282#: resources/views/modals/create-media-from-file.phtml:48 5283#: resources/views/modals/media-object-fields.phtml:11 5284#: resources/views/modals/note-object-fields.phtml:9 5285#: resources/views/modules/favorites/favorites.phtml:159 5286#: resources/views/modules/notes/tab.phtml:41 5287#: resources/views/modules/recent_changes/changes-table.phtml:71 5288#: resources/xml/reports/cemetery_report.xml:56 5289#: resources/xml/reports/family_group_report.xml:485 5290#: resources/xml/reports/family_group_report.xml:749 5291#: resources/xml/reports/family_group_report.xml:1101 5292#: resources/xml/reports/occupation_report.xml:64 5293msgid "Note" 5294msgstr "" 5295 5296#: app/Functions/FunctionsPrint.php:199 5297msgid "Mother’s age" 5298msgstr "" 5299 5300#: app/Functions/FunctionsPrint.php:207 5301msgid "Father’s age" 5302msgstr "" 5303 5304#: app/Functions/FunctionsPrint.php:211 5305msgid "Parent’s age" 5306msgstr "" 5307 5308#. I18N: gedcom tag AGE 5309#: app/Functions/FunctionsPrint.php:356 app/GedcomTag.php:477 5310#: app/Statistics/Google/ChartAge.php:134 5311#: app/Statistics/Google/ChartMarriageAge.php:157 5312#: resources/views/lists/chart-by-age.phtml:27 5313#: resources/views/lists/families-table.phtml:141 5314#: resources/views/lists/families-table.phtml:216 5315#: resources/views/lists/families-table.phtml:219 5316#: resources/views/lists/individuals-table.phtml:157 5317#: resources/views/lists/individuals-table.phtml:253 5318#: resources/views/modules/timeline-chart/chart.phtml:414 5319msgid "Age" 5320msgstr "" 5321 5322#. I18N: gedcom tag HUSB 5323#: app/Functions/FunctionsPrint.php:357 app/GedcomTag.php:791 5324#: app/Http/Controllers/EditIndividualController.php:610 5325#: resources/views/edit/change-family-members.phtml:18 5326#: resources/views/edit/change-family-members.phtml:33 5327#: resources/xml/reports/cemetery_report.xml:7 5328#: resources/xml/reports/death_report.xml:10 5329#: resources/xml/reports/family_group_report.xml:147 5330#: resources/xml/reports/family_group_report.xml:1087 5331#: resources/xml/reports/individual_ext_report.xml:196 5332#: resources/xml/reports/individual_ext_report.xml:213 5333#: resources/xml/reports/individual_ext_report.xml:449 5334#: resources/xml/reports/individual_report.xml:192 5335#: resources/xml/reports/individual_report.xml:213 5336#: resources/xml/reports/individual_report.xml:449 5337#: resources/xml/reports/relative_ext_report.xml:109 5338msgid "Husband" 5339msgstr "" 5340 5341#. I18N: gedcom tag WIFE 5342#: app/Functions/FunctionsPrint.php:358 app/GedcomTag.php:1076 5343#: app/Http/Controllers/EditIndividualController.php:613 5344#: resources/views/edit/change-family-members.phtml:20 5345#: resources/views/edit/change-family-members.phtml:35 5346#: resources/xml/reports/family_group_report.xml:501 5347#: resources/xml/reports/family_group_report.xml:1078 5348#: resources/xml/reports/individual_ext_report.xml:199 5349#: resources/xml/reports/individual_ext_report.xml:216 5350#: resources/xml/reports/individual_ext_report.xml:485 5351#: resources/xml/reports/individual_report.xml:195 5352#: resources/xml/reports/individual_report.xml:216 5353#: resources/xml/reports/individual_report.xml:489 5354#: resources/xml/reports/relative_ext_report.xml:104 5355msgid "Wife" 5356msgstr "" 5357 5358#. I18N: gedcom tag LATI 5359#: app/Functions/FunctionsPrint.php:403 app/GedcomTag.php:813 5360#: resources/views/admin/location-edit.phtml:42 5361#: resources/views/admin/locations.phtml:16 5362#: resources/views/edit/input-addon-coordinates.phtml:9 5363#: resources/views/edit/input-addon-coordinates.phtml:12 5364#: resources/views/modules/place-hierarchy/popup.phtml:27 5365msgid "Latitude" 5366msgstr "" 5367 5368#. I18N: gedcom tag LONG 5369#: app/Functions/FunctionsPrint.php:409 app/GedcomTag.php:819 5370#: resources/views/admin/location-edit.phtml:53 5371#: resources/views/admin/locations.phtml:17 5372#: resources/views/edit/input-addon-coordinates.phtml:9 5373#: resources/views/edit/input-addon-coordinates.phtml:12 5374#: resources/views/modules/place-hierarchy/popup.phtml:31 5375msgid "Longitude" 5376msgstr "" 5377 5378#: app/Functions/FunctionsPrint.php:415 app/Functions/FunctionsPrint.php:417 5379msgid "Google Maps™" 5380msgstr "" 5381 5382#: app/Functions/FunctionsPrint.php:420 app/Functions/FunctionsPrint.php:422 5383msgid "Bing Maps™" 5384msgstr "" 5385 5386#: app/Functions/FunctionsPrint.php:425 app/Functions/FunctionsPrint.php:427 5387#: resources/views/admin/map-provider.phtml:21 5388msgid "OpenStreetMap™" 5389msgstr "" 5390 5391#: app/Functions/FunctionsPrint.php:437 5392msgid "LDS temple" 5393msgstr "" 5394 5395#. I18N: gedcom tag STAT 5396#: app/Functions/FunctionsPrint.php:440 app/GedcomTag.php:1032 5397#: resources/views/admin/changes-log.phtml:36 5398#: resources/views/admin/changes-log.phtml:116 5399msgid "Status" 5400msgstr "" 5401 5402#. I18N: Abbreviation for "number %s" 5403#: app/Functions/FunctionsPrintFacts.php:193 5404#: app/Functions/FunctionsPrintFacts.php:200 5405#, php-format 5406msgid "#%s" 5407msgstr "" 5408 5409#: app/Functions/FunctionsPrintFacts.php:229 5410#: app/Functions/FunctionsPrintFacts.php:716 5411#: app/Statistics/Repository/FamilyRepository.php:470 5412#: resources/views/statistics/families/top10-list-age.phtml:25 5413#: resources/views/statistics/families/top10-nolist-age.phtml:25 5414msgid "View this family" 5415msgstr "" 5416 5417#: app/Functions/FunctionsPrintFacts.php:320 5418#: resources/views/admin/users-edit.phtml:316 5419msgid "No" 5420msgstr "" 5421 5422#. I18N: gedcom tag SOUR 5423#. I18N: Name of a module/report 5424#: app/Functions/FunctionsPrintFacts.php:607 app/GedcomTag.php:1020 5425#: app/Module/FactSourcesReportModule.php:44 5426#: resources/views/admin/trees-privacy.phtml:170 5427#: resources/views/admin/trees.phtml:214 5428#: resources/views/cards/add-source-citation.phtml:14 5429#: resources/views/family-page.phtml:106 resources/views/media-page.phtml:157 5430#: resources/views/modals/link-media-to-source.phtml:15 5431#: resources/views/modules/favorites/favorites.phtml:108 5432#: resources/views/modules/random_media/slide-show.phtml:70 5433#: resources/views/modules/recent_changes/changes-table.phtml:74 5434#: resources/views/modules/sources_tab/tab.phtml:39 5435#: resources/xml/reports/bdm_report.xml:136 5436#: resources/xml/reports/bdm_report.xml:162 5437#: resources/xml/reports/bdm_report.xml:196 5438#: resources/xml/reports/birth_report.xml:43 5439#: resources/xml/reports/death_report.xml:54 5440#: resources/xml/reports/fact_sources.xml:3 5441#: resources/xml/reports/fact_sources.xml:43 5442#: resources/xml/reports/marriage_report.xml:54 5443#: resources/xml/reports/missing_facts_report.xml:108 5444#: resources/xml/reports/missing_facts_report.xml:153 5445#: resources/xml/reports/missing_facts_report.xml:194 5446#: resources/xml/reports/missing_facts_report.xml:236 5447#: resources/xml/reports/missing_facts_report.xml:277 5448#: resources/xml/reports/missing_facts_report.xml:318 5449#: resources/xml/reports/missing_facts_report.xml:360 5450#: resources/xml/reports/missing_facts_report.xml:402 5451#: resources/xml/reports/missing_facts_report.xml:444 5452#: resources/xml/reports/missing_facts_report.xml:487 5453#: resources/xml/reports/missing_facts_report.xml:529 5454#: resources/xml/reports/missing_facts_report.xml:570 5455msgid "Source" 5456msgstr "" 5457 5458#. I18N: gedcom tag TYPE 5459#: app/Functions/FunctionsPrintFacts.php:697 app/GedcomTag.php:1067 5460#: app/Statistics/Google/ChartFamilyLargest.php:104 5461#: app/Statistics/Google/ChartFamilyWithSources.php:76 5462#: app/Statistics/Google/ChartIndividualWithSources.php:76 5463#: app/Statistics/Google/ChartMedia.php:75 5464#: app/Statistics/Google/ChartSex.php:55 5465#: resources/views/admin/site-logs.phtml:37 5466#: resources/views/admin/site-logs.phtml:107 5467#: resources/views/modules/media-list/page.phtml:38 5468#: resources/views/modules/random_media/config.phtml:19 5469#: resources/views/modules/recent_changes/changes-table.phtml:40 5470msgid "Type" 5471msgstr "" 5472 5473#: app/Functions/FunctionsPrintFacts.php:799 5474#: app/Http/Controllers/Admin/LocationController.php:318 5475#: app/Http/Controllers/Admin/LocationController.php:319 5476#: resources/views/admin/locations.phtml:20 5477#: resources/views/admin/locations.phtml:68 5478#: resources/views/admin/locations.phtml:71 5479#: resources/views/admin/users-table-options.phtml:24 5480#: resources/views/admin/users.phtml:18 5481#: resources/views/edit/icon-fact-edit.phtml:8 5482#: resources/views/edit/icon-fact-edit.phtml:10 5483#: resources/views/media-page.phtml:95 resources/views/media-page.phtml:98 5484#: resources/views/modules/faq/config.phtml:46 5485#: resources/views/modules/gedcom_news/list.phtml:33 5486#: resources/views/modules/stories/config.phtml:37 5487#: resources/views/modules/stories/config.phtml:59 5488#: resources/views/modules/user_blog/list.phtml:33 5489#: resources/views/note-page.phtml:87 resources/views/note-page.phtml:90 5490msgid "Edit" 5491msgstr "" 5492 5493#: app/Functions/FunctionsPrintFacts.php:1037 5494msgid "View" 5495msgstr "" 5496 5497#: app/Functions/FunctionsPrintLists.php:70 5498#: app/Http/RequestHandlers/IndividualPage.php:295 5499#, php-format 5500msgid "%1$s (%2$s)" 5501msgstr "" 5502 5503#: app/GedcomCode/GedcomCodeAdop.php:57 5504msgctxt "MALE" 5505msgid "Adopted by both parents" 5506msgstr "" 5507 5508#: app/GedcomCode/GedcomCodeAdop.php:61 5509msgctxt "FEMALE" 5510msgid "Adopted by both parents" 5511msgstr "" 5512 5513#: app/GedcomCode/GedcomCodeAdop.php:64 5514msgid "Adopted by both parents" 5515msgstr "" 5516 5517#. I18N: gedcom tag _ADPF 5518#: app/GedcomCode/GedcomCodeAdop.php:68 app/GedcomTag.php:1152 5519msgctxt "MALE" 5520msgid "Adopted by father" 5521msgstr "" 5522 5523#. I18N: gedcom tag _ADPF 5524#: app/GedcomCode/GedcomCodeAdop.php:72 app/GedcomTag.php:1157 5525msgctxt "FEMALE" 5526msgid "Adopted by father" 5527msgstr "" 5528 5529#. I18N: gedcom tag _ADPF 5530#: app/GedcomCode/GedcomCodeAdop.php:75 app/GedcomTag.php:1161 5531msgid "Adopted by father" 5532msgstr "" 5533 5534#. I18N: gedcom tag _ADPM 5535#: app/GedcomCode/GedcomCodeAdop.php:79 app/GedcomTag.php:1166 5536msgctxt "MALE" 5537msgid "Adopted by mother" 5538msgstr "" 5539 5540#. I18N: gedcom tag _ADPM 5541#: app/GedcomCode/GedcomCodeAdop.php:83 app/GedcomTag.php:1171 5542msgctxt "FEMALE" 5543msgid "Adopted by mother" 5544msgstr "" 5545 5546#. I18N: gedcom tag _ADPM 5547#: app/GedcomCode/GedcomCodeAdop.php:86 app/GedcomTag.php:1175 5548msgid "Adopted by mother" 5549msgstr "" 5550 5551#. I18N: The name given to a child by its adoptive parents 5552#: app/GedcomCode/GedcomCodeName.php:64 5553msgctxt "MALE" 5554msgid "adopted name" 5555msgstr "" 5556 5557#. I18N: The name given to a child by its adoptive parents 5558#: app/GedcomCode/GedcomCodeName.php:69 5559msgctxt "FEMALE" 5560msgid "adopted name" 5561msgstr "" 5562 5563#. I18N: The name given to a child by its adoptive parents 5564#: app/GedcomCode/GedcomCodeName.php:73 5565msgid "adopted name" 5566msgstr "" 5567 5568#. I18N: The name by which an individual is also known. e.g. a professional name or a stage name 5569#: app/GedcomCode/GedcomCodeName.php:78 5570msgctxt "MALE" 5571msgid "also known as" 5572msgstr "" 5573 5574#. I18N: The name by which an individual is also known. e.g. a professional name or a stage name 5575#: app/GedcomCode/GedcomCodeName.php:83 5576msgctxt "FEMALE" 5577msgid "also known as" 5578msgstr "" 5579 5580#. I18N: The name by which an individual is also known. e.g. a professional name or a stage name 5581#: app/GedcomCode/GedcomCodeName.php:87 5582msgid "also known as" 5583msgstr "" 5584 5585#. I18N: The name given to an individual at their birth 5586#: app/GedcomCode/GedcomCodeName.php:92 5587msgctxt "MALE" 5588msgid "birth name" 5589msgstr "" 5590 5591#. I18N: The name given to an individual at their birth 5592#: app/GedcomCode/GedcomCodeName.php:97 5593msgctxt "FEMALE" 5594msgid "birth name" 5595msgstr "" 5596 5597#. I18N: The name given to an individual at their birth 5598#: app/GedcomCode/GedcomCodeName.php:101 5599msgid "birth name" 5600msgstr "" 5601 5602#. I18N: A name chosen by an individual, to replace their existing name (whether legal or otherwise) 5603#: app/GedcomCode/GedcomCodeName.php:106 5604msgctxt "MALE" 5605msgid "change of name" 5606msgstr "" 5607 5608#. I18N: A name chosen by an individual, to replace their existing name (whether legal or otherwise) 5609#: app/GedcomCode/GedcomCodeName.php:111 5610msgctxt "FEMALE" 5611msgid "change of name" 5612msgstr "" 5613 5614#. I18N: A name chosen by an individual, to replace their existing name (whether legal or otherwise) 5615#: app/GedcomCode/GedcomCodeName.php:115 5616msgid "change of name" 5617msgstr "" 5618 5619#. I18N: A name given to an individual, from the farm or estate on which they lived or worked 5620#: app/GedcomCode/GedcomCodeName.php:120 5621msgctxt "MALE" 5622msgid "estate name" 5623msgstr "" 5624 5625#. I18N: A name given to an individual, from the farm or estate on which they lived or worked 5626#: app/GedcomCode/GedcomCodeName.php:125 5627msgctxt "FEMALE" 5628msgid "estate name" 5629msgstr "" 5630 5631#. I18N: A name given to an individual, from the farm or estate on which they lived or worked 5632#: app/GedcomCode/GedcomCodeName.php:129 5633msgid "estate name" 5634msgstr "" 5635 5636#. I18N: A name taken on immigration - e.g. migrants to the USA frequently anglicized their names 5637#: app/GedcomCode/GedcomCodeName.php:134 5638msgctxt "MALE" 5639msgid "immigration name" 5640msgstr "" 5641 5642#. I18N: A name taken on immigration - e.g. migrants to the USA frequently anglicized their names 5643#: app/GedcomCode/GedcomCodeName.php:139 5644msgctxt "FEMALE" 5645msgid "immigration name" 5646msgstr "" 5647 5648#. I18N: A name taken on immigration - e.g. migrants to the USA frequently anglicized their names 5649#: app/GedcomCode/GedcomCodeName.php:143 5650msgid "immigration name" 5651msgstr "" 5652 5653#. I18N: A woman’s name, before she marries (in cultures where women take their new husband’s name on marriage) 5654#: app/GedcomCode/GedcomCodeName.php:148 5655msgid "maiden name" 5656msgstr "" 5657 5658#. I18N: A name taken on marriage - usually the wife takes the husband’s surname 5659#: app/GedcomCode/GedcomCodeName.php:153 5660msgctxt "MALE" 5661msgid "married name" 5662msgstr "" 5663 5664#. I18N: A name taken on marriage - usually the wife takes the husband’s surname 5665#: app/GedcomCode/GedcomCodeName.php:158 5666msgctxt "FEMALE" 5667msgid "married name" 5668msgstr "" 5669 5670#. I18N: A name taken on marriage - usually the wife takes the husband’s surname 5671#: app/GedcomCode/GedcomCodeName.php:162 5672msgid "married name" 5673msgstr "" 5674 5675#. I18N: A name taken when entering a religion or a religious order 5676#: app/GedcomCode/GedcomCodeName.php:167 5677msgctxt "MALE" 5678msgid "religious name" 5679msgstr "" 5680 5681#. I18N: A name taken when entering a religion or a religious order 5682#: app/GedcomCode/GedcomCodeName.php:172 5683msgctxt "FEMALE" 5684msgid "religious name" 5685msgstr "" 5686 5687#. I18N: A name taken when entering a religion or a religious order 5688#: app/GedcomCode/GedcomCodeName.php:176 5689msgid "religious name" 5690msgstr "" 5691 5692#: app/GedcomCode/GedcomCodePedi.php:59 5693msgctxt "Male pedigree" 5694msgid "Birth" 5695msgstr "" 5696 5697#: app/GedcomCode/GedcomCodePedi.php:63 5698msgctxt "Female pedigree" 5699msgid "Birth" 5700msgstr "" 5701 5702#: app/GedcomCode/GedcomCodePedi.php:66 5703msgctxt "Pedigree" 5704msgid "Birth" 5705msgstr "" 5706 5707#: app/GedcomCode/GedcomCodePedi.php:70 5708msgctxt "Male pedigree" 5709msgid "Adopted" 5710msgstr "" 5711 5712#: app/GedcomCode/GedcomCodePedi.php:74 5713msgctxt "Female pedigree" 5714msgid "Adopted" 5715msgstr "" 5716 5717#: app/GedcomCode/GedcomCodePedi.php:77 5718msgctxt "Pedigree" 5719msgid "Adopted" 5720msgstr "" 5721 5722#: app/GedcomCode/GedcomCodePedi.php:81 5723msgctxt "Male pedigree" 5724msgid "Foster" 5725msgstr "" 5726 5727#: app/GedcomCode/GedcomCodePedi.php:85 5728msgctxt "Female pedigree" 5729msgid "Foster" 5730msgstr "" 5731 5732#: app/GedcomCode/GedcomCodePedi.php:88 5733msgctxt "Pedigree" 5734msgid "Foster" 5735msgstr "" 5736 5737#. I18N: “sealing” is a ceremony in the Mormon church. 5738#: app/GedcomCode/GedcomCodePedi.php:93 5739msgctxt "Male pedigree" 5740msgid "Sealing" 5741msgstr "" 5742 5743#. I18N: “sealing” is a ceremony in the Mormon church. 5744#: app/GedcomCode/GedcomCodePedi.php:98 5745msgctxt "Female pedigree" 5746msgid "Sealing" 5747msgstr "" 5748 5749#. I18N: “sealing” is a ceremony in the Mormon church. 5750#: app/GedcomCode/GedcomCodePedi.php:102 5751msgctxt "Pedigree" 5752msgid "Sealing" 5753msgstr "" 5754 5755#. I18N: This is an Arabic word, pronounced “ra DAH”. It is child-to-parent pedigree, established by wet-nursing. 5756#: app/GedcomCode/GedcomCodePedi.php:109 5757msgid "Rada" 5758msgstr "" 5759 5760#: app/GedcomCode/GedcomCodePedi.php:145 app/GedcomCode/GedcomCodePedi.php:157 5761#: app/Individual.php:1001 resources/xml/reports/individual_ext_report.xml:237 5762#: resources/xml/reports/individual_report.xml:234 5763msgid "Family with parents" 5764msgstr "" 5765 5766#: app/GedcomCode/GedcomCodePedi.php:147 5767msgid "Family with adoptive parents" 5768msgstr "" 5769 5770#: app/GedcomCode/GedcomCodePedi.php:149 5771msgid "Family with foster parents" 5772msgstr "" 5773 5774#. I18N: “sealing” is a Mormon ceremony. 5775#: app/GedcomCode/GedcomCodePedi.php:152 5776msgid "Family with sealing parents" 5777msgstr "" 5778 5779#. I18N: “rada” is an Arabic word, pronounced “ra DAH”. It is child-to-parent pedigree, established by wet-nursing. 5780#: app/GedcomCode/GedcomCodePedi.php:155 5781msgid "Family with rada parents" 5782msgstr "" 5783 5784#. I18N: Quality of source information - GEDCOM tag “QUAY 3” 5785#: app/GedcomCode/GedcomCodeQuay.php:49 5786msgid "primary evidence" 5787msgstr "" 5788 5789#. I18N: Quality of source information - GEDCOM tag “QUAY 2” 5790#: app/GedcomCode/GedcomCodeQuay.php:52 5791msgid "secondary evidence" 5792msgstr "" 5793 5794#. I18N: Quality of source information - GEDCOM tag “QUAY 1” 5795#: app/GedcomCode/GedcomCodeQuay.php:55 5796msgid "questionable evidence" 5797msgstr "" 5798 5799#. I18N: Quality of source information - GEDCOM tag “QUAY 0” 5800#: app/GedcomCode/GedcomCodeQuay.php:58 5801msgid "unreliable evidence" 5802msgstr "" 5803 5804#: app/GedcomCode/GedcomCodeRela.php:89 5805msgctxt "MALE" 5806msgid "Attendant" 5807msgstr "" 5808 5809#: app/GedcomCode/GedcomCodeRela.php:93 5810msgctxt "FEMALE" 5811msgid "Attendant" 5812msgstr "" 5813 5814#: app/GedcomCode/GedcomCodeRela.php:96 5815msgid "Attendant" 5816msgstr "" 5817 5818#: app/GedcomCode/GedcomCodeRela.php:100 5819msgctxt "MALE" 5820msgid "Attending" 5821msgstr "" 5822 5823#: app/GedcomCode/GedcomCodeRela.php:104 5824msgctxt "FEMALE" 5825msgid "Attending" 5826msgstr "" 5827 5828#: app/GedcomCode/GedcomCodeRela.php:107 5829msgid "Attending" 5830msgstr "" 5831 5832#: app/GedcomCode/GedcomCodeRela.php:111 5833msgid "Best man" 5834msgstr "" 5835 5836#: app/GedcomCode/GedcomCodeRela.php:115 5837msgid "Bridesmaid" 5838msgstr "" 5839 5840#: app/GedcomCode/GedcomCodeRela.php:119 5841msgctxt "MALE" 5842msgid "Buyer" 5843msgstr "" 5844 5845#: app/GedcomCode/GedcomCodeRela.php:123 5846msgctxt "FEMALE" 5847msgid "Buyer" 5848msgstr "" 5849 5850#: app/GedcomCode/GedcomCodeRela.php:126 5851msgid "Buyer" 5852msgstr "" 5853 5854#: app/GedcomCode/GedcomCodeRela.php:130 5855msgid "Circumciser" 5856msgstr "" 5857 5858#: app/GedcomCode/GedcomCodeRela.php:134 5859msgctxt "MALE" 5860msgid "Civil registrar" 5861msgstr "" 5862 5863#: app/GedcomCode/GedcomCodeRela.php:138 5864msgctxt "FEMALE" 5865msgid "Civil registrar" 5866msgstr "" 5867 5868#: app/GedcomCode/GedcomCodeRela.php:141 5869msgid "Civil registrar" 5870msgstr "" 5871 5872#: app/GedcomCode/GedcomCodeRela.php:145 5873msgctxt "MALE" 5874msgid "Employee" 5875msgstr "" 5876 5877#: app/GedcomCode/GedcomCodeRela.php:149 5878msgctxt "FEMALE" 5879msgid "Employee" 5880msgstr "" 5881 5882#: app/GedcomCode/GedcomCodeRela.php:152 5883msgid "Employee" 5884msgstr "" 5885 5886#: app/GedcomCode/GedcomCodeRela.php:156 5887msgctxt "MALE" 5888msgid "Employer" 5889msgstr "" 5890 5891#: app/GedcomCode/GedcomCodeRela.php:160 5892msgctxt "FEMALE" 5893msgid "Employer" 5894msgstr "" 5895 5896#: app/GedcomCode/GedcomCodeRela.php:163 app/GedcomTag.php:904 5897#: app/GedcomTag.php:979 5898msgid "Employer" 5899msgstr "" 5900 5901#: app/GedcomCode/GedcomCodeRela.php:167 5902msgid "Foster child" 5903msgstr "" 5904 5905#: app/GedcomCode/GedcomCodeRela.php:171 5906msgid "Foster father" 5907msgstr "" 5908 5909#: app/GedcomCode/GedcomCodeRela.php:175 5910msgid "Foster mother" 5911msgstr "" 5912 5913#: app/GedcomCode/GedcomCodeRela.php:179 5914msgctxt "MALE" 5915msgid "Friend" 5916msgstr "" 5917 5918#: app/GedcomCode/GedcomCodeRela.php:183 5919msgctxt "FEMALE" 5920msgid "Friend" 5921msgstr "" 5922 5923#: app/GedcomCode/GedcomCodeRela.php:186 5924msgid "Friend" 5925msgstr "" 5926 5927#: app/GedcomCode/GedcomCodeRela.php:190 app/GedcomCode/GedcomCodeRela.php:198 5928msgid "Godfather" 5929msgstr "" 5930 5931#: app/GedcomCode/GedcomCodeRela.php:194 app/GedcomCode/GedcomCodeRela.php:202 5932msgid "Godmother" 5933msgstr "" 5934 5935#. I18N: gedcom tag _GODP 5936#: app/GedcomCode/GedcomCodeRela.php:205 app/GedcomTag.php:1831 5937msgid "Godparent" 5938msgstr "" 5939 5940#: app/GedcomCode/GedcomCodeRela.php:209 app/GedcomCode/GedcomCodeRela.php:217 5941msgid "Godson" 5942msgstr "" 5943 5944#: app/GedcomCode/GedcomCodeRela.php:213 app/GedcomCode/GedcomCodeRela.php:221 5945msgid "Goddaughter" 5946msgstr "" 5947 5948#: app/GedcomCode/GedcomCodeRela.php:224 5949msgid "Godchild" 5950msgstr "" 5951 5952#: app/GedcomCode/GedcomCodeRela.php:228 5953msgctxt "MALE" 5954msgid "Guardian" 5955msgstr "" 5956 5957#: app/GedcomCode/GedcomCodeRela.php:232 5958msgctxt "FEMALE" 5959msgid "Guardian" 5960msgstr "" 5961 5962#: app/GedcomCode/GedcomCodeRela.php:235 5963msgid "Guardian" 5964msgstr "" 5965 5966#: app/GedcomCode/GedcomCodeRela.php:239 5967msgctxt "MALE" 5968msgid "Informant" 5969msgstr "" 5970 5971#: app/GedcomCode/GedcomCodeRela.php:243 5972msgctxt "FEMALE" 5973msgid "Informant" 5974msgstr "" 5975 5976#: app/GedcomCode/GedcomCodeRela.php:246 5977msgid "Informant" 5978msgstr "" 5979 5980#: app/GedcomCode/GedcomCodeRela.php:250 5981msgctxt "MALE" 5982msgid "Lodger" 5983msgstr "" 5984 5985#: app/GedcomCode/GedcomCodeRela.php:254 5986msgctxt "FEMALE" 5987msgid "Lodger" 5988msgstr "" 5989 5990#: app/GedcomCode/GedcomCodeRela.php:257 5991msgid "Lodger" 5992msgstr "" 5993 5994#: app/GedcomCode/GedcomCodeRela.php:261 5995msgid "Nanny" 5996msgstr "" 5997 5998#: app/GedcomCode/GedcomCodeRela.php:265 5999msgctxt "MALE" 6000msgid "Nurse" 6001msgstr "" 6002 6003#: app/GedcomCode/GedcomCodeRela.php:269 6004msgctxt "FEMALE" 6005msgid "Nurse" 6006msgstr "" 6007 6008#: app/GedcomCode/GedcomCodeRela.php:272 6009msgid "Nurse" 6010msgstr "" 6011 6012#: app/GedcomCode/GedcomCodeRela.php:276 6013msgctxt "MALE" 6014msgid "Owner" 6015msgstr "" 6016 6017#: app/GedcomCode/GedcomCodeRela.php:280 6018msgctxt "FEMALE" 6019msgid "Owner" 6020msgstr "" 6021 6022#: app/GedcomCode/GedcomCodeRela.php:283 6023msgid "Owner" 6024msgstr "" 6025 6026#: app/GedcomCode/GedcomCodeRela.php:287 6027msgid "Priest" 6028msgstr "" 6029 6030#: app/GedcomCode/GedcomCodeRela.php:291 6031msgid "Rabbi" 6032msgstr "" 6033 6034#: app/GedcomCode/GedcomCodeRela.php:295 6035msgctxt "MALE" 6036msgid "Registry officer" 6037msgstr "" 6038 6039#: app/GedcomCode/GedcomCodeRela.php:299 6040msgctxt "FEMALE" 6041msgid "Registry officer" 6042msgstr "" 6043 6044#: app/GedcomCode/GedcomCodeRela.php:302 6045msgid "Registry officer" 6046msgstr "" 6047 6048#: app/GedcomCode/GedcomCodeRela.php:306 6049msgctxt "MALE" 6050msgid "Seller" 6051msgstr "" 6052 6053#: app/GedcomCode/GedcomCodeRela.php:310 6054msgctxt "FEMALE" 6055msgid "Seller" 6056msgstr "" 6057 6058#: app/GedcomCode/GedcomCodeRela.php:313 6059msgid "Seller" 6060msgstr "" 6061 6062#: app/GedcomCode/GedcomCodeRela.php:317 6063msgctxt "MALE" 6064msgid "Servant" 6065msgstr "" 6066 6067#: app/GedcomCode/GedcomCodeRela.php:321 6068msgctxt "FEMALE" 6069msgid "Servant" 6070msgstr "" 6071 6072#: app/GedcomCode/GedcomCodeRela.php:324 6073msgid "Servant" 6074msgstr "" 6075 6076#: app/GedcomCode/GedcomCodeRela.php:328 6077msgctxt "MALE" 6078msgid "Slave" 6079msgstr "" 6080 6081#: app/GedcomCode/GedcomCodeRela.php:332 6082msgctxt "FEMALE" 6083msgid "Slave" 6084msgstr "" 6085 6086#: app/GedcomCode/GedcomCodeRela.php:335 6087msgid "Slave" 6088msgstr "" 6089 6090#: app/GedcomCode/GedcomCodeRela.php:339 6091msgctxt "MALE" 6092msgid "Ward" 6093msgstr "" 6094 6095#: app/GedcomCode/GedcomCodeRela.php:343 6096msgctxt "FEMALE" 6097msgid "Ward" 6098msgstr "" 6099 6100#: app/GedcomCode/GedcomCodeRela.php:346 6101msgid "Ward" 6102msgstr "" 6103 6104#. I18N: gedcom tag _WITN 6105#: app/GedcomCode/GedcomCodeRela.php:350 app/GedcomTag.php:2074 6106msgid "Witness" 6107msgstr "" 6108 6109#. I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) 6110#: app/GedcomCode/GedcomCodeStat.php:105 6111msgid "Born in the covenant" 6112msgstr "" 6113 6114#. I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) 6115#: app/GedcomCode/GedcomCodeStat.php:108 6116msgid "Sealing canceled (divorce)" 6117msgstr "" 6118 6119#. I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) 6120#: app/GedcomCode/GedcomCodeStat.php:111 6121msgid "Died as a child: exempt" 6122msgstr "" 6123 6124#. I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) 6125#: app/GedcomCode/GedcomCodeStat.php:115 6126msgid "Cleared but not yet completed" 6127msgstr "" 6128 6129#. I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) 6130#: app/GedcomCode/GedcomCodeStat.php:118 6131msgid "Completed; date unknown" 6132msgstr "" 6133 6134#. I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) 6135#: app/GedcomCode/GedcomCodeStat.php:121 6136msgid "Do not seal: unauthorized" 6137msgstr "" 6138 6139#. I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) 6140#: app/GedcomCode/GedcomCodeStat.php:124 6141msgid "Do not seal, previous sealing canceled" 6142msgstr "" 6143 6144#. I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) 6145#: app/GedcomCode/GedcomCodeStat.php:127 6146msgid "Excluded from this submission" 6147msgstr "" 6148 6149#. I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) 6150#: app/GedcomCode/GedcomCodeStat.php:130 6151msgid "Died as an infant: exempt" 6152msgstr "" 6153 6154#. I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) 6155#: app/GedcomCode/GedcomCodeStat.php:133 6156msgid "Completed before 1970; date not available" 6157msgstr "" 6158 6159#. I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) 6160#: app/GedcomCode/GedcomCodeStat.php:136 6161msgid "Stillborn: exempt" 6162msgstr "" 6163 6164#. I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) 6165#: app/GedcomCode/GedcomCodeStat.php:139 6166msgid "Submitted but not yet cleared" 6167msgstr "" 6168 6169#. I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) 6170#: app/GedcomCode/GedcomCodeStat.php:142 6171msgid "Uncleared: insufficient data" 6172msgstr "" 6173 6174#. I18N: Location of an LDS church temple 6175#: app/GedcomCode/GedcomCodeTemp.php:225 6176msgid "Aba, Nigeria" 6177msgstr "" 6178 6179#. I18N: Location of an LDS church temple 6180#: app/GedcomCode/GedcomCodeTemp.php:228 6181msgid "Accra, Ghana" 6182msgstr "" 6183 6184#. I18N: Location of an LDS church temple 6185#: app/GedcomCode/GedcomCodeTemp.php:231 6186msgid "Adelaide, Australia" 6187msgstr "" 6188 6189#. I18N: Location of an LDS church temple 6190#: app/GedcomCode/GedcomCodeTemp.php:234 6191msgid "Cardston, Alberta, Canada" 6192msgstr "" 6193 6194#. I18N: Location of an LDS church temple 6195#: app/GedcomCode/GedcomCodeTemp.php:237 6196msgid "Albuquerque, New Mexico, United States" 6197msgstr "" 6198 6199#. I18N: Location of an LDS church temple 6200#: app/GedcomCode/GedcomCodeTemp.php:240 6201msgid "Anchorage, Alaska, United States" 6202msgstr "" 6203 6204#. I18N: Location of an LDS church temple 6205#: app/GedcomCode/GedcomCodeTemp.php:243 6206msgid "Apia, Samoa" 6207msgstr "" 6208 6209#. I18N: Location of an LDS church temple 6210#: app/GedcomCode/GedcomCodeTemp.php:246 6211msgid "Mesa, Arizona, United States" 6212msgstr "" 6213 6214#. I18N: Location of an LDS church temple 6215#: app/GedcomCode/GedcomCodeTemp.php:249 6216msgid "Asuncion, Paraguay" 6217msgstr "" 6218 6219#. I18N: Location of an LDS church temple 6220#: app/GedcomCode/GedcomCodeTemp.php:252 6221msgid "Atlanta, Georgia, United States" 6222msgstr "" 6223 6224#. I18N: Location of an LDS church temple 6225#: app/GedcomCode/GedcomCodeTemp.php:255 6226msgid "Buenos Aires, Argentina" 6227msgstr "" 6228 6229#. I18N: Location of an LDS church temple 6230#: app/GedcomCode/GedcomCodeTemp.php:258 6231msgid "Billings, Montana, United States" 6232msgstr "" 6233 6234#. I18N: Location of an LDS church temple 6235#: app/GedcomCode/GedcomCodeTemp.php:261 6236msgid "Birmingham, Alabama, United States" 6237msgstr "" 6238 6239#. I18N: Location of an LDS church temple 6240#: app/GedcomCode/GedcomCodeTemp.php:264 6241msgid "Bismarck, North Dakota, United States" 6242msgstr "" 6243 6244#. I18N: Location of an LDS church temple 6245#: app/GedcomCode/GedcomCodeTemp.php:267 6246msgid "Bogota, Colombia" 6247msgstr "" 6248 6249#. I18N: Location of an LDS church temple 6250#: app/GedcomCode/GedcomCodeTemp.php:270 6251msgid "Boise, Idaho, United States" 6252msgstr "" 6253 6254#. I18N: Location of an LDS church temple 6255#: app/GedcomCode/GedcomCodeTemp.php:273 6256msgid "Boston, Massachusetts, United States" 6257msgstr "" 6258 6259#. I18N: Location of an LDS church temple 6260#: app/GedcomCode/GedcomCodeTemp.php:276 6261msgid "Bountiful, Utah, United States" 6262msgstr "" 6263 6264#. I18N: Location of an LDS church temple 6265#: app/GedcomCode/GedcomCodeTemp.php:279 6266msgid "Brigham City, Utah, United States" 6267msgstr "" 6268 6269#. I18N: Location of an LDS church temple 6270#: app/GedcomCode/GedcomCodeTemp.php:282 6271msgid "Brisbane, Australia" 6272msgstr "" 6273 6274#. I18N: Location of an LDS church temple 6275#: app/GedcomCode/GedcomCodeTemp.php:285 6276msgid "Baton Rouge, Louisiana, United States" 6277msgstr "" 6278 6279#. I18N: Location of an LDS church temple 6280#: app/GedcomCode/GedcomCodeTemp.php:288 6281msgid "Calgary, Alberta, Canada" 6282msgstr "" 6283 6284#. I18N: Location of an LDS church temple 6285#: app/GedcomCode/GedcomCodeTemp.php:291 6286msgid "Campinas, Brazil" 6287msgstr "" 6288 6289#. I18N: Location of an LDS church temple 6290#: app/GedcomCode/GedcomCodeTemp.php:294 6291msgid "Caracas, Venezuela" 6292msgstr "" 6293 6294#. I18N: Location of an LDS church temple 6295#: app/GedcomCode/GedcomCodeTemp.php:297 6296msgid "Cebu City, Philippines" 6297msgstr "" 6298 6299#. I18N: Location of an LDS church temple 6300#: app/GedcomCode/GedcomCodeTemp.php:300 6301msgid "Chicago, Illinois, United States" 6302msgstr "" 6303 6304#. I18N: Location of an LDS church temple 6305#: app/GedcomCode/GedcomCodeTemp.php:303 6306msgid "Ciudad Juarez, Mexico" 6307msgstr "" 6308 6309#. I18N: Location of an LDS church temple 6310#: app/GedcomCode/GedcomCodeTemp.php:306 6311msgid "Cochabamba, Bolivia" 6312msgstr "" 6313 6314#. I18N: Location of an LDS church temple 6315#: app/GedcomCode/GedcomCodeTemp.php:309 6316msgid "Colonia Juarez, Mexico" 6317msgstr "" 6318 6319#. I18N: Location of an LDS church temple 6320#: app/GedcomCode/GedcomCodeTemp.php:312 6321msgid "Columbia, South Carolina, United States" 6322msgstr "" 6323 6324#. I18N: Location of an LDS church temple 6325#: app/GedcomCode/GedcomCodeTemp.php:315 6326msgid "Columbus, Ohio, United States" 6327msgstr "" 6328 6329#. I18N: Location of an LDS church temple 6330#: app/GedcomCode/GedcomCodeTemp.php:318 6331msgid "Copenhagen, Denmark" 6332msgstr "" 6333 6334#. I18N: Location of an LDS church temple 6335#: app/GedcomCode/GedcomCodeTemp.php:321 6336msgid "Cordoba, Argentina" 6337msgstr "" 6338 6339#. I18N: Location of an LDS church temple 6340#: app/GedcomCode/GedcomCodeTemp.php:324 6341msgid "Columbia River, Washington, United States" 6342msgstr "" 6343 6344#. I18N: Location of an LDS church temple 6345#: app/GedcomCode/GedcomCodeTemp.php:327 6346msgid "Curitiba, Brazil" 6347msgstr "" 6348 6349#. I18N: Location of an LDS church temple 6350#: app/GedcomCode/GedcomCodeTemp.php:330 6351msgid "Dallas, Texas, United States" 6352msgstr "" 6353 6354#. I18N: Location of an LDS church temple 6355#: app/GedcomCode/GedcomCodeTemp.php:333 6356msgid "Denver, Colorado, United States" 6357msgstr "" 6358 6359#. I18N: Location of an LDS church temple 6360#: app/GedcomCode/GedcomCodeTemp.php:336 6361msgid "Detroit, Michigan, United States" 6362msgstr "" 6363 6364#. I18N: Location of an LDS church temple 6365#: app/GedcomCode/GedcomCodeTemp.php:339 6366msgid "Draper, Utah, United States" 6367msgstr "" 6368 6369#. I18N: Location of an LDS church temple 6370#: app/GedcomCode/GedcomCodeTemp.php:342 6371msgid "Edmonton, Alberta, Canada" 6372msgstr "" 6373 6374#. I18N: Location of an historic LDS church temple - http://en.wikipedia.org/wiki/Endowment_house 6375#: app/GedcomCode/GedcomCodeTemp.php:345 6376msgid "Endowment House" 6377msgstr "" 6378 6379#. I18N: Location of an LDS church temple 6380#: app/GedcomCode/GedcomCodeTemp.php:348 6381msgid "Fort Lauderdale, Florida, United States" 6382msgstr "" 6383 6384#. I18N: Location of an LDS church temple 6385#: app/GedcomCode/GedcomCodeTemp.php:351 6386msgid "Frankfurt am Main, Germany" 6387msgstr "" 6388 6389#. I18N: Location of an LDS church temple 6390#: app/GedcomCode/GedcomCodeTemp.php:354 6391msgid "Freiburg, Germany" 6392msgstr "" 6393 6394#. I18N: Location of an LDS church temple 6395#: app/GedcomCode/GedcomCodeTemp.php:357 6396msgid "Fresno, California, United States" 6397msgstr "" 6398 6399#. I18N: Location of an LDS church temple 6400#: app/GedcomCode/GedcomCodeTemp.php:360 6401msgid "Fukuoka, Japan" 6402msgstr "" 6403 6404#. I18N: Location of an LDS church temple 6405#: app/GedcomCode/GedcomCodeTemp.php:363 6406msgid "Gila Valley, Arizona, United States" 6407msgstr "" 6408 6409#. I18N: Location of an LDS church temple 6410#: app/GedcomCode/GedcomCodeTemp.php:366 6411msgid "Gilbert, Arizona, United States" 6412msgstr "" 6413 6414#. I18N: Location of an LDS church temple 6415#: app/GedcomCode/GedcomCodeTemp.php:369 6416msgid "Guadalajara, Mexico" 6417msgstr "" 6418 6419#. I18N: Location of an LDS church temple 6420#: app/GedcomCode/GedcomCodeTemp.php:372 6421msgid "Guatemala City, Guatemala" 6422msgstr "" 6423 6424#. I18N: Location of an LDS church temple 6425#: app/GedcomCode/GedcomCodeTemp.php:375 6426msgid "Guayaquil, Ecuador" 6427msgstr "" 6428 6429#. I18N: Location of an LDS church temple 6430#: app/GedcomCode/GedcomCodeTemp.php:378 6431msgid "The Hague, Netherlands" 6432msgstr "" 6433 6434#. I18N: Location of an LDS church temple 6435#: app/GedcomCode/GedcomCodeTemp.php:381 6436msgid "Halifax, Nova Scotia, Canada" 6437msgstr "" 6438 6439#. I18N: Location of an LDS church temple 6440#: app/GedcomCode/GedcomCodeTemp.php:384 6441msgid "Hartford, Connecticut, United States" 6442msgstr "" 6443 6444#. I18N: Location of an LDS church temple 6445#: app/GedcomCode/GedcomCodeTemp.php:387 6446msgid "Laie, Hawaii, United States" 6447msgstr "" 6448 6449#. I18N: Location of an LDS church temple 6450#: app/GedcomCode/GedcomCodeTemp.php:390 6451msgid "Helsinki, Finland" 6452msgstr "" 6453 6454#. I18N: Location of an LDS church temple 6455#: app/GedcomCode/GedcomCodeTemp.php:393 6456msgid "Hermosillo, Mexico" 6457msgstr "" 6458 6459#. I18N: Location of an LDS church temple 6460#. I18N: Name of a country or state 6461#: app/GedcomCode/GedcomCodeTemp.php:396 6462#: app/Statistics/Service/CountryService.php:235 6463msgid "Hong Kong" 6464msgstr "" 6465 6466#. I18N: Location of an LDS church temple 6467#: app/GedcomCode/GedcomCodeTemp.php:399 6468msgid "Houston, Texas, United States" 6469msgstr "" 6470 6471#. I18N: Location of an LDS church temple 6472#: app/GedcomCode/GedcomCodeTemp.php:402 6473msgid "Idaho Falls, Idaho, United States" 6474msgstr "" 6475 6476#. I18N: Location of an LDS church temple 6477#: app/GedcomCode/GedcomCodeTemp.php:405 6478msgid "Indianapolis, Indiana, United States" 6479msgstr "" 6480 6481#. I18N: Location of an LDS church temple 6482#: app/GedcomCode/GedcomCodeTemp.php:408 6483msgid "Johannesburg, South Africa" 6484msgstr "" 6485 6486#. I18N: Location of an LDS church temple 6487#: app/GedcomCode/GedcomCodeTemp.php:411 6488msgid "Jordan River, Utah, United States" 6489msgstr "" 6490 6491#. I18N: Location of an LDS church temple 6492#: app/GedcomCode/GedcomCodeTemp.php:414 6493msgid "Kansas City, Missouri, United States" 6494msgstr "" 6495 6496#. I18N: Location of an LDS church temple 6497#: app/GedcomCode/GedcomCodeTemp.php:417 6498msgid "Kona, Hawaii, United States" 6499msgstr "" 6500 6501#. I18N: Location of an LDS church temple 6502#: app/GedcomCode/GedcomCodeTemp.php:420 6503msgid "Kiev, Ukraine" 6504msgstr "" 6505 6506#. I18N: Location of an LDS church temple 6507#: app/GedcomCode/GedcomCodeTemp.php:423 6508msgid "Los Angeles, California, United States" 6509msgstr "" 6510 6511#. I18N: Location of an LDS church temple 6512#: app/GedcomCode/GedcomCodeTemp.php:426 6513msgid "Lima, Peru" 6514msgstr "" 6515 6516#. I18N: Location of an LDS church temple 6517#: app/GedcomCode/GedcomCodeTemp.php:429 6518msgid "Logan, Utah, United States" 6519msgstr "" 6520 6521#. I18N: Location of an LDS church temple 6522#: app/GedcomCode/GedcomCodeTemp.php:432 6523msgid "London, England" 6524msgstr "" 6525 6526#. I18N: Location of an LDS church temple 6527#: app/GedcomCode/GedcomCodeTemp.php:435 6528msgid "Louisville, Kentucky, United States" 6529msgstr "" 6530 6531#. I18N: Location of an LDS church temple 6532#: app/GedcomCode/GedcomCodeTemp.php:438 6533msgid "Lubbock, Texas, United States" 6534msgstr "" 6535 6536#. I18N: Location of an LDS church temple 6537#: app/GedcomCode/GedcomCodeTemp.php:441 6538msgid "Las Vegas, Nevada, United States" 6539msgstr "" 6540 6541#. I18N: Location of an LDS church temple 6542#: app/GedcomCode/GedcomCodeTemp.php:444 6543msgid "Madrid, Spain" 6544msgstr "" 6545 6546#. I18N: Location of an LDS church temple 6547#: app/GedcomCode/GedcomCodeTemp.php:447 6548msgid "Manaus, Brazil" 6549msgstr "" 6550 6551#. I18N: Location of an LDS church temple 6552#: app/GedcomCode/GedcomCodeTemp.php:450 6553msgid "Manhattan, New York, United States" 6554msgstr "" 6555 6556#. I18N: Location of an LDS church temple 6557#: app/GedcomCode/GedcomCodeTemp.php:453 6558msgid "Manila, Philippines" 6559msgstr "" 6560 6561#. I18N: Location of an LDS church temple 6562#: app/GedcomCode/GedcomCodeTemp.php:456 6563msgid "Manti, Utah, United States" 6564msgstr "" 6565 6566#. I18N: Location of an LDS church temple 6567#: app/GedcomCode/GedcomCodeTemp.php:459 6568msgid "Medford, Oregon, United States" 6569msgstr "" 6570 6571#. I18N: Location of an LDS church temple 6572#: app/GedcomCode/GedcomCodeTemp.php:462 6573msgid "Melbourne, Australia" 6574msgstr "" 6575 6576#. I18N: Location of an LDS church temple 6577#: app/GedcomCode/GedcomCodeTemp.php:465 6578msgid "Memphis, Tennessee, United States" 6579msgstr "" 6580 6581#. I18N: Location of an LDS church temple 6582#: app/GedcomCode/GedcomCodeTemp.php:468 6583msgid "Merida, Mexico" 6584msgstr "" 6585 6586#. I18N: Location of an LDS church temple 6587#: app/GedcomCode/GedcomCodeTemp.php:471 6588msgid "Mexico City, Mexico" 6589msgstr "" 6590 6591#. I18N: Location of an LDS church temple 6592#: app/GedcomCode/GedcomCodeTemp.php:474 6593msgid "Montevideo, Uruguay" 6594msgstr "" 6595 6596#. I18N: Location of an LDS church temple 6597#: app/GedcomCode/GedcomCodeTemp.php:477 6598msgid "Monterrey, Mexico" 6599msgstr "" 6600 6601#. I18N: Location of an LDS church temple 6602#: app/GedcomCode/GedcomCodeTemp.php:480 6603msgid "Monticello, Utah, United States" 6604msgstr "" 6605 6606#. I18N: Location of an LDS church temple 6607#: app/GedcomCode/GedcomCodeTemp.php:483 6608msgid "Montreal, Quebec, Canada" 6609msgstr "" 6610 6611#. I18N: Location of an LDS church temple 6612#: app/GedcomCode/GedcomCodeTemp.php:486 6613msgid "Mount Timpanogos, Utah, United States" 6614msgstr "" 6615 6616#. I18N: Location of an LDS church temple 6617#: app/GedcomCode/GedcomCodeTemp.php:489 6618msgid "Nashville, Tennessee, United States" 6619msgstr "" 6620 6621#. I18N: Location of an LDS church temple 6622#: app/GedcomCode/GedcomCodeTemp.php:492 6623msgid "Nauvoo (new), Illinois, United States" 6624msgstr "" 6625 6626#. I18N: Location of an LDS church temple 6627#: app/GedcomCode/GedcomCodeTemp.php:495 6628msgid "Nauvoo (original), Illinois, United States" 6629msgstr "" 6630 6631#. I18N: Location of an LDS church temple 6632#: app/GedcomCode/GedcomCodeTemp.php:498 6633msgid "Newport Beach, California, United States" 6634msgstr "" 6635 6636#. I18N: Location of an LDS church temple 6637#: app/GedcomCode/GedcomCodeTemp.php:501 6638msgid "Nuku’Alofa, Tonga" 6639msgstr "" 6640 6641#. I18N: Location of an LDS church temple 6642#: app/GedcomCode/GedcomCodeTemp.php:504 6643msgid "New York, New York, United States" 6644msgstr "" 6645 6646#. I18N: Location of an LDS church temple 6647#: app/GedcomCode/GedcomCodeTemp.php:507 6648msgid "Hamilton, New Zealand" 6649msgstr "" 6650 6651#. I18N: Location of an LDS church temple 6652#: app/GedcomCode/GedcomCodeTemp.php:510 6653msgid "Oakland, California, United States" 6654msgstr "" 6655 6656#. I18N: Location of an LDS church temple 6657#: app/GedcomCode/GedcomCodeTemp.php:513 6658msgid "Oaxaca, Mexico" 6659msgstr "" 6660 6661#. I18N: Location of an LDS church temple 6662#: app/GedcomCode/GedcomCodeTemp.php:516 6663msgid "Ogden, Utah, United States" 6664msgstr "" 6665 6666#. I18N: Location of an LDS church temple 6667#: app/GedcomCode/GedcomCodeTemp.php:519 6668msgid "Oklahoma City, Oklahoma, United States" 6669msgstr "" 6670 6671#. I18N: Location of an LDS church temple 6672#: app/GedcomCode/GedcomCodeTemp.php:522 6673msgid "Oquirrh Mountain, Utah, United States" 6674msgstr "" 6675 6676#. I18N: Location of an LDS church temple 6677#: app/GedcomCode/GedcomCodeTemp.php:525 6678msgid "Orlando, Florida, United States" 6679msgstr "" 6680 6681#. I18N: Location of an LDS church temple 6682#: app/GedcomCode/GedcomCodeTemp.php:528 6683msgid "Porto Alegre, Brazil" 6684msgstr "" 6685 6686#. I18N: Location of an LDS church temple 6687#: app/GedcomCode/GedcomCodeTemp.php:531 6688msgid "Palmyra, New York, United States" 6689msgstr "" 6690 6691#. I18N: Location of an LDS church temple 6692#: app/GedcomCode/GedcomCodeTemp.php:534 6693msgid "Panama City, Panama" 6694msgstr "" 6695 6696#. I18N: Location of an LDS church temple 6697#: app/GedcomCode/GedcomCodeTemp.php:537 6698msgid "Papeete, Tahiti" 6699msgstr "" 6700 6701#. I18N: Location of an LDS church temple 6702#: app/GedcomCode/GedcomCodeTemp.php:540 6703msgid "Payson, Utah, United States" 6704msgstr "" 6705 6706#. I18N: Location of an LDS church temple 6707#: app/GedcomCode/GedcomCodeTemp.php:543 6708msgid "Perth, Australia" 6709msgstr "" 6710 6711#. I18N: Location of an LDS church temple 6712#: app/GedcomCode/GedcomCodeTemp.php:546 6713msgid "Phoenix, Arizona, United States" 6714msgstr "" 6715 6716#. I18N: I18N: Location of an historic LDS church temple - http://en.wikipedia.org/wiki/President_of_the_Church 6717#: app/GedcomCode/GedcomCodeTemp.php:549 6718msgid "President’s Office" 6719msgstr "" 6720 6721#. I18N: Location of an LDS church temple 6722#: app/GedcomCode/GedcomCodeTemp.php:552 6723msgid "Portland, Oregon, United States" 6724msgstr "" 6725 6726#. I18N: Location of an LDS church temple 6727#: app/GedcomCode/GedcomCodeTemp.php:555 6728msgid "Preston, England" 6729msgstr "" 6730 6731#. I18N: Location of an LDS church temple 6732#: app/GedcomCode/GedcomCodeTemp.php:558 6733msgid "Provo City Center, Utah, United States" 6734msgstr "" 6735 6736#. I18N: Location of an LDS church temple 6737#: app/GedcomCode/GedcomCodeTemp.php:561 6738msgid "Provo, Utah, United States" 6739msgstr "" 6740 6741#. I18N: Location of an LDS church temple 6742#: app/GedcomCode/GedcomCodeTemp.php:564 6743msgid "Quetzaltenango, Guatemala" 6744msgstr "" 6745 6746#. I18N: Location of an LDS church temple 6747#: app/GedcomCode/GedcomCodeTemp.php:567 6748msgid "Raleigh, North Carolina, United States" 6749msgstr "" 6750 6751#. I18N: Location of an LDS church temple 6752#: app/GedcomCode/GedcomCodeTemp.php:570 6753msgid "Recife, Brazil" 6754msgstr "" 6755 6756#. I18N: Location of an LDS church temple 6757#: app/GedcomCode/GedcomCodeTemp.php:573 6758msgid "Redlands, California, United States" 6759msgstr "" 6760 6761#. I18N: Location of an LDS church temple 6762#: app/GedcomCode/GedcomCodeTemp.php:576 6763msgid "Regina, Saskatchewan, Canada" 6764msgstr "" 6765 6766#. I18N: Location of an LDS church temple 6767#: app/GedcomCode/GedcomCodeTemp.php:579 6768msgid "Reno, Nevada, United States" 6769msgstr "" 6770 6771#. I18N: Location of an LDS church temple 6772#: app/GedcomCode/GedcomCodeTemp.php:582 6773msgid "Rexburg, Idaho, United States" 6774msgstr "" 6775 6776#. I18N: Location of an LDS church temple 6777#: app/GedcomCode/GedcomCodeTemp.php:585 6778msgid "Sacramento, California, United States" 6779msgstr "" 6780 6781#. I18N: Location of an LDS church temple 6782#: app/GedcomCode/GedcomCodeTemp.php:588 6783msgid "San Salvador, El Salvador" 6784msgstr "" 6785 6786#. I18N: Location of an LDS church temple 6787#: app/GedcomCode/GedcomCodeTemp.php:591 6788msgid "Santiago, Chile" 6789msgstr "" 6790 6791#. I18N: Location of an LDS church temple 6792#: app/GedcomCode/GedcomCodeTemp.php:594 6793msgid "San Antonio, Texas, United States" 6794msgstr "" 6795 6796#. I18N: Location of an LDS church temple 6797#: app/GedcomCode/GedcomCodeTemp.php:597 6798msgid "San Diego, California, United States" 6799msgstr "" 6800 6801#. I18N: Location of an LDS church temple 6802#: app/GedcomCode/GedcomCodeTemp.php:600 6803msgid "Santo Domingo, Dominican Republic" 6804msgstr "" 6805 6806#. I18N: Location of an LDS church temple 6807#: app/GedcomCode/GedcomCodeTemp.php:603 6808msgid "Seattle, Washington, United States" 6809msgstr "" 6810 6811#. I18N: Location of an LDS church temple 6812#: app/GedcomCode/GedcomCodeTemp.php:606 6813msgid "Seoul, Korea" 6814msgstr "" 6815 6816#. I18N: Location of an LDS church temple 6817#: app/GedcomCode/GedcomCodeTemp.php:609 6818msgid "St. George, Utah, United States" 6819msgstr "" 6820 6821#. I18N: Location of an LDS church temple 6822#: app/GedcomCode/GedcomCodeTemp.php:612 6823msgid "San Jose, Costa Rica" 6824msgstr "" 6825 6826#. I18N: Location of an LDS church temple 6827#: app/GedcomCode/GedcomCodeTemp.php:615 6828msgid "Salt Lake City, Utah, United States" 6829msgstr "" 6830 6831#. I18N: Location of an LDS church temple 6832#: app/GedcomCode/GedcomCodeTemp.php:618 6833msgid "St. Louis, Missouri, United States" 6834msgstr "" 6835 6836#. I18N: Location of an LDS church temple 6837#: app/GedcomCode/GedcomCodeTemp.php:621 6838msgid "Snowflake, Arizona, United States" 6839msgstr "" 6840 6841#. I18N: Location of an LDS church temple 6842#: app/GedcomCode/GedcomCodeTemp.php:624 6843msgid "Sao Paulo, Brazil" 6844msgstr "" 6845 6846#. I18N: Location of an LDS church temple 6847#: app/GedcomCode/GedcomCodeTemp.php:627 6848msgid "St. Paul, Minnesota, United States" 6849msgstr "" 6850 6851#. I18N: Location of an LDS church temple 6852#: app/GedcomCode/GedcomCodeTemp.php:630 6853msgid "Spokane, Washington, United States" 6854msgstr "" 6855 6856#. I18N: Location of an LDS church temple 6857#: app/GedcomCode/GedcomCodeTemp.php:633 6858msgid "Stockholm, Sweden" 6859msgstr "" 6860 6861#. I18N: Location of an LDS church temple 6862#: app/GedcomCode/GedcomCodeTemp.php:636 6863msgid "Suva, Fiji" 6864msgstr "" 6865 6866#. I18N: Location of an LDS church temple 6867#: app/GedcomCode/GedcomCodeTemp.php:639 6868msgid "Bern, Switzerland" 6869msgstr "" 6870 6871#. I18N: Location of an LDS church temple 6872#: app/GedcomCode/GedcomCodeTemp.php:642 6873msgid "Sydney, Australia" 6874msgstr "" 6875 6876#. I18N: Location of an LDS church temple 6877#: app/GedcomCode/GedcomCodeTemp.php:645 6878msgid "Taipei, Taiwan" 6879msgstr "" 6880 6881#. I18N: Location of an LDS church temple 6882#: app/GedcomCode/GedcomCodeTemp.php:648 6883msgid "Tampico, Mexico" 6884msgstr "" 6885 6886#. I18N: Location of an LDS church temple 6887#: app/GedcomCode/GedcomCodeTemp.php:651 6888msgid "Tegucigalpa, Honduras" 6889msgstr "" 6890 6891#. I18N: Location of an LDS church temple 6892#: app/GedcomCode/GedcomCodeTemp.php:654 6893msgid "Tuxtla Gutierrez, Mexico" 6894msgstr "" 6895 6896#. I18N: Location of an LDS church temple 6897#: app/GedcomCode/GedcomCodeTemp.php:657 6898msgid "Tijuana, Mexico" 6899msgstr "" 6900 6901#. I18N: Location of an LDS church temple 6902#: app/GedcomCode/GedcomCodeTemp.php:660 6903msgid "Tokyo, Japan" 6904msgstr "" 6905 6906#. I18N: Location of an LDS church temple 6907#: app/GedcomCode/GedcomCodeTemp.php:663 6908msgid "Toronto, Ontario, Canada" 6909msgstr "" 6910 6911#. I18N: Location of an LDS church temple 6912#: app/GedcomCode/GedcomCodeTemp.php:666 6913msgid "Trujillo, Peru" 6914msgstr "" 6915 6916#. I18N: Location of an LDS church temple 6917#: app/GedcomCode/GedcomCodeTemp.php:669 6918msgid "Twin Falls, Idaho, United States" 6919msgstr "" 6920 6921#. I18N: Location of an LDS church temple 6922#: app/GedcomCode/GedcomCodeTemp.php:672 6923msgid "Vancouver, British Columbia, Canada" 6924msgstr "" 6925 6926#. I18N: Location of an LDS church temple 6927#: app/GedcomCode/GedcomCodeTemp.php:675 6928msgid "Veracruz, Mexico" 6929msgstr "" 6930 6931#. I18N: Location of an LDS church temple 6932#: app/GedcomCode/GedcomCodeTemp.php:678 6933msgid "Vernal, Utah, United States" 6934msgstr "" 6935 6936#. I18N: Location of an LDS church temple 6937#: app/GedcomCode/GedcomCodeTemp.php:681 6938msgid "Villa Hermosa, Mexico" 6939msgstr "" 6940 6941#. I18N: Location of an LDS church temple 6942#: app/GedcomCode/GedcomCodeTemp.php:684 6943msgid "Washington, District of Columbia, United States" 6944msgstr "" 6945 6946#. I18N: Location of an LDS church temple 6947#: app/GedcomCode/GedcomCodeTemp.php:687 6948msgid "Winter Quarters, Nebraska, United States" 6949msgstr "" 6950 6951#: app/GedcomRecord.php:526 app/GedcomRecord.php:634 app/GedcomRecord.php:1278 6952#: app/Header.php:110 app/Note.php:128 app/Report/ReportParserGenerate.php:967 6953#: app/Repository.php:104 app/Source.php:109 6954#: app/Statistics/Repository/EventRepository.php:416 app/Submission.php:106 6955#: app/Submitter.php:104 6956msgid "Private" 6957msgstr "" 6958 6959#. I18N: Name of a country or state 6960#: app/GedcomRecord.php:991 app/GedcomRecord.php:996 6961#: app/Statistics/Google/ChartSex.php:72 6962#: app/Statistics/Service/CountryService.php:38 6963msgid "Unknown" 6964msgstr "" 6965 6966#. I18N: gedcom tag ABBR 6967#: app/GedcomTag.php:455 resources/views/lists/sources-table.phtml:86 6968#: resources/views/modals/source-fields.phtml:17 6969msgid "Abbreviation" 6970msgstr "" 6971 6972#. I18N: gedcom tag ADDR 6973#: app/GedcomTag.php:458 app/Module/FixCemeteryTag.php:85 6974#: resources/views/modals/submitter-fields.phtml:15 6975msgid "Address" 6976msgstr "" 6977 6978#. I18N: gedcom tag ADD1 6979#: app/GedcomTag.php:461 6980msgid "Address line 1" 6981msgstr "" 6982 6983#. I18N: gedcom tag ADD2 6984#: app/GedcomTag.php:464 6985msgid "Address line 2" 6986msgstr "" 6987 6988#. I18N: gedcom tag ADOP 6989#: app/GedcomTag.php:467 6990msgid "Adoption" 6991msgstr "" 6992 6993#: app/GedcomTag.php:469 6994msgid "Date of adoption" 6995msgstr "" 6996 6997#: app/GedcomTag.php:471 6998msgid "Place of adoption" 6999msgstr "" 7000 7001#. I18N: gedcom tag AFN 7002#: app/GedcomTag.php:474 7003msgid "Ancestral file number" 7004msgstr "" 7005 7006#. I18N: gedcom tag AGNC 7007#: app/GedcomTag.php:480 7008msgid "Agency" 7009msgstr "" 7010 7011#. I18N: gedcom tag ALIA 7012#: app/GedcomTag.php:483 7013msgid "Alias" 7014msgstr "" 7015 7016#. I18N: gedcom tag ANCE 7017#: app/GedcomTag.php:486 7018msgid "Generations of ancestors" 7019msgstr "" 7020 7021#. I18N: gedcom tag ANCI 7022#: app/GedcomTag.php:489 7023msgid "Ancestors interest" 7024msgstr "" 7025 7026#. I18N: gedcom tag ANUL 7027#: app/GedcomTag.php:492 7028msgid "Annulment" 7029msgstr "" 7030 7031#. I18N: gedcom tag ASSO 7032#. I18N: gedcom tag _ASSO 7033#: app/GedcomTag.php:495 app/GedcomTag.php:1198 7034#: resources/views/cards/add-associate.phtml:10 7035msgid "Associate" 7036msgstr "" 7037 7038#. I18N: gedcom tag AUTH 7039#: app/GedcomTag.php:498 resources/views/lists/sources-table.phtml:87 7040#: resources/views/modals/source-fields.phtml:25 7041msgid "Author" 7042msgstr "" 7043 7044#. I18N: gedcom tag BAPL. LDS = Church of Latter Day Saints. 7045#: app/GedcomTag.php:501 7046msgid "LDS baptism" 7047msgstr "" 7048 7049#. I18N: LDS = Church of Latter Day Saints. 7050#: app/GedcomTag.php:504 7051msgid "Date of LDS baptism" 7052msgstr "" 7053 7054#. I18N: LDS = Church of Latter Day Saints. 7055#: app/GedcomTag.php:507 7056msgid "Place of LDS baptism" 7057msgstr "" 7058 7059#. I18N: gedcom tag BAPM 7060#: app/GedcomTag.php:510 resources/views/calendar-page.phtml:161 7061#: resources/xml/reports/missing_facts_report.xml:16 7062msgid "Baptism" 7063msgstr "" 7064 7065#: app/GedcomTag.php:512 resources/xml/reports/missing_facts_report.xml:129 7066msgid "Date of baptism" 7067msgstr "" 7068 7069#: app/GedcomTag.php:514 resources/xml/reports/missing_facts_report.xml:140 7070msgid "Place of baptism" 7071msgstr "" 7072 7073#. I18N: gedcom tag BARM 7074#: app/GedcomTag.php:517 resources/xml/reports/missing_facts_report.xml:17 7075msgid "Bar mitzvah" 7076msgstr "" 7077 7078#: app/GedcomTag.php:519 resources/xml/reports/missing_facts_report.xml:212 7079msgid "Date of bar mitzvah" 7080msgstr "" 7081 7082#: app/GedcomTag.php:521 resources/xml/reports/missing_facts_report.xml:223 7083msgid "Place of bar mitzvah" 7084msgstr "" 7085 7086#. I18N: gedcom tag BASM 7087#: app/GedcomTag.php:524 resources/xml/reports/missing_facts_report.xml:18 7088msgid "Bat mitzvah" 7089msgstr "" 7090 7091#: app/GedcomTag.php:526 resources/xml/reports/missing_facts_report.xml:253 7092msgid "Date of bat mitzvah" 7093msgstr "" 7094 7095#: app/GedcomTag.php:528 resources/xml/reports/missing_facts_report.xml:264 7096msgid "Place of bat mitzvah" 7097msgstr "" 7098 7099#. I18N: gedcom tag BIRT 7100#: app/GedcomTag.php:531 app/Http/RequestHandlers/IndividualPage.php:194 7101#: resources/views/calendar-page.phtml:158 7102#: resources/views/lists/individuals-table.phtml:211 7103#: resources/views/lists/individuals-table.phtml:215 7104#: resources/views/lists/individuals-table.phtml:237 7105#: resources/xml/reports/ahnentafel_report.xml:442 7106#: resources/xml/reports/bdm_report.xml:58 7107#: resources/xml/reports/change_report.xml:102 7108#: resources/xml/reports/change_report.xml:118 7109#: resources/xml/reports/descendancy_report.xml:560 7110#: resources/xml/reports/family_group_report.xml:182 7111#: resources/xml/reports/family_group_report.xml:470 7112#: resources/xml/reports/family_group_report.xml:477 7113#: resources/xml/reports/family_group_report.xml:536 7114#: resources/xml/reports/family_group_report.xml:733 7115#: resources/xml/reports/family_group_report.xml:740 7116#: resources/xml/reports/family_group_report.xml:880 7117#: resources/xml/reports/family_group_report.xml:1081 7118#: resources/xml/reports/family_group_report.xml:1090 7119#: resources/xml/reports/individual_ext_report.xml:273 7120#: resources/xml/reports/individual_ext_report.xml:309 7121#: resources/xml/reports/individual_ext_report.xml:349 7122#: resources/xml/reports/individual_ext_report.xml:385 7123#: resources/xml/reports/individual_ext_report.xml:421 7124#: resources/xml/reports/individual_ext_report.xml:479 7125#: resources/xml/reports/individual_ext_report.xml:515 7126#: resources/xml/reports/individual_ext_report.xml:556 7127#: resources/xml/reports/individual_ext_report.xml:592 7128#: resources/xml/reports/individual_ext_report.xml:628 7129#: resources/xml/reports/individual_report.xml:270 7130#: resources/xml/reports/individual_report.xml:306 7131#: resources/xml/reports/individual_report.xml:346 7132#: resources/xml/reports/individual_report.xml:382 7133#: resources/xml/reports/individual_report.xml:418 7134#: resources/xml/reports/individual_report.xml:479 7135#: resources/xml/reports/individual_report.xml:519 7136#: resources/xml/reports/individual_report.xml:560 7137#: resources/xml/reports/individual_report.xml:596 7138#: resources/xml/reports/individual_report.xml:632 7139#: resources/xml/reports/missing_facts_report.xml:15 7140#: resources/xml/reports/pedigree_report.xml:73 7141#: resources/xml/reports/pedigree_report.xml:74 7142#: resources/xml/reports/pedigree_report.xml:94 7143#: resources/xml/reports/pedigree_report.xml:95 7144#: resources/xml/reports/pedigree_report.xml:116 7145#: resources/xml/reports/pedigree_report.xml:117 7146#: resources/xml/reports/pedigree_report.xml:134 7147#: resources/xml/reports/pedigree_report.xml:135 7148#: resources/xml/reports/pedigree_report.xml:156 7149#: resources/xml/reports/pedigree_report.xml:157 7150#: resources/xml/reports/pedigree_report.xml:175 7151#: resources/xml/reports/pedigree_report.xml:176 7152#: resources/xml/reports/pedigree_report.xml:197 7153#: resources/xml/reports/pedigree_report.xml:198 7154#: resources/xml/reports/pedigree_report.xml:218 7155#: resources/xml/reports/pedigree_report.xml:219 7156#: resources/xml/reports/pedigree_report.xml:240 7157#: resources/xml/reports/pedigree_report.xml:241 7158#: resources/xml/reports/pedigree_report.xml:261 7159#: resources/xml/reports/pedigree_report.xml:262 7160#: resources/xml/reports/pedigree_report.xml:283 7161#: resources/xml/reports/pedigree_report.xml:284 7162#: resources/xml/reports/pedigree_report.xml:304 7163#: resources/xml/reports/pedigree_report.xml:305 7164#: resources/xml/reports/pedigree_report.xml:326 7165#: resources/xml/reports/pedigree_report.xml:327 7166#: resources/xml/reports/pedigree_report.xml:347 7167#: resources/xml/reports/pedigree_report.xml:348 7168#: resources/xml/reports/pedigree_report.xml:369 7169#: resources/xml/reports/pedigree_report.xml:370 7170#: resources/xml/reports/pedigree_report.xml:390 7171#: resources/xml/reports/pedigree_report.xml:409 7172#: resources/xml/reports/pedigree_report.xml:428 7173#: resources/xml/reports/pedigree_report.xml:447 7174#: resources/xml/reports/pedigree_report.xml:466 7175#: resources/xml/reports/pedigree_report.xml:485 7176#: resources/xml/reports/pedigree_report.xml:504 7177#: resources/xml/reports/pedigree_report.xml:523 7178#: resources/xml/reports/pedigree_report.xml:542 7179#: resources/xml/reports/pedigree_report.xml:561 7180#: resources/xml/reports/pedigree_report.xml:580 7181#: resources/xml/reports/pedigree_report.xml:599 7182#: resources/xml/reports/pedigree_report.xml:618 7183#: resources/xml/reports/pedigree_report.xml:637 7184#: resources/xml/reports/pedigree_report.xml:656 7185#: resources/xml/reports/pedigree_report.xml:675 7186#: resources/xml/reports/pedigree_report.xml:775 7187#: resources/xml/reports/pedigree_report.xml:776 7188#: resources/xml/reports/pedigree_report.xml:796 7189#: resources/xml/reports/pedigree_report.xml:797 7190#: resources/xml/reports/pedigree_report.xml:818 7191#: resources/xml/reports/pedigree_report.xml:819 7192#: resources/xml/reports/pedigree_report.xml:836 7193#: resources/xml/reports/pedigree_report.xml:837 7194#: resources/xml/reports/pedigree_report.xml:858 7195#: resources/xml/reports/pedigree_report.xml:859 7196#: resources/xml/reports/pedigree_report.xml:876 7197#: resources/xml/reports/pedigree_report.xml:877 7198#: resources/xml/reports/pedigree_report.xml:898 7199#: resources/xml/reports/pedigree_report.xml:899 7200#: resources/xml/reports/pedigree_report.xml:920 7201#: resources/xml/reports/pedigree_report.xml:942 7202#: resources/xml/reports/pedigree_report.xml:963 7203#: resources/xml/reports/pedigree_report.xml:985 7204#: resources/xml/reports/pedigree_report.xml:1006 7205#: resources/xml/reports/pedigree_report.xml:1028 7206#: resources/xml/reports/pedigree_report.xml:1049 7207#: resources/xml/reports/pedigree_report.xml:1071 7208#: resources/xml/reports/pedigree_report.xml:1094 7209#: resources/xml/reports/pedigree_report.xml:1113 7210#: resources/xml/reports/pedigree_report.xml:1132 7211#: resources/xml/reports/pedigree_report.xml:1151 7212#: resources/xml/reports/pedigree_report.xml:1170 7213#: resources/xml/reports/pedigree_report.xml:1189 7214#: resources/xml/reports/pedigree_report.xml:1208 7215#: resources/xml/reports/pedigree_report.xml:1227 7216#: resources/xml/reports/pedigree_report.xml:1246 7217#: resources/xml/reports/pedigree_report.xml:1265 7218#: resources/xml/reports/pedigree_report.xml:1284 7219#: resources/xml/reports/pedigree_report.xml:1303 7220#: resources/xml/reports/pedigree_report.xml:1322 7221#: resources/xml/reports/pedigree_report.xml:1341 7222#: resources/xml/reports/pedigree_report.xml:1360 7223#: resources/xml/reports/pedigree_report.xml:1379 7224#: resources/xml/reports/relative_ext_report.xml:56 7225msgid "Birth" 7226msgstr "" 7227 7228#: app/GedcomTag.php:533 resources/xml/reports/fact_sources.xml:68 7229#: resources/xml/reports/fact_sources.xml:272 7230#: resources/xml/reports/missing_facts_report.xml:81 7231#: resources/xml/reports/occupation_report.xml:49 7232msgid "Date of birth" 7233msgstr "" 7234 7235#: app/GedcomTag.php:535 resources/xml/reports/fact_sources.xml:273 7236#: resources/xml/reports/missing_facts_report.xml:93 7237msgid "Place of birth" 7238msgstr "" 7239 7240#. I18N: gedcom tag BLES 7241#: app/GedcomTag.php:538 7242msgid "Blessing" 7243msgstr "" 7244 7245#: app/GedcomTag.php:540 7246msgid "Date of blessing" 7247msgstr "" 7248 7249#: app/GedcomTag.php:542 7250msgid "Place of blessing" 7251msgstr "" 7252 7253#. I18N: gedcom tag BLOB 7254#: app/GedcomTag.php:545 7255msgid "Binary data object" 7256msgstr "" 7257 7258#. I18N: gedcom tag BURI 7259#: app/GedcomTag.php:548 resources/views/calendar-page.phtml:173 7260#: resources/xml/reports/family_group_report.xml:351 7261#: resources/xml/reports/family_group_report.xml:705 7262#: resources/xml/reports/family_group_report.xml:1049 7263#: resources/xml/reports/missing_facts_report.xml:25 7264msgid "Burial" 7265msgstr "" 7266 7267#: app/GedcomTag.php:550 resources/xml/reports/missing_facts_report.xml:546 7268msgid "Date of burial" 7269msgstr "" 7270 7271#: app/GedcomTag.php:552 resources/xml/reports/missing_facts_report.xml:557 7272msgid "Place of burial" 7273msgstr "" 7274 7275#. I18N: gedcom tag CALN 7276#: app/GedcomTag.php:555 resources/views/modals/source-fields.phtml:45 7277msgid "Call number" 7278msgstr "" 7279 7280#. I18N: gedcom tag CAST 7281#: app/GedcomTag.php:558 7282msgid "Caste" 7283msgstr "" 7284 7285#. I18N: gedcom tag CAUS 7286#: app/GedcomTag.php:561 7287msgid "Cause" 7288msgstr "" 7289 7290#. I18N: gedcom tag CEME 7291#: app/GedcomTag.php:564 7292msgid "Cemetery" 7293msgstr "" 7294 7295#. I18N: gedcom tag CENS 7296#: app/GedcomTag.php:567 7297msgid "Census" 7298msgstr "" 7299 7300#: app/GedcomTag.php:569 7301#: resources/views/modules/GEDFact_assistant/select-census.phtml:19 7302msgid "Census date" 7303msgstr "" 7304 7305#: app/GedcomTag.php:571 7306msgid "Census place" 7307msgstr "" 7308 7309#. I18N: gedcom tag CHAN 7310#: app/GedcomTag.php:577 resources/views/edit/add-fact.phtml:71 7311#: resources/views/edit/edit-fact.phtml:100 7312#: resources/views/lists/families-table.phtml:228 7313#: resources/views/lists/individuals-table.phtml:255 7314#: resources/views/lists/media-table.phtml:74 7315#: resources/views/lists/notes-table.phtml:86 7316#: resources/views/lists/repositories-table.phtml:44 7317#: resources/views/lists/sources-table.phtml:93 7318#: resources/views/lists/submitters-table.phtml:63 7319#: resources/views/modules/gedcom_stats/config.phtml:10 7320#: resources/views/modules/recent_changes/changes-table.phtml:47 7321#: resources/xml/reports/change_report.xml:66 7322#: resources/xml/reports/change_report.xml:108 7323msgid "Last change" 7324msgstr "" 7325 7326#. I18N: gedcom tag CHAN:DATE 7327#: app/GedcomTag.php:580 7328msgid "Date of last change" 7329msgstr "" 7330 7331#. I18N: gedcom tag CHAN:_WT_USER 7332#: app/GedcomTag.php:583 7333msgid "Author of last change" 7334msgstr "" 7335 7336#. I18N: gedcom tag CHAR 7337#: app/GedcomTag.php:586 7338msgid "Character set" 7339msgstr "" 7340 7341#. I18N: gedcom tag CHR 7342#: app/GedcomTag.php:592 resources/xml/reports/family_group_report.xml:206 7343#: resources/xml/reports/family_group_report.xml:560 7344#: resources/xml/reports/family_group_report.xml:904 7345#: resources/xml/reports/missing_facts_report.xml:16 7346msgid "Christening" 7347msgstr "" 7348 7349#: app/GedcomTag.php:594 resources/xml/reports/missing_facts_report.xml:170 7350msgid "Date of christening" 7351msgstr "" 7352 7353#: app/GedcomTag.php:596 resources/xml/reports/missing_facts_report.xml:181 7354msgid "Place of christening" 7355msgstr "" 7356 7357#. I18N: gedcom tag CHRA 7358#: app/GedcomTag.php:599 7359msgid "Adult christening" 7360msgstr "" 7361 7362#. I18N: gedcom tag CITN 7363#: app/GedcomTag.php:602 7364msgid "Citizenship" 7365msgstr "" 7366 7367#. I18N: gedcom tag CITY 7368#: app/GedcomTag.php:605 7369msgid "City" 7370msgstr "" 7371 7372#. I18N: gedcom tag COMM 7373#: app/GedcomTag.php:608 7374msgid "Comment" 7375msgstr "" 7376 7377#. I18N: gedcom tag CONC 7378#: app/GedcomTag.php:611 7379msgid "Concatenation" 7380msgstr "" 7381 7382#. I18N: gedcom tag CONT 7383#: app/GedcomTag.php:614 7384msgid "Continued" 7385msgstr "" 7386 7387#. I18N: gedcom tag CONF 7388#: app/GedcomTag.php:617 resources/xml/reports/missing_facts_report.xml:19 7389msgid "Confirmation" 7390msgstr "" 7391 7392#: app/GedcomTag.php:619 resources/xml/reports/missing_facts_report.xml:294 7393msgid "Date of confirmation" 7394msgstr "" 7395 7396#: app/GedcomTag.php:621 resources/xml/reports/missing_facts_report.xml:305 7397msgid "Place of confirmation" 7398msgstr "" 7399 7400#. I18N: gedcom tag CONL. LDS = Church of Latter Day Saints. 7401#: app/GedcomTag.php:624 7402msgid "LDS confirmation" 7403msgstr "" 7404 7405#. I18N: gedcom tag COPR 7406#: app/GedcomTag.php:627 7407msgid "Copyright" 7408msgstr "" 7409 7410#. I18N: gedcom tag CORP 7411#: app/GedcomTag.php:630 7412msgid "Corporation" 7413msgstr "" 7414 7415#. I18N: gedcom tag CREM 7416#: app/GedcomTag.php:633 resources/xml/reports/family_group_report.xml:315 7417#: resources/xml/reports/family_group_report.xml:342 7418#: resources/xml/reports/family_group_report.xml:669 7419#: resources/xml/reports/family_group_report.xml:696 7420#: resources/xml/reports/family_group_report.xml:1013 7421#: resources/xml/reports/family_group_report.xml:1040 7422msgid "Cremation" 7423msgstr "" 7424 7425#: app/GedcomTag.php:635 7426msgid "Date of cremation" 7427msgstr "" 7428 7429#: app/GedcomTag.php:637 7430msgid "Place of cremation" 7431msgstr "" 7432 7433#. I18N: gedcom tag CTRY 7434#: app/GedcomTag.php:640 app/Statistics/Google/ChartDistribution.php:127 7435msgid "Country" 7436msgstr "" 7437 7438#. I18N: gedcom tag DATA 7439#: app/GedcomTag.php:643 resources/views/admin/changes-log.phtml:118 7440msgid "Data" 7441msgstr "" 7442 7443#: app/GedcomTag.php:645 resources/views/cards/add-source-citation.phtml:62 7444msgid "Date of entry in original source" 7445msgstr "" 7446 7447#. I18N: gedcom tag DATE 7448#: app/GedcomTag.php:651 app/Http/RequestHandlers/HelpText.php:193 7449#: resources/views/help/date.phtml:15 resources/views/help/date.phtml:129 7450#: resources/views/lists/anniversaries-table.phtml:37 7451#: resources/views/modules/todo/research-tasks.phtml:29 7452#: resources/views/pending-changes-page.phtml:54 7453#: resources/xml/reports/bdm_report.xml:132 7454#: resources/xml/reports/bdm_report.xml:158 7455#: resources/xml/reports/bdm_report.xml:192 7456#: resources/xml/reports/birth_report.xml:40 7457#: resources/xml/reports/death_report.xml:46 7458#: resources/xml/reports/fact_sources.xml:72 7459#: resources/xml/reports/fact_sources.xml:159 7460#: resources/xml/reports/marriage_report.xml:46 7461#: resources/xml/reports/occupation_report.xml:57 7462msgid "Date" 7463msgstr "" 7464 7465#. I18N: gedcom tag DEAT 7466#: app/GedcomTag.php:654 app/Http/RequestHandlers/IndividualPage.php:203 7467#: resources/views/calendar-page.phtml:170 7468#: resources/views/lists/individuals-table.phtml:200 7469#: resources/views/lists/individuals-table.phtml:204 7470#: resources/views/lists/individuals-table.phtml:247 7471#: resources/views/modules/yahrzeit/table.phtml:28 7472#: resources/xml/reports/ahnentafel_report.xml:458 7473#: resources/xml/reports/bdm_report.xml:87 7474#: resources/xml/reports/change_report.xml:102 7475#: resources/xml/reports/change_report.xml:118 7476#: resources/xml/reports/descendancy_report.xml:594 7477#: resources/xml/reports/family_group_report.xml:289 7478#: resources/xml/reports/family_group_report.xml:470 7479#: resources/xml/reports/family_group_report.xml:477 7480#: resources/xml/reports/family_group_report.xml:643 7481#: resources/xml/reports/family_group_report.xml:733 7482#: resources/xml/reports/family_group_report.xml:740 7483#: resources/xml/reports/family_group_report.xml:987 7484#: resources/xml/reports/family_group_report.xml:1081 7485#: resources/xml/reports/family_group_report.xml:1090 7486#: resources/xml/reports/individual_ext_report.xml:273 7487#: resources/xml/reports/individual_ext_report.xml:309 7488#: resources/xml/reports/individual_ext_report.xml:349 7489#: resources/xml/reports/individual_ext_report.xml:385 7490#: resources/xml/reports/individual_ext_report.xml:421 7491#: resources/xml/reports/individual_ext_report.xml:479 7492#: resources/xml/reports/individual_ext_report.xml:515 7493#: resources/xml/reports/individual_ext_report.xml:556 7494#: resources/xml/reports/individual_ext_report.xml:592 7495#: resources/xml/reports/individual_ext_report.xml:628 7496#: resources/xml/reports/individual_report.xml:270 7497#: resources/xml/reports/individual_report.xml:306 7498#: resources/xml/reports/individual_report.xml:346 7499#: resources/xml/reports/individual_report.xml:382 7500#: resources/xml/reports/individual_report.xml:418 7501#: resources/xml/reports/individual_report.xml:479 7502#: resources/xml/reports/individual_report.xml:519 7503#: resources/xml/reports/individual_report.xml:560 7504#: resources/xml/reports/individual_report.xml:596 7505#: resources/xml/reports/individual_report.xml:632 7506#: resources/xml/reports/missing_facts_report.xml:24 7507#: resources/xml/reports/pedigree_report.xml:80 7508#: resources/xml/reports/pedigree_report.xml:81 7509#: resources/xml/reports/pedigree_report.xml:101 7510#: resources/xml/reports/pedigree_report.xml:102 7511#: resources/xml/reports/pedigree_report.xml:119 7512#: resources/xml/reports/pedigree_report.xml:120 7513#: resources/xml/reports/pedigree_report.xml:141 7514#: resources/xml/reports/pedigree_report.xml:142 7515#: resources/xml/reports/pedigree_report.xml:159 7516#: resources/xml/reports/pedigree_report.xml:160 7517#: resources/xml/reports/pedigree_report.xml:182 7518#: resources/xml/reports/pedigree_report.xml:183 7519#: resources/xml/reports/pedigree_report.xml:200 7520#: resources/xml/reports/pedigree_report.xml:201 7521#: resources/xml/reports/pedigree_report.xml:225 7522#: resources/xml/reports/pedigree_report.xml:226 7523#: resources/xml/reports/pedigree_report.xml:243 7524#: resources/xml/reports/pedigree_report.xml:244 7525#: resources/xml/reports/pedigree_report.xml:268 7526#: resources/xml/reports/pedigree_report.xml:269 7527#: resources/xml/reports/pedigree_report.xml:286 7528#: resources/xml/reports/pedigree_report.xml:287 7529#: resources/xml/reports/pedigree_report.xml:311 7530#: resources/xml/reports/pedigree_report.xml:312 7531#: resources/xml/reports/pedigree_report.xml:329 7532#: resources/xml/reports/pedigree_report.xml:330 7533#: resources/xml/reports/pedigree_report.xml:354 7534#: resources/xml/reports/pedigree_report.xml:355 7535#: resources/xml/reports/pedigree_report.xml:372 7536#: resources/xml/reports/pedigree_report.xml:373 7537#: resources/xml/reports/pedigree_report.xml:395 7538#: resources/xml/reports/pedigree_report.xml:411 7539#: resources/xml/reports/pedigree_report.xml:433 7540#: resources/xml/reports/pedigree_report.xml:449 7541#: resources/xml/reports/pedigree_report.xml:471 7542#: resources/xml/reports/pedigree_report.xml:487 7543#: resources/xml/reports/pedigree_report.xml:509 7544#: resources/xml/reports/pedigree_report.xml:525 7545#: resources/xml/reports/pedigree_report.xml:547 7546#: resources/xml/reports/pedigree_report.xml:563 7547#: resources/xml/reports/pedigree_report.xml:585 7548#: resources/xml/reports/pedigree_report.xml:601 7549#: resources/xml/reports/pedigree_report.xml:623 7550#: resources/xml/reports/pedigree_report.xml:639 7551#: resources/xml/reports/pedigree_report.xml:661 7552#: resources/xml/reports/pedigree_report.xml:677 7553#: resources/xml/reports/pedigree_report.xml:782 7554#: resources/xml/reports/pedigree_report.xml:783 7555#: resources/xml/reports/pedigree_report.xml:803 7556#: resources/xml/reports/pedigree_report.xml:804 7557#: resources/xml/reports/pedigree_report.xml:821 7558#: resources/xml/reports/pedigree_report.xml:822 7559#: resources/xml/reports/pedigree_report.xml:843 7560#: resources/xml/reports/pedigree_report.xml:844 7561#: resources/xml/reports/pedigree_report.xml:861 7562#: resources/xml/reports/pedigree_report.xml:862 7563#: resources/xml/reports/pedigree_report.xml:883 7564#: resources/xml/reports/pedigree_report.xml:884 7565#: resources/xml/reports/pedigree_report.xml:901 7566#: resources/xml/reports/pedigree_report.xml:902 7567#: resources/xml/reports/pedigree_report.xml:927 7568#: resources/xml/reports/pedigree_report.xml:945 7569#: resources/xml/reports/pedigree_report.xml:970 7570#: resources/xml/reports/pedigree_report.xml:988 7571#: resources/xml/reports/pedigree_report.xml:1013 7572#: resources/xml/reports/pedigree_report.xml:1031 7573#: resources/xml/reports/pedigree_report.xml:1056 7574#: resources/xml/reports/pedigree_report.xml:1074 7575#: resources/xml/reports/pedigree_report.xml:1096 7576#: resources/xml/reports/pedigree_report.xml:1115 7577#: resources/xml/reports/pedigree_report.xml:1134 7578#: resources/xml/reports/pedigree_report.xml:1153 7579#: resources/xml/reports/pedigree_report.xml:1172 7580#: resources/xml/reports/pedigree_report.xml:1191 7581#: resources/xml/reports/pedigree_report.xml:1210 7582#: resources/xml/reports/pedigree_report.xml:1229 7583#: resources/xml/reports/pedigree_report.xml:1248 7584#: resources/xml/reports/pedigree_report.xml:1267 7585#: resources/xml/reports/pedigree_report.xml:1286 7586#: resources/xml/reports/pedigree_report.xml:1305 7587#: resources/xml/reports/pedigree_report.xml:1324 7588#: resources/xml/reports/pedigree_report.xml:1343 7589#: resources/xml/reports/pedigree_report.xml:1362 7590#: resources/xml/reports/pedigree_report.xml:1381 7591#: resources/xml/reports/relative_ext_report.xml:62 7592msgid "Death" 7593msgstr "" 7594 7595#: app/GedcomTag.php:656 7596msgid "Cause of death" 7597msgstr "" 7598 7599#: app/GedcomTag.php:658 resources/xml/reports/cemetery_report.xml:46 7600#: resources/xml/reports/fact_sources.xml:274 7601#: resources/xml/reports/missing_facts_report.xml:505 7602msgid "Date of death" 7603msgstr "" 7604 7605#: app/GedcomTag.php:660 resources/xml/reports/fact_sources.xml:275 7606#: resources/xml/reports/missing_facts_report.xml:516 7607msgid "Place of death" 7608msgstr "" 7609 7610#. I18N: gedcom tag DESC 7611#. I18N: Name of a module/chart 7612#. I18N: Name of a module/sidebar 7613#. I18N: Name of a module/report 7614#: app/GedcomTag.php:663 app/Module/ChartsBlockModule.php:244 7615#: app/Module/DescendancyChartModule.php:107 7616#: app/Module/DescendancyModule.php:61 7617#: app/Module/DescendancyReportModule.php:40 7618#: resources/xml/reports/descendancy_report.xml:3 7619#: resources/xml/reports/individual_ext_report.xml:6 7620#: resources/xml/reports/missing_facts_report.xml:6 7621#: resources/xml/reports/relative_ext_report.xml:6 7622msgid "Descendants" 7623msgstr "" 7624 7625#. I18N: gedcom tag DESI 7626#: app/GedcomTag.php:666 7627msgid "Descendants interest" 7628msgstr "" 7629 7630#. I18N: gedcom tag DEST 7631#: app/GedcomTag.php:669 7632msgid "Destination" 7633msgstr "" 7634 7635#. I18N: gedcom tag DIV 7636#: app/GedcomTag.php:672 resources/views/calendar-page.phtml:167 7637#: resources/views/lists/families-table.phtml:203 7638msgid "Divorce" 7639msgstr "" 7640 7641#. I18N: gedcom tag DIVF 7642#: app/GedcomTag.php:675 7643msgid "Divorce filed" 7644msgstr "" 7645 7646#. I18N: gedcom tag DSCR 7647#: app/GedcomTag.php:678 resources/views/admin/modules.phtml:61 7648#: resources/views/report-setup-page.phtml:25 7649msgid "Description" 7650msgstr "" 7651 7652#. I18N: gedcom tag EDUC 7653#: app/GedcomTag.php:681 7654msgid "Education" 7655msgstr "" 7656 7657#: app/GedcomTag.php:683 7658msgid "School or college" 7659msgstr "" 7660 7661#. I18N: gedcom tag EMAIL 7662#. I18N: gedcom tag _EMAIL 7663#: app/GedcomTag.php:690 app/GedcomTag.php:1790 7664#: app/Module/UserMessagesModule.php:182 7665#: resources/views/admin/users-create.phtml:58 7666#: resources/views/admin/users-edit.phtml:62 7667#: resources/views/admin/users.phtml:22 resources/views/contact-page.phtml:36 7668#: resources/views/edit-account-page.phtml:111 7669#: resources/views/emails/register-notify-html.phtml:21 7670#: resources/views/emails/register-notify-text.phtml:13 7671#: resources/views/register-page.phtml:46 7672#: resources/views/setup/step-5-administrator.phtml:72 7673msgid "Email address" 7674msgstr "" 7675 7676#. I18N: gedcom tag EMIG 7677#: app/GedcomTag.php:693 resources/views/calendar-page.phtml:176 7678msgid "Emigration" 7679msgstr "" 7680 7681#: app/GedcomTag.php:695 7682msgid "Date of emigration" 7683msgstr "" 7684 7685#: app/GedcomTag.php:697 7686msgid "Place of emigration" 7687msgstr "" 7688 7689#. I18N: gedcom tag ENDL. LDS = Church of Latter Day Saints. 7690#: app/GedcomTag.php:700 7691msgid "LDS endowment" 7692msgstr "" 7693 7694#. I18N: LDS = Church of Latter Day Saints. 7695#: app/GedcomTag.php:703 7696msgid "Date of LDS endowment" 7697msgstr "" 7698 7699#. I18N: LDS = Church of Latter Day Saints. 7700#: app/GedcomTag.php:706 7701msgid "Place of LDS endowment" 7702msgstr "" 7703 7704#. I18N: gedcom tag ENGA 7705#: app/GedcomTag.php:709 resources/xml/reports/missing_facts_report.xml:20 7706msgid "Engagement" 7707msgstr "" 7708 7709#: app/GedcomTag.php:711 resources/xml/reports/missing_facts_report.xml:336 7710msgid "Date of engagement" 7711msgstr "" 7712 7713#: app/GedcomTag.php:713 resources/xml/reports/missing_facts_report.xml:347 7714msgid "Place of engagement" 7715msgstr "" 7716 7717#. I18N: gedcom tag EVEN 7718#: app/GedcomTag.php:716 resources/views/lists/anniversaries-table.phtml:44 7719#: resources/xml/reports/fact_sources.xml:70 7720#: resources/xml/reports/fact_sources.xml:157 7721#: resources/xml/reports/missing_facts_report.xml:55 7722msgid "Event" 7723msgstr "" 7724 7725#: app/GedcomTag.php:718 7726msgid "Date of event" 7727msgstr "" 7728 7729#: app/GedcomTag.php:720 7730msgid "Place of event" 7731msgstr "" 7732 7733#: app/GedcomTag.php:722 7734msgid "Type of event" 7735msgstr "" 7736 7737#. I18N: gedcom tag FACT 7738#: app/GedcomTag.php:725 7739msgid "Fact" 7740msgstr "" 7741 7742#: app/GedcomTag.php:727 7743msgid "Type of fact" 7744msgstr "" 7745 7746#. I18N: gedcom tag FAM 7747#. I18N: Name of a module/report 7748#: app/GedcomTag.php:730 app/Module/FamilyGroupReportModule.php:44 7749#: resources/views/admin/trees-privacy.phtml:169 7750#: resources/views/cards/add-source-citation.phtml:42 7751#: resources/views/edit/link-child-to-family.phtml:15 7752#: resources/views/modals/link-media-to-family.phtml:15 7753#: resources/views/modules/family_nav/sidebar-family.phtml:91 7754#: resources/views/modules/favorites/favorites.phtml:80 7755#: resources/views/modules/random_media/slide-show.phtml:61 7756#: resources/views/modules/recent_changes/changes-table.phtml:65 7757#: resources/views/modules/statistics-chart/custom.phtml:39 7758#: resources/xml/reports/family_group_report.xml:3 7759#: resources/xml/reports/family_group_report.xml:6 7760#: resources/xml/reports/family_group_report.xml:88 7761#: resources/xml/reports/family_group_report.xml:96 7762msgid "Family" 7763msgstr "" 7764 7765#. I18N: gedcom tag FAMC 7766#: app/GedcomTag.php:733 7767msgid "Family as a child" 7768msgstr "" 7769 7770#. I18N: gedcom tag FAMF 7771#: app/GedcomTag.php:736 7772msgid "Family file" 7773msgstr "" 7774 7775#. I18N: gedcom tag FAMS 7776#: app/GedcomTag.php:739 7777msgid "Family as a spouse" 7778msgstr "" 7779 7780#: app/GedcomTag.php:741 7781msgid "Spouse census date" 7782msgstr "" 7783 7784#: app/GedcomTag.php:743 7785msgid "Spouse census place" 7786msgstr "" 7787 7788#: app/GedcomTag.php:745 7789msgid "Date of divorce" 7790msgstr "" 7791 7792#: app/GedcomTag.php:747 app/GedcomTag.php:840 7793#: resources/xml/reports/fact_sources.xml:319 7794#: resources/xml/reports/missing_facts_report.xml:463 7795msgid "Date of marriage" 7796msgstr "" 7797 7798#: app/GedcomTag.php:749 app/GedcomTag.php:842 7799#: resources/xml/reports/fact_sources.xml:321 7800#: resources/xml/reports/missing_facts_report.xml:474 7801msgid "Place of marriage" 7802msgstr "" 7803 7804#: app/GedcomTag.php:751 7805msgid "Spouse note" 7806msgstr "" 7807 7808#. I18N: LDS = Church of Latter Day Saints. 7809#: app/GedcomTag.php:754 7810msgid "Date of LDS spouse sealing" 7811msgstr "" 7812 7813#. I18N: LDS = Church of Latter Day Saints. 7814#: app/GedcomTag.php:757 7815msgid "Place of LDS spouse sealing" 7816msgstr "" 7817 7818#. I18N: gedcom tag FAX 7819#: app/GedcomTag.php:760 7820msgid "Fax" 7821msgstr "" 7822 7823#. I18N: gedcom tag FCOM 7824#: app/GedcomTag.php:763 resources/xml/reports/missing_facts_report.xml:21 7825msgid "First communion" 7826msgstr "" 7827 7828#: app/GedcomTag.php:765 resources/xml/reports/missing_facts_report.xml:378 7829msgid "Date of first communion" 7830msgstr "" 7831 7832#: app/GedcomTag.php:767 resources/xml/reports/missing_facts_report.xml:389 7833msgid "Place of first communion" 7834msgstr "" 7835 7836#. I18N: gedcom tag FILE 7837#: app/GedcomTag.php:770 app/Http/Controllers/Admin/MediaController.php:346 7838msgid "Filename" 7839msgstr "" 7840 7841#. I18N: gedcom tag FONE 7842#: app/GedcomTag.php:773 7843msgid "Phonetic" 7844msgstr "" 7845 7846#. I18N: gedcom tag FORM 7847#: app/GedcomTag.php:776 resources/views/help/date.phtml:18 7848#: resources/views/help/date.phtml:56 resources/views/help/date.phtml:94 7849#: resources/views/help/date.phtml:132 7850#: resources/views/report-setup-page.phtml:47 7851msgid "Format" 7852msgstr "" 7853 7854#. I18N: gedcom tag GEDC 7855#. I18N: gedcom tag _GEDF 7856#: app/GedcomTag.php:779 app/GedcomTag.php:1828 7857#: resources/views/admin/trees.phtml:255 7858msgid "GEDCOM file" 7859msgstr "" 7860 7861#. I18N: gedcom tag GIVN 7862#: app/GedcomTag.php:782 resources/views/lists/families-table.phtml:214 7863#: resources/views/lists/families-table.phtml:217 7864#: resources/views/lists/given-names-table.phtml:16 7865#: resources/views/lists/individuals-table.phtml:233 7866msgid "Given names" 7867msgstr "" 7868 7869#. I18N: gedcom tag GRAD 7870#: app/GedcomTag.php:785 7871msgid "Graduation" 7872msgstr "" 7873 7874#. I18N: gedcom tag HEAD 7875#: app/GedcomTag.php:788 app/Header.php:122 app/Header.php:123 7876#: app/Header.php:124 7877msgid "Header" 7878msgstr "" 7879 7880#. I18N: gedcom tag IDNO 7881#: app/GedcomTag.php:794 7882msgid "Identification number" 7883msgstr "" 7884 7885#. I18N: gedcom tag IMMI 7886#: app/GedcomTag.php:797 7887msgid "Immigration" 7888msgstr "" 7889 7890#: app/GedcomTag.php:799 7891msgid "Date of immigration" 7892msgstr "" 7893 7894#: app/GedcomTag.php:801 7895msgid "Place of immigration" 7896msgstr "" 7897 7898#. I18N: gedcom tag INDI 7899#. I18N: Name of a module/report 7900#: app/GedcomTag.php:804 app/Module/IndividualReportModule.php:40 7901#: resources/views/admin/fix-level-0-media.phtml:31 7902#: resources/views/admin/trees-privacy.phtml:168 7903#: resources/views/admin/trees.phtml:206 7904#: resources/views/cards/add-source-citation.phtml:27 7905#: resources/views/modals/link-media-to-individual.phtml:15 7906#: resources/views/modules/ancestors-chart/page.phtml:16 7907#: resources/views/modules/charts/config.phtml:19 7908#: resources/views/modules/compact-chart/page.phtml:16 7909#: resources/views/modules/descendancy_chart/page.phtml:16 7910#: resources/views/modules/family-book-chart/page.phtml:17 7911#: resources/views/modules/fanchart/page.phtml:17 7912#: resources/views/modules/favorites/favorites.phtml:66 7913#: resources/views/modules/hourglass-chart/page.phtml:17 7914#: resources/views/modules/interactive-tree/page.phtml:17 7915#: resources/views/modules/pedigree-chart/page.phtml:16 7916#: resources/views/modules/pedigree-map/page.phtml:15 7917#: resources/views/modules/random_media/slide-show.phtml:52 7918#: resources/views/modules/recent_changes/changes-table.phtml:62 7919#: resources/views/modules/statistics-chart/custom.phtml:23 7920#: resources/views/modules/stories/config.phtml:35 7921#: resources/views/modules/stories/edit.phtml:22 7922#: resources/views/modules/stories/list.phtml:13 7923#: resources/views/modules/timeline-chart/page.phtml:16 7924#: resources/views/search-advanced-page.phtml:18 7925#: resources/xml/reports/ahnentafel_report.xml:6 7926#: resources/xml/reports/descendancy_report.xml:5 7927#: resources/xml/reports/individual_ext_report.xml:5 7928#: resources/xml/reports/individual_report.xml:3 7929#: resources/xml/reports/individual_report.xml:5 7930#: resources/xml/reports/individual_report.xml:88 7931#: resources/xml/reports/missing_facts_report.xml:5 7932#: resources/xml/reports/pedigree_report.xml:5 7933#: resources/xml/reports/relative_ext_report.xml:5 7934msgid "Individual" 7935msgstr "" 7936 7937#. I18N: gedcom tag LANG 7938#. I18N: A configuration setting 7939#: app/GedcomTag.php:810 app/Module/ModuleLanguageTrait.php:48 7940#: app/Module/ModuleThemeTrait.php:249 resources/views/admin/modules.phtml:253 7941#: resources/views/admin/modules.phtml:256 7942#: resources/views/admin/site-preferences.phtml:78 7943#: resources/views/admin/users-edit.phtml:107 7944#: resources/views/admin/users.phtml:23 7945#: resources/views/edit-account-page.phtml:90 7946#: resources/views/layouts/administration.phtml:58 7947#: resources/views/setup/step-1-language.phtml:22 7948msgid "Language" 7949msgstr "" 7950 7951#. I18N: gedcom tag LEGA 7952#: app/GedcomTag.php:816 7953msgid "Legatee" 7954msgstr "" 7955 7956#. I18N: gedcom tag MAP 7957#. I18N: gedcom tag _LOC 7958#: app/GedcomTag.php:822 app/GedcomTag.php:1864 7959msgid "Location" 7960msgstr "" 7961 7962#. I18N: gedcom tag MARB 7963#: app/GedcomTag.php:825 resources/xml/reports/missing_facts_report.xml:22 7964msgid "Marriage banns" 7965msgstr "" 7966 7967#: app/GedcomTag.php:827 resources/xml/reports/missing_facts_report.xml:420 7968msgid "Date of marriage banns" 7969msgstr "" 7970 7971#: app/GedcomTag.php:829 resources/xml/reports/missing_facts_report.xml:431 7972msgid "Place of marriage banns" 7973msgstr "" 7974 7975#. I18N: gedcom tag MARC 7976#: app/GedcomTag.php:832 7977msgid "Marriage contract" 7978msgstr "" 7979 7980#. I18N: gedcom tag MARL 7981#: app/GedcomTag.php:835 7982msgid "Marriage license" 7983msgstr "" 7984 7985#. I18N: gedcom tag MARR 7986#: app/GedcomTag.php:838 app/Http/Controllers/BranchesController.php:342 7987#: resources/views/calendar-page.phtml:164 7988#: resources/views/lists/families-table.phtml:195 7989#: resources/views/lists/families-table.phtml:199 7990#: resources/views/lists/families-table.phtml:220 7991#: resources/views/modules/relatives/family.phtml:131 7992#: resources/xml/reports/ahnentafel_report.xml:450 7993#: resources/xml/reports/bdm_report.xml:78 7994#: resources/xml/reports/descendancy_report.xml:575 7995#: resources/xml/reports/family_group_report.xml:377 7996#: resources/xml/reports/missing_facts_report.xml:23 7997#: resources/xml/reports/pedigree_report.xml:76 7998#: resources/xml/reports/pedigree_report.xml:77 7999#: resources/xml/reports/pedigree_report.xml:97 8000#: resources/xml/reports/pedigree_report.xml:98 8001#: resources/xml/reports/pedigree_report.xml:137 8002#: resources/xml/reports/pedigree_report.xml:138 8003#: resources/xml/reports/pedigree_report.xml:178 8004#: resources/xml/reports/pedigree_report.xml:179 8005#: resources/xml/reports/pedigree_report.xml:221 8006#: resources/xml/reports/pedigree_report.xml:222 8007#: resources/xml/reports/pedigree_report.xml:264 8008#: resources/xml/reports/pedigree_report.xml:265 8009#: resources/xml/reports/pedigree_report.xml:307 8010#: resources/xml/reports/pedigree_report.xml:308 8011#: resources/xml/reports/pedigree_report.xml:350 8012#: resources/xml/reports/pedigree_report.xml:351 8013#: resources/xml/reports/pedigree_report.xml:392 8014#: resources/xml/reports/pedigree_report.xml:430 8015#: resources/xml/reports/pedigree_report.xml:468 8016#: resources/xml/reports/pedigree_report.xml:506 8017#: resources/xml/reports/pedigree_report.xml:544 8018#: resources/xml/reports/pedigree_report.xml:582 8019#: resources/xml/reports/pedigree_report.xml:620 8020#: resources/xml/reports/pedigree_report.xml:658 8021#: resources/xml/reports/pedigree_report.xml:778 8022#: resources/xml/reports/pedigree_report.xml:779 8023#: resources/xml/reports/pedigree_report.xml:799 8024#: resources/xml/reports/pedigree_report.xml:800 8025#: resources/xml/reports/pedigree_report.xml:839 8026#: resources/xml/reports/pedigree_report.xml:840 8027#: resources/xml/reports/pedigree_report.xml:879 8028#: resources/xml/reports/pedigree_report.xml:880 8029#: resources/xml/reports/pedigree_report.xml:923 8030#: resources/xml/reports/pedigree_report.xml:966 8031#: resources/xml/reports/pedigree_report.xml:1009 8032#: resources/xml/reports/pedigree_report.xml:1052 8033#: resources/xml/reports/pedigree_report.xml:1099 8034#: resources/xml/reports/pedigree_report.xml:1137 8035#: resources/xml/reports/pedigree_report.xml:1175 8036#: resources/xml/reports/pedigree_report.xml:1213 8037#: resources/xml/reports/pedigree_report.xml:1251 8038#: resources/xml/reports/pedigree_report.xml:1289 8039#: resources/xml/reports/pedigree_report.xml:1327 8040#: resources/xml/reports/pedigree_report.xml:1365 8041msgid "Marriage" 8042msgstr "" 8043 8044#: app/GedcomTag.php:844 resources/xml/reports/fact_sources.xml:202 8045msgid "Civil marriage" 8046msgstr "" 8047 8048#: app/GedcomTag.php:846 resources/xml/reports/fact_sources.xml:205 8049msgid "Registered partnership" 8050msgstr "" 8051 8052#: app/GedcomTag.php:848 resources/xml/reports/fact_sources.xml:199 8053msgid "Religious marriage" 8054msgstr "" 8055 8056#: app/GedcomTag.php:850 8057msgid "Marriage type unknown" 8058msgstr "" 8059 8060#. I18N: gedcom tag MARS 8061#: app/GedcomTag.php:853 8062msgid "Marriage settlement" 8063msgstr "" 8064 8065#. I18N: gedcom tag MEDI 8066#. I18N: gedcom tag _TYPE 8067#: app/GedcomTag.php:856 app/GedcomTag.php:2062 8068#: resources/views/modals/create-media-from-file.phtml:40 8069#: resources/views/modals/media-file-fields.phtml:115 8070msgid "Media type" 8071msgstr "" 8072 8073#. I18N: gedcom tag REPO:NAME 8074#: app/GedcomTag.php:860 resources/views/modals/repository-fields.phtml:9 8075msgctxt "Repository" 8076msgid "Name" 8077msgstr "" 8078 8079#. I18N: gedcom tag NAME 8080#: app/GedcomTag.php:864 app/Http/RequestHandlers/HelpText.php:209 8081#: app/Http/RequestHandlers/IndividualPage.php:271 8082#: app/Statistics/Google/ChartCommonGiven.php:81 8083#: app/Statistics/Google/ChartCommonSurname.php:140 8084#: resources/views/modals/submitter-fields.phtml:9 8085#: resources/views/modules/yahrzeit/table.phtml:27 8086#: resources/xml/reports/bdm_report.xml:5 8087#: resources/xml/reports/bdm_report.xml:49 8088#: resources/xml/reports/birth_report.xml:5 8089#: resources/xml/reports/birth_report.xml:36 8090#: resources/xml/reports/cemetery_report.xml:40 8091#: resources/xml/reports/change_report.xml:56 8092#: resources/xml/reports/change_report.xml:96 8093#: resources/xml/reports/death_report.xml:5 8094#: resources/xml/reports/death_report.xml:38 8095#: resources/xml/reports/fact_sources.xml:62 8096#: resources/xml/reports/fact_sources.xml:155 8097#: resources/xml/reports/fact_sources.xml:266 8098#: resources/xml/reports/fact_sources.xml:317 8099#: resources/xml/reports/marriage_report.xml:5 8100#: resources/xml/reports/marriage_report.xml:38 8101#: resources/xml/reports/missing_facts_report.xml:54 8102#: resources/xml/reports/occupation_report.xml:43 8103#: resources/xml/reports/relative_ext_report.xml:50 8104msgid "Name" 8105msgstr "" 8106 8107#: app/GedcomTag.php:866 8108msgid "Phonetic name" 8109msgstr "" 8110 8111#: app/GedcomTag.php:868 8112msgid "Name in Hebrew" 8113msgstr "" 8114 8115#. I18N: gedcom tag NATI 8116#: app/GedcomTag.php:871 8117msgid "Nationality" 8118msgstr "" 8119 8120#. I18N: gedcom tag NATU 8121#: app/GedcomTag.php:874 8122msgid "Naturalization" 8123msgstr "" 8124 8125#: app/GedcomTag.php:876 8126msgid "Date of naturalization" 8127msgstr "" 8128 8129#: app/GedcomTag.php:878 8130msgid "Place of naturalization" 8131msgstr "" 8132 8133#. I18N: gedcom tag NCHI 8134#: app/GedcomTag.php:881 app/Module/StatisticsChartModule.php:726 8135#: app/Statistics/Google/ChartChildren.php:108 8136#: resources/views/modules/statistics-chart/custom.phtml:45 8137msgid "Number of children" 8138msgstr "" 8139 8140#. I18N: gedcom tag NICK 8141#: app/GedcomTag.php:884 8142msgid "Nickname" 8143msgstr "" 8144 8145#. I18N: gedcom tag NMR 8146#: app/GedcomTag.php:887 8147msgid "Number of marriages" 8148msgstr "" 8149 8150#. I18N: gedcom tag NPFX 8151#: app/GedcomTag.php:893 8152msgid "Name prefix" 8153msgstr "" 8154 8155#. I18N: gedcom tag NSFX 8156#: app/GedcomTag.php:896 8157msgid "Name suffix" 8158msgstr "" 8159 8160#. I18N: gedcom tag OBJE 8161#: app/GedcomTag.php:899 app/Http/RequestHandlers/HelpText.php:219 8162#: resources/views/admin/fix-level-0-media.phtml:29 8163#: resources/views/admin/media.phtml:103 8164#: resources/views/admin/trees-privacy.phtml:173 8165#: resources/views/admin/trees.phtml:231 8166#: resources/views/admin/webtrees1-thumbnails.phtml:36 8167#: resources/views/family-page.phtml:94 8168#: resources/views/modules/favorites/favorites.phtml:94 8169#: resources/views/source-page.phtml:88 8170msgid "Media object" 8171msgstr "" 8172 8173#. I18N: gedcom tag OCCU 8174#: app/GedcomTag.php:902 resources/xml/reports/occupation_report.xml:5 8175#: resources/xml/reports/occupation_report.xml:54 8176msgid "Occupation" 8177msgstr "" 8178 8179#. I18N: gedcom tag ORDI 8180#: app/GedcomTag.php:907 8181msgid "Ordinance" 8182msgstr "" 8183 8184#. I18N: gedcom tag ORDN 8185#: app/GedcomTag.php:910 8186msgid "Ordination" 8187msgstr "" 8188 8189#: app/GedcomTag.php:912 8190msgid "Religious institution" 8191msgstr "" 8192 8193#: app/GedcomTag.php:914 8194msgid "Date of ordination" 8195msgstr "" 8196 8197#: app/GedcomTag.php:916 8198msgid "Place of ordination" 8199msgstr "" 8200 8201#. I18N: gedcom tag PAGE 8202#: app/GedcomTag.php:919 resources/xml/reports/fact_sources.xml:74 8203#: resources/xml/reports/fact_sources.xml:161 8204#: resources/xml/reports/fact_sources.xml:277 8205#: resources/xml/reports/fact_sources.xml:323 8206msgid "Citation details" 8207msgstr "" 8208 8209#. I18N: gedcom tag PEDI 8210#: app/GedcomTag.php:922 8211msgid "Relationship to parents" 8212msgstr "" 8213 8214#. I18N: gedcom tag PHON 8215#: app/GedcomTag.php:925 8216msgid "Phone" 8217msgstr "" 8218 8219#. I18N: gedcom tag PLAC 8220#: app/GedcomTag.php:931 app/Http/RequestHandlers/HelpText.php:224 8221#: app/Module/FixCemeteryTag.php:86 8222#: resources/views/admin/location-edit.phtml:24 8223#: resources/views/admin/location-edit.phtml:163 8224#: resources/views/admin/locations.phtml:15 8225#: resources/views/lists/families-table.phtml:226 8226#: resources/views/lists/individuals-table.phtml:243 8227#: resources/views/lists/individuals-table.phtml:254 8228#: resources/views/modules/census-assistant.phtml:43 8229#: resources/views/modules/lifespans-chart/page.phtml:36 8230#: resources/views/search-phonetic-page.phtml:41 8231#: resources/xml/reports/bdm_report.xml:6 8232#: resources/xml/reports/bdm_report.xml:134 8233#: resources/xml/reports/bdm_report.xml:160 8234#: resources/xml/reports/bdm_report.xml:194 8235#: resources/xml/reports/birth_report.xml:42 8236#: resources/xml/reports/cemetery_report.xml:52 8237#: resources/xml/reports/death_report.xml:50 8238#: resources/xml/reports/marriage_report.xml:50 8239#: resources/xml/reports/occupation_report.xml:60 8240msgid "Place" 8241msgstr "" 8242 8243#: app/GedcomTag.php:933 8244msgid "Phonetic place" 8245msgstr "" 8246 8247#: app/GedcomTag.php:935 8248msgid "Romanized place" 8249msgstr "" 8250 8251#: app/GedcomTag.php:937 8252msgid "Place in Hebrew" 8253msgstr "" 8254 8255#. I18N: gedcom tag POST 8256#: app/GedcomTag.php:940 8257msgid "Postal code" 8258msgstr "" 8259 8260#. I18N: gedcom tag PROB 8261#: app/GedcomTag.php:943 8262msgid "Probate" 8263msgstr "" 8264 8265#. I18N: gedcom tag PROP 8266#: app/GedcomTag.php:946 8267msgid "Property" 8268msgstr "" 8269 8270#. I18N: gedcom tag PUBL 8271#: app/GedcomTag.php:949 resources/views/modals/source-fields.phtml:31 8272msgid "Publication" 8273msgstr "" 8274 8275#. I18N: gedcom tag QUAY 8276#: app/GedcomTag.php:952 8277msgid "Quality of data" 8278msgstr "" 8279 8280#. I18N: gedcom tag REFN 8281#: app/GedcomTag.php:955 8282msgid "Reference number" 8283msgstr "" 8284 8285#. I18N: gedcom tag RELA 8286#: app/GedcomTag.php:958 8287msgid "Relationship" 8288msgstr "" 8289 8290#. I18N: gedcom tag RELI 8291#: app/GedcomTag.php:961 resources/xml/reports/missing_facts_report.xml:26 8292#: resources/xml/reports/missing_facts_report.xml:587 8293msgid "Religion" 8294msgstr "" 8295 8296#. I18N: gedcom tag REPO 8297#: app/GedcomTag.php:964 resources/views/admin/trees-privacy.phtml:171 8298#: resources/views/admin/trees.phtml:222 8299#: resources/views/modals/source-fields.phtml:39 8300#: resources/views/modules/favorites/favorites.phtml:122 8301#: resources/views/modules/recent_changes/changes-table.phtml:80 8302msgid "Repository" 8303msgstr "" 8304 8305#. I18N: gedcom tag RESI 8306#: app/GedcomTag.php:967 8307msgid "Residence" 8308msgstr "" 8309 8310#: app/GedcomTag.php:969 8311msgid "Date of residence" 8312msgstr "" 8313 8314#: app/GedcomTag.php:971 8315msgid "Place of residence" 8316msgstr "" 8317 8318#. I18N: gedcom tag RESN 8319#: app/GedcomTag.php:974 app/Http/RequestHandlers/HelpText.php:229 8320#: resources/views/cards/add-restriction.phtml:10 8321#: resources/views/media-page.phtml:177 8322msgid "Restriction" 8323msgstr "" 8324 8325#. I18N: gedcom tag RETI 8326#: app/GedcomTag.php:977 8327msgid "Retirement" 8328msgstr "" 8329 8330#. I18N: gedcom tag RFN 8331#: app/GedcomTag.php:982 8332msgid "Record file number" 8333msgstr "" 8334 8335#. I18N: gedcom tag RIN 8336#: app/GedcomTag.php:991 8337msgid "Record ID number" 8338msgstr "" 8339 8340#. I18N: gedcom tag ROLE 8341#: app/GedcomTag.php:994 resources/views/admin/users-edit.phtml:269 8342msgid "Role" 8343msgstr "" 8344 8345#. I18N: gedcom tag ROMN 8346#: app/GedcomTag.php:997 app/Http/RequestHandlers/HelpText.php:234 8347msgid "Romanized" 8348msgstr "" 8349 8350#. I18N: gedcom tag SERV 8351#: app/GedcomTag.php:1000 8352msgid "Remote server" 8353msgstr "" 8354 8355#. I18N: gedcom tag SEX 8356#: app/GedcomTag.php:1003 app/Http/RequestHandlers/IndividualPage.php:375 8357#: resources/xml/reports/family_group_report.xml:844 8358#: resources/xml/reports/individual_ext_report.xml:391 8359#: resources/xml/reports/individual_ext_report.xml:598 8360#: resources/xml/reports/individual_report.xml:388 8361#: resources/xml/reports/individual_report.xml:602 8362msgid "Gender" 8363msgstr "" 8364 8365#: app/GedcomTag.php:1005 resources/views/admin/trees.phtml:239 8366#: resources/views/cards/add-shared-note.phtml:10 8367#: resources/views/edit/shared-note.phtml:14 8368#: resources/views/family-page.phtml:82 resources/views/media-page.phtml:167 8369#: resources/views/modules/notes/tab.phtml:51 8370#: resources/views/note-page.phtml:84 8371msgid "Shared note" 8372msgstr "" 8373 8374#. I18N: gedcom tag SLGC. LDS = Church of Latter Day Saints. 8375#: app/GedcomTag.php:1008 8376msgid "LDS child sealing" 8377msgstr "" 8378 8379#. I18N: LDS = Church of Latter Day Saints. 8380#: app/GedcomTag.php:1011 8381msgid "Date of LDS child sealing" 8382msgstr "" 8383 8384#. I18N: LDS = Church of Latter Day Saints. 8385#: app/GedcomTag.php:1014 8386msgid "Place of LDS child sealing" 8387msgstr "" 8388 8389#. I18N: gedcom tag SLGS. LDS = Church of Latter Day Saints. 8390#: app/GedcomTag.php:1017 8391msgid "LDS spouse sealing" 8392msgstr "" 8393 8394#. I18N: gedcom tag SPFX 8395#: app/GedcomTag.php:1023 8396msgid "Surname prefix" 8397msgstr "" 8398 8399#. I18N: gedcom tag SSN 8400#: app/GedcomTag.php:1026 8401msgid "Social security number" 8402msgstr "" 8403 8404#. I18N: gedcom tag STAE 8405#: app/GedcomTag.php:1029 8406msgid "State" 8407msgstr "" 8408 8409#: app/GedcomTag.php:1034 8410msgid "Status change date" 8411msgstr "" 8412 8413#. I18N: gedcom tag SUBM 8414#: app/GedcomTag.php:1037 resources/views/admin/trees.phtml:247 8415#: resources/views/modules/recent_changes/changes-table.phtml:77 8416msgid "Submitter" 8417msgstr "" 8418 8419#. I18N: gedcom tag SUBN 8420#: app/GedcomTag.php:1040 app/Submission.php:117 app/Submission.php:118 8421#: app/Submission.php:119 8422msgid "Submission" 8423msgstr "" 8424 8425#. I18N: gedcom tag SURN 8426#: app/GedcomTag.php:1043 app/Http/RequestHandlers/HelpText.php:214 8427#: resources/views/branches-page.phtml:16 8428#: resources/views/lists/families-table.phtml:215 8429#: resources/views/lists/families-table.phtml:218 8430#: resources/views/lists/individuals-table.phtml:234 8431#: resources/views/lists/surnames-table.phtml:23 8432#: resources/views/modules/statistics-chart/custom.phtml:160 8433#: resources/views/search-phonetic-page.phtml:29 8434msgid "Surname" 8435msgstr "" 8436 8437#. I18N: gedcom tag TEMP 8438#: app/GedcomTag.php:1046 resources/xml/reports/individual_report.xml:208 8439msgid "Temple" 8440msgstr "" 8441 8442#. I18N: gedcom tag TEXT 8443#: app/GedcomTag.php:1049 resources/views/admin/trees-preferences.phtml:575 8444#: resources/views/modals/source-fields.phtml:53 8445msgid "Text" 8446msgstr "" 8447 8448#. I18N: gedcom tag TIME 8449#: app/GedcomTag.php:1052 8450msgid "Time" 8451msgstr "" 8452 8453#. I18N: gedcom tag TITL 8454#: app/GedcomTag.php:1055 resources/views/admin/fix-level-0-media.phtml:30 8455#: resources/views/lists/media-table.phtml:70 8456#: resources/views/lists/notes-table.phtml:81 8457#: resources/views/lists/sources-table.phtml:85 8458#: resources/views/modals/create-media-from-file.phtml:32 8459#: resources/views/modals/media-file-fields.phtml:106 8460#: resources/views/modals/source-fields.phtml:9 8461#: resources/views/modules/census-assistant.phtml:20 8462#: resources/views/modules/favorites/favorites.phtml:149 8463#: resources/views/modules/favorites/favorites.phtml:151 8464#: resources/views/modules/gedcom_news/edit.phtml:17 8465#: resources/views/modules/html/config.phtml:11 8466#: resources/views/modules/user_blog/edit.phtml:17 8467msgid "Title" 8468msgstr "" 8469 8470#: app/GedcomTag.php:1057 8471msgid "Phonetic title" 8472msgstr "" 8473 8474#: app/GedcomTag.php:1059 8475msgid "Romanized title" 8476msgstr "" 8477 8478#: app/GedcomTag.php:1061 8479msgid "Title in Hebrew" 8480msgstr "" 8481 8482#. I18N: gedcom tag TRLR 8483#: app/GedcomTag.php:1064 8484msgid "Trailer" 8485msgstr "" 8486 8487#. I18N: gedcom tag URL (A web address / URL) 8488#. I18N: gedcom tag WWW (A web address / URL) 8489#. I18N: gedcom tag _URL 8490#. I18N: A configuration setting 8491#: app/GedcomTag.php:1070 app/GedcomTag.php:1082 app/GedcomTag.php:2068 8492#: resources/views/admin/trees-create.phtml:26 8493#: resources/views/admin/trees-preferences.phtml:40 8494#: resources/views/modals/media-file-fields.phtml:90 8495#: resources/views/modules/favorites/favorites.phtml:136 8496#: resources/views/modules/favorites/favorites.phtml:143 8497#: resources/views/modules/favorites/favorites.phtml:145 8498#: resources/views/modules/matomo-analytics/form.phtml:18 8499#: resources/views/modules/sitemap/config.phtml:36 8500msgid "URL" 8501msgstr "" 8502 8503#. I18N: gedcom tag VERS 8504#: app/GedcomTag.php:1073 8505msgid "Version" 8506msgstr "" 8507 8508#. I18N: gedcom tag WILL 8509#: app/GedcomTag.php:1079 8510msgid "Will" 8511msgstr "" 8512 8513#: app/GedcomTag.php:1085 8514msgid "Adoption of a son" 8515msgstr "" 8516 8517#: app/GedcomTag.php:1089 8518msgid "Adoption of a daughter" 8519msgstr "" 8520 8521#: app/GedcomTag.php:1092 8522msgid "Adoption of a child" 8523msgstr "" 8524 8525#: app/GedcomTag.php:1096 8526msgid "Adoption of a grandson" 8527msgstr "" 8528 8529#: app/GedcomTag.php:1100 8530msgid "Adoption of a granddaughter" 8531msgstr "" 8532 8533#: app/GedcomTag.php:1103 app/GedcomTag.php:1114 app/GedcomTag.php:1125 8534msgid "Adoption of a grandchild" 8535msgstr "" 8536 8537#: app/GedcomTag.php:1107 8538msgctxt "daughter’s son" 8539msgid "Adoption of a grandson" 8540msgstr "" 8541 8542#: app/GedcomTag.php:1111 8543msgctxt "daughter’s daughter" 8544msgid "Adoption of a granddaughter" 8545msgstr "" 8546 8547#: app/GedcomTag.php:1118 8548msgctxt "son’s son" 8549msgid "Adoption of a grandson" 8550msgstr "" 8551 8552#: app/GedcomTag.php:1122 8553msgctxt "son’s daughter" 8554msgid "Adoption of a granddaughter" 8555msgstr "" 8556 8557#: app/GedcomTag.php:1129 8558msgid "Adoption of a half-brother" 8559msgstr "" 8560 8561#: app/GedcomTag.php:1133 8562msgid "Adoption of a half-sister" 8563msgstr "" 8564 8565#: app/GedcomTag.php:1136 8566msgid "Adoption of a half-sibling" 8567msgstr "" 8568 8569#: app/GedcomTag.php:1140 8570msgid "Adoption of a brother" 8571msgstr "" 8572 8573#: app/GedcomTag.php:1144 8574msgid "Adoption of a sister" 8575msgstr "" 8576 8577#: app/GedcomTag.php:1147 8578msgid "Adoption of a sibling" 8579msgstr "" 8580 8581#. I18N: gedcom tag _AKA 8582#: app/GedcomTag.php:1181 8583msgctxt "MALE" 8584msgid "Also known as" 8585msgstr "" 8586 8587#. I18N: gedcom tag _AKA 8588#: app/GedcomTag.php:1186 8589msgctxt "FEMALE" 8590msgid "Also known as" 8591msgstr "" 8592 8593#. I18N: gedcom tag _AKA 8594#: app/GedcomTag.php:1190 8595msgid "Also known as" 8596msgstr "" 8597 8598#. I18N: gedcom tag _ALBUM 8599#. I18N: Name of a module 8600#: app/GedcomTag.php:1195 app/Module/AlbumModule.php:45 8601msgid "Album" 8602msgstr "" 8603 8604#: app/GedcomTag.php:1201 8605msgid "Baptism of a son" 8606msgstr "" 8607 8608#: app/GedcomTag.php:1205 8609msgid "Baptism of a daughter" 8610msgstr "" 8611 8612#: app/GedcomTag.php:1208 8613msgid "Baptism of a child" 8614msgstr "" 8615 8616#: app/GedcomTag.php:1212 8617msgid "Baptism of a grandson" 8618msgstr "" 8619 8620#: app/GedcomTag.php:1216 8621msgid "Baptism of a granddaughter" 8622msgstr "" 8623 8624#: app/GedcomTag.php:1219 app/GedcomTag.php:1230 app/GedcomTag.php:1241 8625msgid "Baptism of a grandchild" 8626msgstr "" 8627 8628#: app/GedcomTag.php:1223 8629msgctxt "daughter’s son" 8630msgid "Baptism of a grandson" 8631msgstr "" 8632 8633#: app/GedcomTag.php:1227 8634msgctxt "daughter’s daughter" 8635msgid "Baptism of a granddaughter" 8636msgstr "" 8637 8638#: app/GedcomTag.php:1234 8639msgctxt "son’s son" 8640msgid "Baptism of a grandson" 8641msgstr "" 8642 8643#: app/GedcomTag.php:1238 8644msgctxt "son’s daughter" 8645msgid "Baptism of a granddaughter" 8646msgstr "" 8647 8648#: app/GedcomTag.php:1245 8649msgid "Baptism of a half-brother" 8650msgstr "" 8651 8652#: app/GedcomTag.php:1249 8653msgid "Baptism of a half-sister" 8654msgstr "" 8655 8656#: app/GedcomTag.php:1252 8657msgid "Baptism of a half-sibling" 8658msgstr "" 8659 8660#: app/GedcomTag.php:1256 8661msgid "Baptism of a brother" 8662msgstr "" 8663 8664#: app/GedcomTag.php:1260 8665msgid "Baptism of a sister" 8666msgstr "" 8667 8668#: app/GedcomTag.php:1263 8669msgid "Baptism of a sibling" 8670msgstr "" 8671 8672#. I18N: gedcom tag _BIBL 8673#: app/GedcomTag.php:1267 8674msgid "Bibliography" 8675msgstr "" 8676 8677#: app/GedcomTag.php:1271 8678msgid "Birth of a son" 8679msgstr "" 8680 8681#: app/GedcomTag.php:1275 8682msgid "Birth of a daughter" 8683msgstr "" 8684 8685#: app/GedcomTag.php:1278 resources/views/admin/trees-preferences.phtml:423 8686msgid "Birth of a child" 8687msgstr "" 8688 8689#: app/GedcomTag.php:1282 8690msgid "Birth of a grandson" 8691msgstr "" 8692 8693#: app/GedcomTag.php:1286 8694msgid "Birth of a granddaughter" 8695msgstr "" 8696 8697#: app/GedcomTag.php:1289 app/GedcomTag.php:1300 app/GedcomTag.php:1311 8698#: resources/views/admin/trees-preferences.phtml:417 8699msgid "Birth of a grandchild" 8700msgstr "" 8701 8702#: app/GedcomTag.php:1293 8703msgctxt "daughter’s son" 8704msgid "Birth of a grandson" 8705msgstr "" 8706 8707#: app/GedcomTag.php:1297 8708msgctxt "daughter’s daughter" 8709msgid "Birth of a granddaughter" 8710msgstr "" 8711 8712#: app/GedcomTag.php:1304 8713msgctxt "son’s son" 8714msgid "Birth of a grandson" 8715msgstr "" 8716 8717#: app/GedcomTag.php:1308 8718msgctxt "son’s daughter" 8719msgid "Birth of a granddaughter" 8720msgstr "" 8721 8722#: app/GedcomTag.php:1315 8723msgid "Birth of a half-brother" 8724msgstr "" 8725 8726#: app/GedcomTag.php:1319 8727msgid "Birth of a half-sister" 8728msgstr "" 8729 8730#: app/GedcomTag.php:1322 8731msgid "Birth of a half-sibling" 8732msgstr "" 8733 8734#: app/GedcomTag.php:1326 8735msgid "Birth of a brother" 8736msgstr "" 8737 8738#: app/GedcomTag.php:1330 8739msgid "Birth of a sister" 8740msgstr "" 8741 8742#: app/GedcomTag.php:1333 resources/views/admin/trees-preferences.phtml:429 8743msgid "Birth of a sibling" 8744msgstr "" 8745 8746#. I18N: gedcom tag _BRTM 8747#: app/GedcomTag.php:1337 8748msgid "Brit milah" 8749msgstr "" 8750 8751#: app/GedcomTag.php:1339 8752msgid "Date of brit milah" 8753msgstr "" 8754 8755#: app/GedcomTag.php:1341 8756msgid "Place of brit milah" 8757msgstr "" 8758 8759#: app/GedcomTag.php:1344 8760msgid "Burial of a son" 8761msgstr "" 8762 8763#: app/GedcomTag.php:1348 8764msgid "Burial of a daughter" 8765msgstr "" 8766 8767#: app/GedcomTag.php:1351 8768msgid "Burial of a child" 8769msgstr "" 8770 8771#: app/GedcomTag.php:1355 8772msgid "Burial of a grandson" 8773msgstr "" 8774 8775#: app/GedcomTag.php:1359 8776msgid "Burial of a granddaughter" 8777msgstr "" 8778 8779#: app/GedcomTag.php:1362 app/GedcomTag.php:1373 app/GedcomTag.php:1384 8780msgid "Burial of a grandchild" 8781msgstr "" 8782 8783#: app/GedcomTag.php:1366 8784msgctxt "daughter’s son" 8785msgid "Burial of a grandson" 8786msgstr "" 8787 8788#: app/GedcomTag.php:1370 8789msgctxt "daughter’s daughter" 8790msgid "Burial of a granddaughter" 8791msgstr "" 8792 8793#: app/GedcomTag.php:1377 8794msgctxt "son’s son" 8795msgid "Burial of a grandson" 8796msgstr "" 8797 8798#: app/GedcomTag.php:1381 8799msgctxt "son’s daughter" 8800msgid "Burial of a granddaughter" 8801msgstr "" 8802 8803#: app/GedcomTag.php:1388 8804msgid "Burial of a grandfather" 8805msgstr "" 8806 8807#: app/GedcomTag.php:1392 8808msgid "Burial of a grandmother" 8809msgstr "" 8810 8811#: app/GedcomTag.php:1395 8812msgid "Burial of a grandparent" 8813msgstr "" 8814 8815#: app/GedcomTag.php:1399 8816msgid "Burial of a paternal grandfather" 8817msgstr "" 8818 8819#: app/GedcomTag.php:1403 8820msgid "Burial of a paternal grandmother" 8821msgstr "" 8822 8823#: app/GedcomTag.php:1406 8824msgid "Burial of a paternal grandparent" 8825msgstr "" 8826 8827#: app/GedcomTag.php:1410 8828msgid "Burial of a maternal grandfather" 8829msgstr "" 8830 8831#: app/GedcomTag.php:1414 8832msgid "Burial of a maternal grandmother" 8833msgstr "" 8834 8835#: app/GedcomTag.php:1417 8836msgid "Burial of a maternal grandparent" 8837msgstr "" 8838 8839#: app/GedcomTag.php:1421 8840msgid "Burial of a half-brother" 8841msgstr "" 8842 8843#: app/GedcomTag.php:1425 8844msgid "Burial of a half-sister" 8845msgstr "" 8846 8847#: app/GedcomTag.php:1428 8848msgid "Burial of a half-sibling" 8849msgstr "" 8850 8851#: app/GedcomTag.php:1432 8852msgid "Burial of a father" 8853msgstr "" 8854 8855#: app/GedcomTag.php:1436 8856msgid "Burial of a mother" 8857msgstr "" 8858 8859#: app/GedcomTag.php:1439 8860msgid "Burial of a parent" 8861msgstr "" 8862 8863#: app/GedcomTag.php:1443 8864msgid "Burial of a brother" 8865msgstr "" 8866 8867#: app/GedcomTag.php:1447 8868msgid "Burial of a sister" 8869msgstr "" 8870 8871#: app/GedcomTag.php:1450 8872msgid "Burial of a sibling" 8873msgstr "" 8874 8875#: app/GedcomTag.php:1454 8876msgid "Burial of a husband" 8877msgstr "" 8878 8879#: app/GedcomTag.php:1458 8880msgid "Burial of a wife" 8881msgstr "" 8882 8883#: app/GedcomTag.php:1461 8884msgid "Burial of a spouse" 8885msgstr "" 8886 8887#: app/GedcomTag.php:1465 8888msgid "Christening of a son" 8889msgstr "" 8890 8891#: app/GedcomTag.php:1469 8892msgid "Christening of a daughter" 8893msgstr "" 8894 8895#: app/GedcomTag.php:1472 8896msgid "Christening of a child" 8897msgstr "" 8898 8899#: app/GedcomTag.php:1476 8900msgid "Christening of a grandson" 8901msgstr "" 8902 8903#: app/GedcomTag.php:1480 8904msgid "Christening of a granddaughter" 8905msgstr "" 8906 8907#: app/GedcomTag.php:1483 app/GedcomTag.php:1494 app/GedcomTag.php:1505 8908msgid "Christening of a grandchild" 8909msgstr "" 8910 8911#: app/GedcomTag.php:1487 8912msgctxt "daughter’s son" 8913msgid "Christening of a grandson" 8914msgstr "" 8915 8916#: app/GedcomTag.php:1491 8917msgctxt "daughter’s daughter" 8918msgid "Christening of a granddaughter" 8919msgstr "" 8920 8921#: app/GedcomTag.php:1498 8922msgctxt "son’s son" 8923msgid "Christening of a grandson" 8924msgstr "" 8925 8926#: app/GedcomTag.php:1502 8927msgctxt "son’s daughter" 8928msgid "Christening of a granddaughter" 8929msgstr "" 8930 8931#: app/GedcomTag.php:1509 8932msgid "Christening of a half-brother" 8933msgstr "" 8934 8935#: app/GedcomTag.php:1513 8936msgid "Christening of a half-sister" 8937msgstr "" 8938 8939#: app/GedcomTag.php:1516 8940msgid "Christening of a half-sibling" 8941msgstr "" 8942 8943#: app/GedcomTag.php:1520 8944msgid "Christening of a brother" 8945msgstr "" 8946 8947#: app/GedcomTag.php:1524 8948msgid "Christening of a sister" 8949msgstr "" 8950 8951#: app/GedcomTag.php:1527 8952msgid "Christening of a sibling" 8953msgstr "" 8954 8955#. I18N: gedcom tag _COML 8956#: app/GedcomTag.php:1531 8957msgid "Common law marriage" 8958msgstr "" 8959 8960#: app/GedcomTag.php:1535 8961msgid "Cremation of a son" 8962msgstr "" 8963 8964#: app/GedcomTag.php:1539 8965msgid "Cremation of a daughter" 8966msgstr "" 8967 8968#: app/GedcomTag.php:1542 8969msgid "Cremation of a child" 8970msgstr "" 8971 8972#: app/GedcomTag.php:1546 8973msgid "Cremation of a grandson" 8974msgstr "" 8975 8976#: app/GedcomTag.php:1550 8977msgid "Cremation of a granddaughter" 8978msgstr "" 8979 8980#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575 8981msgid "Cremation of a grandchild" 8982msgstr "" 8983 8984#: app/GedcomTag.php:1557 8985msgctxt "daughter’s son" 8986msgid "Cremation of a grandson" 8987msgstr "" 8988 8989#: app/GedcomTag.php:1561 8990msgctxt "daughter’s daughter" 8991msgid "Cremation of a granddaughter" 8992msgstr "" 8993 8994#: app/GedcomTag.php:1568 8995msgctxt "son’s son" 8996msgid "Cremation of a grandson" 8997msgstr "" 8998 8999#: app/GedcomTag.php:1572 9000msgctxt "son’s daughter" 9001msgid "Cremation of a granddaughter" 9002msgstr "" 9003 9004#: app/GedcomTag.php:1579 9005msgid "Cremation of a grandfather" 9006msgstr "" 9007 9008#: app/GedcomTag.php:1583 9009msgid "Cremation of a grandmother" 9010msgstr "" 9011 9012#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608 9013msgid "Cremation of a grand-parent" 9014msgstr "" 9015 9016#: app/GedcomTag.php:1590 9017msgid "Cremation of a paternal grandfather" 9018msgstr "" 9019 9020#: app/GedcomTag.php:1594 9021msgid "Cremation of a paternal grandmother" 9022msgstr "" 9023 9024#: app/GedcomTag.php:1601 9025msgid "Cremation of a maternal grandfather" 9026msgstr "" 9027 9028#: app/GedcomTag.php:1605 9029msgid "Cremation of a maternal grandmother" 9030msgstr "" 9031 9032#: app/GedcomTag.php:1612 9033msgid "Cremation of a half-brother" 9034msgstr "" 9035 9036#: app/GedcomTag.php:1616 9037msgid "Cremation of a half-sister" 9038msgstr "" 9039 9040#: app/GedcomTag.php:1619 9041msgid "Cremation of a half-sibling" 9042msgstr "" 9043 9044#: app/GedcomTag.php:1623 9045msgid "Cremation of a father" 9046msgstr "" 9047 9048#: app/GedcomTag.php:1627 9049msgid "Cremation of a mother" 9050msgstr "" 9051 9052#: app/GedcomTag.php:1630 9053msgid "Cremation of a parent" 9054msgstr "" 9055 9056#: app/GedcomTag.php:1634 9057msgid "Cremation of a brother" 9058msgstr "" 9059 9060#: app/GedcomTag.php:1638 9061msgid "Cremation of a sister" 9062msgstr "" 9063 9064#: app/GedcomTag.php:1641 9065msgid "Cremation of a sibling" 9066msgstr "" 9067 9068#: app/GedcomTag.php:1645 9069msgid "Cremation of a husband" 9070msgstr "" 9071 9072#: app/GedcomTag.php:1649 9073msgid "Cremation of a wife" 9074msgstr "" 9075 9076#: app/GedcomTag.php:1652 9077msgid "Cremation of a spouse" 9078msgstr "" 9079 9080#. I18N: gedcom tag _DBID 9081#: app/GedcomTag.php:1656 9082msgid "Linked database ID" 9083msgstr "" 9084 9085#: app/GedcomTag.php:1660 9086msgid "Death of a son" 9087msgstr "" 9088 9089#: app/GedcomTag.php:1664 9090msgid "Death of a daughter" 9091msgstr "" 9092 9093#: app/GedcomTag.php:1667 resources/views/admin/trees-preferences.phtml:469 9094msgid "Death of a child" 9095msgstr "" 9096 9097#: app/GedcomTag.php:1671 9098msgid "Death of a grandson" 9099msgstr "" 9100 9101#: app/GedcomTag.php:1675 9102msgid "Death of a granddaughter" 9103msgstr "" 9104 9105#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700 9106#: resources/views/admin/trees-preferences.phtml:463 9107msgid "Death of a grandchild" 9108msgstr "" 9109 9110#: app/GedcomTag.php:1682 9111msgctxt "daughter’s son" 9112msgid "Death of a grandson" 9113msgstr "" 9114 9115#: app/GedcomTag.php:1686 9116msgctxt "daughter’s daughter" 9117msgid "Death of a granddaughter" 9118msgstr "" 9119 9120#: app/GedcomTag.php:1693 9121msgctxt "son’s son" 9122msgid "Death of a grandson" 9123msgstr "" 9124 9125#: app/GedcomTag.php:1697 9126msgctxt "son’s daughter" 9127msgid "Death of a granddaughter" 9128msgstr "" 9129 9130#: app/GedcomTag.php:1704 9131msgid "Death of a grandfather" 9132msgstr "" 9133 9134#: app/GedcomTag.php:1708 9135msgid "Death of a grandmother" 9136msgstr "" 9137 9138#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733 9139#: resources/views/admin/trees-preferences.phtml:493 9140msgid "Death of a grand-parent" 9141msgstr "" 9142 9143#: app/GedcomTag.php:1715 9144msgid "Death of a paternal grandfather" 9145msgstr "" 9146 9147#: app/GedcomTag.php:1719 9148msgid "Death of a paternal grandmother" 9149msgstr "" 9150 9151#: app/GedcomTag.php:1726 9152msgid "Death of a maternal grandfather" 9153msgstr "" 9154 9155#: app/GedcomTag.php:1730 9156msgid "Death of a maternal grandmother" 9157msgstr "" 9158 9159#: app/GedcomTag.php:1737 9160msgid "Death of a half-brother" 9161msgstr "" 9162 9163#: app/GedcomTag.php:1741 9164msgid "Death of a half-sister" 9165msgstr "" 9166 9167#: app/GedcomTag.php:1744 9168msgid "Death of a half-sibling" 9169msgstr "" 9170 9171#: app/GedcomTag.php:1748 9172msgid "Death of a father" 9173msgstr "" 9174 9175#: app/GedcomTag.php:1752 9176msgid "Death of a mother" 9177msgstr "" 9178 9179#: app/GedcomTag.php:1755 resources/views/admin/trees-preferences.phtml:481 9180msgid "Death of a parent" 9181msgstr "" 9182 9183#: app/GedcomTag.php:1759 9184msgid "Death of a brother" 9185msgstr "" 9186 9187#: app/GedcomTag.php:1763 9188msgid "Death of a sister" 9189msgstr "" 9190 9191#: app/GedcomTag.php:1766 resources/views/admin/trees-preferences.phtml:475 9192msgid "Death of a sibling" 9193msgstr "" 9194 9195#: app/GedcomTag.php:1770 9196msgid "Death of a husband" 9197msgstr "" 9198 9199#: app/GedcomTag.php:1774 9200msgid "Death of a wife" 9201msgstr "" 9202 9203#: app/GedcomTag.php:1777 resources/views/admin/trees-preferences.phtml:487 9204msgid "Death of a spouse" 9205msgstr "" 9206 9207#. I18N: gedcom tag _DEG 9208#: app/GedcomTag.php:1781 9209msgid "Degree" 9210msgstr "" 9211 9212#. I18N: gedcom tag _DETS 9213#: app/GedcomTag.php:1784 9214msgid "Death of one spouse" 9215msgstr "" 9216 9217#. I18N: gedcom tag _DNA (from FTM 2010) 9218#: app/GedcomTag.php:1787 9219msgid "DNA markers" 9220msgstr "" 9221 9222#. I18N: gedcom tag _EYEC 9223#: app/GedcomTag.php:1793 9224msgid "Eye color" 9225msgstr "" 9226 9227#: app/GedcomTag.php:1795 9228msgid "Fact 1" 9229msgstr "" 9230 9231#: app/GedcomTag.php:1797 9232msgid "Fact 2" 9233msgstr "" 9234 9235#: app/GedcomTag.php:1799 9236msgid "Fact 3" 9237msgstr "" 9238 9239#: app/GedcomTag.php:1801 9240msgid "Fact 4" 9241msgstr "" 9242 9243#: app/GedcomTag.php:1803 9244msgid "Fact 5" 9245msgstr "" 9246 9247#: app/GedcomTag.php:1805 9248msgid "Fact 6" 9249msgstr "" 9250 9251#: app/GedcomTag.php:1807 9252msgid "Fact 7" 9253msgstr "" 9254 9255#: app/GedcomTag.php:1809 9256msgid "Fact 8" 9257msgstr "" 9258 9259#: app/GedcomTag.php:1811 9260msgid "Fact 9" 9261msgstr "" 9262 9263#: app/GedcomTag.php:1813 9264msgid "Fact 10" 9265msgstr "" 9266 9267#: app/GedcomTag.php:1815 9268msgid "Fact 11" 9269msgstr "" 9270 9271#: app/GedcomTag.php:1817 9272msgid "Fact 12" 9273msgstr "" 9274 9275#: app/GedcomTag.php:1819 9276msgid "Fact 13" 9277msgstr "" 9278 9279#. I18N: gedcom tag _FNRL 9280#: app/GedcomTag.php:1822 9281msgid "Funeral" 9282msgstr "" 9283 9284#. I18N: gedcom tag _FREL 9285#: app/GedcomTag.php:1825 9286msgid "Relationship to father" 9287msgstr "" 9288 9289#. I18N: gedcom tag _HAIR 9290#: app/GedcomTag.php:1834 9291msgid "Hair color" 9292msgstr "" 9293 9294#. I18N: gedcom tag _HEB 9295#: app/GedcomTag.php:1837 app/Http/RequestHandlers/HelpText.php:239 9296msgid "Hebrew" 9297msgstr "" 9298 9299#. I18N: gedcom tag _HEIG 9300#: app/GedcomTag.php:1840 9301msgid "Height" 9302msgstr "" 9303 9304#. I18N: gedcom tag _HNM 9305#: app/GedcomTag.php:1843 9306msgid "Hebrew name" 9307msgstr "" 9308 9309#. I18N: gedcom tag _HOL 9310#: app/GedcomTag.php:1846 9311msgid "Holocaust" 9312msgstr "" 9313 9314#. I18N: gedcom tag _INTE 9315#: app/GedcomTag.php:1851 9316msgctxt "MALE" 9317msgid "Interred" 9318msgstr "" 9319 9320#. I18N: gedcom tag _INTE 9321#: app/GedcomTag.php:1856 9322msgctxt "FEMALE" 9323msgid "Interred" 9324msgstr "" 9325 9326#. I18N: gedcom tag _INTE 9327#: app/GedcomTag.php:1860 9328msgid "Interred" 9329msgstr "" 9330 9331#. I18N: gedcom tag _MARI 9332#: app/GedcomTag.php:1867 9333msgid "Marriage intention" 9334msgstr "" 9335 9336#. I18N: gedcom tag _MARNM 9337#: app/GedcomTag.php:1870 resources/xml/reports/cemetery_report.xml:7 9338#: resources/xml/reports/death_report.xml:10 9339msgid "Married name" 9340msgstr "" 9341 9342#. I18N: gedcom tag _PRIM 9343#: app/GedcomTag.php:1873 resources/xml/reports/individual_ext_report.xml:11 9344#: resources/xml/reports/individual_report.xml:8 9345msgid "Highlighted image" 9346msgstr "" 9347 9348#: app/GedcomTag.php:1875 9349msgid "Married surname" 9350msgstr "" 9351 9352#: app/GedcomTag.php:1879 9353msgid "Marriage of a son" 9354msgstr "" 9355 9356#: app/GedcomTag.php:1883 9357msgid "Marriage of a daughter" 9358msgstr "" 9359 9360#: app/GedcomTag.php:1886 resources/views/admin/trees-preferences.phtml:443 9361msgid "Marriage of a child" 9362msgstr "" 9363 9364#. I18N: ...to each other 9365#: app/GedcomTag.php:1890 9366msgid "Marriage of parents" 9367msgstr "" 9368 9369#: app/GedcomTag.php:1894 9370msgid "Marriage of a grandson" 9371msgstr "" 9372 9373#: app/GedcomTag.php:1898 9374msgid "Marriage of a granddaughter" 9375msgstr "" 9376 9377#: app/GedcomTag.php:1901 app/GedcomTag.php:1912 app/GedcomTag.php:1923 9378#: resources/views/admin/trees-preferences.phtml:437 9379msgid "Marriage of a grandchild" 9380msgstr "" 9381 9382#: app/GedcomTag.php:1905 9383msgctxt "daughter’s son" 9384msgid "Marriage of a grandson" 9385msgstr "" 9386 9387#: app/GedcomTag.php:1909 9388msgctxt "daughter’s daughter" 9389msgid "Marriage of a granddaughter" 9390msgstr "" 9391 9392#: app/GedcomTag.php:1916 9393msgctxt "son’s son" 9394msgid "Marriage of a grandson" 9395msgstr "" 9396 9397#: app/GedcomTag.php:1920 9398msgctxt "son’s daughter" 9399msgid "Marriage of a granddaughter" 9400msgstr "" 9401 9402#: app/GedcomTag.php:1927 9403msgid "Marriage of a half-brother" 9404msgstr "" 9405 9406#: app/GedcomTag.php:1931 9407msgid "Marriage of a half-sister" 9408msgstr "" 9409 9410#: app/GedcomTag.php:1934 9411msgid "Marriage of a half-sibling" 9412msgstr "" 9413 9414#. I18N: ...to another spouse 9415#: app/GedcomTag.php:1939 9416msgid "Marriage of a father" 9417msgstr "" 9418 9419#. I18N: ...to another spouse 9420#: app/GedcomTag.php:1944 9421msgid "Marriage of a mother" 9422msgstr "" 9423 9424#. I18N: ...to another spouse 9425#: app/GedcomTag.php:1948 resources/views/admin/trees-preferences.phtml:455 9426msgid "Marriage of a parent" 9427msgstr "" 9428 9429#: app/GedcomTag.php:1952 9430msgid "Marriage of a brother" 9431msgstr "" 9432 9433#: app/GedcomTag.php:1956 9434msgid "Marriage of a sister" 9435msgstr "" 9436 9437#: app/GedcomTag.php:1959 resources/views/admin/trees-preferences.phtml:449 9438msgid "Marriage of a sibling" 9439msgstr "" 9440 9441#. I18N: gedcom tag _MBON 9442#: app/GedcomTag.php:1963 9443msgid "Marriage bond" 9444msgstr "" 9445 9446#. I18N: gedcom tag _MDCL 9447#: app/GedcomTag.php:1966 9448msgid "Medical" 9449msgstr "" 9450 9451#. I18N: gedcom tag _MEDC 9452#: app/GedcomTag.php:1969 9453msgid "Medical condition" 9454msgstr "" 9455 9456#. I18N: gedcom tag _MEND 9457#: app/GedcomTag.php:1972 9458msgid "Marriage ending status" 9459msgstr "" 9460 9461#. I18N: gedcom tag _MILI 9462#: app/GedcomTag.php:1975 9463msgid "Military" 9464msgstr "" 9465 9466#. I18N: gedcom tag _MILT 9467#: app/GedcomTag.php:1978 9468msgid "Military service" 9469msgstr "" 9470 9471#. I18N: gedcom tag _MREL 9472#: app/GedcomTag.php:1981 9473msgid "Relationship to mother" 9474msgstr "" 9475 9476#. I18N: gedcom tag _MSTAT 9477#: app/GedcomTag.php:1984 9478msgid "Marriage beginning status" 9479msgstr "" 9480 9481#. I18N: gedcom tag _NAME 9482#: app/GedcomTag.php:1987 9483msgid "Mailing name" 9484msgstr "" 9485 9486#. I18N: gedcom tag _NAMS 9487#: app/GedcomTag.php:1990 9488msgid "Namesake" 9489msgstr "" 9490 9491#. I18N: gedcom tag _NLIV 9492#: app/GedcomTag.php:1993 9493msgid "Not living" 9494msgstr "" 9495 9496#. I18N: gedcom tag _NMAR 9497#: app/GedcomTag.php:1997 9498msgctxt "MALE" 9499msgid "Never married" 9500msgstr "" 9501 9502#. I18N: gedcom tag _NMAR 9503#: app/GedcomTag.php:2002 9504msgctxt "FEMALE" 9505msgid "Never married" 9506msgstr "" 9507 9508#. I18N: gedcom tag _NMAR 9509#: app/GedcomTag.php:2006 9510msgid "Never married" 9511msgstr "" 9512 9513#. I18N: gedcom tag _NMR 9514#: app/GedcomTag.php:2011 9515msgctxt "MALE" 9516msgid "Not married" 9517msgstr "" 9518 9519#. I18N: gedcom tag _NMR 9520#: app/GedcomTag.php:2016 9521msgctxt "FEMALE" 9522msgid "Not married" 9523msgstr "" 9524 9525#. I18N: gedcom tag _NMR 9526#: app/GedcomTag.php:2020 app/Http/Controllers/BranchesController.php:344 9527#: resources/views/lists/families-table.phtml:191 9528msgid "Not married" 9529msgstr "" 9530 9531#. I18N: Type of media object 9532#: app/GedcomTag.php:2024 app/GedcomTag.php:2399 9533msgid "Photo" 9534msgstr "" 9535 9536#: app/GedcomTag.php:2026 9537msgid "by" 9538msgstr "" 9539 9540#. I18N: gedcom tag _PRMN 9541#: app/GedcomTag.php:2029 9542msgid "Permanent number" 9543msgstr "" 9544 9545#: app/GedcomTag.php:2033 9546msgctxt "MALE" 9547msgid "Religious name" 9548msgstr "" 9549 9550#: app/GedcomTag.php:2037 9551msgctxt "FEMALE" 9552msgid "Religious name" 9553msgstr "" 9554 9555#: app/GedcomTag.php:2040 9556msgid "Religious name" 9557msgstr "" 9558 9559#. I18N: gedcom tag _SCBK 9560#: app/GedcomTag.php:2044 9561msgid "Scrapbook" 9562msgstr "" 9563 9564#. I18N: gedcom tag _SEPR 9565#: app/GedcomTag.php:2047 9566msgid "Separated" 9567msgstr "" 9568 9569#. I18N: gedcom tag _SSHOW 9570#. I18N: Name of a module 9571#: app/GedcomTag.php:2050 app/Module/SlideShowModule.php:187 9572msgid "Slide show" 9573msgstr "" 9574 9575#. I18N: gedcom tag _STAT 9576#: app/GedcomTag.php:2053 9577msgid "Marriage status" 9578msgstr "" 9579 9580#. I18N: gedcom tag _SUBQ 9581#: app/GedcomTag.php:2056 9582msgid "Short version" 9583msgstr "" 9584 9585#. I18N: gedcom tag _TODO 9586#: app/GedcomTag.php:2059 resources/views/modules/todo/research-tasks.phtml:38 9587msgid "Research task" 9588msgstr "" 9589 9590#. I18N: gedcom tag _UID 9591#: app/GedcomTag.php:2065 9592msgid "Unique identifier" 9593msgstr "" 9594 9595#. I18N: gedcom tag _WEIG 9596#: app/GedcomTag.php:2071 9597msgid "Weight" 9598msgstr "" 9599 9600#. I18N: gedcom tag _WT_OBJE_SORT 9601#: app/GedcomTag.php:2077 app/Http/RequestHandlers/ReorderMediaPage.php:57 9602#: app/Module/FixPrimaryTag.php:109 9603#: resources/views/individual-page-menu.phtml:81 9604#: resources/views/individual-page-menu.phtml:86 9605msgid "Re-order media" 9606msgstr "" 9607 9608#. I18N: gedcom tag _YART - A yahrzeit is a special anniversary of death in the Hebrew faith/calendar. 9609#: app/GedcomTag.php:2080 resources/views/modules/yahrzeit/table.phtml:35 9610msgid "Yahrzeit" 9611msgstr "" 9612 9613#: app/GedcomTag.php:2083 9614msgid "Brit milah of a son" 9615msgstr "" 9616 9617#: app/GedcomTag.php:2086 9618msgid "Brit milah of a grandson" 9619msgstr "" 9620 9621#: app/GedcomTag.php:2088 9622msgctxt "daughter’s son" 9623msgid "Brit milah of a grandson" 9624msgstr "" 9625 9626#: app/GedcomTag.php:2090 9627msgctxt "son’s son" 9628msgid "Brit milah of a grandson" 9629msgstr "" 9630 9631#: app/GedcomTag.php:2092 9632msgid "Brit milah of a half-brother" 9633msgstr "" 9634 9635#: app/GedcomTag.php:2094 9636msgid "Brit milah of a brother" 9637msgstr "" 9638 9639#: app/GedcomTag.php:2100 app/Http/Controllers/Admin/MediaController.php:354 9640msgid "File size" 9641msgstr "" 9642 9643#: app/GedcomTag.php:2103 app/Http/Controllers/Admin/MediaController.php:361 9644msgid "Image dimensions" 9645msgstr "" 9646 9647#: app/GedcomTag.php:2113 9648msgid "Unrecognized GEDCOM code" 9649msgstr "" 9650 9651#. I18N: Type of media object 9652#: app/GedcomTag.php:2360 9653msgid "Audio" 9654msgstr "" 9655 9656#. I18N: Type of media object 9657#: app/GedcomTag.php:2363 9658msgid "Book" 9659msgstr "" 9660 9661#. I18N: Type of media object 9662#: app/GedcomTag.php:2366 9663msgid "Card" 9664msgstr "" 9665 9666#. I18N: Type of media object 9667#: app/GedcomTag.php:2369 9668msgid "Certificate" 9669msgstr "" 9670 9671#. I18N: Type of media object 9672#: app/GedcomTag.php:2372 9673msgid "Coat of arms" 9674msgstr "" 9675 9676#. I18N: Type of media object 9677#: app/GedcomTag.php:2375 9678msgid "Document" 9679msgstr "" 9680 9681#. I18N: Type of media object 9682#: app/GedcomTag.php:2378 9683msgid "Electronic" 9684msgstr "" 9685 9686#. I18N: Type of media object 9687#: app/GedcomTag.php:2381 9688msgid "Microfiche" 9689msgstr "" 9690 9691#. I18N: Type of media object 9692#: app/GedcomTag.php:2384 9693msgid "Microfilm" 9694msgstr "" 9695 9696#. I18N: Type of media object 9697#: app/GedcomTag.php:2387 9698msgid "Magazine" 9699msgstr "" 9700 9701#. I18N: Type of media object 9702#: app/GedcomTag.php:2390 9703msgid "Manuscript" 9704msgstr "" 9705 9706#. I18N: Type of media object 9707#: app/GedcomTag.php:2393 resources/views/admin/control-panel.phtml:648 9708#: resources/views/modules/statistics-chart/custom.phtml:52 9709msgid "Map" 9710msgstr "" 9711 9712#. I18N: Type of media object 9713#: app/GedcomTag.php:2396 9714msgid "Newspaper" 9715msgstr "" 9716 9717#. I18N: Type of media object 9718#: app/GedcomTag.php:2402 9719msgid "Tombstone" 9720msgstr "" 9721 9722#. I18N: Type of media object 9723#: app/GedcomTag.php:2405 9724msgid "Video" 9725msgstr "" 9726 9727#. I18N: Type of media object 9728#: app/GedcomTag.php:2408 9729msgid "Painting" 9730msgstr "" 9731 9732#. I18N: Type of media object 9733#: app/GedcomTag.php:2411 app/Module/StatisticsChartModule.php:163 9734#: app/Statistics/Google/ChartCommonGiven.php:91 9735#: app/Statistics/Google/ChartCommonSurname.php:150 9736#: resources/views/admin/control-panel.phtml:568 9737msgid "Other" 9738msgstr "" 9739 9740#: app/Http/Controllers/Admin/FixLevel0MediaController.php:71 9741#: resources/views/admin/control-panel.phtml:631 9742msgid "Link media objects to facts and events" 9743msgstr "" 9744 9745#: app/Http/Controllers/Admin/ImportThumbnailsController.php:101 9746#: resources/views/admin/control-panel.phtml:637 9747msgid "Import custom thumbnails from webtrees version 1" 9748msgstr "" 9749 9750#: app/Http/Controllers/Admin/LocationController.php:112 9751#: app/Http/Controllers/Admin/LocationController.php:307 9752#: resources/views/admin/control-panel.phtml:658 9753#: resources/views/admin/map-import-form.phtml:9 9754msgid "Geographic data" 9755msgstr "" 9756 9757#: app/Http/Controllers/Admin/LocationController.php:114 9758#: app/Http/Controllers/Admin/LocationController.php:306 9759#: app/Http/RequestHandlers/ControlPanel.php:135 9760#: app/Module/ModuleThemeTrait.php:232 app/Module/ModuleThemeTrait.php:236 9761#: resources/views/admin/analytics-edit.phtml:8 9762#: resources/views/admin/broadcast.phtml:10 9763#: resources/views/admin/changes-log.phtml:12 9764#: resources/views/admin/clean-data.phtml:9 9765#: resources/views/admin/components.phtml:13 9766#: resources/views/admin/data-fix-page.phtml:23 9767#: resources/views/admin/data-fix-select.phtml:19 9768#: resources/views/admin/email-page.phtml:9 9769#: resources/views/admin/fix-level-0-media.phtml:9 9770#: resources/views/admin/map-import-form.phtml:9 9771#: resources/views/admin/map-provider.phtml:8 9772#: resources/views/admin/media-upload.phtml:8 9773#: resources/views/admin/media.phtml:16 9774#: resources/views/admin/merge-records-step-1.phtml:10 9775#: resources/views/admin/merge-records-step-2.phtml:10 9776#: resources/views/admin/modules.phtml:24 9777#: resources/views/admin/server-information.phtml:8 9778#: resources/views/admin/site-logs.phtml:13 9779#: resources/views/admin/site-mail.phtml:29 9780#: resources/views/admin/site-preferences.phtml:15 9781#: resources/views/admin/site-registration.phtml:16 9782#: resources/views/admin/trees-check.phtml:8 9783#: resources/views/admin/trees-create.phtml:9 9784#: resources/views/admin/trees-duplicates.phtml:9 9785#: resources/views/admin/trees-export.phtml:10 9786#: resources/views/admin/trees-import.phtml:9 9787#: resources/views/admin/trees-merge.phtml:8 9788#: resources/views/admin/trees-preferences.phtml:9 9789#: resources/views/admin/trees-privacy.phtml:10 9790#: resources/views/admin/trees-renumber.phtml:8 9791#: resources/views/admin/trees-unconnected.phtml:20 9792#: resources/views/admin/trees.phtml:26 9793#: resources/views/admin/upgrade/steps.phtml:9 9794#: resources/views/admin/upgrade/wizard.phtml:8 9795#: resources/views/admin/users-cleanup.phtml:11 9796#: resources/views/admin/users-create.phtml:9 9797#: resources/views/admin/users-edit.phtml:12 9798#: resources/views/admin/users.phtml:9 9799#: resources/views/admin/webtrees1-thumbnails.phtml:9 9800#: resources/views/modules/batch_update/admin.phtml:9 9801#: resources/views/modules/custom-css-js/edit.phtml:8 9802#: resources/views/modules/faq/config.phtml:8 9803#: resources/views/modules/faq/edit.phtml:9 9804#: resources/views/modules/relationships-chart/config.phtml:8 9805#: resources/views/modules/sitemap/config.phtml:8 9806#: resources/views/modules/stories/config.phtml:8 9807#: resources/views/modules/stories/edit.phtml:13 9808msgid "Control panel" 9809msgstr "" 9810 9811#: app/Http/Controllers/Admin/LocationController.php:296 9812#: resources/views/modules/place-hierarchy/page.phtml:29 9813#: resources/views/modules/place-hierarchy/page.phtml:32 9814#: resources/views/modules/statistics-chart/custom.phtml:171 9815msgid "World" 9816msgstr "" 9817 9818#: app/Http/Controllers/Admin/LocationController.php:315 9819#: app/Http/Controllers/Admin/LocationController.php:316 9820msgid "Add" 9821msgstr "" 9822 9823#: app/Http/Controllers/Admin/LocationController.php:420 9824#: app/Http/RequestHandlers/AccountUpdate.php:113 9825#, php-format 9826msgid "The details for “%s” have been updated." 9827msgstr "" 9828 9829#: app/Http/Controllers/Admin/LocationController.php:447 9830msgid "Location not removed: this location contains sub-locations" 9831msgstr "" 9832 9833#: app/Http/Controllers/Admin/LocationController.php:514 9834msgid "Level" 9835msgstr "" 9836 9837#: app/Http/Controllers/Admin/LocationController.php:667 9838msgid "Import geographic data" 9839msgstr "" 9840 9841#: app/Http/Controllers/Admin/LocationController.php:799 9842#, php-format 9843msgid "locations updated: %s, locations added: %s" 9844msgstr "" 9845 9846#: app/Http/Controllers/Admin/LocationController.php:917 9847#, php-format 9848msgid "%s location has been imported." 9849msgid_plural "%s locations have been imported." 9850msgstr[0] "" 9851msgstr[1] "" 9852 9853#: app/Http/Controllers/Admin/MapProviderController.php:41 9854#: resources/views/admin/control-panel.phtml:668 9855#: resources/views/admin/map-provider.phtml:16 9856msgid "Map provider" 9857msgstr "" 9858 9859#: app/Http/Controllers/Admin/MediaController.php:116 9860#: resources/views/admin/control-panel.phtml:619 9861#: resources/views/admin/media-upload.phtml:8 9862msgid "Manage media" 9863msgstr "" 9864 9865#: app/Http/Controllers/Admin/MediaController.php:271 9866msgid "Create" 9867msgstr "" 9868 9869#: app/Http/Controllers/Admin/MediaController.php:275 9870#: resources/views/admin/trees.phtml:98 9871#: resources/views/admin/users-table-options.phtml:41 9872#: resources/views/edit-account-page.phtml:162 9873#: resources/views/gedcom-record-page-menu.phtml:17 9874#: resources/views/individual-page-menu.phtml:92 9875#: resources/views/media-page-menu.phtml:34 9876#: resources/views/modules/faq/config.phtml:86 9877#: resources/views/modules/gedcom_news/list.phtml:36 9878#: resources/views/modules/stories/config.phtml:65 9879#: resources/views/modules/user_blog/list.phtml:36 9880#: resources/views/note-page-menu.phtml:17 9881#: resources/views/repository-page-menu.phtml:17 9882#: resources/views/source-page-menu.phtml:17 9883#: resources/views/submitter-page-menu.phtml:17 9884#, php-format 9885msgid "Are you sure you want to delete “%s”?" 9886msgstr "" 9887 9888#: app/Http/Controllers/Admin/MediaController.php:277 9889#: app/Module/FixPrimaryTag.php:104 app/Module/UserMessagesModule.php:179 9890#: app/Module/UserMessagesModule.php:220 9891#: resources/views/admin/locations.phtml:21 9892#: resources/views/admin/trees-privacy.phtml:272 9893#: resources/views/admin/trees.phtml:99 9894#: resources/views/admin/users-table-options.phtml:42 9895#: resources/views/edit-blocks-block.phtml:22 9896#: resources/views/edit/icon-fact-delete.phtml:8 9897#: resources/views/edit/icon-fact-delete.phtml:10 9898#: resources/views/family-page-menu.phtml:53 9899#: resources/views/gedcom-record-page-menu.phtml:19 9900#: resources/views/individual-page-menu.phtml:94 9901#: resources/views/media-page-menu.phtml:36 9902#: resources/views/media-page.phtml:103 resources/views/media-page.phtml:106 9903#: resources/views/modules/faq/config.phtml:47 9904#: resources/views/modules/gedcom_news/list.phtml:37 9905#: resources/views/modules/stories/config.phtml:38 9906#: resources/views/modules/stories/config.phtml:67 9907#: resources/views/modules/user_blog/list.phtml:37 9908#: resources/views/note-page-menu.phtml:19 9909#: resources/views/repository-page-menu.phtml:19 9910#: resources/views/source-page-menu.phtml:19 9911#: resources/views/submitter-page-menu.phtml:19 9912msgid "Delete" 9913msgstr "" 9914 9915#: app/Http/Controllers/Admin/MediaController.php:329 9916msgid "There are no links to this media object." 9917msgstr "" 9918 9919#. I18N: size of file in KB 9920#: app/Http/Controllers/Admin/MediaController.php:353 app/MediaFile.php:325 9921#: app/Services/MediaFileService.php:89 9922#, php-format 9923msgid "%s KB" 9924msgstr "" 9925 9926#. I18N: image dimensions, width × height 9927#: app/Http/Controllers/Admin/MediaController.php:363 app/MediaFile.php:338 9928#, php-format 9929msgid "%1$s × %2$s pixels" 9930msgstr "" 9931 9932#: app/Http/Controllers/Admin/MediaController.php:388 9933#: resources/views/admin/control-panel.phtml:625 9934msgid "Upload media files" 9935msgstr "" 9936 9937#: app/Http/Controllers/Admin/MediaController.php:442 9938#, php-format 9939msgid "Filenames are not allowed to contain the character “%s”." 9940msgstr "" 9941 9942#: app/Http/Controllers/Admin/MediaController.php:448 9943#, php-format 9944msgid "Filenames are not allowed to have the extension “%s”." 9945msgstr "" 9946 9947#: app/Http/Controllers/Admin/MediaController.php:455 9948#, php-format 9949msgid "The file %s already exists. Use another filename." 9950msgstr "" 9951 9952#: app/Http/Controllers/Admin/MediaController.php:462 9953#, php-format 9954msgid "The file %s has been uploaded." 9955msgstr "" 9956 9957#: app/Http/Controllers/Admin/MediaController.php:465 9958#: app/Http/Controllers/EditMediaController.php:131 9959#: app/Http/RequestHandlers/CreateMediaObjectAction.php:79 9960#: app/Services/MediaFileService.php:252 9961msgid "There was an error uploading your file." 9962msgstr "" 9963 9964#: app/Http/Controllers/Admin/ModuleController.php:85 9965#: resources/views/admin/components.phtml:13 9966#: resources/views/admin/control-panel.phtml:432 9967msgid "All modules" 9968msgstr "" 9969 9970#: app/Http/Controllers/Admin/ModuleController.php:100 9971#: app/Module/ModuleAnalyticsTrait.php:83 9972#: resources/views/admin/analytics-edit.phtml:8 9973#: resources/views/admin/control-panel.phtml:497 9974#: resources/views/admin/modules.phtml:99 9975#: resources/views/admin/modules.phtml:101 9976#: resources/views/admin/modules.phtml:229 9977#: resources/views/admin/modules.phtml:232 9978#: resources/views/modules/privacy-policy/page.phtml:32 9979msgid "Tracking and analytics" 9980msgstr "" 9981 9982#: app/Http/Controllers/Admin/ModuleController.php:101 9983msgid "If you use one of the following tracking and analytics services, webtrees can add the tracking codes automatically." 9984msgstr "" 9985 9986#: app/Http/Controllers/Admin/ModuleController.php:114 9987#: resources/views/admin/control-panel.phtml:529 9988#: resources/views/admin/modules.phtml:79 9989#: resources/views/admin/modules.phtml:81 9990msgid "Blocks" 9991msgstr "" 9992 9993#. I18N: Name of a module/block 9994#. I18N: Name of a module 9995#: app/Http/Controllers/Admin/ModuleController.php:128 9996#: app/Module/ChartsBlockModule.php:62 app/Module/ChartsMenuModule.php:60 9997#: app/Module/ChartsMenuModule.php:105 9998#: resources/views/admin/control-panel.phtml:455 9999#: resources/views/admin/modules.phtml:83 10000#: resources/views/admin/modules.phtml:85 10001#: resources/views/admin/trees-preferences.phtml:373 10002msgid "Charts" 10003msgstr "" 10004 10005#: app/Http/Controllers/Admin/ModuleController.php:142 10006#: app/Http/RequestHandlers/DataFixChoose.php:69 10007#: app/Http/RequestHandlers/DataFixPage.php:91 10008#: app/Http/RequestHandlers/HelpText.php:244 10009#: resources/views/admin/control-panel.phtml:476 10010#: resources/views/admin/data-fix-page.phtml:23 10011#: resources/views/admin/trees.phtml:132 10012msgid "Data fixes" 10013msgstr "" 10014 10015#: app/Http/Controllers/Admin/ModuleController.php:156 10016#: resources/views/admin/control-panel.phtml:490 10017#: resources/views/admin/modules.phtml:95 10018#: resources/views/admin/modules.phtml:97 10019msgid "Footers" 10020msgstr "" 10021 10022#: app/Http/Controllers/Admin/ModuleController.php:170 10023#: resources/views/admin/control-panel.phtml:557 10024#: resources/views/admin/modules.phtml:103 10025#: resources/views/admin/modules.phtml:105 10026#: resources/views/admin/modules.phtml:237 10027#: resources/views/admin/modules.phtml:240 10028#: resources/views/modules/personal_facts/tab.phtml:22 10029msgid "Historic events" 10030msgstr "" 10031 10032#: app/Http/Controllers/Admin/ModuleController.php:184 10033#: resources/views/admin/control-panel.phtml:511 10034#: resources/views/admin/modules.phtml:111 10035#: resources/views/admin/modules.phtml:113 10036msgid "Languages" 10037msgstr "" 10038 10039#. I18N: Name of a module 10040#: app/Http/Controllers/Admin/ModuleController.php:198 10041#: app/Module/ListsMenuModule.php:58 app/Module/ListsMenuModule.php:104 10042#: resources/views/admin/control-panel.phtml:462 10043#: resources/views/admin/modules.phtml:87 10044#: resources/views/admin/modules.phtml:89 10045#: resources/views/admin/trees-preferences.phtml:309 10046msgid "Lists" 10047msgstr "" 10048 10049#: app/Http/Controllers/Admin/ModuleController.php:212 10050#: resources/views/admin/control-panel.phtml:448 10051#: resources/views/admin/modules.phtml:67 10052#: resources/views/admin/modules.phtml:69 10053msgid "Menus" 10054msgstr "" 10055 10056#. I18N: Name of a module 10057#: app/Http/Controllers/Admin/ModuleController.php:226 10058#: app/Module/ReportsMenuModule.php:63 app/Module/ReportsMenuModule.php:108 10059#: resources/views/admin/control-panel.phtml:469 10060#: resources/views/admin/modules.phtml:91 10061#: resources/views/admin/modules.phtml:93 10062msgid "Reports" 10063msgstr "" 10064 10065#: app/Http/Controllers/Admin/ModuleController.php:240 10066#: resources/views/admin/control-panel.phtml:550 10067#: resources/views/admin/modules.phtml:75 10068#: resources/views/admin/modules.phtml:77 10069msgid "Sidebars" 10070msgstr "" 10071 10072#: app/Http/Controllers/Admin/ModuleController.php:254 10073#: resources/views/admin/control-panel.phtml:543 10074#: resources/views/admin/modules.phtml:71 10075#: resources/views/admin/modules.phtml:73 10076msgid "Tabs" 10077msgstr "" 10078 10079#: app/Http/Controllers/Admin/ModuleController.php:268 10080#: resources/views/admin/control-panel.phtml:504 10081#: resources/views/admin/modules.phtml:107 10082#: resources/views/admin/modules.phtml:109 10083msgid "Themes" 10084msgstr "" 10085 10086#: app/Http/Controllers/Admin/ModuleController.php:341 10087#: app/Http/Controllers/Admin/ModuleController.php:618 10088#, php-format 10089msgid "The module “%s” has been enabled." 10090msgstr "" 10091 10092#: app/Http/Controllers/Admin/ModuleController.php:343 10093#: app/Http/Controllers/Admin/ModuleController.php:620 10094#, php-format 10095msgid "The module “%s” has been disabled." 10096msgstr "" 10097 10098#: app/Http/Controllers/Admin/ModuleController.php:348 10099#: app/Http/Controllers/Admin/ModuleController.php:364 10100#: app/Http/Controllers/Admin/ModuleController.php:381 10101#: app/Http/Controllers/Admin/ModuleController.php:398 10102#: app/Http/Controllers/Admin/ModuleController.php:414 10103#: app/Http/Controllers/Admin/ModuleController.php:431 10104#: app/Http/Controllers/Admin/ModuleController.php:447 10105#: app/Http/Controllers/Admin/ModuleController.php:463 10106#: app/Http/Controllers/Admin/ModuleController.php:480 10107#: app/Http/Controllers/Admin/ModuleController.php:498 10108#: app/Http/Controllers/Admin/ModuleController.php:515 10109#: app/Http/Controllers/Admin/ModuleController.php:533 10110#: app/Http/Controllers/Admin/ModuleController.php:551 10111#: app/Http/Controllers/Admin/ModuleController.php:567 10112#: app/Http/RequestHandlers/EmailPreferencesAction.php:82 10113#: app/Http/RequestHandlers/SitePreferencesAction.php:63 10114#: app/Http/RequestHandlers/SiteRegistrationAction.php:51 10115msgid "The website preferences have been updated." 10116msgstr "" 10117 10118#: app/Http/Controllers/Admin/ModuleController.php:697 10119#, php-format 10120msgid "The preferences for the module “%s” have been deleted." 10121msgstr "" 10122 10123#: app/Http/Controllers/Admin/UpgradeController.php:114 10124#: app/Http/Controllers/Admin/UpgradeController.php:214 10125msgid "Upgrade wizard" 10126msgstr "" 10127 10128#: app/Http/Controllers/Admin/UpgradeController.php:210 10129msgid "Export all the family trees to GEDCOM files…" 10130msgstr "" 10131 10132#: app/Http/Controllers/Admin/UpgradeController.php:215 10133msgid "Create a temporary folder…" 10134msgstr "" 10135 10136#: app/Http/Controllers/Admin/UpgradeController.php:216 10137msgid "Check for pending changes…" 10138msgstr "" 10139 10140#: app/Http/Controllers/Admin/UpgradeController.php:218 10141#, php-format 10142msgid "Download %s…" 10143msgstr "" 10144 10145#: app/Http/Controllers/Admin/UpgradeController.php:219 10146#, php-format 10147msgid "Unzip %s to a temporary folder…" 10148msgstr "" 10149 10150#: app/Http/Controllers/Admin/UpgradeController.php:220 10151msgid "Copy files…" 10152msgstr "" 10153 10154#: app/Http/Controllers/Admin/UpgradeController.php:232 10155#: resources/views/admin/control-panel.phtml:66 10156#: resources/views/admin/upgrade/wizard.phtml:14 10157msgid "No upgrade information is available." 10158msgstr "" 10159 10160#: app/Http/Controllers/Admin/UpgradeController.php:236 10161#: resources/views/admin/control-panel.phtml:76 10162#: resources/views/admin/upgrade/wizard.phtml:18 10163msgid "This is the latest version of webtrees. No upgrade is available." 10164msgstr "" 10165 10166#. I18N: %s is a version number, such as 1.2.3 10167#. I18N: %s is a version number 10168#: app/Http/Controllers/Admin/UpgradeController.php:241 10169#: app/Http/RequestHandlers/LoginAction.php:83 10170#: resources/views/admin/control-panel.phtml:72 10171#, php-format 10172msgid "Upgrade to webtrees %s." 10173msgstr "" 10174 10175#: app/Http/Controllers/Admin/UpgradeController.php:261 10176#, php-format 10177msgid "The folder %s has been created." 10178msgstr "" 10179 10180#: app/Http/Controllers/Admin/UpgradeController.php:273 10181msgid "You should accept or reject all pending changes before upgrading." 10182msgstr "" 10183 10184#: app/Http/Controllers/Admin/UpgradeController.php:277 10185#: resources/views/pending-changes-page.phtml:18 10186msgid "There are no pending changes." 10187msgstr "" 10188 10189#. I18N: %s is a filename 10190#: app/Http/Controllers/Admin/UpgradeController.php:308 10191#: app/Http/RequestHandlers/ExportGedcomServer.php:79 10192#, php-format 10193msgid "The family tree has been exported to %s." 10194msgstr "" 10195 10196#: app/Http/Controllers/Admin/UpgradeController.php:333 10197#, php-format 10198msgid "%1$s KB were downloaded in %2$s seconds." 10199msgstr "" 10200 10201#. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 10202#: app/Http/Controllers/Admin/UpgradeController.php:354 10203#, php-format 10204msgid "%1$s file was extracted in %2$s seconds." 10205msgid_plural "%1$s files were extracted in %2$s seconds." 10206msgstr[0] "" 10207msgstr[1] "" 10208 10209#: app/Http/Controllers/Admin/UpgradeController.php:386 10210msgid "The upgrade is complete." 10211msgstr "" 10212 10213#. I18N: A button label. 10214#: app/Http/Controllers/Admin/UpgradeController.php:387 10215#: resources/views/admin/import-progress.phtml:31 10216#: resources/views/admin/map-import-form.phtml:79 10217#: resources/views/admin/merge-records-step-1.phtml:109 10218#: resources/views/admin/trees-export.phtml:27 10219#: resources/views/admin/trees-export.phtml:120 10220#: resources/views/admin/trees-import.phtml:115 10221#: resources/views/admin/trees-merge.phtml:46 10222#: resources/views/admin/trees-renumber.phtml:34 10223#: resources/views/admin/trees.phtml:305 10224#: resources/views/admin/upgrade/wizard.phtml:33 10225#: resources/views/forgot-password-page.phtml:34 10226#: resources/views/modules/clippings/add-options.phtml:27 10227#: resources/views/modules/login_block/sign-in.phtml:59 10228#: resources/views/password-request-page.phtml:34 10229#: resources/views/password-reset-page.phtml:50 10230#: resources/views/pending-changes-page.phtml:22 10231#: resources/views/register-page.phtml:99 10232#: resources/views/report-select-page.phtml:32 10233msgid "continue" 10234msgstr "" 10235 10236#: app/Http/Controllers/Admin/UsersController.php:107 10237#: resources/views/admin/control-panel.phtml:369 10238#: resources/views/admin/email-page.phtml:9 10239#: resources/views/admin/users-cleanup.phtml:11 10240#: resources/views/admin/users-create.phtml:9 10241#: resources/views/admin/users-edit.phtml:12 10242msgid "User administration" 10243msgstr "" 10244 10245#: app/Http/Controllers/Admin/UsersController.php:190 10246#: resources/views/components/datetime.phtml:11 10247msgid "Never" 10248msgstr "" 10249 10250#: app/Http/Controllers/Admin/UsersController.php:216 10251#: resources/views/admin/control-panel.phtml:375 10252msgid "Add a user" 10253msgstr "" 10254 10255#. I18N: placeholders are GEDCOM XREFs, such as R123 10256#: app/Http/Controllers/Admin/UsersController.php:237 10257#: app/Http/Controllers/AdminTreesController.php:285 10258#, php-format 10259msgid "%1$s does not exist." 10260msgstr "" 10261 10262#: app/Http/Controllers/Admin/UsersController.php:254 10263msgid "Edit the user" 10264msgstr "" 10265 10266#: app/Http/Controllers/Admin/UsersController.php:275 10267#: app/Http/Controllers/Admin/UsersController.php:402 10268#: app/Http/RequestHandlers/AccountUpdate.php:86 10269#: app/Http/RequestHandlers/RegisterAction.php:239 10270msgid "Duplicate username. A user with that username already exists. Please choose another username." 10271msgstr "" 10272 10273#: app/Http/Controllers/Admin/UsersController.php:280 10274#: app/Http/Controllers/Admin/UsersController.php:396 10275#: app/Http/RequestHandlers/AccountUpdate.php:95 10276#: app/Http/RequestHandlers/RegisterAction.php:244 10277msgid "Duplicate email address. A user with that email already exists." 10278msgstr "" 10279 10280#: app/Http/Controllers/Admin/UsersController.php:340 10281#, php-format 10282msgid "%1$s does not exist" 10283msgstr "" 10284 10285#. I18N: %s is a server name/URL 10286#: app/Http/Controllers/Admin/UsersController.php:354 10287#: app/Http/RequestHandlers/VerifyEmail.php:87 10288#, php-format 10289msgid "New user at %s" 10290msgstr "" 10291 10292#. I18N: Listbox entry; name of a role 10293#: app/Http/Controllers/Admin/UsersController.php:421 10294#: resources/views/admin/trees-export.phtml:112 10295#: resources/views/admin/users-edit.phtml:220 10296#: resources/views/modules/clippings/download.phtml:39 10297#: resources/views/modules/clippings/download.phtml:59 10298msgid "Visitor" 10299msgstr "" 10300 10301#. I18N: Listbox entry; name of a role 10302#: app/Http/Controllers/Admin/UsersController.php:423 10303#: resources/views/admin/trees-export.phtml:106 10304#: resources/views/admin/users-edit.phtml:226 10305#: resources/views/modules/clippings/download.phtml:33 10306#: resources/views/modules/clippings/download.phtml:53 10307msgid "Member" 10308msgstr "" 10309 10310#. I18N: Listbox entry; name of a role 10311#: app/Http/Controllers/Admin/UsersController.php:425 10312#: resources/views/admin/users-edit.phtml:234 10313msgid "Editor" 10314msgstr "" 10315 10316#. I18N: Listbox entry; name of a role 10317#: app/Http/Controllers/Admin/UsersController.php:427 10318#: resources/views/admin/users-edit.phtml:240 10319msgid "Moderator" 10320msgstr "" 10321 10322#. I18N: Listbox entry; name of a role 10323#: app/Http/Controllers/Admin/UsersController.php:429 10324#: resources/views/admin/trees-export.phtml:100 10325#: resources/views/admin/users-edit.phtml:248 10326#: resources/views/modules/clippings/download.phtml:27 10327msgid "Manager" 10328msgstr "" 10329 10330#: app/Http/Controllers/Admin/UsersController.php:441 10331#: app/Http/Controllers/AdminTreesController.php:1810 10332msgid "<default theme>" 10333msgstr "" 10334 10335#: app/Http/Controllers/AdminController.php:66 10336#: resources/views/admin/trees.phtml:90 10337msgid "Privacy" 10338msgstr "" 10339 10340#: app/Http/Controllers/AdminController.php:152 10341#: app/Http/Controllers/AdminTreesController.php:964 10342#, php-format 10343msgid "The preferences for the family tree “%s” have been updated." 10344msgstr "" 10345 10346#: app/Http/Controllers/AdminController.php:159 10347#: app/Http/Controllers/AdminTreesController.php:971 10348msgid "The preferences for all family trees have been updated." 10349msgstr "" 10350 10351#: app/Http/Controllers/AdminController.php:162 10352#: app/Http/Controllers/AdminTreesController.php:975 10353msgid "The preferences for new family trees have been updated." 10354msgstr "" 10355 10356#: app/Http/Controllers/AdminController.php:261 10357#: resources/views/admin/trees-privacy.phtml:260 10358msgid "All facts and events" 10359msgstr "" 10360 10361#. I18N: placeholders are GEDCOM XREFs, such as R123 10362#: app/Http/Controllers/AdminTreesController.php:282 10363#, php-format 10364msgid "%1$s does not exist. Did you mean %2$s?" 10365msgstr "" 10366 10367#: app/Http/Controllers/AdminTreesController.php:295 10368#: app/Http/Controllers/AdminTreesController.php:300 10369msgid "This type of link is not allowed here." 10370msgstr "" 10371 10372#. I18N: %1$s is an internal ID number such as R123. %2$s and %3$s are record types, such as INDI or SOUR 10373#: app/Http/Controllers/AdminTreesController.php:306 10374#, php-format 10375msgid "%1$s is a %2$s but a %3$s is expected." 10376msgstr "" 10377 10378#. I18N: %1$s and %2$s are internal ID numbers such as R123 10379#: app/Http/Controllers/AdminTreesController.php:315 10380#, php-format 10381msgid "%1$s does not have a link back to %2$s." 10382msgstr "" 10383 10384#: app/Http/Controllers/AdminTreesController.php:320 10385#: resources/views/admin/trees.phtml:164 10386msgid "Check for errors" 10387msgstr "" 10388 10389#: app/Http/Controllers/AdminTreesController.php:341 10390#: resources/views/admin/trees.phtml:148 10391msgid "Find duplicates" 10392msgstr "" 10393 10394#: app/Http/Controllers/AdminTreesController.php:384 10395#: app/Http/Controllers/AdminTreesController.php:396 10396msgid "No GEDCOM file was received." 10397msgstr "" 10398 10399#: app/Http/Controllers/AdminTreesController.php:425 10400msgid "Import a GEDCOM file" 10401msgstr "" 10402 10403#: app/Http/Controllers/AdminTreesController.php:470 10404#: resources/views/admin/changes-log.phtml:12 10405#: resources/views/admin/data-fix-page.phtml:23 10406#: resources/views/admin/data-fix-select.phtml:19 10407#: resources/views/admin/merge-records-step-1.phtml:10 10408#: resources/views/admin/merge-records-step-2.phtml:10 10409#: resources/views/admin/trees-check.phtml:8 10410#: resources/views/admin/trees-duplicates.phtml:9 10411#: resources/views/admin/trees-export.phtml:10 10412#: resources/views/admin/trees-import.phtml:9 10413#: resources/views/admin/trees-preferences.phtml:9 10414#: resources/views/admin/trees-privacy.phtml:10 10415msgid "Manage family trees" 10416msgstr "" 10417 10418#: app/Http/Controllers/AdminTreesController.php:504 10419#: resources/views/admin/control-panel.phtml:172 10420msgid "Merge family trees" 10421msgstr "" 10422 10423#: app/Http/Controllers/AdminTreesController.php:705 10424msgid "The family trees have been merged successfully." 10425msgstr "" 10426 10427#. I18N: Layout option for lists of names 10428#. I18N: An option in a list-box 10429#: app/Http/Controllers/AdminTreesController.php:737 10430#: app/Module/OnThisDayModule.php:254 app/Module/RecentChangesModule.php:227 10431#: app/Module/TopGivenNamesModule.php:182 10432#: app/Module/UpcomingAnniversariesModule.php:275 10433#: app/Module/YahrzeitModule.php:257 10434msgid "list" 10435msgstr "" 10436 10437#. I18N: Layout option for lists of names 10438#. I18N: An option in a list-box 10439#: app/Http/Controllers/AdminTreesController.php:739 10440#: app/Module/OnThisDayModule.php:256 app/Module/RecentChangesModule.php:229 10441#: app/Module/TopGivenNamesModule.php:184 app/Module/TopSurnamesModule.php:243 10442#: app/Module/UpcomingAnniversariesModule.php:277 10443#: app/Module/YahrzeitModule.php:259 10444msgid "table" 10445msgstr "" 10446 10447#. I18N: Layout option for lists of names 10448#. I18N: An option in a list-box 10449#: app/Http/Controllers/AdminTreesController.php:741 10450#: app/Module/TopSurnamesModule.php:245 10451msgid "tag cloud" 10452msgstr "" 10453 10454#. I18N: page orientation 10455#: app/Http/Controllers/AdminTreesController.php:746 10456#: resources/xml/reports/change_report.xml:10 10457#: resources/xml/reports/pedigree_report.xml:7 10458msgid "Portrait" 10459msgstr "" 10460 10461#. I18N: page orientation 10462#: app/Http/Controllers/AdminTreesController.php:748 10463#: resources/xml/reports/change_report.xml:10 10464#: resources/xml/reports/pedigree_report.xml:7 10465msgid "Landscape" 10466msgstr "" 10467 10468#. I18N: None of the other options 10469#: app/Http/Controllers/AdminTreesController.php:753 10470#: app/Http/Controllers/AdminTreesController.php:759 10471#: app/Module/RelationshipsChartModule.php:456 10472#: app/Services/EmailService.php:227 10473#: resources/views/modules/statistics-chart/custom.phtml:75 10474msgid "none" 10475msgstr "" 10476 10477#. I18N: https://en.wikipedia.org/wiki/Markdown 10478#: app/Http/Controllers/AdminTreesController.php:755 10479msgid "markdown" 10480msgstr "" 10481 10482#: app/Http/Controllers/AdminTreesController.php:760 10483#: resources/xml/reports/fact_sources.xml:6 10484msgid "facts" 10485msgstr "" 10486 10487#: app/Http/Controllers/AdminTreesController.php:761 10488#: resources/xml/reports/fact_sources.xml:6 10489msgid "records" 10490msgstr "" 10491 10492#: app/Http/Controllers/AdminTreesController.php:818 10493#: app/Http/RequestHandlers/TreePageBlockEdit.php:64 10494#: app/Http/RequestHandlers/UserPageBlockEdit.php:64 10495#: resources/views/admin/components.phtml:45 10496#: resources/views/admin/components.phtml:48 10497#: resources/views/admin/modules.phtml:63 10498#: resources/views/admin/modules.phtml:65 10499#: resources/views/admin/modules.phtml:136 10500#: resources/views/admin/modules.phtml:139 10501#: resources/views/admin/modules.phtml:142 resources/views/admin/trees.phtml:82 10502#: resources/views/modules/block-template.phtml:10 10503#: resources/views/modules/block-template.phtml:12 10504msgid "Preferences" 10505msgstr "" 10506 10507#. I18N: Renumber the records in a family tree 10508#: app/Http/Controllers/AdminTreesController.php:864 10509#: resources/views/admin/trees-merge.phtml:24 10510#: resources/views/admin/trees-merge.phtml:29 10511msgid "Renumber family tree" 10512msgstr "" 10513 10514#: app/Http/Controllers/AdminTreesController.php:1472 10515#: app/Services/UpgradeService.php:150 app/Services/UpgradeService.php:183 10516msgid "The server’s time limit has been reached." 10517msgstr "" 10518 10519#: app/Http/Controllers/AdminTreesController.php:1507 10520#, php-format 10521msgid "The GEDCOM file “%s” has been imported." 10522msgstr "" 10523 10524#. I18N: %s is the name of a family tree 10525#: app/Http/Controllers/AdminTreesController.php:1514 10526#: app/Http/RequestHandlers/DeleteTreeAction.php:65 10527#, php-format 10528msgid "The family tree “%s” has been deleted." 10529msgstr "" 10530 10531#: app/Http/Controllers/AdminTreesController.php:1551 10532#, php-format 10533msgid "%1$s %2$s has a %3$s link to %4$s." 10534msgstr "" 10535 10536#. I18N: Name of a module/list 10537#: app/Http/Controllers/AdminTreesController.php:1713 10538#: app/Http/Controllers/ListController.php:520 10539#: app/Module/FixSearchAndReplace.php:113 10540#: app/Module/RepositoryListModule.php:53 10541#: resources/views/admin/control-panel.phtml:190 10542#: resources/views/admin/merge-records-step-1.phtml:26 10543#: resources/views/lists/repositories-table.phtml:37 10544#: resources/views/modules/gedcom_stats/config.phtml:29 10545#: resources/views/modules/gedcom_stats/statistics.phtml:101 10546#: resources/views/modules/html/template-statistics.phtml:47 10547#: resources/views/search-general-page.phtml:55 10548#: resources/views/search-results.phtml:46 10549#: resources/views/statistics/other/total-records.phtml:48 10550msgid "Repositories" 10551msgstr "" 10552 10553#. I18N: Name of a module/list 10554#. I18N: Name of a module 10555#: app/Http/Controllers/AdminTreesController.php:1714 10556#: app/Http/Controllers/ListController.php:541 10557#: app/Module/FixSearchAndReplace.php:114 app/Module/SourceListModule.php:52 10558#: app/Module/SourcesTabModule.php:59 10559#: resources/views/admin/control-panel.phtml:189 10560#: resources/views/admin/merge-records-step-1.phtml:25 10561#: resources/views/gedcom-record-page.phtml:93 10562#: resources/views/lists/media-table.phtml:73 10563#: resources/views/lists/notes-table.phtml:76 10564#: resources/views/lists/notes-table.phtml:85 10565#: resources/views/lists/repositories-table.phtml:43 10566#: resources/views/lists/sources-table.phtml:80 10567#: resources/views/media-page.phtml:73 10568#: resources/views/modules/gedcom_stats/config.phtml:27 10569#: resources/views/modules/gedcom_stats/statistics.phtml:79 10570#: resources/views/modules/html/template-statistics.phtml:39 10571#: resources/views/note-page.phtml:66 resources/views/repository-page.phtml:45 10572#: resources/views/search-general-page.phtml:48 10573#: resources/views/search-results.phtml:35 10574#: resources/views/statistics/other/chart-sources.phtml:12 10575#: resources/views/statistics/other/total-records.phtml:30 10576#: resources/xml/reports/ahnentafel_report.xml:476 10577#: resources/xml/reports/descendancy_report.xml:611 10578#: resources/xml/reports/family_group_report.xml:1118 10579#: resources/xml/reports/individual_ext_report.xml:644 10580#: resources/xml/reports/individual_report.xml:646 10581msgid "Sources" 10582msgstr "" 10583 10584#. I18N: Name of a module/list 10585#: app/Http/Controllers/AdminTreesController.php:1715 10586#: app/Http/Controllers/ListController.php:255 10587#: app/Module/AncestorsChartModule.php:276 10588#: app/Module/DescendancyChartModule.php:265 10589#: app/Module/FixSearchAndReplace.php:110 10590#: app/Module/IndividualListModule.php:48 10591#: app/Module/StatisticsChartModule.php:153 10592#: app/Module/StatisticsChartModule.php:293 10593#: app/Module/StatisticsChartModule.php:342 10594#: app/Module/StatisticsChartModule.php:537 10595#: app/Module/StatisticsChartModule.php:599 10596#: app/Module/StatisticsChartModule.php:660 10597#: resources/views/admin/control-panel.phtml:187 10598#: resources/views/admin/merge-records-step-1.phtml:23 10599#: resources/views/gedcom-record-page.phtml:66 10600#: resources/views/lists/given-names-table.phtml:24 10601#: resources/views/lists/media-table.phtml:71 10602#: resources/views/lists/notes-table.phtml:82 10603#: resources/views/lists/sources-table.phtml:89 10604#: resources/views/lists/submitters-table.phtml:61 10605#: resources/views/lists/surnames-table.phtml:29 10606#: resources/views/media-page.phtml:59 10607#: resources/views/modules/census-assistant.phtml:55 10608#: resources/views/modules/gedcom_stats/config.phtml:24 10609#: resources/views/modules/gedcom_stats/statistics.phtml:23 10610#: resources/views/modules/html/template-statistics.phtml:19 10611#: resources/views/modules/place-hierarchy/events.phtml:10 10612#: resources/views/modules/place-hierarchy/sidebar.phtml:43 10613#: resources/views/modules/random_media/config.phtml:12 10614#: resources/views/modules/statistics-chart/custom.phtml:56 10615#: resources/views/modules/statistics-chart/custom.phtml:152 10616#: resources/views/note-page.phtml:45 10617#: resources/views/search-general-page.phtml:34 10618#: resources/views/search-results.phtml:13 resources/views/source-page.phtml:46 10619#: resources/views/submitter-page.phtml:45 10620#: resources/xml/reports/fact_sources.xml:54 10621#: resources/xml/reports/fact_sources.xml:258 10622msgid "Individuals" 10623msgstr "" 10624 10625#. I18N: Name of a module/list 10626#. I18N: Name of a module 10627#: app/Http/Controllers/AdminTreesController.php:1716 10628#: app/Http/Controllers/ListController.php:253 10629#: app/Module/AncestorsChartModule.php:277 10630#: app/Module/DescendancyChartModule.php:266 app/Module/FamilyListModule.php:48 10631#: app/Module/FixSearchAndReplace.php:109 app/Module/RelativesTabModule.php:42 10632#: app/Module/StatisticsChartModule.php:158 10633#: app/Module/StatisticsChartModule.php:391 10634#: app/Module/StatisticsChartModule.php:482 10635#: app/Module/StatisticsChartModule.php:732 10636#: resources/views/admin/control-panel.phtml:188 10637#: resources/views/admin/merge-records-step-1.phtml:24 10638#: resources/views/gedcom-record-page.phtml:75 10639#: resources/views/lists/media-table.phtml:72 10640#: resources/views/lists/notes-table.phtml:83 10641#: resources/views/lists/sources-table.phtml:90 10642#: resources/views/lists/submitters-table.phtml:62 10643#: resources/views/media-page.phtml:66 10644#: resources/views/modules/gedcom_stats/config.phtml:26 10645#: resources/views/modules/gedcom_stats/statistics.phtml:67 10646#: resources/views/modules/html/template-statistics.phtml:35 10647#: resources/views/modules/place-hierarchy/events.phtml:16 10648#: resources/views/modules/place-hierarchy/sidebar.phtml:48 10649#: resources/views/note-page.phtml:52 10650#: resources/views/search-general-page.phtml:41 10651#: resources/views/search-results.phtml:24 resources/views/source-page.phtml:53 10652#: resources/views/submitter-page.phtml:52 10653#: resources/xml/reports/fact_sources.xml:152 10654#: resources/xml/reports/fact_sources.xml:314 10655msgid "Families" 10656msgstr "" 10657 10658#. I18N: Name of a module/list 10659#: app/Http/Controllers/AdminTreesController.php:1717 10660#: app/Module/FixSearchAndReplace.php:111 app/Module/MediaListModule.php:51 10661#: resources/views/admin/fix-level-0-media.phtml:24 10662#: resources/views/admin/merge-records-step-1.phtml:28 10663#: resources/views/admin/webtrees1-thumbnails.phtml:30 10664#: resources/views/gedcom-record-page.phtml:84 10665#: resources/views/lists/media-table.phtml:64 10666#: resources/views/lists/notes-table.phtml:84 10667#: resources/views/lists/sources-table.phtml:91 10668#: resources/views/modules/gedcom_stats/config.phtml:28 10669#: resources/views/modules/gedcom_stats/statistics.phtml:90 10670#: resources/views/modules/html/template-statistics.phtml:43 10671#: resources/views/note-page.phtml:59 resources/views/source-page.phtml:60 10672#: resources/views/statistics/other/chart-objects.phtml:12 10673#: resources/views/statistics/other/total-records.phtml:21 10674msgid "Media objects" 10675msgstr "" 10676 10677#. I18N: %s is a surname 10678#: app/Http/Controllers/BranchesController.php:84 10679#, php-format 10680msgid "Branches of the %s family" 10681msgstr "" 10682 10683#. I18N: Branches of a family tree 10684#. I18N: Name of a module/list 10685#: app/Http/Controllers/BranchesController.php:87 10686#: app/Module/BranchesListModule.php:49 10687msgid "Branches" 10688msgstr "" 10689 10690#. I18N: Name of a module/chart 10691#. I18N: Configuration option 10692#: app/Http/Controllers/BranchesController.php:296 10693#: app/Http/Controllers/BranchesController.php:333 10694#: app/Module/RelationshipsChartModule.php:173 10695#: app/Module/RelationshipsChartModule.php:257 10696#: resources/views/lists/individuals-table.phtml:284 10697#: resources/views/modules/relationships-chart/config.phtml:22 10698msgid "Relationships" 10699msgstr "" 10700 10701#: app/Http/Controllers/BranchesController.php:398 10702msgid "Generation" 10703msgstr "" 10704 10705#: app/Http/Controllers/CalendarController.php:144 10706msgid "Anniversary calendar" 10707msgstr "" 10708 10709#: app/Http/Controllers/CalendarController.php:148 10710msgid "On this day…" 10711msgstr "" 10712 10713#: app/Http/Controllers/CalendarController.php:151 10714msgid "In this month…" 10715msgstr "" 10716 10717#: app/Http/Controllers/CalendarController.php:154 10718msgid "In this year…" 10719msgstr "" 10720 10721#: app/Http/Controllers/CalendarController.php:411 10722msgid "Day not set" 10723msgstr "" 10724 10725#: app/Http/Controllers/CalendarController.php:537 10726#: resources/views/modules/yahrzeit/list.phtml:44 10727#, php-format 10728msgid "%s year anniversary" 10729msgstr "" 10730 10731#: app/Http/Controllers/EditFamilyController.php:58 10732#: resources/views/family-page-children.phtml:35 10733#: resources/views/modules/relatives/family.phtml:207 10734msgid "Add a son" 10735msgstr "" 10736 10737#: app/Http/Controllers/EditFamilyController.php:59 10738#: resources/views/family-page-children.phtml:39 10739#: resources/views/modules/relatives/family.phtml:211 10740msgid "Add a daughter" 10741msgstr "" 10742 10743#: app/Http/Controllers/EditFamilyController.php:60 10744#: resources/views/family-page-menu.phtml:39 10745#: resources/views/modules/relatives/family.phtml:215 10746msgid "Add a child" 10747msgstr "" 10748 10749#: app/Http/Controllers/EditFamilyController.php:162 10750#: app/Http/Controllers/EditIndividualController.php:262 10751#: resources/views/family-page-menu.phtml:33 10752#: resources/views/family-page-parents.phtml:42 10753#: resources/views/modules/relatives/family.phtml:89 10754#: resources/views/modules/relatives/tab.phtml:114 10755msgid "Add a wife" 10756msgstr "" 10757 10758#: app/Http/Controllers/EditFamilyController.php:165 10759#: app/Http/Controllers/EditIndividualController.php:258 10760#: resources/views/family-page-menu.phtml:26 10761#: resources/views/family-page-parents.phtml:20 10762#: resources/views/modules/relatives/family.phtml:52 10763#: resources/views/modules/relatives/tab.phtml:116 10764msgid "Add a husband" 10765msgstr "" 10766 10767#: app/Http/Controllers/EditFamilyController.php:262 10768#: resources/views/family-page-menu.phtml:20 10769msgid "Change family members" 10770msgstr "" 10771 10772#: app/Http/Controllers/EditIndividualController.php:59 10773#: resources/views/modules/relatives/tab.phtml:137 10774msgid "Add a child to create a one-parent family" 10775msgstr "" 10776 10777#: app/Http/Controllers/EditIndividualController.php:158 10778#: resources/views/family-page-grandparents.phtml:54 10779#: resources/views/family-page-grandparents.phtml:62 10780#: resources/views/modules/relatives/tab.phtml:36 10781msgid "Add a mother" 10782msgstr "" 10783 10784#: app/Http/Controllers/EditIndividualController.php:161 10785#: resources/views/family-page-grandparents.phtml:24 10786#: resources/views/family-page-grandparents.phtml:32 10787#: resources/views/modules/relatives/tab.phtml:29 10788msgid "Add a father" 10789msgstr "" 10790 10791#: app/Http/Controllers/EditIndividualController.php:364 10792msgid "Create an individual" 10793msgstr "" 10794 10795#: app/Http/Controllers/EditIndividualController.php:487 10796#: resources/views/individual-page-menu.phtml:24 10797msgid "Add a name" 10798msgstr "" 10799 10800#: app/Http/Controllers/EditIndividualController.php:531 10801#: resources/views/modules/relatives/tab.phtml:105 10802msgid "Link this individual to an existing family as a child" 10803msgstr "" 10804 10805#: app/Http/Controllers/EditIndividualController.php:609 10806#: resources/views/modules/relatives/tab.phtml:128 10807msgid "Add a husband using an existing individual" 10808msgstr "" 10809 10810#: app/Http/Controllers/EditIndividualController.php:612 10811#: resources/views/modules/relatives/tab.phtml:126 10812msgid "Add a wife using an existing individual" 10813msgstr "" 10814 10815#: app/Http/Controllers/EditMediaController.php:90 10816#: resources/views/media-page.phtml:191 10817#: resources/views/modals/add-media-file.phtml:10 10818msgid "Add a media file" 10819msgstr "" 10820 10821#: app/Http/Controllers/EditMediaController.php:170 10822#: resources/views/modals/edit-media-file.phtml:10 10823msgid "Edit a media file" 10824msgstr "" 10825 10826#: app/Http/Controllers/EditMediaController.php:267 10827#, php-format 10828msgid "The media file %1$s has been renamed to %2$s." 10829msgstr "" 10830 10831#: app/Http/Controllers/EditMediaController.php:273 10832#, php-format 10833msgid "The media file %1$s could not be renamed to %2$s." 10834msgstr "" 10835 10836#: app/Http/Controllers/EditNoteController.php:55 10837msgid "Edit the shared note" 10838msgstr "" 10839 10840#: app/Http/Controllers/GedcomFileController.php:126 10841msgid "Invalid GEDCOM file - no header record found." 10842msgstr "" 10843 10844#: app/Http/Controllers/GedcomFileController.php:190 10845#, php-format 10846msgid "Error: converting GEDCOM files from %s encoding to UTF-8 encoding not currently supported." 10847msgstr "" 10848 10849#: app/Http/Controllers/ListController.php:228 10850#: app/Http/Controllers/ListController.php:765 10851#: resources/views/admin/trees-export.phtml:94 10852#: resources/views/modules/clippings/download.phtml:21 10853#: resources/xml/reports/cemetery_report.xml:7 10854#: resources/xml/reports/death_report.xml:10 10855#: resources/xml/reports/individual_ext_report.xml:11 10856#: resources/xml/reports/individual_report.xml:8 10857msgid "None" 10858msgstr "" 10859 10860#: app/Http/Controllers/ListController.php:284 10861#, php-format 10862msgid "Exclude individuals with “%s” as a married name" 10863msgstr "" 10864 10865#: app/Http/Controllers/ListController.php:290 10866#, php-format 10867msgid "Include individuals with “%s” as a married name" 10868msgstr "" 10869 10870#: app/Http/Controllers/ListController.php:299 10871msgid "Show the list of individuals" 10872msgstr "" 10873 10874#: app/Http/Controllers/ListController.php:305 10875msgid "Show the list of surnames" 10876msgstr "" 10877 10878#: app/Http/Controllers/ListController.php:353 10879#, php-format 10880msgid "Individuals with surname %s" 10881msgstr "" 10882 10883#. I18N: Name of a module 10884#: app/Http/Controllers/ListController.php:475 app/Module/MediaTabModule.php:60 10885#: resources/views/admin/control-panel.phtml:191 10886#: resources/views/admin/control-panel.phtml:611 10887#: resources/views/admin/media.phtml:99 10888#: resources/views/lists/media-table.phtml:69 10889#: resources/views/modules/recent_changes/changes-table.phtml:68 10890msgid "Media" 10891msgstr "" 10892 10893#. I18N: Name of a module/list 10894#: app/Http/Controllers/ListController.php:499 app/Module/NoteListModule.php:50 10895#: resources/views/lists/sources-table.phtml:92 10896#: resources/views/search-general-page.phtml:62 10897msgid "Shared notes" 10898msgstr "" 10899 10900#. I18N: Name of a module/list 10901#: app/Http/Controllers/ListController.php:562 10902#: app/Module/FixSearchAndReplace.php:115 app/Module/SubmitterListModule.php:53 10903#: resources/views/admin/control-panel.phtml:193 10904#: resources/views/admin/merge-records-step-1.phtml:29 10905#: resources/views/lists/submitters-table.phtml:55 10906msgid "Submitters" 10907msgstr "" 10908 10909#: app/Http/Controllers/PlaceHierarchyController.php:108 10910msgid "Show place hierarchy" 10911msgstr "" 10912 10913#: app/Http/Controllers/PlaceHierarchyController.php:113 10914msgid "Show all places in a list" 10915msgstr "" 10916 10917#. I18N: Name of a module 10918#: app/Http/Controllers/PlaceHierarchyController.php:133 10919#: app/Module/PlacesModule.php:68 10920#: resources/views/admin/trees-preferences.phtml:547 10921#: resources/views/search-replace-page.phtml:38 10922#: resources/views/statistics/other/places.phtml:12 10923msgid "Places" 10924msgstr "" 10925 10926#: app/Http/Controllers/SetupController.php:158 10927msgid "Oops! webtrees was unable to create files in this folder." 10928msgstr "" 10929 10930#: app/Http/Controllers/SetupController.php:159 10931msgid "This usually means that you need to change the folder permissions to 777." 10932msgstr "" 10933 10934#: app/Http/Controllers/SetupController.php:366 10935msgid "You must enter all the administrator account fields." 10936msgstr "" 10937 10938#: app/Http/Controllers/SetupController.php:370 10939msgid "The password needs to be at least six characters long." 10940msgstr "" 10941 10942#: app/Http/Middleware/CheckCsrf.php:68 10943msgid "This form has expired. Try again." 10944msgstr "" 10945 10946#: app/Http/RequestHandlers/AccountEdit.php:88 10947#: app/Module/ModuleThemeTrait.php:327 app/Module/UserWelcomeModule.php:114 10948msgid "My account" 10949msgstr "" 10950 10951#: app/Http/RequestHandlers/BroadcastAction.php:82 10952#: app/Http/RequestHandlers/ContactAction.php:147 10953#: app/Http/RequestHandlers/EmailPreferencesAction.php:90 10954#: app/Http/RequestHandlers/MessageAction.php:98 10955#, php-format 10956msgid "The message was successfully sent to %s." 10957msgstr "" 10958 10959#: app/Http/RequestHandlers/BroadcastAction.php:89 10960#: app/Http/RequestHandlers/ContactAction.php:154 10961#: app/Http/RequestHandlers/EmailPreferencesAction.php:92 10962#: app/Http/RequestHandlers/MessageAction.php:105 10963msgid "The message was not sent." 10964msgstr "" 10965 10966#: app/Http/RequestHandlers/CleanDataFolder.php:95 10967#: resources/views/admin/control-panel.phtml:123 10968msgid "Clean up data folder" 10969msgstr "" 10970 10971#: app/Http/RequestHandlers/ContactAction.php:115 10972#: app/Http/RequestHandlers/PasswordResetAction.php:85 10973#: app/Http/RequestHandlers/PasswordResetPage.php:77 10974#: app/Http/RequestHandlers/RegisterAction.php:98 10975msgid "Please try again." 10976msgstr "" 10977 10978#: app/Http/RequestHandlers/ContactAction.php:120 10979msgid "Please enter a valid email address." 10980msgstr "" 10981 10982#: app/Http/RequestHandlers/ContactAction.php:127 10983#: app/Http/RequestHandlers/RegisterAction.php:251 10984msgid "You are not allowed to send messages that contain external links." 10985msgstr "" 10986 10987#. I18N: e.g. ‘You should delete the “http://” from “http://www.example.com” and try again.’ 10988#: app/Http/RequestHandlers/ContactAction.php:128 10989#: app/Http/RequestHandlers/RegisterAction.php:251 10990#, php-format 10991msgid "You should delete the “%1$s” from “%2$s” and try again." 10992msgstr "" 10993 10994#: app/Http/RequestHandlers/ContactPage.php:96 10995#: app/Http/RequestHandlers/MessagePage.php:76 10996#: app/Module/UserMessagesModule.php:158 10997#: app/Statistics/Repository/UserRepository.php:127 10998#: resources/views/pending-changes-page.phtml:82 10999msgid "Send a message" 11000msgstr "" 11001 11002#: app/Http/RequestHandlers/CopyFact.php:77 11003msgid "The record has been copied to the clipboard." 11004msgstr "" 11005 11006#: app/Http/RequestHandlers/CreateMediaObjectAction.php:105 11007msgid "The media object has been created" 11008msgstr "" 11009 11010#: app/Http/RequestHandlers/CreateNoteAction.php:73 11011msgid "The note has been created" 11012msgstr "" 11013 11014#: app/Http/RequestHandlers/CreateRepositoryAction.php:78 11015msgid "The repository has been created" 11016msgstr "" 11017 11018#: app/Http/RequestHandlers/CreateSourceAction.php:111 11019msgid "The source has been created" 11020msgstr "" 11021 11022#: app/Http/RequestHandlers/CreateSubmitterAction.php:76 11023msgid "The submitter has been created" 11024msgstr "" 11025 11026#: app/Http/RequestHandlers/CreateTreeAction.php:64 11027#, php-format 11028msgid "The family tree “%s” already exists." 11029msgstr "" 11030 11031#: app/Http/RequestHandlers/CreateTreeAction.php:71 11032#, php-format 11033msgid "The family tree “%s” has been created." 11034msgstr "" 11035 11036#: app/Http/RequestHandlers/CreateTreePage.php:55 11037#: resources/views/admin/control-panel.phtml:159 11038msgid "Create a family tree" 11039msgstr "" 11040 11041#: app/Http/RequestHandlers/CreateTreePage.php:57 11042msgid "My family tree" 11043msgstr "" 11044 11045#: app/Http/RequestHandlers/DataFixData.php:107 11046#: app/Http/RequestHandlers/DataFixPreview.php:85 11047#: resources/views/admin/analytics-edit.phtml:18 11048msgid "Preview" 11049msgstr "" 11050 11051#: app/Http/RequestHandlers/DataFixData.php:108 11052#: resources/views/modules/batch_update/admin.phtml:77 11053msgid "Update" 11054msgstr "" 11055 11056#: app/Http/RequestHandlers/DeletePath.php:60 11057#, php-format 11058msgid "The file %s has been deleted." 11059msgstr "" 11060 11061#: app/Http/RequestHandlers/DeletePath.php:62 11062#: app/Http/RequestHandlers/DeletePath.php:76 11063#, php-format 11064msgid "The file %s could not be deleted." 11065msgstr "" 11066 11067#: app/Http/RequestHandlers/DeletePath.php:69 11068#, php-format 11069msgid "The folder %s has been deleted." 11070msgstr "" 11071 11072#: app/Http/RequestHandlers/DeletePath.php:71 11073#, php-format 11074msgid "The folder %s could not be deleted." 11075msgstr "" 11076 11077#. I18N: %s is the name of a family group, e.g. “Husband name + Wife name” 11078#: app/Http/RequestHandlers/DeleteRecord.php:73 11079#, php-format 11080msgid "The family “%s” has been deleted because it only has one member." 11081msgstr "" 11082 11083#. I18N: %s are names of records, such as sources, repositories or individuals 11084#: app/Http/RequestHandlers/DeleteRecord.php:82 11085#: app/Http/RequestHandlers/DeleteRecord.php:87 11086#, php-format 11087msgid "The link from “%1$s” to “%2$s” has been deleted." 11088msgstr "" 11089 11090#: app/Http/RequestHandlers/EditRawFactPage.php:61 11091#: app/Http/RequestHandlers/EditRawRecordPage.php:61 11092#: resources/views/edit/edit-fact.phtml:125 11093#: resources/views/edit/new-individual.phtml:332 11094#: resources/views/family-page-menu.phtml:59 11095#: resources/views/gedcom-record-page-menu.phtml:25 11096#: resources/views/individual-page-menu.phtml:100 11097#: resources/views/media-page-menu.phtml:42 11098#: resources/views/note-page-menu.phtml:25 11099#: resources/views/repository-page-menu.phtml:25 11100#: resources/views/source-page-menu.phtml:25 11101#: resources/views/submitter-page-menu.phtml:25 11102msgid "Edit the raw GEDCOM" 11103msgstr "" 11104 11105#: app/Http/RequestHandlers/EmailPreferencesPage.php:64 11106#: resources/views/admin/control-panel.phtml:101 11107msgid "Sending email" 11108msgstr "" 11109 11110#: app/Http/RequestHandlers/ExportGedcomPage.php:49 11111msgid "Export a GEDCOM file" 11112msgstr "" 11113 11114#: app/Http/RequestHandlers/ExportGedcomServer.php:82 11115#, php-format 11116msgid "The file %s could not be created." 11117msgstr "" 11118 11119#: app/Http/RequestHandlers/HelpText.php:249 11120msgid "Associate events with this source" 11121msgstr "" 11122 11123#. I18N: Name of a module 11124#: app/Http/RequestHandlers/HelpText.php:254 11125#: app/Http/RequestHandlers/PendingChanges.php:133 11126#: app/Module/ModuleThemeTrait.php:432 app/Module/ReviewChangesModule.php:80 11127#: app/Module/ReviewChangesModule.php:134 11128#: resources/views/admin/control-panel.phtml:186 11129#: resources/views/admin/control-panel.phtml:212 11130#: resources/views/pending-changes-page.phtml:82 11131#: resources/xml/reports/change_report.xml:52 11132msgid "Pending changes" 11133msgstr "" 11134 11135#: app/Http/RequestHandlers/HelpText.php:261 11136#: resources/views/admin/users-edit.phtml:275 11137msgid "Restrict to immediate family" 11138msgstr "" 11139 11140#: app/Http/RequestHandlers/HelpText.php:266 11141#: resources/views/admin/trees-export.phtml:65 11142#: resources/views/modules/clippings/download.phtml:70 11143msgid "Convert from UTF-8 to ISO-8859-1" 11144msgstr "" 11145 11146#: app/Http/RequestHandlers/HelpText.php:271 11147#: resources/views/admin/trees-export.phtml:50 11148msgid "Compress the GEDCOM file" 11149msgstr "" 11150 11151#: app/Http/RequestHandlers/HelpText.php:276 resources/views/help/link.phtml:7 11152#: resources/views/help/link.phtml:9 11153msgid "Help" 11154msgstr "" 11155 11156#: app/Http/RequestHandlers/HelpText.php:277 11157msgid "The help text has not been written for this item." 11158msgstr "" 11159 11160#: app/Http/RequestHandlers/IndividualPage.php:209 11161#: resources/views/edit/reorder-families.phtml:62 11162#: resources/views/modules/family_nav/sidebar-family.phtml:43 11163msgid "Parents" 11164msgstr "" 11165 11166#: app/Http/RequestHandlers/IndividualPage.php:215 11167#: resources/views/edit/change-family-members.phtml:22 11168#: resources/views/edit/change-family-members.phtml:37 11169#: resources/views/modules/pedigree-chart/previous.phtml:31 11170#: resources/xml/reports/bdm_report.xml:169 11171#: resources/xml/reports/individual_ext_report.xml:202 11172#: resources/xml/reports/individual_ext_report.xml:219 11173msgid "Spouse" 11174msgstr "" 11175 11176#: app/Http/RequestHandlers/IndividualPage.php:224 11177#: app/Module/StatisticsChartModule.php:433 11178#: app/Module/StatisticsChartModule.php:727 11179#: resources/views/lists/families-table.phtml:227 11180#: resources/views/lists/individuals-table.phtml:245 11181#: resources/views/modules/pedigree-chart/previous.phtml:38 11182#: resources/views/modules/relatives/family.phtml:202 11183#: resources/xml/reports/family_group_report.xml:761 11184#: resources/xml/reports/relative_ext_report.xml:115 11185msgid "Children" 11186msgstr "" 11187 11188#: app/Http/RequestHandlers/IndividualPage.php:317 11189#: resources/views/edit/icon-fact-delete.phtml:8 11190#: resources/views/media-page.phtml:103 11191msgid "Are you sure you want to delete this fact?" 11192msgstr "" 11193 11194#: app/Http/RequestHandlers/IndividualPage.php:317 11195msgid "Delete this name" 11196msgstr "" 11197 11198#: app/Http/RequestHandlers/IndividualPage.php:366 11199#: resources/views/individual-page-menu.phtml:44 11200#: resources/views/individual-page-menu.phtml:52 11201msgid "Edit the gender" 11202msgstr "" 11203 11204#: app/Http/RequestHandlers/LoginAction.php:83 11205#: resources/views/admin/control-panel.phtml:69 11206#: resources/views/admin/upgrade/wizard.phtml:22 11207msgid "A new version of webtrees is available." 11208msgstr "" 11209 11210#: app/Http/RequestHandlers/LoginAction.php:115 11211msgid "You cannot sign in because your browser does not accept cookies." 11212msgstr "" 11213 11214#: app/Http/RequestHandlers/LoginAction.php:122 11215#: app/Http/RequestHandlers/LoginAction.php:127 11216msgid "The username or password is incorrect." 11217msgstr "" 11218 11219#: app/Http/RequestHandlers/LoginAction.php:132 11220msgid "This account has not been verified. Please check your email for a verification message." 11221msgstr "" 11222 11223#: app/Http/RequestHandlers/LoginAction.php:137 11224msgid "This account has not been approved. Please wait for an administrator to approve it." 11225msgstr "" 11226 11227#. I18N: Name of a module 11228#: app/Http/RequestHandlers/LoginPage.php:77 app/Module/LoginBlockModule.php:43 11229#: app/Module/LoginBlockModule.php:75 app/Module/ModuleThemeTrait.php:294 11230msgid "Sign in" 11231msgstr "" 11232 11233#: app/Http/RequestHandlers/LoginPage.php:82 11234msgid "Anyone with a user account can access this website." 11235msgstr "" 11236 11237#: app/Http/RequestHandlers/LoginPage.php:85 11238msgid "You need to be an authorized user to access this website." 11239msgstr "" 11240 11241#: app/Http/RequestHandlers/LoginPage.php:88 11242msgid "You need to be a family member to access this website." 11243msgstr "" 11244 11245#: app/Http/RequestHandlers/LoginPage.php:96 11246msgid "You can apply for an account using the link below." 11247msgstr "" 11248 11249#: app/Http/RequestHandlers/Logout.php:51 11250msgid "You have signed out." 11251msgstr "" 11252 11253#: app/Http/RequestHandlers/MergeFactsAction.php:98 11254#, php-format 11255msgid "The link from “%1$s” to “%2$s” has been updated." 11256msgstr "" 11257 11258#: app/Http/RequestHandlers/MergeFactsAction.php:162 11259#, php-format 11260msgid "The records “%1$s” and “%2$s” have been merged." 11261msgstr "" 11262 11263#: app/Http/RequestHandlers/MergeFactsPage.php:57 11264#: app/Http/RequestHandlers/MergeRecordsPage.php:67 11265#: resources/views/admin/trees.phtml:156 11266msgid "Merge records" 11267msgstr "" 11268 11269#: app/Http/RequestHandlers/PasswordRequestAction.php:96 11270#: app/Http/RequestHandlers/PasswordRequestPage.php:55 11271#: resources/views/modules/login_block/sign-in.phtml:50 11272msgid "Request a new password" 11273msgstr "" 11274 11275#: app/Http/RequestHandlers/PasswordRequestAction.php:103 11276#, php-format 11277msgid "A password reset link has been sent to “%s”." 11278msgstr "" 11279 11280#: app/Http/RequestHandlers/PasswordRequestAction.php:104 11281msgid "This link is valid for one hour." 11282msgstr "" 11283 11284#: app/Http/RequestHandlers/PasswordRequestAction.php:107 11285#, php-format 11286msgid "There is no user account with the email “%s”." 11287msgstr "" 11288 11289#: app/Http/RequestHandlers/PasswordResetAction.php:77 11290msgid "Your password has been updated." 11291msgstr "" 11292 11293#: app/Http/RequestHandlers/PasswordResetAction.php:84 11294#: app/Http/RequestHandlers/PasswordResetPage.php:76 11295msgid "The password reset link has expired." 11296msgstr "" 11297 11298#: app/Http/RequestHandlers/PasswordResetPage.php:64 11299msgid "Set a new password" 11300msgstr "" 11301 11302#. I18N: %s is the name of a genealogy record 11303#: app/Http/RequestHandlers/PendingChangesAcceptRecord.php:66 11304#, php-format 11305msgid "“%s” has been deleted." 11306msgstr "" 11307 11308#. I18N: %s is the name of a genealogy record 11309#: app/Http/RequestHandlers/PendingChangesAcceptRecord.php:69 11310#: app/Http/RequestHandlers/PendingChangesAcceptTree.php:62 11311#, php-format 11312msgid "The changes to “%s” have been accepted." 11313msgstr "" 11314 11315#: app/Http/RequestHandlers/PendingChangesLogPage.php:101 11316#: resources/views/admin/trees.phtml:190 11317msgid "Changes log" 11318msgstr "" 11319 11320#. I18N: the status of an edit accepted/rejected/pending 11321#: app/Http/RequestHandlers/PendingChangesLogPage.php:122 11322msgid "accepted" 11323msgstr "" 11324 11325#. I18N: the status of an edit accepted/rejected/pending 11326#: app/Http/RequestHandlers/PendingChangesLogPage.php:124 11327msgid "rejected" 11328msgstr "" 11329 11330#. I18N: the status of an edit accepted/rejected/pending 11331#: app/Http/RequestHandlers/PendingChangesLogPage.php:126 11332msgid "pending" 11333msgstr "" 11334 11335#. I18N: %s is the name of a genealogy record 11336#: app/Http/RequestHandlers/PendingChangesRejectRecord.php:67 11337#: app/Http/RequestHandlers/PendingChangesRejectTree.php:62 11338#, php-format 11339msgid "The changes to “%s” have been rejected." 11340msgstr "" 11341 11342#: app/Http/RequestHandlers/PhpInformation.php:60 11343#: resources/views/admin/control-panel.phtml:129 11344msgid "Server information" 11345msgstr "" 11346 11347#: app/Http/RequestHandlers/RegisterAction.php:146 11348#, php-format 11349msgid "Your registration at %s" 11350msgstr "" 11351 11352#. I18N: %s is a server name/URL 11353#: app/Http/RequestHandlers/RegisterAction.php:156 11354#, php-format 11355msgid "New registration at %s" 11356msgstr "" 11357 11358#: app/Http/RequestHandlers/RegisterAction.php:195 11359#: app/Http/RequestHandlers/RegisterPage.php:68 11360#: app/Module/WelcomeBlockModule.php:114 resources/views/login-page.phtml:65 11361#: resources/views/modules/login_block/sign-in.phtml:44 11362msgid "Request a new user account" 11363msgstr "" 11364 11365#: app/Http/RequestHandlers/RegisterAction.php:234 11366msgid "All fields must be completed." 11367msgstr "" 11368 11369#: app/Http/RequestHandlers/ReorderChildrenPage.php:57 11370#: resources/views/family-page-children.phtml:44 11371#: resources/views/family-page-menu.phtml:45 11372#: resources/views/modules/relatives/family.phtml:221 11373msgid "Re-order children" 11374msgstr "" 11375 11376#: app/Http/RequestHandlers/ReorderFamiliesPage.php:57 11377#: resources/views/individual-page-menu.phtml:62 11378#: resources/views/individual-page-menu.phtml:67 11379#: resources/views/modules/relatives/tab.phtml:97 11380msgid "Re-order families" 11381msgstr "" 11382 11383#: app/Http/RequestHandlers/ReorderNamesPage.php:57 11384#: resources/views/individual-page-menu.phtml:30 11385#: resources/views/individual-page-menu.phtml:35 11386msgid "Re-order names" 11387msgstr "" 11388 11389#: app/Http/RequestHandlers/ReportGenerate.php:122 11390#: resources/views/admin/modules.phtml:213 11391#: resources/views/admin/modules.phtml:216 11392#: resources/views/report-select-page.phtml:15 11393msgid "Report" 11394msgstr "" 11395 11396#: app/Http/RequestHandlers/ReportListPage.php:74 11397msgid "Choose a report to run" 11398msgstr "" 11399 11400#: app/Http/RequestHandlers/ReportSetupPage.php:147 11401#: resources/views/edit/input-addon-calendar.phtml:9 11402#: resources/views/edit/input-addon-calendar.phtml:12 11403msgid "Select a date" 11404msgstr "" 11405 11406#: app/Http/RequestHandlers/SearchAdvancedPage.php:172 11407#: app/Module/SearchMenuModule.php:125 11408msgid "Advanced search" 11409msgstr "" 11410 11411#: app/Http/RequestHandlers/SearchAdvancedPage.php:224 11412msgid "Exact date" 11413msgstr "" 11414 11415#: app/Http/RequestHandlers/SearchAdvancedPage.php:225 11416#: app/Http/RequestHandlers/SearchAdvancedPage.php:226 11417#: app/Http/RequestHandlers/SearchAdvancedPage.php:227 11418#, php-format 11419msgid "±%s year" 11420msgid_plural "±%s years" 11421msgstr[0] "" 11422msgstr[1] "" 11423 11424#: app/Http/RequestHandlers/SearchAdvancedPage.php:239 11425msgid "Exact" 11426msgstr "" 11427 11428#: app/Http/RequestHandlers/SearchAdvancedPage.php:240 11429msgid "Begins with" 11430msgstr "" 11431 11432#: app/Http/RequestHandlers/SearchAdvancedPage.php:241 11433msgid "Contains" 11434msgstr "" 11435 11436#: app/Http/RequestHandlers/SearchAdvancedPage.php:242 11437msgid "Sounds like" 11438msgstr "" 11439 11440#: app/Http/RequestHandlers/SearchGeneralPage.php:167 11441#: app/Module/SearchMenuModule.php:100 11442msgid "General search" 11443msgstr "" 11444 11445#. I18N: search using “sounds like”, rather than exact spelling 11446#: app/Http/RequestHandlers/SearchPhoneticPage.php:103 11447#: app/Module/SearchMenuModule.php:113 resources/views/branches-page.phtml:26 11448msgid "Phonetic search" 11449msgstr "" 11450 11451#: app/Http/RequestHandlers/SearchReplaceAction.php:75 11452#: app/Http/RequestHandlers/SearchReplaceAction.php:109 11453#: app/Http/RequestHandlers/SearchReplaceAction.php:115 11454#, php-format 11455msgid "%s individual has been updated." 11456msgid_plural "%s individuals have been updated." 11457msgstr[0] "" 11458msgstr[1] "" 11459 11460#: app/Http/RequestHandlers/SearchReplaceAction.php:79 11461#: app/Http/RequestHandlers/SearchReplaceAction.php:119 11462#, php-format 11463msgid "%s family has been updated." 11464msgid_plural "%s families have been updated." 11465msgstr[0] "" 11466msgstr[1] "" 11467 11468#: app/Http/RequestHandlers/SearchReplaceAction.php:83 11469#, php-format 11470msgid "%s repository has been updated." 11471msgid_plural "%s repositories have been updated." 11472msgstr[0] "" 11473msgstr[1] "" 11474 11475#: app/Http/RequestHandlers/SearchReplaceAction.php:87 11476#, php-format 11477msgid "%s source has been updated." 11478msgid_plural "%s sources have been updated." 11479msgstr[0] "" 11480msgstr[1] "" 11481 11482#: app/Http/RequestHandlers/SearchReplaceAction.php:91 11483#, php-format 11484msgid "%s note has been updated." 11485msgid_plural "%s notes have been updated." 11486msgstr[0] "" 11487msgstr[1] "" 11488 11489#. I18N: Name of a module 11490#: app/Http/RequestHandlers/SearchReplacePage.php:52 11491#: app/Module/FixSearchAndReplace.php:77 app/Module/SearchMenuModule.php:138 11492msgid "Search and replace" 11493msgstr "" 11494 11495#. I18N: %s is the name of a family tree 11496#: app/Http/RequestHandlers/SelectDefaultTree.php:54 11497#, php-format 11498msgid "The family tree “%s” will be shown to visitors when they first arrive at this website." 11499msgstr "" 11500 11501#: app/Http/RequestHandlers/SiteLogsPage.php:102 11502#: resources/views/admin/control-panel.phtml:117 11503msgid "Website logs" 11504msgstr "" 11505 11506#: app/Http/RequestHandlers/SitePreferencesAction.php:55 11507#, php-format 11508msgid "The folder “%s” does not exist." 11509msgstr "" 11510 11511#: app/Http/RequestHandlers/SitePreferencesPage.php:65 11512#: resources/views/admin/control-panel.phtml:95 11513msgid "Website preferences" 11514msgstr "" 11515 11516#: app/Http/RequestHandlers/SiteRegistrationPage.php:44 11517#: resources/views/admin/control-panel.phtml:107 11518msgid "Sign-in and registration" 11519msgstr "" 11520 11521#: app/Http/RequestHandlers/SiteRegistrationPage.php:47 11522msgid "No predefined text" 11523msgstr "" 11524 11525#: app/Http/RequestHandlers/SiteRegistrationPage.php:48 11526msgid "Predefined text that states all users can request a user account" 11527msgstr "" 11528 11529#: app/Http/RequestHandlers/SiteRegistrationPage.php:49 11530msgid "Predefined text that states admin will decide on each request for a user account" 11531msgstr "" 11532 11533#: app/Http/RequestHandlers/SiteRegistrationPage.php:50 11534msgid "Predefined text that states only family members can request a user account" 11535msgstr "" 11536 11537#: app/Http/RequestHandlers/SiteRegistrationPage.php:51 11538msgid "Choose user defined welcome text typed below" 11539msgstr "" 11540 11541#: app/Http/RequestHandlers/TreePageDefaultEdit.php:72 11542#: resources/views/admin/control-panel.phtml:165 11543msgid "Set the default blocks for new family trees" 11544msgstr "" 11545 11546#: app/Http/RequestHandlers/TreePageEdit.php:70 11547msgid "Change the “Home page” blocks" 11548msgstr "" 11549 11550#: app/Http/RequestHandlers/UnconnectedPage.php:108 11551#: resources/views/admin/trees.phtml:172 11552msgid "Find unrelated individuals" 11553msgstr "" 11554 11555#. I18N: Name of a module 11556#: app/Http/RequestHandlers/UserPage.php:90 app/Module/ModuleThemeTrait.php:357 11557#: app/Module/UserWelcomeModule.php:61 resources/views/admin/modules.phtml:177 11558#: resources/views/admin/modules.phtml:181 11559#: resources/views/layouts/administration.phtml:54 11560msgid "My page" 11561msgstr "" 11562 11563#: app/Http/RequestHandlers/UserPageDefaultEdit.php:69 11564#: resources/views/admin/control-panel.phtml:387 11565msgid "Set the default blocks for new users" 11566msgstr "" 11567 11568#: app/Http/RequestHandlers/UserPageEdit.php:70 11569msgid "Change the “My page” blocks" 11570msgstr "" 11571 11572#: app/Http/RequestHandlers/UsersCleanupAction.php:69 11573#, php-format 11574msgid "The user %s has been deleted." 11575msgstr "" 11576 11577#: app/Http/RequestHandlers/UsersCleanupPage.php:66 11578#: resources/views/admin/control-panel.phtml:381 11579msgid "Delete inactive users" 11580msgstr "" 11581 11582#: app/Http/RequestHandlers/VerifyEmail.php:73 11583msgid "User verification" 11584msgstr "" 11585 11586#. I18N: This is the format string for full dates. See http://php.net/date for codes 11587#: app/I18N.php:257 11588msgid "%j %F %Y" 11589msgstr "" 11590 11591#. I18N: This punctuation is used to separate lists of items 11592#: app/I18N.php:324 11593msgid ", " 11594msgstr "" 11595 11596#. I18N: This is the format string for the time-of-day. See http://php.net/date for codes 11597#: app/I18N.php:600 11598msgid "%H:%i:%s" 11599msgstr "" 11600 11601#. I18N: A range of numbers 11602#: app/Individual.php:578 app/Module/StatisticsChartModule.php:872 11603#, php-format 11604msgid "%1$s–%2$s" 11605msgstr "" 11606 11607#. I18N: A step-family. %s is an individual’s name 11608#: app/Individual.php:979 11609#, php-format 11610msgid "Father’s family with %s" 11611msgstr "" 11612 11613#. I18N: A step-family. 11614#: app/Individual.php:983 11615msgid "Father’s family with an unknown individual" 11616msgstr "" 11617 11618#. I18N: A step-family. %s is an individual’s name 11619#: app/Individual.php:989 11620#, php-format 11621msgid "Mother’s family with %s" 11622msgstr "" 11623 11624#. I18N: A step-family. 11625#: app/Individual.php:993 11626msgid "Mother’s family with an unknown individual" 11627msgstr "" 11628 11629#. I18N: %s is the spouse name 11630#: app/Individual.php:1018 11631#, php-format 11632msgid "Family with %s" 11633msgstr "" 11634 11635#. I18N: Name of a module/report 11636#. I18N: Name of a module/chart 11637#: app/Module/AhnentafelReportModule.php:40 11638#: app/Module/AncestorsChartModule.php:107 11639#: resources/xml/reports/ahnentafel_report.xml:4 11640msgid "Ancestors" 11641msgstr "" 11642 11643#. I18N: Description of the “Ancestors” module 11644#: app/Module/AhnentafelReportModule.php:52 11645#: resources/xml/reports/ahnentafel_report.xml:5 11646msgid "A report of an individual’s ancestors, in a narrative style." 11647msgstr "" 11648 11649#. I18N: Description of the “Album” module 11650#: app/Module/AlbumModule.php:56 11651msgid "An alternative to the “media” tab, and an enhanced image viewer." 11652msgstr "" 11653 11654#. I18N: Description of the “AncestorsChart” module 11655#: app/Module/AncestorsChartModule.php:118 11656msgid "A chart of an individual’s ancestors." 11657msgstr "" 11658 11659#. I18N: %s is an individual’s name 11660#: app/Module/AncestorsChartModule.php:153 11661#, php-format 11662msgid "Ancestors of %s" 11663msgstr "" 11664 11665#: app/Module/AncestorsChartModule.php:275 11666#: app/Module/DescendancyChartModule.php:264 11667#: resources/views/emails/register-notify-html.phtml:25 11668#: resources/views/emails/register-notify-text.phtml:15 11669msgid "Tree" 11670msgstr "" 11671 11672#. I18N: Name of a module/report. “Vital records” are life events - birth/marriage/death 11673#: app/Module/BirthDeathMarriageReportModule.php:40 11674#: resources/views/calendar-page.phtml:152 11675#: resources/xml/reports/bdm_report.xml:3 11676#: resources/xml/reports/bdm_report.xml:34 11677msgid "Vital records" 11678msgstr "" 11679 11680#. I18N: Description of the “Vital records” module. “Vital records” are life events - birth/marriage/death 11681#: app/Module/BirthDeathMarriageReportModule.php:52 11682#: resources/xml/reports/bdm_report.xml:4 11683msgid "A report of vital records for a given date or place." 11684msgstr "" 11685 11686#. I18N: Name of a module/report 11687#: app/Module/BirthReportModule.php:40 11688#: resources/views/modules/statistics-chart/custom.phtml:57 11689#: resources/xml/reports/birth_report.xml:3 11690#: resources/xml/reports/birth_report.xml:31 11691msgid "Births" 11692msgstr "" 11693 11694#. I18N: Description of the “Births” module 11695#: app/Module/BirthReportModule.php:52 resources/xml/reports/birth_report.xml:4 11696msgid "A report of individuals who were born in a given time or place." 11697msgstr "" 11698 11699#. I18N: Description of the “Branches” module 11700#: app/Module/BranchesListModule.php:60 11701msgid "A list of branches of a family." 11702msgstr "" 11703 11704#. I18N: Name of a module 11705#: app/Module/CalendarMenuModule.php:41 app/Module/CalendarMenuModule.php:80 11706#: resources/views/modules/yahrzeit/config.phtml:30 11707msgid "Calendar" 11708msgstr "" 11709 11710#. I18N: Description of the “Calendar” module 11711#: app/Module/CalendarMenuModule.php:52 11712msgid "The calendar menu." 11713msgstr "" 11714 11715#: app/Module/CalendarMenuModule.php:90 resources/views/calendar-page.phtml:16 11716msgid "Day" 11717msgstr "" 11718 11719#: app/Module/CalendarMenuModule.php:103 11720#: app/Module/StatisticsChartModule.php:288 11721#: app/Module/StatisticsChartModule.php:337 11722#: app/Module/StatisticsChartModule.php:386 11723#: app/Module/StatisticsChartModule.php:428 11724#: app/Module/StatisticsChartModule.php:477 11725#: resources/views/calendar-page.phtml:32 11726msgid "Month" 11727msgstr "" 11728 11729#: app/Module/CalendarMenuModule.php:116 resources/views/calendar-page.phtml:51 11730msgid "Year" 11731msgstr "" 11732 11733#. I18N: Name of a module/report 11734#: app/Module/CemeteryReportModule.php:40 11735#: resources/xml/reports/cemetery_report.xml:3 11736#: resources/xml/reports/cemetery_report.xml:34 11737msgid "Burials" 11738msgstr "" 11739 11740#. I18N: Description of the “Cemeteries” module 11741#: app/Module/CemeteryReportModule.php:52 11742#: resources/xml/reports/cemetery_report.xml:4 11743msgid "A report of individuals who were buried in a given place." 11744msgstr "" 11745 11746#. I18N: Name of a module 11747#: app/Module/CensusAssistantModule.php:51 11748msgid "Census assistant" 11749msgstr "" 11750 11751#. I18N: Description of the “Census assistant” module 11752#: app/Module/CensusAssistantModule.php:62 11753msgid "An alternative way to enter census transcripts and link them to individuals." 11754msgstr "" 11755 11756#: app/Module/CensusAssistantModule.php:232 11757#: app/Module/CensusAssistantModule.php:256 11758#: resources/views/modules/clippings/show.phtml:22 11759#: resources/views/modules/clippings/show.phtml:38 11760#: resources/views/modules/favorites/favorites.phtml:36 11761msgid "Remove" 11762msgstr "" 11763 11764#. I18N: Name of a module/report 11765#: app/Module/ChangeReportModule.php:44 11766#: resources/views/admin/users-edit.phtml:130 11767#: resources/views/pending-changes-page.phtml:52 11768#: resources/xml/reports/change_report.xml:3 11769#: resources/xml/reports/change_report.xml:44 11770msgid "Changes" 11771msgstr "" 11772 11773#. I18N: Description of the “Changes” module 11774#: app/Module/ChangeReportModule.php:56 11775#: resources/xml/reports/change_report.xml:4 11776msgid "A report of recent and pending changes." 11777msgstr "" 11778 11779#. I18N: Description of the “Charts” module 11780#: app/Module/ChartsBlockModule.php:73 11781msgid "An alternative way to display charts." 11782msgstr "" 11783 11784#. I18N: %s is an individual’s name 11785#: app/Module/ChartsBlockModule.php:154 11786#: app/Module/InteractiveTree/TreeView.php:156 11787#: app/Module/InteractiveTreeModule.php:162 11788#, php-format 11789msgid "Interactive tree of %s" 11790msgstr "" 11791 11792#: app/Module/ChartsBlockModule.php:161 11793msgid "You must select an individual and a chart type in the block preferences" 11794msgstr "" 11795 11796#. I18N: Name of a module/chart 11797#. I18N: Name of a report 11798#: app/Module/ChartsBlockModule.php:243 app/Module/PedigreeChartModule.php:118 11799#: app/Module/PedigreeReportModule.php:40 11800#: resources/views/edit/link-child-to-family.phtml:24 11801#: resources/xml/reports/pedigree_report.xml:3 11802#: resources/xml/reports/pedigree_report.xml:48 11803msgid "Pedigree" 11804msgstr "" 11805 11806#. I18N: Name of a module/chart 11807#: app/Module/ChartsBlockModule.php:245 app/Module/HourglassChartModule.php:89 11808msgid "Hourglass chart" 11809msgstr "" 11810 11811#. I18N: Name of a module 11812#: app/Module/ChartsBlockModule.php:246 app/Module/InteractiveTreeModule.php:52 11813msgid "Interactive tree" 11814msgstr "" 11815 11816#. I18N: Description of the “Charts” module 11817#: app/Module/ChartsMenuModule.php:71 11818msgid "The charts menu." 11819msgstr "" 11820 11821#. I18N: Name of a module. CKEditor is a trademark. Do not translate it? http://ckeditor.com 11822#: app/Module/CkeditorModule.php:43 11823msgid "CKEditor™" 11824msgstr "" 11825 11826#. I18N: Description of the “CKEditor” module. WYSIWYG = “what you see is what you get” 11827#: app/Module/CkeditorModule.php:54 11828msgid "Allow other modules to edit text using a “WYSIWYG” editor, instead of using HTML codes." 11829msgstr "" 11830 11831#. I18N: Name of a module 11832#: app/Module/ClippingsCartModule.php:117 11833msgid "Clippings cart" 11834msgstr "" 11835 11836#. I18N: Description of the “Clippings cart” module 11837#: app/Module/ClippingsCartModule.php:128 11838msgid "Select records from your family tree and save them as a GEDCOM file." 11839msgstr "" 11840 11841#: app/Module/ClippingsCartModule.php:176 11842#: resources/views/modules/clippings/add-options.phtml:15 11843msgid "Add to the clippings cart" 11844msgstr "" 11845 11846#: app/Module/ClippingsCartModule.php:180 11847msgid "Empty the clippings cart" 11848msgstr "" 11849 11850#: app/Module/ClippingsCartModule.php:186 11851#: app/Module/ClippingsCartModule.php:357 11852msgid "Download" 11853msgstr "" 11854 11855#: app/Module/ClippingsCartModule.php:357 11856#: app/Module/ClippingsCartModule.php:428 11857msgid "Family tree clippings cart" 11858msgstr "" 11859 11860#: app/Module/ClippingsCartModule.php:453 11861#: app/Module/ClippingsCartModule.php:591 11862#: app/Module/ClippingsCartModule.php:742 11863#: app/Module/ClippingsCartModule.php:810 11864#: app/Module/ClippingsCartModule.php:878 11865#: app/Module/ClippingsCartModule.php:946 11866#, php-format 11867msgid "Add %s to the clippings cart" 11868msgstr "" 11869 11870#. I18N: %s is a family (husband + wife) 11871#: app/Module/ClippingsCartModule.php:476 11872#, php-format 11873msgid "%s and their children" 11874msgstr "" 11875 11876#. I18N: %s is a family (husband + wife) 11877#: app/Module/ClippingsCartModule.php:478 11878#, php-format 11879msgid "%s and their descendants" 11880msgstr "" 11881 11882#: app/Module/ClippingsCartModule.php:614 11883#, php-format 11884msgid "%s, her parents and siblings" 11885msgstr "" 11886 11887#: app/Module/ClippingsCartModule.php:615 11888#, php-format 11889msgid "%s, her spouses and children" 11890msgstr "" 11891 11892#: app/Module/ClippingsCartModule.php:616 11893#, php-format 11894msgid "%s and her ancestors" 11895msgstr "" 11896 11897#: app/Module/ClippingsCartModule.php:617 11898#, php-format 11899msgid "%s, her ancestors and their families" 11900msgstr "" 11901 11902#: app/Module/ClippingsCartModule.php:618 11903#, php-format 11904msgid "%s, her spouses and descendants" 11905msgstr "" 11906 11907#: app/Module/ClippingsCartModule.php:624 11908#, php-format 11909msgid "%s, his parents and siblings" 11910msgstr "" 11911 11912#: app/Module/ClippingsCartModule.php:625 11913#, php-format 11914msgid "%s, his spouses and children" 11915msgstr "" 11916 11917#: app/Module/ClippingsCartModule.php:626 11918#, php-format 11919msgid "%s and his ancestors" 11920msgstr "" 11921 11922#: app/Module/ClippingsCartModule.php:627 11923#, php-format 11924msgid "%s, his ancestors and their families" 11925msgstr "" 11926 11927#: app/Module/ClippingsCartModule.php:628 11928#, php-format 11929msgid "%s, his spouses and descendants" 11930msgstr "" 11931 11932#: app/Module/ClippingsCartModule.php:968 11933#, php-format 11934msgid "%s and the individuals that reference it." 11935msgstr "" 11936 11937#. I18N: Name of a theme. 11938#: app/Module/CloudsTheme.php:43 11939msgid "clouds" 11940msgstr "" 11941 11942#. I18N: Name of a theme. 11943#: app/Module/ColorsTheme.php:53 11944msgid "colors" 11945msgstr "" 11946 11947#. I18N: A colour scheme 11948#: app/Module/ColorsTheme.php:124 11949msgid "Palette" 11950msgstr "" 11951 11952#. I18N: The name of a colour-scheme 11953#: app/Module/ColorsTheme.php:153 11954msgid "Aqua Marine" 11955msgstr "" 11956 11957#. I18N: The name of a colour-scheme 11958#: app/Module/ColorsTheme.php:155 11959msgid "Ash" 11960msgstr "" 11961 11962#. I18N: The name of a colour-scheme 11963#: app/Module/ColorsTheme.php:157 11964msgid "Belgian Chocolate" 11965msgstr "" 11966 11967#. I18N: The name of a colour-scheme 11968#: app/Module/ColorsTheme.php:159 11969msgid "Blue Lagoon" 11970msgstr "" 11971 11972#. I18N: The name of a colour-scheme 11973#: app/Module/ColorsTheme.php:161 11974msgid "Blue Marine" 11975msgstr "" 11976 11977#. I18N: The name of a colour-scheme 11978#: app/Module/ColorsTheme.php:163 11979msgid "Coffee and Cream" 11980msgstr "" 11981 11982#. I18N: The name of a colour-scheme 11983#: app/Module/ColorsTheme.php:165 11984msgid "Cold Day" 11985msgstr "" 11986 11987#. I18N: The name of a colour-scheme 11988#: app/Module/ColorsTheme.php:167 11989msgid "Green Beam" 11990msgstr "" 11991 11992#. I18N: The name of a colour-scheme 11993#: app/Module/ColorsTheme.php:169 11994msgid "Mediterranio" 11995msgstr "" 11996 11997#. I18N: The name of a colour-scheme 11998#: app/Module/ColorsTheme.php:171 11999msgid "Mercury" 12000msgstr "" 12001 12002#. I18N: The name of a colour-scheme 12003#: app/Module/ColorsTheme.php:173 12004msgid "Nocturnal" 12005msgstr "" 12006 12007#. I18N: The name of a colour-scheme 12008#: app/Module/ColorsTheme.php:175 12009msgid "Olivia" 12010msgstr "" 12011 12012#. I18N: The name of a colour-scheme 12013#: app/Module/ColorsTheme.php:177 12014msgid "Pink Plastic" 12015msgstr "" 12016 12017#. I18N: The name of a colour-scheme 12018#: app/Module/ColorsTheme.php:179 12019msgid "Sage" 12020msgstr "" 12021 12022#. I18N: The name of a colour-scheme 12023#: app/Module/ColorsTheme.php:181 12024msgid "Shiny Tomato" 12025msgstr "" 12026 12027#. I18N: The name of a colour-scheme 12028#: app/Module/ColorsTheme.php:183 12029msgid "Teal Top" 12030msgstr "" 12031 12032#. I18N: Name of a module/chart 12033#: app/Module/CompactTreeChartModule.php:84 12034msgid "Compact tree" 12035msgstr "" 12036 12037#. I18N: Description of the “CompactTreeChart” module 12038#: app/Module/CompactTreeChartModule.php:95 12039msgid "A chart of an individual’s ancestors, as a compact tree." 12040msgstr "" 12041 12042#. I18N: %s is an individual’s name 12043#: app/Module/CompactTreeChartModule.php:130 12044#, php-format 12045msgid "Compact tree of %s" 12046msgstr "" 12047 12048#. I18N: Name of a module 12049#: app/Module/ContactsFooterModule.php:57 12050#: resources/views/admin/trees-preferences.phtml:124 12051msgid "Contact information" 12052msgstr "" 12053 12054#. I18N: Description of the “Contact information” module 12055#: app/Module/ContactsFooterModule.php:68 12056msgid "A link to the site contacts." 12057msgstr "" 12058 12059#: app/Module/ContactsFooterModule.php:136 12060#, php-format 12061msgid "For technical support or genealogy questions contact %s." 12062msgstr "" 12063 12064#: app/Module/ContactsFooterModule.php:149 12065#, php-format 12066msgid "For help with genealogy questions contact %s." 12067msgstr "" 12068 12069#: app/Module/ContactsFooterModule.php:162 12070#, php-format 12071msgid "For technical support and information contact %s." 12072msgstr "" 12073 12074#. I18N: Description of the “CSS and JS” module. 12075#: app/Module/CustomCssJsModule.php:43 12076msgid "Add styling and scripts to every page." 12077msgstr "" 12078 12079#. I18N: Name of a module. 12080#: app/Module/CustomCssJsModule.php:82 12081msgid "CSS and JS" 12082msgstr "" 12083 12084#: app/Module/CustomCssJsModule.php:99 12085#: app/Module/RelationshipsChartModule.php:430 app/Module/SiteMapModule.php:180 12086#, php-format 12087msgid "The preferences for the module “%s” have been updated." 12088msgstr "" 12089 12090#. I18N: Name of a module/report 12091#: app/Module/DeathReportModule.php:40 12092#: resources/views/modules/statistics-chart/custom.phtml:59 12093#: resources/xml/reports/death_report.xml:3 12094#: resources/xml/reports/death_report.xml:32 12095msgid "Deaths" 12096msgstr "" 12097 12098#. I18N: Description of the “Deaths” module 12099#: app/Module/DeathReportModule.php:52 resources/xml/reports/death_report.xml:4 12100msgid "A report of individuals who died in a given time or place." 12101msgstr "" 12102 12103#. I18N: Description of the “DescendancyChart” module 12104#: app/Module/DescendancyChartModule.php:118 12105msgid "A chart of an individual’s descendants." 12106msgstr "" 12107 12108#. I18N: %s is an individual’s name 12109#: app/Module/DescendancyChartModule.php:153 12110#, php-format 12111msgid "Descendants of %s" 12112msgstr "" 12113 12114#. I18N: Description of the “Descendants” module 12115#: app/Module/DescendancyModule.php:72 12116msgid "A sidebar showing the descendants of an individual." 12117msgstr "" 12118 12119#: app/Module/DescendancyModule.php:268 12120#: resources/views/family-page-children.phtml:11 12121msgid "No children" 12122msgstr "" 12123 12124#. I18N: Description of the “Descendants” module 12125#: app/Module/DescendancyReportModule.php:52 12126#: resources/xml/reports/descendancy_report.xml:4 12127msgid "A report of an individual’s descendants, in a narrative style." 12128msgstr "" 12129 12130#. I18N: Name of a theme. 12131#: app/Module/FabTheme.php:39 12132msgid "F.A.B." 12133msgstr "" 12134 12135#. I18N: Description of the “Source” module 12136#: app/Module/FactSourcesReportModule.php:56 12137msgid "A report of the information provided by a source." 12138msgstr "" 12139 12140#. I18N: Name of a module/chart 12141#: app/Module/FamilyBookChartModule.php:91 12142msgid "Family book" 12143msgstr "" 12144 12145#. I18N: Description of the “FamilyBookChart” module 12146#: app/Module/FamilyBookChartModule.php:102 12147msgid "A chart of an individual’s ancestors and descendants, as a family book." 12148msgstr "" 12149 12150#. I18N: %s is an individual’s name 12151#: app/Module/FamilyBookChartModule.php:137 12152#, php-format 12153msgid "Family book of %s" 12154msgstr "" 12155 12156#. I18N: Description of the “Family” module 12157#: app/Module/FamilyGroupReportModule.php:56 12158#: resources/xml/reports/family_group_report.xml:4 12159msgid "A report of family members and their details." 12160msgstr "" 12161 12162#. I18N: Description of the “Families” module 12163#: app/Module/FamilyListModule.php:59 12164msgid "A list of families." 12165msgstr "" 12166 12167#. I18N: Name of a module/sidebar 12168#: app/Module/FamilyNavigatorModule.php:40 12169msgid "Family navigator" 12170msgstr "" 12171 12172#. I18N: Description of the “Family navigator” module 12173#: app/Module/FamilyNavigatorModule.php:51 12174msgid "A sidebar showing an individual’s close families and relatives." 12175msgstr "" 12176 12177#. I18N: Name of a module 12178#: app/Module/FamilyTreeFavoritesModule.php:55 12179#: app/Module/UserFavoritesModule.php:56 12180msgid "Favorites" 12181msgstr "" 12182 12183#. I18N: Description of the “Favorites” module 12184#: app/Module/FamilyTreeFavoritesModule.php:66 12185msgid "Display and manage a family tree’s favorite pages." 12186msgstr "" 12187 12188#. I18N: Description of the “News” module 12189#: app/Module/FamilyTreeNewsModule.php:65 12190msgid "Family news and site announcements." 12191msgstr "" 12192 12193#. I18N: Name of a module 12194#: app/Module/FamilyTreeNewsModule.php:118 12195msgid "News" 12196msgstr "" 12197 12198#: app/Module/FamilyTreeNewsModule.php:181 app/Module/UserJournalModule.php:181 12199msgid "Add/edit a journal/news entry" 12200msgstr "" 12201 12202#. I18N: Name of a module 12203#. I18N: Name of a module/chart 12204#: app/Module/FamilyTreeStatisticsModule.php:51 12205#: app/Module/HtmlBlockModule.php:201 app/Module/StatisticsChartModule.php:95 12206#: resources/views/modules/gedcom_stats/config.phtml:21 12207#: resources/views/modules/gedcom_stats/statistics.phtml:17 12208#: resources/views/modules/gedcom_stats/statistics.phtml:137 12209msgid "Statistics" 12210msgstr "" 12211 12212#. I18N: Description of “Statistics” module 12213#: app/Module/FamilyTreeStatisticsModule.php:62 12214msgid "The size of the family tree, earliest and latest events, common names, etc." 12215msgstr "" 12216 12217#. I18N: Name of a module/chart 12218#: app/Module/FanChartModule.php:116 12219msgid "Fan chart" 12220msgstr "" 12221 12222#. I18N: Description of the “Fan Chart” module 12223#: app/Module/FanChartModule.php:127 12224msgid "A fan chart of an individual’s ancestors." 12225msgstr "" 12226 12227#. I18N: http://en.wikipedia.org/wiki/Family_tree#Fan_chart - %s is an individual’s name 12228#: app/Module/FanChartModule.php:162 12229#, php-format 12230msgid "Fan chart of %s" 12231msgstr "" 12232 12233#. I18N: layout option for the fan chart 12234#: app/Module/FanChartModule.php:575 12235msgid "half circle" 12236msgstr "" 12237 12238#. I18N: layout option for the fan chart 12239#: app/Module/FanChartModule.php:577 12240msgid "three-quarter circle" 12241msgstr "" 12242 12243#. I18N: layout option for the fan chart 12244#: app/Module/FanChartModule.php:579 12245msgid "full circle" 12246msgstr "" 12247 12248#. I18N: Name of a module 12249#: app/Module/FixCemeteryTag.php:61 12250msgid "Convert CEME tags to GEDCOM 5.5.1" 12251msgstr "" 12252 12253#. I18N: Description of a “Data fix” module 12254#: app/Module/FixCemeteryTag.php:72 12255msgid "Replace cemetery tags with burial places." 12256msgstr "" 12257 12258#. I18N: Name of a module 12259#: app/Module/FixDuplicateLinks.php:63 12260msgid "Remove duplicate links" 12261msgstr "" 12262 12263#. I18N: Description of a “Data fix” module 12264#: app/Module/FixDuplicateLinks.php:74 12265msgid "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." 12266msgstr "" 12267 12268#. I18N: Name of a module 12269#: app/Module/FixMissingDeaths.php:59 12270msgid "Add missing death records" 12271msgstr "" 12272 12273#. I18N: Description of a “Data fix” module 12274#: app/Module/FixMissingDeaths.php:70 12275msgid "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." 12276msgstr "" 12277 12278#. I18N: Name of a module 12279#: app/Module/FixMissingMarriedNames.php:70 12280msgid "Add married names" 12281msgstr "" 12282 12283#. I18N: Description of a “Data fix” module 12284#: app/Module/FixMissingMarriedNames.php:81 12285msgid "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." 12286msgstr "" 12287 12288#: app/Module/FixMissingMarriedNames.php:94 12289msgid "Wife’s surname replaced by husband’s surname" 12290msgstr "" 12291 12292#: app/Module/FixMissingMarriedNames.php:95 12293msgid "Wife’s maiden surname becomes new given name" 12294msgstr "" 12295 12296#. I18N: Name of a module 12297#: app/Module/FixNameSlashesAndSpaces.php:60 12298msgid "Fix name slashes and spaces" 12299msgstr "" 12300 12301#. I18N: Description of a “Data fix” module 12302#: app/Module/FixNameSlashesAndSpaces.php:71 12303msgid "Correct NAME records of the form “John/DOE/” or “John /DOE”, as produced by older genealogy programs." 12304msgstr "" 12305 12306#. I18N: Name of a module 12307#: app/Module/FixPlaceNames.php:63 12308msgid "Update place names" 12309msgstr "" 12310 12311#. I18N: Description of a “Data fix” module 12312#: app/Module/FixPlaceNames.php:74 12313msgid "Update the higher-level parts of place names, while keeping the lower-level parts." 12314msgstr "" 12315 12316#. I18N: Name of a module 12317#: app/Module/FixPrimaryTag.php:49 12318msgid "Convert _PRIM tags to GEDCOM 5.5.1" 12319msgstr "" 12320 12321#. I18N: Description of a “Data fix” module 12322#: app/Module/FixPrimaryTag.php:60 12323msgid "“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." 12324msgstr "" 12325 12326#. I18N: Description of a “Data fix” module 12327#: app/Module/FixSearchAndReplace.php:88 12328msgid "Search and replace text, using simple searches or advanced pattern matching." 12329msgstr "" 12330 12331#: app/Module/FixSearchAndReplace.php:101 12332msgid "Match the exact text, even if it occurs in the middle of a word." 12333msgstr "" 12334 12335#: app/Module/FixSearchAndReplace.php:102 12336msgid "Match the exact text, unless it occurs in the middle of a word." 12337msgstr "" 12338 12339#: app/Module/FixSearchAndReplace.php:103 12340msgid "Use a “?” to match a single character, use “*” to match zero or more characters." 12341msgstr "" 12342 12343#. I18N: http://en.wikipedia.org/wiki/Regular_expression 12344#: app/Module/FixSearchAndReplace.php:105 12345msgid "Regular expression" 12346msgstr "" 12347 12348#. I18N: Name of a module 12349#: app/Module/FixSearchAndReplace.php:112 app/Module/NotesTabModule.php:59 12350#: resources/views/admin/control-panel.phtml:192 12351#: resources/views/admin/merge-records-step-1.phtml:27 12352#: resources/views/gedcom-record-page.phtml:102 12353#: resources/views/media-page.phtml:80 12354#: resources/views/modules/census-assistant.phtml:79 12355#: resources/views/note-page.phtml:73 resources/views/search-results.phtml:57 12356#: resources/views/source-page.phtml:67 12357#: resources/views/statistics/other/total-records.phtml:39 12358#: resources/xml/reports/individual_ext_report.xml:229 12359#: resources/xml/reports/individual_report.xml:226 12360msgid "Notes" 12361msgstr "" 12362 12363#. I18N: Name of a module. Abbreviation for “Frequently Asked Questions” 12364#: app/Module/FrequentlyAskedQuestionsModule.php:73 12365msgid "FAQ" 12366msgstr "" 12367 12368#. I18N: Description of the “FAQ” module 12369#: app/Module/FrequentlyAskedQuestionsModule.php:84 12370msgid "A list of frequently asked questions and answers." 12371msgstr "" 12372 12373#: app/Module/FrequentlyAskedQuestionsModule.php:158 12374#: app/Module/FrequentlyAskedQuestionsModule.php:405 12375#: resources/views/modules/faq/edit.phtml:9 12376msgid "Frequently asked questions" 12377msgstr "" 12378 12379#. I18N: FAQ = “Frequently Asked Question” 12380#: app/Module/FrequentlyAskedQuestionsModule.php:301 12381#: resources/views/modules/faq/config.phtml:34 12382msgid "Add an FAQ" 12383msgstr "" 12384 12385#: app/Module/FrequentlyAskedQuestionsModule.php:311 12386msgid "Edit the FAQ" 12387msgstr "" 12388 12389#. I18N: Name of a module 12390#. I18N: A configuration setting 12391#: app/Module/HitCountFooterModule.php:75 12392#: resources/views/admin/trees-preferences.phtml:631 12393msgid "Hit counters" 12394msgstr "" 12395 12396#. I18N: Description of the “Hit counters” module 12397#: app/Module/HitCountFooterModule.php:86 12398msgid "Count the visits to each page" 12399msgstr "" 12400 12401#: app/Module/HitCountFooterModule.php:115 12402#, php-format 12403msgid "This page has been viewed %s time." 12404msgid_plural "This page has been viewed %s times." 12405msgstr[0] "" 12406msgstr[1] "" 12407 12408#. I18N: Description of the “HourglassChart” module 12409#: app/Module/HourglassChartModule.php:100 12410msgid "An hourglass chart of an individual’s ancestors and descendants." 12411msgstr "" 12412 12413#. I18N: %s is an individual’s name 12414#: app/Module/HourglassChartModule.php:135 12415#, php-format 12416msgid "Hourglass chart of %s" 12417msgstr "" 12418 12419#. I18N: Name of a module 12420#: app/Module/HtmlBlockModule.php:64 12421msgid "HTML" 12422msgstr "" 12423 12424#. I18N: Description of the “HTML” module 12425#: app/Module/HtmlBlockModule.php:75 12426msgid "Add your own text and graphics." 12427msgstr "" 12428 12429#: app/Module/HtmlBlockModule.php:198 app/Module/StatisticsChartModule.php:168 12430msgid "Custom" 12431msgstr "" 12432 12433#: app/Module/HtmlBlockModule.php:199 12434msgid "Keyword examples" 12435msgstr "" 12436 12437#: app/Module/HtmlBlockModule.php:200 12438msgid "Narrative description" 12439msgstr "" 12440 12441#. I18N: Name of a module/tab on the individual page. 12442#: app/Module/IndividualFactsTabModule.php:66 12443#: resources/views/admin/fix-level-0-media.phtml:32 12444#: resources/views/family-page.phtml:51 12445#: resources/views/modules/random_media/config.phtml:12 12446#: resources/xml/reports/individual_ext_report.xml:153 12447#: resources/xml/reports/individual_report.xml:149 12448msgid "Facts and events" 12449msgstr "" 12450 12451#. I18N: Description of the “Facts and events” module 12452#: app/Module/IndividualFactsTabModule.php:77 12453msgid "A tab showing the facts and events of an individual." 12454msgstr "" 12455 12456#. I18N: Name of a module/report 12457#: app/Module/IndividualFamiliesReportModule.php:44 12458#: resources/xml/reports/individual_ext_report.xml:3 12459#: resources/xml/reports/individual_ext_report.xml:91 12460msgid "Related families" 12461msgstr "" 12462 12463#. I18N: Description of the “Related families” 12464#: app/Module/IndividualFamiliesReportModule.php:56 12465#: resources/xml/reports/individual_ext_report.xml:4 12466msgid "A report of the families that are closely related to an individual." 12467msgstr "" 12468 12469#. I18N: Description of the “Individuals” module 12470#: app/Module/IndividualListModule.php:59 12471msgid "A list of individuals." 12472msgstr "" 12473 12474#. I18N: Name of a module/sidebar 12475#: app/Module/IndividualMetadataModule.php:56 12476msgid "Extra information" 12477msgstr "" 12478 12479#. I18N: Description of the “Extra information” module 12480#: app/Module/IndividualMetadataModule.php:67 12481msgid "A sidebar showing non-genealogy information about an individual." 12482msgstr "" 12483 12484#. I18N: Description of the “Individual” module 12485#: app/Module/IndividualReportModule.php:52 12486#: resources/xml/reports/individual_report.xml:4 12487msgid "A report of an individual’s details." 12488msgstr "" 12489 12490#: app/Module/InteractiveTree/TreeView.php:352 12491msgctxt "unknown family" 12492msgid "unknown" 12493msgstr "" 12494 12495#. I18N: e.g. “Son of [father name & mother name]” 12496#: app/Module/InteractiveTree/TreeView.php:357 12497#, php-format 12498msgid "Son of %s" 12499msgstr "" 12500 12501#. I18N: e.g. “Daughter of [father name & mother name]” 12502#: app/Module/InteractiveTree/TreeView.php:361 12503#, php-format 12504msgid "Daughter of %s" 12505msgstr "" 12506 12507#. I18N: e.g. “Child of [father name & mother name]” 12508#: app/Module/InteractiveTree/TreeView.php:365 12509#, php-format 12510msgid "Child of %s" 12511msgstr "" 12512 12513#. I18N: Description of the “Interactive tree” module 12514#: app/Module/InteractiveTreeModule.php:63 12515msgid "An interactive tree, showing all the ancestors and descendants of an individual." 12516msgstr "" 12517 12518#. I18N: Name of a module/chart 12519#: app/Module/LifespansChartModule.php:83 12520msgid "Lifespans" 12521msgstr "" 12522 12523#. I18N: Description of the “LifespansChart” module 12524#: app/Module/LifespansChartModule.php:94 12525msgid "A chart of individuals’ lifespans." 12526msgstr "" 12527 12528#: app/Module/LifespansChartModule.php:244 12529#: resources/views/admin/trees-unconnected.phtml:37 12530#: resources/views/calendar-list.phtml:13 12531#, php-format 12532msgid "%s individual" 12533msgid_plural "%s individuals" 12534msgstr[0] "" 12535msgstr[1] "" 12536 12537#. I18N: Description of the “Lists” module 12538#: app/Module/ListsMenuModule.php:69 12539msgid "The lists menu." 12540msgstr "" 12541 12542#. I18N: Name of a module. (A list of users who are online now) 12543#: app/Module/LoggedInUsersModule.php:42 12544msgid "Who is online" 12545msgstr "" 12546 12547#. I18N: Description of the “Who is online” module 12548#: app/Module/LoggedInUsersModule.php:53 12549msgid "A list of users and visitors who are currently online." 12550msgstr "" 12551 12552#. I18N: Description of the “Sign in” module 12553#: app/Module/LoginBlockModule.php:54 12554msgid "An alternative way to sign in and sign out." 12555msgstr "" 12556 12557#: app/Module/LoginBlockModule.php:70 app/Module/ModuleThemeTrait.php:310 12558#: resources/views/layouts/administration.phtml:67 12559msgid "Sign out" 12560msgstr "" 12561 12562#. I18N: Name of a module/report 12563#: app/Module/MarriageReportModule.php:40 12564#: resources/views/modules/statistics-chart/custom.phtml:58 12565#: resources/xml/reports/marriage_report.xml:3 12566#: resources/xml/reports/marriage_report.xml:30 12567msgid "Marriages" 12568msgstr "" 12569 12570#. I18N: Description of the “Marriages” module 12571#: app/Module/MarriageReportModule.php:52 12572#: resources/xml/reports/marriage_report.xml:4 12573msgid "A report of individuals who were married in a given time or place." 12574msgstr "" 12575 12576#. I18N: Description of the “Media objects” module 12577#: app/Module/MediaListModule.php:62 12578msgid "A list of media objects." 12579msgstr "" 12580 12581#. I18N: Description of the “Media” module 12582#: app/Module/MediaTabModule.php:71 12583msgid "A tab showing the media objects linked to an individual." 12584msgstr "" 12585 12586#. I18N: Name of a theme. 12587#: app/Module/MinimalTheme.php:39 12588msgid "minimal" 12589msgstr "" 12590 12591#. I18N: Name of a module/report 12592#: app/Module/MissingFactsReportModule.php:44 12593#: resources/xml/reports/missing_facts_report.xml:3 12594#: resources/xml/reports/missing_facts_report.xml:52 12595msgid "Missing data" 12596msgstr "" 12597 12598#. I18N: Description of the “Missing data” 12599#: app/Module/MissingFactsReportModule.php:56 12600#: resources/xml/reports/missing_facts_report.xml:4 12601msgid "A report of the information that is missing for an individual and their relatives." 12602msgstr "" 12603 12604#: app/Module/ModuleHistoricEventsTrait.php:40 12605msgid "Add historic events to an individual’s page." 12606msgstr "" 12607 12608#: app/Module/ModuleThemeTrait.php:73 app/Module/ModuleThemeTrait.php:459 12609#: resources/views/admin/modules.phtml:245 12610#: resources/views/admin/modules.phtml:248 12611#: resources/views/admin/users-edit.phtml:180 12612msgid "Theme" 12613msgstr "" 12614 12615#: app/Module/ModuleThemeTrait.php:181 resources/views/chart-box.phtml:35 12616msgid "Family with spouse" 12617msgstr "" 12618 12619#: app/Module/ModuleThemeTrait.php:212 app/Module/ModuleThemeTrait.php:216 12620msgid "Customize this page" 12621msgstr "" 12622 12623#: app/Module/ModuleThemeTrait.php:342 app/Module/UserWelcomeModule.php:107 12624msgid "My individual record" 12625msgstr "" 12626 12627#: app/Module/ModuleThemeTrait.php:371 12628msgid "My pages" 12629msgstr "" 12630 12631#: app/Module/ModuleThemeTrait.php:405 12632msgid "My pedigree" 12633msgstr "" 12634 12635#. I18N: Description of the “Shared notes” module 12636#: app/Module/NoteListModule.php:61 12637msgid "A list of shared notes." 12638msgstr "" 12639 12640#. I18N: Description of the “Notes” module 12641#: app/Module/NotesTabModule.php:70 12642msgid "A tab showing the notes attached to an individual." 12643msgstr "" 12644 12645#. I18N: Name of a report 12646#: app/Module/OccupationReportModule.php:44 12647#: resources/xml/reports/occupation_report.xml:3 12648#: resources/xml/reports/occupation_report.xml:37 12649msgid "Occupations" 12650msgstr "" 12651 12652#. I18N: Description of the “Occupations” module 12653#: app/Module/OccupationReportModule.php:56 12654#: resources/xml/reports/occupation_report.xml:4 12655msgid "A report of individuals who had a given occupation." 12656msgstr "" 12657 12658#. I18N: Name of a module 12659#: app/Module/OnThisDayModule.php:96 12660msgid "On this day" 12661msgstr "" 12662 12663#. I18N: Description of the “On this day” module 12664#: app/Module/OnThisDayModule.php:107 12665msgid "A list of the anniversaries that occur today." 12666msgstr "" 12667 12668#. I18N: An option in a list-box 12669#: app/Module/OnThisDayModule.php:261 app/Module/RecentChangesModule.php:234 12670#: app/Module/UpcomingAnniversariesModule.php:282 12671#: resources/xml/reports/bdm_report.xml:11 12672#: resources/xml/reports/birth_report.xml:9 12673#: resources/xml/reports/cemetery_report.xml:6 12674#: resources/xml/reports/change_report.xml:7 12675#: resources/xml/reports/death_report.xml:9 12676#: resources/xml/reports/fact_sources.xml:7 12677#: resources/xml/reports/individual_ext_report.xml:8 12678#: resources/xml/reports/marriage_report.xml:9 12679#: resources/xml/reports/occupation_report.xml:6 12680#: resources/xml/reports/relative_ext_report.xml:7 12681msgid "sort by name" 12682msgstr "" 12683 12684#. I18N: An option in a list-box 12685#: app/Module/OnThisDayModule.php:263 12686#: app/Module/UpcomingAnniversariesModule.php:284 12687#: resources/xml/reports/change_report.xml:7 12688msgid "sort by date" 12689msgstr "" 12690 12691#. I18N: Description of the “PedigreeChart” module 12692#: app/Module/PedigreeChartModule.php:129 12693msgid "A chart of an individual’s ancestors, formatted as a tree." 12694msgstr "" 12695 12696#. I18N: %s is an individual’s name 12697#: app/Module/PedigreeChartModule.php:164 12698#, php-format 12699msgid "Pedigree tree of %s" 12700msgstr "" 12701 12702#: app/Module/PedigreeChartModule.php:390 12703msgid "Left" 12704msgstr "" 12705 12706#: app/Module/PedigreeChartModule.php:391 12707msgid "Right" 12708msgstr "" 12709 12710#: app/Module/PedigreeChartModule.php:392 12711msgid "Up" 12712msgstr "" 12713 12714#: app/Module/PedigreeChartModule.php:393 12715msgid "Down" 12716msgstr "" 12717 12718#. I18N: Name of a module 12719#: app/Module/PedigreeMapModule.php:126 12720msgid "Pedigree map" 12721msgstr "" 12722 12723#. I18N: Description of the “Pedigree map” module 12724#: app/Module/PedigreeMapModule.php:137 12725msgid "Show the birthplace of ancestors on a map." 12726msgstr "" 12727 12728#. I18N: %s is an individual’s name 12729#: app/Module/PedigreeMapModule.php:172 app/Module/PedigreeMapModule.php:236 12730#, php-format 12731msgid "Pedigree map of %s" 12732msgstr "" 12733 12734#. I18N: Description of the “Pedigree” module 12735#: app/Module/PedigreeReportModule.php:52 12736#: resources/xml/reports/pedigree_report.xml:4 12737msgid "A report of an individual’s ancestors, formatted as a tree." 12738msgstr "" 12739 12740#. I18N: Name of a module/list 12741#: app/Module/PlaceHierarchyListModule.php:46 12742#: resources/views/place-hierarchy.phtml:10 12743msgid "Place hierarchy" 12744msgstr "" 12745 12746#. I18N: Description of the “Place hierarchy” module 12747#: app/Module/PlaceHierarchyListModule.php:57 12748msgid "The place hierarchy." 12749msgstr "" 12750 12751#. I18N: Description of the “Places” module 12752#: app/Module/PlacesModule.php:79 12753msgid "Show the location of events on a map." 12754msgstr "" 12755 12756#. I18N: Name of a module 12757#: app/Module/PoweredByWebtreesModule.php:41 12758msgid "Powered by webtrees™" 12759msgstr "" 12760 12761#. I18N: Description of the “webtrees” module 12762#: app/Module/PoweredByWebtreesModule.php:52 12763msgid "A link to the webtrees home page." 12764msgstr "" 12765 12766#. I18N: Name of a module 12767#: app/Module/PrivacyPolicy.php:67 app/Module/PrivacyPolicy.php:128 12768#: resources/views/modules/privacy-policy/footer.phtml:10 12769msgid "Privacy policy" 12770msgstr "" 12771 12772#. I18N: Description of the “Cookie warning” module 12773#: app/Module/PrivacyPolicy.php:78 12774msgid "Show a privacy policy." 12775msgstr "" 12776 12777#. I18N: Name of a module 12778#: app/Module/RecentChangesModule.php:77 12779#: resources/xml/reports/change_report.xml:92 12780msgid "Recent changes" 12781msgstr "" 12782 12783#. I18N: Description of the “Recent changes” module 12784#: app/Module/RecentChangesModule.php:88 12785msgid "A list of records that have been updated recently." 12786msgstr "" 12787 12788#: app/Module/RecentChangesModule.php:128 12789#, php-format 12790msgid "There have been no changes within the last %s day." 12791msgid_plural "There have been no changes within the last %s days." 12792msgstr[0] "" 12793msgstr[1] "" 12794 12795#: app/Module/RecentChangesModule.php:152 12796#, php-format 12797msgid "Changes in the last %s day" 12798msgid_plural "Changes in the last %s days" 12799msgstr[0] "" 12800msgstr[1] "" 12801 12802#. I18N: An option in a list-box 12803#: app/Module/RecentChangesModule.php:236 12804msgid "sort by date, oldest first" 12805msgstr "" 12806 12807#. I18N: An option in a list-box 12808#: app/Module/RecentChangesModule.php:238 12809msgid "sort by date, newest first" 12810msgstr "" 12811 12812#. I18N: Name of a report 12813#: app/Module/RelatedIndividualsReportModule.php:40 12814#: resources/xml/reports/relative_ext_report.xml:3 12815#: resources/xml/reports/relative_ext_report.xml:43 12816msgid "Related individuals" 12817msgstr "" 12818 12819#. I18N: Description of the “Related individuals” module 12820#: app/Module/RelatedIndividualsReportModule.php:52 12821#: resources/xml/reports/relative_ext_report.xml:4 12822msgid "A report of the individuals that are closely related to an individual." 12823msgstr "" 12824 12825#. I18N: Description of the “RelationshipsChart” module 12826#: app/Module/RelationshipsChartModule.php:112 12827msgid "A chart displaying relationships between two individuals." 12828msgstr "" 12829 12830#: app/Module/RelationshipsChartModule.php:140 12831msgid "Relationship to me" 12832msgstr "" 12833 12834#. I18N: %s are individual’s names 12835#: app/Module/RelationshipsChartModule.php:249 12836#, php-format 12837msgid "Relationships between %1$s and %2$s" 12838msgstr "" 12839 12840#: app/Module/RelationshipsChartModule.php:312 12841#, php-format 12842msgid "Relationship: %s" 12843msgstr "" 12844 12845#: app/Module/RelationshipsChartModule.php:386 12846msgid "No link between the two individuals could be found." 12847msgstr "" 12848 12849#: app/Module/RelationshipsChartModule.php:409 12850msgid "Chart preferences" 12851msgstr "" 12852 12853#: app/Module/RelationshipsChartModule.php:443 12854msgid "Find any relationship" 12855msgstr "" 12856 12857#: app/Module/RelationshipsChartModule.php:444 12858#: resources/views/modules/relationships-chart/page.phtml:40 12859msgid "Find relationships via ancestors" 12860msgstr "" 12861 12862#: app/Module/RelationshipsChartModule.php:460 12863msgid "unlimited" 12864msgstr "" 12865 12866#: app/Module/RelationshipsChartModule.php:711 12867msgid "Find all possible relationships" 12868msgstr "" 12869 12870#: app/Module/RelationshipsChartModule.php:713 12871msgid "Find other relationships" 12872msgstr "" 12873 12874#: app/Module/RelationshipsChartModule.php:717 12875#: resources/views/modules/relationships-chart/page.phtml:54 12876msgid "Find the closest relationships" 12877msgstr "" 12878 12879#. I18N: Description of the “Families” module 12880#: app/Module/RelativesTabModule.php:53 12881msgid "A tab showing the close relatives of an individual." 12882msgstr "" 12883 12884#. I18N: Description of the “Reports” module 12885#: app/Module/ReportsMenuModule.php:74 12886msgid "The reports menu." 12887msgstr "" 12888 12889#. I18N: Description of the “Repositories” module 12890#: app/Module/RepositoryListModule.php:64 12891msgid "A list of repositories." 12892msgstr "" 12893 12894#. I18N: Name of a module. Tasks that need further research. 12895#: app/Module/ResearchTaskModule.php:58 12896msgid "Research tasks" 12897msgstr "" 12898 12899#. I18N: Description of “Research tasks” module 12900#: app/Module/ResearchTaskModule.php:69 12901msgid "A list of tasks and activities that are linked to the family tree." 12902msgstr "" 12903 12904#: app/Module/ResearchTaskModule.php:116 12905msgid "There are no research tasks in this family tree." 12906msgstr "" 12907 12908#. I18N: Description of the “Pending changes” module 12909#: app/Module/ReviewChangesModule.php:91 12910msgid "A list of changes that need to be reviewed by a moderator, and email notifications." 12911msgstr "" 12912 12913#: app/Module/ReviewChangesModule.php:155 12914#: resources/views/emails/pending-changes-html.phtml:13 12915#: resources/views/emails/pending-changes-text.phtml:10 12916msgid "There are pending changes for you to moderate." 12917msgstr "" 12918 12919#: app/Module/ReviewChangesModule.php:161 12920msgid "Last email reminder was sent " 12921msgstr "" 12922 12923#: app/Module/ReviewChangesModule.php:162 12924msgid "Next email reminder will be sent after " 12925msgstr "" 12926 12927#. I18N: Name of a module 12928#. I18N: A button label. 12929#: app/Module/SearchMenuModule.php:48 app/Module/SearchMenuModule.php:90 12930#: resources/views/admin/data-fix-page.phtml:41 12931#: resources/views/admin/location-edit.phtml:165 12932#: resources/views/admin/location-edit.phtml:201 12933#: resources/views/layouts/default.phtml:87 12934#: resources/views/layouts/default.phtml:88 12935#: resources/views/modules/descendancy/sidebar.phtml:10 12936#: resources/views/modules/descendancy/sidebar.phtml:29 12937#: resources/views/modules/fix-place-names/options.phtml:11 12938#: resources/views/search-replace-page.phtml:35 12939msgid "Search" 12940msgstr "" 12941 12942#. I18N: Description of the “Search” module 12943#: app/Module/SearchMenuModule.php:59 12944msgid "The search menu." 12945msgstr "" 12946 12947#. I18N: Description of the “Sitemaps” module 12948#: app/Module/SiteMapModule.php:117 12949msgid "Generate sitemap files for search engines." 12950msgstr "" 12951 12952#. I18N: Name of a module - see http://en.wikipedia.org/wiki/Sitemaps 12953#: app/Module/SiteMapModule.php:163 12954msgid "Sitemaps" 12955msgstr "" 12956 12957#. I18N: Description of the “Slide show” module 12958#: app/Module/SlideShowModule.php:60 12959msgid "Random images from the current family tree." 12960msgstr "" 12961 12962#: app/Module/SlideShowModule.php:163 12963msgid "This family tree has no images to display." 12964msgstr "" 12965 12966#. I18N: Description of the “Sources” module 12967#: app/Module/SourceListModule.php:63 12968msgid "A list of sources." 12969msgstr "" 12970 12971#. I18N: Description of the “Sources” module 12972#: app/Module/SourcesTabModule.php:70 12973msgid "A tab showing the sources linked to an individual." 12974msgstr "" 12975 12976#. I18N: Description of the “StatisticsChart” module 12977#: app/Module/StatisticsChartModule.php:106 12978msgid "Various statistics charts." 12979msgstr "" 12980 12981#: app/Module/StatisticsChartModule.php:287 12982#: resources/views/modules/statistics-chart/custom.phtml:27 12983msgid "Month of birth" 12984msgstr "" 12985 12986#: app/Module/StatisticsChartModule.php:336 12987#: resources/views/modules/statistics-chart/custom.phtml:28 12988msgid "Month of death" 12989msgstr "" 12990 12991#: app/Module/StatisticsChartModule.php:385 12992#: resources/views/modules/statistics-chart/custom.phtml:43 12993msgid "Month of marriage" 12994msgstr "" 12995 12996#: app/Module/StatisticsChartModule.php:427 12997#: resources/views/modules/statistics-chart/custom.phtml:29 12998msgid "Month of birth of first child in a relation" 12999msgstr "" 13000 13001#: app/Module/StatisticsChartModule.php:476 13002#: resources/views/modules/statistics-chart/custom.phtml:44 13003msgid "Month of first marriage" 13004msgstr "" 13005 13006#: app/Module/StatisticsChartModule.php:530 13007#: app/Statistics/Google/ChartAge.php:132 13008#: resources/views/modules/gedcom_stats/config.phtml:37 13009#: resources/views/modules/gedcom_stats/statistics.phtml:199 13010#: resources/views/modules/html/template-statistics.phtml:84 13011#: resources/views/modules/statistics-chart/custom.phtml:30 13012#: resources/views/statistics/individuals/lifespan.phtml:20 13013msgid "Average age at death" 13014msgstr "" 13015 13016#: app/Module/StatisticsChartModule.php:531 13017#: app/Module/StatisticsChartModule.php:593 13018#: app/Module/StatisticsChartModule.php:654 13019msgid "age" 13020msgstr "" 13021 13022#: app/Module/StatisticsChartModule.php:592 13023#: resources/views/lists/families-table.phtml:482 13024#: resources/views/lists/families-table.phtml:524 13025#: resources/views/modules/statistics-chart/custom.phtml:31 13026#: resources/views/statistics/families/marriage-age.phtml:12 13027msgid "Age in year of marriage" 13028msgstr "" 13029 13030#: app/Module/StatisticsChartModule.php:653 13031#: resources/views/modules/statistics-chart/custom.phtml:32 13032msgid "Age in year of first marriage" 13033msgstr "" 13034 13035#: app/Module/StatisticsChartModule.php:779 13036#: app/Statistics/Google/ChartBirth.php:109 13037#: app/Statistics/Google/ChartCommonGiven.php:82 13038#: app/Statistics/Google/ChartCommonSurname.php:141 13039#: app/Statistics/Google/ChartDeath.php:109 13040#: app/Statistics/Google/ChartDistribution.php:128 13041#: app/Statistics/Google/ChartDivorce.php:109 13042#: app/Statistics/Google/ChartFamilyLargest.php:105 13043#: app/Statistics/Google/ChartFamilyWithSources.php:77 13044#: app/Statistics/Google/ChartIndividualWithSources.php:77 13045#: app/Statistics/Google/ChartMarriage.php:109 13046#: app/Statistics/Google/ChartMedia.php:76 13047#: app/Statistics/Google/ChartMortality.php:67 13048#: app/Statistics/Google/ChartNoChildrenFamilies.php:103 13049#: app/Statistics/Google/ChartSex.php:56 13050#: resources/views/admin/control-panel.phtml:302 13051#: resources/views/lists/chart-by-age.phtml:24 13052#: resources/views/lists/chart-by-decade.phtml:16 13053msgid "Total" 13054msgstr "" 13055 13056#. I18N: Label on a graph; 40+ means 40 or more 13057#: app/Module/StatisticsChartModule.php:877 13058#, php-format 13059msgid "%s+" 13060msgstr "" 13061 13062#: app/Module/StatisticsChartModule.php:963 13063#: app/Statistics/Repository/EventRepository.php:245 13064#: app/Statistics/Repository/FamilyDatesRepository.php:102 13065#: app/Statistics/Repository/FamilyRepository.php:517 13066#: app/Statistics/Repository/IndividualRepository.php:1769 13067#: app/Statistics/Repository/IndividualRepository.php:1794 13068#: resources/views/statistics/families/birth-age.phtml:31 13069#: resources/views/statistics/families/birth-age.phtml:51 13070#: resources/views/statistics/families/birth-age.phtml:73 13071#: resources/views/statistics/families/birth-age.phtml:93 13072#: resources/views/statistics/families/marriage-age.phtml:31 13073#: resources/views/statistics/families/marriage-age.phtml:51 13074#: resources/views/statistics/families/marriage-age.phtml:73 13075#: resources/views/statistics/families/marriage-age.phtml:93 13076#: resources/views/statistics/families/marriage-length.phtml:31 13077#: resources/views/statistics/families/marriage-length.phtml:51 13078#: resources/views/statistics/families/top10-list-age.phtml:33 13079#: resources/views/statistics/families/top10-list-grand.phtml:26 13080#: resources/views/statistics/families/top10-list-spouses.phtml:24 13081#: resources/views/statistics/families/top10-list.phtml:26 13082#: resources/views/statistics/individuals/top10-list.phtml:24 13083#: resources/views/statistics/other/charts/column.phtml:12 13084#: resources/views/statistics/other/charts/combo.phtml:12 13085#: resources/views/statistics/other/charts/custom.phtml:10 13086#: resources/views/statistics/other/charts/geo.phtml:12 13087#: resources/views/statistics/other/charts/pie.phtml:12 13088#: resources/views/statistics/other/places.phtml:55 13089#: resources/views/statistics/other/top10-list.phtml:24 13090msgid "This information is not available." 13091msgstr "" 13092 13093#: app/Module/StatisticsChartModule.php:998 13094#: app/Statistics/Google/ChartAge.php:109 13095#: app/Statistics/Google/ChartAge.php:137 13096#: app/Statistics/Google/ChartBirth.php:108 13097#: app/Statistics/Google/ChartChildren.php:88 13098#: app/Statistics/Google/ChartChildren.php:111 13099#: app/Statistics/Google/ChartDeath.php:108 13100#: app/Statistics/Google/ChartDivorce.php:108 13101#: app/Statistics/Google/ChartMarriage.php:108 13102#: app/Statistics/Google/ChartMarriageAge.php:132 13103#: app/Statistics/Google/ChartMarriageAge.php:160 13104#: app/Statistics/Google/ChartMortality.php:66 13105#: app/Statistics/Google/ChartNoChildrenFamilies.php:102 13106#: app/Statistics/Google/ChartNoChildrenFamilies.php:136 13107#: resources/views/lists/chart-by-decade.phtml:19 13108#: resources/views/lists/families-table.phtml:112 13109#: resources/views/lists/families-table.phtml:127 13110#: resources/views/lists/individuals-table.phtml:128 13111#: resources/views/lists/individuals-table.phtml:143 13112msgid "Century" 13113msgstr "" 13114 13115#. I18N: Description of the “Stories” module 13116#: app/Module/StoriesModule.php:77 13117msgid "Add narrative stories to individuals in the family tree." 13118msgstr "" 13119 13120#. I18N: Name of a module 13121#: app/Module/StoriesModule.php:207 13122#: resources/views/modules/stories/edit.phtml:13 13123msgid "Stories" 13124msgstr "" 13125 13126#: app/Module/StoriesModule.php:296 13127#: resources/views/modules/stories/config.phtml:28 13128#: resources/views/modules/stories/tab.phtml:27 13129msgid "Add a story" 13130msgstr "" 13131 13132#: app/Module/StoriesModule.php:307 13133#: resources/views/modules/stories/tab.phtml:18 13134msgid "Edit the story" 13135msgstr "" 13136 13137#. I18N: Description of the “Shared submitters” module 13138#: app/Module/SubmitterListModule.php:64 13139msgid "A list of submitters." 13140msgstr "" 13141 13142#. I18N: Name of a module 13143#: app/Module/ThemeSelectModule.php:45 13144msgid "Theme change" 13145msgstr "" 13146 13147#. I18N: Description of the “Theme change” module 13148#: app/Module/ThemeSelectModule.php:56 13149msgid "An alternative way to select a new theme." 13150msgstr "" 13151 13152#. I18N: Name of a module/chart 13153#: app/Module/TimelineChartModule.php:96 13154msgid "Timeline" 13155msgstr "" 13156 13157#. I18N: Description of the “TimelineChart” module 13158#: app/Module/TimelineChartModule.php:107 13159msgid "A timeline displaying individual events." 13160msgstr "" 13161 13162#. I18N: Name of a module. Top=Most common 13163#: app/Module/TopGivenNamesModule.php:47 13164#: resources/views/statistics/individuals/names.phtml:55 13165msgid "Top given names" 13166msgstr "" 13167 13168#. I18N: Description of the “Top given names” module 13169#: app/Module/TopGivenNamesModule.php:58 13170msgid "A list of the most popular given names." 13171msgstr "" 13172 13173#. I18N: i.e. most popular given name. 13174#: app/Module/TopGivenNamesModule.php:101 13175msgid "Top given name" 13176msgstr "" 13177 13178#. 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 13179#: app/Module/TopGivenNamesModule.php:104 13180#, php-format 13181msgid "Top %s given name" 13182msgid_plural "Top %s given names" 13183msgstr[0] "" 13184msgstr[1] "" 13185 13186#. I18N: Name of a module 13187#: app/Module/TopPageViewsModule.php:46 13188msgid "Most viewed pages" 13189msgstr "" 13190 13191#. I18N: Description of the “Most viewed pages” module 13192#: app/Module/TopPageViewsModule.php:57 13193msgid "A list of the pages that have been viewed the most number of times." 13194msgstr "" 13195 13196#. I18N: Name of a module. Top=Most common 13197#: app/Module/TopSurnamesModule.php:64 13198#: resources/views/statistics/individuals/names.phtml:31 13199msgid "Top surnames" 13200msgstr "" 13201 13202#. I18N: Description of the “Top surnames” module 13203#: app/Module/TopSurnamesModule.php:75 13204msgid "A list of the most popular surnames." 13205msgstr "" 13206 13207#. I18N: i.e. most popular surname. 13208#: app/Module/TopSurnamesModule.php:158 13209msgid "Top surname" 13210msgstr "" 13211 13212#. I18N: Title for a list of the most common surnames, %s is a number. Note that a separate translation exists when %s is 1 13213#: app/Module/TopSurnamesModule.php:161 13214#, php-format 13215msgid "Top %s surname" 13216msgid_plural "Top %s surnames" 13217msgstr[0] "" 13218msgstr[1] "" 13219 13220#. I18N: An option in a list-box 13221#: app/Module/TopSurnamesModule.php:239 13222msgid "bullet list" 13223msgstr "" 13224 13225#. I18N: An option in a list-box 13226#: app/Module/TopSurnamesModule.php:241 13227msgid "compact list" 13228msgstr "" 13229 13230#. I18N: Name of a module 13231#: app/Module/TreesMenuModule.php:60 app/Module/TreesMenuModule.php:109 13232#: resources/views/admin/control-panel.phtml:142 13233#: resources/views/admin/control-panel.phtml:180 13234#: resources/views/search-general-page.phtml:73 13235#: resources/views/search-phonetic-page.phtml:74 13236msgid "Family trees" 13237msgstr "" 13238 13239#. I18N: Description of the “Family trees” module 13240#: app/Module/TreesMenuModule.php:71 13241msgid "The family trees menu." 13242msgstr "" 13243 13244#: app/Module/TreesMenuModule.php:96 resources/views/admin/changes-log.phtml:73 13245#: resources/views/admin/changes-log.phtml:120 13246#: resources/views/admin/control-panel.phtml:185 13247#: resources/views/admin/fix-level-0-media.phtml:28 13248#: resources/views/admin/site-logs.phtml:67 13249#: resources/views/admin/site-logs.phtml:111 13250#: resources/views/admin/trees.phtml:67 13251#: resources/views/admin/users-edit.phtml:266 13252#: resources/views/modules/batch_update/admin.phtml:19 13253#: resources/views/modules/faq/config.phtml:23 13254#: resources/views/modules/faq/config.phtml:42 13255#: resources/views/modules/faq/edit.phtml:61 13256#: resources/views/modules/stories/config.phtml:16 13257msgid "Family tree" 13258msgstr "" 13259 13260#. I18N: Name of a module 13261#: app/Module/UpcomingAnniversariesModule.php:106 13262msgid "Upcoming events" 13263msgstr "" 13264 13265#. I18N: Description of the “Upcoming events” module 13266#: app/Module/UpcomingAnniversariesModule.php:117 13267msgid "A list of the anniversaries that will occur in the near future." 13268msgstr "" 13269 13270#: app/Module/UpcomingAnniversariesModule.php:161 13271msgid "No events exist for tomorrow." 13272msgstr "" 13273 13274#. I18N: translation for %s==1 is unused; it is translated separately as “tomorrow” 13275#: app/Module/UpcomingAnniversariesModule.php:165 13276#, php-format 13277msgid "No events exist for the next %s day." 13278msgid_plural "No events exist for the next %s days." 13279msgstr[0] "" 13280msgstr[1] "" 13281 13282#. I18N: Description of the “Favorites” module 13283#: app/Module/UserFavoritesModule.php:67 13284msgid "Display and manage a user’s favorite pages." 13285msgstr "" 13286 13287#. I18N: Description of the “Journal” module 13288#: app/Module/UserJournalModule.php:65 13289msgid "A private area to record notes or keep a journal." 13290msgstr "" 13291 13292#. I18N: Name of a module 13293#: app/Module/UserJournalModule.php:118 13294msgid "Journal" 13295msgstr "" 13296 13297#. I18N: Name of a module 13298#. I18N: A configuration setting 13299#: app/Module/UserMessagesModule.php:74 13300#: resources/views/admin/site-mail.phtml:43 13301msgid "Messages" 13302msgstr "" 13303 13304#. I18N: Description of the “Messages” module 13305#: app/Module/UserMessagesModule.php:85 13306msgid "Communicate directly with other users, using private messages." 13307msgstr "" 13308 13309#: app/Module/UserMessagesModule.php:160 13310#: resources/views/admin/data-fix-select.phtml:32 13311#: resources/views/edit/add-fact-row.phtml:25 13312msgid "<select>" 13313msgstr "" 13314 13315#: app/Module/UserMessagesModule.php:165 13316#: resources/views/admin/broadcast.phtml:58 13317#: resources/views/admin/email-page.phtml:56 13318#: resources/views/contact-page.phtml:65 resources/views/message-page.phtml:56 13319msgid "Send" 13320msgstr "" 13321 13322#: app/Module/UserMessagesModule.php:173 app/Module/UserMessagesModule.php:220 13323msgid "Are you sure you want to delete this message? It cannot be retrieved later." 13324msgstr "" 13325 13326#: app/Module/UserMessagesModule.php:180 13327#: resources/views/admin/broadcast.phtml:38 13328#: resources/views/admin/email-page.phtml:36 13329#: resources/views/contact-page.phtml:45 resources/views/message-page.phtml:36 13330msgid "Subject" 13331msgstr "" 13332 13333#: app/Module/UserMessagesModule.php:181 13334msgid "Date sent" 13335msgstr "" 13336 13337#. I18N: When replying to an email, the subject becomes “RE: <subject>” 13338#: app/Module/UserMessagesModule.php:205 app/Module/UserMessagesModule.php:206 13339msgid "RE: " 13340msgstr "" 13341 13342#: app/Module/UserMessagesModule.php:218 13343msgid "Reply" 13344msgstr "" 13345 13346#: app/Module/UserMessagesModule.php:224 13347msgid "Delete selected messages" 13348msgstr "" 13349 13350#: app/Module/UserMessagesModule.php:235 13351#, php-format 13352msgid "%s message" 13353msgid_plural "%s messages" 13354msgstr[0] "" 13355msgstr[1] "" 13356 13357#. I18N: Description of the “My page” module 13358#: app/Module/UserWelcomeModule.php:72 13359msgid "A greeting message and useful links for a user." 13360msgstr "" 13361 13362#: app/Module/UserWelcomeModule.php:100 app/Module/WelcomeBlockModule.php:100 13363msgid "Default chart" 13364msgstr "" 13365 13366#. I18N: A %s is the user’s name 13367#: app/Module/UserWelcomeModule.php:122 13368#, php-format 13369msgid "Welcome %s" 13370msgstr "" 13371 13372#: app/Module/WebtreesTheme.php:38 13373msgid "webtrees" 13374msgstr "" 13375 13376#. I18N: Name of a module 13377#: app/Module/WelcomeBlockModule.php:60 13378#: resources/views/admin/control-panel.phtml:522 13379#: resources/views/admin/modules.phtml:186 13380#: resources/views/admin/modules.phtml:190 resources/views/admin/trees.phtml:73 13381msgid "Home page" 13382msgstr "" 13383 13384#. I18N: Description of the “Home page” module 13385#: app/Module/WelcomeBlockModule.php:71 13386msgid "A greeting message for site visitors." 13387msgstr "" 13388 13389#. I18N: A configuration setting 13390#: app/Module/WelcomeBlockModule.php:107 13391#: resources/views/admin/trees-preferences.phtml:65 13392#: resources/views/edit-account-page.phtml:63 13393msgid "Default individual" 13394msgstr "" 13395 13396#. I18N: Name of a theme. 13397#: app/Module/XeneaTheme.php:39 13398msgid "xenea" 13399msgstr "" 13400 13401#. I18N: Name of a module. Yahrzeiten (the plural of Yahrzeit) are special anniversaries of deaths in the Hebrew faith/calendar. 13402#: app/Module/YahrzeitModule.php:66 13403msgid "Yahrzeiten" 13404msgstr "" 13405 13406#. I18N: Description of the “Yahrzeiten” module. A “Hebrew death” is a death where the date is recorded in the Hebrew calendar. 13407#: app/Module/YahrzeitModule.php:77 13408msgid "A list of the Hebrew death anniversaries that will occur in the near future." 13409msgstr "" 13410 13411#: app/Place.php:242 13412msgid "unknown" 13413msgstr "" 13414 13415#. I18N: This is a report footer. %s is the name of the application. 13416#: app/Report/AbstractRenderer.php:280 13417#, php-format 13418msgid "Generated by %s" 13419msgstr "" 13420 13421#. I18N: Secure Sockets Layer - a secure communications protocol 13422#: app/Services/EmailService.php:229 13423msgid "ssl" 13424msgstr "" 13425 13426#. I18N: Transport Layer Security - a secure communications protocol 13427#: app/Services/EmailService.php:231 13428msgid "tls" 13429msgstr "" 13430 13431#. I18N: "sendmail" is the name of some mail software 13432#: app/Services/EmailService.php:244 13433msgid "Use sendmail to send messages" 13434msgstr "" 13435 13436#: app/Services/EmailService.php:245 13437msgid "Use SMTP to send messages" 13438msgstr "" 13439 13440#: app/Services/MessageService.php:127 13441msgid "webtrees message" 13442msgstr "" 13443 13444#: app/Services/MessageService.php:210 13445#: resources/views/admin/control-panel.phtml:397 13446msgid "Send a message to all users" 13447msgstr "" 13448 13449#: app/Services/MessageService.php:212 13450#: resources/views/admin/control-panel.phtml:403 13451msgid "Send a message to users who have never signed in" 13452msgstr "" 13453 13454#: app/Services/MessageService.php:214 13455#: resources/views/admin/control-panel.phtml:409 13456msgid "Send a message to users who have not signed in for 6 months" 13457msgstr "" 13458 13459#: app/Services/SearchService.php:1045 13460msgid "The search returned too many results." 13461msgstr "" 13462 13463#: app/Services/ServerCheckService.php:126 13464#, php-format 13465msgid "The PHP extension “%s” is not installed." 13466msgstr "" 13467 13468#: app/Services/ServerCheckService.php:145 13469#, php-format 13470msgid "The PHP.INI setting “%1$s” is disabled." 13471msgstr "" 13472 13473#: app/Services/ServerCheckService.php:149 13474#, php-format 13475msgid "The PHP.INI setting “%1$s” is enabled." 13476msgstr "" 13477 13478#: app/Services/ServerCheckService.php:184 13479#, php-format 13480msgid "The PHP function “%1$s” is disabled." 13481msgstr "" 13482 13483#: app/Services/ServerCheckService.php:199 13484#, php-format 13485msgid "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." 13486msgstr "" 13487 13488#: app/Services/ServerCheckService.php:217 13489#, php-format 13490msgid "SQLite version %s is installed. SQLite version %s or later is required." 13491msgstr "" 13492 13493#: app/Services/ServerCheckService.php:249 13494msgid "The server’s temporary folder cannot be accessed." 13495msgstr "" 13496 13497#: app/Services/ServerCheckService.php:324 13498msgid "SQLite is only suitable for small sites, testing and evaluation." 13499msgstr "" 13500 13501#: app/Services/ServerCheckService.php:329 13502msgid "Support for PostgreSQL is experimental." 13503msgstr "" 13504 13505#: app/Services/ServerCheckService.php:334 13506msgid "Support for SQL Server is experimental." 13507msgstr "" 13508 13509#. I18N: This should be a common/default/placeholder name of an individual. Put slashes around the surname. 13510#: app/Services/TreeService.php:202 13511msgid "John /DOE/" 13512msgstr "" 13513 13514#: app/Services/TreeService.php:203 13515msgid "Edit this individual and replace their details with your own." 13516msgstr "" 13517 13518#: app/Services/UpgradeService.php:254 13519msgid "This website is being upgraded. Try again in a few minutes." 13520msgstr "" 13521 13522#. I18N: http://en.wikipedia.org/wiki/Soundex 13523#: app/Soundex.php:3491 resources/views/branches-page.phtml:29 13524#: resources/views/search-phonetic-page.phtml:57 13525msgid "Russell" 13526msgstr "" 13527 13528#. I18N: http://en.wikipedia.org/wiki/Daitch–Mokotoff_Soundex 13529#: app/Soundex.php:3493 resources/views/branches-page.phtml:30 13530#: resources/views/search-phonetic-page.phtml:63 13531msgid "Daitch-Mokotoff" 13532msgstr "" 13533 13534#: app/Statistics/Google/ChartAge.php:110 13535#: app/Statistics/Google/ChartMarriageAge.php:133 13536#: app/Statistics/Google/ChartSex.php:62 13537#: resources/views/calendar-page.phtml:121 13538#: resources/views/lists/families-table.phtml:115 13539#: resources/views/lists/families-table.phtml:130 13540#: resources/views/lists/families-table.phtml:142 13541#: resources/views/lists/individuals-table.phtml:131 13542#: resources/views/lists/individuals-table.phtml:146 13543#: resources/views/lists/individuals-table.phtml:158 13544#: resources/views/modules/gedcom_stats/statistics.phtml:32 13545#: resources/views/modules/gedcom_stats/statistics.phtml:204 13546#: resources/views/modules/html/template-statistics.phtml:23 13547#: resources/views/modules/top10_givnnames/block.phtml:9 13548#: resources/views/statistics/individuals/greatest-age.phtml:20 13549#: resources/views/statistics/individuals/lifespan.phtml:29 13550#: resources/views/statistics/individuals/oldest-living.phtml:20 13551msgid "Males" 13552msgstr "" 13553 13554#: app/Statistics/Google/ChartAge.php:111 13555#: app/Statistics/Google/ChartMarriageAge.php:134 13556#: app/Statistics/Google/ChartSex.php:67 13557#: resources/views/calendar-page.phtml:131 13558#: resources/views/lists/families-table.phtml:118 13559#: resources/views/lists/families-table.phtml:133 13560#: resources/views/lists/families-table.phtml:143 13561#: resources/views/lists/individuals-table.phtml:134 13562#: resources/views/lists/individuals-table.phtml:149 13563#: resources/views/lists/individuals-table.phtml:159 13564#: resources/views/modules/gedcom_stats/statistics.phtml:43 13565#: resources/views/modules/gedcom_stats/statistics.phtml:206 13566#: resources/views/modules/html/template-statistics.phtml:27 13567#: resources/views/modules/top10_givnnames/block.phtml:13 13568#: resources/views/statistics/individuals/greatest-age.phtml:29 13569#: resources/views/statistics/individuals/lifespan.phtml:38 13570#: resources/views/statistics/individuals/oldest-living.phtml:29 13571msgid "Females" 13572msgstr "" 13573 13574#: app/Statistics/Google/ChartAge.php:112 13575#: app/Statistics/Google/ChartMarriageAge.php:135 13576#: resources/views/lists/families-table.phtml:144 13577#: resources/views/lists/individuals-table.phtml:160 13578msgid "Average age" 13579msgstr "" 13580 13581#: app/Statistics/Google/ChartAge.php:129 13582msgid "Average age related to death century" 13583msgstr "" 13584 13585#: app/Statistics/Google/ChartBirth.php:123 13586#: resources/views/statistics/individuals/total-events.phtml:31 13587msgid "Births by century" 13588msgstr "" 13589 13590#: app/Statistics/Google/ChartChildren.php:89 13591msgid "Average number" 13592msgstr "" 13593 13594#: app/Statistics/Google/ChartChildren.php:100 13595#: resources/views/modules/gedcom_stats/config.phtml:39 13596#: resources/views/modules/gedcom_stats/statistics.phtml:227 13597#: resources/views/modules/html/template-statistics.phtml:92 13598#: resources/views/statistics/families/children.phtml:20 13599msgid "Average number of children per family" 13600msgstr "" 13601 13602#: app/Statistics/Google/ChartDeath.php:123 13603#: resources/views/statistics/individuals/total-events.phtml:79 13604msgid "Deaths by century" 13605msgstr "" 13606 13607#: app/Statistics/Google/ChartDistribution.php:333 13608msgid "Surname distribution chart" 13609msgstr "" 13610 13611#: app/Statistics/Google/ChartDistribution.php:338 13612msgid "Birth by country" 13613msgstr "" 13614 13615#: app/Statistics/Google/ChartDistribution.php:343 13616msgid "Death by country" 13617msgstr "" 13618 13619#: app/Statistics/Google/ChartDistribution.php:348 13620msgid "Marriage by country" 13621msgstr "" 13622 13623#: app/Statistics/Google/ChartDistribution.php:354 13624msgid "Individual distribution chart" 13625msgstr "" 13626 13627#: app/Statistics/Google/ChartDivorce.php:123 13628#: resources/views/statistics/families/total-records.phtml:80 13629msgid "Divorces by century" 13630msgstr "" 13631 13632#: app/Statistics/Google/ChartFamilyLargest.php:123 13633#: resources/views/statistics/families/children.phtml:46 13634msgid "Largest families" 13635msgstr "" 13636 13637#: app/Statistics/Google/ChartFamilyWithSources.php:83 13638#: app/Statistics/Google/ChartIndividualWithSources.php:83 13639msgid "Without sources" 13640msgstr "" 13641 13642#: app/Statistics/Google/ChartFamilyWithSources.php:88 13643#: app/Statistics/Google/ChartIndividualWithSources.php:88 13644msgid "With sources" 13645msgstr "" 13646 13647#: app/Statistics/Google/ChartFamilyWithSources.php:96 13648#: resources/views/statistics/other/chart-sources.phtml:32 13649msgid "Families with sources" 13650msgstr "" 13651 13652#: app/Statistics/Google/ChartIndividualWithSources.php:96 13653#: resources/views/statistics/other/chart-sources.phtml:20 13654msgid "Individuals with sources" 13655msgstr "" 13656 13657#: app/Statistics/Google/ChartMarriage.php:123 13658#: resources/views/statistics/families/total-records.phtml:32 13659msgid "Marriages by century" 13660msgstr "" 13661 13662#: app/Statistics/Google/ChartMarriageAge.php:152 13663msgid "Average age in century of marriage" 13664msgstr "" 13665 13666#: app/Statistics/Google/ChartMarriageAge.php:155 13667msgid "Average age at marriage" 13668msgstr "" 13669 13670#: app/Statistics/Google/ChartMortality.php:73 13671msgid "Living" 13672msgstr "" 13673 13674#: app/Statistics/Google/ChartMortality.php:78 13675#: resources/views/lists/individuals-table.phtml:196 13676msgid "Dead" 13677msgstr "" 13678 13679#: app/Statistics/Google/ChartNoChildrenFamilies.php:120 13680msgctxt "unknown century" 13681msgid "Unknown" 13682msgstr "" 13683 13684#: app/Statistics/Google/ChartNoChildrenFamilies.php:125 13685#: resources/views/statistics/families/children.phtml:32 13686msgid "Number of families without children" 13687msgstr "" 13688 13689#: app/Statistics/Google/ChartNoChildrenFamilies.php:133 13690#: resources/views/statistics/families/total-records.phtml:12 13691#: resources/xml/reports/fact_sources.xml:248 13692#: resources/xml/reports/fact_sources.xml:252 13693#: resources/xml/reports/fact_sources.xml:350 13694#: resources/xml/reports/fact_sources.xml:354 13695#: resources/xml/reports/marriage_report.xml:111 13696msgid "Total families" 13697msgstr "" 13698 13699#: app/Statistics/Repository/EventRepository.php:253 13700#: app/Statistics/Repository/FamilyDatesRepository.php:110 13701#: app/Statistics/Repository/FamilyDatesRepository.php:381 13702#: app/Statistics/Repository/FamilyRepository.php:84 13703#: app/Statistics/Repository/FamilyRepository.php:472 13704#: app/Statistics/Repository/FamilyRepository.php:849 13705#: app/Statistics/Repository/FamilyRepository.php:1500 13706#: app/Statistics/Repository/IndividualRepository.php:835 13707#: app/Statistics/Repository/IndividualRepository.php:1149 13708#: app/Statistics/Repository/IndividualRepository.php:1169 13709#: app/Statistics/Repository/IndividualRepository.php:1189 13710#: app/Statistics/Repository/IndividualRepository.php:1209 13711#: app/Statistics/Repository/IndividualRepository.php:1229 13712#: app/Statistics/Repository/IndividualRepository.php:1249 13713msgid "This information is private and cannot be shown." 13714msgstr "" 13715 13716#: app/Statistics/Repository/EventRepository.php:324 13717msgid "birth" 13718msgstr "" 13719 13720#: app/Statistics/Repository/EventRepository.php:325 13721msgid "death" 13722msgstr "" 13723 13724#: app/Statistics/Repository/EventRepository.php:326 13725msgid "marriage" 13726msgstr "" 13727 13728#: app/Statistics/Repository/EventRepository.php:327 13729msgid "adoption" 13730msgstr "" 13731 13732#: app/Statistics/Repository/EventRepository.php:328 13733msgid "burial" 13734msgstr "" 13735 13736#: app/Statistics/Repository/EventRepository.php:329 13737msgid "census added" 13738msgstr "" 13739 13740#: app/Statistics/Repository/FamilyRepository.php:346 13741#: app/Statistics/Repository/IndividualRepository.php:956 13742#, php-format 13743msgid "%s months" 13744msgid_plural "%s months" 13745msgstr[0] "" 13746msgstr[1] "" 13747 13748#: app/Statistics/Repository/FamilyRepository.php:468 13749#: app/Statistics/Repository/UserRepository.php:96 13750#: resources/views/statistics/families/top10-list-age.phtml:23 13751#: resources/views/statistics/families/top10-nolist-age.phtml:21 13752#: resources/xml/reports/ahnentafel_report.xml:395 13753#: resources/xml/reports/descendancy_report.xml:131 13754#: resources/xml/reports/descendancy_report.xml:230 13755#: resources/xml/reports/descendancy_report.xml:299 13756#: resources/xml/reports/descendancy_report.xml:363 13757#: resources/xml/reports/descendancy_report.xml:433 13758#: resources/xml/reports/descendancy_report.xml:486 13759msgid "and" 13760msgstr "" 13761 13762#: app/Statistics/Repository/UserRepository.php:84 13763msgid "No signed-in and no anonymous users" 13764msgstr "" 13765 13766#: app/Statistics/Repository/UserRepository.php:88 13767#, php-format 13768msgid "%s anonymous signed-in user" 13769msgid_plural "%s anonymous signed-in users" 13770msgstr[0] "" 13771msgstr[1] "" 13772 13773#: app/Statistics/Repository/UserRepository.php:99 13774#, php-format 13775msgid "%s signed-in user" 13776msgid_plural "%s signed-in users" 13777msgstr[0] "" 13778msgstr[1] "" 13779 13780#: app/Statistics/Service/CenturyService.php:39 13781#, php-format 13782msgid "%s BCE" 13783msgstr "" 13784 13785#: app/Statistics/Service/CenturyService.php:45 13786msgctxt "CENTURY" 13787msgid "21st" 13788msgstr "" 13789 13790#: app/Statistics/Service/CenturyService.php:47 13791msgctxt "CENTURY" 13792msgid "20th" 13793msgstr "" 13794 13795#: app/Statistics/Service/CenturyService.php:49 13796msgctxt "CENTURY" 13797msgid "19th" 13798msgstr "" 13799 13800#: app/Statistics/Service/CenturyService.php:51 13801msgctxt "CENTURY" 13802msgid "18th" 13803msgstr "" 13804 13805#: app/Statistics/Service/CenturyService.php:53 13806msgctxt "CENTURY" 13807msgid "17th" 13808msgstr "" 13809 13810#: app/Statistics/Service/CenturyService.php:55 13811msgctxt "CENTURY" 13812msgid "16th" 13813msgstr "" 13814 13815#: app/Statistics/Service/CenturyService.php:57 13816msgctxt "CENTURY" 13817msgid "15th" 13818msgstr "" 13819 13820#: app/Statistics/Service/CenturyService.php:59 13821msgctxt "CENTURY" 13822msgid "14th" 13823msgstr "" 13824 13825#: app/Statistics/Service/CenturyService.php:61 13826msgctxt "CENTURY" 13827msgid "13th" 13828msgstr "" 13829 13830#: app/Statistics/Service/CenturyService.php:63 13831msgctxt "CENTURY" 13832msgid "12th" 13833msgstr "" 13834 13835#: app/Statistics/Service/CenturyService.php:65 13836msgctxt "CENTURY" 13837msgid "11th" 13838msgstr "" 13839 13840#: app/Statistics/Service/CenturyService.php:67 13841msgctxt "CENTURY" 13842msgid "10th" 13843msgstr "" 13844 13845#: app/Statistics/Service/CenturyService.php:69 13846msgctxt "CENTURY" 13847msgid "9th" 13848msgstr "" 13849 13850#: app/Statistics/Service/CenturyService.php:71 13851msgctxt "CENTURY" 13852msgid "8th" 13853msgstr "" 13854 13855#: app/Statistics/Service/CenturyService.php:73 13856msgctxt "CENTURY" 13857msgid "7th" 13858msgstr "" 13859 13860#: app/Statistics/Service/CenturyService.php:75 13861msgctxt "CENTURY" 13862msgid "6th" 13863msgstr "" 13864 13865#: app/Statistics/Service/CenturyService.php:77 13866msgctxt "CENTURY" 13867msgid "5th" 13868msgstr "" 13869 13870#: app/Statistics/Service/CenturyService.php:79 13871msgctxt "CENTURY" 13872msgid "4th" 13873msgstr "" 13874 13875#: app/Statistics/Service/CenturyService.php:81 13876msgctxt "CENTURY" 13877msgid "3rd" 13878msgstr "" 13879 13880#: app/Statistics/Service/CenturyService.php:83 13881msgctxt "CENTURY" 13882msgid "2nd" 13883msgstr "" 13884 13885#: app/Statistics/Service/CenturyService.php:85 13886msgctxt "CENTURY" 13887msgid "1st" 13888msgstr "" 13889 13890#. I18N: Name of a country or state 13891#: app/Statistics/Service/CountryService.php:40 13892msgid "Aruba" 13893msgstr "" 13894 13895#. I18N: Name of a country or state 13896#: app/Statistics/Service/CountryService.php:42 13897msgid "Afghanistan" 13898msgstr "" 13899 13900#. I18N: Name of a country or state 13901#: app/Statistics/Service/CountryService.php:44 13902msgid "Angola" 13903msgstr "" 13904 13905#. I18N: Name of a country or state 13906#: app/Statistics/Service/CountryService.php:46 13907msgid "Anguilla" 13908msgstr "" 13909 13910#. I18N: Name of a country or state 13911#: app/Statistics/Service/CountryService.php:48 13912msgid "Aland Islands" 13913msgstr "" 13914 13915#. I18N: Name of a country or state 13916#: app/Statistics/Service/CountryService.php:50 13917msgid "Albania" 13918msgstr "" 13919 13920#. I18N: Name of a country or state 13921#: app/Statistics/Service/CountryService.php:52 13922msgid "Andorra" 13923msgstr "" 13924 13925#. I18N: Name of a country or state 13926#: app/Statistics/Service/CountryService.php:54 13927msgid "United Arab Emirates" 13928msgstr "" 13929 13930#. I18N: Name of a country or state 13931#: app/Statistics/Service/CountryService.php:56 13932msgid "Argentina" 13933msgstr "" 13934 13935#. I18N: Name of a country or state 13936#: app/Statistics/Service/CountryService.php:58 13937msgid "Armenia" 13938msgstr "" 13939 13940#. I18N: Name of a country or state 13941#: app/Statistics/Service/CountryService.php:60 13942msgid "American Samoa" 13943msgstr "" 13944 13945#. I18N: Name of a country or state 13946#: app/Statistics/Service/CountryService.php:62 13947msgid "Antarctica" 13948msgstr "" 13949 13950#. I18N: Name of a country or state 13951#: app/Statistics/Service/CountryService.php:64 13952msgid "French Southern Territories" 13953msgstr "" 13954 13955#. I18N: Name of a country or state 13956#: app/Statistics/Service/CountryService.php:66 13957msgid "Antigua and Barbuda" 13958msgstr "" 13959 13960#. I18N: Name of a country or state 13961#: app/Statistics/Service/CountryService.php:68 13962msgid "Australia" 13963msgstr "" 13964 13965#. I18N: Name of a country or state 13966#: app/Statistics/Service/CountryService.php:70 13967msgid "Austria" 13968msgstr "" 13969 13970#. I18N: Name of a country or state 13971#: app/Statistics/Service/CountryService.php:72 13972msgid "Azerbaijan" 13973msgstr "" 13974 13975#. I18N: Name of a country or state 13976#: app/Statistics/Service/CountryService.php:74 13977msgid "Azores" 13978msgstr "" 13979 13980#. I18N: Name of a country or state 13981#: app/Statistics/Service/CountryService.php:76 13982msgid "Burundi" 13983msgstr "" 13984 13985#. I18N: Name of a country or state 13986#: app/Statistics/Service/CountryService.php:78 13987msgid "Belgium" 13988msgstr "" 13989 13990#. I18N: Name of a country or state 13991#: app/Statistics/Service/CountryService.php:80 13992msgid "Benin" 13993msgstr "" 13994 13995#. I18N: Name of a country or state 13996#: app/Statistics/Service/CountryService.php:83 13997msgid "Burkina Faso" 13998msgstr "" 13999 14000#. I18N: Name of a country or state 14001#: app/Statistics/Service/CountryService.php:85 14002msgid "Bangladesh" 14003msgstr "" 14004 14005#. I18N: Name of a country or state 14006#: app/Statistics/Service/CountryService.php:87 14007msgid "Bulgaria" 14008msgstr "" 14009 14010#. I18N: Name of a country or state 14011#: app/Statistics/Service/CountryService.php:89 14012msgid "Bahrain" 14013msgstr "" 14014 14015#. I18N: Name of a country or state 14016#: app/Statistics/Service/CountryService.php:91 14017msgid "Bahamas" 14018msgstr "" 14019 14020#. I18N: Name of a country or state 14021#: app/Statistics/Service/CountryService.php:93 14022msgid "Bosnia and Herzegovina" 14023msgstr "" 14024 14025#. I18N: Name of a country or state 14026#: app/Statistics/Service/CountryService.php:96 14027msgid "Belarus" 14028msgstr "" 14029 14030#. I18N: Name of a country or state 14031#: app/Statistics/Service/CountryService.php:98 14032msgid "Belize" 14033msgstr "" 14034 14035#. I18N: Name of a country or state 14036#: app/Statistics/Service/CountryService.php:100 14037msgid "Bermuda" 14038msgstr "" 14039 14040#. I18N: Name of a country or state 14041#: app/Statistics/Service/CountryService.php:102 14042msgid "Bolivia" 14043msgstr "" 14044 14045#. I18N: Name of a country or state 14046#: app/Statistics/Service/CountryService.php:104 14047msgid "Brazil" 14048msgstr "" 14049 14050#. I18N: Name of a country or state 14051#: app/Statistics/Service/CountryService.php:106 14052msgid "Barbados" 14053msgstr "" 14054 14055#. I18N: Name of a country or state 14056#: app/Statistics/Service/CountryService.php:108 14057msgid "Brunei Darussalam" 14058msgstr "" 14059 14060#. I18N: Name of a country or state 14061#: app/Statistics/Service/CountryService.php:110 14062msgid "Bhutan" 14063msgstr "" 14064 14065#. I18N: Name of a country or state 14066#: app/Statistics/Service/CountryService.php:112 14067msgid "Bouvet Island" 14068msgstr "" 14069 14070#. I18N: Name of a country or state 14071#: app/Statistics/Service/CountryService.php:114 14072msgid "Botswana" 14073msgstr "" 14074 14075#. I18N: Name of a country or state 14076#: app/Statistics/Service/CountryService.php:116 14077msgid "Central African Republic" 14078msgstr "" 14079 14080#. I18N: Name of a country or state 14081#: app/Statistics/Service/CountryService.php:118 14082msgid "Canada" 14083msgstr "" 14084 14085#. I18N: Name of a country or state 14086#: app/Statistics/Service/CountryService.php:120 14087msgid "Cocos (Keeling) Islands" 14088msgstr "" 14089 14090#. I18N: Name of a country or state 14091#: app/Statistics/Service/CountryService.php:122 14092msgid "Switzerland" 14093msgstr "" 14094 14095#. I18N: Name of a country or state 14096#: app/Statistics/Service/CountryService.php:124 14097msgid "Chile" 14098msgstr "" 14099 14100#. I18N: Name of a country or state 14101#: app/Statistics/Service/CountryService.php:126 14102msgid "China" 14103msgstr "" 14104 14105#. I18N: Name of a country or state 14106#: app/Statistics/Service/CountryService.php:128 14107msgid "Cote d’Ivoire" 14108msgstr "" 14109 14110#. I18N: Name of a country or state 14111#: app/Statistics/Service/CountryService.php:130 14112msgid "Cameroon" 14113msgstr "" 14114 14115#. I18N: Name of a country or state 14116#: app/Statistics/Service/CountryService.php:132 14117msgid "Democratic Republic of the Congo" 14118msgstr "" 14119 14120#. I18N: Name of a country or state 14121#: app/Statistics/Service/CountryService.php:134 14122msgid "Republic of the Congo" 14123msgstr "" 14124 14125#. I18N: Name of a country or state 14126#: app/Statistics/Service/CountryService.php:136 14127msgid "Cook Islands" 14128msgstr "" 14129 14130#. I18N: Name of a country or state 14131#: app/Statistics/Service/CountryService.php:138 14132msgid "Colombia" 14133msgstr "" 14134 14135#. I18N: Name of a country or state 14136#: app/Statistics/Service/CountryService.php:140 14137msgid "Comoros" 14138msgstr "" 14139 14140#. I18N: Name of a country or state 14141#: app/Statistics/Service/CountryService.php:142 14142msgid "Cape Verde" 14143msgstr "" 14144 14145#. I18N: Name of a country or state 14146#: app/Statistics/Service/CountryService.php:144 14147msgid "Costa Rica" 14148msgstr "" 14149 14150#. I18N: Name of a country or state 14151#: app/Statistics/Service/CountryService.php:146 14152msgid "Cuba" 14153msgstr "" 14154 14155#. I18N: Name of a country or state 14156#: app/Statistics/Service/CountryService.php:149 14157msgid "Christmas Island" 14158msgstr "" 14159 14160#. I18N: Name of a country or state 14161#: app/Statistics/Service/CountryService.php:151 14162msgid "Cayman Islands" 14163msgstr "" 14164 14165#. I18N: Name of a country or state 14166#: app/Statistics/Service/CountryService.php:153 14167msgid "Cyprus" 14168msgstr "" 14169 14170#. I18N: Name of a country or state 14171#: app/Statistics/Service/CountryService.php:155 14172msgid "Czech Republic" 14173msgstr "" 14174 14175#. I18N: Name of a country or state 14176#: app/Statistics/Service/CountryService.php:157 14177msgid "Germany" 14178msgstr "" 14179 14180#. I18N: Name of a country or state 14181#: app/Statistics/Service/CountryService.php:159 14182msgid "Djibouti" 14183msgstr "" 14184 14185#. I18N: Name of a country or state 14186#: app/Statistics/Service/CountryService.php:161 14187msgid "Dominica" 14188msgstr "" 14189 14190#. I18N: Name of a country or state 14191#: app/Statistics/Service/CountryService.php:163 14192msgid "Denmark" 14193msgstr "" 14194 14195#. I18N: Name of a country or state 14196#: app/Statistics/Service/CountryService.php:165 14197msgid "Dominican Republic" 14198msgstr "" 14199 14200#. I18N: Name of a country or state 14201#: app/Statistics/Service/CountryService.php:167 14202msgid "Algeria" 14203msgstr "" 14204 14205#. I18N: Name of a country or state 14206#: app/Statistics/Service/CountryService.php:169 14207msgid "Ecuador" 14208msgstr "" 14209 14210#. I18N: Name of a country or state 14211#: app/Statistics/Service/CountryService.php:171 14212msgid "Egypt" 14213msgstr "" 14214 14215#. I18N: Name of a country or state 14216#: app/Statistics/Service/CountryService.php:173 14217msgid "England" 14218msgstr "" 14219 14220#. I18N: Name of a country or state 14221#: app/Statistics/Service/CountryService.php:175 14222msgid "Eritrea" 14223msgstr "" 14224 14225#. I18N: Name of a country or state 14226#: app/Statistics/Service/CountryService.php:177 14227msgid "Western Sahara" 14228msgstr "" 14229 14230#. I18N: Name of a country or state 14231#: app/Statistics/Service/CountryService.php:179 14232msgid "Spain" 14233msgstr "" 14234 14235#. I18N: Name of a country or state 14236#: app/Statistics/Service/CountryService.php:181 14237msgid "Estonia" 14238msgstr "" 14239 14240#. I18N: Name of a country or state 14241#: app/Statistics/Service/CountryService.php:183 14242msgid "Ethiopia" 14243msgstr "" 14244 14245#. I18N: Name of a country or state 14246#: app/Statistics/Service/CountryService.php:185 14247msgid "Finland" 14248msgstr "" 14249 14250#. I18N: Name of a country or state 14251#: app/Statistics/Service/CountryService.php:187 14252msgid "Fiji" 14253msgstr "" 14254 14255#. I18N: Name of a country or state 14256#: app/Statistics/Service/CountryService.php:189 14257msgid "Flanders" 14258msgstr "" 14259 14260#. I18N: Name of a country or state 14261#: app/Statistics/Service/CountryService.php:191 14262msgid "Falkland Islands" 14263msgstr "" 14264 14265#. I18N: Name of a country or state 14266#: app/Statistics/Service/CountryService.php:193 14267msgid "France" 14268msgstr "" 14269 14270#. I18N: Name of a country or state 14271#: app/Statistics/Service/CountryService.php:195 14272msgid "Faroe Islands" 14273msgstr "" 14274 14275#. I18N: Name of a country or state 14276#: app/Statistics/Service/CountryService.php:197 14277msgid "Micronesia" 14278msgstr "" 14279 14280#. I18N: Name of a country or state 14281#: app/Statistics/Service/CountryService.php:199 14282msgid "Gabon" 14283msgstr "" 14284 14285#. I18N: Name of a country or state 14286#: app/Statistics/Service/CountryService.php:201 14287msgid "United Kingdom" 14288msgstr "" 14289 14290#. I18N: Name of a country or state 14291#: app/Statistics/Service/CountryService.php:203 14292msgid "Georgia" 14293msgstr "" 14294 14295#. I18N: Name of a country or state 14296#: app/Statistics/Service/CountryService.php:205 14297msgid "Guernsey" 14298msgstr "" 14299 14300#. I18N: Name of a country or state 14301#: app/Statistics/Service/CountryService.php:207 14302msgid "Ghana" 14303msgstr "" 14304 14305#. I18N: Name of a country or state 14306#: app/Statistics/Service/CountryService.php:209 14307msgid "Gibraltar" 14308msgstr "" 14309 14310#. I18N: Name of a country or state 14311#: app/Statistics/Service/CountryService.php:211 14312msgid "Guinea" 14313msgstr "" 14314 14315#. I18N: Name of a country or state 14316#: app/Statistics/Service/CountryService.php:213 14317msgid "Guadeloupe" 14318msgstr "" 14319 14320#. I18N: Name of a country or state 14321#: app/Statistics/Service/CountryService.php:215 14322msgid "Gambia" 14323msgstr "" 14324 14325#. I18N: Name of a country or state 14326#: app/Statistics/Service/CountryService.php:217 14327msgid "Guinea-Bissau" 14328msgstr "" 14329 14330#. I18N: Name of a country or state 14331#: app/Statistics/Service/CountryService.php:219 14332msgid "Equatorial Guinea" 14333msgstr "" 14334 14335#. I18N: Name of a country or state 14336#: app/Statistics/Service/CountryService.php:221 14337msgid "Greece" 14338msgstr "" 14339 14340#. I18N: Name of a country or state 14341#: app/Statistics/Service/CountryService.php:223 14342msgid "Grenada" 14343msgstr "" 14344 14345#. I18N: Name of a country or state 14346#: app/Statistics/Service/CountryService.php:225 14347msgid "Greenland" 14348msgstr "" 14349 14350#. I18N: Name of a country or state 14351#: app/Statistics/Service/CountryService.php:227 14352msgid "Guatemala" 14353msgstr "" 14354 14355#. I18N: Name of a country or state 14356#: app/Statistics/Service/CountryService.php:229 14357msgid "French Guiana" 14358msgstr "" 14359 14360#. I18N: Name of a country or state 14361#: app/Statistics/Service/CountryService.php:231 14362msgid "Guam" 14363msgstr "" 14364 14365#. I18N: Name of a country or state 14366#: app/Statistics/Service/CountryService.php:233 14367msgid "Guyana" 14368msgstr "" 14369 14370#. I18N: Name of a country or state 14371#: app/Statistics/Service/CountryService.php:237 14372msgid "Heard Island and McDonald Islands" 14373msgstr "" 14374 14375#. I18N: Name of a country or state 14376#: app/Statistics/Service/CountryService.php:239 14377msgid "Honduras" 14378msgstr "" 14379 14380#. I18N: Name of a country or state 14381#: app/Statistics/Service/CountryService.php:241 14382msgid "Croatia" 14383msgstr "" 14384 14385#. I18N: Name of a country or state 14386#: app/Statistics/Service/CountryService.php:243 14387msgid "Haiti" 14388msgstr "" 14389 14390#. I18N: Name of a country or state 14391#: app/Statistics/Service/CountryService.php:245 14392msgid "Hungary" 14393msgstr "" 14394 14395#. I18N: Name of a country or state 14396#: app/Statistics/Service/CountryService.php:247 14397msgid "Indonesia" 14398msgstr "" 14399 14400#. I18N: Name of a country or state 14401#: app/Statistics/Service/CountryService.php:249 14402msgid "India" 14403msgstr "" 14404 14405#. I18N: Name of a country or state 14406#: app/Statistics/Service/CountryService.php:251 14407msgid "Isle of Man" 14408msgstr "" 14409 14410#. I18N: Name of a country or state 14411#: app/Statistics/Service/CountryService.php:253 14412msgid "British Indian Ocean Territory" 14413msgstr "" 14414 14415#. I18N: Name of a country or state 14416#: app/Statistics/Service/CountryService.php:255 14417msgid "Ireland" 14418msgstr "" 14419 14420#. I18N: Name of a country or state 14421#: app/Statistics/Service/CountryService.php:257 14422msgid "Iran" 14423msgstr "" 14424 14425#. I18N: Name of a country or state 14426#: app/Statistics/Service/CountryService.php:259 14427msgid "Iraq" 14428msgstr "" 14429 14430#. I18N: Name of a country or state 14431#: app/Statistics/Service/CountryService.php:261 14432msgid "Iceland" 14433msgstr "" 14434 14435#. I18N: Name of a country or state 14436#: app/Statistics/Service/CountryService.php:263 14437msgid "Israel" 14438msgstr "" 14439 14440#. I18N: Name of a country or state 14441#: app/Statistics/Service/CountryService.php:265 14442msgid "Italy" 14443msgstr "" 14444 14445#. I18N: Name of a country or state 14446#: app/Statistics/Service/CountryService.php:267 14447msgid "Jamaica" 14448msgstr "" 14449 14450#. I18N: Name of a country or state 14451#: app/Statistics/Service/CountryService.php:270 14452msgid "Jordan" 14453msgstr "" 14454 14455#. I18N: Name of a country or state 14456#: app/Statistics/Service/CountryService.php:272 14457msgid "Japan" 14458msgstr "" 14459 14460#. I18N: Name of a country or state 14461#: app/Statistics/Service/CountryService.php:274 14462msgid "Kazakhstan" 14463msgstr "" 14464 14465#. I18N: Name of a country or state 14466#: app/Statistics/Service/CountryService.php:276 14467msgid "Kenya" 14468msgstr "" 14469 14470#. I18N: Name of a country or state 14471#: app/Statistics/Service/CountryService.php:278 14472msgid "Kyrgyzstan" 14473msgstr "" 14474 14475#. I18N: Name of a country or state 14476#: app/Statistics/Service/CountryService.php:280 14477msgid "Cambodia" 14478msgstr "" 14479 14480#. I18N: Name of a country or state 14481#: app/Statistics/Service/CountryService.php:282 14482msgid "Kiribati" 14483msgstr "" 14484 14485#. I18N: Name of a country or state 14486#: app/Statistics/Service/CountryService.php:284 14487msgid "Saint Kitts and Nevis" 14488msgstr "" 14489 14490#. I18N: Name of a country or state 14491#: app/Statistics/Service/CountryService.php:286 14492msgid "Korea" 14493msgstr "" 14494 14495#. I18N: Name of a country or state 14496#: app/Statistics/Service/CountryService.php:288 14497msgid "Kuwait" 14498msgstr "" 14499 14500#. I18N: Name of a country or state 14501#: app/Statistics/Service/CountryService.php:290 14502msgid "Laos" 14503msgstr "" 14504 14505#. I18N: Name of a country or state 14506#: app/Statistics/Service/CountryService.php:292 14507msgid "Lebanon" 14508msgstr "" 14509 14510#. I18N: Name of a country or state 14511#: app/Statistics/Service/CountryService.php:294 14512msgid "Liberia" 14513msgstr "" 14514 14515#. I18N: Name of a country or state 14516#: app/Statistics/Service/CountryService.php:296 14517msgid "Libya" 14518msgstr "" 14519 14520#. I18N: Name of a country or state 14521#: app/Statistics/Service/CountryService.php:298 14522msgid "Saint Lucia" 14523msgstr "" 14524 14525#. I18N: Name of a country or state 14526#: app/Statistics/Service/CountryService.php:300 14527msgid "Liechtenstein" 14528msgstr "" 14529 14530#. I18N: Name of a country or state 14531#: app/Statistics/Service/CountryService.php:302 14532msgid "Sri Lanka" 14533msgstr "" 14534 14535#. I18N: Name of a country or state 14536#: app/Statistics/Service/CountryService.php:304 14537msgid "Lesotho" 14538msgstr "" 14539 14540#. I18N: Name of a country or state 14541#: app/Statistics/Service/CountryService.php:306 14542msgid "Lithuania" 14543msgstr "" 14544 14545#. I18N: Name of a country or state 14546#: app/Statistics/Service/CountryService.php:308 14547msgid "Luxembourg" 14548msgstr "" 14549 14550#. I18N: Name of a country or state 14551#: app/Statistics/Service/CountryService.php:310 14552msgid "Latvia" 14553msgstr "" 14554 14555#. I18N: Name of a country or state 14556#: app/Statistics/Service/CountryService.php:312 14557msgid "Macau" 14558msgstr "" 14559 14560#. I18N: Name of a country or state 14561#: app/Statistics/Service/CountryService.php:315 14562msgid "Morocco" 14563msgstr "" 14564 14565#. I18N: Name of a country or state 14566#: app/Statistics/Service/CountryService.php:317 14567msgid "Monaco" 14568msgstr "" 14569 14570#. I18N: Name of a country or state 14571#: app/Statistics/Service/CountryService.php:319 14572msgid "Moldova" 14573msgstr "" 14574 14575#. I18N: Name of a country or state 14576#: app/Statistics/Service/CountryService.php:321 14577msgid "Madagascar" 14578msgstr "" 14579 14580#. I18N: Name of a country or state 14581#: app/Statistics/Service/CountryService.php:323 14582msgid "Maldives" 14583msgstr "" 14584 14585#. I18N: Name of a country or state 14586#: app/Statistics/Service/CountryService.php:325 14587msgid "Mexico" 14588msgstr "" 14589 14590#. I18N: Name of a country or state 14591#: app/Statistics/Service/CountryService.php:327 14592msgid "Marshall Islands" 14593msgstr "" 14594 14595#. I18N: Name of a country or state 14596#: app/Statistics/Service/CountryService.php:329 14597msgid "Macedonia" 14598msgstr "" 14599 14600#. I18N: Name of a country or state 14601#: app/Statistics/Service/CountryService.php:331 14602msgid "Mali" 14603msgstr "" 14604 14605#. I18N: Name of a country or state 14606#: app/Statistics/Service/CountryService.php:333 14607msgid "Malta" 14608msgstr "" 14609 14610#. I18N: Name of a country or state 14611#: app/Statistics/Service/CountryService.php:335 14612msgid "Myanmar" 14613msgstr "" 14614 14615#. I18N: Name of a country or state 14616#: app/Statistics/Service/CountryService.php:337 14617msgid "Mongolia" 14618msgstr "" 14619 14620#. I18N: Name of a country or state 14621#: app/Statistics/Service/CountryService.php:339 14622msgid "Northern Mariana Islands" 14623msgstr "" 14624 14625#. I18N: Name of a country or state 14626#: app/Statistics/Service/CountryService.php:341 14627msgid "Montenegro" 14628msgstr "" 14629 14630#. I18N: Name of a country or state 14631#: app/Statistics/Service/CountryService.php:343 14632msgid "Mozambique" 14633msgstr "" 14634 14635#. I18N: Name of a country or state 14636#: app/Statistics/Service/CountryService.php:345 14637msgid "Mauritania" 14638msgstr "" 14639 14640#. I18N: Name of a country or state 14641#: app/Statistics/Service/CountryService.php:347 14642msgid "Montserrat" 14643msgstr "" 14644 14645#. I18N: Name of a country or state 14646#: app/Statistics/Service/CountryService.php:349 14647msgid "Martinique" 14648msgstr "" 14649 14650#. I18N: Name of a country or state 14651#: app/Statistics/Service/CountryService.php:351 14652msgid "Mauritius" 14653msgstr "" 14654 14655#. I18N: Name of a country or state 14656#: app/Statistics/Service/CountryService.php:353 14657msgid "Malawi" 14658msgstr "" 14659 14660#. I18N: Name of a country or state 14661#: app/Statistics/Service/CountryService.php:355 14662msgid "Malaysia" 14663msgstr "" 14664 14665#. I18N: Name of a country or state 14666#: app/Statistics/Service/CountryService.php:357 14667msgid "Mayotte" 14668msgstr "" 14669 14670#. I18N: Name of a country or state 14671#: app/Statistics/Service/CountryService.php:359 14672msgid "Namibia" 14673msgstr "" 14674 14675#. I18N: Name of a country or state 14676#: app/Statistics/Service/CountryService.php:361 14677msgid "New Caledonia" 14678msgstr "" 14679 14680#. I18N: Name of a country or state 14681#: app/Statistics/Service/CountryService.php:363 14682msgid "Niger" 14683msgstr "" 14684 14685#. I18N: Name of a country or state 14686#: app/Statistics/Service/CountryService.php:365 14687msgid "Norfolk Island" 14688msgstr "" 14689 14690#. I18N: Name of a country or state 14691#: app/Statistics/Service/CountryService.php:367 14692msgid "Nigeria" 14693msgstr "" 14694 14695#. I18N: Name of a country or state 14696#: app/Statistics/Service/CountryService.php:369 14697msgid "Nicaragua" 14698msgstr "" 14699 14700#. I18N: Name of a country or state 14701#: app/Statistics/Service/CountryService.php:371 14702msgid "Northern Ireland" 14703msgstr "" 14704 14705#. I18N: Name of a country or state 14706#: app/Statistics/Service/CountryService.php:373 14707msgid "Niue" 14708msgstr "" 14709 14710#. I18N: Name of a country or state 14711#: app/Statistics/Service/CountryService.php:375 14712msgid "Netherlands" 14713msgstr "" 14714 14715#. I18N: Name of a country or state 14716#: app/Statistics/Service/CountryService.php:377 14717msgid "Norway" 14718msgstr "" 14719 14720#. I18N: Name of a country or state 14721#: app/Statistics/Service/CountryService.php:379 14722msgid "Nepal" 14723msgstr "" 14724 14725#. I18N: Name of a country or state 14726#: app/Statistics/Service/CountryService.php:381 14727msgid "Nauru" 14728msgstr "" 14729 14730#. I18N: Name of a country or state 14731#: app/Statistics/Service/CountryService.php:383 14732msgid "New Zealand" 14733msgstr "" 14734 14735#. I18N: Name of a country or state 14736#: app/Statistics/Service/CountryService.php:385 14737msgid "Oman" 14738msgstr "" 14739 14740#. I18N: Name of a country or state 14741#: app/Statistics/Service/CountryService.php:387 14742msgid "Pakistan" 14743msgstr "" 14744 14745#. I18N: Name of a country or state 14746#: app/Statistics/Service/CountryService.php:389 14747msgid "Panama" 14748msgstr "" 14749 14750#. I18N: Name of a country or state 14751#: app/Statistics/Service/CountryService.php:391 14752msgid "Pitcairn" 14753msgstr "" 14754 14755#. I18N: Name of a country or state 14756#: app/Statistics/Service/CountryService.php:393 14757msgid "Peru" 14758msgstr "" 14759 14760#. I18N: Name of a country or state 14761#: app/Statistics/Service/CountryService.php:395 14762msgid "Philippines" 14763msgstr "" 14764 14765#. I18N: Name of a country or state 14766#: app/Statistics/Service/CountryService.php:397 14767msgid "Palau" 14768msgstr "" 14769 14770#. I18N: Name of a country or state 14771#: app/Statistics/Service/CountryService.php:399 14772msgid "Papua New Guinea" 14773msgstr "" 14774 14775#. I18N: Name of a country or state 14776#: app/Statistics/Service/CountryService.php:401 14777msgid "Poland" 14778msgstr "" 14779 14780#. I18N: Name of a country or state 14781#: app/Statistics/Service/CountryService.php:403 14782msgid "Puerto Rico" 14783msgstr "" 14784 14785#. I18N: Name of a country or state 14786#: app/Statistics/Service/CountryService.php:405 14787msgid "North Korea" 14788msgstr "" 14789 14790#. I18N: Name of a country or state 14791#: app/Statistics/Service/CountryService.php:407 14792msgid "Portugal" 14793msgstr "" 14794 14795#. I18N: Name of a country or state 14796#: app/Statistics/Service/CountryService.php:409 14797msgid "Paraguay" 14798msgstr "" 14799 14800#. I18N: Name of a country or state 14801#: app/Statistics/Service/CountryService.php:411 14802msgid "Occupied Palestinian Territory" 14803msgstr "" 14804 14805#. I18N: Name of a country or state 14806#: app/Statistics/Service/CountryService.php:413 14807msgid "French Polynesia" 14808msgstr "" 14809 14810#. I18N: Name of a country or state 14811#: app/Statistics/Service/CountryService.php:415 14812msgid "Qatar" 14813msgstr "" 14814 14815#. I18N: Name of a country or state 14816#: app/Statistics/Service/CountryService.php:417 14817msgid "Reunion" 14818msgstr "" 14819 14820#. I18N: Name of a country or state 14821#: app/Statistics/Service/CountryService.php:419 14822msgid "Romania" 14823msgstr "" 14824 14825#. I18N: Name of a country or state 14826#: app/Statistics/Service/CountryService.php:421 14827msgid "Russia" 14828msgstr "" 14829 14830#. I18N: Name of a country or state 14831#: app/Statistics/Service/CountryService.php:423 14832msgid "Rwanda" 14833msgstr "" 14834 14835#. I18N: Name of a country or state 14836#: app/Statistics/Service/CountryService.php:425 14837msgid "Saudi Arabia" 14838msgstr "" 14839 14840#. I18N: Name of a country or state 14841#: app/Statistics/Service/CountryService.php:427 14842msgid "Scotland" 14843msgstr "" 14844 14845#. I18N: Name of a country or state 14846#: app/Statistics/Service/CountryService.php:429 14847msgid "Sudan" 14848msgstr "" 14849 14850#. I18N: Name of a country or state 14851#: app/Statistics/Service/CountryService.php:431 14852msgid "At sea" 14853msgstr "" 14854 14855#. I18N: Name of a country or state 14856#: app/Statistics/Service/CountryService.php:433 14857msgid "Senegal" 14858msgstr "" 14859 14860#. I18N: Name of a country or state 14861#: app/Statistics/Service/CountryService.php:435 14862msgid "Serbia" 14863msgstr "" 14864 14865#. I18N: Name of a country or state 14866#: app/Statistics/Service/CountryService.php:437 14867msgid "Singapore" 14868msgstr "" 14869 14870#. I18N: Name of a country or state 14871#: app/Statistics/Service/CountryService.php:439 14872msgid "South Georgia and the South Sandwich Islands" 14873msgstr "" 14874 14875#. I18N: Name of a country or state 14876#: app/Statistics/Service/CountryService.php:441 14877msgid "Saint Helena" 14878msgstr "" 14879 14880#. I18N: Name of a country or state 14881#: app/Statistics/Service/CountryService.php:443 14882msgid "Svalbard and Jan Mayen" 14883msgstr "" 14884 14885#. I18N: Name of a country or state 14886#: app/Statistics/Service/CountryService.php:445 14887msgid "Solomon Islands" 14888msgstr "" 14889 14890#. I18N: Name of a country or state 14891#: app/Statistics/Service/CountryService.php:447 14892msgid "Sierra Leone" 14893msgstr "" 14894 14895#. I18N: Name of a country or state 14896#: app/Statistics/Service/CountryService.php:449 14897msgid "El Salvador" 14898msgstr "" 14899 14900#. I18N: Name of a country or state 14901#: app/Statistics/Service/CountryService.php:451 14902msgid "San Marino" 14903msgstr "" 14904 14905#. I18N: Name of a country or state 14906#: app/Statistics/Service/CountryService.php:453 14907msgid "Somalia" 14908msgstr "" 14909 14910#. I18N: Name of a country or state 14911#: app/Statistics/Service/CountryService.php:455 14912msgid "Saint Pierre and Miquelon" 14913msgstr "" 14914 14915#. I18N: Name of a country or state 14916#: app/Statistics/Service/CountryService.php:457 14917msgid "South Sudan" 14918msgstr "" 14919 14920#. I18N: Name of a country or state 14921#: app/Statistics/Service/CountryService.php:459 14922msgid "Sao Tome and Principe" 14923msgstr "" 14924 14925#. I18N: Name of a country or state 14926#: app/Statistics/Service/CountryService.php:461 14927msgid "Suriname" 14928msgstr "" 14929 14930#. I18N: Name of a country or state 14931#: app/Statistics/Service/CountryService.php:463 14932msgid "Slovakia" 14933msgstr "" 14934 14935#. I18N: Name of a country or state 14936#: app/Statistics/Service/CountryService.php:465 14937msgid "Slovenia" 14938msgstr "" 14939 14940#. I18N: Name of a country or state 14941#: app/Statistics/Service/CountryService.php:467 14942msgid "Sweden" 14943msgstr "" 14944 14945#. I18N: Name of a country or state 14946#: app/Statistics/Service/CountryService.php:469 14947msgid "Swaziland" 14948msgstr "" 14949 14950#. I18N: Name of a country or state 14951#: app/Statistics/Service/CountryService.php:472 14952msgid "Seychelles" 14953msgstr "" 14954 14955#. I18N: Name of a country or state 14956#: app/Statistics/Service/CountryService.php:474 14957msgid "Syria" 14958msgstr "" 14959 14960#. I18N: Name of a country or state 14961#: app/Statistics/Service/CountryService.php:476 14962msgid "Turks and Caicos Islands" 14963msgstr "" 14964 14965#. I18N: Name of a country or state 14966#: app/Statistics/Service/CountryService.php:478 14967msgid "Chad" 14968msgstr "" 14969 14970#. I18N: Name of a country or state 14971#: app/Statistics/Service/CountryService.php:480 14972msgid "Togo" 14973msgstr "" 14974 14975#. I18N: Name of a country or state 14976#: app/Statistics/Service/CountryService.php:482 14977msgid "Thailand" 14978msgstr "" 14979 14980#. I18N: Name of a country or state 14981#: app/Statistics/Service/CountryService.php:484 14982msgid "Tajikistan" 14983msgstr "" 14984 14985#. I18N: Name of a country or state 14986#: app/Statistics/Service/CountryService.php:486 14987msgid "Tokelau" 14988msgstr "" 14989 14990#. I18N: Name of a country or state 14991#: app/Statistics/Service/CountryService.php:488 14992msgid "Turkmenistan" 14993msgstr "" 14994 14995#. I18N: Name of a country or state 14996#: app/Statistics/Service/CountryService.php:490 14997msgid "Timor-Leste" 14998msgstr "" 14999 15000#. I18N: Name of a country or state 15001#: app/Statistics/Service/CountryService.php:492 15002msgid "Tonga" 15003msgstr "" 15004 15005#. I18N: Name of a country or state 15006#: app/Statistics/Service/CountryService.php:494 15007msgid "Trinidad and Tobago" 15008msgstr "" 15009 15010#. I18N: Name of a country or state 15011#: app/Statistics/Service/CountryService.php:496 15012msgid "Tunisia" 15013msgstr "" 15014 15015#. I18N: Name of a country or state 15016#: app/Statistics/Service/CountryService.php:498 15017msgid "Turkey" 15018msgstr "" 15019 15020#. I18N: Name of a country or state 15021#: app/Statistics/Service/CountryService.php:500 15022msgid "Tuvalu" 15023msgstr "" 15024 15025#. I18N: Name of a country or state 15026#: app/Statistics/Service/CountryService.php:502 15027msgid "Taiwan" 15028msgstr "" 15029 15030#. I18N: Name of a country or state 15031#: app/Statistics/Service/CountryService.php:504 15032msgid "Tanzania" 15033msgstr "" 15034 15035#. I18N: Name of a country or state 15036#: app/Statistics/Service/CountryService.php:506 15037msgid "Uganda" 15038msgstr "" 15039 15040#. I18N: Name of a country or state 15041#: app/Statistics/Service/CountryService.php:508 15042msgid "Ukraine" 15043msgstr "" 15044 15045#. I18N: Name of a country or state 15046#: app/Statistics/Service/CountryService.php:510 15047msgid "US Minor Outlying Islands" 15048msgstr "" 15049 15050#. I18N: Name of a country or state 15051#: app/Statistics/Service/CountryService.php:512 15052msgid "Uruguay" 15053msgstr "" 15054 15055#. I18N: Name of a country or state 15056#: app/Statistics/Service/CountryService.php:514 15057msgid "United States" 15058msgstr "" 15059 15060#. I18N: Name of a country or state 15061#: app/Statistics/Service/CountryService.php:516 15062msgid "Uzbekistan" 15063msgstr "" 15064 15065#. I18N: Name of a country or state 15066#: app/Statistics/Service/CountryService.php:518 15067msgid "Vatican City" 15068msgstr "" 15069 15070#. I18N: Name of a country or state 15071#: app/Statistics/Service/CountryService.php:520 15072msgid "Saint Vincent and the Grenadines" 15073msgstr "" 15074 15075#. I18N: Name of a country or state 15076#: app/Statistics/Service/CountryService.php:522 15077msgid "Venezuela" 15078msgstr "" 15079 15080#. I18N: Name of a country or state 15081#: app/Statistics/Service/CountryService.php:524 15082msgid "British Virgin Islands" 15083msgstr "" 15084 15085#. I18N: Name of a country or state 15086#: app/Statistics/Service/CountryService.php:526 15087msgid "US Virgin Islands" 15088msgstr "" 15089 15090#. I18N: Name of a country or state 15091#: app/Statistics/Service/CountryService.php:528 15092msgid "Vietnam" 15093msgstr "" 15094 15095#. I18N: Name of a country or state 15096#: app/Statistics/Service/CountryService.php:530 15097msgid "Vanuatu" 15098msgstr "" 15099 15100#. I18N: Name of a country or state 15101#: app/Statistics/Service/CountryService.php:532 15102msgid "Wallis and Futuna" 15103msgstr "" 15104 15105#. I18N: Name of a country or state 15106#: app/Statistics/Service/CountryService.php:534 15107msgid "Wales" 15108msgstr "" 15109 15110#. I18N: Name of a country or state 15111#: app/Statistics/Service/CountryService.php:536 15112msgid "Samoa" 15113msgstr "" 15114 15115#. I18N: Name of a country or state 15116#: app/Statistics/Service/CountryService.php:538 15117msgid "Yemen" 15118msgstr "" 15119 15120#. I18N: Name of a country or state 15121#: app/Statistics/Service/CountryService.php:540 15122msgid "South Africa" 15123msgstr "" 15124 15125#. I18N: Name of a country or state 15126#: app/Statistics/Service/CountryService.php:542 15127msgid "Zambia" 15128msgstr "" 15129 15130#. I18N: Name of a country or state 15131#: app/Statistics/Service/CountryService.php:544 15132msgid "Zimbabwe" 15133msgstr "" 15134 15135#: app/SurnameTradition.php:77 15136msgctxt "Surname tradition" 15137msgid "paternal" 15138msgstr "" 15139 15140#. I18N: In the paternal surname tradition, ... 15141#. I18N: In the patrilineal surname tradition, ... 15142#. I18N: In the Polish surname tradition, ... 15143#. I18N: In the Lithuanian surname tradition, ... 15144#: app/SurnameTradition.php:79 app/SurnameTradition.php:86 15145#: app/SurnameTradition.php:102 app/SurnameTradition.php:109 15146msgid "Children take their father’s surname." 15147msgstr "" 15148 15149#. I18N: In the paternal surname tradition, ... 15150#. I18N: In the Polish surname tradition, ... 15151#. I18N: In the Lithuanian surname tradition, ... 15152#: app/SurnameTradition.php:81 app/SurnameTradition.php:104 15153#: app/SurnameTradition.php:111 15154msgid "Wives take their husband’s surname." 15155msgstr "" 15156 15157#. I18N: A system where children take their father’s surname 15158#: app/SurnameTradition.php:84 15159msgid "patrilineal" 15160msgstr "" 15161 15162#. I18N: A system where children take their mother’s surname 15163#: app/SurnameTradition.php:88 15164msgid "matrilineal" 15165msgstr "" 15166 15167#. I18N: In the matrilineal surname tradition, ... 15168#: app/SurnameTradition.php:90 15169msgid "Children take their mother’s surname." 15170msgstr "" 15171 15172#: app/SurnameTradition.php:91 15173msgctxt "Surname tradition" 15174msgid "Spanish" 15175msgstr "" 15176 15177#. I18N: In the Spanish surname tradition, ... 15178#: app/SurnameTradition.php:93 15179msgid "Children take one surname from the father and one surname from the mother." 15180msgstr "" 15181 15182#: app/SurnameTradition.php:94 15183msgctxt "Surname tradition" 15184msgid "Portuguese" 15185msgstr "" 15186 15187#. I18N: In the Portuguese surname tradition, ... 15188#: app/SurnameTradition.php:96 15189msgid "Children take one surname from the mother and one surname from the father." 15190msgstr "" 15191 15192#: app/SurnameTradition.php:97 15193msgctxt "Surname tradition" 15194msgid "Icelandic" 15195msgstr "" 15196 15197#. I18N: In the Icelandic surname tradition, ... 15198#: app/SurnameTradition.php:99 15199msgid "Children take a patronym instead of a surname." 15200msgstr "" 15201 15202#: app/SurnameTradition.php:100 15203msgctxt "Surname tradition" 15204msgid "Polish" 15205msgstr "" 15206 15207#. I18N: In the Polish surname tradition, ... 15208#: app/SurnameTradition.php:106 15209msgid "Surnames are inflected to indicate an individual’s gender." 15210msgstr "" 15211 15212#: app/SurnameTradition.php:107 15213msgctxt "Surname tradition" 15214msgid "Lithuanian" 15215msgstr "" 15216 15217#. I18N: In the Lithuanian surname tradition, ... 15218#: app/SurnameTradition.php:113 15219msgid "Surnames are inflected to indicate an individual’s gender and marital status." 15220msgstr "" 15221 15222#: app/SurnameTradition.php:114 15223msgctxt "Surname tradition" 15224msgid "none" 15225msgstr "" 15226 15227#: resources/views/admin/analytics-edit.phtml:8 15228#: resources/views/admin/control-panel.phtml:422 15229#: resources/views/modules/faq/config.phtml:8 15230#: resources/views/modules/faq/edit.phtml:9 15231#: resources/views/modules/relationships-chart/config.phtml:8 15232#: resources/views/modules/sitemap/config.phtml:8 15233#: resources/views/modules/stories/config.phtml:8 15234#: resources/views/modules/stories/edit.phtml:13 15235msgid "Modules" 15236msgstr "" 15237 15238#. I18N: A button label. 15239#: resources/views/admin/analytics-edit.phtml:31 15240#: resources/views/admin/components.phtml:139 15241#: resources/views/admin/location-edit.phtml:75 15242#: resources/views/admin/map-provider.phtml:55 15243#: resources/views/admin/merge-records-step-2.phtml:165 15244#: resources/views/admin/modules.phtml:267 15245#: resources/views/admin/site-mail.phtml:227 15246#: resources/views/admin/site-preferences.phtml:115 15247#: resources/views/admin/site-registration.phtml:83 15248#: resources/views/admin/trees-preferences.phtml:928 15249#: resources/views/admin/trees-privacy.phtml:284 15250#: resources/views/admin/users-create.phtml:71 15251#: resources/views/admin/users-edit.phtml:329 15252#: resources/views/edit-account-page.phtml:152 15253#: resources/views/edit-blocks-page.phtml:48 15254#: resources/views/edit/add-fact.phtml:87 15255#: resources/views/edit/change-family-members.phtml:78 15256#: resources/views/edit/edit-fact.phtml:116 15257#: resources/views/edit/link-child-to-family.phtml:39 15258#: resources/views/edit/link-spouse-to-individual.phtml:31 15259#: resources/views/edit/new-individual.phtml:315 15260#: resources/views/edit/raw-gedcom-fact.phtml:32 15261#: resources/views/edit/raw-gedcom-record.phtml:58 15262#: resources/views/edit/reorder-children.phtml:36 15263#: resources/views/edit/reorder-families.phtml:95 15264#: resources/views/edit/reorder-media.phtml:34 15265#: resources/views/edit/reorder-names.phtml:36 15266#: resources/views/edit/shared-note.phtml:32 15267#: resources/views/modals/create-media-from-file.phtml:58 15268#: resources/views/modals/footer-save-cancel.phtml:10 15269#: resources/views/modules/custom-css-js/edit.phtml:40 15270#: resources/views/modules/edit-block-config.phtml:25 15271#: resources/views/modules/faq/edit.phtml:77 15272#: resources/views/modules/favorites/favorites.phtml:175 15273#: resources/views/modules/gedcom_news/edit.phtml:42 15274#: resources/views/modules/relationships-chart/config.phtml:46 15275#: resources/views/modules/sitemap/config.phtml:28 15276#: resources/views/modules/stories/edit.phtml:60 15277#: resources/views/modules/user_blog/edit.phtml:42 15278msgid "save" 15279msgstr "" 15280 15281#. I18N: A button label. 15282#: resources/views/admin/analytics-edit.phtml:36 15283#: resources/views/admin/broadcast.phtml:61 15284#: resources/views/admin/components.phtml:144 15285#: resources/views/admin/email-page.phtml:59 15286#: resources/views/admin/location-edit.phtml:79 15287#: resources/views/admin/site-mail.phtml:232 15288#: resources/views/admin/site-preferences.phtml:120 15289#: resources/views/admin/site-registration.phtml:88 15290#: resources/views/admin/trees-preferences.phtml:932 15291#: resources/views/admin/trees-privacy.phtml:289 15292#: resources/views/contact-page.phtml:68 15293#: resources/views/edit-blocks-page.phtml:53 15294#: resources/views/edit/add-fact.phtml:92 15295#: resources/views/edit/change-family-members.phtml:83 15296#: resources/views/edit/edit-fact.phtml:121 15297#: resources/views/edit/link-child-to-family.phtml:44 15298#: resources/views/edit/link-spouse-to-individual.phtml:36 15299#: resources/views/edit/new-individual.phtml:327 15300#: resources/views/edit/raw-gedcom-fact.phtml:36 15301#: resources/views/edit/raw-gedcom-record.phtml:62 15302#: resources/views/edit/reorder-children.phtml:46 15303#: resources/views/edit/reorder-families.phtml:100 15304#: resources/views/edit/reorder-media.phtml:39 15305#: resources/views/edit/reorder-names.phtml:41 15306#: resources/views/edit/shared-note.phtml:37 15307#: resources/views/message-page.phtml:59 15308#: resources/views/modals/create-media-from-file.phtml:62 15309#: resources/views/modals/footer-save-cancel.phtml:14 15310#: resources/views/modules/clippings/add-options.phtml:32 15311#: resources/views/modules/clippings/download.phtml:87 15312#: resources/views/modules/custom-css-js/edit.phtml:45 15313#: resources/views/modules/edit-block-config.phtml:29 15314#: resources/views/modules/favorites/favorites.phtml:171 15315#: resources/views/modules/gedcom_news/edit.phtml:46 15316#: resources/views/modules/stories/edit.phtml:65 15317#: resources/views/modules/user_blog/edit.phtml:46 15318msgid "cancel" 15319msgstr "" 15320 15321#: resources/views/admin/broadcast.phtml:19 15322#: resources/views/admin/email-page.phtml:18 15323#: resources/views/message-page.phtml:17 15324msgctxt "Email sender" 15325msgid "From" 15326msgstr "" 15327 15328#: resources/views/admin/broadcast.phtml:28 15329#: resources/views/admin/email-page.phtml:27 15330#: resources/views/contact-page.phtml:18 resources/views/message-page.phtml:26 15331msgctxt "Email recipient" 15332msgid "To" 15333msgstr "" 15334 15335#: resources/views/admin/broadcast.phtml:47 15336#: resources/views/admin/email-page.phtml:45 15337#: resources/views/admin/site-logs.phtml:53 15338#: resources/views/admin/site-logs.phtml:108 15339#: resources/views/contact-page.phtml:54 resources/views/message-page.phtml:45 15340msgid "Message" 15341msgstr "" 15342 15343#: resources/views/admin/changes-log.phtml:22 15344#: resources/views/admin/site-logs.phtml:23 15345msgctxt "Start of date range" 15346msgid "From" 15347msgstr "" 15348 15349#: resources/views/admin/changes-log.phtml:29 15350#: resources/views/admin/site-logs.phtml:30 15351msgctxt "End of date range" 15352msgid "To" 15353msgstr "" 15354 15355#: resources/views/admin/changes-log.phtml:43 15356#: resources/views/admin/changes-log.phtml:117 15357#: resources/views/admin/data-fix-page.phtml:64 15358#: resources/views/admin/trees-privacy.phtml:225 15359#: resources/views/lists/anniversaries-table.phtml:34 15360#: resources/views/modules/clippings/show.phtml:21 15361#: resources/views/modules/recent_changes/changes-table.phtml:44 15362#: resources/views/modules/todo/research-tasks.phtml:32 15363msgid "Record" 15364msgstr "" 15365 15366#: resources/views/admin/changes-log.phtml:52 15367msgid "Old data" 15368msgstr "" 15369 15370#: resources/views/admin/changes-log.phtml:59 15371msgid "New data" 15372msgstr "" 15373 15374#: resources/views/admin/changes-log.phtml:66 15375#: resources/views/admin/changes-log.phtml:119 15376#: resources/views/admin/site-logs.phtml:60 15377#: resources/views/admin/site-logs.phtml:110 15378#: resources/views/modules/recent_changes/changes-table.phtml:51 15379#: resources/views/pending-changes-page.phtml:53 15380msgid "User" 15381msgstr "" 15382 15383#. I18N: A button label. 15384#: resources/views/admin/changes-log.phtml:82 15385#: resources/views/admin/site-logs.phtml:76 15386#: resources/views/modules/media-list/page.phtml:62 15387#: resources/views/search-advanced-page.phtml:72 15388#: resources/views/search-general-page.phtml:105 15389#: resources/views/search-phonetic-page.phtml:106 15390msgid "search" 15391msgstr "" 15392 15393#. I18N: A button label. 15394#: resources/views/admin/changes-log.phtml:87 15395#: resources/views/admin/site-logs.phtml:81 15396#: resources/views/modules/lifespans-chart/page.phtml:70 15397#: resources/views/modules/media-list/page.phtml:65 15398#: resources/views/modules/timeline-chart/page.phtml:30 15399msgid "reset" 15400msgstr "" 15401 15402#. I18N: A button label. 15403#: resources/views/admin/changes-log.phtml:91 15404#: resources/views/admin/site-logs.phtml:86 15405#: resources/views/modules/clippings/download.phtml:83 15406#: resources/views/report-setup-page.phtml:76 15407#: resources/views/report-setup-page.phtml:89 15408msgid "download" 15409msgstr "" 15410 15411#: resources/views/admin/changes-log.phtml:94 15412#: resources/views/admin/site-logs.phtml:89 15413msgid "Permanently delete these records?" 15414msgstr "" 15415 15416#. I18N: A button label. 15417#: resources/views/admin/changes-log.phtml:96 15418#: resources/views/admin/locations.phtml:82 15419#: resources/views/admin/site-logs.phtml:91 15420#: resources/views/admin/users-cleanup.phtml:65 15421#: resources/views/admin/webtrees1-thumbnails-form.phtml:27 15422msgid "delete" 15423msgstr "" 15424 15425#: resources/views/admin/changes-log.phtml:115 15426#: resources/views/admin/site-logs.phtml:106 15427msgid "Timestamp" 15428msgstr "" 15429 15430#: resources/views/admin/clean-data.phtml:14 15431#, php-format 15432msgid "Files marked with %s are required for proper operation and cannot be removed." 15433msgstr "" 15434 15435#: resources/views/admin/components.phtml:24 15436#: resources/views/admin/modules.phtml:55 15437msgid "Module" 15438msgstr "" 15439 15440#: resources/views/admin/components.phtml:25 15441#: resources/views/admin/components.phtml:64 15442#: resources/views/admin/modules.phtml:58 15443msgid "Enabled" 15444msgstr "" 15445 15446#: resources/views/admin/components.phtml:27 15447#: resources/views/admin/components.phtml:82 15448#: resources/views/admin/trees-privacy.phtml:231 15449msgid "Access level" 15450msgstr "" 15451 15452#: resources/views/admin/components.phtml:30 15453#: resources/views/admin/components.phtml:121 15454#: resources/views/modules/faq/config.phtml:44 15455msgid "Move up" 15456msgstr "" 15457 15458#: resources/views/admin/components.phtml:31 15459#: resources/views/admin/components.phtml:127 15460#: resources/views/modules/faq/config.phtml:45 15461msgid "Move down" 15462msgstr "" 15463 15464#: resources/views/admin/components.phtml:114 15465#: resources/views/family-page-menu.phtml:14 15466#: resources/views/gedcom-record-page-menu.phtml:13 15467#: resources/views/individual-page-menu.phtml:18 15468#: resources/views/media-page-menu.phtml:13 15469#: resources/views/note-page-menu.phtml:13 15470#: resources/views/repository-page-menu.phtml:13 15471#: resources/views/source-page-menu.phtml:13 15472#: resources/views/submitter-page-menu.phtml:13 15473msgid "edit" 15474msgstr "" 15475 15476#: resources/views/admin/control-panel.phtml:45 15477#: resources/views/admin/control-panel.phtml:483 15478#: resources/views/admin/trees-preferences.phtml:166 15479msgid "Website" 15480msgstr "" 15481 15482#. I18N: %s is a URL/link to the project website 15483#: resources/views/admin/control-panel.phtml:62 15484#, php-format 15485msgid "Support and documentation can be found at %s." 15486msgstr "" 15487 15488#: resources/views/admin/control-panel.phtml:83 15489msgid "An upgrade is available." 15490msgstr "" 15491 15492#: resources/views/admin/control-panel.phtml:151 15493#: resources/views/admin/trees.phtml:33 15494msgid "You need to create a family tree." 15495msgstr "" 15496 15497#: resources/views/admin/control-panel.phtml:335 15498#: resources/views/modules/gedcom_stats/statistics.phtml:123 15499#: resources/views/modules/html/template-statistics.phtml:55 15500msgid "Users" 15501msgstr "" 15502 15503#: resources/views/admin/control-panel.phtml:343 15504msgid "Administrators" 15505msgstr "" 15506 15507#: resources/views/admin/control-panel.phtml:343 15508msgid "Managers" 15509msgstr "" 15510 15511#: resources/views/admin/control-panel.phtml:343 15512msgid "Moderators" 15513msgstr "" 15514 15515#: resources/views/admin/control-panel.phtml:343 15516msgid "Not verified by the user" 15517msgstr "" 15518 15519#: resources/views/admin/control-panel.phtml:343 15520msgid "Not approved by an administrator" 15521msgstr "" 15522 15523#: resources/views/admin/control-panel.phtml:441 15524msgid "Genealogy" 15525msgstr "" 15526 15527#: resources/views/admin/control-panel.phtml:536 15528msgid "Individual page" 15529msgstr "" 15530 15531#: resources/views/admin/control-panel.phtml:682 15532msgid "Old files found" 15533msgstr "" 15534 15535#: resources/views/admin/control-panel.phtml:687 15536msgid "Files have been found from a previous version of webtrees. Old files can sometimes be a security risk. You should delete them." 15537msgstr "" 15538 15539#: resources/views/admin/custom-module-info.phtml:12 15540msgid "Custom module" 15541msgstr "" 15542 15543#: resources/views/admin/data-fix-page.phtml:46 15544#: resources/views/modules/batch_update/admin.phtml:82 15545#: resources/views/modules/batch_update/admin.phtml:86 15546msgid "Update all" 15547msgstr "" 15548 15549#: resources/views/admin/data-fix-page.phtml:68 15550#: resources/views/admin/data-fix-select.phtml:28 15551msgid "Data fix" 15552msgstr "" 15553 15554#: resources/views/admin/data-fix-page.phtml:80 15555msgid "Why does this list include records that do not need to be updated?" 15556msgstr "" 15557 15558#. I18N: A button label, next page 15559#: resources/views/admin/data-fix-select.phtml:49 15560#: resources/views/individual-page.phtml:82 15561#: resources/views/layouts/default.phtml:157 15562#: resources/views/lists/datatables-attributes.phtml:18 15563#: resources/views/modules/batch_update/admin.phtml:66 15564#: resources/views/modules/batch_update/admin.phtml:70 15565#: resources/views/modules/media-list/page.phtml:96 15566#: resources/views/modules/media-list/page.phtml:195 15567#: resources/views/setup/step-1-language.phtml:39 15568#: resources/views/setup/step-2-server-checks.phtml:67 15569#: resources/views/setup/step-3-database-type.phtml:75 15570#: resources/views/setup/step-4-database-mysql.phtml:114 15571#: resources/views/setup/step-4-database-pgsql.phtml:101 15572#: resources/views/setup/step-4-database-sqlite.phtml:75 15573#: resources/views/setup/step-4-database-sqlsvr.phtml:101 15574#: resources/views/setup/step-5-administrator.phtml:86 15575msgid "next" 15576msgstr "" 15577 15578#: resources/views/admin/fix-level-0-media-action.phtml:17 15579msgid "Move the media object?" 15580msgstr "" 15581 15582#: resources/views/admin/fix-level-0-media.phtml:14 15583msgid "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." 15584msgstr "" 15585 15586#: resources/views/admin/location-edit.phtml:31 15587#: resources/views/admin/locations.phtml:19 15588msgid "Flag" 15589msgstr "" 15590 15591#: resources/views/admin/location-edit.phtml:47 15592#: resources/views/admin/location-edit.phtml:58 15593msgid "degrees" 15594msgstr "" 15595 15596#: resources/views/admin/location-edit.phtml:63 15597#: resources/views/modules/fanchart/page.phtml:44 15598msgid "Zoom" 15599msgstr "" 15600 15601#: resources/views/admin/location-edit.phtml:138 15602msgid "Reset to initial map state" 15603msgstr "" 15604 15605#: resources/views/admin/location-edit.phtml:153 15606#: resources/views/modules/pedigree-map/chart.phtml:82 15607#: resources/views/modules/place-hierarchy/map.phtml:85 15608#: resources/views/modules/places/tab.phtml:73 15609#: resources/views/modules/timeline-chart/page.phtml:38 15610msgid "Zoom in" 15611msgstr "" 15612 15613#: resources/views/admin/location-edit.phtml:154 15614#: resources/views/modules/pedigree-map/chart.phtml:83 15615#: resources/views/modules/place-hierarchy/map.phtml:86 15616#: resources/views/modules/places/tab.phtml:74 15617#: resources/views/modules/timeline-chart/page.phtml:41 15618msgid "Zoom out" 15619msgstr "" 15620 15621#: resources/views/admin/location-edit.phtml:164 15622#: resources/views/modules/batch_update/admin.phtml:100 15623msgid "Nothing found." 15624msgstr "" 15625 15626#: resources/views/admin/locations.phtml:18 15627msgid "Zoom level" 15628msgstr "" 15629 15630#: resources/views/admin/locations.phtml:63 15631#, php-format 15632msgid "Flag of %s" 15633msgstr "" 15634 15635#: resources/views/admin/locations.phtml:79 15636msgid "Remove this location?" 15637msgstr "" 15638 15639#. I18N: A button label. 15640#: resources/views/admin/locations.phtml:102 15641msgid "add place" 15642msgstr "" 15643 15644#. I18N: A button label. 15645#: resources/views/admin/locations.phtml:108 15646msgid "export file" 15647msgstr "" 15648 15649#. I18N: A button label. 15650#: resources/views/admin/locations.phtml:121 15651msgid "import file" 15652msgstr "" 15653 15654#: resources/views/admin/locations.phtml:133 15655msgid "Import all places from a family tree" 15656msgstr "" 15657 15658#. I18N: A button label. 15659#: resources/views/admin/locations.phtml:142 15660msgid "import" 15661msgstr "" 15662 15663#: resources/views/admin/map-import-form.phtml:19 15664#: resources/views/admin/trees-export.phtml:18 15665#: resources/views/admin/trees-import.phtml:41 15666#: resources/views/modals/media-file-fields.phtml:19 15667#: resources/views/modals/media-file-fields.phtml:79 15668msgid "A file on the server" 15669msgstr "" 15670 15671#: resources/views/admin/map-import-form.phtml:43 15672#: resources/views/admin/trees-export.phtml:37 15673#: resources/views/admin/trees-import.phtml:30 15674#: resources/views/modals/media-file-fields.phtml:15 15675#: resources/views/modals/media-file-fields.phtml:31 15676msgid "A file on your computer" 15677msgstr "" 15678 15679#: resources/views/admin/map-import-form.phtml:54 15680msgid "Delete all existing geographic data before importing the file." 15681msgstr "" 15682 15683#: resources/views/admin/map-import-form.phtml:66 15684#: resources/views/admin/trees.phtml:270 15685msgid "Import" 15686msgstr "" 15687 15688#: resources/views/admin/map-import-form.phtml:69 15689msgid "Add new, and update existing records" 15690msgstr "" 15691 15692#: resources/views/admin/map-import-form.phtml:69 15693msgid "Only add new records" 15694msgstr "" 15695 15696#: resources/views/admin/map-import-form.phtml:69 15697msgid "Only update existing records" 15698msgstr "" 15699 15700#: resources/views/admin/map-import-form.phtml:91 15701msgid "Really delete all geographic data?" 15702msgstr "" 15703 15704#: resources/views/admin/map-provider.phtml:20 15705msgid "Do not use maps" 15706msgstr "" 15707 15708#: resources/views/admin/map-provider.phtml:31 15709msgid "Use the GeoNames database for autocomplete on places" 15710msgstr "" 15711 15712#. I18N: Help text for the “Use GeoNames database for autocomplete on places” configuration setting 15713#: resources/views/admin/map-provider.phtml:44 15714msgid "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." 15715msgstr "" 15716 15717#: resources/views/admin/media-upload.phtml:13 15718msgid "Upload one or more media files from your local computer. Media files can be pictures, video, audio, or other formats." 15719msgstr "" 15720 15721#: resources/views/admin/media-upload.phtml:14 15722#: resources/views/modals/media-file-fields.phtml:36 15723msgid "Maximum upload size: " 15724msgstr "" 15725 15726#: resources/views/admin/media-upload.phtml:21 15727#: resources/views/admin/media.phtml:95 15728#: resources/views/admin/webtrees1-thumbnails.phtml:35 15729#: resources/views/media-page.phtml:92 resources/views/media-page.phtml:187 15730#: resources/views/modals/create-media-from-file.phtml:24 15731#: resources/views/modals/media-file-fields.phtml:10 15732msgid "Media file" 15733msgstr "" 15734 15735#: resources/views/admin/media-upload.phtml:25 15736msgid "Media file to upload" 15737msgstr "" 15738 15739#: resources/views/admin/media-upload.phtml:35 15740#: resources/views/modals/media-file-fields.phtml:44 15741msgid "Filename on server" 15742msgstr "" 15743 15744#: resources/views/admin/media-upload.phtml:41 15745msgid "Leave this entry blank to keep the original filename" 15746msgstr "" 15747 15748#: resources/views/admin/media-upload.phtml:48 15749msgid "Folder name on server" 15750msgstr "" 15751 15752#. I18N: A button label. 15753#: resources/views/admin/media-upload.phtml:64 15754msgid "upload" 15755msgstr "" 15756 15757#: resources/views/admin/media.phtml:26 15758#: resources/views/admin/trees-preferences.phtml:232 15759msgid "Media files" 15760msgstr "" 15761 15762#: resources/views/admin/media.phtml:27 15763#: resources/views/admin/trees-preferences.phtml:208 15764msgid "Media folders" 15765msgstr "" 15766 15767#. I18N: “Local files” are stored on this computer 15768#: resources/views/admin/media.phtml:35 15769msgid "Local files" 15770msgstr "" 15771 15772#. I18N: “External files” are stored on other computers 15773#: resources/views/admin/media.phtml:40 15774msgid "External files" 15775msgstr "" 15776 15777#: resources/views/admin/media.phtml:45 15778msgid "Unused files" 15779msgstr "" 15780 15781#. I18N: A configuration setting 15782#: resources/views/admin/media.phtml:58 15783#: resources/views/admin/trees-preferences.phtml:213 15784msgid "Media folder" 15785msgstr "" 15786 15787#. I18N: Label for check-box 15788#: resources/views/admin/media.phtml:65 15789#: resources/views/modules/media-list/page.phtml:25 15790msgid "Include subfolders" 15791msgstr "" 15792 15793#: resources/views/admin/media.phtml:70 15794msgid "Exclude subfolders" 15795msgstr "" 15796 15797#: resources/views/admin/media.phtml:74 15798msgid "External media files have a URL instead of a filename." 15799msgstr "" 15800 15801#: resources/views/admin/merge-records-step-1.phtml:19 15802msgid "Select two records to merge." 15803msgstr "" 15804 15805#: resources/views/admin/merge-records-step-1.phtml:36 15806msgid "First record" 15807msgstr "" 15808 15809#: resources/views/admin/merge-records-step-1.phtml:70 15810msgid "Second record" 15811msgstr "" 15812 15813#: resources/views/admin/merge-records-step-2.phtml:21 15814msgid "Select the facts and events to keep from both records." 15815msgstr "" 15816 15817#: resources/views/admin/merge-records-step-2.phtml:26 15818msgid "The following facts and events were found in both records." 15819msgstr "" 15820 15821#: resources/views/admin/merge-records-step-2.phtml:35 15822#: resources/views/admin/merge-records-step-2.phtml:82 15823#: resources/views/admin/merge-records-step-2.phtml:128 15824msgid "Select" 15825msgstr "" 15826 15827#: resources/views/admin/merge-records-step-2.phtml:38 15828#: resources/views/admin/merge-records-step-2.phtml:85 15829#: resources/views/admin/merge-records-step-2.phtml:131 15830#: resources/views/gedcom-record-page.phtml:59 15831#: resources/views/media-page.phtml:53 15832#: resources/views/modules/statistics-chart/custom.phtml:66 15833#: resources/views/note-page.phtml:39 resources/views/repository-page.phtml:39 15834#: resources/views/source-page.phtml:40 resources/views/submitter-page.phtml:39 15835msgid "Details" 15836msgstr "" 15837 15838#: resources/views/admin/merge-records-step-2.phtml:62 15839#: resources/views/admin/merge-records-step-2.phtml:109 15840#: resources/views/admin/merge-records-step-2.phtml:155 15841msgid "No matching facts found" 15842msgstr "" 15843 15844#. I18N: the name of an individual, source, etc. 15845#: resources/views/admin/merge-records-step-2.phtml:73 15846#: resources/views/admin/merge-records-step-2.phtml:119 15847#, php-format 15848msgid "The following facts and events were only found in the record of %s." 15849msgstr "" 15850 15851#: resources/views/admin/modules.phtml:33 15852#, php-format 15853msgid "Preferences exist for the module “%s”, but this module no longer exists." 15854msgstr "" 15855 15856#: resources/views/admin/modules.phtml:35 15857msgid "Delete the preferences for this module." 15858msgstr "" 15859 15860#: resources/views/admin/modules.phtml:50 15861#: resources/views/modules/batch_update/admin.phtml:9 15862msgid "Module administration" 15863msgstr "" 15864 15865#: resources/views/admin/modules.phtml:150 15866#: resources/views/admin/modules.phtml:153 15867msgid "Menu" 15868msgstr "" 15869 15870#: resources/views/admin/modules.phtml:158 15871#: resources/views/admin/modules.phtml:161 15872msgid "Tab" 15873msgstr "" 15874 15875#: resources/views/admin/modules.phtml:166 15876#: resources/views/admin/modules.phtml:169 15877msgid "Sidebar" 15878msgstr "" 15879 15880#: resources/views/admin/modules.phtml:197 15881#: resources/views/admin/modules.phtml:200 15882msgid "Chart" 15883msgstr "" 15884 15885#: resources/views/admin/modules.phtml:205 15886#: resources/views/admin/modules.phtml:208 15887msgid "List" 15888msgstr "" 15889 15890#: resources/views/admin/modules.phtml:221 15891#: resources/views/admin/modules.phtml:224 15892msgid "Footer" 15893msgstr "" 15894 15895#: resources/views/admin/server-information.phtml:13 15896msgid "PHP information" 15897msgstr "" 15898 15899#: resources/views/admin/site-logs.phtml:44 15900#: resources/views/admin/site-logs.phtml:109 15901msgid "IP address" 15902msgstr "" 15903 15904#: resources/views/admin/site-mail.phtml:34 15905#: resources/views/modules/fix-search-and-replace/options.phtml:45 15906#, php-format 15907msgid "See %s for more information." 15908msgstr "" 15909 15910#. I18N: Help text for the “Messages” site configuration setting 15911#: resources/views/admin/site-mail.phtml:49 15912msgid "webtrees needs to send emails, such as password reminders and website notifications." 15913msgstr "" 15914 15915#. I18N: A configuration setting 15916#: resources/views/admin/site-mail.phtml:57 15917msgid "Sender name" 15918msgstr "" 15919 15920#. I18N: Help text for the “Sender name” site configuration setting 15921#: resources/views/admin/site-mail.phtml:63 15922msgid "This name is used in the “From” field, when sending automatic emails from this server." 15923msgstr "" 15924 15925#: resources/views/admin/site-mail.phtml:68 15926msgid "Most mail servers require a valid email address." 15927msgstr "" 15928 15929#: resources/views/admin/site-mail.phtml:74 15930msgid "SMTP mail server" 15931msgstr "" 15932 15933#. I18N: A configuration setting 15934#: resources/views/admin/site-mail.phtml:79 15935#: resources/views/setup/step-4-database-mysql.phtml:29 15936#: resources/views/setup/step-4-database-pgsql.phtml:29 15937#: resources/views/setup/step-4-database-sqlsvr.phtml:29 15938msgid "Server name" 15939msgstr "" 15940 15941#. I18N: Help text for the “Server name” site configuration setting 15942#: resources/views/admin/site-mail.phtml:85 15943msgid "This is the name of the SMTP server. “localhost” means that the mail service is running on the same computer as your web server." 15944msgstr "" 15945 15946#. I18N: A configuration setting 15947#: resources/views/admin/site-mail.phtml:93 15948#: resources/views/setup/step-4-database-mysql.phtml:47 15949#: resources/views/setup/step-4-database-pgsql.phtml:41 15950#: resources/views/setup/step-4-database-sqlsvr.phtml:41 15951msgid "Port number" 15952msgstr "" 15953 15954#. I18N: Help text for the "Port number" site configuration setting 15955#: resources/views/admin/site-mail.phtml:99 15956msgid "By default, SMTP works on port 25." 15957msgstr "" 15958 15959#. I18N: A configuration setting 15960#: resources/views/admin/site-mail.phtml:108 15961msgid "Use password" 15962msgstr "" 15963 15964#. I18N: Help text for the “Use password” site configuration setting 15965#: resources/views/admin/site-mail.phtml:114 15966msgid "Most SMTP servers require a password." 15967msgstr "" 15968 15969#. I18N: A configuration setting 15970#: resources/views/admin/site-mail.phtml:123 15971#: resources/views/admin/users-create.phtml:32 15972#: resources/views/admin/users-edit.phtml:36 15973#: resources/views/admin/users.phtml:20 15974#: resources/views/edit-account-page.phtml:20 15975#: resources/views/emails/register-notify-html.phtml:17 15976#: resources/views/emails/register-notify-text.phtml:11 15977#: resources/views/login-page.phtml:34 15978#: resources/views/modules/login_block/sign-in.phtml:19 15979#: resources/views/modules/todo/research-tasks.phtml:35 15980#: resources/views/password-reset-page.phtml:25 15981#: resources/views/register-page.phtml:58 15982#: resources/views/setup/step-5-administrator.phtml:48 15983msgid "Username" 15984msgstr "" 15985 15986#. I18N: Help text for the "Username" site configuration setting 15987#: resources/views/admin/site-mail.phtml:129 15988msgid "The username required for authentication with the SMTP server." 15989msgstr "" 15990 15991#. I18N: A configuration setting 15992#: resources/views/admin/site-mail.phtml:137 15993#: resources/views/admin/users-create.phtml:45 15994#: resources/views/admin/users-edit.phtml:49 15995#: resources/views/edit-account-page.phtml:76 15996#: resources/views/login-page.phtml:43 15997#: resources/views/modules/login_block/sign-in.phtml:26 15998#: resources/views/password-reset-page.phtml:34 15999#: resources/views/register-page.phtml:70 16000#: resources/views/setup/step-5-administrator.phtml:60 16001msgid "Password" 16002msgstr "" 16003 16004#. I18N: Help text for the "Password" site configuration setting 16005#: resources/views/admin/site-mail.phtml:143 16006msgid "The password required for authentication with the SMTP server." 16007msgstr "" 16008 16009#. I18N: A configuration setting 16010#: resources/views/admin/site-mail.phtml:151 16011msgid "Secure connection" 16012msgstr "" 16013 16014#. I18N: Help text for the “Secure connection” site configuration setting 16015#: resources/views/admin/site-mail.phtml:157 16016msgid "Most servers do not use secure connections." 16017msgstr "" 16018 16019#. I18N: A configuration setting 16020#: resources/views/admin/site-mail.phtml:165 16021msgid "Sending server name" 16022msgstr "" 16023 16024#. I18N: Help text for the "Sending server name" site configuration setting 16025#: resources/views/admin/site-mail.phtml:171 16026msgid "Most mail servers require that the sending server identifies itself correctly, using a valid domain name." 16027msgstr "" 16028 16029#: resources/views/admin/site-mail.phtml:176 16030msgid "Most mail servers require a valid domain name." 16031msgstr "" 16032 16033#. I18N: https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail 16034#: resources/views/admin/site-mail.phtml:184 16035msgid "DKIM digital signature" 16036msgstr "" 16037 16038#: resources/views/admin/site-mail.phtml:189 16039msgid "Domain name" 16040msgstr "" 16041 16042#: resources/views/admin/site-mail.phtml:198 16043msgid "Selector" 16044msgstr "" 16045 16046#: resources/views/admin/site-mail.phtml:207 16047msgid "Private key" 16048msgstr "" 16049 16050#: resources/views/admin/site-mail.phtml:221 16051msgid "Send a test email using these settings" 16052msgstr "" 16053 16054#. I18N: A configuration setting 16055#: resources/views/admin/site-preferences.phtml:26 16056msgid "Data folder" 16057msgstr "" 16058 16059#. I18N: Help text for the "Data folder" site configuration setting 16060#: resources/views/admin/site-preferences.phtml:32 16061msgid "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." 16062msgstr "" 16063 16064#. I18N: “Apache” is a software program. 16065#: resources/views/admin/site-preferences.phtml:36 16066msgid "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." 16067msgstr "" 16068 16069#: resources/views/admin/site-preferences.phtml:39 16070msgid "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." 16071msgstr "" 16072 16073#: resources/views/admin/site-preferences.phtml:42 16074msgid "The folder can be specified in full (e.g. /home/user_name/webtrees_data/) or relative to the installation folder (e.g. ../../webtrees_data/)." 16075msgstr "" 16076 16077#. I18N: A configuration setting 16078#: resources/views/admin/site-preferences.phtml:50 16079#: resources/views/admin/users-edit.phtml:117 16080#: resources/views/edit-account-page.phtml:99 16081msgid "Time zone" 16082msgstr "" 16083 16084#: resources/views/admin/site-preferences.phtml:55 16085#: resources/views/admin/users-edit.phtml:122 16086#: resources/views/edit-account-page.phtml:104 16087msgid "The time zone is required for date calculations, such as knowing today’s date." 16088msgstr "" 16089 16090#. I18N: A configuration setting 16091#: resources/views/admin/site-preferences.phtml:64 16092msgid "Default theme" 16093msgstr "" 16094 16095#. I18N: Help text for the "Default theme" site configuration setting 16096#: resources/views/admin/site-preferences.phtml:70 16097msgid "You can change the appearance of webtrees using “themes”. Each theme has a different style, layout, color scheme, etc." 16098msgstr "" 16099 16100#. I18N: Help text for the “Language” configuration setting 16101#: resources/views/admin/site-preferences.phtml:89 16102msgid "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." 16103msgstr "" 16104 16105#. I18N: A configuration setting 16106#: resources/views/admin/site-preferences.phtml:99 16107msgid "Show list of family trees" 16108msgstr "" 16109 16110#. I18N: Help text for the “Show list of family trees” site configuration setting 16111#: resources/views/admin/site-preferences.phtml:105 16112msgid "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." 16113msgstr "" 16114 16115#. I18N: A configuration setting 16116#: resources/views/admin/site-registration.phtml:26 16117msgid "Welcome text on sign-in page" 16118msgstr "" 16119 16120#. I18N: A configuration setting 16121#: resources/views/admin/site-registration.phtml:38 16122msgid "Custom welcome text" 16123msgstr "" 16124 16125#. I18N: Help text for the "Custom welcome text" site configuration setting 16126#: resources/views/admin/site-registration.phtml:43 16127msgid "To set this text for other languages, you must switch to that language, and visit this page again." 16128msgstr "" 16129 16130#. I18N: A configuration setting 16131#: resources/views/admin/site-registration.phtml:52 16132msgid "Allow visitors to request a new user account" 16133msgstr "" 16134 16135#: resources/views/admin/site-registration.phtml:57 16136msgid "The new user will be asked to confirm their email address before the account is created." 16137msgstr "" 16138 16139#: resources/views/admin/site-registration.phtml:58 16140msgid "Details of the new user will be sent to the genealogy contact for the corresponding family tree." 16141msgstr "" 16142 16143#: resources/views/admin/site-registration.phtml:59 16144msgid "An administrator must approve the new user account and select an access level before the user can sign in." 16145msgstr "" 16146 16147#. I18N: A configuration setting 16148#: resources/views/admin/site-registration.phtml:69 16149msgid "Show acceptable use agreement on “Request a new user account” page" 16150msgstr "" 16151 16152#. I18N: A configuration setting 16153#: resources/views/admin/trees-check.phtml:14 16154#: resources/views/admin/trees-preferences.phtml:616 16155msgid "GEDCOM errors" 16156msgstr "" 16157 16158#: resources/views/admin/trees-check.phtml:26 16159msgid "No errors have been found." 16160msgstr "" 16161 16162#: resources/views/admin/trees-create.phtml:18 16163#: resources/views/admin/trees-preferences.phtml:21 16164msgid "Family tree title" 16165msgstr "" 16166 16167#. I18N: help text for family tree / GEDCOM file names 16168#: resources/views/admin/trees-create.phtml:43 16169#: resources/views/admin/trees-preferences.phtml:57 16170msgid "Avoid spaces and punctuation. A family name might be a good choice." 16171msgstr "" 16172 16173#. I18N: A button label. 16174#: resources/views/admin/trees-create.phtml:52 16175msgid "create" 16176msgstr "" 16177 16178#: resources/views/admin/trees-create.phtml:55 16179msgid "After creating the family tree, you will be able to import data from a GEDCOM file." 16180msgstr "" 16181 16182#: resources/views/admin/trees-duplicates.phtml:30 16183msgid "Merge" 16184msgstr "" 16185 16186#: resources/views/admin/trees-duplicates.phtml:37 16187msgid "No duplicates have been found." 16188msgstr "" 16189 16190#: resources/views/admin/trees-export.phtml:44 16191msgid "Export preferences" 16192msgstr "" 16193 16194#: resources/views/admin/trees-export.phtml:58 16195msgid "Include media (automatically zips files)" 16196msgstr "" 16197 16198#. I18N: A media path (e.g. C:\aaa\bbb\ccc\) in a GEDCOM file 16199#: resources/views/admin/trees-export.phtml:76 16200msgid "Add the GEDCOM media path to filenames" 16201msgstr "" 16202 16203#. I18N: %s is the name of a folder. 16204#: resources/views/admin/trees-export.phtml:80 16205#, php-format 16206msgid "Media filenames will be prefixed by %s." 16207msgstr "" 16208 16209#: resources/views/admin/trees-export.phtml:87 16210#: resources/views/modules/clippings/download.phtml:15 16211#: resources/views/modules/clippings/download.phtml:47 16212msgid "Apply privacy settings" 16213msgstr "" 16214 16215#. I18N: %s is the name of a family tree 16216#: resources/views/admin/trees-import.phtml:14 16217#, php-format 16218msgid "This will delete all the genealogy data from “%s” and replace it with data from a GEDCOM file." 16219msgstr "" 16220 16221#: resources/views/admin/trees-import.phtml:17 16222msgid "You have selected a GEDCOM file with a different name. Is this correct?" 16223msgstr "" 16224 16225#: resources/views/admin/trees-import.phtml:24 16226msgid "Select a GEDCOM file to import" 16227msgstr "" 16228 16229#: resources/views/admin/trees-import.phtml:59 16230msgid "No GEDCOM files found." 16231msgstr "" 16232 16233#: resources/views/admin/trees-import.phtml:75 16234msgid "Import preferences" 16235msgstr "" 16236 16237#. I18N: A configuration setting 16238#: resources/views/admin/trees-import.phtml:80 16239msgid "Keep media objects" 16240msgstr "" 16241 16242#: resources/views/admin/trees-import.phtml:83 16243msgid "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." 16244msgstr "" 16245 16246#: resources/views/admin/trees-import.phtml:87 16247msgid "Add spaces where long lines were wrapped" 16248msgstr "" 16249 16250#: resources/views/admin/trees-import.phtml:90 16251msgid "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." 16252msgstr "" 16253 16254#. I18N: A media path (e.g. c:\aaa\bbb\ccc\ddd.jpeg) in a GEDCOM file 16255#: resources/views/admin/trees-import.phtml:93 16256msgid "Remove the GEDCOM media path from filenames" 16257msgstr "" 16258 16259#. I18N: Help text for the “GEDCOM media path” configuration setting. A “path” is something like “C:\Documents\Genealogy\Photos\John_Smith.jpeg” 16260#: resources/views/admin/trees-import.phtml:105 16261msgid "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." 16262msgstr "" 16263 16264#. I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names 16265#: resources/views/admin/trees-import.phtml:106 16266#, php-format 16267msgid "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." 16268msgstr "" 16269 16270#: resources/views/admin/trees-merge.phtml:14 16271#: resources/views/admin/trees-renumber.phtml:13 16272msgid "In a family tree, each record has an internal reference number (called an “XREF”) such as “F123” or “R14”." 16273msgstr "" 16274 16275#. I18N: An XREF is the identification number used in GEDCOM files. 16276#: resources/views/admin/trees-merge.phtml:17 16277#, php-format 16278msgid "The two family trees have %1$s record which uses the same “XREF”." 16279msgid_plural "The two family trees have %1$s records which use the same “XREF”." 16280msgstr[0] "" 16281msgstr[1] "" 16282 16283#: resources/views/admin/trees-merge.phtml:20 16284msgid "You must renumber the records in one of the trees before you can merge them." 16285msgstr "" 16286 16287#. I18N: Copy all the records from [family tree 1] into [family tree 2] 16288#: resources/views/admin/trees-merge.phtml:38 16289#, php-format 16290msgid "Copy all the records from %1$s into %2$s." 16291msgstr "" 16292 16293#: resources/views/admin/trees-preferences.phtml:16 16294#: resources/views/admin/trees-preferences.phtml:595 16295msgid "General" 16296msgstr "" 16297 16298#. I18N: Help text for the “Default individual” configuration setting 16299#: resources/views/admin/trees-preferences.phtml:70 16300#: resources/views/edit-account-page.phtml:68 16301msgid "This individual will be selected by default when viewing charts and reports." 16302msgstr "" 16303 16304#. I18N: A configuration setting 16305#: resources/views/admin/trees-preferences.phtml:79 16306#: resources/views/admin/trees-preferences.phtml:81 16307#: resources/views/admin/trees-preferences.phtml:84 16308msgid "Calendar conversion" 16309msgstr "" 16310 16311#. I18N: Help text for the “Calendar conversion” configuration setting 16312#: resources/views/admin/trees-preferences.phtml:97 16313msgid "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." 16314msgstr "" 16315 16316#. I18N: Help text for the “Calendar conversion” configuration setting 16317#: resources/views/admin/trees-preferences.phtml:100 16318#, php-format 16319msgid "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." 16320msgstr "" 16321 16322#. I18N: Help text for the “Calendar conversion” configuration setting 16323#: resources/views/admin/trees-preferences.phtml:103 16324msgid "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." 16325msgstr "" 16326 16327#. I18N: A configuration setting 16328#: resources/views/admin/trees-preferences.phtml:113 16329msgid "Add unique identifiers" 16330msgstr "" 16331 16332#. I18N: Help text for the “Add unique identifiers” configuration setting 16333#: resources/views/admin/trees-preferences.phtml:118 16334msgid "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." 16335msgstr "" 16336 16337#. I18N: A configuration setting 16338#: resources/views/admin/trees-preferences.phtml:129 16339msgid "Genealogy contact" 16340msgstr "" 16341 16342#. I18N: Help text for the “Genealogy contact” configuration setting 16343#: resources/views/admin/trees-preferences.phtml:141 16344msgid "The individual to contact about the genealogy data on this website." 16345msgstr "" 16346 16347#. I18N: A configuration setting 16348#: resources/views/admin/trees-preferences.phtml:149 16349msgid "Technical help contact" 16350msgstr "" 16351 16352#. I18N: Help text for the “Technical help contact” configuration setting 16353#: resources/views/admin/trees-preferences.phtml:161 16354msgid "The individual to be contacted about technical questions or errors encountered on your website." 16355msgstr "" 16356 16357#. I18N: A configuration setting 16358#: resources/views/admin/trees-preferences.phtml:171 16359msgid "Add to TITLE header tag" 16360msgstr "" 16361 16362#. I18N: Help text for the “Add to TITLE header tag” configuration setting 16363#: resources/views/admin/trees-preferences.phtml:183 16364msgid "This text will be appended to each page title. It will be shown in the browser’s title bar, bookmarks, etc." 16365msgstr "" 16366 16367#. I18N: A configuration setting 16368#: resources/views/admin/trees-preferences.phtml:191 16369msgid "Description META tag" 16370msgstr "" 16371 16372#. I18N: Help text for the “Description META tag” configuration setting 16373#: resources/views/admin/trees-preferences.phtml:203 16374msgid "Search engines may use this description of your site in their search results." 16375msgstr "" 16376 16377#. I18N: Help text for the “Media folder” configuration setting 16378#: resources/views/admin/trees-preferences.phtml:225 16379msgid "This folder will be used to store the media files for this family tree." 16380msgstr "" 16381 16382#. I18N: Help text for the “Media folder” configuration setting 16383#: resources/views/admin/trees-preferences.phtml:226 16384msgid "If you select a different folder, you must also move any media files from the existing folder to the new one." 16385msgstr "" 16386 16387#. I18N: Help text for the “Media folder” configuration setting 16388#: resources/views/admin/trees-preferences.phtml:227 16389msgid "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." 16390msgstr "" 16391 16392#. I18N: A configuration setting 16393#: resources/views/admin/trees-preferences.phtml:237 16394msgid "Who can upload new media files" 16395msgstr "" 16396 16397#. I18N: Help text for the “Who can upload new media files” configuration setting 16398#: resources/views/admin/trees-preferences.phtml:242 16399msgid "If you are concerned that users might upload inappropriate images, you can restrict media uploads to managers only." 16400msgstr "" 16401 16402#. I18N: A configuration setting 16403#: resources/views/admin/trees-preferences.phtml:251 16404msgid "Show a download link in the media viewer" 16405msgstr "" 16406 16407#. I18N: Help text for the “Show a download link in the media viewer” configuration setting 16408#: resources/views/admin/trees-preferences.phtml:256 16409msgid "This option will make it easier for users to download images." 16410msgstr "" 16411 16412#: resources/views/admin/trees-preferences.phtml:262 16413#: resources/views/admin/trees-preferences.phtml:268 16414msgid "Thumbnail images" 16415msgstr "" 16416 16417#: resources/views/admin/trees-preferences.phtml:271 16418#: resources/views/admin/trees-preferences.phtml:351 16419#: resources/views/admin/trees-preferences.phtml:366 16420#: resources/views/admin/trees-preferences.phtml:382 16421#: resources/views/admin/trees-preferences.phtml:507 16422#: resources/views/admin/trees-preferences.phtml:619 16423#: resources/views/admin/trees-preferences.phtml:634 16424msgid "hide" 16425msgstr "" 16426 16427#: resources/views/admin/trees-preferences.phtml:271 16428#: resources/views/admin/trees-preferences.phtml:351 16429#: resources/views/admin/trees-preferences.phtml:366 16430#: resources/views/admin/trees-preferences.phtml:382 16431#: resources/views/admin/trees-preferences.phtml:507 16432#: resources/views/admin/trees-preferences.phtml:619 16433#: resources/views/admin/trees-preferences.phtml:634 16434#: resources/views/modules/faq/config.phtml:26 16435#: resources/views/modules/stories/config.phtml:21 16436msgid "show" 16437msgstr "" 16438 16439#: resources/views/admin/trees-preferences.phtml:273 16440msgid "Show thumbnail images in charts and family groups." 16441msgstr "" 16442 16443#. I18N: A configuration setting 16444#: resources/views/admin/trees-preferences.phtml:283 16445msgid "Use silhouettes" 16446msgstr "" 16447 16448#. I18N: Help text for the “Use silhouettes” configuration setting 16449#: resources/views/admin/trees-preferences.phtml:288 16450msgid "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." 16451msgstr "" 16452 16453#: resources/views/admin/trees-preferences.phtml:294 16454msgid "Watermarks" 16455msgstr "" 16456 16457#: resources/views/admin/trees-preferences.phtml:299 16458msgid "Images without watermarks" 16459msgstr "" 16460 16461#. I18N: Help text for the “Images without watermarks” configuration setting 16462#: resources/views/admin/trees-preferences.phtml:304 16463msgid "Watermarks are optional and normally shown just to visitors." 16464msgstr "" 16465 16466#: resources/views/admin/trees-preferences.phtml:314 16467msgid "Surname list style" 16468msgstr "" 16469 16470#. I18N: A configuration setting 16471#: resources/views/admin/trees-preferences.phtml:326 16472msgid "Maximum number of surnames on individual list" 16473msgstr "" 16474 16475#. I18N: Help text for the “Maximum number of surnames on individual list” configuration setting 16476#: resources/views/admin/trees-preferences.phtml:339 16477msgid "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." 16478msgstr "" 16479 16480#. I18N: A configuration setting 16481#: resources/views/admin/trees-preferences.phtml:348 16482msgid "Estimated dates for birth and death" 16483msgstr "" 16484 16485#. I18N: Help text for the “Estimated dates for birth and death” configuration setting 16486#: resources/views/admin/trees-preferences.phtml:353 16487msgid "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." 16488msgstr "" 16489 16490#: resources/views/admin/trees-preferences.phtml:363 16491msgid "The date and time of the last update" 16492msgstr "" 16493 16494#. I18N: A configuration setting 16495#: resources/views/admin/trees-preferences.phtml:379 16496msgid "Age of parents next to child’s birthdate" 16497msgstr "" 16498 16499#. I18N: Help text for the “Age of parents next to child’s birthdate” configuration setting 16500#: resources/views/admin/trees-preferences.phtml:384 16501msgid "This option controls whether or not to show age of father and mother next to child’s birthdate on charts." 16502msgstr "" 16503 16504#: resources/views/admin/trees-preferences.phtml:393 16505msgid "Other facts to show in charts" 16506msgstr "" 16507 16508#. I18N: Help text for the “Other facts to show in charts” configuration setting 16509#: resources/views/admin/trees-preferences.phtml:400 16510msgid "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." 16511msgstr "" 16512 16513#: resources/views/admin/trees-preferences.phtml:405 16514msgid "Individual pages" 16515msgstr "" 16516 16517#: resources/views/admin/trees-preferences.phtml:411 16518msgid "Show the events of close relatives on the individual page" 16519msgstr "" 16520 16521#. I18N: A configuration setting 16522#: resources/views/admin/trees-preferences.phtml:504 16523msgid "Fact icons" 16524msgstr "" 16525 16526#. I18N: Help text for the “Fact icons” configuration setting 16527#: resources/views/admin/trees-preferences.phtml:509 16528msgid "Some themes can display icons on the “Facts and events” tab." 16529msgstr "" 16530 16531#. I18N: A configuration setting 16532#: resources/views/admin/trees-preferences.phtml:519 16533msgid "Automatically expand notes" 16534msgstr "" 16535 16536#. I18N: Help text for the “Automatically expand notes” configuration setting 16537#: resources/views/admin/trees-preferences.phtml:525 16538msgid "This option controls whether or not to automatically display content of a <i>Note</i> record on the Individual page." 16539msgstr "" 16540 16541#. I18N: A configuration setting 16542#: resources/views/admin/trees-preferences.phtml:535 16543msgid "Automatically expand sources" 16544msgstr "" 16545 16546#. I18N: Help text for the “Automatically expand sources” configuration setting 16547#: resources/views/admin/trees-preferences.phtml:541 16548msgid "This option controls whether or not to automatically display content of a <i>Source</i> record on the Individual page." 16549msgstr "" 16550 16551#. I18N: A configuration setting 16552#: resources/views/admin/trees-preferences.phtml:553 16553#: resources/views/admin/trees-preferences.phtml:555 16554#: resources/views/admin/trees-preferences.phtml:559 16555msgid "Abbreviate place names" 16556msgstr "" 16557 16558#. I18N: A button label, first page 16559#: resources/views/admin/trees-preferences.phtml:556 16560#: resources/views/lists/datatables-attributes.phtml:14 16561#: resources/views/modules/media-list/page.phtml:79 16562#: resources/views/modules/media-list/page.phtml:178 16563msgid "first" 16564msgstr "" 16565 16566#. I18N: A button label, last page 16567#: resources/views/admin/trees-preferences.phtml:556 16568#: resources/views/lists/datatables-attributes.phtml:16 16569#: resources/views/modules/media-list/page.phtml:103 16570#: resources/views/modules/media-list/page.phtml:202 16571msgid "last" 16572msgstr "" 16573 16574#: resources/views/admin/trees-preferences.phtml:565 16575msgctxt "Show the [first/last] [N] parts of a place name." 16576msgid "first" 16577msgstr "" 16578 16579#: resources/views/admin/trees-preferences.phtml:565 16580msgctxt "Show the [first/last] [N] parts of a place name." 16581msgid "last" 16582msgstr "" 16583 16584#. I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name 16585#: resources/views/admin/trees-preferences.phtml:564 16586#, php-format 16587msgid "Show the %1$s %2$s parts of a place name." 16588msgstr "" 16589 16590#. I18N: Help text for the “Abbreviate place names” configuration setting 16591#: resources/views/admin/trees-preferences.phtml:569 16592msgid "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>." 16593msgstr "" 16594 16595#. I18N: A configuration setting 16596#: resources/views/admin/trees-preferences.phtml:581 16597msgid "Format text and notes" 16598msgstr "" 16599 16600#. I18N: Help text for the “Format text and notes” configuration setting 16601#: resources/views/admin/trees-preferences.phtml:586 16602msgid "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." 16603msgstr "" 16604 16605#. I18N: Help text for the “Format text and notes” configuration setting 16606#: resources/views/admin/trees-preferences.phtml:589 16607msgid "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." 16608msgstr "" 16609 16610#. I18N: A configuration setting 16611#: resources/views/admin/trees-preferences.phtml:601 16612msgid "Allow users to see raw GEDCOM records" 16613msgstr "" 16614 16615#. I18N: Help text for the “Allow users to see raw GEDCOM records” configuration setting 16616#: resources/views/admin/trees-preferences.phtml:606 16617msgid "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." 16618msgstr "" 16619 16620#. I18N: Help text for the “GEDCOM errors” configuration setting 16621#: resources/views/admin/trees-preferences.phtml:621 16622msgid "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." 16623msgstr "" 16624 16625#. I18N: Help text for the “Hit counters” configuration setting 16626#: resources/views/admin/trees-preferences.phtml:636 16627msgid "Some pages can display the number of times that they have been visited." 16628msgstr "" 16629 16630#. I18N: Options for editing 16631#: resources/views/admin/trees-preferences.phtml:642 16632msgid "Edit preferences" 16633msgstr "" 16634 16635#: resources/views/admin/trees-preferences.phtml:644 16636msgid "Facts for individual records" 16637msgstr "" 16638 16639#: resources/views/admin/trees-preferences.phtml:649 16640msgid "All individual facts" 16641msgstr "" 16642 16643#. I18N: Help text for the “All individual facts” configuration setting 16644#: resources/views/admin/trees-preferences.phtml:654 16645msgid "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." 16646msgstr "" 16647 16648#: resources/views/admin/trees-preferences.phtml:662 16649msgid "Unique individual facts" 16650msgstr "" 16651 16652#. I18N: Help text for the “Unique individual facts” configuration setting 16653#: resources/views/admin/trees-preferences.phtml:667 16654msgid "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." 16655msgstr "" 16656 16657#: resources/views/admin/trees-preferences.phtml:675 16658msgid "Facts for new individuals" 16659msgstr "" 16660 16661#. I18N: Help text for the “Facts for new individuals” configuration setting 16662#: resources/views/admin/trees-preferences.phtml:680 16663msgid "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." 16664msgstr "" 16665 16666#: resources/views/admin/trees-preferences.phtml:688 16667msgid "Quick individual facts" 16668msgstr "" 16669 16670#. I18N: Help text for the “Quick individual facts” configuration setting 16671#: resources/views/admin/trees-preferences.phtml:693 16672msgid "The most common individual facts and events are listed separately, so that they can be added more easily." 16673msgstr "" 16674 16675#: resources/views/admin/trees-preferences.phtml:698 16676msgid "Facts for family records" 16677msgstr "" 16678 16679#: resources/views/admin/trees-preferences.phtml:703 16680msgid "All family facts" 16681msgstr "" 16682 16683#. I18N: Help text for the “All family facts” configuration setting 16684#: resources/views/admin/trees-preferences.phtml:708 16685msgid "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." 16686msgstr "" 16687 16688#: resources/views/admin/trees-preferences.phtml:716 16689msgid "Unique family facts" 16690msgstr "" 16691 16692#. I18N: Help text for the “Unique family facts” configuration setting 16693#: resources/views/admin/trees-preferences.phtml:721 16694msgid "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." 16695msgstr "" 16696 16697#: resources/views/admin/trees-preferences.phtml:729 16698msgid "Facts for new families" 16699msgstr "" 16700 16701#. I18N: Help text for the “Facts for new families” configuration setting 16702#: resources/views/admin/trees-preferences.phtml:734 16703msgid "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." 16704msgstr "" 16705 16706#: resources/views/admin/trees-preferences.phtml:742 16707msgid "Quick family facts" 16708msgstr "" 16709 16710#. I18N: Help text for the “Quick family facts” configuration setting 16711#: resources/views/admin/trees-preferences.phtml:747 16712msgid "The most common family facts and events are listed separately, so that they can be added more easily." 16713msgstr "" 16714 16715#: resources/views/admin/trees-preferences.phtml:752 16716msgid "Facts for source records" 16717msgstr "" 16718 16719#: resources/views/admin/trees-preferences.phtml:757 16720msgid "All source facts" 16721msgstr "" 16722 16723#. I18N: Help text for the “All source facts” configuration setting 16724#: resources/views/admin/trees-preferences.phtml:762 16725msgid "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." 16726msgstr "" 16727 16728#: resources/views/admin/trees-preferences.phtml:770 16729msgid "Unique source facts" 16730msgstr "" 16731 16732#. I18N: Help text for the “Unique source facts” configuration setting 16733#: resources/views/admin/trees-preferences.phtml:775 16734msgid "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." 16735msgstr "" 16736 16737#: resources/views/admin/trees-preferences.phtml:783 16738msgid "Quick source facts" 16739msgstr "" 16740 16741#. I18N: Help text for the “Quick source facts” configuration setting 16742#: resources/views/admin/trees-preferences.phtml:788 16743msgid "The most common source facts are listed separately, so that they can be added more easily." 16744msgstr "" 16745 16746#: resources/views/admin/trees-preferences.phtml:793 16747msgid "Facts for repository records" 16748msgstr "" 16749 16750#: resources/views/admin/trees-preferences.phtml:798 16751msgid "All repository facts" 16752msgstr "" 16753 16754#. I18N: Help text for the “All repository facts” configuration setting 16755#: resources/views/admin/trees-preferences.phtml:803 16756msgid "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." 16757msgstr "" 16758 16759#: resources/views/admin/trees-preferences.phtml:811 16760msgid "Unique repository facts" 16761msgstr "" 16762 16763#. I18N: Help text for the “Unique repository facts” configuration setting 16764#: resources/views/admin/trees-preferences.phtml:816 16765msgid "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." 16766msgstr "" 16767 16768#: resources/views/admin/trees-preferences.phtml:824 16769msgid "Quick repository facts" 16770msgstr "" 16771 16772#. I18N: Help text for the “Quick repository facts” configuration setting 16773#: resources/views/admin/trees-preferences.phtml:829 16774msgid "The most common repository facts are listed separately, so that they can be added more easily." 16775msgstr "" 16776 16777#: resources/views/admin/trees-preferences.phtml:834 16778msgid "Advanced fact preferences" 16779msgstr "" 16780 16781#: resources/views/admin/trees-preferences.phtml:839 16782msgid "Advanced name facts" 16783msgstr "" 16784 16785#. I18N: Help text for the “Advanced name facts” configuration setting 16786#: resources/views/admin/trees-preferences.phtml:844 16787msgid "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." 16788msgstr "" 16789 16790#: resources/views/admin/trees-preferences.phtml:852 16791msgid "Advanced place name facts" 16792msgstr "" 16793 16794#. I18N: Help text for the “Advanced place name facts” configuration setting 16795#: resources/views/admin/trees-preferences.phtml:857 16796msgid "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." 16797msgstr "" 16798 16799#: resources/views/admin/trees-preferences.phtml:862 16800msgid "Other preferences" 16801msgstr "" 16802 16803#: resources/views/admin/trees-preferences.phtml:868 16804msgid "Surname tradition" 16805msgstr "" 16806 16807#. I18N: Help text for the “Surname tradition” configuration setting 16808#: resources/views/admin/trees-preferences.phtml:873 16809msgid "When you add a new family member, a default surname can be provided. This surname will depend on the local tradition." 16810msgstr "" 16811 16812#. I18N: A configuration setting 16813#: resources/views/admin/trees-preferences.phtml:883 16814msgid "Use full source citations" 16815msgstr "" 16816 16817#. I18N: Help text for the “Use full source citations” configuration setting 16818#: resources/views/admin/trees-preferences.phtml:888 16819msgid "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." 16820msgstr "" 16821 16822#. I18N: A configuration setting 16823#: resources/views/admin/trees-preferences.phtml:898 16824#: resources/xml/reports/fact_sources.xml:6 16825msgid "Source type" 16826msgstr "" 16827 16828#. I18N: Help text for the “Source type” configuration setting 16829#: resources/views/admin/trees-preferences.phtml:903 16830msgid "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." 16831msgstr "" 16832 16833#. I18N: A configuration setting 16834#: resources/views/admin/trees-preferences.phtml:913 16835#: resources/views/edit/add-fact.phtml:74 16836#: resources/views/edit/edit-fact.phtml:103 16837msgid "Keep the existing “last change” information" 16838msgstr "" 16839 16840#. I18N: Help text for the “Keep the existing ‘last change’ information” configuration setting 16841#: resources/views/admin/trees-preferences.phtml:918 16842msgid "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." 16843msgstr "" 16844 16845#. I18N: Label for checkbox 16846#: resources/views/admin/trees-preferences.phtml:939 16847#: resources/views/admin/trees-privacy.phtml:296 16848msgid "Apply these preferences to all family trees" 16849msgstr "" 16850 16851#. I18N: Label for checkbox 16852#: resources/views/admin/trees-preferences.phtml:946 16853#: resources/views/admin/trees-privacy.phtml:303 16854msgid "Apply these preferences to new family trees" 16855msgstr "" 16856 16857#. I18N: A configuration setting 16858#: resources/views/admin/trees-privacy.phtml:21 16859msgid "Show the family tree" 16860msgstr "" 16861 16862#: resources/views/admin/trees-privacy.phtml:24 16863#: resources/views/admin/trees-privacy.phtml:43 16864#: resources/views/admin/trees-privacy.phtml:85 16865#: resources/views/admin/trees-privacy.phtml:127 16866#: resources/views/admin/trees-privacy.phtml:147 16867msgid "visitors" 16868msgstr "" 16869 16870#: resources/views/admin/trees-privacy.phtml:25 16871#: resources/views/admin/trees-privacy.phtml:44 16872#: resources/views/admin/trees-privacy.phtml:86 16873#: resources/views/admin/trees-privacy.phtml:128 16874#: resources/views/admin/trees-privacy.phtml:148 16875msgid "members" 16876msgstr "" 16877 16878#. I18N: Help text for the “Family tree” configuration setting 16879#: resources/views/admin/trees-privacy.phtml:31 16880msgid "Enabling this option will force all visitors to sign in before they can view any data on the website." 16881msgstr "" 16882 16883#. I18N: A configuration setting 16884#: resources/views/admin/trees-privacy.phtml:40 16885msgid "Show dead individuals" 16886msgstr "" 16887 16888#. I18N: Help text for the “Show dead individuals” configuration setting 16889#: resources/views/admin/trees-privacy.phtml:50 16890msgid "Set the privacy access level for all dead individuals." 16891msgstr "" 16892 16893#: resources/views/admin/trees-privacy.phtml:59 16894msgid "Age at which to assume an individual is dead" 16895msgstr "" 16896 16897#. I18N: Help text for the “Age at which to assume an individual is dead” configuration setting 16898#: resources/views/admin/trees-privacy.phtml:73 16899msgid "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." 16900msgstr "" 16901 16902#. I18N: A configuration setting 16903#: resources/views/admin/trees-privacy.phtml:83 16904msgid "Show living individuals" 16905msgstr "" 16906 16907#. I18N: Help text for the “Show living individuals” configuration setting 16908#: resources/views/admin/trees-privacy.phtml:93 16909msgid "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." 16910msgstr "" 16911 16912#. I18N: A configuration setting. …who were born in the last XX years or died in the last YY years 16913#: resources/views/admin/trees-privacy.phtml:103 16914msgid "Extend privacy to dead individuals" 16915msgstr "" 16916 16917#. I18N: Extend privacy to dead individuals who were… 16918#: resources/views/admin/trees-privacy.phtml:109 16919#, php-format 16920msgid "born in the last %1$s years or died in the last %2$s years" 16921msgstr "" 16922 16923#. I18N: Help text for the “Extend privacy to dead individuals” configuration setting 16924#: resources/views/admin/trees-privacy.phtml:114 16925msgid "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." 16926msgstr "" 16927 16928#. I18N: A configuration setting 16929#: resources/views/admin/trees-privacy.phtml:124 16930msgid "Show names of private individuals" 16931msgstr "" 16932 16933#: resources/views/admin/trees-privacy.phtml:129 16934msgid "managers" 16935msgstr "" 16936 16937#. I18N: Help text for the “Show names of private individuals” configuration setting 16938#: resources/views/admin/trees-privacy.phtml:135 16939msgid "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." 16940msgstr "" 16941 16942#. I18N: A configuration setting 16943#: resources/views/admin/trees-privacy.phtml:144 16944msgid "Show private relationships" 16945msgstr "" 16946 16947#. I18N: Help text for the “Show private relationships” configuration setting 16948#: resources/views/admin/trees-privacy.phtml:154 16949msgid "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." 16950msgstr "" 16951 16952#. I18N: Privacy restrictions are set by RESN tags in GEDCOM. 16953#: resources/views/admin/trees-privacy.phtml:158 16954msgid "Privacy restrictions" 16955msgstr "" 16956 16957#. I18N: Privacy restrictions are RESN tags in GEDCOM. 16958#: resources/views/admin/trees-privacy.phtml:160 16959msgid "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." 16960msgstr "" 16961 16962#: resources/views/admin/trees-privacy.phtml:167 16963#: resources/views/admin/trees-privacy.phtml:253 16964msgid "All records" 16965msgstr "" 16966 16967#: resources/views/admin/trees-privacy.phtml:220 16968msgid "Privacy restrictions - these apply to records and facts that do not contain a GEDCOM RESN tag" 16969msgstr "" 16970 16971#: resources/views/admin/trees-privacy.phtml:228 16972#: resources/views/edit/add-fact-row.phtml:15 16973msgid "Fact or event" 16974msgstr "" 16975 16976#. I18N: A button label. 16977#: resources/views/admin/trees-privacy.phtml:236 16978#: resources/views/admin/webtrees1-thumbnails-form.phtml:18 16979#: resources/views/edit/add-fact-row.phtml:41 16980#: resources/views/edit/paste-fact-row.phtml:40 16981#: resources/views/modules/census-assistant.phtml:60 16982#: resources/views/modules/lifespans-chart/page.phtml:66 16983#: resources/views/modules/timeline-chart/page.phtml:27 16984msgid "add" 16985msgstr "" 16986 16987#: resources/views/admin/trees-privacy.phtml:249 16988msgid "This record does not exist." 16989msgstr "" 16990 16991#: resources/views/admin/trees-renumber.phtml:8 16992#: resources/views/admin/trees-unconnected.phtml:20 16993msgid "Manage family trees " 16994msgstr "" 16995 16996#: resources/views/admin/trees-renumber.phtml:17 16997msgid "You can renumber the records in a family tree, so that these internal reference numbers are not duplicated in any other family tree." 16998msgstr "" 16999 17000#: resources/views/admin/trees-renumber.phtml:21 17001#, php-format 17002msgid "This family tree has %s record which uses the same “XREF” as another family tree." 17003msgid_plural "This family tree has %s records which use the same “XREF” as another family tree." 17004msgstr[0] "" 17005msgstr[1] "" 17006 17007#: resources/views/admin/trees-renumber.phtml:26 17008msgid "You can renumber this family tree." 17009msgstr "" 17010 17011#: resources/views/admin/trees-renumber.phtml:37 17012#: resources/views/admin/trees.phtml:308 17013msgid "Caution! This may take a long time. Be patient." 17014msgstr "" 17015 17016#: resources/views/admin/trees-unconnected.phtml:27 17017msgid "Include associates" 17018msgstr "" 17019 17020#: resources/views/admin/trees-unconnected.phtml:28 17021msgid "Include aliases" 17022msgstr "" 17023 17024#: resources/views/admin/trees-unconnected.phtml:30 17025msgid "update" 17026msgstr "" 17027 17028#: resources/views/admin/trees-unconnected.phtml:34 17029#, php-format 17030msgid "These groups of individuals are not related to %s." 17031msgstr "" 17032 17033#: resources/views/admin/trees.phtml:55 17034#: resources/views/lists/datatables-attributes.phtml:31 17035msgid "Calculating…" 17036msgstr "" 17037 17038#: resources/views/admin/trees.phtml:109 17039msgid "Default family tree" 17040msgstr "" 17041 17042#: resources/views/admin/trees.phtml:112 resources/views/admin/trees.phtml:119 17043msgid "Set as default" 17044msgstr "" 17045 17046#. I18N: Individuals, sources, dates, places, etc. 17047#: resources/views/admin/trees.phtml:141 17048msgid "Genealogy data" 17049msgstr "" 17050 17051#: resources/views/admin/trees.phtml:180 17052msgid "Renumber" 17053msgstr "" 17054 17055#: resources/views/admin/trees.phtml:199 17056msgid "Add unlinked records" 17057msgstr "" 17058 17059#: resources/views/admin/trees.phtml:262 17060msgid "Export" 17061msgstr "" 17062 17063#: resources/views/admin/trees.phtml:290 17064msgid "Synchronize family trees with GEDCOM files" 17065msgstr "" 17066 17067#: resources/views/admin/trees.phtml:298 17068msgid "Create, update, and delete a family tree for every GEDCOM file in the data folder." 17069msgstr "" 17070 17071#: resources/views/admin/upgrade/steps.phtml:14 17072msgid "It can take several minutes to download and install the upgrade. Be patient." 17073msgstr "" 17074 17075#: resources/views/admin/upgrade/wizard.phtml:26 17076msgid "Depending on your server configuration, you may be able to upgrade automatically." 17077msgstr "" 17078 17079#: resources/views/admin/users-cleanup.phtml:29 17080msgid "User’s account has been inactive too long: " 17081msgstr "" 17082 17083#: resources/views/admin/users-cleanup.phtml:48 17084msgid "User didn’t verify within 7 days." 17085msgstr "" 17086 17087#: resources/views/admin/users-cleanup.phtml:50 17088msgid "User not verified by administrator." 17089msgstr "" 17090 17091#: resources/views/admin/users-cleanup.phtml:62 17092msgid "Nothing found to cleanup" 17093msgstr "" 17094 17095#: resources/views/admin/users-create.phtml:19 17096#: resources/views/admin/users-edit.phtml:23 17097#: resources/views/admin/users.phtml:21 17098#: resources/views/edit-account-page.phtml:32 17099#: resources/views/emails/register-notify-html.phtml:19 17100#: resources/views/emails/register-notify-text.phtml:12 17101#: resources/views/register-page.phtml:34 17102msgid "Real name" 17103msgstr "" 17104 17105#: resources/views/admin/users-create.phtml:24 17106#: resources/views/admin/users-edit.phtml:28 17107#: resources/views/edit-account-page.phtml:37 17108#: resources/views/register-page.phtml:39 17109#: resources/views/setup/step-5-administrator.phtml:41 17110msgid "This is your real name, as you would like it displayed on screen." 17111msgstr "" 17112 17113#: resources/views/admin/users-create.phtml:37 17114#: resources/views/admin/users-edit.phtml:41 17115#: resources/views/edit-account-page.phtml:25 17116#: resources/views/register-page.phtml:63 17117msgid "Usernames are case-insensitive and ignore accented letters, so that “chloe”, “chloë”, and “Chloe” are considered to be the same." 17118msgstr "" 17119 17120#. I18N: placeholder text for new-password field 17121#: resources/views/admin/users-create.phtml:48 17122#: resources/views/admin/users-edit.phtml:52 17123#: resources/views/register-page.phtml:74 17124#, php-format 17125msgid "Use at least %s character." 17126msgid_plural "Use at least %s characters." 17127msgstr[0] "" 17128msgstr[1] "" 17129 17130#: resources/views/admin/users-create.phtml:50 17131#: resources/views/admin/users-edit.phtml:54 17132#: resources/views/edit-account-page.phtml:81 17133#: resources/views/password-reset-page.phtml:39 17134#: resources/views/register-page.phtml:76 17135msgid "Passwords must be at least 8 characters long and are case-sensitive, so that “secret” is different from “SECRET”." 17136msgstr "" 17137 17138#: resources/views/admin/users-create.phtml:63 17139#: resources/views/admin/users-edit.phtml:67 17140#: resources/views/edit-account-page.phtml:116 17141#: resources/views/register-page.phtml:51 17142#: resources/views/setup/step-5-administrator.phtml:77 17143msgid "This email address will be used to send password reminders, website notifications, and messages from other family members who are registered on the website." 17144msgstr "" 17145 17146#: resources/views/admin/users-edit.phtml:76 17147msgid "Account approval and email verification" 17148msgstr "" 17149 17150#: resources/views/admin/users-edit.phtml:82 17151msgid "Email verified" 17152msgstr "" 17153 17154#: resources/views/admin/users-edit.phtml:86 17155msgid "Approved by administrator" 17156msgstr "" 17157 17158#: resources/views/admin/users-edit.phtml:89 17159msgid "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." 17160msgstr "" 17161 17162#: resources/views/admin/users-edit.phtml:92 17163msgid "If an administrator creates a user account, the verification email is not sent, and the email must be verified manually." 17164msgstr "" 17165 17166#: resources/views/admin/users-edit.phtml:95 17167msgid "You should not approve an account unless you know that the email address is correct." 17168msgstr "" 17169 17170#: resources/views/admin/users-edit.phtml:98 17171msgid "A user will not be able to sign in until both “email verified” and “approved by administrator” are selected." 17172msgstr "" 17173 17174#: resources/views/admin/users-edit.phtml:136 17175msgid "Automatically accept changes made by this user" 17176msgstr "" 17177 17178#: resources/views/admin/users-edit.phtml:139 17179msgid "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." 17180msgstr "" 17181 17182#. I18N: A configuration setting 17183#: resources/views/admin/users-edit.phtml:148 17184#: resources/views/edit-account-page.phtml:136 17185msgid "Visible online" 17186msgstr "" 17187 17188#. I18N: A configuration setting 17189#: resources/views/admin/users-edit.phtml:154 17190#: resources/views/edit-account-page.phtml:139 17191msgid "Visible to other users when online" 17192msgstr "" 17193 17194#: resources/views/admin/users-edit.phtml:157 17195#: resources/views/edit-account-page.phtml:141 17196msgid "You can choose whether to appear in the list of users who are currently signed-in." 17197msgstr "" 17198 17199#. I18N: A configuration setting 17200#: resources/views/admin/users-edit.phtml:166 17201msgid "Preferred contact method" 17202msgstr "" 17203 17204#. I18N: Help text for the “Preferred contact method” configuration setting 17205#: resources/views/admin/users-edit.phtml:172 17206#: resources/views/edit-account-page.phtml:128 17207msgid "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." 17208msgstr "" 17209 17210#: resources/views/admin/users-edit.phtml:190 17211msgid "Administrator comments on user" 17212msgstr "" 17213 17214#: resources/views/admin/users-edit.phtml:205 17215#: resources/views/admin/users-edit.phtml:254 17216msgid "Administrator" 17217msgstr "" 17218 17219#: resources/views/admin/users-edit.phtml:211 17220msgid "Access to family trees" 17221msgstr "" 17222 17223#: resources/views/admin/users-edit.phtml:214 17224msgid "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." 17225msgstr "" 17226 17227#: resources/views/admin/users-edit.phtml:223 17228msgid "Everybody has this role, including visitors to the website and search engines." 17229msgstr "" 17230 17231#: resources/views/admin/users-edit.phtml:229 17232msgid "This role has all the permissions of the visitor role, plus any additional access granted by the family tree configuration." 17233msgstr "" 17234 17235#: resources/views/admin/users-edit.phtml:237 17236msgid "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." 17237msgstr "" 17238 17239#: resources/views/admin/users-edit.phtml:243 17240msgid "This role has all the permissions of the editor role, plus permission to accept/reject changes made by other users." 17241msgstr "" 17242 17243#: resources/views/admin/users-edit.phtml:251 17244msgid "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." 17245msgstr "" 17246 17247#: resources/views/admin/users-edit.phtml:257 17248msgid "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." 17249msgstr "" 17250 17251#: resources/views/admin/users-edit.phtml:272 17252#: resources/views/edit-account-page.phtml:45 17253msgid "Individual record" 17254msgstr "" 17255 17256#: resources/views/admin/users-edit.phtml:286 17257msgid "Link this user to an individual in the family tree." 17258msgstr "" 17259 17260#: resources/views/admin/users-edit.phtml:344 17261msgid "You must specify an individual record before you can restrict the user to their immediate family." 17262msgstr "" 17263 17264#: resources/views/admin/users-table-options.phtml:34 17265msgid "Masquerade as this user" 17266msgstr "" 17267 17268#: resources/views/admin/users.phtml:25 17269msgid "Date registered" 17270msgstr "" 17271 17272#: resources/views/admin/users.phtml:27 17273msgid "Last signed in" 17274msgstr "" 17275 17276#: resources/views/admin/users.phtml:28 17277msgid "Verified" 17278msgstr "" 17279 17280#: resources/views/admin/users.phtml:29 17281msgid "Approved" 17282msgstr "" 17283 17284#. I18N: "thumbs" is fixed text. Do not change it. 17285#: resources/views/admin/webtrees1-thumbnails.phtml:14 17286msgid "In webtrees version 1, you could add custom thumbnails to media objects by creating files in the “thumbs” folders." 17287msgstr "" 17288 17289#: resources/views/admin/webtrees1-thumbnails.phtml:16 17290msgid "In webtrees version 2, custom thumbnails are stored as a second media file in the same media object." 17291msgstr "" 17292 17293#: resources/views/admin/webtrees1-thumbnails.phtml:18 17294msgid "If the thumbnail image is the same as the original image, it is no longer needed and you should delete it." 17295msgstr "" 17296 17297#: resources/views/admin/webtrees1-thumbnails.phtml:19 17298msgid "If the thumbnail image is a custom image, you should add it to the media object." 17299msgstr "" 17300 17301#: resources/views/admin/webtrees1-thumbnails.phtml:34 17302msgid "Thumbnail image" 17303msgstr "" 17304 17305#: resources/views/admin/webtrees1-thumbnails.phtml:37 17306msgid "Comparison" 17307msgstr "" 17308 17309#: resources/views/admin/webtrees1-thumbnails.phtml:38 17310msgid "Action" 17311msgstr "" 17312 17313#. I18N: A button label. 17314#: resources/views/branches-page.phtml:40 17315#: resources/views/modules/ancestors-chart/page.phtml:46 17316#: resources/views/modules/compact-chart/page.phtml:26 17317#: resources/views/modules/descendancy_chart/page.phtml:46 17318#: resources/views/modules/family-book-chart/page.phtml:56 17319#: resources/views/modules/fanchart/page.phtml:61 17320#: resources/views/modules/hourglass-chart/page.phtml:47 17321#: resources/views/modules/interactive-tree/page.phtml:28 17322#: resources/views/modules/pedigree-chart/page.phtml:45 17323#: resources/views/modules/pedigree-map/page.phtml:35 17324#: resources/views/modules/relationships-chart/page.phtml:67 17325#: resources/views/report-setup-page.phtml:80 17326#: resources/views/report-setup-page.phtml:85 17327msgid "view" 17328msgstr "" 17329 17330#: resources/views/calendar-list.phtml:18 17331#, php-format 17332msgid "%s family" 17333msgid_plural "%s families" 17334msgstr[0] "" 17335msgstr[1] "" 17336 17337#: resources/views/calendar-page.phtml:81 17338msgid "Show" 17339msgstr "" 17340 17341#: resources/views/calendar-page.phtml:97 17342#: resources/views/calendar-page.phtml:109 17343msgid "All individuals" 17344msgstr "" 17345 17346#: resources/views/calendar-page.phtml:100 17347msgid "Living individuals" 17348msgstr "" 17349 17350#: resources/views/calendar-page.phtml:103 17351msgid "Recent years (< 100 yrs)" 17352msgstr "" 17353 17354#: resources/views/calendar-page.phtml:179 17355#: resources/views/edit/add-fact-row.phtml:35 17356msgid "Custom event" 17357msgstr "" 17358 17359#: resources/views/calendar-page.phtml:191 17360msgid "View this day" 17361msgstr "" 17362 17363#: resources/views/calendar-page.phtml:195 17364msgid "View this month" 17365msgstr "" 17366 17367#: resources/views/calendar-page.phtml:199 17368msgid "View this year" 17369msgstr "" 17370 17371#: resources/views/cards/add-media-object.phtml:10 17372#: resources/views/family-page.phtml:98 17373#: resources/views/individual-page-menu.phtml:75 17374#: resources/views/individual-page.phtml:90 17375#: resources/views/source-page.phtml:92 17376msgid "Add a media object" 17377msgstr "" 17378 17379#: resources/views/cards/add-sour-data-even.phtml:10 17380msgid "Add an event" 17381msgstr "" 17382 17383#: resources/views/chart-box.phtml:108 resources/views/chart-box.phtml:120 17384#: resources/views/chart-box.phtml:121 17385msgid "Links" 17386msgstr "" 17387 17388#: resources/views/components/alert-warning-dismissible.phtml:10 17389#: resources/views/layouts/administration.phtml:76 17390#: resources/views/layouts/default.phtml:125 17391#: resources/views/layouts/default.phtml:160 17392#: resources/views/modals/create-media-from-file.phtml:17 17393#: resources/views/modals/footer-close.phtml:10 17394#: resources/views/modals/header.phtml:11 17395#: resources/views/modules/privacy-policy/footer.phtml:17 17396msgid "close" 17397msgstr "" 17398 17399#: resources/views/contact-page.phtml:28 17400#: resources/views/setup/step-5-administrator.phtml:36 17401msgid "Your name" 17402msgstr "" 17403 17404#: resources/views/edit-account-page.phtml:52 17405msgctxt "unknown people" 17406msgid "Unknown" 17407msgstr "" 17408 17409#: resources/views/edit-account-page.phtml:56 17410msgid "This is a link to your own record in the family tree. If this is the wrong individual, contact an administrator." 17411msgstr "" 17412 17413#: resources/views/edit-account-page.phtml:83 17414msgid "Leave the password blank if you want to keep the current password." 17415msgstr "" 17416 17417#: resources/views/edit-account-page.phtml:123 17418msgid "Contact method" 17419msgstr "" 17420 17421#: resources/views/edit-account-page.phtml:164 17422msgid "Delete your account" 17423msgstr "" 17424 17425#: resources/views/edit-blocks-block.phtml:16 17426msgid "Block" 17427msgstr "" 17428 17429#: resources/views/edit-blocks-page.phtml:11 17430msgid "Drag the blocks to change their position." 17431msgstr "" 17432 17433#: resources/views/edit-blocks-page.phtml:34 17434msgid "Add more blocks from the following list." 17435msgstr "" 17436 17437#: resources/views/edit-blocks-page.phtml:57 17438#: resources/views/edit-blocks-page.phtml:58 17439msgid "Restore the default block layout" 17440msgstr "" 17441 17442#: resources/views/edit/add-fact-row.phtml:32 17443msgid "Custom fact" 17444msgstr "" 17445 17446#: resources/views/edit/change-family-members.phtml:49 17447#: resources/xml/reports/family_group_report.xml:774 17448#: resources/xml/reports/individual_ext_report.xml:526 17449#: resources/xml/reports/individual_report.xml:530 17450msgid "Son" 17451msgstr "" 17452 17453#: resources/views/edit/change-family-members.phtml:51 17454#: resources/xml/reports/family_group_report.xml:809 17455#: resources/xml/reports/individual_ext_report.xml:562 17456#: resources/xml/reports/individual_report.xml:566 17457msgid "Daughter" 17458msgstr "" 17459 17460#: resources/views/edit/icon-fact-copy.phtml:8 17461#: resources/views/edit/icon-fact-copy.phtml:10 17462msgid "Copy" 17463msgstr "" 17464 17465#: resources/views/edit/input-addon-keyboard.phtml:9 17466#: resources/views/edit/input-addon-keyboard.phtml:12 17467#: resources/views/edit/shared-note.phtml:20 17468#: resources/views/edit/shared-note.phtml:22 17469msgid "Find a special character" 17470msgstr "" 17471 17472#: resources/views/edit/link-child-to-family.phtml:29 17473msgid "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." 17474msgstr "" 17475 17476#. I18N: A button label. 17477#: resources/views/edit/new-individual.phtml:321 17478msgid "go to new individual" 17479msgstr "" 17480 17481#: resources/views/edit/paste-fact-row.phtml:12 17482msgid "Add from clipboard" 17483msgstr "" 17484 17485#: resources/views/edit/raw-gedcom-fact.phtml:15 17486#: resources/views/edit/raw-gedcom-record.phtml:16 17487msgid "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." 17488msgstr "" 17489 17490#. I18N: %s is a URL 17491#: resources/views/edit/raw-gedcom-fact.phtml:18 17492#: resources/views/edit/raw-gedcom-record.phtml:19 17493#, php-format 17494msgid "You can download a copy of the GEDCOM specification from %s." 17495msgstr "" 17496 17497#: resources/views/edit/raw-gedcom-record.phtml:47 17498msgid "Add a fact" 17499msgstr "" 17500 17501#. I18N: A button label. 17502#: resources/views/edit/reorder-children.phtml:41 17503#: resources/xml/reports/bdm_report.xml:11 17504#: resources/xml/reports/birth_report.xml:9 17505#: resources/xml/reports/change_report.xml:7 17506#: resources/xml/reports/fact_sources.xml:7 17507#: resources/xml/reports/individual_ext_report.xml:8 17508#: resources/xml/reports/occupation_report.xml:6 17509#: resources/xml/reports/relative_ext_report.xml:7 17510msgid "sort by date of birth" 17511msgstr "" 17512 17513#: resources/views/edit/reorder-families.phtml:21 17514#: resources/views/lists/surnames-table.phtml:27 17515#: resources/views/modules/family-book-chart/page.phtml:45 17516#: resources/views/modules/pedigree-chart/previous.phtml:29 17517msgid "Spouses" 17518msgstr "" 17519 17520#: resources/views/edit/reorder-families.phtml:24 17521msgid "When an individual has more than one spouse, you should sort the families in date order." 17522msgstr "" 17523 17524#. I18N: A button label. 17525#: resources/views/edit/reorder-families.phtml:30 17526#: resources/xml/reports/marriage_report.xml:9 17527msgid "sort by date of marriage" 17528msgstr "" 17529 17530#: resources/views/edit/reorder-families.phtml:65 17531msgid "An individual can have more than one set of parents. For example, birth and adopted." 17532msgstr "" 17533 17534#: resources/views/edit/reorder-families.phtml:67 17535msgid "The first family in the list will be used in charts, lists, reports, etc." 17536msgstr "" 17537 17538#: resources/views/emails/approve-user-html.phtml:9 17539#: resources/views/emails/message-copy-html.phtml:8 17540#: resources/views/emails/message-copy-text.phtml:6 17541#: resources/views/emails/message-user-html.phtml:8 17542#: resources/views/emails/message-user-text.phtml:6 17543#: resources/views/emails/password-request-html.phtml:8 17544#: resources/views/emails/password-request-text.phtml:6 17545#: resources/views/emails/pending-changes-html.phtml:9 17546#: resources/views/emails/pending-changes-text.phtml:8 17547#: resources/views/emails/register-user-html.phtml:8 17548#: resources/views/emails/register-user-text.phtml:7 17549#, php-format 17550msgid "Hello %s…" 17551msgstr "" 17552 17553#: resources/views/emails/approve-user-html.phtml:13 17554#: resources/views/emails/approve-user-text.phtml:8 17555#, php-format 17556msgid "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" 17557msgstr "" 17558 17559#: resources/views/emails/message-copy-html.phtml:12 17560#: resources/views/emails/message-copy-text.phtml:8 17561msgid "You sent the following message to a webtrees user:" 17562msgstr "" 17563 17564#: resources/views/emails/message-copy-html.phtml:25 17565#: resources/views/emails/message-copy-text.phtml:15 17566#: resources/views/emails/message-user-html.phtml:26 17567#: resources/views/emails/message-user-text.phtml:16 17568msgid "This message was sent while viewing the following URL: " 17569msgstr "" 17570 17571#. I18N: %s is a person's name 17572#: resources/views/emails/message-user-html.phtml:13 17573#: resources/views/emails/message-user-text.phtml:8 17574#, php-format 17575msgid "%s sent you the following message." 17576msgstr "" 17577 17578#: resources/views/emails/password-request-html.phtml:12 17579#: resources/views/emails/password-request-text.phtml:8 17580msgid "To set a new password, follow this link." 17581msgstr "" 17582 17583#: resources/views/emails/password-request-html.phtml:20 17584#: resources/views/emails/password-request-text.phtml:12 17585msgid "If you did not request a new password, please ignore this message." 17586msgstr "" 17587 17588#: resources/views/emails/register-notify-html.phtml:8 17589#: resources/views/emails/register-notify-text.phtml:6 17590#: resources/views/emails/verify-notify-html.phtml:8 17591#: resources/views/emails/verify-notify-text.phtml:6 17592msgid "Hello administrator…" 17593msgstr "" 17594 17595#. I18N: %s is a server name/URL 17596#: resources/views/emails/register-notify-html.phtml:13 17597#: resources/views/emails/register-notify-text.phtml:9 17598#, php-format 17599msgid "A prospective user has registered with webtrees at %s." 17600msgstr "" 17601 17602#: resources/views/emails/register-notify-html.phtml:23 17603#: resources/views/emails/register-notify-text.phtml:14 17604#: resources/views/register-page.phtml:83 17605msgid "Comments" 17606msgstr "" 17607 17608#: resources/views/emails/register-notify-html.phtml:30 17609#: resources/views/emails/register-notify-text.phtml:17 17610msgid "The user has been sent an email with the information necessary to confirm the access request." 17611msgstr "" 17612 17613#: resources/views/emails/register-notify-html.phtml:34 17614#: resources/views/emails/register-notify-text.phtml:19 17615msgid "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." 17616msgstr "" 17617 17618#. I18N: %1$s is the site URL and %2$s is an email address 17619#: resources/views/emails/register-user-html.phtml:13 17620#: resources/views/emails/register-user-text.phtml:9 17621#, php-format 17622msgid "You (or someone claiming to be you) has requested an account at %1$s using the email address %2$s." 17623msgstr "" 17624 17625#: resources/views/emails/register-user-html.phtml:17 17626#: resources/views/emails/register-user-text.phtml:11 17627msgid "Follow this link to verify your email address." 17628msgstr "" 17629 17630#: resources/views/emails/register-user-html.phtml:27 17631#: resources/views/emails/register-user-text.phtml:15 17632msgid "If you didn’t request an account, you can just delete this message." 17633msgstr "" 17634 17635#. I18N: %1$s is a real-name, %2$s is a username, %3$s is an email address 17636#: resources/views/emails/verify-notify-html.phtml:14 17637#: resources/views/emails/verify-notify-text.phtml:9 17638#, php-format 17639msgid "A new user (%1$s) has requested an account (%2$s) and verified an email address (%3$s)." 17640msgstr "" 17641 17642#: resources/views/emails/verify-notify-html.phtml:22 17643#: resources/views/emails/verify-notify-text.phtml:15 17644msgid "You need to review the account details." 17645msgstr "" 17646 17647#. I18N: You need to: 17648#: resources/views/emails/verify-notify-html.phtml:31 17649#: resources/views/emails/verify-notify-text.phtml:19 17650msgid "Set the status to “approved”." 17651msgstr "" 17652 17653#. I18N: You need to: 17654#: resources/views/emails/verify-notify-html.phtml:33 17655#: resources/views/emails/verify-notify-text.phtml:20 17656msgid "Set the access level for each tree." 17657msgstr "" 17658 17659#. I18N: You need to: 17660#: resources/views/emails/verify-notify-html.phtml:35 17661#: resources/views/emails/verify-notify-text.phtml:21 17662msgid "Link the user account to an individual." 17663msgstr "" 17664 17665#: resources/views/errors/database-connection.phtml:9 17666msgid "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." 17667msgstr "" 17668 17669#: resources/views/errors/database-connection.phtml:16 17670msgid "If you are the website administrator, you should check that:" 17671msgstr "" 17672 17673#. I18N: [you should check that:] ... 17674#: resources/views/errors/database-connection.phtml:20 17675msgid "the database connection settings in the file “/data/config.ini.php” are still correct" 17676msgstr "" 17677 17678#. I18N: [you should check that:] ... 17679#: resources/views/errors/database-connection.phtml:23 17680msgid "the folder “/data” and the file “/data/config.ini.php” have access permissions that allow the webserver to read them" 17681msgstr "" 17682 17683#. I18N: [you should check that:] ... 17684#: resources/views/errors/database-connection.phtml:26 17685msgid "you can connect to the database using other applications, such as phpmyadmin" 17686msgstr "" 17687 17688#: resources/views/errors/database-connection.phtml:31 17689msgid "If you cannot resolve the problem yourself, you can ask for help on the forums at <a href=\"https://webtrees.net\">webtrees.net</a>." 17690msgstr "" 17691 17692#: resources/views/errors/database-error.phtml:8 17693#: resources/views/setup/step-6-failed.phtml:8 17694msgid "An unexpected database error occurred." 17695msgstr "" 17696 17697#: resources/views/errors/database-error.phtml:16 17698#: resources/views/setup/step-6-failed.phtml:16 17699msgid "The webtrees developers would be very interested to learn about this error. If you contact them, they will help you resolve the problem." 17700msgstr "" 17701 17702#: resources/views/errors/no-tree-access.phtml:8 17703msgid "This user account does not have access to any tree." 17704msgstr "" 17705 17706#: resources/views/family-page-children.phtml:13 17707#: resources/views/modules/ancestors-chart/tree.phtml:39 17708#: resources/views/modules/descendancy_chart/tree.phtml:41 17709#: resources/views/statistics/families/top10-list.phtml:19 17710#: resources/views/statistics/families/top10-nolist.phtml:15 17711#, php-format 17712msgid "%s child" 17713msgid_plural "%s children" 17714msgstr[0] "" 17715msgstr[1] "" 17716 17717#: resources/views/family-page-menu.phtml:51 17718msgid "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?" 17719msgstr "" 17720 17721#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 17722#: resources/views/family-page.phtml:16 17723#: resources/views/gedcom-record-page.phtml:34 17724#: resources/views/individual-page.phtml:30 resources/views/media-page.phtml:28 17725#: resources/views/note-page.phtml:14 resources/views/repository-page.phtml:14 17726#: resources/views/source-page.phtml:15 resources/views/submitter-page.phtml:14 17727msgctxt "You should review the deletion and then accept or reject it." 17728msgid "accept" 17729msgstr "" 17730 17731#: resources/views/family-page.phtml:16 17732#: resources/views/gedcom-record-page.phtml:34 17733#: resources/views/individual-page.phtml:30 resources/views/media-page.phtml:28 17734#: resources/views/note-page.phtml:14 resources/views/repository-page.phtml:14 17735#: resources/views/source-page.phtml:15 resources/views/submitter-page.phtml:14 17736msgctxt "You should review the deletion and then accept or reject it." 17737msgid "reject" 17738msgstr "" 17739 17740#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 17741#: resources/views/family-page.phtml:16 17742#, php-format 17743msgid "This family has been deleted. You should review the deletion and then %1$s or %2$s it." 17744msgstr "" 17745 17746#: resources/views/family-page.phtml:18 17747msgid "This family has been deleted. The deletion will need to be reviewed by a moderator." 17748msgstr "" 17749 17750#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 17751#: resources/views/family-page.phtml:22 17752#: resources/views/gedcom-record-page.phtml:40 17753#: resources/views/individual-page.phtml:39 resources/views/media-page.phtml:34 17754#: resources/views/note-page.phtml:20 resources/views/repository-page.phtml:20 17755#: resources/views/source-page.phtml:21 resources/views/submitter-page.phtml:20 17756msgctxt "You should review the changes and then accept or reject them." 17757msgid "accept" 17758msgstr "" 17759 17760#: resources/views/family-page.phtml:22 17761#: resources/views/gedcom-record-page.phtml:40 17762#: resources/views/individual-page.phtml:39 resources/views/media-page.phtml:34 17763#: resources/views/note-page.phtml:20 resources/views/repository-page.phtml:20 17764#: resources/views/source-page.phtml:21 resources/views/submitter-page.phtml:20 17765msgctxt "You should review the changes and then accept or reject them." 17766msgid "reject" 17767msgstr "" 17768 17769#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 17770#: resources/views/family-page.phtml:22 17771#, php-format 17772msgid "This family has been edited. You should review the changes and then %1$s or %2$s them." 17773msgstr "" 17774 17775#: resources/views/family-page.phtml:24 17776msgid "This family has been edited. The changes need to be reviewed by a moderator." 17777msgstr "" 17778 17779#: resources/views/family-page.phtml:56 17780msgid "No facts exist for this family." 17781msgstr "" 17782 17783#: resources/views/family-page.phtml:75 17784#: resources/views/modules/notes/tab.phtml:45 17785msgid "Add a note" 17786msgstr "" 17787 17788#: resources/views/family-page.phtml:86 resources/views/media-page.phtml:171 17789#: resources/views/modules/notes/tab.phtml:55 17790msgid "Add a shared note" 17791msgstr "" 17792 17793#: resources/views/family-page.phtml:110 resources/views/media-page.phtml:161 17794#: resources/views/modules/sources_tab/tab.phtml:43 17795msgid "Add a source citation" 17796msgstr "" 17797 17798#: resources/views/forgot-password-page.phtml:21 17799#: resources/views/modules/login_block/sign-in.phtml:53 17800msgid "Username or email address" 17801msgstr "" 17802 17803#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 17804#: resources/views/gedcom-record-page.phtml:34 17805#: resources/views/submitter-page.phtml:14 17806#, php-format 17807msgid "This record has been deleted. You should review the deletion and then %1$s or %2$s it." 17808msgstr "" 17809 17810#: resources/views/gedcom-record-page.phtml:36 17811#: resources/views/submitter-page.phtml:16 17812msgid "This record has been deleted. The deletion will need to be reviewed by a moderator." 17813msgstr "" 17814 17815#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 17816#: resources/views/gedcom-record-page.phtml:40 17817#: resources/views/submitter-page.phtml:20 17818#, php-format 17819msgid "This record has been edited. You should review the changes and then %1$s or %2$s them." 17820msgstr "" 17821 17822#: resources/views/gedcom-record-page.phtml:42 17823#: resources/views/submitter-page.phtml:22 17824msgid "This record has been edited. The changes need to be reviewed by a moderator." 17825msgstr "" 17826 17827#: resources/views/help/data-fixes.phtml:8 17828msgid "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." 17829msgstr "" 17830 17831#: resources/views/help/data-fixes.phtml:12 17832msgid "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." 17833msgstr "" 17834 17835#: resources/views/help/data-fixes.phtml:16 17836msgid "This list is created using a simple (but fast) search, and therefore includes records that will not be updated." 17837msgstr "" 17838 17839#: resources/views/help/date.phtml:8 17840msgid "Dates are stored using English abbreviations and keywords. Shortcuts are available as alternatives to these abbreviations and keywords." 17841msgstr "" 17842 17843#: resources/views/help/date.phtml:21 resources/views/help/date.phtml:59 17844#: resources/views/help/date.phtml:97 17845msgid "Shortcut" 17846msgstr "" 17847 17848#: resources/views/help/date.phtml:46 17849msgid "Date ranges are used to indicate that an event, such as a birth, happened on an unknown date within a possible range." 17850msgstr "" 17851 17852#: resources/views/help/date.phtml:53 17853#: resources/views/modules/statistics-chart/custom.phtml:88 17854msgid "Date range" 17855msgstr "" 17856 17857#: resources/views/help/date.phtml:84 17858msgid "Date periods are used to indicate that a fact, such as an occupation, continued for a period of time." 17859msgstr "" 17860 17861#: resources/views/help/date.phtml:91 17862msgid "Date period" 17863msgstr "" 17864 17865#: resources/views/help/date.phtml:122 17866msgid "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." 17867msgstr "" 17868 17869#: resources/views/help/hebrew.phtml:8 17870msgid "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." 17871msgstr "" 17872 17873#: resources/views/help/iso-8859-1.phtml:8 17874msgid "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." 17875msgstr "" 17876 17877#: resources/views/help/media-object.phtml:8 17878msgid "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)." 17879msgstr "" 17880 17881#: resources/views/help/name.phtml:8 17882msgid "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." 17883msgstr "" 17884 17885#: resources/views/help/name.phtml:13 17886#, php-format 17887msgid "The surname is enclosed by slashes: <%s>John Paul /Smith/<%s>" 17888msgstr "" 17889 17890#: resources/views/help/name.phtml:16 17891#, php-format 17892msgid "If the surname is unknown, use empty slashes: <%s>Mary //<%s>" 17893msgstr "" 17894 17895#: resources/views/help/name.phtml:19 17896#, php-format 17897msgid "If an individual has two separate surnames, both should be enclosed by slashes: <%s>José Antonio /Gómez/ /Iglesias/<%s>" 17898msgstr "" 17899 17900#: resources/views/help/name.phtml:22 17901#, php-format 17902msgid "If an individual does not have a surname, no slashes are needed: <%s>Jón Einarsson<%s>" 17903msgstr "" 17904 17905#: resources/views/help/name.phtml:25 17906#, php-format 17907msgid "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>" 17908msgstr "" 17909 17910#: resources/views/help/name.phtml:28 17911#, php-format 17912msgid "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>." 17913msgstr "" 17914 17915#: resources/views/help/pending-changes.phtml:8 17916msgid "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." 17917msgstr "" 17918 17919#: resources/views/help/pending-changes.phtml:12 17920msgid "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." 17921msgstr "" 17922 17923#: resources/views/help/pending-changes.phtml:16 17924msgid "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." 17925msgstr "" 17926 17927#: resources/views/help/pending-changes.phtml:21 17928msgid "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." 17929msgstr "" 17930 17931#: resources/views/help/place.phtml:8 17932msgid "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”." 17933msgstr "" 17934 17935#: resources/views/help/place.phtml:12 17936msgid "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." 17937msgstr "" 17938 17939#: resources/views/help/relationship-privacy.phtml:8 17940msgid "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." 17941msgstr "" 17942 17943#: resources/views/help/relationship-privacy.phtml:12 17944msgid "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)." 17945msgstr "" 17946 17947#: resources/views/help/relationship-privacy.phtml:16 17948msgid "Note: longer path lengths require a lot of calculation, which can make your website run slowly for these users." 17949msgstr "" 17950 17951#: resources/views/help/restriction.phtml:8 17952msgid "Restrictions can be added to records and/or facts. They restrict who can view the data and who can edit it." 17953msgstr "" 17954 17955#: resources/views/help/restriction.phtml:11 17956msgid "Note that if a user account is linked to a record, then that user will always be able to view that record." 17957msgstr "" 17958 17959#: resources/views/help/romanized.phtml:8 17960msgid "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." 17961msgstr "" 17962 17963#: resources/views/help/source-events.phtml:8 17964msgid "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." 17965msgstr "" 17966 17967#: resources/views/help/surname.phtml:8 17968msgid "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." 17969msgstr "" 17970 17971#: resources/views/help/zip-gedcom.phtml:8 17972msgid "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." 17973msgstr "" 17974 17975#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 17976#: resources/views/individual-page.phtml:30 17977#, php-format 17978msgid "This individual has been deleted. You should review the deletion and then %1$s or %2$s it." 17979msgstr "" 17980 17981#: resources/views/individual-page.phtml:33 17982msgid "This individual has been deleted. The deletion will need to be reviewed by a moderator." 17983msgstr "" 17984 17985#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 17986#: resources/views/individual-page.phtml:39 17987#, php-format 17988msgid "This individual has been edited. You should review the changes and then %1$s or %2$s them." 17989msgstr "" 17990 17991#: resources/views/individual-page.phtml:42 17992msgid "This individual has been edited. The changes need to be reviewed by a moderator." 17993msgstr "" 17994 17995#. I18N: A button label, previous page 17996#: resources/views/individual-page.phtml:78 17997#: resources/views/layouts/default.phtml:156 17998#: resources/views/lists/datatables-attributes.phtml:20 17999#: resources/views/modules/batch_update/admin.phtml:56 18000#: resources/views/modules/batch_update/admin.phtml:60 18001#: resources/views/modules/media-list/page.phtml:86 18002#: resources/views/modules/media-list/page.phtml:185 18003#: resources/views/setup/step-2-server-checks.phtml:71 18004#: resources/views/setup/step-3-database-type.phtml:79 18005#: resources/views/setup/step-4-database-mysql.phtml:118 18006#: resources/views/setup/step-4-database-pgsql.phtml:105 18007#: resources/views/setup/step-4-database-sqlite.phtml:79 18008#: resources/views/setup/step-4-database-sqlsvr.phtml:105 18009#: resources/views/setup/step-5-administrator.phtml:90 18010msgid "previous" 18011msgstr "" 18012 18013#. I18N: Skip over the headers and menus, to the main content of the page 18014#: resources/views/layouts/administration.phtml:48 18015#: resources/views/layouts/default.phtml:75 18016msgid "Skip to content" 18017msgstr "" 18018 18019#: resources/views/layouts/default.phtml:158 18020#: resources/views/modules/random_media/slide-show.phtml:21 18021#: resources/views/modules/random_media/slide-show.phtml:23 18022msgid "Play" 18023msgstr "" 18024 18025#: resources/views/layouts/default.phtml:159 18026#: resources/views/modules/random_media/slide-show.phtml:25 18027#: resources/views/modules/random_media/slide-show.phtml:27 18028msgid "Stop" 18029msgstr "" 18030 18031#: resources/views/layouts/error.phtml:13 18032#: resources/views/layouts/error.phtml:30 18033#: resources/views/layouts/offline.phtml:62 18034msgid "This website is temporarily unavailable" 18035msgstr "" 18036 18037#: resources/views/layouts/offline.phtml:65 18038msgid "This website is down for maintenance. You should <a href=\"index.php\">try again</a> in a few minutes." 18039msgstr "" 18040 18041#: resources/views/layouts/setup.phtml:12 18042#: resources/views/layouts/setup.phtml:20 18043msgid "Setup wizard for webtrees" 18044msgstr "" 18045 18046#. I18N: button label 18047#: resources/views/lists/anniversaries-list.phtml:23 18048#: resources/views/modules/gedcom_news/list.phtml:17 18049#: resources/views/modules/recent_changes/changes-list.phtml:21 18050#: resources/views/modules/user_blog/list.phtml:17 18051#: resources/views/modules/yahrzeit/list.phtml:20 18052msgid "show more" 18053msgstr "" 18054 18055#: resources/views/lists/anniversaries-table.phtml:41 18056#: resources/views/lists/families-table.phtml:222 18057#: resources/views/lists/individuals-table.phtml:239 18058#: resources/views/lists/individuals-table.phtml:249 18059#: resources/views/modules/yahrzeit/table.phtml:30 18060msgid "Anniversary" 18061msgstr "" 18062 18063#: resources/views/lists/datatables-attributes.phtml:22 18064#: resources/views/lists/datatables-attributes.phtml:33 18065msgid "No records to display" 18066msgstr "" 18067 18068#. I18N: %s are placeholders for numbers 18069#: resources/views/lists/datatables-attributes.phtml:24 18070#: resources/views/lists/datatables-attributes.phtml:25 18071#, php-format 18072msgid "Showing %1$s to %2$s of %3$s" 18073msgstr "" 18074 18075#. I18N: %s is a number 18076#: resources/views/lists/datatables-attributes.phtml:27 18077#, php-format 18078msgid "(filtered from %s total entries)" 18079msgstr "" 18080 18081#. I18N: %s is a number of records per page 18082#: resources/views/lists/datatables-attributes.phtml:29 18083#, php-format 18084msgid "Display %s" 18085msgstr "" 18086 18087#: resources/views/lists/datatables-attributes.phtml:30 18088msgid "Loading…" 18089msgstr "" 18090 18091#: resources/views/lists/datatables-attributes.phtml:32 18092msgid "Filter" 18093msgstr "" 18094 18095#: resources/views/lists/families-table.phtml:161 18096msgid "Both alive" 18097msgstr "" 18098 18099#: resources/views/lists/families-table.phtml:163 18100msgid "Show couples where only the female partner is dead." 18101msgstr "" 18102 18103#: resources/views/lists/families-table.phtml:165 18104msgid "Widower" 18105msgstr "" 18106 18107#: resources/views/lists/families-table.phtml:167 18108msgid "Show couples where only the male partner is dead." 18109msgstr "" 18110 18111#: resources/views/lists/families-table.phtml:169 18112msgid "Widow" 18113msgstr "" 18114 18115#: resources/views/lists/families-table.phtml:171 18116#: resources/views/lists/individuals-table.phtml:194 18117msgid "Show individuals who are dead or couples where both partners are dead." 18118msgstr "" 18119 18120#: resources/views/lists/families-table.phtml:173 18121msgid "Both dead" 18122msgstr "" 18123 18124#: resources/views/lists/families-table.phtml:178 18125#: resources/views/lists/individuals-table.phtml:220 18126msgid "Show “roots” couples or individuals. These individuals may also be called “patriarchs”. They are individuals who have no parents recorded in the database." 18127msgstr "" 18128 18129#: resources/views/lists/families-table.phtml:180 18130#: resources/views/lists/individuals-table.phtml:222 18131msgid "Roots" 18132msgstr "" 18133 18134#: resources/views/lists/families-table.phtml:182 18135#: resources/views/lists/individuals-table.phtml:224 18136msgid "Show “leaves” couples or individuals. These are individuals who are alive but have no children recorded in the database." 18137msgstr "" 18138 18139#: resources/views/lists/families-table.phtml:184 18140#: resources/views/lists/individuals-table.phtml:226 18141msgid "Leaves" 18142msgstr "" 18143 18144#: resources/views/lists/families-table.phtml:189 18145msgid "Show couples with an unknown marriage date." 18146msgstr "" 18147 18148#: resources/views/lists/families-table.phtml:193 18149msgid "Show couples who married more than 100 years ago." 18150msgstr "" 18151 18152#: resources/views/lists/families-table.phtml:197 18153msgid "Show couples who married within the last 100 years." 18154msgstr "" 18155 18156#: resources/views/lists/families-table.phtml:201 18157msgid "Show divorced couples." 18158msgstr "" 18159 18160#: resources/views/lists/families-table.phtml:205 18161msgid "Show couples where either partner married more than once." 18162msgstr "" 18163 18164#: resources/views/lists/families-table.phtml:207 18165msgid "Multiple marriages" 18166msgstr "" 18167 18168#: resources/views/lists/families-table.phtml:414 18169#: resources/views/lists/individuals-table.phtml:421 18170msgid "Show parents" 18171msgstr "" 18172 18173#: resources/views/lists/families-table.phtml:417 18174#: resources/views/lists/individuals-table.phtml:424 18175msgid "Show statistics charts" 18176msgstr "" 18177 18178#: resources/views/lists/families-table.phtml:432 18179#: resources/views/lists/families-table.phtml:448 18180#: resources/views/lists/individuals-table.phtml:439 18181#: resources/views/lists/individuals-table.phtml:456 18182msgid "Decade of birth" 18183msgstr "" 18184 18185#: resources/views/lists/families-table.phtml:457 18186#: resources/views/lists/families-table.phtml:473 18187msgid "Decade of marriage" 18188msgstr "" 18189 18190#: resources/views/lists/given-names-table.phtml:21 18191#: resources/views/search-phonetic-page.phtml:17 18192msgid "Given name" 18193msgstr "" 18194 18195#: resources/views/lists/individual-table-parents.phtml:14 18196#, php-format 18197msgid "Mother: %s" 18198msgstr "" 18199 18200#: resources/views/lists/individual-table-parents.phtml:16 18201#, php-format 18202msgid "Father: %s" 18203msgstr "" 18204 18205#: resources/views/lists/individuals-table.phtml:175 18206msgid "Show only males." 18207msgstr "" 18208 18209#: resources/views/lists/individuals-table.phtml:179 18210msgid "Show only females." 18211msgstr "" 18212 18213#: resources/views/lists/individuals-table.phtml:183 18214msgid "Show only individuals for whom the gender is not known." 18215msgstr "" 18216 18217#: resources/views/lists/individuals-table.phtml:190 18218msgid "Show individuals who are alive or couples where both partners are alive." 18219msgstr "" 18220 18221#: resources/views/lists/individuals-table.phtml:192 18222msgid "Alive" 18223msgstr "" 18224 18225#: resources/views/lists/individuals-table.phtml:198 18226msgid "Show individuals who died more than 100 years ago." 18227msgstr "" 18228 18229#: resources/views/lists/individuals-table.phtml:202 18230msgid "Show individuals who died within the last 100 years." 18231msgstr "" 18232 18233#: resources/views/lists/individuals-table.phtml:209 18234msgid "Show individuals born more than 100 years ago." 18235msgstr "" 18236 18237#: resources/views/lists/individuals-table.phtml:213 18238msgid "Show individuals born within the last 100 years." 18239msgstr "" 18240 18241#. I18N: Abbreviation for “Sosa-Stradonitz number”. This is an individual’s surname, so may need transliterating into non-latin alphabets. 18242#: resources/views/lists/individuals-table.phtml:236 18243msgid "Sosa" 18244msgstr "" 18245 18246#: resources/views/lists/individuals-table.phtml:465 18247#: resources/views/lists/individuals-table.phtml:482 18248msgid "Decade of death" 18249msgstr "" 18250 18251#: resources/views/lists/individuals-table.phtml:491 18252#: resources/views/lists/individuals-table.phtml:533 18253msgid "Age related to death year" 18254msgstr "" 18255 18256#: resources/views/lists/repositories-table.phtml:42 18257msgid "Repository name" 18258msgstr "" 18259 18260#: resources/views/lists/sources-table.phtml:88 18261msgid "Publisher" 18262msgstr "" 18263 18264#: resources/views/lists/submitters-table.phtml:60 18265msgid "Submitter name" 18266msgstr "" 18267 18268#: resources/views/lists/surnames-table.phtml:18 18269#: resources/views/modules/gedcom_stats/config.phtml:48 18270#: resources/views/modules/gedcom_stats/statistics.phtml:56 18271#: resources/views/modules/statistics-chart/custom.phtml:155 18272msgid "Surnames" 18273msgstr "" 18274 18275#: resources/views/login-page.phtml:21 18276msgid "Welcome to this genealogy website" 18277msgstr "" 18278 18279#. I18N: A button label. 18280#: resources/views/login-page.phtml:56 18281#: resources/views/modules/login_block/sign-in.phtml:33 18282msgid "sign in" 18283msgstr "" 18284 18285#: resources/views/login-page.phtml:60 18286#: resources/views/modules/login_block/sign-in.phtml:37 18287msgid "Forgot password?" 18288msgstr "" 18289 18290#: resources/views/media-page-menu.phtml:19 18291#: resources/views/modals/link-media-to-individual.phtml:10 18292msgid "Link this media object to an individual" 18293msgstr "" 18294 18295#: resources/views/media-page-menu.phtml:24 18296#: resources/views/modals/link-media-to-family.phtml:10 18297msgid "Link this media object to a family" 18298msgstr "" 18299 18300#: resources/views/media-page-menu.phtml:29 18301#: resources/views/modals/link-media-to-source.phtml:10 18302msgid "Link this media object to a source" 18303msgstr "" 18304 18305#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 18306#: resources/views/media-page.phtml:28 18307#, php-format 18308msgid "This media object has been deleted. You should review the deletion and then %1$s or %2$s it." 18309msgstr "" 18310 18311#: resources/views/media-page.phtml:30 18312msgid "This media object has been deleted. The deletion will need to be reviewed by a moderator." 18313msgstr "" 18314 18315#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 18316#: resources/views/media-page.phtml:34 18317#, php-format 18318msgid "This media object has been edited. You should review the changes and then %1$s or %2$s them." 18319msgstr "" 18320 18321#: resources/views/media-page.phtml:36 18322msgid "This media object has been edited. The changes need to be reviewed by a moderator." 18323msgstr "" 18324 18325#. I18N: %s is a filename 18326#: resources/views/media-page.phtml:121 18327#: resources/views/modules/media-list/page.phtml:145 18328#, php-format 18329msgid "The file “%s” does not exist." 18330msgstr "" 18331 18332#: resources/views/media-page.phtml:138 18333msgid "Download file" 18334msgstr "" 18335 18336#: resources/views/media-page.phtml:181 18337msgid "Add a restriction" 18338msgstr "" 18339 18340#. I18N: URL = web address 18341#: resources/views/modals/media-file-fields.phtml:23 18342msgid "A URL" 18343msgstr "" 18344 18345#: resources/views/modals/media-file-fields.phtml:52 18346#: resources/views/modules/media-list/page.phtml:21 18347msgid "Folder" 18348msgstr "" 18349 18350#: resources/views/modals/media-file-fields.phtml:62 18351msgid "Same as uploaded file" 18352msgstr "" 18353 18354#: resources/views/modals/media-file-fields.phtml:66 18355msgid "If you have a large number of media files, you can organize them into folders and subfolders." 18356msgstr "" 18357 18358#: resources/views/modals/media-file-fields.phtml:71 18359msgid "Create a unique filename" 18360msgstr "" 18361 18362#: resources/views/modals/media-file-fields.phtml:96 18363msgid "Caution!" 18364msgstr "" 18365 18366#: resources/views/modals/media-file-fields.phtml:98 18367msgid "The GEDCOM standard does not allow URLs in media objects." 18368msgstr "" 18369 18370#: resources/views/modals/media-file-fields.phtml:99 18371msgid "Other genealogy applications might not recognize this data." 18372msgstr "" 18373 18374#: resources/views/modals/on-screen-keyboard.phtml:51 18375msgid "Keep open" 18376msgstr "" 18377 18378#. I18N: a restrction on viewing data 18379#: resources/views/modals/restriction-fields.phtml:9 18380msgid "Privacy restriction" 18381msgstr "" 18382 18383#. I18N: A restriction on editing data 18384#: resources/views/modals/restriction-fields.phtml:26 18385msgid "Editing restriction" 18386msgstr "" 18387 18388#: resources/views/modules/ancestors-chart/page.phtml:25 18389#: resources/views/modules/descendancy_chart/page.phtml:25 18390#: resources/views/modules/family-book-chart/page.phtml:26 18391#: resources/views/modules/fanchart/page.phtml:35 18392#: resources/views/modules/hourglass-chart/page.phtml:26 18393#: resources/views/modules/pedigree-chart/page.phtml:25 18394#: resources/views/modules/pedigree-map/page.phtml:24 18395#: resources/xml/reports/ahnentafel_report.xml:7 18396#: resources/xml/reports/descendancy_report.xml:6 18397#: resources/xml/reports/individual_ext_report.xml:7 18398#: resources/xml/reports/missing_facts_report.xml:7 18399msgid "Generations" 18400msgstr "" 18401 18402#: resources/views/modules/ancestors-chart/page.phtml:35 18403#: resources/views/modules/descendancy_chart/page.phtml:35 18404#: resources/views/modules/fanchart/page.phtml:26 18405#: resources/views/modules/hourglass-chart/page.phtml:36 18406#: resources/views/modules/pedigree-chart/page.phtml:34 18407msgid "Layout" 18408msgstr "" 18409 18410#: resources/views/modules/ancestors-chart/tree.phtml:18 18411msgid "Sosa-Stradonitz number" 18412msgstr "" 18413 18414#: resources/views/modules/batch_update/admin.phtml:25 18415msgid "Batch update" 18416msgstr "" 18417 18418#: resources/views/modules/batch_update/admin.phtml:85 18419msgid "Your user account does not have “automatically accept changes” enabled. You will only be able to change one record at a time." 18420msgstr "" 18421 18422#. I18N: A configuration setting 18423#: resources/views/modules/bing-webmaster-tools/form.phtml:9 18424#: resources/views/modules/google-webmaster-tools/form.phtml:9 18425msgid "Site verification code" 18426msgstr "" 18427 18428#: resources/views/modules/bing-webmaster-tools/form.phtml:18 18429#: resources/views/modules/google-webmaster-tools/form.phtml:18 18430msgid "Site verification codes do not work when webtrees is installed in a subfolder." 18431msgstr "" 18432 18433#: resources/views/modules/census-assistant.phtml:10 18434msgid "Create a shared note using the census assistant" 18435msgstr "" 18436 18437#: resources/views/modules/census-assistant.phtml:32 18438msgid "Citation" 18439msgstr "" 18440 18441#: resources/views/modules/census-assistant.phtml:106 18442msgid "Census transcript" 18443msgstr "" 18444 18445#: resources/views/modules/census-assistant.phtml:106 18446msgid "Household" 18447msgstr "" 18448 18449#: resources/views/modules/charts/config.phtml:9 18450#: resources/views/modules/statistics-chart/custom.phtml:18 18451#: resources/views/modules/statistics-chart/custom.phtml:147 18452#: resources/views/modules/statistics-chart/custom.phtml:149 18453msgid "Chart type" 18454msgstr "" 18455 18456#: resources/views/modules/clippings/show.phtml:10 18457msgid "The clippings cart allows you to take extracts from this family tree and download them as a GEDCOM file." 18458msgstr "" 18459 18460#: resources/views/modules/clippings/show.phtml:15 18461msgid "Your clippings cart is empty." 18462msgstr "" 18463 18464#: resources/views/modules/custom-css-js/edit.phtml:16 18465msgid "Add content to the end of the <code><head></code> element." 18466msgstr "" 18467 18468#: resources/views/modules/custom-css-js/edit.phtml:21 18469msgid "Include the <code><style></style></code> tags." 18470msgstr "" 18471 18472#: resources/views/modules/custom-css-js/edit.phtml:28 18473msgid "Add content to the end of the <code><body></code> element." 18474msgstr "" 18475 18476#: resources/views/modules/custom-css-js/edit.phtml:33 18477msgid "Include the <code><script></script></code> tags." 18478msgstr "" 18479 18480#: resources/views/modules/descendancy_chart/tree.phtml:17 18481msgid "d’Aboville number" 18482msgstr "" 18483 18484#: resources/views/modules/family-book-chart/chart.phtml:21 18485#, php-format 18486msgid "Family of %s" 18487msgstr "" 18488 18489#: resources/views/modules/family-book-chart/page.phtml:35 18490msgid "Descendant generations" 18491msgstr "" 18492 18493#: resources/views/modules/family-book-chart/page.phtml:48 18494#: resources/views/modules/hourglass-chart/page.phtml:39 18495#: resources/xml/reports/pedigree_report.xml:6 18496msgid "Show spouses" 18497msgstr "" 18498 18499#. I18N: FAQ = “Frequently Asked Question” 18500#: resources/views/modules/faq/config.phtml:14 18501msgid "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." 18502msgstr "" 18503 18504#: resources/views/modules/faq/config.phtml:15 18505msgid "You may use HTML to format the answer and to add links to other websites." 18506msgstr "" 18507 18508#. I18N: Label for a configuration option 18509#: resources/views/modules/faq/config.phtml:41 18510#: resources/views/modules/faq/edit.phtml:51 18511#: resources/views/modules/recent_changes/config.phtml:28 18512#: resources/views/modules/todays_events/config.phtml:36 18513#: resources/views/modules/upcoming_events/config.phtml:46 18514#: resources/xml/reports/bdm_report.xml:11 18515#: resources/xml/reports/birth_report.xml:9 18516#: resources/xml/reports/cemetery_report.xml:6 18517#: resources/xml/reports/change_report.xml:7 18518#: resources/xml/reports/death_report.xml:9 18519#: resources/xml/reports/fact_sources.xml:7 18520#: resources/xml/reports/individual_ext_report.xml:8 18521#: resources/xml/reports/marriage_report.xml:9 18522#: resources/xml/reports/occupation_report.xml:6 18523#: resources/xml/reports/relative_ext_report.xml:7 18524msgid "Sort order" 18525msgstr "" 18526 18527#: resources/views/modules/faq/config.phtml:43 18528#: resources/views/modules/faq/edit.phtml:19 18529msgid "Question" 18530msgstr "" 18531 18532#: resources/views/modules/faq/edit.phtml:30 18533msgid "Answer" 18534msgstr "" 18535 18536#. I18N: Label for a configuration option 18537#: resources/views/modules/faq/edit.phtml:41 18538#: resources/views/modules/html/config.phtml:56 18539#: resources/views/modules/stories/edit.phtml:49 18540msgid "Show this block for which languages" 18541msgstr "" 18542 18543#. I18N: FAQ = “Frequently Asked Question” 18544#: resources/views/modules/faq/edit.phtml:68 18545msgid "An FAQ can be displayed on just one of the family trees, or on all the family trees." 18546msgstr "" 18547 18548#: resources/views/modules/faq/show.phtml:24 18549msgid "back to top" 18550msgstr "" 18551 18552#: resources/views/modules/favorites/favorites.phtml:35 18553msgid "Are you sure you want to remove this item from your list of favorites?" 18554msgstr "" 18555 18556#: resources/views/modules/favorites/favorites.phtml:44 18557#: resources/views/modules/favorites/favorites.phtml:54 18558msgid "Add a favorite" 18559msgstr "" 18560 18561#: resources/views/modules/favorites/favorites.phtml:163 18562msgid "Enter an optional note about this favorite" 18563msgstr "" 18564 18565#: resources/views/modules/fix-add-marr-names/options.phtml:16 18566msgid "Surname option" 18567msgstr "" 18568 18569#. I18N: Label for option 18570#: resources/views/modules/fix-ceme-tag/options.phtml:16 18571msgid "Convert to" 18572msgstr "" 18573 18574#: resources/views/modules/fix-place-names/options.phtml:21 18575msgid "Replace" 18576msgstr "" 18577 18578#: resources/views/modules/fix-search-and-replace/options.phtml:18 18579msgid "Search text/pattern" 18580msgstr "" 18581 18582#: resources/views/modules/fix-search-and-replace/options.phtml:28 18583msgid "Replacement text" 18584msgstr "" 18585 18586#: resources/views/modules/fix-search-and-replace/options.phtml:38 18587msgid "Search method" 18588msgstr "" 18589 18590#: resources/views/modules/fix-search-and-replace/options.phtml:44 18591msgid "Regular expressions are an advanced pattern matching technique." 18592msgstr "" 18593 18594#: resources/views/modules/fix-search-and-replace/options.phtml:52 18595msgid "Case insensitive" 18596msgstr "" 18597 18598#. I18N: Help text for "Case insensitive" searches 18599#: resources/views/modules/fix-search-and-replace/options.phtml:58 18600msgid "Match both upper and lower case letters." 18601msgstr "" 18602 18603#: resources/views/modules/fix-search-and-replace/options.phtml:65 18604#: resources/views/search-general-page.phtml:28 18605#: resources/views/statistics/other/total-records.phtml:12 18606msgid "Records" 18607msgstr "" 18608 18609#: resources/views/modules/gedcom_news/edit.phtml:29 18610#: resources/views/modules/html/config.phtml:32 18611#: resources/views/modules/user_blog/edit.phtml:29 18612msgid "Content" 18613msgstr "" 18614 18615#: resources/views/modules/gedcom_news/list.phtml:9 18616#: resources/views/modules/user_blog/list.phtml:9 18617msgid "No news articles have been submitted." 18618msgstr "" 18619 18620#: resources/views/modules/gedcom_news/list.phtml:51 18621msgid "Add a news article" 18622msgstr "" 18623 18624#. I18N: label for yes/no option 18625#: resources/views/modules/gedcom_stats/config.phtml:13 18626msgid "Show date of last update" 18627msgstr "" 18628 18629#: resources/views/modules/gedcom_stats/config.phtml:25 18630#: resources/views/modules/html/template-statistics.phtml:31 18631#: resources/views/statistics/individuals/names.phtml:22 18632msgid "Total surnames" 18633msgstr "" 18634 18635#: resources/views/modules/gedcom_stats/config.phtml:30 18636#: resources/views/statistics/other/total-events.phtml:12 18637#: resources/xml/reports/missing_facts_report.xml:602 18638msgid "Total events" 18639msgstr "" 18640 18641#: resources/views/modules/gedcom_stats/config.phtml:31 18642msgid "Total users" 18643msgstr "" 18644 18645#: resources/views/modules/gedcom_stats/config.phtml:32 18646#: resources/views/modules/gedcom_stats/statistics.phtml:144 18647#: resources/views/modules/html/template-statistics.phtml:64 18648#: resources/views/statistics/individuals/total-events.phtml:44 18649msgid "Earliest birth" 18650msgstr "" 18651 18652#: resources/views/modules/gedcom_stats/config.phtml:33 18653#: resources/views/modules/gedcom_stats/statistics.phtml:155 18654#: resources/views/modules/html/template-statistics.phtml:68 18655#: resources/views/statistics/individuals/total-events.phtml:55 18656msgid "Latest birth" 18657msgstr "" 18658 18659#: resources/views/modules/gedcom_stats/config.phtml:34 18660#: resources/views/modules/gedcom_stats/statistics.phtml:166 18661#: resources/views/modules/html/template-statistics.phtml:72 18662#: resources/views/statistics/individuals/total-events.phtml:92 18663msgid "Earliest death" 18664msgstr "" 18665 18666#: resources/views/modules/gedcom_stats/config.phtml:35 18667#: resources/views/modules/gedcom_stats/statistics.phtml:177 18668#: resources/views/modules/html/template-statistics.phtml:76 18669#: resources/views/statistics/individuals/total-events.phtml:103 18670msgid "Latest death" 18671msgstr "" 18672 18673#: resources/views/modules/gedcom_stats/config.phtml:36 18674#: resources/views/modules/gedcom_stats/statistics.phtml:188 18675#: resources/views/modules/html/template-statistics.phtml:80 18676msgid "Individual who lived the longest" 18677msgstr "" 18678 18679#: resources/views/modules/gedcom_stats/config.phtml:38 18680#: resources/views/modules/gedcom_stats/statistics.phtml:214 18681#: resources/views/modules/html/template-statistics.phtml:88 18682msgid "Family with the most children" 18683msgstr "" 18684 18685#: resources/views/modules/gedcom_stats/config.phtml:52 18686#: resources/views/modules/gedcom_stats/statistics.phtml:243 18687#: resources/views/modules/html/template-statistics.phtml:100 18688msgid "Most common surnames" 18689msgstr "" 18690 18691#. I18N: ... to show in a list 18692#: resources/views/modules/gedcom_stats/config.phtml:60 18693#: resources/views/modules/top10_surnames/config.phtml:9 18694msgid "Number of surnames" 18695msgstr "" 18696 18697#: resources/views/modules/gedcom_stats/statistics.phtml:9 18698#: resources/views/modules/html/template-statistics.phtml:13 18699#, php-format 18700msgid "This family tree was last updated on %s." 18701msgstr "" 18702 18703#: resources/views/modules/gedcom_stats/statistics.phtml:112 18704#: resources/views/modules/html/template-statistics.phtml:51 18705#: resources/views/modules/todays_events/config.phtml:18 18706#: resources/views/modules/upcoming_events/config.phtml:28 18707#: resources/views/statistics/individuals/total-events.phtml:12 18708msgid "Events" 18709msgstr "" 18710 18711#. I18N: A configuration setting 18712#: resources/views/modules/google-analytics/form.phtml:9 18713#: resources/views/modules/matomo-analytics/form.phtml:9 18714#: resources/views/modules/statcounter/form.phtml:9 18715msgid "Site identification code" 18716msgstr "" 18717 18718#: resources/views/modules/html/config.phtml:20 18719msgid "Templates" 18720msgstr "" 18721 18722#: resources/views/modules/html/config.phtml:25 18723msgid "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." 18724msgstr "" 18725 18726#: resources/views/modules/html/config.phtml:36 18727msgid "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." 18728msgstr "" 18729 18730#: resources/views/modules/html/config.phtml:45 18731msgid "Show the date and time of update" 18732msgstr "" 18733 18734#. I18N: do not translate the #keywords# 18735#: resources/views/modules/html/template-narrative.phtml:7 18736msgid "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#." 18737msgstr "" 18738 18739#: resources/views/modules/interactive-tree/chart.phtml:10 18740msgid "Use compact layout" 18741msgstr "" 18742 18743#: resources/views/modules/lifespans-chart/page.phtml:20 18744msgid "Add individuals" 18745msgstr "" 18746 18747#. I18N: Label for a configuration option 18748#: resources/views/modules/lifespans-chart/page.phtml:24 18749msgid "Include the individual’s immediate family" 18750msgstr "" 18751 18752#: resources/views/modules/lifespans-chart/page.phtml:30 18753msgid "Select individuals by place or date" 18754msgstr "" 18755 18756#: resources/views/modules/lifespans-chart/page.phtml:45 18757msgid "Start year" 18758msgstr "" 18759 18760#: resources/views/modules/lifespans-chart/page.phtml:54 18761msgid "End year" 18762msgstr "" 18763 18764#: resources/views/modules/login_block/sign-out.phtml:10 18765#, php-format 18766msgid "You are signed in as %s." 18767msgstr "" 18768 18769#. I18N: A button label. 18770#: resources/views/modules/login_block/sign-out.phtml:15 18771msgid "sign out" 18772msgstr "" 18773 18774#: resources/views/modules/media-list/page.phtml:29 18775msgid "Media objects per page" 18776msgstr "" 18777 18778#: resources/views/modules/media-list/page.phtml:52 18779msgid "Search filters" 18780msgstr "" 18781 18782#: resources/views/modules/media-list/page.phtml:73 18783msgid "Media objects found" 18784msgstr "" 18785 18786#: resources/views/modules/media-list/page.phtml:91 18787#: resources/views/modules/media-list/page.phtml:190 18788#, php-format 18789msgid "Page %s of %s" 18790msgstr "" 18791 18792#: resources/views/modules/media/tab.phtml:20 18793msgid "There are no media objects for this individual." 18794msgstr "" 18795 18796#: resources/views/modules/notes/tab.phtml:16 18797msgid "Show all notes" 18798msgstr "" 18799 18800#: resources/views/modules/notes/tab.phtml:31 18801msgid "There are no notes for this individual." 18802msgstr "" 18803 18804#: resources/views/modules/pedigree-chart/page.phtml:37 18805msgid "left" 18806msgstr "" 18807 18808#: resources/views/modules/pedigree-chart/page.phtml:37 18809msgid "right" 18810msgstr "" 18811 18812#: resources/views/modules/pedigree-chart/page.phtml:37 18813msgid "up" 18814msgstr "" 18815 18816#: resources/views/modules/pedigree-chart/page.phtml:37 18817msgid "down" 18818msgstr "" 18819 18820#: resources/views/modules/pedigree-chart/previous.phtml:20 18821msgid "Siblings" 18822msgstr "" 18823 18824#: resources/views/modules/pedigree-chart/previous.phtml:22 18825msgid "Sibling" 18826msgstr "" 18827 18828#: resources/views/modules/pedigree-map/chart.phtml:67 18829#: resources/views/modules/place-hierarchy/map.phtml:71 18830#: resources/views/modules/places/tab.phtml:58 18831msgid "Reload map" 18832msgstr "" 18833 18834#: resources/views/modules/pedigree-map/chart.phtml:110 18835#: resources/views/modules/places/tab.phtml:102 18836msgid "Nothing to show" 18837msgstr "" 18838 18839#: resources/views/modules/personal_facts/tab.phtml:17 18840msgid "Events of close relatives" 18841msgstr "" 18842 18843#: resources/views/modules/personal_facts/tab.phtml:35 18844msgid "There are no facts for this individual." 18845msgstr "" 18846 18847#: resources/views/modules/place-hierarchy/events.phtml:24 18848#: resources/views/modules/place-hierarchy/events.phtml:36 18849#: resources/views/search-advanced-page.phtml:81 18850#: resources/views/search-general-page.phtml:113 18851#: resources/views/search-phonetic-page.phtml:114 18852msgid "No results found." 18853msgstr "" 18854 18855#: resources/views/modules/place-hierarchy/list.phtml:9 18856msgid "Place list" 18857msgstr "" 18858 18859#: resources/views/modules/place-hierarchy/page.phtml:50 18860#, php-format 18861msgid "View table of events occurring in %s" 18862msgstr "" 18863 18864#: resources/views/modules/place-hierarchy/sidebar.phtml:37 18865msgid "The location of this place is not known." 18866msgstr "" 18867 18868#: resources/views/modules/privacy-policy/footer.phtml:15 18869msgid "This website uses cookies to learn about visitor behavior." 18870msgstr "" 18871 18872#: resources/views/modules/privacy-policy/page.phtml:9 18873msgid "Personal data" 18874msgstr "" 18875 18876#: resources/views/modules/privacy-policy/page.phtml:13 18877msgid "This website processes personal data for the purpose of historical and genealogical research." 18878msgstr "" 18879 18880#: resources/views/modules/privacy-policy/page.phtml:16 18881msgid "This research is a “legitimate interest” under article 6(f) of the EU General Data Protection Regulations." 18882msgstr "" 18883 18884#: resources/views/modules/privacy-policy/page.phtml:20 18885msgid "Cookies" 18886msgstr "" 18887 18888#: resources/views/modules/privacy-policy/page.phtml:24 18889msgid "This website uses cookies to enable login sessions, and to remember preferences such as your chosen language." 18890msgstr "" 18891 18892#: resources/views/modules/privacy-policy/page.phtml:27 18893msgid "These cookies are “essential”, and do not require consent." 18894msgstr "" 18895 18896#: resources/views/modules/privacy-policy/page.phtml:36 18897msgid "This website uses third-party services to learn about visitor behavior." 18898msgstr "" 18899 18900#: resources/views/modules/privacy-policy/page.phtml:48 18901msgid "These services may use cookies or other tracking technology." 18902msgstr "" 18903 18904#: resources/views/modules/privacy-policy/page.phtml:52 18905msgid "You can opt out of tracking by setting the “Do Not Track” header in your browser preferences." 18906msgstr "" 18907 18908#: resources/views/modules/privacy-policy/page.phtml:57 18909msgid "Data controller" 18910msgstr "" 18911 18912#: resources/views/modules/privacy-policy/page.phtml:61 18913msgid "This website is operated by the following individuals." 18914msgstr "" 18915 18916#: resources/views/modules/random_media/config.phtml:9 18917msgid "Show only individuals, events, or all" 18918msgstr "" 18919 18920#: resources/views/modules/random_media/config.phtml:31 18921msgid "Show slide show controls" 18922msgstr "" 18923 18924#: resources/views/modules/random_media/config.phtml:40 18925msgid "Start slide show on page load" 18926msgstr "" 18927 18928#: resources/views/modules/random_media/slide-show.phtml:29 18929#: resources/views/modules/random_media/slide-show.phtml:31 18930msgid "Next image" 18931msgstr "" 18932 18933#. I18N: [a record was] Changed on <date/time> by <user> 18934#: resources/views/modules/recent_changes/changes-list.phtml:45 18935#, php-format 18936msgid "Changed on %1$s by %2$s" 18937msgstr "" 18938 18939#. I18N: [a record was] Changed on <date/time> 18940#: resources/views/modules/recent_changes/changes-list.phtml:47 18941#, php-format 18942msgid "Changed on %1$s" 18943msgstr "" 18944 18945#: resources/views/modules/recent_changes/config.phtml:9 18946#: resources/views/modules/upcoming_events/config.phtml:9 18947#: resources/views/modules/yahrzeit/config.phtml:9 18948msgid "Number of days to show" 18949msgstr "" 18950 18951#: resources/views/modules/recent_changes/config.phtml:13 18952#: resources/views/modules/upcoming_events/config.phtml:13 18953#: resources/views/modules/yahrzeit/config.phtml:14 18954#, php-format 18955msgid "maximum %s day" 18956msgid_plural "maximum %s days" 18957msgstr[0] "" 18958msgstr[1] "" 18959 18960#. I18N: Label for a configuration option 18961#: resources/views/modules/recent_changes/config.phtml:19 18962#: resources/views/modules/todays_events/config.phtml:27 18963#: resources/views/modules/top10_givnnames/config.phtml:18 18964#: resources/views/modules/top10_surnames/config.phtml:18 18965#: resources/views/modules/upcoming_events/config.phtml:37 18966#: resources/views/modules/yahrzeit/config.phtml:21 18967msgid "Presentation style" 18968msgstr "" 18969 18970#. I18N: label for a yes/no option 18971#: resources/views/modules/recent_changes/config.phtml:37 18972msgid "Show the user who made the change" 18973msgstr "" 18974 18975#: resources/views/modules/relationships-chart/config.phtml:12 18976msgid "Searching for all possible relationships can take a lot of time in complex trees." 18977msgstr "" 18978 18979#. I18N: Configuration option 18980#: resources/views/modules/relationships-chart/config.phtml:33 18981msgid "How much recursion to use when searching for relationships" 18982msgstr "" 18983 18984#: resources/views/modules/relationships-chart/page.phtml:17 18985msgid "Individual 1" 18986msgstr "" 18987 18988#: resources/views/modules/relationships-chart/page.phtml:26 18989msgid "Individual 2" 18990msgstr "" 18991 18992#. I18N: Reverse the order of two individuals 18993#: resources/views/modules/relationships-chart/page.phtml:72 18994msgid "Swap individuals" 18995msgstr "" 18996 18997#: resources/views/modules/relatives/family.phtml:136 18998msgid "Add marriage details" 18999msgstr "" 19000 19001#: resources/views/modules/relatives/family.phtml:207 19002msgid "Add a brother" 19003msgstr "" 19004 19005#: resources/views/modules/relatives/family.phtml:211 19006msgid "Add a sister" 19007msgstr "" 19008 19009#: resources/views/modules/relatives/family.phtml:215 19010msgid "Add a sibling" 19011msgstr "" 19012 19013#: resources/views/modules/relatives/tab.phtml:16 19014msgid "Date differences" 19015msgstr "" 19016 19017#: resources/views/modules/review_changes/config.phtml:8 19018msgid "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." 19019msgstr "" 19020 19021#. I18N: Label for a configuration option 19022#: resources/views/modules/review_changes/config.phtml:14 19023msgid "Send out reminder emails" 19024msgstr "" 19025 19026#: resources/views/modules/review_changes/config.phtml:24 19027msgid "Reminder email frequency (days)" 19028msgstr "" 19029 19030#. I18N: The www.sitemaps.org site is translated into many languages (e.g. http://www.sitemaps.org/fr/) - choose an appropriate URL. 19031#: resources/views/modules/sitemap/config.phtml:13 19032msgid "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=\"http://www.sitemaps.org/\">www.sitemaps.org</a>." 19033msgstr "" 19034 19035#. I18N: Label for a configuration option 19036#: resources/views/modules/sitemap/config.phtml:17 19037msgid "Which family trees should be included in the sitemaps" 19038msgstr "" 19039 19040#: resources/views/modules/sitemap/config.phtml:40 19041msgid "To tell search engines that sitemaps are available, you can use the following links." 19042msgstr "" 19043 19044#: resources/views/modules/sources_tab/tab.phtml:16 19045msgid "Show all sources" 19046msgstr "" 19047 19048#: resources/views/modules/sources_tab/tab.phtml:29 19049msgid "There are no source citations for this individual." 19050msgstr "" 19051 19052#. I18N: A configuration setting 19053#: resources/views/modules/statcounter/form.phtml:18 19054msgid "Security code" 19055msgstr "" 19056 19057#: resources/views/modules/statistics-chart/custom.phtml:10 19058msgid "Create your own chart" 19059msgstr "" 19060 19061#: resources/views/modules/statistics-chart/custom.phtml:71 19062msgid "Categories" 19063msgstr "" 19064 19065#: resources/views/modules/statistics-chart/custom.phtml:80 19066msgid "gender" 19067msgstr "" 19068 19069#: resources/views/modules/statistics-chart/custom.phtml:85 19070msgid "date periods" 19071msgstr "" 19072 19073#. I18N: from 1700 interval 50 years 19074#: resources/views/modules/statistics-chart/custom.phtml:93 19075#: resources/views/modules/statistics-chart/custom.phtml:96 19076#: resources/views/modules/statistics-chart/custom.phtml:99 19077#: resources/views/modules/statistics-chart/custom.phtml:102 19078#: resources/views/modules/statistics-chart/custom.phtml:105 19079#: resources/views/modules/statistics-chart/custom.phtml:108 19080#, php-format 19081msgid "from %1$s interval %2$s year" 19082msgid_plural "from %1$s interval %2$s years" 19083msgstr[0] "" 19084msgstr[1] "" 19085 19086#: resources/views/modules/statistics-chart/custom.phtml:114 19087msgid "Results" 19088msgstr "" 19089 19090#: resources/views/modules/statistics-chart/custom.phtml:118 19091msgid "numbers" 19092msgstr "" 19093 19094#: resources/views/modules/statistics-chart/custom.phtml:123 19095msgid "percentage" 19096msgstr "" 19097 19098#: resources/views/modules/statistics-chart/custom.phtml:128 19099#: resources/views/modules/statistics-chart/custom.phtml:131 19100#: resources/views/modules/statistics-chart/custom.phtml:137 19101msgid "Age interval" 19102msgstr "" 19103 19104#: resources/views/modules/statistics-chart/custom.phtml:140 19105msgid "Select the desired age interval" 19106msgstr "" 19107 19108#: resources/views/modules/statistics-chart/custom.phtml:166 19109#: resources/views/modules/statistics-chart/custom.phtml:168 19110msgid "Geographic area" 19111msgstr "" 19112 19113#: resources/views/modules/statistics-chart/custom.phtml:174 19114msgid "Europe" 19115msgstr "" 19116 19117#: resources/views/modules/statistics-chart/custom.phtml:177 19118msgid "Northern America" 19119msgstr "" 19120 19121#: resources/views/modules/statistics-chart/custom.phtml:180 19122msgid "South America" 19123msgstr "" 19124 19125#: resources/views/modules/statistics-chart/custom.phtml:183 19126msgid "Asia" 19127msgstr "" 19128 19129#: resources/views/modules/statistics-chart/custom.phtml:186 19130msgid "Middle East" 19131msgstr "" 19132 19133#: resources/views/modules/statistics-chart/custom.phtml:189 19134msgid "Africa" 19135msgstr "" 19136 19137#: resources/views/modules/statistics-chart/custom.phtml:200 19138msgid "show the chart" 19139msgstr "" 19140 19141#: resources/views/modules/stories/config.phtml:36 19142#: resources/views/modules/stories/edit.phtml:31 19143#: resources/views/modules/stories/list.phtml:12 19144msgid "Story title" 19145msgstr "" 19146 19147#: resources/views/modules/stories/edit.phtml:40 19148msgid "Story" 19149msgstr "" 19150 19151#: resources/views/modules/timeline-chart/chart.phtml:139 19152#: resources/views/modules/timeline-chart/chart.phtml:141 19153#: resources/views/modules/timeline-chart/chart.phtml:143 19154msgid "Month:" 19155msgstr "" 19156 19157#: resources/views/modules/timeline-chart/chart.phtml:139 19158#: resources/views/modules/timeline-chart/chart.phtml:141 19159#: resources/views/modules/timeline-chart/chart.phtml:143 19160msgid "Day:" 19161msgstr "" 19162 19163#: resources/views/modules/timeline-chart/chart.phtml:141 19164msgid "years" 19165msgstr "" 19166 19167#: resources/views/modules/timeline-chart/chart.phtml:143 19168#: resources/views/modules/timeline-chart/chart.phtml:408 19169msgid "Year:" 19170msgstr "" 19171 19172#: resources/views/modules/timeline-chart/chart.phtml:351 19173msgid "Wife’s age" 19174msgstr "" 19175 19176#: resources/views/modules/timeline-chart/chart.phtml:353 19177msgid "Husband’s age" 19178msgstr "" 19179 19180#: resources/views/modules/timeline-chart/page.phtml:60 19181msgid "Remove individual" 19182msgstr "" 19183 19184#. I18N: an age indicator, which can be dragged around the screen 19185#: resources/views/modules/timeline-chart/page.phtml:67 19186msgid "Show an age cursor" 19187msgstr "" 19188 19189#: resources/views/modules/todays_events/config.phtml:9 19190#: resources/views/modules/upcoming_events/config.phtml:19 19191msgid "Show only events of living individuals" 19192msgstr "" 19193 19194#: resources/views/modules/todays_events/empty.phtml:8 19195msgid "No events exist for today." 19196msgstr "" 19197 19198#: resources/views/modules/todo/config.phtml:8 19199msgid "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." 19200msgstr "" 19201 19202#: resources/views/modules/todo/config.phtml:9 19203msgid "To create new research tasks, you must first add “research task” to the list of facts and events in the family tree’s preferences." 19204msgstr "" 19205 19206#: resources/views/modules/todo/config.phtml:10 19207msgid "Research tasks are stored using the custom GEDCOM tag “_TODO”. Other genealogy applications may not recognize this tag." 19208msgstr "" 19209 19210#: resources/views/modules/todo/config.phtml:15 19211msgid "Show research tasks that are assigned to other users" 19212msgstr "" 19213 19214#: resources/views/modules/todo/config.phtml:25 19215msgid "Show research tasks that are not assigned to any user" 19216msgstr "" 19217 19218#: resources/views/modules/todo/config.phtml:34 19219msgid "Show research tasks that have a date in the future" 19220msgstr "" 19221 19222#. I18N: ... to show in a list 19223#: resources/views/modules/top10_givnnames/config.phtml:9 19224msgid "Number of given names" 19225msgstr "" 19226 19227#. I18N: ... to show in a list 19228#: resources/views/modules/top10_pageviews/config.phtml:9 19229msgid "Number of pages" 19230msgstr "" 19231 19232#: resources/views/modules/user_blog/list.phtml:50 19233msgid "Add a journal entry" 19234msgstr "" 19235 19236#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 19237#: resources/views/note-page.phtml:14 19238#, php-format 19239msgid "This note has been deleted. You should review the deletion and then %1$s or %2$s it." 19240msgstr "" 19241 19242#: resources/views/note-page.phtml:16 19243msgid "This note has been deleted. The deletion will need to be reviewed by a moderator." 19244msgstr "" 19245 19246#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 19247#: resources/views/note-page.phtml:20 19248#, php-format 19249msgid "This note has been edited. You should review the changes and then %1$s or %2$s them." 19250msgstr "" 19251 19252#: resources/views/note-page.phtml:22 19253msgid "This note has been edited. The changes need to be reviewed by a moderator." 19254msgstr "" 19255 19256#: resources/views/password-request-page.phtml:21 19257msgid "Email" 19258msgstr "" 19259 19260#: resources/views/pending-changes-page.phtml:51 19261#: resources/views/pending-changes-page.phtml:63 19262msgid "Accept" 19263msgstr "" 19264 19265#: resources/views/pending-changes-page.phtml:55 19266#: resources/views/pending-changes-page.phtml:93 19267msgid "Reject" 19268msgstr "" 19269 19270#: resources/views/pending-changes-page.phtml:104 19271msgid "Accept all changes" 19272msgstr "" 19273 19274#: resources/views/pending-changes-page.phtml:107 19275msgid "Are you sure you want to reject all the changes to this family tree?" 19276msgstr "" 19277 19278#: resources/views/pending-changes-page.phtml:108 19279msgid "Reject all changes" 19280msgstr "" 19281 19282#: resources/views/register-page.phtml:24 19283msgid "<div class=\"largeError\">Notice:</div><div class=\"error\">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>" 19284msgstr "" 19285 19286#. I18N: placeholder text for registration-comments field 19287#: resources/views/register-page.phtml:87 19288msgid "Explain why you are requesting an account." 19289msgstr "" 19290 19291#: resources/views/register-page.phtml:89 19292msgid "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." 19293msgstr "" 19294 19295#: resources/views/register-success-page.phtml:13 19296#, php-format 19297msgid "Hello %s…<br>Thank you for your registration." 19298msgstr "" 19299 19300#: resources/views/register-success-page.phtml:17 19301#, php-format 19302msgid "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." 19303msgstr "" 19304 19305#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 19306#: resources/views/repository-page.phtml:14 19307#, php-format 19308msgid "This repository has been deleted. You should review the deletion and then %1$s or %2$s it." 19309msgstr "" 19310 19311#: resources/views/repository-page.phtml:16 19312msgid "This repository has been deleted. The deletion will need to be reviewed by a moderator." 19313msgstr "" 19314 19315#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 19316#: resources/views/repository-page.phtml:20 19317#, php-format 19318msgid "This repository has been edited. You should review the changes and then %1$s or %2$s them." 19319msgstr "" 19320 19321#: resources/views/repository-page.phtml:22 19322msgid "This repository has been edited. The changes need to be reviewed by a moderator." 19323msgstr "" 19324 19325#: resources/views/search-advanced-page.phtml:30 19326msgid "Add more fields" 19327msgstr "" 19328 19329#: resources/views/search-advanced-page.phtml:47 19330#: resources/xml/reports/bdm_report.xml:118 19331#: resources/xml/reports/family_group_report.xml:467 19332#: resources/xml/reports/family_group_report.xml:730 19333#: resources/xml/reports/individual_ext_report.xml:243 19334#: resources/xml/reports/individual_report.xml:240 19335#: resources/xml/reports/relative_ext_report.xml:64 19336msgid "Father" 19337msgstr "" 19338 19339#: resources/views/search-advanced-page.phtml:59 19340#: resources/xml/reports/bdm_report.xml:120 19341#: resources/xml/reports/family_group_report.xml:474 19342#: resources/xml/reports/family_group_report.xml:737 19343#: resources/xml/reports/individual_ext_report.xml:279 19344#: resources/xml/reports/individual_report.xml:276 19345#: resources/xml/reports/relative_ext_report.xml:65 19346msgid "Mother" 19347msgstr "" 19348 19349#: resources/views/search-general-page.phtml:16 19350#: resources/views/search-replace-page.phtml:17 19351msgid "Search for" 19352msgstr "" 19353 19354#. I18N: select all (of the family trees) 19355#: resources/views/search-general-page.phtml:89 19356#: resources/views/search-phonetic-page.phtml:90 19357msgid "select all" 19358msgstr "" 19359 19360#. I18N: select none (of the family trees) 19361#: resources/views/search-general-page.phtml:90 19362#: resources/views/search-phonetic-page.phtml:91 19363msgid "select none" 19364msgstr "" 19365 19366#: resources/views/search-general-page.phtml:92 19367#: resources/views/search-phonetic-page.phtml:93 19368msgid "invert selection" 19369msgstr "" 19370 19371#: resources/views/search-phonetic-page.phtml:51 19372msgid "Phonetic algorithm" 19373msgstr "" 19374 19375#: resources/views/search-replace-page.phtml:26 19376msgid "Replace with" 19377msgstr "" 19378 19379#: resources/views/search-replace-page.phtml:38 19380msgid "Entire record" 19381msgstr "" 19382 19383#: resources/views/search-replace-page.phtml:38 19384#: resources/views/statistics/individuals/names.phtml:12 19385#: resources/xml/reports/cemetery_report.xml:7 19386#: resources/xml/reports/death_report.xml:10 19387msgid "Names" 19388msgstr "" 19389 19390#. I18N: A button label. 19391#: resources/views/search-replace-page.phtml:44 19392msgid "replace" 19393msgstr "" 19394 19395#: resources/views/setup/step-2-server-checks.phtml:22 19396msgid "Checking server configuration" 19397msgstr "" 19398 19399#: resources/views/setup/step-2-server-checks.phtml:35 19400msgid "The server configuration is OK." 19401msgstr "" 19402 19403#: resources/views/setup/step-2-server-checks.phtml:39 19404msgid "Checking server capacity" 19405msgstr "" 19406 19407#: resources/views/setup/step-2-server-checks.phtml:42 19408msgid "The memory and CPU time requirements depend on the number of individuals in your family tree." 19409msgstr "" 19410 19411#: resources/views/setup/step-2-server-checks.phtml:45 19412msgid "The following list shows typical requirements." 19413msgstr "" 19414 19415#: resources/views/setup/step-2-server-checks.phtml:48 19416msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 19417msgstr "" 19418 19419#: resources/views/setup/step-2-server-checks.phtml:50 19420msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 19421msgstr "" 19422 19423#: resources/views/setup/step-2-server-checks.phtml:52 19424msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 19425msgstr "" 19426 19427#: resources/views/setup/step-2-server-checks.phtml:56 19428#, php-format 19429msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 19430msgstr "" 19431 19432#: resources/views/setup/step-2-server-checks.phtml:60 19433msgid "If you try to exceed these limits, you may experience server time-outs and blank pages." 19434msgstr "" 19435 19436#: resources/views/setup/step-3-database-type.phtml:17 19437msgid "Connection to database server" 19438msgstr "" 19439 19440#: resources/views/setup/step-3-database-type.phtml:29 19441msgid "webtrees needs a database to store your genealogy data." 19442msgstr "" 19443 19444#: resources/views/setup/step-3-database-type.phtml:34 19445msgid "Database type" 19446msgstr "" 19447 19448#: resources/views/setup/step-4-database-mysql.phtml:16 19449#: resources/views/setup/step-4-database-pgsql.phtml:16 19450#: resources/views/setup/step-4-database-sqlite.phtml:21 19451#: resources/views/setup/step-4-database-sqlsvr.phtml:16 19452msgid "Database connection" 19453msgstr "" 19454 19455#: resources/views/setup/step-4-database-mysql.phtml:36 19456#: resources/views/setup/step-4-database-pgsql.phtml:34 19457#: resources/views/setup/step-4-database-sqlsvr.phtml:34 19458msgid "Most sites are configured to use localhost. This means that your database runs on the same computer as your web server." 19459msgstr "" 19460 19461#: resources/views/setup/step-4-database-mysql.phtml:40 19462msgid "If you connect to the database using a UNIX socket, enter the path here and leave the port number empty." 19463msgstr "" 19464 19465#: resources/views/setup/step-4-database-mysql.phtml:54 19466msgid "Most sites are configured to use the default value of 3306." 19467msgstr "" 19468 19469#: resources/views/setup/step-4-database-mysql.phtml:61 19470#: resources/views/setup/step-4-database-pgsql.phtml:53 19471#: resources/views/setup/step-4-database-sqlsvr.phtml:53 19472msgid "Database user account" 19473msgstr "" 19474 19475#: resources/views/setup/step-4-database-mysql.phtml:68 19476#: resources/views/setup/step-4-database-mysql.phtml:82 19477#: resources/views/setup/step-4-database-pgsql.phtml:58 19478#: resources/views/setup/step-4-database-pgsql.phtml:70 19479#: resources/views/setup/step-4-database-sqlsvr.phtml:58 19480#: resources/views/setup/step-4-database-sqlsvr.phtml:70 19481msgid "This is case sensitive." 19482msgstr "" 19483 19484#: resources/views/setup/step-4-database-mysql.phtml:75 19485#: resources/views/setup/step-4-database-pgsql.phtml:65 19486#: resources/views/setup/step-4-database-sqlsvr.phtml:65 19487msgid "Database password" 19488msgstr "" 19489 19490#: resources/views/setup/step-4-database-mysql.phtml:89 19491#: resources/views/setup/step-4-database-pgsql.phtml:77 19492#: resources/views/setup/step-4-database-sqlite.phtml:34 19493#: resources/views/setup/step-4-database-sqlsvr.phtml:77 19494msgid "Database name" 19495msgstr "" 19496 19497#: resources/views/setup/step-4-database-mysql.phtml:99 19498#: resources/views/setup/step-4-database-pgsql.phtml:86 19499#: resources/views/setup/step-4-database-sqlite.phtml:58 19500#: resources/views/setup/step-4-database-sqlsvr.phtml:86 19501msgid "Table prefix" 19502msgstr "" 19503 19504#: resources/views/setup/step-4-database-mysql.phtml:104 19505#: resources/views/setup/step-4-database-pgsql.phtml:91 19506#: resources/views/setup/step-4-database-sqlite.phtml:65 19507#: resources/views/setup/step-4-database-sqlsvr.phtml:91 19508msgid "The prefix is optional, but recommended. By giving the table names a unique prefix you can let several different applications share the same database." 19509msgstr "" 19510 19511#: resources/views/setup/step-4-database-mysql.phtml:105 19512#: resources/views/setup/step-4-database-pgsql.phtml:92 19513#: resources/views/setup/step-4-database-sqlite.phtml:51 19514#: resources/views/setup/step-4-database-sqlite.phtml:66 19515#: resources/views/setup/step-4-database-sqlsvr.phtml:92 19516msgid "Use letters A-Z, a-z, digits 0-9, or underscores" 19517msgstr "" 19518 19519#: resources/views/setup/step-4-database-pgsql.phtml:46 19520msgid "Most sites are configured to use the default value of 5432." 19521msgstr "" 19522 19523#: resources/views/setup/step-4-database-sqlsvr.phtml:46 19524msgid "Most sites are configured to use the default value of 1433." 19525msgstr "" 19526 19527#: resources/views/setup/step-5-administrator.phtml:19 19528msgid "Administrator account" 19529msgstr "" 19530 19531#: resources/views/setup/step-5-administrator.phtml:31 19532msgid "You need to set up an administrator account. This account can control all aspects of this webtrees installation. Please choose a strong password." 19533msgstr "" 19534 19535#: resources/views/setup/step-5-administrator.phtml:53 19536msgid "You will use this to sign in to webtrees." 19537msgstr "" 19538 19539#: resources/views/setup/step-5-administrator.phtml:65 19540msgid "This must be at least six characters long. It is case-sensitive." 19541msgstr "" 19542 19543#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 19544#: resources/views/source-page.phtml:15 19545#, php-format 19546msgid "This source has been deleted. You should review the deletion and then %1$s or %2$s it." 19547msgstr "" 19548 19549#: resources/views/source-page.phtml:17 19550msgid "This source has been deleted. The deletion will need to be reviewed by a moderator." 19551msgstr "" 19552 19553#. I18N: %1$s is “accept”, %2$s is “reject”. These are links. 19554#: resources/views/source-page.phtml:21 19555#, php-format 19556msgid "This source has been edited. You should review the changes and then %1$s or %2$s them." 19557msgstr "" 19558 19559#: resources/views/source-page.phtml:23 19560msgid "This source has been edited. The changes need to be reviewed by a moderator." 19561msgstr "" 19562 19563#: resources/views/statistics/families/age-difference.phtml:12 19564msgid "Age difference" 19565msgstr "" 19566 19567#: resources/views/statistics/families/age-difference.phtml:20 19568msgid "Age between siblings" 19569msgstr "" 19570 19571#: resources/views/statistics/families/age-difference.phtml:29 19572msgid "Greatest age between siblings" 19573msgstr "" 19574 19575#: resources/views/statistics/families/age-difference.phtml:42 19576msgid "Age between husband and wife" 19577msgstr "" 19578 19579#: resources/views/statistics/families/age-difference.phtml:51 19580msgid "Age between wife and husband" 19581msgstr "" 19582 19583#: resources/views/statistics/families/birth-age.phtml:12 19584msgid "Age at birth of child" 19585msgstr "" 19586 19587#: resources/views/statistics/families/birth-age.phtml:22 19588msgid "Youngest father" 19589msgstr "" 19590 19591#: resources/views/statistics/families/birth-age.phtml:42 19592msgid "Youngest mother" 19593msgstr "" 19594 19595#: resources/views/statistics/families/birth-age.phtml:64 19596msgid "Oldest father" 19597msgstr "" 19598 19599#: resources/views/statistics/families/birth-age.phtml:84 19600msgid "Oldest mother" 19601msgstr "" 19602 19603#: resources/views/statistics/families/children.phtml:12 19604msgid "Children in family" 19605msgstr "" 19606 19607#: resources/views/statistics/families/children.phtml:55 19608msgid "Largest number of grandchildren" 19609msgstr "" 19610 19611#: resources/views/statistics/families/marriage-age.phtml:22 19612msgid "Youngest male" 19613msgstr "" 19614 19615#: resources/views/statistics/families/marriage-age.phtml:42 19616msgid "Youngest female" 19617msgstr "" 19618 19619#: resources/views/statistics/families/marriage-age.phtml:64 19620msgid "Oldest male" 19621msgstr "" 19622 19623#: resources/views/statistics/families/marriage-age.phtml:84 19624msgid "Oldest female" 19625msgstr "" 19626 19627#: resources/views/statistics/families/marriage-length.phtml:12 19628msgid "Length of marriage" 19629msgstr "" 19630 19631#: resources/views/statistics/families/marriage-length.phtml:22 19632msgid "Longest marriage" 19633msgstr "" 19634 19635#: resources/views/statistics/families/marriage-length.phtml:42 19636msgid "Shortest marriage" 19637msgstr "" 19638 19639#: resources/views/statistics/families/top10-list-grand.phtml:19 19640#: resources/views/statistics/families/top10-nolist-grand.phtml:15 19641#, php-format 19642msgid "%s grandchild" 19643msgid_plural "%s grandchildren" 19644msgstr[0] "" 19645msgstr[1] "" 19646 19647#: resources/views/statistics/families/total-records.phtml:23 19648msgid "Total marriages" 19649msgstr "" 19650 19651#: resources/views/statistics/families/total-records.phtml:45 19652msgid "Earliest marriage" 19653msgstr "" 19654 19655#: resources/views/statistics/families/total-records.phtml:56 19656msgid "Latest marriage" 19657msgstr "" 19658 19659#: resources/views/statistics/families/total-records.phtml:71 19660msgid "Total divorces" 19661msgstr "" 19662 19663#: resources/views/statistics/families/total-records.phtml:93 19664msgid "Earliest divorce" 19665msgstr "" 19666 19667#: resources/views/statistics/families/total-records.phtml:104 19668msgid "Latest divorce" 19669msgstr "" 19670 19671#: resources/views/statistics/individuals/greatest-age.phtml:12 19672msgid "Greatest age at death" 19673msgstr "" 19674 19675#: resources/views/statistics/individuals/lifespan.phtml:12 19676msgid "Lifespan" 19677msgstr "" 19678 19679#: resources/views/statistics/individuals/names.phtml:46 19680msgid "Total given names" 19681msgstr "" 19682 19683#: resources/views/statistics/individuals/oldest-living.phtml:12 19684msgid "Oldest living individuals" 19685msgstr "" 19686 19687#: resources/views/statistics/individuals/total-events.phtml:22 19688msgid "Total births" 19689msgstr "" 19690 19691#: resources/views/statistics/individuals/total-events.phtml:70 19692msgid "Total deaths" 19693msgstr "" 19694 19695#: resources/views/statistics/individuals/total-records.phtml:12 19696#: resources/xml/reports/bdm_report.xml:210 19697#: resources/xml/reports/birth_report.xml:66 19698#: resources/xml/reports/cemetery_report.xml:89 19699#: resources/xml/reports/death_report.xml:99 19700#: resources/xml/reports/fact_sources.xml:142 19701#: resources/xml/reports/fact_sources.xml:146 19702#: resources/xml/reports/fact_sources.xml:305 19703#: resources/xml/reports/fact_sources.xml:309 19704#: resources/xml/reports/missing_facts_report.xml:601 19705#: resources/xml/reports/occupation_report.xml:94 19706#: resources/xml/reports/relative_ext_report.xml:140 19707msgid "Total individuals" 19708msgstr "" 19709 19710#: resources/views/statistics/individuals/total-records.phtml:23 19711msgid "Total males" 19712msgstr "" 19713 19714#: resources/views/statistics/individuals/total-records.phtml:32 19715msgid "Total females" 19716msgstr "" 19717 19718#: resources/views/statistics/individuals/total-records.phtml:53 19719msgid "Total living" 19720msgstr "" 19721 19722#: resources/views/statistics/individuals/total-records.phtml:61 19723msgid "Total dead" 19724msgstr "" 19725 19726#: resources/views/statistics/other/places.phtml:21 19727msgid "Birth places" 19728msgstr "" 19729 19730#: resources/views/statistics/other/places.phtml:30 19731msgid "Death places" 19732msgstr "" 19733 19734#: resources/views/statistics/other/places.phtml:39 19735msgid "Marriage places" 19736msgstr "" 19737 19738#: resources/views/statistics/other/places.phtml:48 19739msgid "Events in countries" 19740msgstr "" 19741 19742#: resources/views/statistics/other/total-events.phtml:23 19743msgid "First event" 19744msgstr "" 19745 19746#: resources/views/statistics/other/total-events.phtml:39 19747msgid "Last event" 19748msgstr "" 19749 19750#: resources/views/verify-failure-page.phtml:13 19751msgid "Could not verify the information you entered. Please try again or contact the site administrator for more information." 19752msgstr "" 19753 19754#: resources/views/verify-success-page.phtml:13 19755msgid "You have confirmed your request to become a registered user." 19756msgstr "" 19757 19758#: resources/views/verify-success-page.phtml:16 19759msgid "The administrator has been informed. As soon as they give you permission to sign in, you can sign in with your username and password." 19760msgstr "" 19761 19762#: resources/xml/reports/ahnentafel_report.xml:8 19763#: resources/xml/reports/descendancy_report.xml:7 19764#: resources/xml/reports/family_group_report.xml:7 19765#: resources/xml/reports/individual_ext_report.xml:9 19766#: resources/xml/reports/individual_report.xml:6 19767msgid "Show sources" 19768msgstr "" 19769 19770#: resources/xml/reports/ahnentafel_report.xml:9 19771#: resources/xml/reports/family_group_report.xml:8 19772#: resources/xml/reports/individual_ext_report.xml:10 19773#: resources/xml/reports/individual_report.xml:7 19774msgid "Show notes" 19775msgstr "" 19776 19777#: resources/xml/reports/ahnentafel_report.xml:10 19778msgid "Show occupations" 19779msgstr "" 19780 19781#: resources/xml/reports/ahnentafel_report.xml:11 19782msgid "Show residences" 19783msgstr "" 19784 19785#: resources/xml/reports/ahnentafel_report.xml:12 19786msgid "Show children of ancestors" 19787msgstr "" 19788 19789#: resources/xml/reports/ahnentafel_report.xml:13 19790#: resources/xml/reports/bdm_report.xml:12 19791#: resources/xml/reports/birth_report.xml:10 19792#: resources/xml/reports/cemetery_report.xml:8 19793#: resources/xml/reports/change_report.xml:9 19794#: resources/xml/reports/death_report.xml:11 19795#: resources/xml/reports/descendancy_report.xml:8 19796#: resources/xml/reports/fact_sources.xml:8 19797#: resources/xml/reports/family_group_report.xml:11 19798#: resources/xml/reports/individual_ext_report.xml:12 19799#: resources/xml/reports/individual_report.xml:9 19800#: resources/xml/reports/marriage_report.xml:10 19801#: resources/xml/reports/missing_facts_report.xml:8 19802#: resources/xml/reports/occupation_report.xml:7 19803#: resources/xml/reports/pedigree_report.xml:8 19804#: resources/xml/reports/relative_ext_report.xml:8 19805msgctxt "paper size" 19806msgid "A4" 19807msgstr "" 19808 19809#: resources/xml/reports/ahnentafel_report.xml:13 19810#: resources/xml/reports/bdm_report.xml:12 19811#: resources/xml/reports/birth_report.xml:10 19812#: resources/xml/reports/cemetery_report.xml:8 19813#: resources/xml/reports/change_report.xml:9 19814#: resources/xml/reports/death_report.xml:11 19815#: resources/xml/reports/descendancy_report.xml:8 19816#: resources/xml/reports/fact_sources.xml:8 19817#: resources/xml/reports/family_group_report.xml:11 19818#: resources/xml/reports/individual_ext_report.xml:12 19819#: resources/xml/reports/individual_report.xml:9 19820#: resources/xml/reports/marriage_report.xml:10 19821#: resources/xml/reports/missing_facts_report.xml:8 19822#: resources/xml/reports/occupation_report.xml:7 19823#: resources/xml/reports/pedigree_report.xml:8 19824#: resources/xml/reports/relative_ext_report.xml:8 19825msgctxt "paper size" 19826msgid "A3" 19827msgstr "" 19828 19829#: resources/xml/reports/ahnentafel_report.xml:13 19830#: resources/xml/reports/bdm_report.xml:12 19831#: resources/xml/reports/birth_report.xml:10 19832#: resources/xml/reports/cemetery_report.xml:8 19833#: resources/xml/reports/change_report.xml:9 19834#: resources/xml/reports/death_report.xml:11 19835#: resources/xml/reports/descendancy_report.xml:8 19836#: resources/xml/reports/fact_sources.xml:8 19837#: resources/xml/reports/family_group_report.xml:11 19838#: resources/xml/reports/individual_ext_report.xml:12 19839#: resources/xml/reports/individual_report.xml:9 19840#: resources/xml/reports/marriage_report.xml:10 19841#: resources/xml/reports/missing_facts_report.xml:8 19842#: resources/xml/reports/occupation_report.xml:7 19843#: resources/xml/reports/pedigree_report.xml:8 19844#: resources/xml/reports/relative_ext_report.xml:8 19845msgctxt "paper size" 19846msgid "Letter" 19847msgstr "" 19848 19849#: resources/xml/reports/ahnentafel_report.xml:13 19850#: resources/xml/reports/bdm_report.xml:12 19851#: resources/xml/reports/birth_report.xml:10 19852#: resources/xml/reports/cemetery_report.xml:8 19853#: resources/xml/reports/change_report.xml:9 19854#: resources/xml/reports/descendancy_report.xml:8 19855#: resources/xml/reports/fact_sources.xml:8 19856#: resources/xml/reports/family_group_report.xml:11 19857#: resources/xml/reports/individual_ext_report.xml:12 19858#: resources/xml/reports/individual_report.xml:9 19859#: resources/xml/reports/marriage_report.xml:10 19860#: resources/xml/reports/missing_facts_report.xml:8 19861#: resources/xml/reports/occupation_report.xml:7 19862#: resources/xml/reports/pedigree_report.xml:8 19863#: resources/xml/reports/relative_ext_report.xml:8 19864msgctxt "paper size" 19865msgid "Tabloid" 19866msgstr "" 19867 19868#: resources/xml/reports/ahnentafel_report.xml:13 19869#: resources/xml/reports/bdm_report.xml:12 19870#: resources/xml/reports/birth_report.xml:10 19871#: resources/xml/reports/cemetery_report.xml:8 19872#: resources/xml/reports/change_report.xml:9 19873#: resources/xml/reports/death_report.xml:11 19874#: resources/xml/reports/descendancy_report.xml:8 19875#: resources/xml/reports/fact_sources.xml:8 19876#: resources/xml/reports/family_group_report.xml:11 19877#: resources/xml/reports/individual_ext_report.xml:12 19878#: resources/xml/reports/individual_report.xml:9 19879#: resources/xml/reports/marriage_report.xml:10 19880#: resources/xml/reports/missing_facts_report.xml:8 19881#: resources/xml/reports/occupation_report.xml:7 19882#: resources/xml/reports/pedigree_report.xml:8 19883#: resources/xml/reports/relative_ext_report.xml:8 19884msgid "Page size" 19885msgstr "" 19886 19887#: resources/xml/reports/ahnentafel_report.xml:15 19888#: resources/xml/reports/bdm_report.xml:14 19889#: resources/xml/reports/birth_report.xml:12 19890#: resources/xml/reports/cemetery_report.xml:10 19891#: resources/xml/reports/change_report.xml:12 19892#: resources/xml/reports/death_report.xml:13 19893#: resources/xml/reports/descendancy_report.xml:10 19894#: resources/xml/reports/fact_sources.xml:10 19895#: resources/xml/reports/family_group_report.xml:14 19896#: resources/xml/reports/individual_ext_report.xml:15 19897#: resources/xml/reports/individual_report.xml:12 19898#: resources/xml/reports/marriage_report.xml:12 19899#: resources/xml/reports/missing_facts_report.xml:10 19900#: resources/xml/reports/occupation_report.xml:9 19901#: resources/xml/reports/pedigree_report.xml:10 19902#: resources/xml/reports/relative_ext_report.xml:10 19903msgctxt "font name" 19904msgid "Arial" 19905msgstr "" 19906 19907#: resources/xml/reports/ahnentafel_report.xml:15 19908#: resources/xml/reports/bdm_report.xml:14 19909#: resources/xml/reports/birth_report.xml:12 19910#: resources/xml/reports/cemetery_report.xml:10 19911#: resources/xml/reports/change_report.xml:12 19912#: resources/xml/reports/death_report.xml:13 19913#: resources/xml/reports/descendancy_report.xml:10 19914#: resources/xml/reports/fact_sources.xml:10 19915#: resources/xml/reports/family_group_report.xml:14 19916#: resources/xml/reports/individual_ext_report.xml:15 19917#: resources/xml/reports/individual_report.xml:12 19918#: resources/xml/reports/marriage_report.xml:12 19919#: resources/xml/reports/missing_facts_report.xml:10 19920#: resources/xml/reports/occupation_report.xml:9 19921#: resources/xml/reports/pedigree_report.xml:10 19922#: resources/xml/reports/relative_ext_report.xml:10 19923msgctxt "font name" 19924msgid "DejaVu" 19925msgstr "" 19926 19927#: resources/xml/reports/ahnentafel_report.xml:15 19928#: resources/xml/reports/bdm_report.xml:14 19929#: resources/xml/reports/birth_report.xml:12 19930#: resources/xml/reports/cemetery_report.xml:10 19931#: resources/xml/reports/change_report.xml:12 19932#: resources/xml/reports/death_report.xml:13 19933#: resources/xml/reports/descendancy_report.xml:10 19934#: resources/xml/reports/fact_sources.xml:10 19935#: resources/xml/reports/family_group_report.xml:14 19936#: resources/xml/reports/individual_ext_report.xml:15 19937#: resources/xml/reports/individual_report.xml:12 19938#: resources/xml/reports/marriage_report.xml:12 19939#: resources/xml/reports/missing_facts_report.xml:10 19940#: resources/xml/reports/occupation_report.xml:9 19941#: resources/xml/reports/pedigree_report.xml:10 19942#: resources/xml/reports/relative_ext_report.xml:10 19943msgctxt "font name" 19944msgid "Helvetica" 19945msgstr "" 19946 19947#: resources/xml/reports/ahnentafel_report.xml:15 19948#: resources/xml/reports/bdm_report.xml:14 19949#: resources/xml/reports/birth_report.xml:12 19950#: resources/xml/reports/cemetery_report.xml:10 19951#: resources/xml/reports/change_report.xml:12 19952#: resources/xml/reports/death_report.xml:13 19953#: resources/xml/reports/descendancy_report.xml:10 19954#: resources/xml/reports/fact_sources.xml:10 19955#: resources/xml/reports/family_group_report.xml:14 19956#: resources/xml/reports/individual_ext_report.xml:15 19957#: resources/xml/reports/individual_report.xml:12 19958#: resources/xml/reports/marriage_report.xml:12 19959#: resources/xml/reports/missing_facts_report.xml:10 19960#: resources/xml/reports/occupation_report.xml:9 19961#: resources/xml/reports/pedigree_report.xml:10 19962#: resources/xml/reports/relative_ext_report.xml:10 19963msgid "Font" 19964msgstr "" 19965 19966#: resources/xml/reports/ahnentafel_report.xml:55 19967msgid "Ancestors of " 19968msgstr "" 19969 19970#: resources/xml/reports/ahnentafel_report.xml:56 19971#: resources/xml/reports/bdm_report.xml:42 19972#: resources/xml/reports/birth_report.xml:32 19973#: resources/xml/reports/cemetery_report.xml:35 19974#: resources/xml/reports/change_report.xml:45 19975#: resources/xml/reports/death_report.xml:33 19976#: resources/xml/reports/descendancy_report.xml:43 19977#: resources/xml/reports/fact_sources.xml:44 19978#: resources/xml/reports/family_group_report.xml:89 19979#: resources/xml/reports/individual_ext_report.xml:92 19980#: resources/xml/reports/individual_report.xml:89 19981#: resources/xml/reports/marriage_report.xml:31 19982#: resources/xml/reports/missing_facts_report.xml:53 19983#: resources/xml/reports/occupation_report.xml:38 19984#: resources/xml/reports/relative_ext_report.xml:44 19985msgid "Page" 19986msgstr "" 19987 19988#: resources/xml/reports/ahnentafel_report.xml:56 19989#: resources/xml/reports/bdm_report.xml:42 19990#: resources/xml/reports/birth_report.xml:32 19991#: resources/xml/reports/cemetery_report.xml:35 19992#: resources/xml/reports/change_report.xml:45 19993#: resources/xml/reports/death_report.xml:33 19994#: resources/xml/reports/descendancy_report.xml:43 19995#: resources/xml/reports/fact_sources.xml:44 19996#: resources/xml/reports/family_group_report.xml:89 19997#: resources/xml/reports/individual_report.xml:89 19998#: resources/xml/reports/marriage_report.xml:31 19999#: resources/xml/reports/occupation_report.xml:38 20000#: resources/xml/reports/relative_ext_report.xml:44 20001msgid "of" 20002msgstr "" 20003 20004#: resources/xml/reports/ahnentafel_report.xml:78 20005#: resources/xml/reports/descendancy_report.xml:55 20006msgid "Generation " 20007msgstr "" 20008 20009#: resources/xml/reports/ahnentafel_report.xml:140 20010#: resources/xml/reports/descendancy_report.xml:102 20011msgctxt "MALE" 20012msgid "was born" 20013msgstr "" 20014 20015#: resources/xml/reports/ahnentafel_report.xml:141 20016#: resources/xml/reports/descendancy_report.xml:105 20017msgctxt "FEMALE" 20018msgid "was born" 20019msgstr "" 20020 20021#: resources/xml/reports/ahnentafel_report.xml:159 20022#: resources/xml/reports/ahnentafel_report.xml:187 20023#: resources/xml/reports/ahnentafel_report.xml:214 20024#: resources/xml/reports/ahnentafel_report.xml:281 20025#: resources/xml/reports/ahnentafel_report.xml:308 20026#: resources/xml/reports/ahnentafel_report.xml:333 20027#: resources/xml/reports/ahnentafel_report.xml:358 20028#: resources/xml/reports/descendancy_report.xml:125 20029#: resources/xml/reports/descendancy_report.xml:157 20030#: resources/xml/reports/descendancy_report.xml:315 20031#: resources/xml/reports/descendancy_report.xml:353 20032#: resources/xml/reports/descendancy_report.xml:384 20033#: resources/xml/reports/descendancy_report.xml:423 20034#: resources/xml/reports/descendancy_report.xml:454 20035msgid " in " 20036msgstr "" 20037 20038#: resources/xml/reports/ahnentafel_report.xml:160 20039#: resources/xml/reports/ahnentafel_report.xml:188 20040#: resources/xml/reports/ahnentafel_report.xml:282 20041#: resources/xml/reports/ahnentafel_report.xml:309 20042#: resources/xml/reports/ahnentafel_report.xml:334 20043#: resources/xml/reports/ahnentafel_report.xml:359 20044msgid " but the details are unknown" 20045msgstr "" 20046 20047#: resources/xml/reports/ahnentafel_report.xml:166 20048msgid "He was christened" 20049msgstr "" 20050 20051#: resources/xml/reports/ahnentafel_report.xml:167 20052msgid "She was christened" 20053msgstr "" 20054 20055#: resources/xml/reports/ahnentafel_report.xml:195 20056msgid "His occupation was" 20057msgstr "" 20058 20059#: resources/xml/reports/ahnentafel_report.xml:196 20060msgid "Her occupation was" 20061msgstr "" 20062 20063#: resources/xml/reports/ahnentafel_report.xml:222 20064msgid "He resided at" 20065msgstr "" 20066 20067#: resources/xml/reports/ahnentafel_report.xml:223 20068msgid "She resided at" 20069msgstr "" 20070 20071#: resources/xml/reports/ahnentafel_report.xml:259 20072#: resources/xml/reports/descendancy_report.xml:173 20073msgid "He married" 20074msgstr "" 20075 20076#: resources/xml/reports/ahnentafel_report.xml:260 20077#: resources/xml/reports/descendancy_report.xml:242 20078msgid "She married" 20079msgstr "" 20080 20081#: resources/xml/reports/ahnentafel_report.xml:289 20082msgid "He died" 20083msgstr "" 20084 20085#: resources/xml/reports/ahnentafel_report.xml:290 20086msgid "She died" 20087msgstr "" 20088 20089#: resources/xml/reports/ahnentafel_report.xml:314 20090msgid "He was cremated" 20091msgstr "" 20092 20093#: resources/xml/reports/ahnentafel_report.xml:315 20094msgid "She was cremated" 20095msgstr "" 20096 20097#: resources/xml/reports/ahnentafel_report.xml:339 20098msgid "He was buried" 20099msgstr "" 20100 20101#: resources/xml/reports/ahnentafel_report.xml:340 20102msgid "She was buried" 20103msgstr "" 20104 20105#: resources/xml/reports/ahnentafel_report.xml:389 20106#: resources/xml/reports/descendancy_report.xml:480 20107msgid "Child of " 20108msgstr "" 20109 20110#: resources/xml/reports/ahnentafel_report.xml:392 20111#: resources/xml/reports/descendancy_report.xml:483 20112msgid "Children of " 20113msgstr "" 20114 20115#: resources/xml/reports/bdm_report.xml:7 20116#: resources/xml/reports/birth_report.xml:7 20117msgid "Birth date range start" 20118msgstr "" 20119 20120#: resources/xml/reports/bdm_report.xml:8 20121#: resources/xml/reports/birth_report.xml:8 20122msgid "Birth date range end" 20123msgstr "" 20124 20125#: resources/xml/reports/bdm_report.xml:9 20126#: resources/xml/reports/death_report.xml:7 20127msgid "Death date range start" 20128msgstr "" 20129 20130#: resources/xml/reports/bdm_report.xml:10 20131#: resources/xml/reports/death_report.xml:8 20132msgid "Death date range end" 20133msgstr "" 20134 20135#: resources/xml/reports/bdm_report.xml:11 20136#: resources/xml/reports/cemetery_report.xml:6 20137#: resources/xml/reports/death_report.xml:9 20138#: resources/xml/reports/relative_ext_report.xml:7 20139msgid "sort by date of death" 20140msgstr "" 20141 20142#: resources/xml/reports/birth_report.xml:6 20143msgid "Birthplace contains" 20144msgstr "" 20145 20146#: resources/xml/reports/cemetery_report.xml:5 20147msgid "Burial place contains" 20148msgstr "" 20149 20150#: resources/xml/reports/change_report.xml:5 20151msgid "Starting range of change dates" 20152msgstr "" 20153 20154#: resources/xml/reports/change_report.xml:6 20155msgid "Ending range of change dates" 20156msgstr "" 20157 20158#: resources/xml/reports/change_report.xml:8 20159msgid "Show pending changes" 20160msgstr "" 20161 20162#: resources/xml/reports/change_report.xml:10 20163#: resources/xml/reports/pedigree_report.xml:7 20164msgid "Orientation" 20165msgstr "" 20166 20167#: resources/xml/reports/change_report.xml:60 20168msgid "Differences" 20169msgstr "" 20170 20171#: resources/xml/reports/change_report.xml:87 20172msgid "Total pending changes: " 20173msgstr "" 20174 20175#: resources/xml/reports/change_report.xml:127 20176msgid "Total accepted changes: " 20177msgstr "" 20178 20179#: resources/xml/reports/death_report.xml:6 20180msgid "Death place contains" 20181msgstr "" 20182 20183#: resources/xml/reports/descendancy_report.xml:42 20184msgid "Descendants of " 20185msgstr "" 20186 20187#: resources/xml/reports/descendancy_report.xml:134 20188#: resources/xml/reports/descendancy_report.xml:435 20189msgctxt "MALE" 20190msgid "died" 20191msgstr "" 20192 20193#: resources/xml/reports/descendancy_report.xml:137 20194#: resources/xml/reports/descendancy_report.xml:365 20195msgctxt "FEMALE" 20196msgid "died" 20197msgstr "" 20198 20199#: resources/xml/reports/descendancy_report.xml:176 20200msgctxt "MALE" 20201msgid "married" 20202msgstr "" 20203 20204#: resources/xml/reports/descendancy_report.xml:226 20205msgid "daughter of" 20206msgstr "" 20207 20208#: resources/xml/reports/descendancy_report.xml:245 20209msgctxt "FEMALE" 20210msgid "married" 20211msgstr "" 20212 20213#: resources/xml/reports/descendancy_report.xml:295 20214msgid "son of" 20215msgstr "" 20216 20217#: resources/xml/reports/descendancy_report.xml:331 20218msgid "She was born" 20219msgstr "" 20220 20221#: resources/xml/reports/descendancy_report.xml:358 20222msgid "She " 20223msgstr "" 20224 20225#: resources/xml/reports/descendancy_report.xml:401 20226msgid "He was born" 20227msgstr "" 20228 20229#: resources/xml/reports/descendancy_report.xml:428 20230msgid "He " 20231msgstr "" 20232 20233#: resources/xml/reports/fact_sources.xml:4 20234msgid "A report of facts which are supported by a given source." 20235msgstr "" 20236 20237#: resources/xml/reports/fact_sources.xml:5 20238msgid "Find a source" 20239msgstr "" 20240 20241#: resources/xml/reports/family_group_report.xml:9 20242#: resources/xml/reports/individual_ext_report.xml:11 20243#: resources/xml/reports/individual_report.xml:8 20244msgid "Show photos" 20245msgstr "" 20246 20247#: resources/xml/reports/family_group_report.xml:10 20248msgid "Print basic events when blank" 20249msgstr "" 20250 20251#: resources/xml/reports/family_group_report.xml:12 20252#: resources/xml/reports/individual_ext_report.xml:13 20253#: resources/xml/reports/individual_report.xml:10 20254msgid "Use colors" 20255msgstr "" 20256 20257#: resources/xml/reports/individual_ext_report.xml:6 20258#: resources/xml/reports/missing_facts_report.xml:6 20259#: resources/xml/reports/relative_ext_report.xml:6 20260msgid "Parents and siblings" 20261msgstr "" 20262 20263#: resources/xml/reports/individual_ext_report.xml:6 20264#: resources/xml/reports/missing_facts_report.xml:6 20265#: resources/xml/reports/relative_ext_report.xml:6 20266msgid "Spouses and children" 20267msgstr "" 20268 20269#: resources/xml/reports/individual_ext_report.xml:6 20270#: resources/xml/reports/missing_facts_report.xml:6 20271#: resources/xml/reports/relative_ext_report.xml:6 20272msgid "Direct line ancestors" 20273msgstr "" 20274 20275#: resources/xml/reports/individual_ext_report.xml:6 20276#: resources/xml/reports/missing_facts_report.xml:6 20277#: resources/xml/reports/relative_ext_report.xml:6 20278msgid "Direct line ancestors and their families" 20279msgstr "" 20280 20281#: resources/xml/reports/individual_ext_report.xml:6 20282#: resources/xml/reports/missing_facts_report.xml:6 20283#: resources/xml/reports/relative_ext_report.xml:6 20284msgid "Choose relatives" 20285msgstr "" 20286 20287#: resources/xml/reports/individual_ext_report.xml:319 20288#: resources/xml/reports/individual_report.xml:316 20289msgid "Brother" 20290msgstr "" 20291 20292#: resources/xml/reports/individual_ext_report.xml:355 20293#: resources/xml/reports/individual_report.xml:352 20294msgid "Sister" 20295msgstr "" 20296 20297#: resources/xml/reports/individual_ext_report.xml:435 20298#: resources/xml/reports/individual_report.xml:486 20299msgid "Family with wife" 20300msgstr "" 20301 20302#: resources/xml/reports/individual_ext_report.xml:441 20303#: resources/xml/reports/individual_report.xml:446 20304msgid "Family with husband" 20305msgstr "" 20306 20307#: resources/xml/reports/marriage_report.xml:6 20308msgid "Marriage place contains" 20309msgstr "" 20310 20311#: resources/xml/reports/marriage_report.xml:7 20312msgid "Marriage date range start" 20313msgstr "" 20314 20315#: resources/xml/reports/marriage_report.xml:8 20316msgid "Marriage date range end" 20317msgstr "" 20318 20319#: resources/xml/reports/missing_facts_report.xml:14 20320msgid "Sources to the events" 20321msgstr "" 20322 20323#: resources/xml/reports/pedigree_report.xml:750 20324msgid "Pedigree chart" 20325msgstr "" 20326