xref: /webtrees/resources/lang/webtrees.pot (revision 32f6f20995acc309b4c5d1c5773c6cd5e0cc8a4a)
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-10 12:00+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#: app/Statistics/Repository/FamilyRepository.php:346
37#: app/Statistics/Repository/IndividualRepository.php:956
38#: resources/views/modules/relatives/family.phtml:183
39#, php-format
40msgid "%s month"
41msgid_plural "%s months"
42msgstr[0] ""
43msgstr[1] ""
44
45#: app/Age.php:106 app/Functions/FunctionsDate.php:72
46#: app/Functions/FunctionsPrint.php:256
47#: app/Statistics/Repository/FamilyRepository.php:340
48#: app/Statistics/Repository/IndividualRepository.php:951
49#, php-format
50msgid "%s day"
51msgid_plural "%s days"
52msgstr[0] ""
53msgstr[1] ""
54
55#. I18N: The current age of a living individual
56#: app/Age.php:177
57#, php-format
58msgid "(age %s)"
59msgstr ""
60
61#. I18N: The age of an individual at a given date
62#: app/Age.php:181
63#, php-format
64msgid "(aged %s)"
65msgstr ""
66
67#: app/Age.php:197
68msgid "(on the date of death)"
69msgstr ""
70
71#: app/Age.php:203
72#, php-format
73msgid "(%s after death)"
74msgstr ""
75
76#. I18N: The gregorian calendar
77#: app/Date.php:232 app/Module/YahrzeitModule.php:264
78msgid "Gregorian"
79msgstr ""
80
81#. I18N: The julian calendar
82#: app/Date.php:234 resources/views/help/date.phtml:139
83msgid "Julian"
84msgstr ""
85
86#. I18N: The French calendar
87#: app/Date.php:236 resources/views/help/date.phtml:187
88msgid "French"
89msgstr ""
90
91#. I18N: The Hebrew/Jewish calendar
92#: app/Date.php:238 app/Module/YahrzeitModule.php:263
93#: resources/views/help/date.phtml:155
94msgid "Jewish"
95msgstr ""
96
97#. I18N: The Arabic/Hijri calendar
98#: app/Date.php:240 resources/views/help/date.phtml:171
99msgid "Hijri"
100msgstr ""
101
102#. I18N: The Persian/Jalali calendar
103#: app/Date.php:242
104msgid "Jalali"
105msgstr ""
106
107#. I18N: Gedcom ABT dates
108#: app/Date.php:344
109#, php-format
110msgid "about %s"
111msgstr ""
112
113#. I18N: Gedcom CAL dates
114#: app/Date.php:348
115#, php-format
116msgid "calculated %s"
117msgstr ""
118
119#. I18N: Gedcom EST dates
120#: app/Date.php:352
121#, php-format
122msgid "estimated %s"
123msgstr ""
124
125#. I18N: Gedcom INT dates
126#: app/Date.php:356
127#, php-format
128msgid "interpreted %s (%s)"
129msgstr ""
130
131#. I18N: Gedcom BEF dates
132#: app/Date.php:360
133#, php-format
134msgid "before %s"
135msgstr ""
136
137#. I18N: Gedcom AFT dates
138#: app/Date.php:364
139#, php-format
140msgid "after %s"
141msgstr ""
142
143#. I18N: Gedcom FROM dates
144#: app/Date.php:368
145#, php-format
146msgid "from %s"
147msgstr ""
148
149#. I18N: Gedcom TO dates
150#: app/Date.php:372
151#, php-format
152msgid "to %s"
153msgstr ""
154
155#. I18N: Gedcom BET-AND dates
156#: app/Date.php:376
157#, php-format
158msgid "between %s and %s"
159msgstr ""
160
161#. I18N: Gedcom FROM-TO dates
162#: app/Date.php:380
163#, php-format
164msgid "from %s to %s"
165msgstr ""
166
167#: app/Date.php:383
168msgid "Invalid date"
169msgstr ""
170
171#: app/Date/AbstractCalendarDate.php:258
172msgid "Monday"
173msgstr ""
174
175#: app/Date/AbstractCalendarDate.php:259
176msgid "Tuesday"
177msgstr ""
178
179#: app/Date/AbstractCalendarDate.php:260
180msgid "Wednesday"
181msgstr ""
182
183#: app/Date/AbstractCalendarDate.php:261
184msgid "Thursday"
185msgstr ""
186
187#: app/Date/AbstractCalendarDate.php:262
188msgid "Friday"
189msgstr ""
190
191#: app/Date/AbstractCalendarDate.php:263
192msgid "Saturday"
193msgstr ""
194
195#: app/Date/AbstractCalendarDate.php:264
196msgid "Sunday"
197msgstr ""
198
199#. I18N: abbreviation for Monday
200#: app/Date/AbstractCalendarDate.php:285
201#: resources/views/edit/initialize-calendar-popup.phtml:27
202msgid "Mon"
203msgstr ""
204
205#. I18N: abbreviation for Tuesday
206#: app/Date/AbstractCalendarDate.php:287
207#: resources/views/edit/initialize-calendar-popup.phtml:28
208msgid "Tue"
209msgstr ""
210
211#. I18N: abbreviation for Wednesday
212#: app/Date/AbstractCalendarDate.php:289
213#: resources/views/edit/initialize-calendar-popup.phtml:29
214msgid "Wed"
215msgstr ""
216
217#. I18N: abbreviation for Thursday
218#: app/Date/AbstractCalendarDate.php:291
219#: resources/views/edit/initialize-calendar-popup.phtml:30
220msgid "Thu"
221msgstr ""
222
223#. I18N: abbreviation for Friday
224#: app/Date/AbstractCalendarDate.php:293
225#: resources/views/edit/initialize-calendar-popup.phtml:31
226msgid "Fri"
227msgstr ""
228
229#. I18N: abbreviation for Saturday
230#: app/Date/AbstractCalendarDate.php:295
231#: resources/views/edit/initialize-calendar-popup.phtml:32
232msgid "Sat"
233msgstr ""
234
235#. I18N: abbreviation for Sunday
236#: app/Date/AbstractCalendarDate.php:297
237#: resources/views/edit/initialize-calendar-popup.phtml:26
238msgid "Sun"
239msgstr ""
240
241#: app/Date/AbstractGregorianJulianDate.php:63
242#: app/Module/StatisticsChartModule.php:802
243#: resources/views/edit/initialize-calendar-popup.phtml:11
244msgctxt "NOMINATIVE"
245msgid "January"
246msgstr ""
247
248#: app/Date/AbstractGregorianJulianDate.php:64
249#: app/Module/StatisticsChartModule.php:803
250#: resources/views/edit/initialize-calendar-popup.phtml:12
251msgctxt "NOMINATIVE"
252msgid "February"
253msgstr ""
254
255#: app/Date/AbstractGregorianJulianDate.php:65
256#: app/Module/StatisticsChartModule.php:804
257#: resources/views/edit/initialize-calendar-popup.phtml:13
258msgctxt "NOMINATIVE"
259msgid "March"
260msgstr ""
261
262#: app/Date/AbstractGregorianJulianDate.php:66
263#: app/Module/StatisticsChartModule.php:805
264#: resources/views/edit/initialize-calendar-popup.phtml:14
265msgctxt "NOMINATIVE"
266msgid "April"
267msgstr ""
268
269#: app/Date/AbstractGregorianJulianDate.php:67
270#: app/Module/StatisticsChartModule.php:806
271#: resources/views/edit/initialize-calendar-popup.phtml:15
272msgctxt "NOMINATIVE"
273msgid "May"
274msgstr ""
275
276#: app/Date/AbstractGregorianJulianDate.php:68
277#: app/Module/StatisticsChartModule.php:807
278#: resources/views/edit/initialize-calendar-popup.phtml:16
279msgctxt "NOMINATIVE"
280msgid "June"
281msgstr ""
282
283#: app/Date/AbstractGregorianJulianDate.php:69
284#: app/Module/StatisticsChartModule.php:808
285#: resources/views/edit/initialize-calendar-popup.phtml:17
286msgctxt "NOMINATIVE"
287msgid "July"
288msgstr ""
289
290#: app/Date/AbstractGregorianJulianDate.php:70
291#: app/Module/StatisticsChartModule.php:809
292#: resources/views/edit/initialize-calendar-popup.phtml:18
293msgctxt "NOMINATIVE"
294msgid "August"
295msgstr ""
296
297#: app/Date/AbstractGregorianJulianDate.php:71
298#: app/Module/StatisticsChartModule.php:810
299#: resources/views/edit/initialize-calendar-popup.phtml:19
300msgctxt "NOMINATIVE"
301msgid "September"
302msgstr ""
303
304#: app/Date/AbstractGregorianJulianDate.php:72
305#: app/Module/StatisticsChartModule.php:811
306#: resources/views/edit/initialize-calendar-popup.phtml:20
307msgctxt "NOMINATIVE"
308msgid "October"
309msgstr ""
310
311#: app/Date/AbstractGregorianJulianDate.php:73
312#: app/Module/StatisticsChartModule.php:812
313#: resources/views/edit/initialize-calendar-popup.phtml:21
314msgctxt "NOMINATIVE"
315msgid "November"
316msgstr ""
317
318#: app/Date/AbstractGregorianJulianDate.php:74
319#: app/Module/StatisticsChartModule.php:813
320#: resources/views/edit/initialize-calendar-popup.phtml:22
321msgctxt "NOMINATIVE"
322msgid "December"
323msgstr ""
324
325#: app/Date/AbstractGregorianJulianDate.php:98
326msgctxt "GENITIVE"
327msgid "January"
328msgstr ""
329
330#: app/Date/AbstractGregorianJulianDate.php:99
331msgctxt "GENITIVE"
332msgid "February"
333msgstr ""
334
335#: app/Date/AbstractGregorianJulianDate.php:100
336msgctxt "GENITIVE"
337msgid "March"
338msgstr ""
339
340#: app/Date/AbstractGregorianJulianDate.php:101
341msgctxt "GENITIVE"
342msgid "April"
343msgstr ""
344
345#: app/Date/AbstractGregorianJulianDate.php:102
346msgctxt "GENITIVE"
347msgid "May"
348msgstr ""
349
350#: app/Date/AbstractGregorianJulianDate.php:103
351msgctxt "GENITIVE"
352msgid "June"
353msgstr ""
354
355#: app/Date/AbstractGregorianJulianDate.php:104
356msgctxt "GENITIVE"
357msgid "July"
358msgstr ""
359
360#: app/Date/AbstractGregorianJulianDate.php:105
361msgctxt "GENITIVE"
362msgid "August"
363msgstr ""
364
365#: app/Date/AbstractGregorianJulianDate.php:106
366msgctxt "GENITIVE"
367msgid "September"
368msgstr ""
369
370#: app/Date/AbstractGregorianJulianDate.php:107
371msgctxt "GENITIVE"
372msgid "October"
373msgstr ""
374
375#: app/Date/AbstractGregorianJulianDate.php:108
376msgctxt "GENITIVE"
377msgid "November"
378msgstr ""
379
380#: app/Date/AbstractGregorianJulianDate.php:109
381msgctxt "GENITIVE"
382msgid "December"
383msgstr ""
384
385#: app/Date/AbstractGregorianJulianDate.php:133
386msgctxt "LOCATIVE"
387msgid "January"
388msgstr ""
389
390#: app/Date/AbstractGregorianJulianDate.php:134
391msgctxt "LOCATIVE"
392msgid "February"
393msgstr ""
394
395#: app/Date/AbstractGregorianJulianDate.php:135
396msgctxt "LOCATIVE"
397msgid "March"
398msgstr ""
399
400#: app/Date/AbstractGregorianJulianDate.php:136
401msgctxt "LOCATIVE"
402msgid "April"
403msgstr ""
404
405#: app/Date/AbstractGregorianJulianDate.php:137
406msgctxt "LOCATIVE"
407msgid "May"
408msgstr ""
409
410#: app/Date/AbstractGregorianJulianDate.php:138
411msgctxt "LOCATIVE"
412msgid "June"
413msgstr ""
414
415#: app/Date/AbstractGregorianJulianDate.php:139
416msgctxt "LOCATIVE"
417msgid "July"
418msgstr ""
419
420#: app/Date/AbstractGregorianJulianDate.php:140
421msgctxt "LOCATIVE"
422msgid "August"
423msgstr ""
424
425#: app/Date/AbstractGregorianJulianDate.php:141
426msgctxt "LOCATIVE"
427msgid "September"
428msgstr ""
429
430#: app/Date/AbstractGregorianJulianDate.php:142
431msgctxt "LOCATIVE"
432msgid "October"
433msgstr ""
434
435#: app/Date/AbstractGregorianJulianDate.php:143
436msgctxt "LOCATIVE"
437msgid "November"
438msgstr ""
439
440#: app/Date/AbstractGregorianJulianDate.php:144
441msgctxt "LOCATIVE"
442msgid "December"
443msgstr ""
444
445#: app/Date/AbstractGregorianJulianDate.php:168
446msgctxt "INSTRUMENTAL"
447msgid "January"
448msgstr ""
449
450#: app/Date/AbstractGregorianJulianDate.php:169
451msgctxt "INSTRUMENTAL"
452msgid "February"
453msgstr ""
454
455#: app/Date/AbstractGregorianJulianDate.php:170
456msgctxt "INSTRUMENTAL"
457msgid "March"
458msgstr ""
459
460#: app/Date/AbstractGregorianJulianDate.php:171
461msgctxt "INSTRUMENTAL"
462msgid "April"
463msgstr ""
464
465#: app/Date/AbstractGregorianJulianDate.php:172
466msgctxt "INSTRUMENTAL"
467msgid "May"
468msgstr ""
469
470#: app/Date/AbstractGregorianJulianDate.php:173
471msgctxt "INSTRUMENTAL"
472msgid "June"
473msgstr ""
474
475#: app/Date/AbstractGregorianJulianDate.php:174
476msgctxt "INSTRUMENTAL"
477msgid "July"
478msgstr ""
479
480#: app/Date/AbstractGregorianJulianDate.php:175
481msgctxt "INSTRUMENTAL"
482msgid "August"
483msgstr ""
484
485#: app/Date/AbstractGregorianJulianDate.php:176
486msgctxt "INSTRUMENTAL"
487msgid "September"
488msgstr ""
489
490#: app/Date/AbstractGregorianJulianDate.php:177
491msgctxt "INSTRUMENTAL"
492msgid "October"
493msgstr ""
494
495#: app/Date/AbstractGregorianJulianDate.php:178
496msgctxt "INSTRUMENTAL"
497msgid "November"
498msgstr ""
499
500#: app/Date/AbstractGregorianJulianDate.php:179
501msgctxt "INSTRUMENTAL"
502msgid "December"
503msgstr ""
504
505#: app/Date/AbstractGregorianJulianDate.php:201
506msgctxt "Abbreviation for January"
507msgid "Jan"
508msgstr ""
509
510#: app/Date/AbstractGregorianJulianDate.php:202
511msgctxt "Abbreviation for February"
512msgid "Feb"
513msgstr ""
514
515#: app/Date/AbstractGregorianJulianDate.php:203
516msgctxt "Abbreviation for March"
517msgid "Mar"
518msgstr ""
519
520#: app/Date/AbstractGregorianJulianDate.php:204
521msgctxt "Abbreviation for April"
522msgid "Apr"
523msgstr ""
524
525#: app/Date/AbstractGregorianJulianDate.php:205
526msgctxt "Abbreviation for May"
527msgid "May"
528msgstr ""
529
530#: app/Date/AbstractGregorianJulianDate.php:206
531msgctxt "Abbreviation for June"
532msgid "Jun"
533msgstr ""
534
535#: app/Date/AbstractGregorianJulianDate.php:207
536msgctxt "Abbreviation for July"
537msgid "Jul"
538msgstr ""
539
540#: app/Date/AbstractGregorianJulianDate.php:208
541msgctxt "Abbreviation for August"
542msgid "Aug"
543msgstr ""
544
545#: app/Date/AbstractGregorianJulianDate.php:209
546msgctxt "Abbreviation for September"
547msgid "Sep"
548msgstr ""
549
550#: app/Date/AbstractGregorianJulianDate.php:210
551msgctxt "Abbreviation for October"
552msgid "Oct"
553msgstr ""
554
555#: app/Date/AbstractGregorianJulianDate.php:211
556msgctxt "Abbreviation for November"
557msgid "Nov"
558msgstr ""
559
560#: app/Date/AbstractGregorianJulianDate.php:212
561msgctxt "Abbreviation for December"
562msgid "Dec"
563msgstr ""
564
565#. I18N: a month in the French republican calendar
566#: app/Date/FrenchDate.php:87
567msgctxt "NOMINATIVE"
568msgid "Vendemiaire"
569msgstr ""
570
571#. I18N: a month in the French republican calendar
572#: app/Date/FrenchDate.php:89
573msgctxt "NOMINATIVE"
574msgid "Brumaire"
575msgstr ""
576
577#. I18N: a month in the French republican calendar
578#: app/Date/FrenchDate.php:91
579msgctxt "NOMINATIVE"
580msgid "Frimaire"
581msgstr ""
582
583#. I18N: a month in the French republican calendar
584#: app/Date/FrenchDate.php:93
585msgctxt "NOMINATIVE"
586msgid "Nivose"
587msgstr ""
588
589#. I18N: a month in the French republican calendar
590#: app/Date/FrenchDate.php:95
591msgctxt "NOMINATIVE"
592msgid "Pluviose"
593msgstr ""
594
595#. I18N: a month in the French republican calendar
596#: app/Date/FrenchDate.php:97
597msgctxt "NOMINATIVE"
598msgid "Ventose"
599msgstr ""
600
601#. I18N: a month in the French republican calendar
602#. I18N: a month in the French republican calendar
603#: app/Date/FrenchDate.php:100
604msgctxt "NOMINATIVE"
605msgid "Germinal"
606msgstr ""
607
608#. I18N: a month in the French republican calendar
609#: app/Date/FrenchDate.php:102
610msgctxt "NOMINATIVE"
611msgid "Floreal"
612msgstr ""
613
614#. I18N: a month in the French republican calendar
615#: app/Date/FrenchDate.php:104
616msgctxt "NOMINATIVE"
617msgid "Prairial"
618msgstr ""
619
620#. I18N: a month in the French republican calendar
621#: app/Date/FrenchDate.php:106
622msgctxt "NOMINATIVE"
623msgid "Messidor"
624msgstr ""
625
626#. I18N: a month in the French republican calendar
627#: app/Date/FrenchDate.php:108
628msgctxt "NOMINATIVE"
629msgid "Thermidor"
630msgstr ""
631
632#. I18N: a month in the French republican calendar
633#: app/Date/FrenchDate.php:110
634msgctxt "NOMINATIVE"
635msgid "Fructidor"
636msgstr ""
637
638#. I18N: a month in the French republican calendar
639#: app/Date/FrenchDate.php:112
640msgctxt "NOMINATIVE"
641msgid "jours complementaires"
642msgstr ""
643
644#. I18N: a month in the French republican calendar
645#: app/Date/FrenchDate.php:135
646msgctxt "GENITIVE"
647msgid "Vendemiaire"
648msgstr ""
649
650#. I18N: a month in the French republican calendar
651#: app/Date/FrenchDate.php:137
652msgctxt "GENITIVE"
653msgid "Brumaire"
654msgstr ""
655
656#. I18N: a month in the French republican calendar
657#: app/Date/FrenchDate.php:139
658msgctxt "GENITIVE"
659msgid "Frimaire"
660msgstr ""
661
662#. I18N: a month in the French republican calendar
663#: app/Date/FrenchDate.php:141
664msgctxt "GENITIVE"
665msgid "Nivose"
666msgstr ""
667
668#. I18N: a month in the French republican calendar
669#: app/Date/FrenchDate.php:143
670msgctxt "GENITIVE"
671msgid "Pluviose"
672msgstr ""
673
674#. I18N: a month in the French republican calendar
675#: app/Date/FrenchDate.php:145
676msgctxt "GENITIVE"
677msgid "Ventose"
678msgstr ""
679
680#. I18N: a month in the French republican calendar
681#: app/Date/FrenchDate.php:147
682msgctxt "GENITIVE"
683msgid "Germinal"
684msgstr ""
685
686#. I18N: a month in the French republican calendar
687#: app/Date/FrenchDate.php:149
688msgctxt "GENITIVE"
689msgid "Floreal"
690msgstr ""
691
692#. I18N: a month in the French republican calendar
693#: app/Date/FrenchDate.php:151
694msgctxt "GENITIVE"
695msgid "Prairial"
696msgstr ""
697
698#. I18N: a month in the French republican calendar
699#: app/Date/FrenchDate.php:153
700msgctxt "GENITIVE"
701msgid "Messidor"
702msgstr ""
703
704#. I18N: a month in the French republican calendar
705#: app/Date/FrenchDate.php:155
706msgctxt "GENITIVE"
707msgid "Thermidor"
708msgstr ""
709
710#. I18N: a month in the French republican calendar
711#: app/Date/FrenchDate.php:157
712msgctxt "GENITIVE"
713msgid "Fructidor"
714msgstr ""
715
716#. I18N: a month in the French republican calendar
717#: app/Date/FrenchDate.php:159
718msgctxt "GENITIVE"
719msgid "jours complementaires"
720msgstr ""
721
722#. I18N: a month in the French republican calendar
723#: app/Date/FrenchDate.php:182
724msgctxt "LOCATIVE"
725msgid "Vendemiaire"
726msgstr ""
727
728#. I18N: a month in the French republican calendar
729#: app/Date/FrenchDate.php:184
730msgctxt "LOCATIVE"
731msgid "Brumaire"
732msgstr ""
733
734#. I18N: a month in the French republican calendar
735#: app/Date/FrenchDate.php:186
736msgctxt "LOCATIVE"
737msgid "Frimaire"
738msgstr ""
739
740#. I18N: a month in the French republican calendar
741#: app/Date/FrenchDate.php:188
742msgctxt "LOCATIVE"
743msgid "Nivose"
744msgstr ""
745
746#. I18N: a month in the French republican calendar
747#: app/Date/FrenchDate.php:190
748msgctxt "LOCATIVE"
749msgid "Pluviose"
750msgstr ""
751
752#. I18N: a month in the French republican calendar
753#: app/Date/FrenchDate.php:192
754msgctxt "LOCATIVE"
755msgid "Ventose"
756msgstr ""
757
758#. I18N: a month in the French republican calendar
759#: app/Date/FrenchDate.php:194
760msgctxt "LOCATIVE"
761msgid "Germinal"
762msgstr ""
763
764#. I18N: a month in the French republican calendar
765#: app/Date/FrenchDate.php:196
766msgctxt "LOCATIVE"
767msgid "Floreal"
768msgstr ""
769
770#. I18N: a month in the French republican calendar
771#: app/Date/FrenchDate.php:198
772msgctxt "LOCATIVE"
773msgid "Prairial"
774msgstr ""
775
776#. I18N: a month in the French republican calendar
777#: app/Date/FrenchDate.php:200
778msgctxt "LOCATIVE"
779msgid "Messidor"
780msgstr ""
781
782#. I18N: a month in the French republican calendar
783#: app/Date/FrenchDate.php:202
784msgctxt "LOCATIVE"
785msgid "Thermidor"
786msgstr ""
787
788#. I18N: a month in the French republican calendar
789#: app/Date/FrenchDate.php:204
790msgctxt "LOCATIVE"
791msgid "Fructidor"
792msgstr ""
793
794#. I18N: a month in the French republican calendar
795#: app/Date/FrenchDate.php:206
796msgctxt "LOCATIVE"
797msgid "jours complementaires"
798msgstr ""
799
800#. I18N: a month in the French republican calendar
801#: app/Date/FrenchDate.php:229
802msgctxt "INSTRUMENTAL"
803msgid "Vendemiaire"
804msgstr ""
805
806#. I18N: a month in the French republican calendar
807#: app/Date/FrenchDate.php:231
808msgctxt "INSTRUMENTAL"
809msgid "Brumaire"
810msgstr ""
811
812#. I18N: a month in the French republican calendar
813#: app/Date/FrenchDate.php:233
814msgctxt "INSTRUMENTAL"
815msgid "Frimaire"
816msgstr ""
817
818#. I18N: a month in the French republican calendar
819#: app/Date/FrenchDate.php:235
820msgctxt "INSTRUMENTAL"
821msgid "Nivose"
822msgstr ""
823
824#. I18N: a month in the French republican calendar
825#: app/Date/FrenchDate.php:237
826msgctxt "INSTRUMENTAL"
827msgid "Pluviose"
828msgstr ""
829
830#. I18N: a month in the French republican calendar
831#: app/Date/FrenchDate.php:239
832msgctxt "INSTRUMENTAL"
833msgid "Ventose"
834msgstr ""
835
836#. I18N: a month in the French republican calendar
837#: app/Date/FrenchDate.php:241
838msgctxt "INSTRUMENTAL"
839msgid "Germinal"
840msgstr ""
841
842#. I18N: a month in the French republican calendar
843#: app/Date/FrenchDate.php:243
844msgctxt "INSTRUMENTAL"
845msgid "Floreal"
846msgstr ""
847
848#. I18N: a month in the French republican calendar
849#: app/Date/FrenchDate.php:245
850msgctxt "INSTRUMENTAL"
851msgid "Prairial"
852msgstr ""
853
854#. I18N: a month in the French republican calendar
855#: app/Date/FrenchDate.php:247
856msgctxt "INSTRUMENTAL"
857msgid "Messidor"
858msgstr ""
859
860#. I18N: a month in the French republican calendar
861#: app/Date/FrenchDate.php:249
862msgctxt "INSTRUMENTAL"
863msgid "Thermidor"
864msgstr ""
865
866#. I18N: a month in the French republican calendar
867#: app/Date/FrenchDate.php:251
868msgctxt "INSTRUMENTAL"
869msgid "Fructidor"
870msgstr ""
871
872#. I18N: a month in the French republican calendar
873#: app/Date/FrenchDate.php:253
874msgctxt "INSTRUMENTAL"
875msgid "jours complementaires"
876msgstr ""
877
878#. I18N: The first day in the French republican calendar
879#: app/Date/FrenchDate.php:287
880msgid "Primidi"
881msgstr ""
882
883#. I18N: The second day in the French republican calendar
884#: app/Date/FrenchDate.php:289
885msgid "Duodi"
886msgstr ""
887
888#. I18N: The third day in the French republican calendar
889#: app/Date/FrenchDate.php:291
890msgid "Tridi"
891msgstr ""
892
893#. I18N: The fourth day in the French republican calendar
894#: app/Date/FrenchDate.php:293
895msgid "Quartidi"
896msgstr ""
897
898#. I18N: The fifth day in the French republican calendar
899#: app/Date/FrenchDate.php:295
900msgid "Quintidi"
901msgstr ""
902
903#. I18N: The sixth day in the French republican calendar
904#: app/Date/FrenchDate.php:297
905msgid "Sextidi"
906msgstr ""
907
908#. I18N: The seventh day in the French republican calendar
909#: app/Date/FrenchDate.php:299
910msgid "Septidi"
911msgstr ""
912
913#. I18N: The eighth day in the French republican calendar
914#: app/Date/FrenchDate.php:301
915msgid "Octidi"
916msgstr ""
917
918#. I18N: The ninth day in the French republican calendar
919#: app/Date/FrenchDate.php:303
920msgid "Nonidi"
921msgstr ""
922
923#. I18N: The tenth day in the French republican calendar
924#: app/Date/FrenchDate.php:305
925msgid "Decidi"
926msgstr ""
927
928#. I18N: http://en.wikipedia.org/wiki/Muharram
929#: app/Date/HijriDate.php:83
930msgctxt "NOMINATIVE"
931msgid "Muharram"
932msgstr ""
933
934#. I18N: http://en.wikipedia.org/wiki/Safar
935#: app/Date/HijriDate.php:85
936msgctxt "NOMINATIVE"
937msgid "Safar"
938msgstr ""
939
940#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-awwal
941#: app/Date/HijriDate.php:87
942msgctxt "NOMINATIVE"
943msgid "Rabi’ al-awwal"
944msgstr ""
945
946#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-thani
947#: app/Date/HijriDate.php:89
948msgctxt "NOMINATIVE"
949msgid "Rabi’ al-thani"
950msgstr ""
951
952#. I18N: http://en.wikipedia.org/wiki/Jumada_al-awwal
953#: app/Date/HijriDate.php:91
954msgctxt "NOMINATIVE"
955msgid "Jumada al-awwal"
956msgstr ""
957
958#. I18N: http://en.wikipedia.org/wiki/Jumada_al-thani
959#: app/Date/HijriDate.php:93
960msgctxt "NOMINATIVE"
961msgid "Jumada al-thani"
962msgstr ""
963
964#. I18N: http://en.wikipedia.org/wiki/Rajab
965#: app/Date/HijriDate.php:95
966msgctxt "NOMINATIVE"
967msgid "Rajab"
968msgstr ""
969
970#. I18N: http://en.wikipedia.org/wiki/Sha%27aban
971#: app/Date/HijriDate.php:97
972msgctxt "NOMINATIVE"
973msgid "Sha’aban"
974msgstr ""
975
976#. I18N: http://en.wikipedia.org/wiki/Ramadan_%28calendar_month%29
977#: app/Date/HijriDate.php:99
978msgctxt "NOMINATIVE"
979msgid "Ramadan"
980msgstr ""
981
982#. I18N: http://en.wikipedia.org/wiki/Shawwal
983#: app/Date/HijriDate.php:101
984msgctxt "NOMINATIVE"
985msgid "Shawwal"
986msgstr ""
987
988#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Qi%27dah
989#: app/Date/HijriDate.php:103
990msgctxt "NOMINATIVE"
991msgid "Dhu al-Qi’dah"
992msgstr ""
993
994#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Hijjah
995#: app/Date/HijriDate.php:105
996msgctxt "NOMINATIVE"
997msgid "Dhu al-Hijjah"
998msgstr ""
999
1000#. I18N: http://en.wikipedia.org/wiki/Muharram
1001#: app/Date/HijriDate.php:128
1002msgctxt "GENITIVE"
1003msgid "Muharram"
1004msgstr ""
1005
1006#. I18N: http://en.wikipedia.org/wiki/Safar
1007#: app/Date/HijriDate.php:130
1008msgctxt "GENITIVE"
1009msgid "Safar"
1010msgstr ""
1011
1012#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-awwal
1013#: app/Date/HijriDate.php:132
1014msgctxt "GENITIVE"
1015msgid "Rabi’ al-awwal"
1016msgstr ""
1017
1018#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-thani
1019#: app/Date/HijriDate.php:134
1020msgctxt "GENITIVE"
1021msgid "Rabi’ al-thani"
1022msgstr ""
1023
1024#. I18N: http://en.wikipedia.org/wiki/Jumada_al-awwal
1025#: app/Date/HijriDate.php:136
1026msgctxt "GENITIVE"
1027msgid "Jumada al-awwal"
1028msgstr ""
1029
1030#. I18N: http://en.wikipedia.org/wiki/Jumada_al-thani
1031#: app/Date/HijriDate.php:138
1032msgctxt "GENITIVE"
1033msgid "Jumada al-thani"
1034msgstr ""
1035
1036#. I18N: http://en.wikipedia.org/wiki/Rajab
1037#: app/Date/HijriDate.php:140
1038msgctxt "GENITIVE"
1039msgid "Rajab"
1040msgstr ""
1041
1042#. I18N: http://en.wikipedia.org/wiki/Sha%27aban
1043#: app/Date/HijriDate.php:142
1044msgctxt "GENITIVE"
1045msgid "Sha’aban"
1046msgstr ""
1047
1048#. I18N: http://en.wikipedia.org/wiki/Ramadan_%28calendar_month%29
1049#: app/Date/HijriDate.php:144
1050msgctxt "GENITIVE"
1051msgid "Ramadan"
1052msgstr ""
1053
1054#. I18N: http://en.wikipedia.org/wiki/Shawwal
1055#: app/Date/HijriDate.php:146
1056msgctxt "GENITIVE"
1057msgid "Shawwal"
1058msgstr ""
1059
1060#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Qi%27dah
1061#: app/Date/HijriDate.php:148
1062msgctxt "GENITIVE"
1063msgid "Dhu al-Qi’dah"
1064msgstr ""
1065
1066#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Hijjah
1067#: app/Date/HijriDate.php:150
1068msgctxt "GENITIVE"
1069msgid "Dhu al-Hijjah"
1070msgstr ""
1071
1072#. I18N: http://en.wikipedia.org/wiki/Muharram
1073#: app/Date/HijriDate.php:173
1074msgctxt "LOCATIVE"
1075msgid "Muharram"
1076msgstr ""
1077
1078#. I18N: http://en.wikipedia.org/wiki/Safar
1079#: app/Date/HijriDate.php:175
1080msgctxt "LOCATIVE"
1081msgid "Safar"
1082msgstr ""
1083
1084#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-awwal
1085#: app/Date/HijriDate.php:177
1086msgctxt "LOCATIVE"
1087msgid "Rabi’ al-awwal"
1088msgstr ""
1089
1090#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-thani
1091#: app/Date/HijriDate.php:179
1092msgctxt "LOCATIVE"
1093msgid "Rabi’ al-thani"
1094msgstr ""
1095
1096#. I18N: http://en.wikipedia.org/wiki/Jumada_al-awwal
1097#: app/Date/HijriDate.php:181
1098msgctxt "LOCATIVE"
1099msgid "Jumada al-awwal"
1100msgstr ""
1101
1102#. I18N: http://en.wikipedia.org/wiki/Jumada_al-thani
1103#: app/Date/HijriDate.php:183
1104msgctxt "LOCATIVE"
1105msgid "Jumada al-thani"
1106msgstr ""
1107
1108#. I18N: http://en.wikipedia.org/wiki/Rajab
1109#: app/Date/HijriDate.php:185
1110msgctxt "LOCATIVE"
1111msgid "Rajab"
1112msgstr ""
1113
1114#. I18N: http://en.wikipedia.org/wiki/Sha%27aban
1115#: app/Date/HijriDate.php:187
1116msgctxt "LOCATIVE"
1117msgid "Sha’aban"
1118msgstr ""
1119
1120#. I18N: http://en.wikipedia.org/wiki/Ramadan_%28calendar_month%29
1121#: app/Date/HijriDate.php:189
1122msgctxt "LOCATIVE"
1123msgid "Ramadan"
1124msgstr ""
1125
1126#. I18N: http://en.wikipedia.org/wiki/Shawwal
1127#: app/Date/HijriDate.php:191
1128msgctxt "LOCATIVE"
1129msgid "Shawwal"
1130msgstr ""
1131
1132#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Qi%27dah
1133#: app/Date/HijriDate.php:193
1134msgctxt "LOCATIVE"
1135msgid "Dhu al-Qi’dah"
1136msgstr ""
1137
1138#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Hijjah
1139#: app/Date/HijriDate.php:195
1140msgctxt "LOCATIVE"
1141msgid "Dhu al-Hijjah"
1142msgstr ""
1143
1144#. I18N: http://en.wikipedia.org/wiki/Muharram
1145#: app/Date/HijriDate.php:218
1146msgctxt "INSTRUMENTAL"
1147msgid "Muharram"
1148msgstr ""
1149
1150#. I18N: http://en.wikipedia.org/wiki/Safar
1151#: app/Date/HijriDate.php:220
1152msgctxt "INSTRUMENTAL"
1153msgid "Safar"
1154msgstr ""
1155
1156#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-awwal
1157#: app/Date/HijriDate.php:222
1158msgctxt "INSTRUMENTAL"
1159msgid "Rabi’ al-awwal"
1160msgstr ""
1161
1162#. I18N: http://en.wikipedia.org/wiki/Rabi%27_al-thani
1163#: app/Date/HijriDate.php:224
1164msgctxt "INSTRUMENTAL"
1165msgid "Rabi’ al-thani"
1166msgstr ""
1167
1168#. I18N: http://en.wikipedia.org/wiki/Jumada_al-awwal
1169#: app/Date/HijriDate.php:226
1170msgctxt "INSTRUMENTAL"
1171msgid "Jumada al-awwal"
1172msgstr ""
1173
1174#. I18N: http://en.wikipedia.org/wiki/Jumada_al-thani
1175#: app/Date/HijriDate.php:228
1176msgctxt "INSTRUMENTAL"
1177msgid "Jumada al-thani"
1178msgstr ""
1179
1180#. I18N: http://en.wikipedia.org/wiki/Rajab
1181#: app/Date/HijriDate.php:230
1182msgctxt "INSTRUMENTAL"
1183msgid "Rajab"
1184msgstr ""
1185
1186#. I18N: http://en.wikipedia.org/wiki/Sha%27aban
1187#: app/Date/HijriDate.php:232
1188msgctxt "INSTRUMENTAL"
1189msgid "Sha’aban"
1190msgstr ""
1191
1192#. I18N: http://en.wikipedia.org/wiki/Ramadan_%28calendar_month%29
1193#: app/Date/HijriDate.php:234
1194msgctxt "INSTRUMENTAL"
1195msgid "Ramadan"
1196msgstr ""
1197
1198#. I18N: http://en.wikipedia.org/wiki/Shawwal
1199#: app/Date/HijriDate.php:236
1200msgctxt "INSTRUMENTAL"
1201msgid "Shawwal"
1202msgstr ""
1203
1204#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Qi%27dah
1205#: app/Date/HijriDate.php:238
1206msgctxt "INSTRUMENTAL"
1207msgid "Dhu al-Qi’dah"
1208msgstr ""
1209
1210#. I18N: http://en.wikipedia.org/wiki/Dhu_al-Hijjah
1211#: app/Date/HijriDate.php:240
1212msgctxt "INSTRUMENTAL"
1213msgid "Dhu al-Hijjah"
1214msgstr ""
1215
1216#. I18N: 1st month in the Persian/Jalali calendar
1217#: app/Date/JalaliDate.php:80
1218msgctxt "NOMINATIVE"
1219msgid "Farvardin"
1220msgstr ""
1221
1222#. I18N: 2nd month in the Persian/Jalali calendar
1223#: app/Date/JalaliDate.php:82
1224msgctxt "NOMINATIVE"
1225msgid "Ordibehesht"
1226msgstr ""
1227
1228#. I18N: 3rd month in the Persian/Jalali calendar
1229#: app/Date/JalaliDate.php:84
1230msgctxt "NOMINATIVE"
1231msgid "Khordad"
1232msgstr ""
1233
1234#. I18N: 4th month in the Persian/Jalali calendar
1235#: app/Date/JalaliDate.php:86
1236msgctxt "NOMINATIVE"
1237msgid "Tir"
1238msgstr ""
1239
1240#. I18N: 5th month in the Persian/Jalali calendar
1241#: app/Date/JalaliDate.php:88
1242msgctxt "NOMINATIVE"
1243msgid "Mordad"
1244msgstr ""
1245
1246#. I18N: 6th month in the Persian/Jalali calendar
1247#: app/Date/JalaliDate.php:90
1248msgctxt "NOMINATIVE"
1249msgid "Shahrivar"
1250msgstr ""
1251
1252#. I18N: 7th month in the Persian/Jalali calendar
1253#: app/Date/JalaliDate.php:92
1254msgctxt "NOMINATIVE"
1255msgid "Mehr"
1256msgstr ""
1257
1258#. I18N: 8th month in the Persian/Jalali calendar
1259#: app/Date/JalaliDate.php:94
1260msgctxt "NOMINATIVE"
1261msgid "Aban"
1262msgstr ""
1263
1264#. I18N: 9th month in the Persian/Jalali calendar
1265#: app/Date/JalaliDate.php:96
1266msgctxt "NOMINATIVE"
1267msgid "Azar"
1268msgstr ""
1269
1270#. I18N: 10th month in the Persian/Jalali calendar
1271#: app/Date/JalaliDate.php:98
1272msgctxt "NOMINATIVE"
1273msgid "Dey"
1274msgstr ""
1275
1276#. I18N: 11th month in the Persian/Jalali calendar
1277#: app/Date/JalaliDate.php:100
1278msgctxt "NOMINATIVE"
1279msgid "Bahman"
1280msgstr ""
1281
1282#. I18N: 12th month in the Persian/Jalali calendar
1283#: app/Date/JalaliDate.php:102
1284msgctxt "NOMINATIVE"
1285msgid "Esfand"
1286msgstr ""
1287
1288#. I18N: 1st month in the Persian/Jalali calendar
1289#: app/Date/JalaliDate.php:125
1290msgctxt "GENITIVE"
1291msgid "Farvardin"
1292msgstr ""
1293
1294#. I18N: 2nd month in the Persian/Jalali calendar
1295#: app/Date/JalaliDate.php:127
1296msgctxt "GENITIVE"
1297msgid "Ordibehesht"
1298msgstr ""
1299
1300#. I18N: 3rd month in the Persian/Jalali calendar
1301#: app/Date/JalaliDate.php:129
1302msgctxt "GENITIVE"
1303msgid "Khordad"
1304msgstr ""
1305
1306#. I18N: 4th month in the Persian/Jalali calendar
1307#: app/Date/JalaliDate.php:131
1308msgctxt "GENITIVE"
1309msgid "Tir"
1310msgstr ""
1311
1312#. I18N: 5th month in the Persian/Jalali calendar
1313#: app/Date/JalaliDate.php:133
1314msgctxt "GENITIVE"
1315msgid "Mordad"
1316msgstr ""
1317
1318#. I18N: 6th month in the Persian/Jalali calendar
1319#: app/Date/JalaliDate.php:135
1320msgctxt "GENITIVE"
1321msgid "Shahrivar"
1322msgstr ""
1323
1324#. I18N: 7th month in the Persian/Jalali calendar
1325#: app/Date/JalaliDate.php:137
1326msgctxt "GENITIVE"
1327msgid "Mehr"
1328msgstr ""
1329
1330#. I18N: 8th month in the Persian/Jalali calendar
1331#: app/Date/JalaliDate.php:139
1332msgctxt "GENITIVE"
1333msgid "Aban"
1334msgstr ""
1335
1336#. I18N: 9th month in the Persian/Jalali calendar
1337#: app/Date/JalaliDate.php:141
1338msgctxt "GENITIVE"
1339msgid "Azar"
1340msgstr ""
1341
1342#. I18N: 10th month in the Persian/Jalali calendar
1343#: app/Date/JalaliDate.php:143
1344msgctxt "GENITIVE"
1345msgid "Dey"
1346msgstr ""
1347
1348#. I18N: 11th month in the Persian/Jalali calendar
1349#: app/Date/JalaliDate.php:145
1350msgctxt "GENITIVE"
1351msgid "Bahman"
1352msgstr ""
1353
1354#. I18N: 12th month in the Persian/Jalali calendar
1355#: app/Date/JalaliDate.php:147
1356msgctxt "GENITIVE"
1357msgid "Esfand"
1358msgstr ""
1359
1360#. I18N: 1st month in the Persian/Jalali calendar
1361#: app/Date/JalaliDate.php:170
1362msgctxt "LOCATIVE"
1363msgid "Farvardin"
1364msgstr ""
1365
1366#. I18N: 2nd month in the Persian/Jalali calendar
1367#: app/Date/JalaliDate.php:172
1368msgctxt "LOCATIVE"
1369msgid "Ordibehesht"
1370msgstr ""
1371
1372#. I18N: 3rd month in the Persian/Jalali calendar
1373#: app/Date/JalaliDate.php:174
1374msgctxt "LOCATIVE"
1375msgid "Khordad"
1376msgstr ""
1377
1378#. I18N: 4th month in the Persian/Jalali calendar
1379#: app/Date/JalaliDate.php:176
1380msgctxt "LOCATIVE"
1381msgid "Tir"
1382msgstr ""
1383
1384#. I18N: 5th month in the Persian/Jalali calendar
1385#: app/Date/JalaliDate.php:178
1386msgctxt "LOCATIVE"
1387msgid "Mordad"
1388msgstr ""
1389
1390#. I18N: 6th month in the Persian/Jalali calendar
1391#: app/Date/JalaliDate.php:180
1392msgctxt "LOCATIVE"
1393msgid "Shahrivar"
1394msgstr ""
1395
1396#. I18N: 7th month in the Persian/Jalali calendar
1397#: app/Date/JalaliDate.php:182
1398msgctxt "LOCATIVE"
1399msgid "Mehr"
1400msgstr ""
1401
1402#. I18N: 8th month in the Persian/Jalali calendar
1403#: app/Date/JalaliDate.php:184
1404msgctxt "LOCATIVE"
1405msgid "Aban"
1406msgstr ""
1407
1408#. I18N: 9th month in the Persian/Jalali calendar
1409#: app/Date/JalaliDate.php:186
1410msgctxt "LOCATIVE"
1411msgid "Azar"
1412msgstr ""
1413
1414#. I18N: 10th month in the Persian/Jalali calendar
1415#: app/Date/JalaliDate.php:188
1416msgctxt "LOCATIVE"
1417msgid "Dey"
1418msgstr ""
1419
1420#. I18N: 11th month in the Persian/Jalali calendar
1421#: app/Date/JalaliDate.php:190
1422msgctxt "LOCATIVE"
1423msgid "Bahman"
1424msgstr ""
1425
1426#. I18N: 12th month in the Persian/Jalali calendar
1427#: app/Date/JalaliDate.php:192
1428msgctxt "LOCATIVE"
1429msgid "Esfand"
1430msgstr ""
1431
1432#. I18N: 1st month in the Persian/Jalali calendar
1433#: app/Date/JalaliDate.php:215
1434msgctxt "INSTRUMENTAL"
1435msgid "Farvardin"
1436msgstr ""
1437
1438#. I18N: 2nd month in the Persian/Jalali calendar
1439#: app/Date/JalaliDate.php:217
1440msgctxt "INSTRUMENTAL"
1441msgid "Ordibehesht"
1442msgstr ""
1443
1444#. I18N: 3rd month in the Persian/Jalali calendar
1445#: app/Date/JalaliDate.php:219
1446msgctxt "INSTRUMENTAL"
1447msgid "Khordad"
1448msgstr ""
1449
1450#. I18N: 4th month in the Persian/Jalali calendar
1451#: app/Date/JalaliDate.php:221
1452msgctxt "INSTRUMENTAL"
1453msgid "Tir"
1454msgstr ""
1455
1456#. I18N: 5th month in the Persian/Jalali calendar
1457#: app/Date/JalaliDate.php:223
1458msgctxt "INSTRUMENTAL"
1459msgid "Mordad"
1460msgstr ""
1461
1462#. I18N: 6th month in the Persian/Jalali calendar
1463#: app/Date/JalaliDate.php:225
1464msgctxt "INSTRUMENTAL"
1465msgid "Shahrivar"
1466msgstr ""
1467
1468#. I18N: 7th month in the Persian/Jalali calendar
1469#: app/Date/JalaliDate.php:227
1470msgctxt "INSTRUMENTAL"
1471msgid "Mehr"
1472msgstr ""
1473
1474#. I18N: 8th month in the Persian/Jalali calendar
1475#: app/Date/JalaliDate.php:229
1476msgctxt "INSTRUMENTAL"
1477msgid "Aban"
1478msgstr ""
1479
1480#. I18N: 9th month in the Persian/Jalali calendar
1481#: app/Date/JalaliDate.php:231
1482msgctxt "INSTRUMENTAL"
1483msgid "Azar"
1484msgstr ""
1485
1486#. I18N: 10th month in the Persian/Jalali calendar
1487#: app/Date/JalaliDate.php:233
1488msgctxt "INSTRUMENTAL"
1489msgid "Dey"
1490msgstr ""
1491
1492#. I18N: 11th month in the Persian/Jalali calendar
1493#: app/Date/JalaliDate.php:235
1494msgctxt "INSTRUMENTAL"
1495msgid "Bahman"
1496msgstr ""
1497
1498#. I18N: 12th month in the Persian/Jalali calendar
1499#: app/Date/JalaliDate.php:237
1500msgctxt "INSTRUMENTAL"
1501msgid "Esfand"
1502msgstr ""
1503
1504#: app/Date/JalaliDate.php:259
1505msgctxt "Abbreviation for Persian month: Farvardin"
1506msgid "Far"
1507msgstr ""
1508
1509#: app/Date/JalaliDate.php:260
1510msgctxt "Abbreviation for Persian month: Ordibehesht"
1511msgid "Ord"
1512msgstr ""
1513
1514#: app/Date/JalaliDate.php:261
1515msgctxt "Abbreviation for Persian month: Khordad"
1516msgid "Khor"
1517msgstr ""
1518
1519#: app/Date/JalaliDate.php:262
1520msgctxt "Abbreviation for Persian month: Tir"
1521msgid "Tir"
1522msgstr ""
1523
1524#: app/Date/JalaliDate.php:263
1525msgctxt "Abbreviation for Persian month: Mordad"
1526msgid "Mor"
1527msgstr ""
1528
1529#: app/Date/JalaliDate.php:264
1530msgctxt "Abbreviation for Persian month: Shahrivar"
1531msgid "Shah"
1532msgstr ""
1533
1534#: app/Date/JalaliDate.php:265
1535msgctxt "Abbreviation for Persian month: Mehr"
1536msgid "Mehr"
1537msgstr ""
1538
1539#: app/Date/JalaliDate.php:266
1540msgctxt "Abbreviation for Persian month: Aban"
1541msgid "Aban"
1542msgstr ""
1543
1544#: app/Date/JalaliDate.php:267
1545msgctxt "Abbreviation for Persian month: Azar"
1546msgid "Azar"
1547msgstr ""
1548
1549#: app/Date/JalaliDate.php:268
1550msgctxt "Abbreviation for Persian month: Dey"
1551msgid "Dey"
1552msgstr ""
1553
1554#: app/Date/JalaliDate.php:269
1555msgctxt "Abbreviation for Persian month: Bahman"
1556msgid "Bah"
1557msgstr ""
1558
1559#: app/Date/JalaliDate.php:270
1560msgctxt "Abbreviation for Persian month: Esfand"
1561msgid "Esf"
1562msgstr ""
1563
1564#. I18N: a month in the Jewish calendar
1565#: app/Date/JewishDate.php:126
1566msgctxt "NOMINATIVE"
1567msgid "Tishrei"
1568msgstr ""
1569
1570#. I18N: a month in the Jewish calendar
1571#: app/Date/JewishDate.php:128
1572msgctxt "NOMINATIVE"
1573msgid "Heshvan"
1574msgstr ""
1575
1576#. I18N: a month in the Jewish calendar
1577#: app/Date/JewishDate.php:130
1578msgctxt "NOMINATIVE"
1579msgid "Kislev"
1580msgstr ""
1581
1582#. I18N: a month in the Jewish calendar
1583#: app/Date/JewishDate.php:132
1584msgctxt "NOMINATIVE"
1585msgid "Tevet"
1586msgstr ""
1587
1588#. I18N: a month in the Jewish calendar
1589#: app/Date/JewishDate.php:134
1590msgctxt "NOMINATIVE"
1591msgid "Shevat"
1592msgstr ""
1593
1594#. I18N: a month in the Jewish calendar
1595#: app/Date/JewishDate.php:136
1596msgctxt "NOMINATIVE"
1597msgid "Adar I"
1598msgstr ""
1599
1600#. I18N: a month in the Jewish calendar
1601#: app/Date/JewishDate.php:138
1602msgctxt "NOMINATIVE"
1603msgid "Adar"
1604msgstr ""
1605
1606#. I18N: a month in the Jewish calendar
1607#: app/Date/JewishDate.php:140
1608msgctxt "NOMINATIVE"
1609msgid "Adar II"
1610msgstr ""
1611
1612#. I18N: a month in the Jewish calendar
1613#: app/Date/JewishDate.php:142
1614msgctxt "NOMINATIVE"
1615msgid "Nissan"
1616msgstr ""
1617
1618#. I18N: a month in the Jewish calendar
1619#: app/Date/JewishDate.php:144
1620msgctxt "NOMINATIVE"
1621msgid "Iyar"
1622msgstr ""
1623
1624#. I18N: a month in the Jewish calendar
1625#: app/Date/JewishDate.php:146
1626msgctxt "NOMINATIVE"
1627msgid "Sivan"
1628msgstr ""
1629
1630#. I18N: a month in the Jewish calendar
1631#: app/Date/JewishDate.php:148
1632msgctxt "NOMINATIVE"
1633msgid "Tamuz"
1634msgstr ""
1635
1636#. I18N: a month in the Jewish calendar
1637#: app/Date/JewishDate.php:150
1638msgctxt "NOMINATIVE"
1639msgid "Av"
1640msgstr ""
1641
1642#. I18N: a month in the Jewish calendar
1643#: app/Date/JewishDate.php:152
1644msgctxt "NOMINATIVE"
1645msgid "Elul"
1646msgstr ""
1647
1648#. I18N: a month in the Jewish calendar
1649#: app/Date/JewishDate.php:179
1650msgctxt "GENITIVE"
1651msgid "Tishrei"
1652msgstr ""
1653
1654#. I18N: a month in the Jewish calendar
1655#: app/Date/JewishDate.php:181
1656msgctxt "GENITIVE"
1657msgid "Heshvan"
1658msgstr ""
1659
1660#. I18N: a month in the Jewish calendar
1661#: app/Date/JewishDate.php:183
1662msgctxt "GENITIVE"
1663msgid "Kislev"
1664msgstr ""
1665
1666#. I18N: a month in the Jewish calendar
1667#: app/Date/JewishDate.php:185
1668msgctxt "GENITIVE"
1669msgid "Tevet"
1670msgstr ""
1671
1672#. I18N: a month in the Jewish calendar
1673#: app/Date/JewishDate.php:187
1674msgctxt "GENITIVE"
1675msgid "Shevat"
1676msgstr ""
1677
1678#. I18N: a month in the Jewish calendar
1679#: app/Date/JewishDate.php:189
1680msgctxt "GENITIVE"
1681msgid "Adar I"
1682msgstr ""
1683
1684#. I18N: a month in the Jewish calendar
1685#: app/Date/JewishDate.php:191
1686msgctxt "GENITIVE"
1687msgid "Adar"
1688msgstr ""
1689
1690#. I18N: a month in the Jewish calendar
1691#: app/Date/JewishDate.php:193
1692msgctxt "GENITIVE"
1693msgid "Adar II"
1694msgstr ""
1695
1696#. I18N: a month in the Jewish calendar
1697#: app/Date/JewishDate.php:195
1698msgctxt "GENITIVE"
1699msgid "Nissan"
1700msgstr ""
1701
1702#. I18N: a month in the Jewish calendar
1703#: app/Date/JewishDate.php:197
1704msgctxt "GENITIVE"
1705msgid "Iyar"
1706msgstr ""
1707
1708#. I18N: a month in the Jewish calendar
1709#: app/Date/JewishDate.php:199
1710msgctxt "GENITIVE"
1711msgid "Sivan"
1712msgstr ""
1713
1714#. I18N: a month in the Jewish calendar
1715#: app/Date/JewishDate.php:201
1716msgctxt "GENITIVE"
1717msgid "Tamuz"
1718msgstr ""
1719
1720#. I18N: a month in the Jewish calendar
1721#: app/Date/JewishDate.php:203
1722msgctxt "GENITIVE"
1723msgid "Av"
1724msgstr ""
1725
1726#. I18N: a month in the Jewish calendar
1727#: app/Date/JewishDate.php:205
1728msgctxt "GENITIVE"
1729msgid "Elul"
1730msgstr ""
1731
1732#. I18N: a month in the Jewish calendar
1733#: app/Date/JewishDate.php:232
1734msgctxt "LOCATIVE"
1735msgid "Tishrei"
1736msgstr ""
1737
1738#. I18N: a month in the Jewish calendar
1739#: app/Date/JewishDate.php:234
1740msgctxt "LOCATIVE"
1741msgid "Heshvan"
1742msgstr ""
1743
1744#. I18N: a month in the Jewish calendar
1745#: app/Date/JewishDate.php:236
1746msgctxt "LOCATIVE"
1747msgid "Kislev"
1748msgstr ""
1749
1750#. I18N: a month in the Jewish calendar
1751#: app/Date/JewishDate.php:238
1752msgctxt "LOCATIVE"
1753msgid "Tevet"
1754msgstr ""
1755
1756#. I18N: a month in the Jewish calendar
1757#: app/Date/JewishDate.php:240
1758msgctxt "LOCATIVE"
1759msgid "Shevat"
1760msgstr ""
1761
1762#. I18N: a month in the Jewish calendar
1763#: app/Date/JewishDate.php:242
1764msgctxt "LOCATIVE"
1765msgid "Adar I"
1766msgstr ""
1767
1768#. I18N: a month in the Jewish calendar
1769#: app/Date/JewishDate.php:244
1770msgctxt "LOCATIVE"
1771msgid "Adar"
1772msgstr ""
1773
1774#. I18N: a month in the Jewish calendar
1775#: app/Date/JewishDate.php:246
1776msgctxt "LOCATIVE"
1777msgid "Adar II"
1778msgstr ""
1779
1780#. I18N: a month in the Jewish calendar
1781#: app/Date/JewishDate.php:248
1782msgctxt "LOCATIVE"
1783msgid "Nissan"
1784msgstr ""
1785
1786#. I18N: a month in the Jewish calendar
1787#: app/Date/JewishDate.php:250
1788msgctxt "LOCATIVE"
1789msgid "Iyar"
1790msgstr ""
1791
1792#. I18N: a month in the Jewish calendar
1793#: app/Date/JewishDate.php:252
1794msgctxt "LOCATIVE"
1795msgid "Sivan"
1796msgstr ""
1797
1798#. I18N: a month in the Jewish calendar
1799#: app/Date/JewishDate.php:254
1800msgctxt "LOCATIVE"
1801msgid "Tamuz"
1802msgstr ""
1803
1804#. I18N: a month in the Jewish calendar
1805#: app/Date/JewishDate.php:256
1806msgctxt "LOCATIVE"
1807msgid "Av"
1808msgstr ""
1809
1810#. I18N: a month in the Jewish calendar
1811#: app/Date/JewishDate.php:258
1812msgctxt "LOCATIVE"
1813msgid "Elul"
1814msgstr ""
1815
1816#. I18N: a month in the Jewish calendar
1817#: app/Date/JewishDate.php:285
1818msgctxt "INSTRUMENTAL"
1819msgid "Tishrei"
1820msgstr ""
1821
1822#. I18N: a month in the Jewish calendar
1823#: app/Date/JewishDate.php:287
1824msgctxt "INSTRUMENTAL"
1825msgid "Heshvan"
1826msgstr ""
1827
1828#. I18N: a month in the Jewish calendar
1829#: app/Date/JewishDate.php:289
1830msgctxt "INSTRUMENTAL"
1831msgid "Kislev"
1832msgstr ""
1833
1834#. I18N: a month in the Jewish calendar
1835#: app/Date/JewishDate.php:291
1836msgctxt "INSTRUMENTAL"
1837msgid "Tevet"
1838msgstr ""
1839
1840#. I18N: a month in the Jewish calendar
1841#: app/Date/JewishDate.php:293
1842msgctxt "INSTRUMENTAL"
1843msgid "Shevat"
1844msgstr ""
1845
1846#. I18N: a month in the Jewish calendar
1847#: app/Date/JewishDate.php:295
1848msgctxt "INSTRUMENTAL"
1849msgid "Adar I"
1850msgstr ""
1851
1852#. I18N: a month in the Jewish calendar
1853#: app/Date/JewishDate.php:297
1854msgctxt "INSTRUMENTAL"
1855msgid "Adar"
1856msgstr ""
1857
1858#. I18N: a month in the Jewish calendar
1859#: app/Date/JewishDate.php:299
1860msgctxt "INSTRUMENTAL"
1861msgid "Adar II"
1862msgstr ""
1863
1864#. I18N: a month in the Jewish calendar
1865#: app/Date/JewishDate.php:301
1866msgctxt "INSTRUMENTAL"
1867msgid "Nissan"
1868msgstr ""
1869
1870#. I18N: a month in the Jewish calendar
1871#: app/Date/JewishDate.php:303
1872msgctxt "INSTRUMENTAL"
1873msgid "Iyar"
1874msgstr ""
1875
1876#. I18N: a month in the Jewish calendar
1877#: app/Date/JewishDate.php:305
1878msgctxt "INSTRUMENTAL"
1879msgid "Sivan"
1880msgstr ""
1881
1882#. I18N: a month in the Jewish calendar
1883#: app/Date/JewishDate.php:307
1884msgctxt "INSTRUMENTAL"
1885msgid "Tamuz"
1886msgstr ""
1887
1888#. I18N: a month in the Jewish calendar
1889#: app/Date/JewishDate.php:309
1890msgctxt "INSTRUMENTAL"
1891msgid "Av"
1892msgstr ""
1893
1894#. I18N: a month in the Jewish calendar
1895#: app/Date/JewishDate.php:311
1896msgctxt "INSTRUMENTAL"
1897msgid "Elul"
1898msgstr ""
1899
1900#. I18N: BCE=Before the Common Era, for Julian years < 0. See http://en.wikipedia.org/wiki/Common_Era
1901#: app/Date/JulianDate.php:98
1902#, php-format
1903msgid "%s&nbsp;BCE"
1904msgstr ""
1905
1906#. I18N: CE=Common Era, for Julian years > 0. See http://en.wikipedia.org/wiki/Common_Era
1907#: app/Date/JulianDate.php:102 app/Date/JulianDate.php:106
1908#, php-format
1909msgid "%s&nbsp;CE"
1910msgstr ""
1911
1912#: app/Exceptions/FamilyAccessDeniedException.php:35
1913#: app/Exceptions/FamilyNotFoundException.php:35
1914msgid "This family does not exist or you do not have permission to view it."
1915msgstr ""
1916
1917#: app/Exceptions/GedcomErrorException.php:37
1918msgid "Invalid GEDCOM record"
1919msgstr ""
1920
1921#: app/Exceptions/HttpAccessDeniedException.php:34
1922#: app/Exceptions/HttpNotFoundException.php:34
1923msgid "You do not have permission to view this page."
1924msgstr ""
1925
1926#: app/Exceptions/IndividualAccessDeniedException.php:35
1927#: app/Exceptions/IndividualNotFoundException.php:35
1928msgid "This individual does not exist or you do not have permission to view it."
1929msgstr ""
1930
1931#: app/Exceptions/MediaAccessDeniedException.php:35
1932#: app/Exceptions/MediaNotFoundException.php:35
1933msgid "This media object does not exist or you do not have permission to view it."
1934msgstr ""
1935
1936#: app/Exceptions/NoteAccessDeniedException.php:35
1937#: app/Exceptions/NoteNotFoundException.php:35
1938msgid "This note does not exist or you do not have permission to view it."
1939msgstr ""
1940
1941#: app/Exceptions/RecordAccessDeniedException.php:35
1942#: app/Exceptions/RecordNotFoundException.php:35
1943msgid "This record does not exist or you do not have permission to view it."
1944msgstr ""
1945
1946#: app/Exceptions/RepositoryAccessDeniedException.php:35
1947#: app/Exceptions/RepositoryNotFoundException.php:35
1948msgid "This repository does not exist or you do not have permission to view it."
1949msgstr ""
1950
1951#: app/Exceptions/SourceAccessDeniedException.php:35
1952#: app/Exceptions/SourceNotFoundException.php:35
1953msgid "This source does not exist or you do not have permission to view it."
1954msgstr ""
1955
1956#. I18N: a label/value pair, such as “Occupation: Farmer”. Some languages may need to change the punctuation.
1957#: app/Fact.php:614 app/Functions/FunctionsPrintFacts.php:571
1958#: app/GedcomTag.php:2132
1959#, php-format
1960msgid "<span class=\"label\">%1$s:</span> <span class=\"field\" dir=\"auto\">%2$s</span>"
1961msgstr ""
1962
1963#: app/Family.php:427 app/Family.php:445
1964#: app/Http/Controllers/ListController.php:212
1965#: app/Http/Controllers/ListController.php:748 app/Individual.php:1165
1966msgctxt "Unknown given name"
1967msgid "…"
1968msgstr ""
1969
1970#: app/Family.php:427 app/Family.php:445
1971#: app/Http/Controllers/ListController.php:197
1972#: app/Http/Controllers/ListController.php:221
1973#: app/Http/Controllers/ListController.php:765 app/Individual.php:1164
1974msgctxt "Unknown surname"
1975msgid "…"
1976msgstr ""
1977
1978#: app/Functions/Functions.php:45
1979msgid "File successfully uploaded"
1980msgstr ""
1981
1982#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
1983#: app/Functions/Functions.php:49
1984msgid "The uploaded file exceeds the allowed size."
1985msgstr ""
1986
1987#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
1988#: app/Functions/Functions.php:52
1989msgid "The file was only partially uploaded. Please try again."
1990msgstr ""
1991
1992#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
1993#: app/Functions/Functions.php:55
1994msgid "No file was received. Please try again."
1995msgstr ""
1996
1997#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
1998#: app/Functions/Functions.php:58
1999msgid "The PHP temporary folder is missing."
2000msgstr ""
2001
2002#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
2003#: app/Functions/Functions.php:61
2004msgid "PHP failed to write to disk."
2005msgstr ""
2006
2007#. I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
2008#: app/Functions/Functions.php:64
2009msgid "PHP blocked the file because of its extension."
2010msgstr ""
2011
2012#. I18N: reflexive pronoun
2013#: app/Functions/Functions.php:188
2014msgid "himself"
2015msgstr ""
2016
2017#. I18N: reflexive pronoun
2018#: app/Functions/Functions.php:191
2019msgid "herself"
2020msgstr ""
2021
2022#. I18N: reflexive pronoun - gender neutral version of himself/herself
2023#: app/Functions/Functions.php:194
2024msgid "themself"
2025msgstr ""
2026
2027#. 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.
2028#: app/Functions/Functions.php:375
2029msgctxt "MALE"
2030msgid "first cousin"
2031msgstr ""
2032
2033#. 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.
2034#: app/Functions/Functions.php:378
2035msgctxt "MALE"
2036msgid "second cousin"
2037msgstr ""
2038
2039#. 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.
2040#: app/Functions/Functions.php:381
2041msgctxt "MALE"
2042msgid "third cousin"
2043msgstr ""
2044
2045#. 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.
2046#: app/Functions/Functions.php:384
2047msgctxt "MALE"
2048msgid "fourth cousin"
2049msgstr ""
2050
2051#. 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.
2052#: app/Functions/Functions.php:387
2053msgctxt "MALE"
2054msgid "fifth cousin"
2055msgstr ""
2056
2057#. 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.
2058#: app/Functions/Functions.php:390
2059msgctxt "MALE"
2060msgid "sixth cousin"
2061msgstr ""
2062
2063#. 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.
2064#: app/Functions/Functions.php:393
2065msgctxt "MALE"
2066msgid "seventh cousin"
2067msgstr ""
2068
2069#. 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.
2070#: app/Functions/Functions.php:396
2071msgctxt "MALE"
2072msgid "eighth cousin"
2073msgstr ""
2074
2075#. 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.
2076#: app/Functions/Functions.php:399
2077msgctxt "MALE"
2078msgid "ninth cousin"
2079msgstr ""
2080
2081#. 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.
2082#: app/Functions/Functions.php:402
2083msgctxt "MALE"
2084msgid "tenth cousin"
2085msgstr ""
2086
2087#. 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.
2088#: app/Functions/Functions.php:405
2089msgctxt "MALE"
2090msgid "eleventh cousin"
2091msgstr ""
2092
2093#. 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.
2094#: app/Functions/Functions.php:408
2095msgctxt "MALE"
2096msgid "twelfth cousin"
2097msgstr ""
2098
2099#. 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.
2100#: app/Functions/Functions.php:411
2101msgctxt "MALE"
2102msgid "thirteenth cousin"
2103msgstr ""
2104
2105#. 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.
2106#: app/Functions/Functions.php:414
2107msgctxt "MALE"
2108msgid "fourteenth cousin"
2109msgstr ""
2110
2111#. 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.
2112#: app/Functions/Functions.php:417
2113msgctxt "MALE"
2114msgid "fifteenth cousin"
2115msgstr ""
2116
2117#. 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.
2118#: app/Functions/Functions.php:420
2119#, php-format
2120msgctxt "MALE"
2121msgid "%s × cousin"
2122msgstr ""
2123
2124#: app/Functions/Functions.php:427
2125msgctxt "FEMALE"
2126msgid "first cousin"
2127msgstr ""
2128
2129#: app/Functions/Functions.php:429
2130msgctxt "FEMALE"
2131msgid "second cousin"
2132msgstr ""
2133
2134#: app/Functions/Functions.php:431
2135msgctxt "FEMALE"
2136msgid "third cousin"
2137msgstr ""
2138
2139#: app/Functions/Functions.php:433
2140msgctxt "FEMALE"
2141msgid "fourth cousin"
2142msgstr ""
2143
2144#: app/Functions/Functions.php:435
2145msgctxt "FEMALE"
2146msgid "fifth cousin"
2147msgstr ""
2148
2149#: app/Functions/Functions.php:437
2150msgctxt "FEMALE"
2151msgid "sixth cousin"
2152msgstr ""
2153
2154#: app/Functions/Functions.php:439
2155msgctxt "FEMALE"
2156msgid "seventh cousin"
2157msgstr ""
2158
2159#: app/Functions/Functions.php:441
2160msgctxt "FEMALE"
2161msgid "eighth cousin"
2162msgstr ""
2163
2164#: app/Functions/Functions.php:443
2165msgctxt "FEMALE"
2166msgid "ninth cousin"
2167msgstr ""
2168
2169#: app/Functions/Functions.php:445
2170msgctxt "FEMALE"
2171msgid "tenth cousin"
2172msgstr ""
2173
2174#: app/Functions/Functions.php:447
2175msgctxt "FEMALE"
2176msgid "eleventh cousin"
2177msgstr ""
2178
2179#: app/Functions/Functions.php:449
2180msgctxt "FEMALE"
2181msgid "twelfth cousin"
2182msgstr ""
2183
2184#: app/Functions/Functions.php:451
2185msgctxt "FEMALE"
2186msgid "thirteenth cousin"
2187msgstr ""
2188
2189#: app/Functions/Functions.php:453
2190msgctxt "FEMALE"
2191msgid "fourteenth cousin"
2192msgstr ""
2193
2194#: app/Functions/Functions.php:455
2195msgctxt "FEMALE"
2196msgid "fifteenth cousin"
2197msgstr ""
2198
2199#: app/Functions/Functions.php:457
2200#, php-format
2201msgctxt "FEMALE"
2202msgid "%s × cousin"
2203msgstr ""
2204
2205#: app/Functions/Functions.php:463
2206msgid "first cousin"
2207msgstr ""
2208
2209#: app/Functions/Functions.php:465
2210msgid "second cousin"
2211msgstr ""
2212
2213#: app/Functions/Functions.php:467
2214msgid "third cousin"
2215msgstr ""
2216
2217#: app/Functions/Functions.php:469
2218msgid "fourth cousin"
2219msgstr ""
2220
2221#: app/Functions/Functions.php:471
2222msgid "fifth cousin"
2223msgstr ""
2224
2225#: app/Functions/Functions.php:473
2226msgid "sixth cousin"
2227msgstr ""
2228
2229#: app/Functions/Functions.php:475
2230msgid "seventh cousin"
2231msgstr ""
2232
2233#: app/Functions/Functions.php:477
2234msgid "eighth cousin"
2235msgstr ""
2236
2237#: app/Functions/Functions.php:479
2238msgid "ninth cousin"
2239msgstr ""
2240
2241#: app/Functions/Functions.php:481
2242msgid "tenth cousin"
2243msgstr ""
2244
2245#: app/Functions/Functions.php:483
2246msgid "eleventh cousin"
2247msgstr ""
2248
2249#: app/Functions/Functions.php:485
2250msgid "twelfth cousin"
2251msgstr ""
2252
2253#: app/Functions/Functions.php:487
2254msgid "thirteenth cousin"
2255msgstr ""
2256
2257#: app/Functions/Functions.php:489
2258msgid "fourteenth cousin"
2259msgstr ""
2260
2261#: app/Functions/Functions.php:491
2262msgid "fifteenth cousin"
2263msgstr ""
2264
2265#: app/Functions/Functions.php:493
2266#, php-format
2267msgid "%s × cousin"
2268msgstr ""
2269
2270#. I18N: A Spanish relationship name, such as third great-nephew
2271#: app/Functions/Functions.php:513
2272#, php-format
2273msgctxt "MALE"
2274msgid "first %s"
2275msgstr ""
2276
2277#. I18N: A Spanish relationship name, such as third great-nephew
2278#: app/Functions/Functions.php:516
2279#, php-format
2280msgctxt "MALE"
2281msgid "second %s"
2282msgstr ""
2283
2284#. I18N: A Spanish relationship name, such as third great-nephew
2285#: app/Functions/Functions.php:519
2286#, php-format
2287msgctxt "MALE"
2288msgid "third %s"
2289msgstr ""
2290
2291#. I18N: A Spanish relationship name, such as third great-nephew
2292#: app/Functions/Functions.php:522
2293#, php-format
2294msgctxt "MALE"
2295msgid "fourth %s"
2296msgstr ""
2297
2298#. I18N: A Spanish relationship name, such as third great-nephew
2299#: app/Functions/Functions.php:525
2300#, php-format
2301msgctxt "MALE"
2302msgid "fifth %s"
2303msgstr ""
2304
2305#. I18N: A Spanish relationship name, such as third great-nephew
2306#: app/Functions/Functions.php:528
2307#, php-format
2308msgctxt "MALE"
2309msgid "%1$s × %2$s"
2310msgstr ""
2311
2312#. I18N: A Spanish relationship name, such as third great-nephew
2313#: app/Functions/Functions.php:536
2314#, php-format
2315msgctxt "FEMALE"
2316msgid "first %s"
2317msgstr ""
2318
2319#. I18N: A Spanish relationship name, such as third great-nephew
2320#: app/Functions/Functions.php:539
2321#, php-format
2322msgctxt "FEMALE"
2323msgid "second %s"
2324msgstr ""
2325
2326#. I18N: A Spanish relationship name, such as third great-nephew
2327#: app/Functions/Functions.php:542
2328#, php-format
2329msgctxt "FEMALE"
2330msgid "third %s"
2331msgstr ""
2332
2333#. I18N: A Spanish relationship name, such as third great-nephew
2334#: app/Functions/Functions.php:545
2335#, php-format
2336msgctxt "FEMALE"
2337msgid "fourth %s"
2338msgstr ""
2339
2340#. I18N: A Spanish relationship name, such as third great-nephew
2341#: app/Functions/Functions.php:548
2342#, php-format
2343msgctxt "FEMALE"
2344msgid "fifth %s"
2345msgstr ""
2346
2347#. I18N: A Spanish relationship name, such as third great-nephew
2348#: app/Functions/Functions.php:551
2349#, php-format
2350msgctxt "FEMALE"
2351msgid "%1$s × %2$s"
2352msgstr ""
2353
2354#. I18N: A Spanish relationship name, such as third great-nephew
2355#: app/Functions/Functions.php:558
2356#, php-format
2357msgid "first %s"
2358msgstr ""
2359
2360#. I18N: A Spanish relationship name, such as third great-nephew
2361#: app/Functions/Functions.php:561
2362#, php-format
2363msgid "second %s"
2364msgstr ""
2365
2366#. I18N: A Spanish relationship name, such as third great-nephew
2367#: app/Functions/Functions.php:564
2368#, php-format
2369msgid "third %s"
2370msgstr ""
2371
2372#. I18N: A Spanish relationship name, such as third great-nephew
2373#: app/Functions/Functions.php:567
2374#, php-format
2375msgid "fourth %s"
2376msgstr ""
2377
2378#. I18N: A Spanish relationship name, such as third great-nephew
2379#: app/Functions/Functions.php:570
2380#, php-format
2381msgid "fifth %s"
2382msgstr ""
2383
2384#. I18N: A Spanish relationship name, such as third great-nephew
2385#: app/Functions/Functions.php:573
2386#, php-format
2387msgid "%1$s × %2$s"
2388msgstr ""
2389
2390#: app/Functions/Functions.php:613
2391msgid "self"
2392msgstr ""
2393
2394#: app/Functions/Functions.php:616
2395msgid "mother"
2396msgstr ""
2397
2398#: app/Functions/Functions.php:618
2399msgid "father"
2400msgstr ""
2401
2402#: app/Functions/Functions.php:620
2403msgid "parent"
2404msgstr ""
2405
2406#: app/Functions/Functions.php:632
2407msgid "ex-husband"
2408msgstr ""
2409
2410#: app/Functions/Functions.php:634
2411msgid "husband"
2412msgstr ""
2413
2414#: app/Functions/Functions.php:636
2415msgid "fiancé"
2416msgstr ""
2417
2418#: app/Functions/Functions.php:643
2419msgctxt "MALE"
2420msgid "partner"
2421msgstr ""
2422
2423#: app/Functions/Functions.php:656
2424msgid "ex-wife"
2425msgstr ""
2426
2427#: app/Functions/Functions.php:658
2428msgid "wife"
2429msgstr ""
2430
2431#: app/Functions/Functions.php:660
2432msgid "fiancée"
2433msgstr ""
2434
2435#: app/Functions/Functions.php:667
2436msgctxt "FEMALE"
2437msgid "partner"
2438msgstr ""
2439
2440#: app/Functions/Functions.php:679
2441msgid "ex-spouse"
2442msgstr ""
2443
2444#: app/Functions/Functions.php:681
2445msgid "spouse"
2446msgstr ""
2447
2448#: app/Functions/Functions.php:683
2449msgid "fiancé(e)"
2450msgstr ""
2451
2452#: app/Functions/Functions.php:690
2453msgid "partner"
2454msgstr ""
2455
2456#: app/Functions/Functions.php:693
2457msgid "son"
2458msgstr ""
2459
2460#: app/Functions/Functions.php:695
2461msgid "daughter"
2462msgstr ""
2463
2464#: app/Functions/Functions.php:697
2465msgid "child"
2466msgstr ""
2467
2468#: app/Functions/Functions.php:705
2469msgid "twin brother"
2470msgstr ""
2471
2472#: app/Functions/Functions.php:709
2473msgid "younger brother"
2474msgstr ""
2475
2476#: app/Functions/Functions.php:713
2477msgid "elder brother"
2478msgstr ""
2479
2480#: app/Functions/Functions.php:718
2481msgid "brother"
2482msgstr ""
2483
2484#: app/Functions/Functions.php:726
2485msgid "twin sister"
2486msgstr ""
2487
2488#: app/Functions/Functions.php:730
2489msgid "younger sister"
2490msgstr ""
2491
2492#: app/Functions/Functions.php:734
2493msgid "elder sister"
2494msgstr ""
2495
2496#: app/Functions/Functions.php:739
2497msgid "sister"
2498msgstr ""
2499
2500#: app/Functions/Functions.php:747
2501msgid "twin sibling"
2502msgstr ""
2503
2504#: app/Functions/Functions.php:751
2505msgid "younger sibling"
2506msgstr ""
2507
2508#: app/Functions/Functions.php:755
2509msgid "elder sibling"
2510msgstr ""
2511
2512#: app/Functions/Functions.php:760
2513msgid "sibling"
2514msgstr ""
2515
2516#: app/Functions/Functions.php:764
2517msgctxt "brother’s child"
2518msgid "nephew/niece"
2519msgstr ""
2520
2521#: app/Functions/Functions.php:766
2522msgctxt "brother’s daughter"
2523msgid "niece"
2524msgstr ""
2525
2526#: app/Functions/Functions.php:768
2527msgctxt "brother’s son"
2528msgid "nephew"
2529msgstr ""
2530
2531#: app/Functions/Functions.php:770
2532msgctxt "brother’s wife"
2533msgid "sister-in-law"
2534msgstr ""
2535
2536#: app/Functions/Functions.php:772
2537msgctxt "child’s child"
2538msgid "grandchild"
2539msgstr ""
2540
2541#: app/Functions/Functions.php:774
2542msgctxt "child’s daughter"
2543msgid "granddaughter"
2544msgstr ""
2545
2546#: app/Functions/Functions.php:776
2547msgctxt "child’s husband"
2548msgid "son-in-law"
2549msgstr ""
2550
2551#: app/Functions/Functions.php:778
2552msgctxt "child’s son"
2553msgid "grandson"
2554msgstr ""
2555
2556#: app/Functions/Functions.php:780
2557msgctxt "child’s spouse"
2558msgid "son/daughter-in-law"
2559msgstr ""
2560
2561#: app/Functions/Functions.php:782
2562msgctxt "child’s wife"
2563msgid "daughter-in-law"
2564msgstr ""
2565
2566#: app/Functions/Functions.php:784
2567msgctxt "daughter’s child"
2568msgid "grandchild"
2569msgstr ""
2570
2571#: app/Functions/Functions.php:786
2572msgctxt "daughter’s daughter"
2573msgid "granddaughter"
2574msgstr ""
2575
2576#: app/Functions/Functions.php:788
2577msgctxt "daughter’s husband"
2578msgid "son-in-law"
2579msgstr ""
2580
2581#: app/Functions/Functions.php:790
2582msgctxt "daughter’s son"
2583msgid "grandson"
2584msgstr ""
2585
2586#: app/Functions/Functions.php:792
2587msgctxt "father’s brother"
2588msgid "uncle"
2589msgstr ""
2590
2591#: app/Functions/Functions.php:794
2592msgctxt "father’s child"
2593msgid "half-sibling"
2594msgstr ""
2595
2596#: app/Functions/Functions.php:796
2597msgctxt "father’s daughter"
2598msgid "half-sister"
2599msgstr ""
2600
2601#: app/Functions/Functions.php:798
2602msgctxt "father’s father"
2603msgid "paternal grandfather"
2604msgstr ""
2605
2606#: app/Functions/Functions.php:800
2607msgctxt "father’s mother"
2608msgid "paternal grandmother"
2609msgstr ""
2610
2611#: app/Functions/Functions.php:802
2612msgctxt "father’s parent"
2613msgid "paternal grandparent"
2614msgstr ""
2615
2616#: app/Functions/Functions.php:804
2617msgctxt "father’s sibling"
2618msgid "aunt/uncle"
2619msgstr ""
2620
2621#: app/Functions/Functions.php:806
2622msgctxt "father’s sister"
2623msgid "aunt"
2624msgstr ""
2625
2626#: app/Functions/Functions.php:808
2627msgctxt "father’s son"
2628msgid "half-brother"
2629msgstr ""
2630
2631#: app/Functions/Functions.php:810
2632msgctxt "father’s wife"
2633msgid "step-mother"
2634msgstr ""
2635
2636#: app/Functions/Functions.php:812
2637msgctxt "husband’s brother"
2638msgid "brother-in-law"
2639msgstr ""
2640
2641#: app/Functions/Functions.php:814
2642msgctxt "husband’s child"
2643msgid "step-child"
2644msgstr ""
2645
2646#: app/Functions/Functions.php:816
2647msgctxt "husband’s daughter"
2648msgid "step-daughter"
2649msgstr ""
2650
2651#: app/Functions/Functions.php:818
2652msgctxt "husband’s father"
2653msgid "father-in-law"
2654msgstr ""
2655
2656#: app/Functions/Functions.php:820
2657msgctxt "husband’s mother"
2658msgid "mother-in-law"
2659msgstr ""
2660
2661#: app/Functions/Functions.php:822
2662msgctxt "husband’s sibling"
2663msgid "brother/sister-in-law"
2664msgstr ""
2665
2666#: app/Functions/Functions.php:824
2667msgctxt "husband’s sister"
2668msgid "sister-in-law"
2669msgstr ""
2670
2671#: app/Functions/Functions.php:826
2672msgctxt "husband’s son"
2673msgid "step-son"
2674msgstr ""
2675
2676#: app/Functions/Functions.php:828
2677msgctxt "mother’s brother"
2678msgid "uncle"
2679msgstr ""
2680
2681#: app/Functions/Functions.php:830
2682msgctxt "mother’s child"
2683msgid "half-sibling"
2684msgstr ""
2685
2686#: app/Functions/Functions.php:832
2687msgctxt "mother’s daughter"
2688msgid "half-sister"
2689msgstr ""
2690
2691#: app/Functions/Functions.php:834
2692msgctxt "mother’s father"
2693msgid "maternal grandfather"
2694msgstr ""
2695
2696#: app/Functions/Functions.php:836
2697msgctxt "mother’s husband"
2698msgid "step-father"
2699msgstr ""
2700
2701#: app/Functions/Functions.php:838
2702msgctxt "mother’s mother"
2703msgid "maternal grandmother"
2704msgstr ""
2705
2706#: app/Functions/Functions.php:840
2707msgctxt "mother’s parent"
2708msgid "maternal grandparent"
2709msgstr ""
2710
2711#: app/Functions/Functions.php:842
2712msgctxt "mother’s sibling"
2713msgid "aunt/uncle"
2714msgstr ""
2715
2716#: app/Functions/Functions.php:844
2717msgctxt "mother’s sister"
2718msgid "aunt"
2719msgstr ""
2720
2721#: app/Functions/Functions.php:846
2722msgctxt "mother’s son"
2723msgid "half-brother"
2724msgstr ""
2725
2726#: app/Functions/Functions.php:848
2727msgctxt "parent’s brother"
2728msgid "uncle"
2729msgstr ""
2730
2731#: app/Functions/Functions.php:850
2732msgctxt "parent’s child"
2733msgid "half-sibling"
2734msgstr ""
2735
2736#: app/Functions/Functions.php:852
2737msgctxt "parent’s daughter"
2738msgid "half-sister"
2739msgstr ""
2740
2741#: app/Functions/Functions.php:854
2742msgctxt "parent’s father"
2743msgid "grandfather"
2744msgstr ""
2745
2746#: app/Functions/Functions.php:856
2747msgctxt "parent’s mother"
2748msgid "grandmother"
2749msgstr ""
2750
2751#: app/Functions/Functions.php:858
2752msgctxt "parent’s parent"
2753msgid "grandparent"
2754msgstr ""
2755
2756#: app/Functions/Functions.php:860
2757msgctxt "parent’s sibling"
2758msgid "aunt/uncle"
2759msgstr ""
2760
2761#: app/Functions/Functions.php:862
2762msgctxt "parent’s sister"
2763msgid "aunt"
2764msgstr ""
2765
2766#: app/Functions/Functions.php:864
2767msgctxt "parent’s son"
2768msgid "half-brother"
2769msgstr ""
2770
2771#: app/Functions/Functions.php:866
2772msgctxt "parent’s spouse"
2773msgid "step-parent"
2774msgstr ""
2775
2776#: app/Functions/Functions.php:868
2777msgctxt "sibling’s child"
2778msgid "nephew/niece"
2779msgstr ""
2780
2781#: app/Functions/Functions.php:870
2782msgctxt "sibling’s daughter"
2783msgid "niece"
2784msgstr ""
2785
2786#: app/Functions/Functions.php:872
2787msgctxt "sibling’s son"
2788msgid "nephew"
2789msgstr ""
2790
2791#: app/Functions/Functions.php:874
2792msgctxt "sibling’s spouse"
2793msgid "brother/sister-in-law"
2794msgstr ""
2795
2796#: app/Functions/Functions.php:876
2797msgctxt "sister’s child"
2798msgid "nephew/niece"
2799msgstr ""
2800
2801#: app/Functions/Functions.php:878
2802msgctxt "sister’s daughter"
2803msgid "niece"
2804msgstr ""
2805
2806#: app/Functions/Functions.php:880
2807msgctxt "sister’s husband"
2808msgid "brother-in-law"
2809msgstr ""
2810
2811#: app/Functions/Functions.php:882
2812msgctxt "sister’s son"
2813msgid "nephew"
2814msgstr ""
2815
2816#: app/Functions/Functions.php:884
2817msgctxt "son’s child"
2818msgid "grandchild"
2819msgstr ""
2820
2821#: app/Functions/Functions.php:886
2822msgctxt "son’s daughter"
2823msgid "granddaughter"
2824msgstr ""
2825
2826#: app/Functions/Functions.php:888
2827msgctxt "son’s son"
2828msgid "grandson"
2829msgstr ""
2830
2831#: app/Functions/Functions.php:890
2832msgctxt "son’s wife"
2833msgid "daughter-in-law"
2834msgstr ""
2835
2836#: app/Functions/Functions.php:892
2837msgctxt "spouse’s brother"
2838msgid "brother-in-law"
2839msgstr ""
2840
2841#: app/Functions/Functions.php:894
2842msgctxt "spouse’s child"
2843msgid "step-child"
2844msgstr ""
2845
2846#: app/Functions/Functions.php:896
2847msgctxt "spouse’s daughter"
2848msgid "step-daughter"
2849msgstr ""
2850
2851#: app/Functions/Functions.php:898
2852msgctxt "spouse’s father"
2853msgid "father-in-law"
2854msgstr ""
2855
2856#: app/Functions/Functions.php:900
2857msgctxt "spouse’s mother"
2858msgid "mother-in-law"
2859msgstr ""
2860
2861#: app/Functions/Functions.php:902
2862msgctxt "spouse’s sister"
2863msgid "sister-in-law"
2864msgstr ""
2865
2866#: app/Functions/Functions.php:904
2867msgctxt "spouse’s son"
2868msgid "step-son"
2869msgstr ""
2870
2871#: app/Functions/Functions.php:906
2872msgctxt "spouse’s parent"
2873msgid "mother/father-in-law"
2874msgstr ""
2875
2876#: app/Functions/Functions.php:908
2877msgctxt "spouse’s sibling"
2878msgid "brother/sister-in-law"
2879msgstr ""
2880
2881#: app/Functions/Functions.php:910
2882msgctxt "wife’s brother"
2883msgid "brother-in-law"
2884msgstr ""
2885
2886#: app/Functions/Functions.php:912
2887msgctxt "wife’s child"
2888msgid "step-child"
2889msgstr ""
2890
2891#: app/Functions/Functions.php:914
2892msgctxt "wife’s daughter"
2893msgid "step-daughter"
2894msgstr ""
2895
2896#: app/Functions/Functions.php:916
2897msgctxt "wife’s father"
2898msgid "father-in-law"
2899msgstr ""
2900
2901#: app/Functions/Functions.php:918
2902msgctxt "wife’s mother"
2903msgid "mother-in-law"
2904msgstr ""
2905
2906#: app/Functions/Functions.php:920
2907msgctxt "wife’s sibling"
2908msgid "brother/sister-in-law"
2909msgstr ""
2910
2911#: app/Functions/Functions.php:922
2912msgctxt "wife’s sister"
2913msgid "sister-in-law"
2914msgstr ""
2915
2916#: app/Functions/Functions.php:924
2917msgctxt "wife’s son"
2918msgid "step-son"
2919msgstr ""
2920
2921#: app/Functions/Functions.php:929
2922msgctxt "(a man’s) brother’s child’s child"
2923msgid "great-nephew/niece"
2924msgstr ""
2925
2926#: app/Functions/Functions.php:932
2927msgctxt "(a woman’s) brother’s child’s child"
2928msgid "great-nephew/niece"
2929msgstr ""
2930
2931#: app/Functions/Functions.php:935
2932msgctxt "(a man’s) brother’s child’s daughter"
2933msgid "great-niece"
2934msgstr ""
2935
2936#: app/Functions/Functions.php:938
2937msgctxt "(a woman’s) brother’s child’s daughter"
2938msgid "great-niece"
2939msgstr ""
2940
2941#: app/Functions/Functions.php:941
2942msgctxt "(a man’s) brother’s child’s son"
2943msgid "great-nephew"
2944msgstr ""
2945
2946#: app/Functions/Functions.php:944
2947msgctxt "(a woman’s) brother’s child’s son"
2948msgid "great-nephew"
2949msgstr ""
2950
2951#: app/Functions/Functions.php:947
2952msgctxt "(a man’s) brother’s daughter’s child"
2953msgid "great-nephew/niece"
2954msgstr ""
2955
2956#: app/Functions/Functions.php:950
2957msgctxt "(a woman’s) brother’s daughter’s child"
2958msgid "great-nephew/niece"
2959msgstr ""
2960
2961#: app/Functions/Functions.php:953
2962msgctxt "(a man’s) brother’s daughter’s daughter"
2963msgid "great-niece"
2964msgstr ""
2965
2966#: app/Functions/Functions.php:956
2967msgctxt "(a woman’s) brother’s daughter’s daughter"
2968msgid "great-niece"
2969msgstr ""
2970
2971#: app/Functions/Functions.php:958
2972msgctxt "brother’s daughter’s husband"
2973msgid "nephew-in-law"
2974msgstr ""
2975
2976#: app/Functions/Functions.php:961
2977msgctxt "(a man’s) brother’s daughter’s son"
2978msgid "great-nephew"
2979msgstr ""
2980
2981#: app/Functions/Functions.php:964
2982msgctxt "(a woman’s) brother’s daughter’s son"
2983msgid "great-nephew"
2984msgstr ""
2985
2986#: app/Functions/Functions.php:967
2987msgctxt "(a man’s) brother’s son’s child"
2988msgid "great-nephew/niece"
2989msgstr ""
2990
2991#: app/Functions/Functions.php:970
2992msgctxt "(a woman’s) brother’s son’s child"
2993msgid "great-nephew/niece"
2994msgstr ""
2995
2996#: app/Functions/Functions.php:973
2997msgctxt "(a man’s) brother’s son’s daughter"
2998msgid "great-niece"
2999msgstr ""
3000
3001#: app/Functions/Functions.php:976
3002msgctxt "(a woman’s) brother’s son’s daughter"
3003msgid "great-niece"
3004msgstr ""
3005
3006#: app/Functions/Functions.php:979
3007msgctxt "(a man’s) brother’s son’s son"
3008msgid "great-nephew"
3009msgstr ""
3010
3011#: app/Functions/Functions.php:982
3012msgctxt "(a woman’s) brother’s son’s son"
3013msgid "great-nephew"
3014msgstr ""
3015
3016#: app/Functions/Functions.php:984
3017msgctxt "brother’s son’s wife"
3018msgid "niece-in-law"
3019msgstr ""
3020
3021#: app/Functions/Functions.php:986
3022msgctxt "brother’s wife’s brother"
3023msgid "brother-in-law"
3024msgstr ""
3025
3026#: app/Functions/Functions.php:988
3027msgctxt "brother’s wife’s sibling"
3028msgid "brother/sister-in-law"
3029msgstr ""
3030
3031#: app/Functions/Functions.php:990
3032msgctxt "brother’s wife’s sister"
3033msgid "sister-in-law"
3034msgstr ""
3035
3036#: app/Functions/Functions.php:992
3037msgctxt "child’s child’s child"
3038msgid "great-grandchild"
3039msgstr ""
3040
3041#: app/Functions/Functions.php:994
3042msgctxt "child’s child’s daughter"
3043msgid "great-granddaughter"
3044msgstr ""
3045
3046#: app/Functions/Functions.php:996
3047msgctxt "child’s child’s son"
3048msgid "great-grandson"
3049msgstr ""
3050
3051#: app/Functions/Functions.php:998
3052msgctxt "child’s daughter’s child"
3053msgid "great-grandchild"
3054msgstr ""
3055
3056#: app/Functions/Functions.php:1000
3057msgctxt "child’s daughter’s daughter"
3058msgid "great-granddaughter"
3059msgstr ""
3060
3061#: app/Functions/Functions.php:1002
3062msgctxt "child’s daughter’s husband"
3063msgid "granddaughter’s husband"
3064msgstr ""
3065
3066#: app/Functions/Functions.php:1004
3067msgctxt "child’s daughter’s son"
3068msgid "great-grandson"
3069msgstr ""
3070
3071#: app/Functions/Functions.php:1006
3072msgctxt "child’s son’s child"
3073msgid "great-grandchild"
3074msgstr ""
3075
3076#: app/Functions/Functions.php:1008
3077msgctxt "child’s son’s daughter"
3078msgid "great-granddaughter"
3079msgstr ""
3080
3081#: app/Functions/Functions.php:1010
3082msgctxt "child’s son’s son"
3083msgid "great-grandson"
3084msgstr ""
3085
3086#: app/Functions/Functions.php:1012
3087msgctxt "child’s son’s wife"
3088msgid "grandson’s wife"
3089msgstr ""
3090
3091#: app/Functions/Functions.php:1014
3092msgctxt "daughter’s child’s child"
3093msgid "great-grandchild"
3094msgstr ""
3095
3096#: app/Functions/Functions.php:1016
3097msgctxt "daughter’s child’s daughter"
3098msgid "great-granddaughter"
3099msgstr ""
3100
3101#: app/Functions/Functions.php:1018
3102msgctxt "daughter’s child’s son"
3103msgid "great-grandson"
3104msgstr ""
3105
3106#: app/Functions/Functions.php:1020
3107msgctxt "daughter’s daughter’s child"
3108msgid "great-grandchild"
3109msgstr ""
3110
3111#: app/Functions/Functions.php:1022
3112msgctxt "daughter’s daughter’s daughter"
3113msgid "great-granddaughter"
3114msgstr ""
3115
3116#: app/Functions/Functions.php:1024
3117msgctxt "daughter’s daughter’s husband"
3118msgid "granddaughter’s husband"
3119msgstr ""
3120
3121#: app/Functions/Functions.php:1026
3122msgctxt "daughter’s daughter’s son"
3123msgid "great-grandson"
3124msgstr ""
3125
3126#: app/Functions/Functions.php:1028
3127msgctxt "daughter’s husband’s father"
3128msgid "son-in-law’s father"
3129msgstr ""
3130
3131#: app/Functions/Functions.php:1030
3132msgctxt "daughter’s husband’s mother"
3133msgid "son-in-law’s mother"
3134msgstr ""
3135
3136#: app/Functions/Functions.php:1032
3137msgctxt "daughter’s husband’s parent"
3138msgid "son-in-law’s parent"
3139msgstr ""
3140
3141#: app/Functions/Functions.php:1034
3142msgctxt "daughter’s son’s child"
3143msgid "great-grandchild"
3144msgstr ""
3145
3146#: app/Functions/Functions.php:1036
3147msgctxt "daughter’s son’s daughter"
3148msgid "great-granddaughter"
3149msgstr ""
3150
3151#: app/Functions/Functions.php:1038
3152msgctxt "daughter’s son’s son"
3153msgid "great-grandson"
3154msgstr ""
3155
3156#: app/Functions/Functions.php:1040
3157msgctxt "daughter’s son’s wife"
3158msgid "grandson’s wife"
3159msgstr ""
3160
3161#: app/Functions/Functions.php:1042
3162msgctxt "father’s brother’s child"
3163msgid "first cousin"
3164msgstr ""
3165
3166#: app/Functions/Functions.php:1044
3167msgctxt "father’s brother’s daughter"
3168msgid "first cousin"
3169msgstr ""
3170
3171#: app/Functions/Functions.php:1046
3172msgctxt "father’s brother’s son"
3173msgid "first cousin"
3174msgstr ""
3175
3176#: app/Functions/Functions.php:1048
3177msgctxt "father’s brother’s wife"
3178msgid "aunt"
3179msgstr ""
3180
3181#: app/Functions/Functions.php:1050
3182msgctxt "father’s father’s brother"
3183msgid "great-uncle"
3184msgstr ""
3185
3186#: app/Functions/Functions.php:1052
3187msgctxt "father’s father’s father"
3188msgid "great-grandfather"
3189msgstr ""
3190
3191#: app/Functions/Functions.php:1054
3192msgctxt "father’s father’s mother"
3193msgid "great-grandmother"
3194msgstr ""
3195
3196#: app/Functions/Functions.php:1056
3197msgctxt "father’s father’s parent"
3198msgid "great-grandparent"
3199msgstr ""
3200
3201#: app/Functions/Functions.php:1058
3202msgctxt "father’s father’s sibling"
3203msgid "great-aunt/uncle"
3204msgstr ""
3205
3206#: app/Functions/Functions.php:1060
3207msgctxt "father’s father’s sister"
3208msgid "great-aunt"
3209msgstr ""
3210
3211#: app/Functions/Functions.php:1062
3212msgctxt "father’s mother’s brother"
3213msgid "great-uncle"
3214msgstr ""
3215
3216#: app/Functions/Functions.php:1064
3217msgctxt "father’s mother’s father"
3218msgid "great-grandfather"
3219msgstr ""
3220
3221#: app/Functions/Functions.php:1066
3222msgctxt "father’s mother’s mother"
3223msgid "great-grandmother"
3224msgstr ""
3225
3226#: app/Functions/Functions.php:1068
3227msgctxt "father’s mother’s parent"
3228msgid "great-grandparent"
3229msgstr ""
3230
3231#: app/Functions/Functions.php:1070
3232msgctxt "father’s mother’s sibling"
3233msgid "great-aunt/uncle"
3234msgstr ""
3235
3236#: app/Functions/Functions.php:1072
3237msgctxt "father’s mother’s sister"
3238msgid "great-aunt"
3239msgstr ""
3240
3241#: app/Functions/Functions.php:1074
3242msgctxt "father’s parent’s brother"
3243msgid "great-uncle"
3244msgstr ""
3245
3246#: app/Functions/Functions.php:1076
3247msgctxt "father’s parent’s father"
3248msgid "great-grandfather"
3249msgstr ""
3250
3251#: app/Functions/Functions.php:1078
3252msgctxt "father’s parent’s mother"
3253msgid "great-grandmother"
3254msgstr ""
3255
3256#: app/Functions/Functions.php:1080
3257msgctxt "father’s parent’s parent"
3258msgid "great-grandparent"
3259msgstr ""
3260
3261#: app/Functions/Functions.php:1082
3262msgctxt "father’s parent’s sibling"
3263msgid "great-aunt/uncle"
3264msgstr ""
3265
3266#: app/Functions/Functions.php:1084
3267msgctxt "father’s parent’s sister"
3268msgid "great-aunt"
3269msgstr ""
3270
3271#: app/Functions/Functions.php:1086
3272msgctxt "father’s sister’s child"
3273msgid "first cousin"
3274msgstr ""
3275
3276#: app/Functions/Functions.php:1088
3277msgctxt "father’s sister’s daughter"
3278msgid "first cousin"
3279msgstr ""
3280
3281#: app/Functions/Functions.php:1090
3282msgctxt "father’s sister’s husband"
3283msgid "uncle"
3284msgstr ""
3285
3286#: app/Functions/Functions.php:1092
3287msgctxt "father’s sister’s son"
3288msgid "first cousin"
3289msgstr ""
3290
3291#: app/Functions/Functions.php:1094
3292msgctxt "father’s wife’s child"
3293msgid "step-sibling"
3294msgstr ""
3295
3296#: app/Functions/Functions.php:1096
3297msgctxt "father’s wife’s daughter"
3298msgid "step-sister"
3299msgstr ""
3300
3301#: app/Functions/Functions.php:1098
3302msgctxt "father’s wife’s son"
3303msgid "step-brother"
3304msgstr ""
3305
3306#: app/Functions/Functions.php:1100
3307msgctxt "husband’s brother’s wife"
3308msgid "sister-in-law"
3309msgstr ""
3310
3311#: app/Functions/Functions.php:1102
3312msgctxt "husband’s sister’s husband"
3313msgid "brother-in-law"
3314msgstr ""
3315
3316#: app/Functions/Functions.php:1104
3317msgctxt "husband’s sibling’s child"
3318msgid "nephew/niece"
3319msgstr ""
3320
3321#: app/Functions/Functions.php:1106
3322msgctxt "husband’s sister’s child"
3323msgid "nephew/niece"
3324msgstr ""
3325
3326#: app/Functions/Functions.php:1108
3327msgctxt "husband’s brother’s child"
3328msgid "nephew/niece"
3329msgstr ""
3330
3331#: app/Functions/Functions.php:1110
3332msgctxt "husband’s sibling’s daughter"
3333msgid "niece"
3334msgstr ""
3335
3336#: app/Functions/Functions.php:1112
3337msgctxt "husband’s sister’s daughter"
3338msgid "niece"
3339msgstr ""
3340
3341#: app/Functions/Functions.php:1114
3342msgctxt "husband’s brother’s daughter"
3343msgid "niece"
3344msgstr ""
3345
3346#: app/Functions/Functions.php:1116
3347msgctxt "husband’s sibling’s son"
3348msgid "nephew"
3349msgstr ""
3350
3351#: app/Functions/Functions.php:1118
3352msgctxt "husband’s sister’s son"
3353msgid "nephew"
3354msgstr ""
3355
3356#: app/Functions/Functions.php:1120
3357msgctxt "husband’s brother’s son"
3358msgid "nephew"
3359msgstr ""
3360
3361#: app/Functions/Functions.php:1122
3362msgctxt "mother’s brother’s child"
3363msgid "first cousin"
3364msgstr ""
3365
3366#: app/Functions/Functions.php:1124
3367msgctxt "mother’s brother’s daughter"
3368msgid "first cousin"
3369msgstr ""
3370
3371#: app/Functions/Functions.php:1126
3372msgctxt "mother’s brother’s son"
3373msgid "first cousin"
3374msgstr ""
3375
3376#: app/Functions/Functions.php:1128
3377msgctxt "mother’s brother’s wife"
3378msgid "aunt"
3379msgstr ""
3380
3381#: app/Functions/Functions.php:1130
3382msgctxt "mother’s father’s brother"
3383msgid "great-uncle"
3384msgstr ""
3385
3386#: app/Functions/Functions.php:1132
3387msgctxt "mother’s father’s father"
3388msgid "great-grandfather"
3389msgstr ""
3390
3391#: app/Functions/Functions.php:1134
3392msgctxt "mother’s father’s mother"
3393msgid "great-grandmother"
3394msgstr ""
3395
3396#: app/Functions/Functions.php:1136
3397msgctxt "mother’s father’s parent"
3398msgid "great-grandparent"
3399msgstr ""
3400
3401#: app/Functions/Functions.php:1138
3402msgctxt "mother’s father’s sibling"
3403msgid "great-aunt/uncle"
3404msgstr ""
3405
3406#: app/Functions/Functions.php:1140
3407msgctxt "mother’s father’s sister"
3408msgid "great-aunt"
3409msgstr ""
3410
3411#: app/Functions/Functions.php:1142
3412msgctxt "mother’s husband’s child"
3413msgid "step-sibling"
3414msgstr ""
3415
3416#: app/Functions/Functions.php:1144
3417msgctxt "mother’s husband’s daughter"
3418msgid "step-sister"
3419msgstr ""
3420
3421#: app/Functions/Functions.php:1146
3422msgctxt "mother’s husband’s son"
3423msgid "step-brother"
3424msgstr ""
3425
3426#: app/Functions/Functions.php:1148
3427msgctxt "mother’s mother’s brother"
3428msgid "great-uncle"
3429msgstr ""
3430
3431#: app/Functions/Functions.php:1150
3432msgctxt "mother’s mother’s father"
3433msgid "great-grandfather"
3434msgstr ""
3435
3436#: app/Functions/Functions.php:1152
3437msgctxt "mother’s mother’s mother"
3438msgid "great-grandmother"
3439msgstr ""
3440
3441#: app/Functions/Functions.php:1154
3442msgctxt "mother’s mother’s parent"
3443msgid "great-grandparent"
3444msgstr ""
3445
3446#: app/Functions/Functions.php:1156
3447msgctxt "mother’s mother’s sibling"
3448msgid "great-aunt/uncle"
3449msgstr ""
3450
3451#: app/Functions/Functions.php:1158
3452msgctxt "mother’s mother’s sister"
3453msgid "great-aunt"
3454msgstr ""
3455
3456#: app/Functions/Functions.php:1160
3457msgctxt "mother’s parent’s brother"
3458msgid "great-uncle"
3459msgstr ""
3460
3461#: app/Functions/Functions.php:1162
3462msgctxt "mother’s parent’s father"
3463msgid "great-grandfather"
3464msgstr ""
3465
3466#: app/Functions/Functions.php:1164
3467msgctxt "mother’s parent’s mother"
3468msgid "great-grandmother"
3469msgstr ""
3470
3471#: app/Functions/Functions.php:1166
3472msgctxt "mother’s parent’s parent"
3473msgid "great-grandparent"
3474msgstr ""
3475
3476#: app/Functions/Functions.php:1168
3477msgctxt "mother’s parent’s sibling"
3478msgid "great-aunt/uncle"
3479msgstr ""
3480
3481#: app/Functions/Functions.php:1170
3482msgctxt "mother’s parent’s sister"
3483msgid "great-aunt"
3484msgstr ""
3485
3486#: app/Functions/Functions.php:1172
3487msgctxt "mother’s sister’s child"
3488msgid "first cousin"
3489msgstr ""
3490
3491#: app/Functions/Functions.php:1174
3492msgctxt "mother’s sister’s daughter"
3493msgid "first cousin"
3494msgstr ""
3495
3496#: app/Functions/Functions.php:1176
3497msgctxt "mother’s sister’s husband"
3498msgid "uncle"
3499msgstr ""
3500
3501#: app/Functions/Functions.php:1178
3502msgctxt "mother’s sister’s son"
3503msgid "first cousin"
3504msgstr ""
3505
3506#: app/Functions/Functions.php:1180
3507msgctxt "parent’s brother’s wife"
3508msgid "aunt"
3509msgstr ""
3510
3511#: app/Functions/Functions.php:1182
3512msgctxt "parent’s father’s brother"
3513msgid "great-uncle"
3514msgstr ""
3515
3516#: app/Functions/Functions.php:1184
3517msgctxt "parent’s father’s father"
3518msgid "great-grandfather"
3519msgstr ""
3520
3521#: app/Functions/Functions.php:1186
3522msgctxt "parent’s father’s mother"
3523msgid "great-grandmother"
3524msgstr ""
3525
3526#: app/Functions/Functions.php:1188
3527msgctxt "parent’s father’s parent"
3528msgid "great-grandparent"
3529msgstr ""
3530
3531#: app/Functions/Functions.php:1190
3532msgctxt "parent’s father’s sibling"
3533msgid "great-aunt/uncle"
3534msgstr ""
3535
3536#: app/Functions/Functions.php:1192
3537msgctxt "parent’s father’s sister"
3538msgid "great-aunt"
3539msgstr ""
3540
3541#: app/Functions/Functions.php:1194
3542msgctxt "parent’s mother’s brother"
3543msgid "great-uncle"
3544msgstr ""
3545
3546#: app/Functions/Functions.php:1196
3547msgctxt "parent’s mother’s father"
3548msgid "great-grandfather"
3549msgstr ""
3550
3551#: app/Functions/Functions.php:1198
3552msgctxt "parent’s mother’s mother"
3553msgid "great-grandmother"
3554msgstr ""
3555
3556#: app/Functions/Functions.php:1200
3557msgctxt "parent’s mother’s parent"
3558msgid "great-grandparent"
3559msgstr ""
3560
3561#: app/Functions/Functions.php:1202
3562msgctxt "parent’s mother’s sibling"
3563msgid "great-aunt/uncle"
3564msgstr ""
3565
3566#: app/Functions/Functions.php:1204
3567msgctxt "parent’s mother’s sister"
3568msgid "great-aunt"
3569msgstr ""
3570
3571#: app/Functions/Functions.php:1206
3572msgctxt "parent’s parent’s brother"
3573msgid "great-uncle"
3574msgstr ""
3575
3576#: app/Functions/Functions.php:1208
3577msgctxt "parent’s parent’s father"
3578msgid "great-grandfather"
3579msgstr ""
3580
3581#: app/Functions/Functions.php:1210
3582msgctxt "parent’s parent’s mother"
3583msgid "great-grandmother"
3584msgstr ""
3585
3586#: app/Functions/Functions.php:1212
3587msgctxt "parent’s parent’s parent"
3588msgid "great-grandparent"
3589msgstr ""
3590
3591#: app/Functions/Functions.php:1214
3592msgctxt "parent’s parent’s sibling"
3593msgid "great-aunt/uncle"
3594msgstr ""
3595
3596#: app/Functions/Functions.php:1216
3597msgctxt "parent’s parent’s sister"
3598msgid "great-aunt"
3599msgstr ""
3600
3601#: app/Functions/Functions.php:1218
3602msgctxt "parent’s sister’s husband"
3603msgid "uncle"
3604msgstr ""
3605
3606#: app/Functions/Functions.php:1220
3607msgctxt "parent’s spouse’s child"
3608msgid "step-sibling"
3609msgstr ""
3610
3611#: app/Functions/Functions.php:1222
3612msgctxt "parent’s spouse’s daughter"
3613msgid "step-sister"
3614msgstr ""
3615
3616#: app/Functions/Functions.php:1224
3617msgctxt "parent’s spouse’s son"
3618msgid "step-brother"
3619msgstr ""
3620
3621#: app/Functions/Functions.php:1226
3622msgctxt "sibling’s child’s child"
3623msgid "great-nephew/niece"
3624msgstr ""
3625
3626#: app/Functions/Functions.php:1228
3627msgctxt "sibling’s child’s daughter"
3628msgid "great-niece"
3629msgstr ""
3630
3631#: app/Functions/Functions.php:1230
3632msgctxt "sibling’s child’s son"
3633msgid "great-nephew"
3634msgstr ""
3635
3636#: app/Functions/Functions.php:1232
3637msgctxt "sibling’s daughter’s child"
3638msgid "great-nephew/niece"
3639msgstr ""
3640
3641#: app/Functions/Functions.php:1234
3642msgctxt "sibling’s daughter’s daughter"
3643msgid "great-niece"
3644msgstr ""
3645
3646#: app/Functions/Functions.php:1236
3647msgctxt "sibling’s daughter’s husband"
3648msgid "nephew-in-law"
3649msgstr ""
3650
3651#: app/Functions/Functions.php:1238
3652msgctxt "sibling’s daughter’s son"
3653msgid "great-nephew"
3654msgstr ""
3655
3656#: app/Functions/Functions.php:1240
3657msgctxt "sibling’s son’s child"
3658msgid "great-nephew/niece"
3659msgstr ""
3660
3661#: app/Functions/Functions.php:1242
3662msgctxt "sibling’s son’s daughter"
3663msgid "great-niece"
3664msgstr ""
3665
3666#: app/Functions/Functions.php:1244
3667msgctxt "sibling’s son’s son"
3668msgid "great-nephew"
3669msgstr ""
3670
3671#: app/Functions/Functions.php:1246
3672msgctxt "sibling’s son’s wife"
3673msgid "niece-in-law"
3674msgstr ""
3675
3676#: app/Functions/Functions.php:1249
3677msgctxt "(a man’s) sister’s child’s child"
3678msgid "great-nephew/niece"
3679msgstr ""
3680
3681#: app/Functions/Functions.php:1252
3682msgctxt "(a woman’s) sister’s child’s child"
3683msgid "great-nephew/niece"
3684msgstr ""
3685
3686#: app/Functions/Functions.php:1255
3687msgctxt "(a man’s) sister’s child’s daughter"
3688msgid "great-niece"
3689msgstr ""
3690
3691#: app/Functions/Functions.php:1258
3692msgctxt "(a woman’s) sister’s child’s daughter"
3693msgid "great-niece"
3694msgstr ""
3695
3696#: app/Functions/Functions.php:1261
3697msgctxt "(a man’s) sister’s child’s son"
3698msgid "great-nephew"
3699msgstr ""
3700
3701#: app/Functions/Functions.php:1264
3702msgctxt "(a woman’s) sister’s child’s son"
3703msgid "great-nephew"
3704msgstr ""
3705
3706#: app/Functions/Functions.php:1267
3707msgctxt "(a man’s) sister’s daughter’s child"
3708msgid "great-nephew/niece"
3709msgstr ""
3710
3711#: app/Functions/Functions.php:1270
3712msgctxt "(a woman’s) sister’s daughter’s child"
3713msgid "great-nephew/niece"
3714msgstr ""
3715
3716#: app/Functions/Functions.php:1273
3717msgctxt "(a man’s) sister’s daughter’s daughter"
3718msgid "great-niece"
3719msgstr ""
3720
3721#: app/Functions/Functions.php:1276
3722msgctxt "(a woman’s) sister’s daughter’s daughter"
3723msgid "great-niece"
3724msgstr ""
3725
3726#: app/Functions/Functions.php:1278
3727msgctxt "sisters’s daughter’s husband"
3728msgid "nephew-in-law"
3729msgstr ""
3730
3731#: app/Functions/Functions.php:1281
3732msgctxt "(a man’s) sister’s daughter’s son"
3733msgid "great-nephew"
3734msgstr ""
3735
3736#: app/Functions/Functions.php:1284
3737msgctxt "(a woman’s) sister’s daughter’s son"
3738msgid "great-nephew"
3739msgstr ""
3740
3741#: app/Functions/Functions.php:1286
3742msgctxt "sister’s husband’s brother"
3743msgid "brother-in-law"
3744msgstr ""
3745
3746#: app/Functions/Functions.php:1288
3747msgctxt "sister’s husband’s sibling"
3748msgid "brother/sister-in-law"
3749msgstr ""
3750
3751#: app/Functions/Functions.php:1290
3752msgctxt "sister’s husband’s sister"
3753msgid "sister-in-law"
3754msgstr ""
3755
3756#: app/Functions/Functions.php:1293
3757msgctxt "(a man’s) sister’s son’s child"
3758msgid "great-nephew/niece"
3759msgstr ""
3760
3761#: app/Functions/Functions.php:1296
3762msgctxt "(a woman’s) sister’s son’s child"
3763msgid "great-nephew/niece"
3764msgstr ""
3765
3766#: app/Functions/Functions.php:1299
3767msgctxt "(a man’s) sister’s son’s daughter"
3768msgid "great-niece"
3769msgstr ""
3770
3771#: app/Functions/Functions.php:1302
3772msgctxt "(a woman’s) sister’s son’s daughter"
3773msgid "great-niece"
3774msgstr ""
3775
3776#: app/Functions/Functions.php:1305
3777msgctxt "(a man’s) sister’s son’s son"
3778msgid "great-nephew"
3779msgstr ""
3780
3781#: app/Functions/Functions.php:1308
3782msgctxt "(a woman’s) sister’s son’s son"
3783msgid "great-nephew"
3784msgstr ""
3785
3786#: app/Functions/Functions.php:1310
3787msgctxt "sisters’s son’s wife"
3788msgid "niece-in-law"
3789msgstr ""
3790
3791#: app/Functions/Functions.php:1312
3792msgctxt "son’s child’s child"
3793msgid "great-grandchild"
3794msgstr ""
3795
3796#: app/Functions/Functions.php:1314
3797msgctxt "son’s child’s daughter"
3798msgid "great-granddaughter"
3799msgstr ""
3800
3801#: app/Functions/Functions.php:1316
3802msgctxt "son’s child’s son"
3803msgid "great-grandson"
3804msgstr ""
3805
3806#: app/Functions/Functions.php:1318
3807msgctxt "son’s daughter’s child"
3808msgid "great-grandchild"
3809msgstr ""
3810
3811#: app/Functions/Functions.php:1320
3812msgctxt "son’s daughter’s daughter"
3813msgid "great-granddaughter"
3814msgstr ""
3815
3816#: app/Functions/Functions.php:1322
3817msgctxt "son’s daughter’s husband"
3818msgid "granddaughter’s husband"
3819msgstr ""
3820
3821#: app/Functions/Functions.php:1324
3822msgctxt "son’s daughter’s son"
3823msgid "great-grandson"
3824msgstr ""
3825
3826#: app/Functions/Functions.php:1326
3827msgctxt "son’s son’s child"
3828msgid "great-grandchild"
3829msgstr ""
3830
3831#: app/Functions/Functions.php:1328
3832msgctxt "son’s son’s daughter"
3833msgid "great-granddaughter"
3834msgstr ""
3835
3836#: app/Functions/Functions.php:1330
3837msgctxt "son’s son’s son"
3838msgid "great-grandson"
3839msgstr ""
3840
3841#: app/Functions/Functions.php:1332
3842msgctxt "son’s son’s wife"
3843msgid "grandson’s wife"
3844msgstr ""
3845
3846#: app/Functions/Functions.php:1334
3847msgctxt "son’s wife’s father"
3848msgid "daughter-in-law’s father"
3849msgstr ""
3850
3851#: app/Functions/Functions.php:1336
3852msgctxt "son’s wife’s mother"
3853msgid "daughter-in-law’s mother"
3854msgstr ""
3855
3856#: app/Functions/Functions.php:1338
3857msgctxt "son’s wife’s parent"
3858msgid "daughter-in-law’s parent"
3859msgstr ""
3860
3861#: app/Functions/Functions.php:1340
3862msgctxt "wife’s brother’s wife"
3863msgid "sister-in-law"
3864msgstr ""
3865
3866#: app/Functions/Functions.php:1342
3867msgctxt "wife’s sister’s husband"
3868msgid "brother-in-law"
3869msgstr ""
3870
3871#: app/Functions/Functions.php:1344
3872msgctxt "wife’s sibling’s child"
3873msgid "nephew/niece"
3874msgstr ""
3875
3876#: app/Functions/Functions.php:1346
3877msgctxt "wife’s sister’s child"
3878msgid "nephew/niece"
3879msgstr ""
3880
3881#: app/Functions/Functions.php:1348
3882msgctxt "wife’s brother’s child"
3883msgid "nephew/niece"
3884msgstr ""
3885
3886#: app/Functions/Functions.php:1350
3887msgctxt "wife’s sibling’s daughter"
3888msgid "niece"
3889msgstr ""
3890
3891#: app/Functions/Functions.php:1352
3892msgctxt "wife’s sister’s daughter"
3893msgid "niece"
3894msgstr ""
3895
3896#: app/Functions/Functions.php:1354
3897msgctxt "wife’s brother’s daughter"
3898msgid "niece"
3899msgstr ""
3900
3901#: app/Functions/Functions.php:1356
3902msgctxt "wife’s sibling’s son"
3903msgid "nephew"
3904msgstr ""
3905
3906#: app/Functions/Functions.php:1358
3907msgctxt "wife’s sister’s son"
3908msgid "nephew"
3909msgstr ""
3910
3911#: app/Functions/Functions.php:1360
3912msgctxt "wife’s brother’s son"
3913msgid "nephew"
3914msgstr ""
3915
3916#: app/Functions/Functions.php:1364
3917msgctxt "father’s father’s brother’s wife"
3918msgid "great-aunt"
3919msgstr ""
3920
3921#: app/Functions/Functions.php:1366
3922msgctxt "father’s father’s sibling’s spouse"
3923msgid "great-aunt/uncle"
3924msgstr ""
3925
3926#: app/Functions/Functions.php:1368
3927msgctxt "father’s father’s sister’s husband"
3928msgid "great-uncle"
3929msgstr ""
3930
3931#: app/Functions/Functions.php:1370
3932msgctxt "father’s mother’s brother’s wife"
3933msgid "great-aunt"
3934msgstr ""
3935
3936#: app/Functions/Functions.php:1372
3937msgctxt "father’s mother’s sibling’s spouse"
3938msgid "great-aunt/uncle"
3939msgstr ""
3940
3941#: app/Functions/Functions.php:1374
3942msgctxt "father’s mother’s sister’s husband"
3943msgid "great-uncle"
3944msgstr ""
3945
3946#: app/Functions/Functions.php:1376
3947msgctxt "father’s parent’s brother’s wife"
3948msgid "great-aunt"
3949msgstr ""
3950
3951#: app/Functions/Functions.php:1378
3952msgctxt "father’s parent’s sibling’s spouse"
3953msgid "great-aunt/uncle"
3954msgstr ""
3955
3956#: app/Functions/Functions.php:1380
3957msgctxt "father’s parent’s sister’s husband"
3958msgid "great-uncle"
3959msgstr ""
3960
3961#: app/Functions/Functions.php:1382
3962msgctxt "mother’s father’s brother’s wife"
3963msgid "great-aunt"
3964msgstr ""
3965
3966#: app/Functions/Functions.php:1384
3967msgctxt "mother’s father’s sibling’s spouse"
3968msgid "great-aunt/uncle"
3969msgstr ""
3970
3971#: app/Functions/Functions.php:1386
3972msgctxt "mother’s father’s sister’s husband"
3973msgid "great-uncle"
3974msgstr ""
3975
3976#: app/Functions/Functions.php:1388
3977msgctxt "mother’s mother’s brother’s wife"
3978msgid "great-aunt"
3979msgstr ""
3980
3981#: app/Functions/Functions.php:1390
3982msgctxt "mother’s mother’s sibling’s spouse"
3983msgid "great-aunt/uncle"
3984msgstr ""
3985
3986#: app/Functions/Functions.php:1392
3987msgctxt "mother’s mother’s sister’s husband"
3988msgid "great-uncle"
3989msgstr ""
3990
3991#: app/Functions/Functions.php:1394
3992msgctxt "mother’s parent’s brother’s wife"
3993msgid "great-aunt"
3994msgstr ""
3995
3996#: app/Functions/Functions.php:1396
3997msgctxt "mother’s parent’s sibling’s spouse"
3998msgid "great-aunt/uncle"
3999msgstr ""
4000
4001#: app/Functions/Functions.php:1398
4002msgctxt "mother’s parent’s sister’s husband"
4003msgid "great-uncle"
4004msgstr ""
4005
4006#: app/Functions/Functions.php:1400
4007msgctxt "parent’s father’s brother’s wife"
4008msgid "great-aunt"
4009msgstr ""
4010
4011#: app/Functions/Functions.php:1402
4012msgctxt "parent’s father’s sibling’s spouse"
4013msgid "great-aunt/uncle"
4014msgstr ""
4015
4016#: app/Functions/Functions.php:1404
4017msgctxt "parent’s father’s sister’s husband"
4018msgid "great-uncle"
4019msgstr ""
4020
4021#: app/Functions/Functions.php:1406
4022msgctxt "parent’s mother’s brother’s wife"
4023msgid "great-aunt"
4024msgstr ""
4025
4026#: app/Functions/Functions.php:1408
4027msgctxt "parent’s mother’s sibling’s spouse"
4028msgid "great-aunt/uncle"
4029msgstr ""
4030
4031#: app/Functions/Functions.php:1410
4032msgctxt "parent’s mother’s sister’s husband"
4033msgid "great-uncle"
4034msgstr ""
4035
4036#: app/Functions/Functions.php:1412
4037msgctxt "parent’s parent’s brother’s wife"
4038msgid "great-aunt"
4039msgstr ""
4040
4041#: app/Functions/Functions.php:1414
4042msgctxt "parent’s parent’s sibling’s spouse"
4043msgid "great-aunt/uncle"
4044msgstr ""
4045
4046#: app/Functions/Functions.php:1416
4047msgctxt "parent’s parent’s sister’s husband"
4048msgid "great-uncle"
4049msgstr ""
4050
4051#: app/Functions/Functions.php:1418
4052msgctxt "father’s father’s brother’s daughter"
4053msgid "first cousin once removed ascending"
4054msgstr ""
4055
4056#: app/Functions/Functions.php:1420
4057msgctxt "father’s father’s brother’s son"
4058msgid "first cousin once removed ascending"
4059msgstr ""
4060
4061#: app/Functions/Functions.php:1422
4062msgctxt "father’s father’s brother’s child"
4063msgid "first cousin once removed ascending"
4064msgstr ""
4065
4066#: app/Functions/Functions.php:1424
4067msgctxt "father’s father’s sister’s daughter"
4068msgid "first cousin once removed ascending"
4069msgstr ""
4070
4071#: app/Functions/Functions.php:1426
4072msgctxt "father’s father’s sister’s son"
4073msgid "first cousin once removed ascending"
4074msgstr ""
4075
4076#: app/Functions/Functions.php:1428
4077msgctxt "father’s father’s sister’s child"
4078msgid "first cousin once removed ascending"
4079msgstr ""
4080
4081#: app/Functions/Functions.php:1430
4082msgctxt "father’s mother’s brother’s daughter"
4083msgid "first cousin once removed ascending"
4084msgstr ""
4085
4086#: app/Functions/Functions.php:1432
4087msgctxt "father’s mother’s brother’s son"
4088msgid "first cousin once removed ascending"
4089msgstr ""
4090
4091#: app/Functions/Functions.php:1434
4092msgctxt "father’s mother’s brother’s child"
4093msgid "first cousin once removed ascending"
4094msgstr ""
4095
4096#: app/Functions/Functions.php:1436
4097msgctxt "father’s mother’s sister’s daughter"
4098msgid "first cousin once removed ascending"
4099msgstr ""
4100
4101#: app/Functions/Functions.php:1438
4102msgctxt "father’s mother’s sister’s son"
4103msgid "first cousin once removed ascending"
4104msgstr ""
4105
4106#: app/Functions/Functions.php:1440
4107msgctxt "father’s mother’s sister’s child"
4108msgid "first cousin once removed ascending"
4109msgstr ""
4110
4111#: app/Functions/Functions.php:1442
4112msgctxt "mother’s father’s brother’s daughter"
4113msgid "first cousin once removed ascending"
4114msgstr ""
4115
4116#: app/Functions/Functions.php:1444
4117msgctxt "mother’s father’s brother’s son"
4118msgid "first cousin once removed ascending"
4119msgstr ""
4120
4121#: app/Functions/Functions.php:1446
4122msgctxt "mother’s father’s brother’s child"
4123msgid "first cousin once removed ascending"
4124msgstr ""
4125
4126#: app/Functions/Functions.php:1448
4127msgctxt "mother’s father’s sister’s daughter"
4128msgid "first cousin once removed ascending"
4129msgstr ""
4130
4131#: app/Functions/Functions.php:1450
4132msgctxt "mother’s father’s sister’s son"
4133msgid "first cousin once removed ascending"
4134msgstr ""
4135
4136#: app/Functions/Functions.php:1452
4137msgctxt "mother’s father’s sister’s child"
4138msgid "first cousin once removed ascending"
4139msgstr ""
4140
4141#: app/Functions/Functions.php:1454
4142msgctxt "mother’s mother’s brother’s daughter"
4143msgid "first cousin once removed ascending"
4144msgstr ""
4145
4146#: app/Functions/Functions.php:1456
4147msgctxt "mother’s mother’s brother’s son"
4148msgid "first cousin once removed ascending"
4149msgstr ""
4150
4151#: app/Functions/Functions.php:1458
4152msgctxt "mother’s mother’s brother’s child"
4153msgid "first cousin once removed ascending"
4154msgstr ""
4155
4156#: app/Functions/Functions.php:1460
4157msgctxt "mother’s mother’s sister’s daughter"
4158msgid "first cousin once removed ascending"
4159msgstr ""
4160
4161#: app/Functions/Functions.php:1462
4162msgctxt "mother’s mother’s sister’s son"
4163msgid "first cousin once removed ascending"
4164msgstr ""
4165
4166#: app/Functions/Functions.php:1464
4167msgctxt "mother’s mother’s sister’s child"
4168msgid "first cousin once removed ascending"
4169msgstr ""
4170
4171#: app/Functions/Functions.php:1469
4172msgctxt "grandfather’s brother’s granddaughter"
4173msgid "second cousin"
4174msgstr ""
4175
4176#: app/Functions/Functions.php:1473
4177msgctxt "grandfather’s brother’s grandson"
4178msgid "second cousin"
4179msgstr ""
4180
4181#: app/Functions/Functions.php:1477
4182msgctxt "grandfather’s brother’s grandchild"
4183msgid "second cousin"
4184msgstr ""
4185
4186#: app/Functions/Functions.php:1481
4187msgctxt "grandfather’s sister’s granddaughter"
4188msgid "second cousin"
4189msgstr ""
4190
4191#: app/Functions/Functions.php:1485
4192msgctxt "grandfather’s sister’s grandson"
4193msgid "second cousin"
4194msgstr ""
4195
4196#: app/Functions/Functions.php:1489
4197msgctxt "grandfather’s sister’s grandchild"
4198msgid "second cousin"
4199msgstr ""
4200
4201#: app/Functions/Functions.php:1493
4202msgctxt "grandfather’s sibling’s granddaughter"
4203msgid "second cousin"
4204msgstr ""
4205
4206#: app/Functions/Functions.php:1497
4207msgctxt "grandfather’s sibling’s grandson"
4208msgid "second cousin"
4209msgstr ""
4210
4211#: app/Functions/Functions.php:1501
4212msgctxt "grandfather’s sibling’s grandchild"
4213msgid "second cousin"
4214msgstr ""
4215
4216#: app/Functions/Functions.php:1505
4217msgctxt "grandmother’s brother’s granddaughter"
4218msgid "second cousin"
4219msgstr ""
4220
4221#: app/Functions/Functions.php:1509
4222msgctxt "grandmother’s brother’s grandson"
4223msgid "second cousin"
4224msgstr ""
4225
4226#: app/Functions/Functions.php:1513
4227msgctxt "grandmother’s brother’s grandchild"
4228msgid "second cousin"
4229msgstr ""
4230
4231#: app/Functions/Functions.php:1517
4232msgctxt "grandmother’s sister’s granddaughter"
4233msgid "second cousin"
4234msgstr ""
4235
4236#: app/Functions/Functions.php:1521
4237msgctxt "grandmother’s sister’s grandson"
4238msgid "second cousin"
4239msgstr ""
4240
4241#: app/Functions/Functions.php:1525
4242msgctxt "grandmother’s sister’s grandchild"
4243msgid "second cousin"
4244msgstr ""
4245
4246#: app/Functions/Functions.php:1529
4247msgctxt "grandmother’s sibling’s granddaughter"
4248msgid "second cousin"
4249msgstr ""
4250
4251#: app/Functions/Functions.php:1533
4252msgctxt "grandmother’s sibling’s grandson"
4253msgid "second cousin"
4254msgstr ""
4255
4256#: app/Functions/Functions.php:1537
4257msgctxt "grandmother’s sibling’s grandchild"
4258msgid "second cousin"
4259msgstr ""
4260
4261#: app/Functions/Functions.php:1541
4262msgctxt "grandparent’s brother’s granddaughter"
4263msgid "second cousin"
4264msgstr ""
4265
4266#: app/Functions/Functions.php:1545
4267msgctxt "grandparent’s brother’s grandson"
4268msgid "second cousin"
4269msgstr ""
4270
4271#: app/Functions/Functions.php:1549
4272msgctxt "grandparent’s brother’s grandchild"
4273msgid "second cousin"
4274msgstr ""
4275
4276#: app/Functions/Functions.php:1553
4277msgctxt "grandparent’s sister’s granddaughter"
4278msgid "second cousin"
4279msgstr ""
4280
4281#: app/Functions/Functions.php:1557
4282msgctxt "grandparent’s sister’s grandson"
4283msgid "second cousin"
4284msgstr ""
4285
4286#: app/Functions/Functions.php:1561
4287msgctxt "grandparent’s sister’s grandchild"
4288msgid "second cousin"
4289msgstr ""
4290
4291#: app/Functions/Functions.php:1565
4292msgctxt "grandparent’s sibling’s granddaughter"
4293msgid "second cousin"
4294msgstr ""
4295
4296#: app/Functions/Functions.php:1569
4297msgctxt "grandparent’s sibling’s grandson"
4298msgid "second cousin"
4299msgstr ""
4300
4301#: app/Functions/Functions.php:1573
4302msgctxt "grandparent’s sibling’s grandchild"
4303msgid "second cousin"
4304msgstr ""
4305
4306#: app/Functions/Functions.php:1585
4307msgctxt "great-grandfather’s brother"
4308msgid "great-great-uncle"
4309msgstr ""
4310
4311#: app/Functions/Functions.php:1589
4312msgctxt "great-grandmother’s brother"
4313msgid "great-great-uncle"
4314msgstr ""
4315
4316#: app/Functions/Functions.php:1592
4317msgctxt "great-grandparent’s brother"
4318msgid "great-great-uncle"
4319msgstr ""
4320
4321#: app/Functions/Functions.php:1596
4322msgid "great-great-aunt"
4323msgstr ""
4324
4325#: app/Functions/Functions.php:1599
4326msgid "great-great-aunt/uncle"
4327msgstr ""
4328
4329#: app/Functions/Functions.php:1604
4330msgctxt "great-great-grandfather’s brother"
4331msgid "great-great-great-uncle"
4332msgstr ""
4333
4334#: app/Functions/Functions.php:1608
4335msgctxt "great-great-grandmother’s brother"
4336msgid "great-great-great-uncle"
4337msgstr ""
4338
4339#: app/Functions/Functions.php:1611
4340msgctxt "great-great-grandparent’s brother"
4341msgid "great-great-great-uncle"
4342msgstr ""
4343
4344#: app/Functions/Functions.php:1615
4345msgid "great-great-great-aunt"
4346msgstr ""
4347
4348#: app/Functions/Functions.php:1618
4349msgid "great-great-great-aunt/uncle"
4350msgstr ""
4351
4352#: app/Functions/Functions.php:1623
4353msgctxt "great-great-great-grandfather’s brother"
4354msgid "great ×4 uncle"
4355msgstr ""
4356
4357#: app/Functions/Functions.php:1627
4358msgctxt "great-great-great-grandmother’s brother"
4359msgid "great ×4 uncle"
4360msgstr ""
4361
4362#: app/Functions/Functions.php:1630
4363msgctxt "great-great-great-grandparent’s brother"
4364msgid "great ×4 uncle"
4365msgstr ""
4366
4367#: app/Functions/Functions.php:1634
4368msgid "great ×4 aunt"
4369msgstr ""
4370
4371#: app/Functions/Functions.php:1637
4372msgid "great ×4 aunt/uncle"
4373msgstr ""
4374
4375#: app/Functions/Functions.php:1642
4376msgctxt "great ×4 grandfather’s brother"
4377msgid "great ×5 uncle"
4378msgstr ""
4379
4380#: app/Functions/Functions.php:1646
4381msgctxt "great ×4 grandmother’s brother"
4382msgid "great ×5 uncle"
4383msgstr ""
4384
4385#: app/Functions/Functions.php:1649
4386msgctxt "great ×4 grandparent’s brother"
4387msgid "great ×5 uncle"
4388msgstr ""
4389
4390#: app/Functions/Functions.php:1653
4391msgid "great ×5 aunt"
4392msgstr ""
4393
4394#: app/Functions/Functions.php:1656
4395msgid "great ×5 aunt/uncle"
4396msgstr ""
4397
4398#: app/Functions/Functions.php:1661
4399msgctxt "great ×5 grandfather’s brother"
4400msgid "great ×6 uncle"
4401msgstr ""
4402
4403#: app/Functions/Functions.php:1665
4404msgctxt "great ×5 grandmother’s brother"
4405msgid "great ×6 uncle"
4406msgstr ""
4407
4408#: app/Functions/Functions.php:1668
4409msgctxt "great ×5 grandparent’s brother"
4410msgid "great ×6 uncle"
4411msgstr ""
4412
4413#: app/Functions/Functions.php:1672
4414msgid "great ×6 aunt"
4415msgstr ""
4416
4417#: app/Functions/Functions.php:1675
4418msgid "great ×6 aunt/uncle"
4419msgstr ""
4420
4421#: app/Functions/Functions.php:1680
4422msgctxt "great ×6 grandfather’s brother"
4423msgid "great ×7 uncle"
4424msgstr ""
4425
4426#: app/Functions/Functions.php:1684
4427msgctxt "great ×6 grandmother’s brother"
4428msgid "great ×7 uncle"
4429msgstr ""
4430
4431#: app/Functions/Functions.php:1687
4432msgctxt "great ×6 grandparent’s brother"
4433msgid "great ×7 uncle"
4434msgstr ""
4435
4436#: app/Functions/Functions.php:1691
4437msgid "great ×7 aunt"
4438msgstr ""
4439
4440#: app/Functions/Functions.php:1694
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:1704 app/Functions/Functions.php:1735
4446#: app/Functions/Functions.php:1747 app/Functions/Functions.php:1762
4447#, php-format
4448msgid "great ×%s uncle"
4449msgstr ""
4450
4451#: app/Functions/Functions.php:1708 app/Functions/Functions.php:1727
4452#: app/Functions/Functions.php:1739 app/Functions/Functions.php:1750
4453#: app/Functions/Functions.php:1766
4454#, php-format
4455msgid "great ×%s aunt"
4456msgstr ""
4457
4458#: app/Functions/Functions.php:1711 app/Functions/Functions.php:1730
4459#: app/Functions/Functions.php:1742 app/Functions/Functions.php:1753
4460#: app/Functions/Functions.php:1769
4461#, php-format
4462msgid "great ×%s aunt/uncle"
4463msgstr ""
4464
4465#: app/Functions/Functions.php:1716
4466#, php-format
4467msgctxt "great ×(%s-1) grandfather’s brother"
4468msgid "great ×%s uncle"
4469msgstr ""
4470
4471#: app/Functions/Functions.php:1720
4472#, php-format
4473msgctxt "great ×(%s-1) grandmother’s brother"
4474msgid "great ×%s uncle"
4475msgstr ""
4476
4477#: app/Functions/Functions.php:1723
4478#, php-format
4479msgctxt "great ×(%s-1) grandparent’s brother"
4480msgid "great ×%s uncle"
4481msgstr ""
4482
4483#: app/Functions/Functions.php:1781
4484msgctxt "(a man’s) brother’s great-grandson"
4485msgid "great-great-nephew"
4486msgstr ""
4487
4488#: app/Functions/Functions.php:1785
4489msgctxt "(a man’s) sister’s great-grandson"
4490msgid "great-great-nephew"
4491msgstr ""
4492
4493#: app/Functions/Functions.php:1788
4494msgctxt "(a woman’s) great-great-nephew"
4495msgid "great-great-nephew"
4496msgstr ""
4497
4498#: app/Functions/Functions.php:1793
4499msgctxt "(a man’s) brother’s great-granddaughter"
4500msgid "great-great-niece"
4501msgstr ""
4502
4503#: app/Functions/Functions.php:1797
4504msgctxt "(a man’s) sister’s great-granddaughter"
4505msgid "great-great-niece"
4506msgstr ""
4507
4508#: app/Functions/Functions.php:1800
4509msgctxt "(a woman’s) great-great-niece"
4510msgid "great-great-niece"
4511msgstr ""
4512
4513#: app/Functions/Functions.php:1804
4514msgctxt "(a man’s) brother’s great-grandchild"
4515msgid "great-great-nephew/niece"
4516msgstr ""
4517
4518#: app/Functions/Functions.php:1808
4519msgctxt "(a man’s) sister’s great-grandchild"
4520msgid "great-great-nephew/niece"
4521msgstr ""
4522
4523#: app/Functions/Functions.php:1811
4524msgctxt "(a woman’s) great-great-nephew/niece"
4525msgid "great-great-nephew/niece"
4526msgstr ""
4527
4528#: app/Functions/Functions.php:1816
4529msgctxt "(a man’s) brother’s great-great-grandson"
4530msgid "great-great-great-nephew"
4531msgstr ""
4532
4533#: app/Functions/Functions.php:1820
4534msgctxt "(a man’s) sister’s great-great-grandson"
4535msgid "great-great-great-nephew"
4536msgstr ""
4537
4538#: app/Functions/Functions.php:1823
4539msgctxt "(a woman’s) great-great-great-nephew"
4540msgid "great-great-great-nephew"
4541msgstr ""
4542
4543#: app/Functions/Functions.php:1828
4544msgctxt "(a man’s) brother’s great-great-granddaughter"
4545msgid "great-great-great-niece"
4546msgstr ""
4547
4548#: app/Functions/Functions.php:1832
4549msgctxt "(a man’s) sister’s great-great-granddaughter"
4550msgid "great-great-great-niece"
4551msgstr ""
4552
4553#: app/Functions/Functions.php:1835
4554msgctxt "(a woman’s) great-great-great-niece"
4555msgid "great-great-great-niece"
4556msgstr ""
4557
4558#: app/Functions/Functions.php:1839
4559msgctxt "(a man’s) brother’s great-great-grandchild"
4560msgid "great-great-great-nephew/niece"
4561msgstr ""
4562
4563#: app/Functions/Functions.php:1843
4564msgctxt "(a man’s) sister’s great-great-grandchild"
4565msgid "great-great-great-nephew/niece"
4566msgstr ""
4567
4568#: app/Functions/Functions.php:1846
4569msgctxt "(a woman’s) great-great-great-nephew/niece"
4570msgid "great-great-great-nephew/niece"
4571msgstr ""
4572
4573#: app/Functions/Functions.php:1851
4574msgctxt "(a man’s) brother’s great-great-great-grandson"
4575msgid "great ×4 nephew"
4576msgstr ""
4577
4578#: app/Functions/Functions.php:1855
4579msgctxt "(a man’s) sister’s great-great-great-grandson"
4580msgid "great ×4 nephew"
4581msgstr ""
4582
4583#: app/Functions/Functions.php:1858
4584msgctxt "(a woman’s) great ×4 nephew"
4585msgid "great ×4 nephew"
4586msgstr ""
4587
4588#: app/Functions/Functions.php:1863
4589msgctxt "(a man’s) brother’s great-great-great-granddaughter"
4590msgid "great ×4 niece"
4591msgstr ""
4592
4593#: app/Functions/Functions.php:1867
4594msgctxt "(a man’s) sister’s great-great-great-granddaughter"
4595msgid "great ×4 niece"
4596msgstr ""
4597
4598#: app/Functions/Functions.php:1870
4599msgctxt "(a woman’s) great ×4 niece"
4600msgid "great ×4 niece"
4601msgstr ""
4602
4603#: app/Functions/Functions.php:1874
4604msgctxt "(a man’s) brother’s great-great-great-grandchild"
4605msgid "great ×4 nephew/niece"
4606msgstr ""
4607
4608#: app/Functions/Functions.php:1878
4609msgctxt "(a man’s) sister’s great-great-great-grandchild"
4610msgid "great ×4 nephew/niece"
4611msgstr ""
4612
4613#: app/Functions/Functions.php:1881
4614msgctxt "(a woman’s) great ×4 nephew/niece"
4615msgid "great ×4 nephew/niece"
4616msgstr ""
4617
4618#: app/Functions/Functions.php:1886
4619msgctxt "(a man’s) brother’s great ×4 grandson"
4620msgid "great ×5 nephew"
4621msgstr ""
4622
4623#: app/Functions/Functions.php:1890
4624msgctxt "(a man’s) sister’s great ×4 grandson"
4625msgid "great ×5 nephew"
4626msgstr ""
4627
4628#: app/Functions/Functions.php:1893
4629msgctxt "(a woman’s) great ×5 nephew"
4630msgid "great ×5 nephew"
4631msgstr ""
4632
4633#: app/Functions/Functions.php:1898
4634msgctxt "(a man’s) brother’s great ×4 granddaughter"
4635msgid "great ×5 niece"
4636msgstr ""
4637
4638#: app/Functions/Functions.php:1902
4639msgctxt "(a man’s) sister’s great ×4 granddaughter"
4640msgid "great ×5 niece"
4641msgstr ""
4642
4643#: app/Functions/Functions.php:1905
4644msgctxt "(a woman’s) great ×5 niece"
4645msgid "great ×5 niece"
4646msgstr ""
4647
4648#: app/Functions/Functions.php:1909
4649msgctxt "(a man’s) brother’s great ×4 grandchild"
4650msgid "great ×5 nephew/niece"
4651msgstr ""
4652
4653#: app/Functions/Functions.php:1913
4654msgctxt "(a man’s) sister’s great ×4 grandchild"
4655msgid "great ×5 nephew/niece"
4656msgstr ""
4657
4658#: app/Functions/Functions.php:1916
4659msgctxt "(a woman’s) great ×5 nephew/niece"
4660msgid "great ×5 nephew/niece"
4661msgstr ""
4662
4663#: app/Functions/Functions.php:1927 app/Functions/Functions.php:1963
4664#, php-format
4665msgctxt "(a man’s) brother’s great ×(%s-1) grandson"
4666msgid "great ×%s nephew"
4667msgstr ""
4668
4669#: app/Functions/Functions.php:1931 app/Functions/Functions.php:1966
4670#, php-format
4671msgctxt "(a man’s) sister’s great ×(%s-1) grandson"
4672msgid "great ×%s nephew"
4673msgstr ""
4674
4675#: app/Functions/Functions.php:1934 app/Functions/Functions.php:1968
4676#, php-format
4677msgctxt "(a woman’s) great ×%s nephew"
4678msgid "great ×%s nephew"
4679msgstr ""
4680
4681#: app/Functions/Functions.php:1939 app/Functions/Functions.php:1972
4682#, php-format
4683msgctxt "(a man’s) brother’s great ×(%s-1) granddaughter"
4684msgid "great ×%s niece"
4685msgstr ""
4686
4687#: app/Functions/Functions.php:1943 app/Functions/Functions.php:1975
4688#, php-format
4689msgctxt "(a man’s) sister’s great ×(%s-1) granddaughter"
4690msgid "great ×%s niece"
4691msgstr ""
4692
4693#: app/Functions/Functions.php:1946 app/Functions/Functions.php:1977
4694#, php-format
4695msgctxt "(a woman’s) great ×%s niece"
4696msgid "great ×%s niece"
4697msgstr ""
4698
4699#: app/Functions/Functions.php:1950 app/Functions/Functions.php:1980
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:1954 app/Functions/Functions.php:1983
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:1957 app/Functions/Functions.php:1985
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:1989 app/Functions/Functions.php:2001
4719#: app/Functions/Functions.php:2017
4720#, php-format
4721msgid "great ×%s nephew"
4722msgstr ""
4723
4724#: app/Functions/Functions.php:1993 app/Functions/Functions.php:2005
4725#: app/Functions/Functions.php:2021
4726#, php-format
4727msgid "great ×%s niece"
4728msgstr ""
4729
4730#: app/Functions/Functions.php:1996 app/Functions/Functions.php:2008
4731#: app/Functions/Functions.php:2024
4732#, php-format
4733msgid "great ×%s nephew/niece"
4734msgstr ""
4735
4736#: app/Functions/Functions.php:2034
4737msgid "great-great-grandfather"
4738msgstr ""
4739
4740#: app/Functions/Functions.php:2038
4741msgid "great-great-grandmother"
4742msgstr ""
4743
4744#: app/Functions/Functions.php:2041
4745msgid "great-great-grandparent"
4746msgstr ""
4747
4748#: app/Functions/Functions.php:2045
4749msgid "great-great-great-grandfather"
4750msgstr ""
4751
4752#: app/Functions/Functions.php:2049
4753msgid "great-great-great-grandmother"
4754msgstr ""
4755
4756#: app/Functions/Functions.php:2052
4757msgid "great-great-great-grandparent"
4758msgstr ""
4759
4760#: app/Functions/Functions.php:2056
4761msgid "great ×4 grandfather"
4762msgstr ""
4763
4764#: app/Functions/Functions.php:2060
4765msgid "great ×4 grandmother"
4766msgstr ""
4767
4768#: app/Functions/Functions.php:2063
4769msgid "great ×4 grandparent"
4770msgstr ""
4771
4772#: app/Functions/Functions.php:2067
4773msgid "great ×5 grandfather"
4774msgstr ""
4775
4776#: app/Functions/Functions.php:2071
4777msgid "great ×5 grandmother"
4778msgstr ""
4779
4780#: app/Functions/Functions.php:2074
4781msgid "great ×5 grandparent"
4782msgstr ""
4783
4784#: app/Functions/Functions.php:2078
4785msgid "great ×6 grandfather"
4786msgstr ""
4787
4788#: app/Functions/Functions.php:2082
4789msgid "great ×6 grandmother"
4790msgstr ""
4791
4792#: app/Functions/Functions.php:2085
4793msgid "great ×6 grandparent"
4794msgstr ""
4795
4796#: app/Functions/Functions.php:2089
4797msgid "great ×7 grandfather"
4798msgstr ""
4799
4800#: app/Functions/Functions.php:2093
4801msgid "great ×7 grandmother"
4802msgstr ""
4803
4804#: app/Functions/Functions.php:2096
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:2106 app/Functions/Functions.php:2120
4810#: app/Functions/Functions.php:2132 app/Functions/Functions.php:2145
4811#: app/Functions/Functions.php:2161
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:2110 app/Functions/Functions.php:2124
4818#: app/Functions/Functions.php:2136 app/Functions/Functions.php:2150
4819#: app/Functions/Functions.php:2166
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:2113 app/Functions/Functions.php:2127
4826#: app/Functions/Functions.php:2139 app/Functions/Functions.php:2154
4827#: app/Functions/Functions.php:2170
4828#, php-format
4829msgid "great ×%s grandparent"
4830msgstr ""
4831
4832#: app/Functions/Functions.php:2180
4833msgid "great-great-grandson"
4834msgstr ""
4835
4836#: app/Functions/Functions.php:2184
4837msgid "great-great-granddaughter"
4838msgstr ""
4839
4840#: app/Functions/Functions.php:2187
4841msgid "great-great-grandchild"
4842msgstr ""
4843
4844#: app/Functions/Functions.php:2191
4845msgid "great-great-great-grandson"
4846msgstr ""
4847
4848#: app/Functions/Functions.php:2195
4849msgid "great-great-great-granddaughter"
4850msgstr ""
4851
4852#: app/Functions/Functions.php:2198
4853msgid "great-great-great-grandchild"
4854msgstr ""
4855
4856#: app/Functions/Functions.php:2202
4857msgid "great ×4 grandson"
4858msgstr ""
4859
4860#: app/Functions/Functions.php:2206
4861msgid "great ×4 granddaughter"
4862msgstr ""
4863
4864#: app/Functions/Functions.php:2209
4865msgid "great ×4 grandchild"
4866msgstr ""
4867
4868#: app/Functions/Functions.php:2213
4869msgid "great ×5 grandson"
4870msgstr ""
4871
4872#: app/Functions/Functions.php:2217
4873msgid "great ×5 granddaughter"
4874msgstr ""
4875
4876#: app/Functions/Functions.php:2220
4877msgid "great ×5 grandchild"
4878msgstr ""
4879
4880#: app/Functions/Functions.php:2224
4881msgid "great ×6 grandson"
4882msgstr ""
4883
4884#: app/Functions/Functions.php:2228
4885msgid "great ×6 granddaughter"
4886msgstr ""
4887
4888#: app/Functions/Functions.php:2231
4889msgid "great ×6 grandchild"
4890msgstr ""
4891
4892#: app/Functions/Functions.php:2235
4893msgid "great ×7 grandson"
4894msgstr ""
4895
4896#: app/Functions/Functions.php:2239
4897msgid "great ×7 granddaughter"
4898msgstr ""
4899
4900#: app/Functions/Functions.php:2242
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:2254 app/Functions/Functions.php:2266
4906#: app/Functions/Functions.php:2283
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:2258 app/Functions/Functions.php:2269
4913#: app/Functions/Functions.php:2288
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:2261 app/Functions/Functions.php:2271
4920#: app/Functions/Functions.php:2292
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:2346
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:2350
4933#, php-format
4934msgid "%s once removed descending"
4935msgstr ""
4936
4937#. I18N: %s=“fifth cousin”, etc.
4938#: app/Functions/Functions.php:2354
4939#, php-format
4940msgid "%s twice removed ascending"
4941msgstr ""
4942
4943#. I18N: %s=“fifth cousin”, etc.
4944#: app/Functions/Functions.php:2358
4945#, php-format
4946msgid "%s twice removed descending"
4947msgstr ""
4948
4949#. I18N: %s=“fifth cousin”, etc.
4950#: app/Functions/Functions.php:2362
4951#, php-format
4952msgid "%s three times removed ascending"
4953msgstr ""
4954
4955#. I18N: %s=“fifth cousin”, etc.
4956#: app/Functions/Functions.php:2366
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:2370
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:2374
4969#, php-format
4970msgid "%1$s %2$s times removed descending"
4971msgstr ""
4972
4973#: app/Functions/Functions.php:2392
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:168
5152#: app/Http/Controllers/ListController.php:177
5153#: app/Http/Controllers/ListController.php:186
5154#: app/Http/Controllers/ListController.php:275
5155#: app/Http/Controllers/ListController.php:377
5156#: app/Http/Controllers/ListController.php:379
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:527 app/GedcomRecord.php:635 app/GedcomRecord.php:1281
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:992 app/GedcomRecord.php:997
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/lists/sources-table.phtml:88
8272#: resources/views/modals/source-fields.phtml:31
8273msgid "Publication"
8274msgstr ""
8275
8276#. I18N: gedcom tag QUAY
8277#: app/GedcomTag.php:952
8278msgid "Quality of data"
8279msgstr ""
8280
8281#. I18N: gedcom tag REFN
8282#: app/GedcomTag.php:955
8283msgid "Reference number"
8284msgstr ""
8285
8286#. I18N: gedcom tag RELA
8287#: app/GedcomTag.php:958
8288msgid "Relationship"
8289msgstr ""
8290
8291#. I18N: gedcom tag RELI
8292#: app/GedcomTag.php:961 resources/xml/reports/missing_facts_report.xml:26
8293#: resources/xml/reports/missing_facts_report.xml:587
8294msgid "Religion"
8295msgstr ""
8296
8297#. I18N: gedcom tag REPO
8298#: app/GedcomTag.php:964 resources/views/admin/trees-privacy.phtml:171
8299#: resources/views/admin/trees.phtml:222
8300#: resources/views/modals/source-fields.phtml:39
8301#: resources/views/modules/favorites/favorites.phtml:122
8302#: resources/views/modules/recent_changes/changes-table.phtml:80
8303msgid "Repository"
8304msgstr ""
8305
8306#. I18N: gedcom tag RESI
8307#: app/GedcomTag.php:967
8308msgid "Residence"
8309msgstr ""
8310
8311#: app/GedcomTag.php:969
8312msgid "Date of residence"
8313msgstr ""
8314
8315#: app/GedcomTag.php:971
8316msgid "Place of residence"
8317msgstr ""
8318
8319#. I18N: gedcom tag RESN
8320#: app/GedcomTag.php:974 app/Http/RequestHandlers/HelpText.php:229
8321#: resources/views/cards/add-restriction.phtml:10
8322#: resources/views/media-page.phtml:177
8323msgid "Restriction"
8324msgstr ""
8325
8326#. I18N: gedcom tag RETI
8327#: app/GedcomTag.php:977
8328msgid "Retirement"
8329msgstr ""
8330
8331#. I18N: gedcom tag RFN
8332#: app/GedcomTag.php:982
8333msgid "Record file number"
8334msgstr ""
8335
8336#. I18N: gedcom tag RIN
8337#: app/GedcomTag.php:991
8338msgid "Record ID number"
8339msgstr ""
8340
8341#. I18N: gedcom tag ROLE
8342#: app/GedcomTag.php:994 resources/views/admin/users-edit.phtml:269
8343msgid "Role"
8344msgstr ""
8345
8346#. I18N: gedcom tag ROMN
8347#: app/GedcomTag.php:997 app/Http/RequestHandlers/HelpText.php:234
8348msgid "Romanized"
8349msgstr ""
8350
8351#. I18N: gedcom tag SERV
8352#: app/GedcomTag.php:1000
8353msgid "Remote server"
8354msgstr ""
8355
8356#. I18N: gedcom tag SEX
8357#: app/GedcomTag.php:1003 app/Http/RequestHandlers/IndividualPage.php:375
8358#: resources/xml/reports/family_group_report.xml:844
8359#: resources/xml/reports/individual_ext_report.xml:391
8360#: resources/xml/reports/individual_ext_report.xml:598
8361#: resources/xml/reports/individual_report.xml:388
8362#: resources/xml/reports/individual_report.xml:602
8363msgid "Gender"
8364msgstr ""
8365
8366#: app/GedcomTag.php:1005 resources/views/admin/trees.phtml:239
8367#: resources/views/cards/add-shared-note.phtml:10
8368#: resources/views/edit/shared-note.phtml:14
8369#: resources/views/family-page.phtml:82 resources/views/media-page.phtml:167
8370#: resources/views/modules/notes/tab.phtml:51
8371#: resources/views/note-page.phtml:84
8372msgid "Shared note"
8373msgstr ""
8374
8375#. I18N: gedcom tag SLGC. LDS = Church of Latter Day Saints.
8376#: app/GedcomTag.php:1008
8377msgid "LDS child sealing"
8378msgstr ""
8379
8380#. I18N: LDS = Church of Latter Day Saints.
8381#: app/GedcomTag.php:1011
8382msgid "Date of LDS child sealing"
8383msgstr ""
8384
8385#. I18N: LDS = Church of Latter Day Saints.
8386#: app/GedcomTag.php:1014
8387msgid "Place of LDS child sealing"
8388msgstr ""
8389
8390#. I18N: gedcom tag SLGS. LDS = Church of Latter Day Saints.
8391#: app/GedcomTag.php:1017
8392msgid "LDS spouse sealing"
8393msgstr ""
8394
8395#. I18N: gedcom tag SPFX
8396#: app/GedcomTag.php:1023
8397msgid "Surname prefix"
8398msgstr ""
8399
8400#. I18N: gedcom tag SSN
8401#: app/GedcomTag.php:1026
8402msgid "Social security number"
8403msgstr ""
8404
8405#. I18N: gedcom tag STAE
8406#: app/GedcomTag.php:1029
8407msgid "State"
8408msgstr ""
8409
8410#: app/GedcomTag.php:1034
8411msgid "Status change date"
8412msgstr ""
8413
8414#. I18N: gedcom tag SUBM
8415#: app/GedcomTag.php:1037 resources/views/admin/trees.phtml:247
8416#: resources/views/modules/recent_changes/changes-table.phtml:77
8417msgid "Submitter"
8418msgstr ""
8419
8420#. I18N: gedcom tag SUBN
8421#: app/GedcomTag.php:1040 app/Submission.php:117 app/Submission.php:118
8422#: app/Submission.php:119
8423msgid "Submission"
8424msgstr ""
8425
8426#. I18N: gedcom tag SURN
8427#: app/GedcomTag.php:1043 app/Http/RequestHandlers/HelpText.php:214
8428#: resources/views/branches-page.phtml:16
8429#: resources/views/lists/families-table.phtml:215
8430#: resources/views/lists/families-table.phtml:218
8431#: resources/views/lists/individuals-table.phtml:234
8432#: resources/views/lists/surnames-table.phtml:23
8433#: resources/views/modules/statistics-chart/custom.phtml:160
8434#: resources/views/search-phonetic-page.phtml:29
8435msgid "Surname"
8436msgstr ""
8437
8438#. I18N: gedcom tag TEMP
8439#: app/GedcomTag.php:1046 resources/xml/reports/individual_report.xml:208
8440msgid "Temple"
8441msgstr ""
8442
8443#. I18N: gedcom tag TEXT
8444#: app/GedcomTag.php:1049 resources/views/admin/trees-preferences.phtml:575
8445#: resources/views/modals/source-fields.phtml:53
8446msgid "Text"
8447msgstr ""
8448
8449#. I18N: gedcom tag TIME
8450#: app/GedcomTag.php:1052
8451msgid "Time"
8452msgstr ""
8453
8454#. I18N: gedcom tag TITL
8455#: app/GedcomTag.php:1055 resources/views/admin/fix-level-0-media.phtml:30
8456#: resources/views/lists/media-table.phtml:70
8457#: resources/views/lists/notes-table.phtml:81
8458#: resources/views/lists/sources-table.phtml:85
8459#: resources/views/modals/create-media-from-file.phtml:32
8460#: resources/views/modals/media-file-fields.phtml:106
8461#: resources/views/modals/source-fields.phtml:9
8462#: resources/views/modules/census-assistant.phtml:20
8463#: resources/views/modules/favorites/favorites.phtml:149
8464#: resources/views/modules/favorites/favorites.phtml:151
8465#: resources/views/modules/gedcom_news/edit.phtml:17
8466#: resources/views/modules/html/config.phtml:11
8467#: resources/views/modules/user_blog/edit.phtml:17
8468msgid "Title"
8469msgstr ""
8470
8471#: app/GedcomTag.php:1057
8472msgid "Phonetic title"
8473msgstr ""
8474
8475#: app/GedcomTag.php:1059
8476msgid "Romanized title"
8477msgstr ""
8478
8479#: app/GedcomTag.php:1061
8480msgid "Title in Hebrew"
8481msgstr ""
8482
8483#. I18N: gedcom tag TRLR
8484#: app/GedcomTag.php:1064
8485msgid "Trailer"
8486msgstr ""
8487
8488#. I18N: gedcom tag URL (A web address / URL)
8489#. I18N: gedcom tag WWW (A web address / URL)
8490#. I18N: gedcom tag _URL
8491#. I18N: A configuration setting
8492#: app/GedcomTag.php:1070 app/GedcomTag.php:1082 app/GedcomTag.php:2068
8493#: resources/views/admin/trees-create.phtml:26
8494#: resources/views/admin/trees-preferences.phtml:40
8495#: resources/views/modals/media-file-fields.phtml:90
8496#: resources/views/modules/favorites/favorites.phtml:136
8497#: resources/views/modules/favorites/favorites.phtml:143
8498#: resources/views/modules/favorites/favorites.phtml:145
8499#: resources/views/modules/matomo-analytics/form.phtml:18
8500#: resources/views/modules/sitemap/config.phtml:36
8501msgid "URL"
8502msgstr ""
8503
8504#. I18N: gedcom tag VERS
8505#: app/GedcomTag.php:1073
8506msgid "Version"
8507msgstr ""
8508
8509#. I18N: gedcom tag WILL
8510#: app/GedcomTag.php:1079
8511msgid "Will"
8512msgstr ""
8513
8514#: app/GedcomTag.php:1085
8515msgid "Adoption of a son"
8516msgstr ""
8517
8518#: app/GedcomTag.php:1089
8519msgid "Adoption of a daughter"
8520msgstr ""
8521
8522#: app/GedcomTag.php:1092
8523msgid "Adoption of a child"
8524msgstr ""
8525
8526#: app/GedcomTag.php:1096
8527msgid "Adoption of a grandson"
8528msgstr ""
8529
8530#: app/GedcomTag.php:1100
8531msgid "Adoption of a granddaughter"
8532msgstr ""
8533
8534#: app/GedcomTag.php:1103 app/GedcomTag.php:1114 app/GedcomTag.php:1125
8535msgid "Adoption of a grandchild"
8536msgstr ""
8537
8538#: app/GedcomTag.php:1107
8539msgctxt "daughter’s son"
8540msgid "Adoption of a grandson"
8541msgstr ""
8542
8543#: app/GedcomTag.php:1111
8544msgctxt "daughter’s daughter"
8545msgid "Adoption of a granddaughter"
8546msgstr ""
8547
8548#: app/GedcomTag.php:1118
8549msgctxt "son’s son"
8550msgid "Adoption of a grandson"
8551msgstr ""
8552
8553#: app/GedcomTag.php:1122
8554msgctxt "son’s daughter"
8555msgid "Adoption of a granddaughter"
8556msgstr ""
8557
8558#: app/GedcomTag.php:1129
8559msgid "Adoption of a half-brother"
8560msgstr ""
8561
8562#: app/GedcomTag.php:1133
8563msgid "Adoption of a half-sister"
8564msgstr ""
8565
8566#: app/GedcomTag.php:1136
8567msgid "Adoption of a half-sibling"
8568msgstr ""
8569
8570#: app/GedcomTag.php:1140
8571msgid "Adoption of a brother"
8572msgstr ""
8573
8574#: app/GedcomTag.php:1144
8575msgid "Adoption of a sister"
8576msgstr ""
8577
8578#: app/GedcomTag.php:1147
8579msgid "Adoption of a sibling"
8580msgstr ""
8581
8582#. I18N: gedcom tag _AKA
8583#: app/GedcomTag.php:1181
8584msgctxt "MALE"
8585msgid "Also known as"
8586msgstr ""
8587
8588#. I18N: gedcom tag _AKA
8589#: app/GedcomTag.php:1186
8590msgctxt "FEMALE"
8591msgid "Also known as"
8592msgstr ""
8593
8594#. I18N: gedcom tag _AKA
8595#: app/GedcomTag.php:1190
8596msgid "Also known as"
8597msgstr ""
8598
8599#. I18N: gedcom tag _ALBUM
8600#. I18N: Name of a module
8601#: app/GedcomTag.php:1195 app/Module/AlbumModule.php:45
8602msgid "Album"
8603msgstr ""
8604
8605#: app/GedcomTag.php:1201
8606msgid "Baptism of a son"
8607msgstr ""
8608
8609#: app/GedcomTag.php:1205
8610msgid "Baptism of a daughter"
8611msgstr ""
8612
8613#: app/GedcomTag.php:1208
8614msgid "Baptism of a child"
8615msgstr ""
8616
8617#: app/GedcomTag.php:1212
8618msgid "Baptism of a grandson"
8619msgstr ""
8620
8621#: app/GedcomTag.php:1216
8622msgid "Baptism of a granddaughter"
8623msgstr ""
8624
8625#: app/GedcomTag.php:1219 app/GedcomTag.php:1230 app/GedcomTag.php:1241
8626msgid "Baptism of a grandchild"
8627msgstr ""
8628
8629#: app/GedcomTag.php:1223
8630msgctxt "daughter’s son"
8631msgid "Baptism of a grandson"
8632msgstr ""
8633
8634#: app/GedcomTag.php:1227
8635msgctxt "daughter’s daughter"
8636msgid "Baptism of a granddaughter"
8637msgstr ""
8638
8639#: app/GedcomTag.php:1234
8640msgctxt "son’s son"
8641msgid "Baptism of a grandson"
8642msgstr ""
8643
8644#: app/GedcomTag.php:1238
8645msgctxt "son’s daughter"
8646msgid "Baptism of a granddaughter"
8647msgstr ""
8648
8649#: app/GedcomTag.php:1245
8650msgid "Baptism of a half-brother"
8651msgstr ""
8652
8653#: app/GedcomTag.php:1249
8654msgid "Baptism of a half-sister"
8655msgstr ""
8656
8657#: app/GedcomTag.php:1252
8658msgid "Baptism of a half-sibling"
8659msgstr ""
8660
8661#: app/GedcomTag.php:1256
8662msgid "Baptism of a brother"
8663msgstr ""
8664
8665#: app/GedcomTag.php:1260
8666msgid "Baptism of a sister"
8667msgstr ""
8668
8669#: app/GedcomTag.php:1263
8670msgid "Baptism of a sibling"
8671msgstr ""
8672
8673#. I18N: gedcom tag _BIBL
8674#: app/GedcomTag.php:1267
8675msgid "Bibliography"
8676msgstr ""
8677
8678#: app/GedcomTag.php:1271
8679msgid "Birth of a son"
8680msgstr ""
8681
8682#: app/GedcomTag.php:1275
8683msgid "Birth of a daughter"
8684msgstr ""
8685
8686#: app/GedcomTag.php:1278 resources/views/admin/trees-preferences.phtml:423
8687msgid "Birth of a child"
8688msgstr ""
8689
8690#: app/GedcomTag.php:1282
8691msgid "Birth of a grandson"
8692msgstr ""
8693
8694#: app/GedcomTag.php:1286
8695msgid "Birth of a granddaughter"
8696msgstr ""
8697
8698#: app/GedcomTag.php:1289 app/GedcomTag.php:1300 app/GedcomTag.php:1311
8699#: resources/views/admin/trees-preferences.phtml:417
8700msgid "Birth of a grandchild"
8701msgstr ""
8702
8703#: app/GedcomTag.php:1293
8704msgctxt "daughter’s son"
8705msgid "Birth of a grandson"
8706msgstr ""
8707
8708#: app/GedcomTag.php:1297
8709msgctxt "daughter’s daughter"
8710msgid "Birth of a granddaughter"
8711msgstr ""
8712
8713#: app/GedcomTag.php:1304
8714msgctxt "son’s son"
8715msgid "Birth of a grandson"
8716msgstr ""
8717
8718#: app/GedcomTag.php:1308
8719msgctxt "son’s daughter"
8720msgid "Birth of a granddaughter"
8721msgstr ""
8722
8723#: app/GedcomTag.php:1315
8724msgid "Birth of a half-brother"
8725msgstr ""
8726
8727#: app/GedcomTag.php:1319
8728msgid "Birth of a half-sister"
8729msgstr ""
8730
8731#: app/GedcomTag.php:1322
8732msgid "Birth of a half-sibling"
8733msgstr ""
8734
8735#: app/GedcomTag.php:1326
8736msgid "Birth of a brother"
8737msgstr ""
8738
8739#: app/GedcomTag.php:1330
8740msgid "Birth of a sister"
8741msgstr ""
8742
8743#: app/GedcomTag.php:1333 resources/views/admin/trees-preferences.phtml:429
8744msgid "Birth of a sibling"
8745msgstr ""
8746
8747#. I18N: gedcom tag _BRTM
8748#: app/GedcomTag.php:1337
8749msgid "Brit milah"
8750msgstr ""
8751
8752#: app/GedcomTag.php:1339
8753msgid "Date of brit milah"
8754msgstr ""
8755
8756#: app/GedcomTag.php:1341
8757msgid "Place of brit milah"
8758msgstr ""
8759
8760#: app/GedcomTag.php:1344
8761msgid "Burial of a son"
8762msgstr ""
8763
8764#: app/GedcomTag.php:1348
8765msgid "Burial of a daughter"
8766msgstr ""
8767
8768#: app/GedcomTag.php:1351
8769msgid "Burial of a child"
8770msgstr ""
8771
8772#: app/GedcomTag.php:1355
8773msgid "Burial of a grandson"
8774msgstr ""
8775
8776#: app/GedcomTag.php:1359
8777msgid "Burial of a granddaughter"
8778msgstr ""
8779
8780#: app/GedcomTag.php:1362 app/GedcomTag.php:1373 app/GedcomTag.php:1384
8781msgid "Burial of a grandchild"
8782msgstr ""
8783
8784#: app/GedcomTag.php:1366
8785msgctxt "daughter’s son"
8786msgid "Burial of a grandson"
8787msgstr ""
8788
8789#: app/GedcomTag.php:1370
8790msgctxt "daughter’s daughter"
8791msgid "Burial of a granddaughter"
8792msgstr ""
8793
8794#: app/GedcomTag.php:1377
8795msgctxt "son’s son"
8796msgid "Burial of a grandson"
8797msgstr ""
8798
8799#: app/GedcomTag.php:1381
8800msgctxt "son’s daughter"
8801msgid "Burial of a granddaughter"
8802msgstr ""
8803
8804#: app/GedcomTag.php:1388
8805msgid "Burial of a grandfather"
8806msgstr ""
8807
8808#: app/GedcomTag.php:1392
8809msgid "Burial of a grandmother"
8810msgstr ""
8811
8812#: app/GedcomTag.php:1395
8813msgid "Burial of a grandparent"
8814msgstr ""
8815
8816#: app/GedcomTag.php:1399
8817msgid "Burial of a paternal grandfather"
8818msgstr ""
8819
8820#: app/GedcomTag.php:1403
8821msgid "Burial of a paternal grandmother"
8822msgstr ""
8823
8824#: app/GedcomTag.php:1406
8825msgid "Burial of a paternal grandparent"
8826msgstr ""
8827
8828#: app/GedcomTag.php:1410
8829msgid "Burial of a maternal grandfather"
8830msgstr ""
8831
8832#: app/GedcomTag.php:1414
8833msgid "Burial of a maternal grandmother"
8834msgstr ""
8835
8836#: app/GedcomTag.php:1417
8837msgid "Burial of a maternal grandparent"
8838msgstr ""
8839
8840#: app/GedcomTag.php:1421
8841msgid "Burial of a half-brother"
8842msgstr ""
8843
8844#: app/GedcomTag.php:1425
8845msgid "Burial of a half-sister"
8846msgstr ""
8847
8848#: app/GedcomTag.php:1428
8849msgid "Burial of a half-sibling"
8850msgstr ""
8851
8852#: app/GedcomTag.php:1432
8853msgid "Burial of a father"
8854msgstr ""
8855
8856#: app/GedcomTag.php:1436
8857msgid "Burial of a mother"
8858msgstr ""
8859
8860#: app/GedcomTag.php:1439
8861msgid "Burial of a parent"
8862msgstr ""
8863
8864#: app/GedcomTag.php:1443
8865msgid "Burial of a brother"
8866msgstr ""
8867
8868#: app/GedcomTag.php:1447
8869msgid "Burial of a sister"
8870msgstr ""
8871
8872#: app/GedcomTag.php:1450
8873msgid "Burial of a sibling"
8874msgstr ""
8875
8876#: app/GedcomTag.php:1454
8877msgid "Burial of a husband"
8878msgstr ""
8879
8880#: app/GedcomTag.php:1458
8881msgid "Burial of a wife"
8882msgstr ""
8883
8884#: app/GedcomTag.php:1461
8885msgid "Burial of a spouse"
8886msgstr ""
8887
8888#: app/GedcomTag.php:1465
8889msgid "Christening of a son"
8890msgstr ""
8891
8892#: app/GedcomTag.php:1469
8893msgid "Christening of a daughter"
8894msgstr ""
8895
8896#: app/GedcomTag.php:1472
8897msgid "Christening of a child"
8898msgstr ""
8899
8900#: app/GedcomTag.php:1476
8901msgid "Christening of a grandson"
8902msgstr ""
8903
8904#: app/GedcomTag.php:1480
8905msgid "Christening of a granddaughter"
8906msgstr ""
8907
8908#: app/GedcomTag.php:1483 app/GedcomTag.php:1494 app/GedcomTag.php:1505
8909msgid "Christening of a grandchild"
8910msgstr ""
8911
8912#: app/GedcomTag.php:1487
8913msgctxt "daughter’s son"
8914msgid "Christening of a grandson"
8915msgstr ""
8916
8917#: app/GedcomTag.php:1491
8918msgctxt "daughter’s daughter"
8919msgid "Christening of a granddaughter"
8920msgstr ""
8921
8922#: app/GedcomTag.php:1498
8923msgctxt "son’s son"
8924msgid "Christening of a grandson"
8925msgstr ""
8926
8927#: app/GedcomTag.php:1502
8928msgctxt "son’s daughter"
8929msgid "Christening of a granddaughter"
8930msgstr ""
8931
8932#: app/GedcomTag.php:1509
8933msgid "Christening of a half-brother"
8934msgstr ""
8935
8936#: app/GedcomTag.php:1513
8937msgid "Christening of a half-sister"
8938msgstr ""
8939
8940#: app/GedcomTag.php:1516
8941msgid "Christening of a half-sibling"
8942msgstr ""
8943
8944#: app/GedcomTag.php:1520
8945msgid "Christening of a brother"
8946msgstr ""
8947
8948#: app/GedcomTag.php:1524
8949msgid "Christening of a sister"
8950msgstr ""
8951
8952#: app/GedcomTag.php:1527
8953msgid "Christening of a sibling"
8954msgstr ""
8955
8956#. I18N: gedcom tag _COML
8957#: app/GedcomTag.php:1531
8958msgid "Common law marriage"
8959msgstr ""
8960
8961#: app/GedcomTag.php:1535
8962msgid "Cremation of a son"
8963msgstr ""
8964
8965#: app/GedcomTag.php:1539
8966msgid "Cremation of a daughter"
8967msgstr ""
8968
8969#: app/GedcomTag.php:1542
8970msgid "Cremation of a child"
8971msgstr ""
8972
8973#: app/GedcomTag.php:1546
8974msgid "Cremation of a grandson"
8975msgstr ""
8976
8977#: app/GedcomTag.php:1550
8978msgid "Cremation of a granddaughter"
8979msgstr ""
8980
8981#: app/GedcomTag.php:1553 app/GedcomTag.php:1564 app/GedcomTag.php:1575
8982msgid "Cremation of a grandchild"
8983msgstr ""
8984
8985#: app/GedcomTag.php:1557
8986msgctxt "daughter’s son"
8987msgid "Cremation of a grandson"
8988msgstr ""
8989
8990#: app/GedcomTag.php:1561
8991msgctxt "daughter’s daughter"
8992msgid "Cremation of a granddaughter"
8993msgstr ""
8994
8995#: app/GedcomTag.php:1568
8996msgctxt "son’s son"
8997msgid "Cremation of a grandson"
8998msgstr ""
8999
9000#: app/GedcomTag.php:1572
9001msgctxt "son’s daughter"
9002msgid "Cremation of a granddaughter"
9003msgstr ""
9004
9005#: app/GedcomTag.php:1579
9006msgid "Cremation of a grandfather"
9007msgstr ""
9008
9009#: app/GedcomTag.php:1583
9010msgid "Cremation of a grandmother"
9011msgstr ""
9012
9013#: app/GedcomTag.php:1586 app/GedcomTag.php:1597 app/GedcomTag.php:1608
9014msgid "Cremation of a grand-parent"
9015msgstr ""
9016
9017#: app/GedcomTag.php:1590
9018msgid "Cremation of a paternal grandfather"
9019msgstr ""
9020
9021#: app/GedcomTag.php:1594
9022msgid "Cremation of a paternal grandmother"
9023msgstr ""
9024
9025#: app/GedcomTag.php:1601
9026msgid "Cremation of a maternal grandfather"
9027msgstr ""
9028
9029#: app/GedcomTag.php:1605
9030msgid "Cremation of a maternal grandmother"
9031msgstr ""
9032
9033#: app/GedcomTag.php:1612
9034msgid "Cremation of a half-brother"
9035msgstr ""
9036
9037#: app/GedcomTag.php:1616
9038msgid "Cremation of a half-sister"
9039msgstr ""
9040
9041#: app/GedcomTag.php:1619
9042msgid "Cremation of a half-sibling"
9043msgstr ""
9044
9045#: app/GedcomTag.php:1623
9046msgid "Cremation of a father"
9047msgstr ""
9048
9049#: app/GedcomTag.php:1627
9050msgid "Cremation of a mother"
9051msgstr ""
9052
9053#: app/GedcomTag.php:1630
9054msgid "Cremation of a parent"
9055msgstr ""
9056
9057#: app/GedcomTag.php:1634
9058msgid "Cremation of a brother"
9059msgstr ""
9060
9061#: app/GedcomTag.php:1638
9062msgid "Cremation of a sister"
9063msgstr ""
9064
9065#: app/GedcomTag.php:1641
9066msgid "Cremation of a sibling"
9067msgstr ""
9068
9069#: app/GedcomTag.php:1645
9070msgid "Cremation of a husband"
9071msgstr ""
9072
9073#: app/GedcomTag.php:1649
9074msgid "Cremation of a wife"
9075msgstr ""
9076
9077#: app/GedcomTag.php:1652
9078msgid "Cremation of a spouse"
9079msgstr ""
9080
9081#. I18N: gedcom tag _DBID
9082#: app/GedcomTag.php:1656
9083msgid "Linked database ID"
9084msgstr ""
9085
9086#: app/GedcomTag.php:1660
9087msgid "Death of a son"
9088msgstr ""
9089
9090#: app/GedcomTag.php:1664
9091msgid "Death of a daughter"
9092msgstr ""
9093
9094#: app/GedcomTag.php:1667 resources/views/admin/trees-preferences.phtml:469
9095msgid "Death of a child"
9096msgstr ""
9097
9098#: app/GedcomTag.php:1671
9099msgid "Death of a grandson"
9100msgstr ""
9101
9102#: app/GedcomTag.php:1675
9103msgid "Death of a granddaughter"
9104msgstr ""
9105
9106#: app/GedcomTag.php:1678 app/GedcomTag.php:1689 app/GedcomTag.php:1700
9107#: resources/views/admin/trees-preferences.phtml:463
9108msgid "Death of a grandchild"
9109msgstr ""
9110
9111#: app/GedcomTag.php:1682
9112msgctxt "daughter’s son"
9113msgid "Death of a grandson"
9114msgstr ""
9115
9116#: app/GedcomTag.php:1686
9117msgctxt "daughter’s daughter"
9118msgid "Death of a granddaughter"
9119msgstr ""
9120
9121#: app/GedcomTag.php:1693
9122msgctxt "son’s son"
9123msgid "Death of a grandson"
9124msgstr ""
9125
9126#: app/GedcomTag.php:1697
9127msgctxt "son’s daughter"
9128msgid "Death of a granddaughter"
9129msgstr ""
9130
9131#: app/GedcomTag.php:1704
9132msgid "Death of a grandfather"
9133msgstr ""
9134
9135#: app/GedcomTag.php:1708
9136msgid "Death of a grandmother"
9137msgstr ""
9138
9139#: app/GedcomTag.php:1711 app/GedcomTag.php:1722 app/GedcomTag.php:1733
9140#: resources/views/admin/trees-preferences.phtml:493
9141msgid "Death of a grand-parent"
9142msgstr ""
9143
9144#: app/GedcomTag.php:1715
9145msgid "Death of a paternal grandfather"
9146msgstr ""
9147
9148#: app/GedcomTag.php:1719
9149msgid "Death of a paternal grandmother"
9150msgstr ""
9151
9152#: app/GedcomTag.php:1726
9153msgid "Death of a maternal grandfather"
9154msgstr ""
9155
9156#: app/GedcomTag.php:1730
9157msgid "Death of a maternal grandmother"
9158msgstr ""
9159
9160#: app/GedcomTag.php:1737
9161msgid "Death of a half-brother"
9162msgstr ""
9163
9164#: app/GedcomTag.php:1741
9165msgid "Death of a half-sister"
9166msgstr ""
9167
9168#: app/GedcomTag.php:1744
9169msgid "Death of a half-sibling"
9170msgstr ""
9171
9172#: app/GedcomTag.php:1748
9173msgid "Death of a father"
9174msgstr ""
9175
9176#: app/GedcomTag.php:1752
9177msgid "Death of a mother"
9178msgstr ""
9179
9180#: app/GedcomTag.php:1755 resources/views/admin/trees-preferences.phtml:481
9181msgid "Death of a parent"
9182msgstr ""
9183
9184#: app/GedcomTag.php:1759
9185msgid "Death of a brother"
9186msgstr ""
9187
9188#: app/GedcomTag.php:1763
9189msgid "Death of a sister"
9190msgstr ""
9191
9192#: app/GedcomTag.php:1766 resources/views/admin/trees-preferences.phtml:475
9193msgid "Death of a sibling"
9194msgstr ""
9195
9196#: app/GedcomTag.php:1770
9197msgid "Death of a husband"
9198msgstr ""
9199
9200#: app/GedcomTag.php:1774
9201msgid "Death of a wife"
9202msgstr ""
9203
9204#: app/GedcomTag.php:1777 resources/views/admin/trees-preferences.phtml:487
9205msgid "Death of a spouse"
9206msgstr ""
9207
9208#. I18N: gedcom tag _DEG
9209#: app/GedcomTag.php:1781
9210msgid "Degree"
9211msgstr ""
9212
9213#. I18N: gedcom tag _DETS
9214#: app/GedcomTag.php:1784
9215msgid "Death of one spouse"
9216msgstr ""
9217
9218#. I18N: gedcom tag _DNA (from FTM 2010)
9219#: app/GedcomTag.php:1787
9220msgid "DNA markers"
9221msgstr ""
9222
9223#. I18N: gedcom tag _EYEC
9224#: app/GedcomTag.php:1793
9225msgid "Eye color"
9226msgstr ""
9227
9228#: app/GedcomTag.php:1795
9229msgid "Fact 1"
9230msgstr ""
9231
9232#: app/GedcomTag.php:1797
9233msgid "Fact 2"
9234msgstr ""
9235
9236#: app/GedcomTag.php:1799
9237msgid "Fact 3"
9238msgstr ""
9239
9240#: app/GedcomTag.php:1801
9241msgid "Fact 4"
9242msgstr ""
9243
9244#: app/GedcomTag.php:1803
9245msgid "Fact 5"
9246msgstr ""
9247
9248#: app/GedcomTag.php:1805
9249msgid "Fact 6"
9250msgstr ""
9251
9252#: app/GedcomTag.php:1807
9253msgid "Fact 7"
9254msgstr ""
9255
9256#: app/GedcomTag.php:1809
9257msgid "Fact 8"
9258msgstr ""
9259
9260#: app/GedcomTag.php:1811
9261msgid "Fact 9"
9262msgstr ""
9263
9264#: app/GedcomTag.php:1813
9265msgid "Fact 10"
9266msgstr ""
9267
9268#: app/GedcomTag.php:1815
9269msgid "Fact 11"
9270msgstr ""
9271
9272#: app/GedcomTag.php:1817
9273msgid "Fact 12"
9274msgstr ""
9275
9276#: app/GedcomTag.php:1819
9277msgid "Fact 13"
9278msgstr ""
9279
9280#. I18N: gedcom tag _FNRL
9281#: app/GedcomTag.php:1822
9282msgid "Funeral"
9283msgstr ""
9284
9285#. I18N: gedcom tag _FREL
9286#: app/GedcomTag.php:1825
9287msgid "Relationship to father"
9288msgstr ""
9289
9290#. I18N: gedcom tag _HAIR
9291#: app/GedcomTag.php:1834
9292msgid "Hair color"
9293msgstr ""
9294
9295#. I18N: gedcom tag _HEB
9296#: app/GedcomTag.php:1837 app/Http/RequestHandlers/HelpText.php:239
9297msgid "Hebrew"
9298msgstr ""
9299
9300#. I18N: gedcom tag _HEIG
9301#: app/GedcomTag.php:1840
9302msgid "Height"
9303msgstr ""
9304
9305#. I18N: gedcom tag _HNM
9306#: app/GedcomTag.php:1843
9307msgid "Hebrew name"
9308msgstr ""
9309
9310#. I18N: gedcom tag _HOL
9311#: app/GedcomTag.php:1846
9312msgid "Holocaust"
9313msgstr ""
9314
9315#. I18N: gedcom tag _INTE
9316#: app/GedcomTag.php:1851
9317msgctxt "MALE"
9318msgid "Interred"
9319msgstr ""
9320
9321#. I18N: gedcom tag _INTE
9322#: app/GedcomTag.php:1856
9323msgctxt "FEMALE"
9324msgid "Interred"
9325msgstr ""
9326
9327#. I18N: gedcom tag _INTE
9328#: app/GedcomTag.php:1860
9329msgid "Interred"
9330msgstr ""
9331
9332#. I18N: gedcom tag _MARI
9333#: app/GedcomTag.php:1867
9334msgid "Marriage intention"
9335msgstr ""
9336
9337#. I18N: gedcom tag _MARNM
9338#: app/GedcomTag.php:1870 resources/xml/reports/cemetery_report.xml:7
9339#: resources/xml/reports/death_report.xml:10
9340msgid "Married name"
9341msgstr ""
9342
9343#. I18N: gedcom tag _PRIM
9344#: app/GedcomTag.php:1873 resources/xml/reports/individual_ext_report.xml:11
9345#: resources/xml/reports/individual_report.xml:8
9346msgid "Highlighted image"
9347msgstr ""
9348
9349#: app/GedcomTag.php:1875
9350msgid "Married surname"
9351msgstr ""
9352
9353#: app/GedcomTag.php:1879
9354msgid "Marriage of a son"
9355msgstr ""
9356
9357#: app/GedcomTag.php:1883
9358msgid "Marriage of a daughter"
9359msgstr ""
9360
9361#: app/GedcomTag.php:1886 resources/views/admin/trees-preferences.phtml:443
9362msgid "Marriage of a child"
9363msgstr ""
9364
9365#. I18N: ...to each other
9366#: app/GedcomTag.php:1890
9367msgid "Marriage of parents"
9368msgstr ""
9369
9370#: app/GedcomTag.php:1894
9371msgid "Marriage of a grandson"
9372msgstr ""
9373
9374#: app/GedcomTag.php:1898
9375msgid "Marriage of a granddaughter"
9376msgstr ""
9377
9378#: app/GedcomTag.php:1901 app/GedcomTag.php:1912 app/GedcomTag.php:1923
9379#: resources/views/admin/trees-preferences.phtml:437
9380msgid "Marriage of a grandchild"
9381msgstr ""
9382
9383#: app/GedcomTag.php:1905
9384msgctxt "daughter’s son"
9385msgid "Marriage of a grandson"
9386msgstr ""
9387
9388#: app/GedcomTag.php:1909
9389msgctxt "daughter’s daughter"
9390msgid "Marriage of a granddaughter"
9391msgstr ""
9392
9393#: app/GedcomTag.php:1916
9394msgctxt "son’s son"
9395msgid "Marriage of a grandson"
9396msgstr ""
9397
9398#: app/GedcomTag.php:1920
9399msgctxt "son’s daughter"
9400msgid "Marriage of a granddaughter"
9401msgstr ""
9402
9403#: app/GedcomTag.php:1927
9404msgid "Marriage of a half-brother"
9405msgstr ""
9406
9407#: app/GedcomTag.php:1931
9408msgid "Marriage of a half-sister"
9409msgstr ""
9410
9411#: app/GedcomTag.php:1934
9412msgid "Marriage of a half-sibling"
9413msgstr ""
9414
9415#. I18N: ...to another spouse
9416#: app/GedcomTag.php:1939
9417msgid "Marriage of a father"
9418msgstr ""
9419
9420#. I18N: ...to another spouse
9421#: app/GedcomTag.php:1944
9422msgid "Marriage of a mother"
9423msgstr ""
9424
9425#. I18N: ...to another spouse
9426#: app/GedcomTag.php:1948 resources/views/admin/trees-preferences.phtml:455
9427msgid "Marriage of a parent"
9428msgstr ""
9429
9430#: app/GedcomTag.php:1952
9431msgid "Marriage of a brother"
9432msgstr ""
9433
9434#: app/GedcomTag.php:1956
9435msgid "Marriage of a sister"
9436msgstr ""
9437
9438#: app/GedcomTag.php:1959 resources/views/admin/trees-preferences.phtml:449
9439msgid "Marriage of a sibling"
9440msgstr ""
9441
9442#. I18N: gedcom tag _MBON
9443#: app/GedcomTag.php:1963
9444msgid "Marriage bond"
9445msgstr ""
9446
9447#. I18N: gedcom tag _MDCL
9448#: app/GedcomTag.php:1966
9449msgid "Medical"
9450msgstr ""
9451
9452#. I18N: gedcom tag _MEDC
9453#: app/GedcomTag.php:1969
9454msgid "Medical condition"
9455msgstr ""
9456
9457#. I18N: gedcom tag _MEND
9458#: app/GedcomTag.php:1972
9459msgid "Marriage ending status"
9460msgstr ""
9461
9462#. I18N: gedcom tag _MILI
9463#: app/GedcomTag.php:1975
9464msgid "Military"
9465msgstr ""
9466
9467#. I18N: gedcom tag _MILT
9468#: app/GedcomTag.php:1978
9469msgid "Military service"
9470msgstr ""
9471
9472#. I18N: gedcom tag _MREL
9473#: app/GedcomTag.php:1981
9474msgid "Relationship to mother"
9475msgstr ""
9476
9477#. I18N: gedcom tag _MSTAT
9478#: app/GedcomTag.php:1984
9479msgid "Marriage beginning status"
9480msgstr ""
9481
9482#. I18N: gedcom tag _NAME
9483#: app/GedcomTag.php:1987
9484msgid "Mailing name"
9485msgstr ""
9486
9487#. I18N: gedcom tag _NAMS
9488#: app/GedcomTag.php:1990
9489msgid "Namesake"
9490msgstr ""
9491
9492#. I18N: gedcom tag _NLIV
9493#: app/GedcomTag.php:1993
9494msgid "Not living"
9495msgstr ""
9496
9497#. I18N: gedcom tag _NMAR
9498#: app/GedcomTag.php:1997
9499msgctxt "MALE"
9500msgid "Never married"
9501msgstr ""
9502
9503#. I18N: gedcom tag _NMAR
9504#: app/GedcomTag.php:2002
9505msgctxt "FEMALE"
9506msgid "Never married"
9507msgstr ""
9508
9509#. I18N: gedcom tag _NMAR
9510#: app/GedcomTag.php:2006
9511msgid "Never married"
9512msgstr ""
9513
9514#. I18N: gedcom tag _NMR
9515#: app/GedcomTag.php:2011
9516msgctxt "MALE"
9517msgid "Not married"
9518msgstr ""
9519
9520#. I18N: gedcom tag _NMR
9521#: app/GedcomTag.php:2016
9522msgctxt "FEMALE"
9523msgid "Not married"
9524msgstr ""
9525
9526#. I18N: gedcom tag _NMR
9527#: app/GedcomTag.php:2020 app/Http/Controllers/BranchesController.php:344
9528#: resources/views/lists/families-table.phtml:191
9529msgid "Not married"
9530msgstr ""
9531
9532#. I18N: Type of media object
9533#: app/GedcomTag.php:2024 app/GedcomTag.php:2399
9534msgid "Photo"
9535msgstr ""
9536
9537#: app/GedcomTag.php:2026
9538msgid "by"
9539msgstr ""
9540
9541#. I18N: gedcom tag _PRMN
9542#: app/GedcomTag.php:2029
9543msgid "Permanent number"
9544msgstr ""
9545
9546#: app/GedcomTag.php:2033
9547msgctxt "MALE"
9548msgid "Religious name"
9549msgstr ""
9550
9551#: app/GedcomTag.php:2037
9552msgctxt "FEMALE"
9553msgid "Religious name"
9554msgstr ""
9555
9556#: app/GedcomTag.php:2040
9557msgid "Religious name"
9558msgstr ""
9559
9560#. I18N: gedcom tag _SCBK
9561#: app/GedcomTag.php:2044
9562msgid "Scrapbook"
9563msgstr ""
9564
9565#. I18N: gedcom tag _SEPR
9566#: app/GedcomTag.php:2047
9567msgid "Separated"
9568msgstr ""
9569
9570#. I18N: gedcom tag _SSHOW
9571#. I18N: Name of a module
9572#: app/GedcomTag.php:2050 app/Module/SlideShowModule.php:187
9573msgid "Slide show"
9574msgstr ""
9575
9576#. I18N: gedcom tag _STAT
9577#: app/GedcomTag.php:2053
9578msgid "Marriage status"
9579msgstr ""
9580
9581#. I18N: gedcom tag _SUBQ
9582#: app/GedcomTag.php:2056
9583msgid "Short version"
9584msgstr ""
9585
9586#. I18N: gedcom tag _TODO
9587#: app/GedcomTag.php:2059 resources/views/modules/todo/research-tasks.phtml:38
9588msgid "Research task"
9589msgstr ""
9590
9591#. I18N: gedcom tag _UID
9592#: app/GedcomTag.php:2065
9593msgid "Unique identifier"
9594msgstr ""
9595
9596#. I18N: gedcom tag _WEIG
9597#: app/GedcomTag.php:2071
9598msgid "Weight"
9599msgstr ""
9600
9601#. I18N: gedcom tag _WT_OBJE_SORT
9602#: app/GedcomTag.php:2077 app/Http/RequestHandlers/ReorderMediaPage.php:57
9603#: app/Module/FixPrimaryTag.php:109
9604#: resources/views/individual-page-menu.phtml:81
9605#: resources/views/individual-page-menu.phtml:86
9606msgid "Re-order media"
9607msgstr ""
9608
9609#. I18N: gedcom tag _YART - A yahrzeit is a special anniversary of death in the Hebrew faith/calendar.
9610#: app/GedcomTag.php:2080 resources/views/modules/yahrzeit/table.phtml:35
9611msgid "Yahrzeit"
9612msgstr ""
9613
9614#: app/GedcomTag.php:2083
9615msgid "Brit milah of a son"
9616msgstr ""
9617
9618#: app/GedcomTag.php:2086
9619msgid "Brit milah of a grandson"
9620msgstr ""
9621
9622#: app/GedcomTag.php:2088
9623msgctxt "daughter’s son"
9624msgid "Brit milah of a grandson"
9625msgstr ""
9626
9627#: app/GedcomTag.php:2090
9628msgctxt "son’s son"
9629msgid "Brit milah of a grandson"
9630msgstr ""
9631
9632#: app/GedcomTag.php:2092
9633msgid "Brit milah of a half-brother"
9634msgstr ""
9635
9636#: app/GedcomTag.php:2094
9637msgid "Brit milah of a brother"
9638msgstr ""
9639
9640#: app/GedcomTag.php:2100 app/Http/Controllers/Admin/MediaController.php:354
9641msgid "File size"
9642msgstr ""
9643
9644#: app/GedcomTag.php:2103 app/Http/Controllers/Admin/MediaController.php:361
9645msgid "Image dimensions"
9646msgstr ""
9647
9648#: app/GedcomTag.php:2113
9649msgid "Unrecognized GEDCOM code"
9650msgstr ""
9651
9652#. I18N: Type of media object
9653#: app/GedcomTag.php:2360
9654msgid "Audio"
9655msgstr ""
9656
9657#. I18N: Type of media object
9658#: app/GedcomTag.php:2363
9659msgid "Book"
9660msgstr ""
9661
9662#. I18N: Type of media object
9663#: app/GedcomTag.php:2366
9664msgid "Card"
9665msgstr ""
9666
9667#. I18N: Type of media object
9668#: app/GedcomTag.php:2369
9669msgid "Certificate"
9670msgstr ""
9671
9672#. I18N: Type of media object
9673#: app/GedcomTag.php:2372
9674msgid "Coat of arms"
9675msgstr ""
9676
9677#. I18N: Type of media object
9678#: app/GedcomTag.php:2375
9679msgid "Document"
9680msgstr ""
9681
9682#. I18N: Type of media object
9683#: app/GedcomTag.php:2378
9684msgid "Electronic"
9685msgstr ""
9686
9687#. I18N: Type of media object
9688#: app/GedcomTag.php:2381
9689msgid "Microfiche"
9690msgstr ""
9691
9692#. I18N: Type of media object
9693#: app/GedcomTag.php:2384
9694msgid "Microfilm"
9695msgstr ""
9696
9697#. I18N: Type of media object
9698#: app/GedcomTag.php:2387
9699msgid "Magazine"
9700msgstr ""
9701
9702#. I18N: Type of media object
9703#: app/GedcomTag.php:2390
9704msgid "Manuscript"
9705msgstr ""
9706
9707#. I18N: Type of media object
9708#: app/GedcomTag.php:2393 resources/views/admin/control-panel.phtml:648
9709#: resources/views/modules/statistics-chart/custom.phtml:52
9710msgid "Map"
9711msgstr ""
9712
9713#. I18N: Type of media object
9714#: app/GedcomTag.php:2396
9715msgid "Newspaper"
9716msgstr ""
9717
9718#. I18N: Type of media object
9719#: app/GedcomTag.php:2402
9720msgid "Tombstone"
9721msgstr ""
9722
9723#. I18N: Type of media object
9724#: app/GedcomTag.php:2405
9725msgid "Video"
9726msgstr ""
9727
9728#. I18N: Type of media object
9729#: app/GedcomTag.php:2408
9730msgid "Painting"
9731msgstr ""
9732
9733#. I18N: Type of media object
9734#: app/GedcomTag.php:2411 app/Module/StatisticsChartModule.php:163
9735#: app/Statistics/Google/ChartCommonGiven.php:91
9736#: app/Statistics/Google/ChartCommonSurname.php:150
9737#: resources/views/admin/control-panel.phtml:568
9738msgid "Other"
9739msgstr ""
9740
9741#: app/Http/Controllers/Admin/FixLevel0MediaController.php:78
9742#: resources/views/admin/control-panel.phtml:631
9743msgid "Link media objects to facts and events"
9744msgstr ""
9745
9746#: app/Http/Controllers/Admin/ImportThumbnailsController.php:101
9747#: resources/views/admin/control-panel.phtml:637
9748msgid "Import custom thumbnails from webtrees version 1"
9749msgstr ""
9750
9751#: app/Http/Controllers/Admin/LocationController.php:112
9752#: app/Http/Controllers/Admin/LocationController.php:307
9753#: resources/views/admin/control-panel.phtml:658
9754#: resources/views/admin/map-import-form.phtml:9
9755msgid "Geographic data"
9756msgstr ""
9757
9758#: app/Http/Controllers/Admin/LocationController.php:114
9759#: app/Http/Controllers/Admin/LocationController.php:306
9760#: app/Http/RequestHandlers/ControlPanel.php:135
9761#: app/Module/ModuleThemeTrait.php:232 app/Module/ModuleThemeTrait.php:236
9762#: resources/views/admin/analytics-edit.phtml:8
9763#: resources/views/admin/broadcast.phtml:10
9764#: resources/views/admin/changes-log.phtml:12
9765#: resources/views/admin/clean-data.phtml:9
9766#: resources/views/admin/components.phtml:13
9767#: resources/views/admin/data-fix-page.phtml:23
9768#: resources/views/admin/data-fix-select.phtml:19
9769#: resources/views/admin/email-page.phtml:9
9770#: resources/views/admin/fix-level-0-media.phtml:9
9771#: resources/views/admin/map-import-form.phtml:9
9772#: resources/views/admin/map-provider.phtml:8
9773#: resources/views/admin/media-upload.phtml:8
9774#: resources/views/admin/media.phtml:16
9775#: resources/views/admin/merge-records-step-1.phtml:10
9776#: resources/views/admin/merge-records-step-2.phtml:10
9777#: resources/views/admin/modules.phtml:24
9778#: resources/views/admin/server-information.phtml:8
9779#: resources/views/admin/site-logs.phtml:13
9780#: resources/views/admin/site-mail.phtml:29
9781#: resources/views/admin/site-preferences.phtml:15
9782#: resources/views/admin/site-registration.phtml:16
9783#: resources/views/admin/trees-check.phtml:8
9784#: resources/views/admin/trees-create.phtml:9
9785#: resources/views/admin/trees-duplicates.phtml:9
9786#: resources/views/admin/trees-export.phtml:10
9787#: resources/views/admin/trees-import.phtml:9
9788#: resources/views/admin/trees-merge.phtml:8
9789#: resources/views/admin/trees-preferences.phtml:9
9790#: resources/views/admin/trees-privacy.phtml:10
9791#: resources/views/admin/trees-renumber.phtml:8
9792#: resources/views/admin/trees-unconnected.phtml:20
9793#: resources/views/admin/trees.phtml:26
9794#: resources/views/admin/upgrade/steps.phtml:9
9795#: resources/views/admin/upgrade/wizard.phtml:8
9796#: resources/views/admin/users-cleanup.phtml:11
9797#: resources/views/admin/users-create.phtml:9
9798#: resources/views/admin/users-edit.phtml:12
9799#: resources/views/admin/users.phtml:9
9800#: resources/views/admin/webtrees1-thumbnails.phtml:9
9801#: resources/views/modules/batch_update/admin.phtml:9
9802#: resources/views/modules/custom-css-js/edit.phtml:8
9803#: resources/views/modules/faq/config.phtml:8
9804#: resources/views/modules/faq/edit.phtml:9
9805#: resources/views/modules/relationships-chart/config.phtml:8
9806#: resources/views/modules/sitemap/config.phtml:8
9807#: resources/views/modules/stories/config.phtml:8
9808#: resources/views/modules/stories/edit.phtml:13
9809msgid "Control panel"
9810msgstr ""
9811
9812#: app/Http/Controllers/Admin/LocationController.php:296
9813#: resources/views/modules/place-hierarchy/page.phtml:29
9814#: resources/views/modules/place-hierarchy/page.phtml:32
9815#: resources/views/modules/statistics-chart/custom.phtml:171
9816msgid "World"
9817msgstr ""
9818
9819#: app/Http/Controllers/Admin/LocationController.php:315
9820#: app/Http/Controllers/Admin/LocationController.php:316
9821msgid "Add"
9822msgstr ""
9823
9824#: app/Http/Controllers/Admin/LocationController.php:420
9825#: app/Http/RequestHandlers/AccountUpdate.php:113
9826#, php-format
9827msgid "The details for “%s” have been updated."
9828msgstr ""
9829
9830#: app/Http/Controllers/Admin/LocationController.php:447
9831msgid "Location not removed: this location contains sub-locations"
9832msgstr ""
9833
9834#: app/Http/Controllers/Admin/LocationController.php:514
9835msgid "Level"
9836msgstr ""
9837
9838#: app/Http/Controllers/Admin/LocationController.php:667
9839msgid "Import geographic data"
9840msgstr ""
9841
9842#: app/Http/Controllers/Admin/LocationController.php:799
9843#, php-format
9844msgid "locations updated: %s, locations added: %s"
9845msgstr ""
9846
9847#: app/Http/Controllers/Admin/LocationController.php:917
9848#, php-format
9849msgid "%s location has been imported."
9850msgid_plural "%s locations have been imported."
9851msgstr[0] ""
9852msgstr[1] ""
9853
9854#: app/Http/Controllers/Admin/MapProviderController.php:41
9855#: resources/views/admin/control-panel.phtml:668
9856#: resources/views/admin/map-provider.phtml:16
9857msgid "Map provider"
9858msgstr ""
9859
9860#: app/Http/Controllers/Admin/MediaController.php:116
9861#: resources/views/admin/control-panel.phtml:619
9862#: resources/views/admin/media-upload.phtml:8
9863msgid "Manage media"
9864msgstr ""
9865
9866#: app/Http/Controllers/Admin/MediaController.php:271
9867msgid "Create"
9868msgstr ""
9869
9870#: app/Http/Controllers/Admin/MediaController.php:275
9871#: resources/views/admin/trees.phtml:98
9872#: resources/views/admin/users-table-options.phtml:41
9873#: resources/views/edit-account-page.phtml:162
9874#: resources/views/gedcom-record-page-menu.phtml:17
9875#: resources/views/individual-page-menu.phtml:92
9876#: resources/views/media-page-menu.phtml:34
9877#: resources/views/modules/faq/config.phtml:86
9878#: resources/views/modules/gedcom_news/list.phtml:36
9879#: resources/views/modules/stories/config.phtml:65
9880#: resources/views/modules/user_blog/list.phtml:36
9881#: resources/views/note-page-menu.phtml:17
9882#: resources/views/repository-page-menu.phtml:17
9883#: resources/views/source-page-menu.phtml:17
9884#: resources/views/submitter-page-menu.phtml:17
9885#, php-format
9886msgid "Are you sure you want to delete “%s”?"
9887msgstr ""
9888
9889#: app/Http/Controllers/Admin/MediaController.php:277
9890#: app/Module/FixPrimaryTag.php:104 app/Module/UserMessagesModule.php:179
9891#: app/Module/UserMessagesModule.php:220
9892#: resources/views/admin/locations.phtml:21
9893#: resources/views/admin/trees-privacy.phtml:272
9894#: resources/views/admin/trees.phtml:99
9895#: resources/views/admin/users-table-options.phtml:42
9896#: resources/views/edit-blocks-block.phtml:22
9897#: resources/views/edit/icon-fact-delete.phtml:8
9898#: resources/views/edit/icon-fact-delete.phtml:10
9899#: resources/views/family-page-menu.phtml:53
9900#: resources/views/gedcom-record-page-menu.phtml:19
9901#: resources/views/individual-page-menu.phtml:94
9902#: resources/views/media-page-menu.phtml:36
9903#: resources/views/media-page.phtml:103 resources/views/media-page.phtml:106
9904#: resources/views/modules/faq/config.phtml:47
9905#: resources/views/modules/gedcom_news/list.phtml:37
9906#: resources/views/modules/stories/config.phtml:38
9907#: resources/views/modules/stories/config.phtml:67
9908#: resources/views/modules/user_blog/list.phtml:37
9909#: resources/views/note-page-menu.phtml:19
9910#: resources/views/repository-page-menu.phtml:19
9911#: resources/views/source-page-menu.phtml:19
9912#: resources/views/submitter-page-menu.phtml:19
9913msgid "Delete"
9914msgstr ""
9915
9916#: app/Http/Controllers/Admin/MediaController.php:329
9917msgid "There are no links to this media object."
9918msgstr ""
9919
9920#. I18N: size of file in KB
9921#: app/Http/Controllers/Admin/MediaController.php:353 app/MediaFile.php:325
9922#: app/Services/MediaFileService.php:89
9923#, php-format
9924msgid "%s KB"
9925msgstr ""
9926
9927#. I18N: image dimensions, width × height
9928#: app/Http/Controllers/Admin/MediaController.php:363 app/MediaFile.php:338
9929#, php-format
9930msgid "%1$s × %2$s pixels"
9931msgstr ""
9932
9933#: app/Http/Controllers/Admin/MediaController.php:388
9934#: resources/views/admin/control-panel.phtml:625
9935msgid "Upload media files"
9936msgstr ""
9937
9938#: app/Http/Controllers/Admin/MediaController.php:442
9939#, php-format
9940msgid "Filenames are not allowed to contain the character “%s”."
9941msgstr ""
9942
9943#: app/Http/Controllers/Admin/MediaController.php:448
9944#, php-format
9945msgid "Filenames are not allowed to have the extension “%s”."
9946msgstr ""
9947
9948#: app/Http/Controllers/Admin/MediaController.php:455
9949#, php-format
9950msgid "The file %s already exists. Use another filename."
9951msgstr ""
9952
9953#: app/Http/Controllers/Admin/MediaController.php:462
9954#, php-format
9955msgid "The file %s has been uploaded."
9956msgstr ""
9957
9958#: app/Http/Controllers/Admin/MediaController.php:465
9959#: app/Http/Controllers/EditMediaController.php:131
9960#: app/Http/RequestHandlers/CreateMediaObjectAction.php:79
9961#: app/Services/MediaFileService.php:252
9962msgid "There was an error uploading your file."
9963msgstr ""
9964
9965#: app/Http/Controllers/Admin/ModuleController.php:85
9966#: resources/views/admin/components.phtml:13
9967#: resources/views/admin/control-panel.phtml:432
9968msgid "All modules"
9969msgstr ""
9970
9971#: app/Http/Controllers/Admin/ModuleController.php:100
9972#: app/Module/ModuleAnalyticsTrait.php:83
9973#: resources/views/admin/analytics-edit.phtml:8
9974#: resources/views/admin/control-panel.phtml:497
9975#: resources/views/admin/modules.phtml:99
9976#: resources/views/admin/modules.phtml:101
9977#: resources/views/admin/modules.phtml:229
9978#: resources/views/admin/modules.phtml:232
9979#: resources/views/modules/privacy-policy/page.phtml:32
9980msgid "Tracking and analytics"
9981msgstr ""
9982
9983#: app/Http/Controllers/Admin/ModuleController.php:101
9984msgid "If you use one of the following tracking and analytics services, webtrees can add the tracking codes automatically."
9985msgstr ""
9986
9987#: app/Http/Controllers/Admin/ModuleController.php:114
9988#: resources/views/admin/control-panel.phtml:529
9989#: resources/views/admin/modules.phtml:79
9990#: resources/views/admin/modules.phtml:81
9991msgid "Blocks"
9992msgstr ""
9993
9994#. I18N: Name of a module/block
9995#. I18N: Name of a module
9996#: app/Http/Controllers/Admin/ModuleController.php:128
9997#: app/Module/ChartsBlockModule.php:62 app/Module/ChartsMenuModule.php:60
9998#: app/Module/ChartsMenuModule.php:105
9999#: resources/views/admin/control-panel.phtml:455
10000#: resources/views/admin/modules.phtml:83
10001#: resources/views/admin/modules.phtml:85
10002#: resources/views/admin/trees-preferences.phtml:373
10003msgid "Charts"
10004msgstr ""
10005
10006#: app/Http/Controllers/Admin/ModuleController.php:142
10007#: app/Http/RequestHandlers/DataFixChoose.php:69
10008#: app/Http/RequestHandlers/DataFixPage.php:91
10009#: app/Http/RequestHandlers/HelpText.php:244
10010#: resources/views/admin/control-panel.phtml:476
10011#: resources/views/admin/data-fix-page.phtml:23
10012#: resources/views/admin/trees.phtml:132
10013msgid "Data fixes"
10014msgstr ""
10015
10016#: app/Http/Controllers/Admin/ModuleController.php:156
10017#: resources/views/admin/control-panel.phtml:490
10018#: resources/views/admin/modules.phtml:95
10019#: resources/views/admin/modules.phtml:97
10020msgid "Footers"
10021msgstr ""
10022
10023#: app/Http/Controllers/Admin/ModuleController.php:170
10024#: resources/views/admin/control-panel.phtml:557
10025#: resources/views/admin/modules.phtml:103
10026#: resources/views/admin/modules.phtml:105
10027#: resources/views/admin/modules.phtml:237
10028#: resources/views/admin/modules.phtml:240
10029#: resources/views/modules/personal_facts/tab.phtml:22
10030msgid "Historic events"
10031msgstr ""
10032
10033#: app/Http/Controllers/Admin/ModuleController.php:184
10034#: resources/views/admin/control-panel.phtml:511
10035#: resources/views/admin/modules.phtml:111
10036#: resources/views/admin/modules.phtml:113
10037msgid "Languages"
10038msgstr ""
10039
10040#. I18N: Name of a module
10041#: app/Http/Controllers/Admin/ModuleController.php:198
10042#: app/Module/ListsMenuModule.php:58 app/Module/ListsMenuModule.php:104
10043#: resources/views/admin/control-panel.phtml:462
10044#: resources/views/admin/modules.phtml:87
10045#: resources/views/admin/modules.phtml:89
10046#: resources/views/admin/trees-preferences.phtml:309
10047msgid "Lists"
10048msgstr ""
10049
10050#: app/Http/Controllers/Admin/ModuleController.php:212
10051#: resources/views/admin/control-panel.phtml:448
10052#: resources/views/admin/modules.phtml:67
10053#: resources/views/admin/modules.phtml:69
10054msgid "Menus"
10055msgstr ""
10056
10057#. I18N: Name of a module
10058#: app/Http/Controllers/Admin/ModuleController.php:226
10059#: app/Module/ReportsMenuModule.php:63 app/Module/ReportsMenuModule.php:108
10060#: resources/views/admin/control-panel.phtml:469
10061#: resources/views/admin/modules.phtml:91
10062#: resources/views/admin/modules.phtml:93
10063msgid "Reports"
10064msgstr ""
10065
10066#: app/Http/Controllers/Admin/ModuleController.php:240
10067#: resources/views/admin/control-panel.phtml:550
10068#: resources/views/admin/modules.phtml:75
10069#: resources/views/admin/modules.phtml:77
10070msgid "Sidebars"
10071msgstr ""
10072
10073#: app/Http/Controllers/Admin/ModuleController.php:254
10074#: resources/views/admin/control-panel.phtml:543
10075#: resources/views/admin/modules.phtml:71
10076#: resources/views/admin/modules.phtml:73
10077msgid "Tabs"
10078msgstr ""
10079
10080#: app/Http/Controllers/Admin/ModuleController.php:268
10081#: resources/views/admin/control-panel.phtml:504
10082#: resources/views/admin/modules.phtml:107
10083#: resources/views/admin/modules.phtml:109
10084msgid "Themes"
10085msgstr ""
10086
10087#: app/Http/Controllers/Admin/ModuleController.php:341
10088#: app/Http/Controllers/Admin/ModuleController.php:618
10089#, php-format
10090msgid "The module “%s” has been enabled."
10091msgstr ""
10092
10093#: app/Http/Controllers/Admin/ModuleController.php:343
10094#: app/Http/Controllers/Admin/ModuleController.php:620
10095#, php-format
10096msgid "The module “%s” has been disabled."
10097msgstr ""
10098
10099#: app/Http/Controllers/Admin/ModuleController.php:348
10100#: app/Http/Controllers/Admin/ModuleController.php:364
10101#: app/Http/Controllers/Admin/ModuleController.php:381
10102#: app/Http/Controllers/Admin/ModuleController.php:398
10103#: app/Http/Controllers/Admin/ModuleController.php:414
10104#: app/Http/Controllers/Admin/ModuleController.php:431
10105#: app/Http/Controllers/Admin/ModuleController.php:447
10106#: app/Http/Controllers/Admin/ModuleController.php:463
10107#: app/Http/Controllers/Admin/ModuleController.php:480
10108#: app/Http/Controllers/Admin/ModuleController.php:498
10109#: app/Http/Controllers/Admin/ModuleController.php:515
10110#: app/Http/Controllers/Admin/ModuleController.php:533
10111#: app/Http/Controllers/Admin/ModuleController.php:551
10112#: app/Http/Controllers/Admin/ModuleController.php:567
10113#: app/Http/RequestHandlers/EmailPreferencesAction.php:82
10114#: app/Http/RequestHandlers/SitePreferencesAction.php:63
10115#: app/Http/RequestHandlers/SiteRegistrationAction.php:51
10116msgid "The website preferences have been updated."
10117msgstr ""
10118
10119#: app/Http/Controllers/Admin/ModuleController.php:697
10120#, php-format
10121msgid "The preferences for the module “%s” have been deleted."
10122msgstr ""
10123
10124#: app/Http/Controllers/Admin/UpgradeController.php:114
10125#: app/Http/Controllers/Admin/UpgradeController.php:214
10126msgid "Upgrade wizard"
10127msgstr ""
10128
10129#: app/Http/Controllers/Admin/UpgradeController.php:210
10130msgid "Export all the family trees to GEDCOM files…"
10131msgstr ""
10132
10133#: app/Http/Controllers/Admin/UpgradeController.php:215
10134msgid "Create a temporary folder…"
10135msgstr ""
10136
10137#: app/Http/Controllers/Admin/UpgradeController.php:216
10138msgid "Check for pending changes…"
10139msgstr ""
10140
10141#: app/Http/Controllers/Admin/UpgradeController.php:218
10142#, php-format
10143msgid "Download %s…"
10144msgstr ""
10145
10146#: app/Http/Controllers/Admin/UpgradeController.php:219
10147#, php-format
10148msgid "Unzip %s to a temporary folder…"
10149msgstr ""
10150
10151#: app/Http/Controllers/Admin/UpgradeController.php:220
10152msgid "Copy files…"
10153msgstr ""
10154
10155#: app/Http/Controllers/Admin/UpgradeController.php:232
10156#: resources/views/admin/control-panel.phtml:66
10157#: resources/views/admin/upgrade/wizard.phtml:14
10158msgid "No upgrade information is available."
10159msgstr ""
10160
10161#: app/Http/Controllers/Admin/UpgradeController.php:236
10162#: resources/views/admin/control-panel.phtml:76
10163#: resources/views/admin/upgrade/wizard.phtml:18
10164msgid "This is the latest version of webtrees. No upgrade is available."
10165msgstr ""
10166
10167#. I18N: %s is a version number, such as 1.2.3
10168#. I18N: %s is a version number
10169#: app/Http/Controllers/Admin/UpgradeController.php:241
10170#: app/Http/RequestHandlers/LoginAction.php:83
10171#: resources/views/admin/control-panel.phtml:72
10172#, php-format
10173msgid "Upgrade to webtrees %s."
10174msgstr ""
10175
10176#: app/Http/Controllers/Admin/UpgradeController.php:261
10177#, php-format
10178msgid "The folder %s has been created."
10179msgstr ""
10180
10181#: app/Http/Controllers/Admin/UpgradeController.php:273
10182msgid "You should accept or reject all pending changes before upgrading."
10183msgstr ""
10184
10185#: app/Http/Controllers/Admin/UpgradeController.php:277
10186#: resources/views/pending-changes-page.phtml:18
10187msgid "There are no pending changes."
10188msgstr ""
10189
10190#. I18N: %s is a filename
10191#: app/Http/Controllers/Admin/UpgradeController.php:308
10192#: app/Http/RequestHandlers/ExportGedcomServer.php:79
10193#, php-format
10194msgid "The family tree has been exported to %s."
10195msgstr ""
10196
10197#: app/Http/Controllers/Admin/UpgradeController.php:333
10198#, php-format
10199msgid "%1$s KB were downloaded in %2$s seconds."
10200msgstr ""
10201
10202#. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds
10203#: app/Http/Controllers/Admin/UpgradeController.php:354
10204#, php-format
10205msgid "%1$s file was extracted in %2$s seconds."
10206msgid_plural "%1$s files were extracted in %2$s seconds."
10207msgstr[0] ""
10208msgstr[1] ""
10209
10210#: app/Http/Controllers/Admin/UpgradeController.php:386
10211msgid "The upgrade is complete."
10212msgstr ""
10213
10214#. I18N: A button label.
10215#: app/Http/Controllers/Admin/UpgradeController.php:387
10216#: resources/views/admin/import-progress.phtml:31
10217#: resources/views/admin/map-import-form.phtml:79
10218#: resources/views/admin/merge-records-step-1.phtml:109
10219#: resources/views/admin/trees-export.phtml:27
10220#: resources/views/admin/trees-export.phtml:120
10221#: resources/views/admin/trees-import.phtml:115
10222#: resources/views/admin/trees-merge.phtml:46
10223#: resources/views/admin/trees-renumber.phtml:34
10224#: resources/views/admin/trees.phtml:305
10225#: resources/views/admin/upgrade/wizard.phtml:33
10226#: resources/views/forgot-password-page.phtml:34
10227#: resources/views/modules/clippings/add-options.phtml:27
10228#: resources/views/modules/login_block/sign-in.phtml:59
10229#: resources/views/password-request-page.phtml:34
10230#: resources/views/password-reset-page.phtml:50
10231#: resources/views/pending-changes-page.phtml:22
10232#: resources/views/register-page.phtml:99
10233#: resources/views/report-select-page.phtml:32
10234msgid "continue"
10235msgstr ""
10236
10237#: app/Http/Controllers/Admin/UsersController.php:107
10238#: resources/views/admin/control-panel.phtml:369
10239#: resources/views/admin/email-page.phtml:9
10240#: resources/views/admin/users-cleanup.phtml:11
10241#: resources/views/admin/users-create.phtml:9
10242#: resources/views/admin/users-edit.phtml:12
10243msgid "User administration"
10244msgstr ""
10245
10246#: app/Http/Controllers/Admin/UsersController.php:190
10247#: resources/views/components/datetime.phtml:11
10248msgid "Never"
10249msgstr ""
10250
10251#: app/Http/Controllers/Admin/UsersController.php:216
10252#: resources/views/admin/control-panel.phtml:375
10253msgid "Add a user"
10254msgstr ""
10255
10256#. I18N: placeholders are GEDCOM XREFs, such as R123
10257#: app/Http/Controllers/Admin/UsersController.php:237
10258#: app/Http/Controllers/AdminTreesController.php:285
10259#, php-format
10260msgid "%1$s does not exist."
10261msgstr ""
10262
10263#: app/Http/Controllers/Admin/UsersController.php:254
10264msgid "Edit the user"
10265msgstr ""
10266
10267#: app/Http/Controllers/Admin/UsersController.php:275
10268#: app/Http/Controllers/Admin/UsersController.php:402
10269#: app/Http/RequestHandlers/AccountUpdate.php:86
10270#: app/Http/RequestHandlers/RegisterAction.php:239
10271msgid "Duplicate username. A user with that username already exists. Please choose another username."
10272msgstr ""
10273
10274#: app/Http/Controllers/Admin/UsersController.php:280
10275#: app/Http/Controllers/Admin/UsersController.php:396
10276#: app/Http/RequestHandlers/AccountUpdate.php:95
10277#: app/Http/RequestHandlers/RegisterAction.php:244
10278msgid "Duplicate email address. A user with that email already exists."
10279msgstr ""
10280
10281#: app/Http/Controllers/Admin/UsersController.php:340
10282#, php-format
10283msgid "%1$s does not exist"
10284msgstr ""
10285
10286#. I18N: %s is a server name/URL
10287#: app/Http/Controllers/Admin/UsersController.php:354
10288#: app/Http/RequestHandlers/VerifyEmail.php:87
10289#, php-format
10290msgid "New user at %s"
10291msgstr ""
10292
10293#. I18N: Listbox entry; name of a role
10294#: app/Http/Controllers/Admin/UsersController.php:421
10295#: resources/views/admin/trees-export.phtml:112
10296#: resources/views/admin/users-edit.phtml:220
10297#: resources/views/modules/clippings/download.phtml:39
10298#: resources/views/modules/clippings/download.phtml:59
10299msgid "Visitor"
10300msgstr ""
10301
10302#. I18N: Listbox entry; name of a role
10303#: app/Http/Controllers/Admin/UsersController.php:423
10304#: resources/views/admin/trees-export.phtml:106
10305#: resources/views/admin/users-edit.phtml:226
10306#: resources/views/modules/clippings/download.phtml:33
10307#: resources/views/modules/clippings/download.phtml:53
10308msgid "Member"
10309msgstr ""
10310
10311#. I18N: Listbox entry; name of a role
10312#: app/Http/Controllers/Admin/UsersController.php:425
10313#: resources/views/admin/users-edit.phtml:234
10314msgid "Editor"
10315msgstr ""
10316
10317#. I18N: Listbox entry; name of a role
10318#: app/Http/Controllers/Admin/UsersController.php:427
10319#: resources/views/admin/users-edit.phtml:240
10320msgid "Moderator"
10321msgstr ""
10322
10323#. I18N: Listbox entry; name of a role
10324#: app/Http/Controllers/Admin/UsersController.php:429
10325#: resources/views/admin/trees-export.phtml:100
10326#: resources/views/admin/users-edit.phtml:248
10327#: resources/views/modules/clippings/download.phtml:27
10328msgid "Manager"
10329msgstr ""
10330
10331#: app/Http/Controllers/Admin/UsersController.php:441
10332#: app/Http/Controllers/AdminTreesController.php:1810
10333msgid "<default theme>"
10334msgstr ""
10335
10336#: app/Http/Controllers/AdminController.php:66
10337#: resources/views/admin/trees.phtml:90
10338msgid "Privacy"
10339msgstr ""
10340
10341#: app/Http/Controllers/AdminController.php:152
10342#: app/Http/Controllers/AdminTreesController.php:964
10343#, php-format
10344msgid "The preferences for the family tree “%s” have been updated."
10345msgstr ""
10346
10347#: app/Http/Controllers/AdminController.php:159
10348#: app/Http/Controllers/AdminTreesController.php:971
10349msgid "The preferences for all family trees have been updated."
10350msgstr ""
10351
10352#: app/Http/Controllers/AdminController.php:162
10353#: app/Http/Controllers/AdminTreesController.php:975
10354msgid "The preferences for new family trees have been updated."
10355msgstr ""
10356
10357#: app/Http/Controllers/AdminController.php:261
10358#: resources/views/admin/trees-privacy.phtml:260
10359msgid "All facts and events"
10360msgstr ""
10361
10362#. I18N: placeholders are GEDCOM XREFs, such as R123
10363#: app/Http/Controllers/AdminTreesController.php:282
10364#, php-format
10365msgid "%1$s does not exist. Did you mean %2$s?"
10366msgstr ""
10367
10368#: app/Http/Controllers/AdminTreesController.php:295
10369#: app/Http/Controllers/AdminTreesController.php:300
10370msgid "This type of link is not allowed here."
10371msgstr ""
10372
10373#. I18N: %1$s is an internal ID number such as R123. %2$s and %3$s are record types, such as INDI or SOUR
10374#: app/Http/Controllers/AdminTreesController.php:306
10375#, php-format
10376msgid "%1$s is a %2$s but a %3$s is expected."
10377msgstr ""
10378
10379#. I18N: %1$s and %2$s are internal ID numbers such as R123
10380#: app/Http/Controllers/AdminTreesController.php:315
10381#, php-format
10382msgid "%1$s does not have a link back to %2$s."
10383msgstr ""
10384
10385#: app/Http/Controllers/AdminTreesController.php:320
10386#: resources/views/admin/trees.phtml:164
10387msgid "Check for errors"
10388msgstr ""
10389
10390#: app/Http/Controllers/AdminTreesController.php:341
10391#: resources/views/admin/trees.phtml:148
10392msgid "Find duplicates"
10393msgstr ""
10394
10395#: app/Http/Controllers/AdminTreesController.php:384
10396#: app/Http/Controllers/AdminTreesController.php:396
10397msgid "No GEDCOM file was received."
10398msgstr ""
10399
10400#: app/Http/Controllers/AdminTreesController.php:425
10401msgid "Import a GEDCOM file"
10402msgstr ""
10403
10404#: app/Http/Controllers/AdminTreesController.php:470
10405#: resources/views/admin/changes-log.phtml:12
10406#: resources/views/admin/data-fix-page.phtml:23
10407#: resources/views/admin/data-fix-select.phtml:19
10408#: resources/views/admin/merge-records-step-1.phtml:10
10409#: resources/views/admin/merge-records-step-2.phtml:10
10410#: resources/views/admin/trees-check.phtml:8
10411#: resources/views/admin/trees-duplicates.phtml:9
10412#: resources/views/admin/trees-export.phtml:10
10413#: resources/views/admin/trees-import.phtml:9
10414#: resources/views/admin/trees-preferences.phtml:9
10415#: resources/views/admin/trees-privacy.phtml:10
10416msgid "Manage family trees"
10417msgstr ""
10418
10419#: app/Http/Controllers/AdminTreesController.php:504
10420#: resources/views/admin/control-panel.phtml:172
10421msgid "Merge family trees"
10422msgstr ""
10423
10424#: app/Http/Controllers/AdminTreesController.php:705
10425msgid "The family trees have been merged successfully."
10426msgstr ""
10427
10428#. I18N: Layout option for lists of names
10429#. I18N: An option in a list-box
10430#: app/Http/Controllers/AdminTreesController.php:737
10431#: app/Module/OnThisDayModule.php:254 app/Module/RecentChangesModule.php:227
10432#: app/Module/TopGivenNamesModule.php:182
10433#: app/Module/UpcomingAnniversariesModule.php:275
10434#: app/Module/YahrzeitModule.php:257
10435msgid "list"
10436msgstr ""
10437
10438#. I18N: Layout option for lists of names
10439#. I18N: An option in a list-box
10440#: app/Http/Controllers/AdminTreesController.php:739
10441#: app/Module/OnThisDayModule.php:256 app/Module/RecentChangesModule.php:229
10442#: app/Module/TopGivenNamesModule.php:184 app/Module/TopSurnamesModule.php:243
10443#: app/Module/UpcomingAnniversariesModule.php:277
10444#: app/Module/YahrzeitModule.php:259
10445msgid "table"
10446msgstr ""
10447
10448#. I18N: Layout option for lists of names
10449#. I18N: An option in a list-box
10450#: app/Http/Controllers/AdminTreesController.php:741
10451#: app/Module/TopSurnamesModule.php:245
10452msgid "tag cloud"
10453msgstr ""
10454
10455#. I18N: page orientation
10456#: app/Http/Controllers/AdminTreesController.php:746
10457#: resources/xml/reports/change_report.xml:10
10458#: resources/xml/reports/pedigree_report.xml:7
10459msgid "Portrait"
10460msgstr ""
10461
10462#. I18N: page orientation
10463#: app/Http/Controllers/AdminTreesController.php:748
10464#: resources/xml/reports/change_report.xml:10
10465#: resources/xml/reports/pedigree_report.xml:7
10466msgid "Landscape"
10467msgstr ""
10468
10469#. I18N: None of the other options
10470#: app/Http/Controllers/AdminTreesController.php:753
10471#: app/Http/Controllers/AdminTreesController.php:759
10472#: app/Module/RelationshipsChartModule.php:456
10473#: app/Services/EmailService.php:234
10474#: resources/views/modules/statistics-chart/custom.phtml:75
10475msgid "none"
10476msgstr ""
10477
10478#. I18N: https://en.wikipedia.org/wiki/Markdown
10479#: app/Http/Controllers/AdminTreesController.php:755
10480msgid "markdown"
10481msgstr ""
10482
10483#: app/Http/Controllers/AdminTreesController.php:760
10484#: resources/xml/reports/fact_sources.xml:6
10485msgid "facts"
10486msgstr ""
10487
10488#: app/Http/Controllers/AdminTreesController.php:761
10489#: resources/xml/reports/fact_sources.xml:6
10490msgid "records"
10491msgstr ""
10492
10493#: app/Http/Controllers/AdminTreesController.php:818
10494#: app/Http/RequestHandlers/TreePageBlockEdit.php:64
10495#: app/Http/RequestHandlers/UserPageBlockEdit.php:64
10496#: resources/views/admin/components.phtml:45
10497#: resources/views/admin/components.phtml:48
10498#: resources/views/admin/modules.phtml:63
10499#: resources/views/admin/modules.phtml:65
10500#: resources/views/admin/modules.phtml:136
10501#: resources/views/admin/modules.phtml:139
10502#: resources/views/admin/modules.phtml:142 resources/views/admin/trees.phtml:82
10503#: resources/views/modules/block-template.phtml:10
10504#: resources/views/modules/block-template.phtml:12
10505msgid "Preferences"
10506msgstr ""
10507
10508#. I18N: Renumber the records in a family tree
10509#: app/Http/Controllers/AdminTreesController.php:864
10510#: resources/views/admin/trees-merge.phtml:24
10511#: resources/views/admin/trees-merge.phtml:29
10512msgid "Renumber family tree"
10513msgstr ""
10514
10515#: app/Http/Controllers/AdminTreesController.php:1472
10516#: app/Services/UpgradeService.php:150 app/Services/UpgradeService.php:183
10517msgid "The server’s time limit has been reached."
10518msgstr ""
10519
10520#: app/Http/Controllers/AdminTreesController.php:1507
10521#, php-format
10522msgid "The GEDCOM file “%s” has been imported."
10523msgstr ""
10524
10525#. I18N: %s is the name of a family tree
10526#: app/Http/Controllers/AdminTreesController.php:1514
10527#: app/Http/RequestHandlers/DeleteTreeAction.php:65
10528#, php-format
10529msgid "The family tree “%s” has been deleted."
10530msgstr ""
10531
10532#: app/Http/Controllers/AdminTreesController.php:1551
10533#, php-format
10534msgid "%1$s %2$s has a %3$s link to %4$s."
10535msgstr ""
10536
10537#. I18N: Name of a module/list
10538#: app/Http/Controllers/AdminTreesController.php:1713
10539#: app/Http/Controllers/ListController.php:521
10540#: app/Module/FixSearchAndReplace.php:113
10541#: app/Module/RepositoryListModule.php:53
10542#: resources/views/admin/control-panel.phtml:190
10543#: resources/views/admin/merge-records-step-1.phtml:26
10544#: resources/views/lists/repositories-table.phtml:37
10545#: resources/views/modules/gedcom_stats/config.phtml:29
10546#: resources/views/modules/gedcom_stats/statistics.phtml:101
10547#: resources/views/modules/html/template-statistics.phtml:47
10548#: resources/views/search-general-page.phtml:55
10549#: resources/views/search-results.phtml:46
10550#: resources/views/statistics/other/total-records.phtml:48
10551msgid "Repositories"
10552msgstr ""
10553
10554#. I18N: Name of a module/list
10555#. I18N: Name of a module
10556#: app/Http/Controllers/AdminTreesController.php:1714
10557#: app/Http/Controllers/ListController.php:542
10558#: app/Module/FixSearchAndReplace.php:114 app/Module/SourceListModule.php:52
10559#: app/Module/SourcesTabModule.php:59
10560#: resources/views/admin/control-panel.phtml:189
10561#: resources/views/admin/merge-records-step-1.phtml:25
10562#: resources/views/gedcom-record-page.phtml:93
10563#: resources/views/lists/media-table.phtml:73
10564#: resources/views/lists/notes-table.phtml:76
10565#: resources/views/lists/notes-table.phtml:85
10566#: resources/views/lists/repositories-table.phtml:43
10567#: resources/views/lists/sources-table.phtml:80
10568#: resources/views/media-page.phtml:73
10569#: resources/views/modules/gedcom_stats/config.phtml:27
10570#: resources/views/modules/gedcom_stats/statistics.phtml:79
10571#: resources/views/modules/html/template-statistics.phtml:39
10572#: resources/views/note-page.phtml:66 resources/views/repository-page.phtml:45
10573#: resources/views/search-general-page.phtml:48
10574#: resources/views/search-results.phtml:35
10575#: resources/views/statistics/other/chart-sources.phtml:12
10576#: resources/views/statistics/other/total-records.phtml:30
10577#: resources/xml/reports/ahnentafel_report.xml:476
10578#: resources/xml/reports/descendancy_report.xml:611
10579#: resources/xml/reports/family_group_report.xml:1118
10580#: resources/xml/reports/individual_ext_report.xml:644
10581#: resources/xml/reports/individual_report.xml:646
10582msgid "Sources"
10583msgstr ""
10584
10585#. I18N: Name of a module/list
10586#: app/Http/Controllers/AdminTreesController.php:1715
10587#: app/Http/Controllers/ListController.php:256
10588#: app/Module/AncestorsChartModule.php:276
10589#: app/Module/DescendancyChartModule.php:265
10590#: app/Module/FixSearchAndReplace.php:110
10591#: app/Module/IndividualListModule.php:48
10592#: app/Module/StatisticsChartModule.php:153
10593#: app/Module/StatisticsChartModule.php:293
10594#: app/Module/StatisticsChartModule.php:342
10595#: app/Module/StatisticsChartModule.php:537
10596#: app/Module/StatisticsChartModule.php:599
10597#: app/Module/StatisticsChartModule.php:660
10598#: resources/views/admin/control-panel.phtml:187
10599#: resources/views/admin/merge-records-step-1.phtml:23
10600#: resources/views/gedcom-record-page.phtml:66
10601#: resources/views/lists/given-names-table.phtml:24
10602#: resources/views/lists/media-table.phtml:71
10603#: resources/views/lists/notes-table.phtml:82
10604#: resources/views/lists/sources-table.phtml:89
10605#: resources/views/lists/submitters-table.phtml:61
10606#: resources/views/lists/surnames-table.phtml:29
10607#: resources/views/media-page.phtml:59
10608#: resources/views/modules/census-assistant.phtml:55
10609#: resources/views/modules/gedcom_stats/config.phtml:24
10610#: resources/views/modules/gedcom_stats/statistics.phtml:23
10611#: resources/views/modules/html/template-statistics.phtml:19
10612#: resources/views/modules/place-hierarchy/events.phtml:10
10613#: resources/views/modules/place-hierarchy/sidebar.phtml:43
10614#: resources/views/modules/random_media/config.phtml:12
10615#: resources/views/modules/statistics-chart/custom.phtml:56
10616#: resources/views/modules/statistics-chart/custom.phtml:152
10617#: resources/views/note-page.phtml:45
10618#: resources/views/search-general-page.phtml:34
10619#: resources/views/search-results.phtml:13 resources/views/source-page.phtml:46
10620#: resources/views/submitter-page.phtml:45
10621#: resources/xml/reports/fact_sources.xml:54
10622#: resources/xml/reports/fact_sources.xml:258
10623msgid "Individuals"
10624msgstr ""
10625
10626#. I18N: Name of a module/list
10627#. I18N: Name of a module
10628#: app/Http/Controllers/AdminTreesController.php:1716
10629#: app/Http/Controllers/ListController.php:254
10630#: app/Module/AncestorsChartModule.php:277
10631#: app/Module/DescendancyChartModule.php:266 app/Module/FamilyListModule.php:48
10632#: app/Module/FixSearchAndReplace.php:109 app/Module/RelativesTabModule.php:42
10633#: app/Module/StatisticsChartModule.php:158
10634#: app/Module/StatisticsChartModule.php:391
10635#: app/Module/StatisticsChartModule.php:482
10636#: app/Module/StatisticsChartModule.php:732
10637#: resources/views/admin/control-panel.phtml:188
10638#: resources/views/admin/merge-records-step-1.phtml:24
10639#: resources/views/gedcom-record-page.phtml:75
10640#: resources/views/lists/media-table.phtml:72
10641#: resources/views/lists/notes-table.phtml:83
10642#: resources/views/lists/sources-table.phtml:90
10643#: resources/views/lists/submitters-table.phtml:62
10644#: resources/views/media-page.phtml:66
10645#: resources/views/modules/gedcom_stats/config.phtml:26
10646#: resources/views/modules/gedcom_stats/statistics.phtml:67
10647#: resources/views/modules/html/template-statistics.phtml:35
10648#: resources/views/modules/place-hierarchy/events.phtml:16
10649#: resources/views/modules/place-hierarchy/sidebar.phtml:48
10650#: resources/views/note-page.phtml:52
10651#: resources/views/search-general-page.phtml:41
10652#: resources/views/search-results.phtml:24 resources/views/source-page.phtml:53
10653#: resources/views/submitter-page.phtml:52
10654#: resources/xml/reports/fact_sources.xml:152
10655#: resources/xml/reports/fact_sources.xml:314
10656msgid "Families"
10657msgstr ""
10658
10659#. I18N: Name of a module/list
10660#: app/Http/Controllers/AdminTreesController.php:1717
10661#: app/Module/FixSearchAndReplace.php:111 app/Module/MediaListModule.php:51
10662#: resources/views/admin/fix-level-0-media.phtml:24
10663#: resources/views/admin/merge-records-step-1.phtml:28
10664#: resources/views/admin/webtrees1-thumbnails.phtml:30
10665#: resources/views/gedcom-record-page.phtml:84
10666#: resources/views/lists/media-table.phtml:64
10667#: resources/views/lists/notes-table.phtml:84
10668#: resources/views/lists/sources-table.phtml:91
10669#: resources/views/modules/gedcom_stats/config.phtml:28
10670#: resources/views/modules/gedcom_stats/statistics.phtml:90
10671#: resources/views/modules/html/template-statistics.phtml:43
10672#: resources/views/note-page.phtml:59 resources/views/source-page.phtml:60
10673#: resources/views/statistics/other/chart-objects.phtml:12
10674#: resources/views/statistics/other/total-records.phtml:21
10675msgid "Media objects"
10676msgstr ""
10677
10678#. I18N: %s is a surname
10679#: app/Http/Controllers/BranchesController.php:84
10680#, php-format
10681msgid "Branches of the %s family"
10682msgstr ""
10683
10684#. I18N: Branches of a family tree
10685#. I18N: Name of a module/list
10686#: app/Http/Controllers/BranchesController.php:87
10687#: app/Module/BranchesListModule.php:49
10688msgid "Branches"
10689msgstr ""
10690
10691#. I18N: Name of a module/chart
10692#. I18N: Configuration option
10693#: app/Http/Controllers/BranchesController.php:296
10694#: app/Http/Controllers/BranchesController.php:333
10695#: app/Module/RelationshipsChartModule.php:173
10696#: app/Module/RelationshipsChartModule.php:257
10697#: resources/views/lists/individuals-table.phtml:284
10698#: resources/views/modules/relationships-chart/config.phtml:22
10699msgid "Relationships"
10700msgstr ""
10701
10702#: app/Http/Controllers/BranchesController.php:398
10703msgid "Generation"
10704msgstr ""
10705
10706#: app/Http/Controllers/CalendarController.php:144
10707msgid "Anniversary calendar"
10708msgstr ""
10709
10710#: app/Http/Controllers/CalendarController.php:148
10711msgid "On this day…"
10712msgstr ""
10713
10714#: app/Http/Controllers/CalendarController.php:151
10715msgid "In this month…"
10716msgstr ""
10717
10718#: app/Http/Controllers/CalendarController.php:154
10719msgid "In this year…"
10720msgstr ""
10721
10722#: app/Http/Controllers/CalendarController.php:411
10723msgid "Day not set"
10724msgstr ""
10725
10726#: app/Http/Controllers/CalendarController.php:537
10727#: resources/views/modules/yahrzeit/list.phtml:44
10728#, php-format
10729msgid "%s year anniversary"
10730msgstr ""
10731
10732#: app/Http/Controllers/EditFamilyController.php:58
10733#: resources/views/family-page-children.phtml:35
10734#: resources/views/modules/relatives/family.phtml:207
10735msgid "Add a son"
10736msgstr ""
10737
10738#: app/Http/Controllers/EditFamilyController.php:59
10739#: resources/views/family-page-children.phtml:39
10740#: resources/views/modules/relatives/family.phtml:211
10741msgid "Add a daughter"
10742msgstr ""
10743
10744#: app/Http/Controllers/EditFamilyController.php:60
10745#: resources/views/family-page-menu.phtml:39
10746#: resources/views/modules/relatives/family.phtml:215
10747msgid "Add a child"
10748msgstr ""
10749
10750#: app/Http/Controllers/EditFamilyController.php:162
10751#: app/Http/Controllers/EditIndividualController.php:262
10752#: resources/views/family-page-menu.phtml:33
10753#: resources/views/family-page-parents.phtml:42
10754#: resources/views/modules/relatives/family.phtml:89
10755#: resources/views/modules/relatives/tab.phtml:114
10756msgid "Add a wife"
10757msgstr ""
10758
10759#: app/Http/Controllers/EditFamilyController.php:165
10760#: app/Http/Controllers/EditIndividualController.php:258
10761#: resources/views/family-page-menu.phtml:26
10762#: resources/views/family-page-parents.phtml:20
10763#: resources/views/modules/relatives/family.phtml:52
10764#: resources/views/modules/relatives/tab.phtml:116
10765msgid "Add a husband"
10766msgstr ""
10767
10768#: app/Http/Controllers/EditFamilyController.php:262
10769#: resources/views/family-page-menu.phtml:20
10770msgid "Change family members"
10771msgstr ""
10772
10773#: app/Http/Controllers/EditIndividualController.php:59
10774#: resources/views/modules/relatives/tab.phtml:137
10775msgid "Add a child to create a one-parent family"
10776msgstr ""
10777
10778#: app/Http/Controllers/EditIndividualController.php:158
10779#: resources/views/family-page-grandparents.phtml:54
10780#: resources/views/family-page-grandparents.phtml:62
10781#: resources/views/modules/relatives/tab.phtml:36
10782msgid "Add a mother"
10783msgstr ""
10784
10785#: app/Http/Controllers/EditIndividualController.php:161
10786#: resources/views/family-page-grandparents.phtml:24
10787#: resources/views/family-page-grandparents.phtml:32
10788#: resources/views/modules/relatives/tab.phtml:29
10789msgid "Add a father"
10790msgstr ""
10791
10792#: app/Http/Controllers/EditIndividualController.php:364
10793msgid "Create an individual"
10794msgstr ""
10795
10796#: app/Http/Controllers/EditIndividualController.php:487
10797#: resources/views/individual-page-menu.phtml:24
10798msgid "Add a name"
10799msgstr ""
10800
10801#: app/Http/Controllers/EditIndividualController.php:531
10802#: resources/views/modules/relatives/tab.phtml:105
10803msgid "Link this individual to an existing family as a child"
10804msgstr ""
10805
10806#: app/Http/Controllers/EditIndividualController.php:609
10807#: resources/views/modules/relatives/tab.phtml:128
10808msgid "Add a husband using an existing individual"
10809msgstr ""
10810
10811#: app/Http/Controllers/EditIndividualController.php:612
10812#: resources/views/modules/relatives/tab.phtml:126
10813msgid "Add a wife using an existing individual"
10814msgstr ""
10815
10816#: app/Http/Controllers/EditMediaController.php:90
10817#: resources/views/media-page.phtml:191
10818#: resources/views/modals/add-media-file.phtml:10
10819msgid "Add a media file"
10820msgstr ""
10821
10822#: app/Http/Controllers/EditMediaController.php:170
10823#: resources/views/modals/edit-media-file.phtml:10
10824msgid "Edit a media file"
10825msgstr ""
10826
10827#: app/Http/Controllers/EditMediaController.php:267
10828#, php-format
10829msgid "The media file %1$s has been renamed to %2$s."
10830msgstr ""
10831
10832#: app/Http/Controllers/EditMediaController.php:273
10833#, php-format
10834msgid "The media file %1$s could not be renamed to %2$s."
10835msgstr ""
10836
10837#: app/Http/Controllers/EditNoteController.php:55
10838msgid "Edit the shared note"
10839msgstr ""
10840
10841#: app/Http/Controllers/GedcomFileController.php:126
10842msgid "Invalid GEDCOM file - no header record found."
10843msgstr ""
10844
10845#: app/Http/Controllers/GedcomFileController.php:190
10846#, php-format
10847msgid "Error: converting GEDCOM files from %s encoding to UTF-8 encoding not currently supported."
10848msgstr ""
10849
10850#: app/Http/Controllers/ListController.php:229
10851#: app/Http/Controllers/ListController.php:767
10852#: resources/views/admin/trees-export.phtml:94
10853#: resources/views/modules/clippings/download.phtml:21
10854#: resources/xml/reports/cemetery_report.xml:7
10855#: resources/xml/reports/death_report.xml:10
10856#: resources/xml/reports/individual_ext_report.xml:11
10857#: resources/xml/reports/individual_report.xml:8
10858msgid "None"
10859msgstr ""
10860
10861#: app/Http/Controllers/ListController.php:285
10862#, php-format
10863msgid "Exclude individuals with “%s” as a married name"
10864msgstr ""
10865
10866#: app/Http/Controllers/ListController.php:291
10867#, php-format
10868msgid "Include individuals with “%s” as a married name"
10869msgstr ""
10870
10871#: app/Http/Controllers/ListController.php:300
10872msgid "Show the list of individuals"
10873msgstr ""
10874
10875#: app/Http/Controllers/ListController.php:306
10876msgid "Show the list of surnames"
10877msgstr ""
10878
10879#: app/Http/Controllers/ListController.php:354
10880#, php-format
10881msgid "Individuals with surname %s"
10882msgstr ""
10883
10884#. I18N: Name of a module
10885#: app/Http/Controllers/ListController.php:476 app/Module/MediaTabModule.php:60
10886#: resources/views/admin/control-panel.phtml:191
10887#: resources/views/admin/control-panel.phtml:611
10888#: resources/views/admin/media.phtml:99
10889#: resources/views/lists/media-table.phtml:69
10890#: resources/views/modules/recent_changes/changes-table.phtml:68
10891msgid "Media"
10892msgstr ""
10893
10894#. I18N: Name of a module/list
10895#: app/Http/Controllers/ListController.php:500 app/Module/NoteListModule.php:50
10896#: resources/views/lists/sources-table.phtml:92
10897#: resources/views/search-general-page.phtml:62
10898msgid "Shared notes"
10899msgstr ""
10900
10901#. I18N: Name of a module/list
10902#: app/Http/Controllers/ListController.php:563
10903#: app/Module/FixSearchAndReplace.php:115 app/Module/SubmitterListModule.php:53
10904#: resources/views/admin/control-panel.phtml:193
10905#: resources/views/admin/merge-records-step-1.phtml:29
10906#: resources/views/lists/submitters-table.phtml:55
10907msgid "Submitters"
10908msgstr ""
10909
10910#: app/Http/Controllers/PlaceHierarchyController.php:108
10911msgid "Show place hierarchy"
10912msgstr ""
10913
10914#: app/Http/Controllers/PlaceHierarchyController.php:113
10915msgid "Show all places in a list"
10916msgstr ""
10917
10918#. I18N: Name of a module
10919#: app/Http/Controllers/PlaceHierarchyController.php:133
10920#: app/Module/PlacesModule.php:68
10921#: resources/views/admin/trees-preferences.phtml:547
10922#: resources/views/search-replace-page.phtml:38
10923#: resources/views/statistics/other/places.phtml:12
10924msgid "Places"
10925msgstr ""
10926
10927#: app/Http/Controllers/SetupController.php:158
10928msgid "Oops! webtrees was unable to create files in this folder."
10929msgstr ""
10930
10931#: app/Http/Controllers/SetupController.php:159
10932msgid "This usually means that you need to change the folder permissions to 777."
10933msgstr ""
10934
10935#: app/Http/Controllers/SetupController.php:366
10936msgid "You must enter all the administrator account fields."
10937msgstr ""
10938
10939#: app/Http/Controllers/SetupController.php:370
10940msgid "The password needs to be at least six characters long."
10941msgstr ""
10942
10943#: app/Http/Middleware/CheckCsrf.php:68
10944msgid "This form has expired. Try again."
10945msgstr ""
10946
10947#: app/Http/RequestHandlers/AccountEdit.php:88
10948#: app/Module/ModuleThemeTrait.php:327 app/Module/UserWelcomeModule.php:114
10949msgid "My account"
10950msgstr ""
10951
10952#: app/Http/RequestHandlers/BroadcastAction.php:82
10953#: app/Http/RequestHandlers/ContactAction.php:147
10954#: app/Http/RequestHandlers/EmailPreferencesAction.php:90
10955#: app/Http/RequestHandlers/MessageAction.php:98
10956#, php-format
10957msgid "The message was successfully sent to %s."
10958msgstr ""
10959
10960#: app/Http/RequestHandlers/BroadcastAction.php:89
10961#: app/Http/RequestHandlers/ContactAction.php:154
10962#: app/Http/RequestHandlers/EmailPreferencesAction.php:92
10963#: app/Http/RequestHandlers/MessageAction.php:105
10964msgid "The message was not sent."
10965msgstr ""
10966
10967#: app/Http/RequestHandlers/CleanDataFolder.php:95
10968#: resources/views/admin/control-panel.phtml:123
10969msgid "Clean up data folder"
10970msgstr ""
10971
10972#: app/Http/RequestHandlers/ContactAction.php:115
10973#: app/Http/RequestHandlers/PasswordResetAction.php:85
10974#: app/Http/RequestHandlers/PasswordResetPage.php:77
10975#: app/Http/RequestHandlers/RegisterAction.php:98
10976msgid "Please try again."
10977msgstr ""
10978
10979#: app/Http/RequestHandlers/ContactAction.php:120
10980msgid "Please enter a valid email address."
10981msgstr ""
10982
10983#: app/Http/RequestHandlers/ContactAction.php:127
10984#: app/Http/RequestHandlers/RegisterAction.php:251
10985msgid "You are not allowed to send messages that contain external links."
10986msgstr ""
10987
10988#. I18N: e.g. ‘You should delete the “http://” from “http://www.example.com” and try again.’
10989#: app/Http/RequestHandlers/ContactAction.php:128
10990#: app/Http/RequestHandlers/RegisterAction.php:251
10991#, php-format
10992msgid "You should delete the “%1$s” from “%2$s” and try again."
10993msgstr ""
10994
10995#: app/Http/RequestHandlers/ContactPage.php:96
10996#: app/Http/RequestHandlers/MessagePage.php:76
10997#: app/Module/UserMessagesModule.php:158
10998#: app/Statistics/Repository/UserRepository.php:127
10999#: resources/views/pending-changes-page.phtml:82
11000msgid "Send a message"
11001msgstr ""
11002
11003#: app/Http/RequestHandlers/CopyFact.php:77
11004msgid "The record has been copied to the clipboard."
11005msgstr ""
11006
11007#: app/Http/RequestHandlers/CreateMediaObjectAction.php:105
11008msgid "The media object has been created"
11009msgstr ""
11010
11011#: app/Http/RequestHandlers/CreateNoteAction.php:73
11012msgid "The note has been created"
11013msgstr ""
11014
11015#: app/Http/RequestHandlers/CreateRepositoryAction.php:78
11016msgid "The repository has been created"
11017msgstr ""
11018
11019#: app/Http/RequestHandlers/CreateSourceAction.php:111
11020msgid "The source has been created"
11021msgstr ""
11022
11023#: app/Http/RequestHandlers/CreateSubmitterAction.php:76
11024msgid "The submitter has been created"
11025msgstr ""
11026
11027#: app/Http/RequestHandlers/CreateTreeAction.php:64
11028#, php-format
11029msgid "The family tree “%s” already exists."
11030msgstr ""
11031
11032#: app/Http/RequestHandlers/CreateTreeAction.php:71
11033#, php-format
11034msgid "The family tree “%s” has been created."
11035msgstr ""
11036
11037#: app/Http/RequestHandlers/CreateTreePage.php:55
11038#: resources/views/admin/control-panel.phtml:159
11039msgid "Create a family tree"
11040msgstr ""
11041
11042#: app/Http/RequestHandlers/CreateTreePage.php:57
11043msgid "My family tree"
11044msgstr ""
11045
11046#: app/Http/RequestHandlers/DataFixData.php:107
11047#: app/Http/RequestHandlers/DataFixPreview.php:85
11048#: resources/views/admin/analytics-edit.phtml:18
11049msgid "Preview"
11050msgstr ""
11051
11052#: app/Http/RequestHandlers/DataFixData.php:108
11053#: resources/views/modules/batch_update/admin.phtml:77
11054msgid "Update"
11055msgstr ""
11056
11057#: app/Http/RequestHandlers/DeletePath.php:60
11058#, php-format
11059msgid "The file %s has been deleted."
11060msgstr ""
11061
11062#: app/Http/RequestHandlers/DeletePath.php:62
11063#: app/Http/RequestHandlers/DeletePath.php:76
11064#, php-format
11065msgid "The file %s could not be deleted."
11066msgstr ""
11067
11068#: app/Http/RequestHandlers/DeletePath.php:69
11069#, php-format
11070msgid "The folder %s has been deleted."
11071msgstr ""
11072
11073#: app/Http/RequestHandlers/DeletePath.php:71
11074#, php-format
11075msgid "The folder %s could not be deleted."
11076msgstr ""
11077
11078#. I18N: %s is the name of a family group, e.g. “Husband name + Wife name”
11079#: app/Http/RequestHandlers/DeleteRecord.php:73
11080#, php-format
11081msgid "The family “%s” has been deleted because it only has one member."
11082msgstr ""
11083
11084#. I18N: %s are names of records, such as sources, repositories or individuals
11085#: app/Http/RequestHandlers/DeleteRecord.php:82
11086#: app/Http/RequestHandlers/DeleteRecord.php:87
11087#, php-format
11088msgid "The link from “%1$s” to “%2$s” has been deleted."
11089msgstr ""
11090
11091#: app/Http/RequestHandlers/EditRawFactPage.php:61
11092#: app/Http/RequestHandlers/EditRawRecordPage.php:61
11093#: resources/views/edit/edit-fact.phtml:125
11094#: resources/views/edit/new-individual.phtml:332
11095#: resources/views/family-page-menu.phtml:59
11096#: resources/views/gedcom-record-page-menu.phtml:25
11097#: resources/views/individual-page-menu.phtml:100
11098#: resources/views/media-page-menu.phtml:42
11099#: resources/views/note-page-menu.phtml:25
11100#: resources/views/repository-page-menu.phtml:25
11101#: resources/views/source-page-menu.phtml:25
11102#: resources/views/submitter-page-menu.phtml:25
11103msgid "Edit the raw GEDCOM"
11104msgstr ""
11105
11106#: app/Http/RequestHandlers/EmailPreferencesPage.php:64
11107#: resources/views/admin/control-panel.phtml:101
11108msgid "Sending email"
11109msgstr ""
11110
11111#: app/Http/RequestHandlers/ExportGedcomPage.php:49
11112msgid "Export a GEDCOM file"
11113msgstr ""
11114
11115#: app/Http/RequestHandlers/ExportGedcomServer.php:82
11116#, php-format
11117msgid "The file %s could not be created."
11118msgstr ""
11119
11120#: app/Http/RequestHandlers/HelpText.php:249
11121msgid "Associate events with this source"
11122msgstr ""
11123
11124#. I18N: Name of a module
11125#: app/Http/RequestHandlers/HelpText.php:254
11126#: app/Http/RequestHandlers/PendingChanges.php:133
11127#: app/Module/ModuleThemeTrait.php:432 app/Module/ReviewChangesModule.php:80
11128#: app/Module/ReviewChangesModule.php:134
11129#: resources/views/admin/control-panel.phtml:186
11130#: resources/views/admin/control-panel.phtml:212
11131#: resources/views/pending-changes-page.phtml:82
11132#: resources/xml/reports/change_report.xml:52
11133msgid "Pending changes"
11134msgstr ""
11135
11136#: app/Http/RequestHandlers/HelpText.php:261
11137#: resources/views/admin/users-edit.phtml:275
11138msgid "Restrict to immediate family"
11139msgstr ""
11140
11141#: app/Http/RequestHandlers/HelpText.php:266
11142#: resources/views/admin/trees-export.phtml:65
11143#: resources/views/modules/clippings/download.phtml:70
11144msgid "Convert from UTF-8 to ISO-8859-1"
11145msgstr ""
11146
11147#: app/Http/RequestHandlers/HelpText.php:271
11148#: resources/views/admin/trees-export.phtml:50
11149msgid "Compress the GEDCOM file"
11150msgstr ""
11151
11152#: app/Http/RequestHandlers/HelpText.php:276 resources/views/help/link.phtml:7
11153#: resources/views/help/link.phtml:9
11154msgid "Help"
11155msgstr ""
11156
11157#: app/Http/RequestHandlers/HelpText.php:277
11158msgid "The help text has not been written for this item."
11159msgstr ""
11160
11161#: app/Http/RequestHandlers/IndividualPage.php:209
11162#: resources/views/edit/reorder-families.phtml:62
11163#: resources/views/modules/family_nav/sidebar-family.phtml:43
11164msgid "Parents"
11165msgstr ""
11166
11167#: app/Http/RequestHandlers/IndividualPage.php:215
11168#: resources/views/edit/change-family-members.phtml:22
11169#: resources/views/edit/change-family-members.phtml:37
11170#: resources/views/modules/pedigree-chart/previous.phtml:31
11171#: resources/xml/reports/bdm_report.xml:169
11172#: resources/xml/reports/individual_ext_report.xml:202
11173#: resources/xml/reports/individual_ext_report.xml:219
11174msgid "Spouse"
11175msgstr ""
11176
11177#: app/Http/RequestHandlers/IndividualPage.php:224
11178#: app/Module/StatisticsChartModule.php:433
11179#: app/Module/StatisticsChartModule.php:727
11180#: resources/views/lists/families-table.phtml:227
11181#: resources/views/lists/individuals-table.phtml:245
11182#: resources/views/modules/pedigree-chart/previous.phtml:38
11183#: resources/views/modules/relatives/family.phtml:202
11184#: resources/xml/reports/family_group_report.xml:761
11185#: resources/xml/reports/relative_ext_report.xml:115
11186msgid "Children"
11187msgstr ""
11188
11189#: app/Http/RequestHandlers/IndividualPage.php:317
11190#: resources/views/edit/icon-fact-delete.phtml:8
11191#: resources/views/media-page.phtml:103
11192msgid "Are you sure you want to delete this fact?"
11193msgstr ""
11194
11195#: app/Http/RequestHandlers/IndividualPage.php:317
11196msgid "Delete this name"
11197msgstr ""
11198
11199#: app/Http/RequestHandlers/IndividualPage.php:366
11200#: resources/views/individual-page-menu.phtml:44
11201#: resources/views/individual-page-menu.phtml:52
11202msgid "Edit the gender"
11203msgstr ""
11204
11205#: app/Http/RequestHandlers/LoginAction.php:83
11206#: resources/views/admin/control-panel.phtml:69
11207#: resources/views/admin/upgrade/wizard.phtml:22
11208msgid "A new version of webtrees is available."
11209msgstr ""
11210
11211#: app/Http/RequestHandlers/LoginAction.php:115
11212msgid "You cannot sign in because your browser does not accept cookies."
11213msgstr ""
11214
11215#: app/Http/RequestHandlers/LoginAction.php:122
11216#: app/Http/RequestHandlers/LoginAction.php:127
11217msgid "The username or password is incorrect."
11218msgstr ""
11219
11220#: app/Http/RequestHandlers/LoginAction.php:132
11221msgid "This account has not been verified. Please check your email for a verification message."
11222msgstr ""
11223
11224#: app/Http/RequestHandlers/LoginAction.php:137
11225msgid "This account has not been approved. Please wait for an administrator to approve it."
11226msgstr ""
11227
11228#. I18N: Name of a module
11229#: app/Http/RequestHandlers/LoginPage.php:77 app/Module/LoginBlockModule.php:43
11230#: app/Module/LoginBlockModule.php:75 app/Module/ModuleThemeTrait.php:294
11231msgid "Sign in"
11232msgstr ""
11233
11234#: app/Http/RequestHandlers/LoginPage.php:82
11235msgid "Anyone with a user account can access this website."
11236msgstr ""
11237
11238#: app/Http/RequestHandlers/LoginPage.php:85
11239msgid "You need to be an authorized user to access this website."
11240msgstr ""
11241
11242#: app/Http/RequestHandlers/LoginPage.php:88
11243msgid "You need to be a family member to access this website."
11244msgstr ""
11245
11246#: app/Http/RequestHandlers/LoginPage.php:96
11247msgid "You can apply for an account using the link below."
11248msgstr ""
11249
11250#: app/Http/RequestHandlers/Logout.php:51
11251msgid "You have signed out."
11252msgstr ""
11253
11254#: app/Http/RequestHandlers/MergeFactsAction.php:98
11255#, php-format
11256msgid "The link from “%1$s” to “%2$s” has been updated."
11257msgstr ""
11258
11259#: app/Http/RequestHandlers/MergeFactsAction.php:162
11260#, php-format
11261msgid "The records “%1$s” and “%2$s” have been merged."
11262msgstr ""
11263
11264#: app/Http/RequestHandlers/MergeFactsPage.php:57
11265#: app/Http/RequestHandlers/MergeRecordsPage.php:67
11266#: resources/views/admin/trees.phtml:156
11267msgid "Merge records"
11268msgstr ""
11269
11270#: app/Http/RequestHandlers/PasswordRequestAction.php:96
11271#: app/Http/RequestHandlers/PasswordRequestPage.php:55
11272#: resources/views/modules/login_block/sign-in.phtml:50
11273msgid "Request a new password"
11274msgstr ""
11275
11276#: app/Http/RequestHandlers/PasswordRequestAction.php:103
11277#, php-format
11278msgid "A password reset link has been sent to “%s”."
11279msgstr ""
11280
11281#: app/Http/RequestHandlers/PasswordRequestAction.php:104
11282msgid "This link is valid for one hour."
11283msgstr ""
11284
11285#: app/Http/RequestHandlers/PasswordRequestAction.php:107
11286#, php-format
11287msgid "There is no user account with the email “%s”."
11288msgstr ""
11289
11290#: app/Http/RequestHandlers/PasswordResetAction.php:77
11291msgid "Your password has been updated."
11292msgstr ""
11293
11294#: app/Http/RequestHandlers/PasswordResetAction.php:84
11295#: app/Http/RequestHandlers/PasswordResetPage.php:76
11296msgid "The password reset link has expired."
11297msgstr ""
11298
11299#: app/Http/RequestHandlers/PasswordResetPage.php:64
11300msgid "Set a new password"
11301msgstr ""
11302
11303#. I18N: %s is the name of a genealogy record
11304#: app/Http/RequestHandlers/PendingChangesAcceptRecord.php:66
11305#, php-format
11306msgid "“%s” has been deleted."
11307msgstr ""
11308
11309#. I18N: %s is the name of a genealogy record
11310#: app/Http/RequestHandlers/PendingChangesAcceptRecord.php:69
11311#: app/Http/RequestHandlers/PendingChangesAcceptTree.php:62
11312#, php-format
11313msgid "The changes to “%s” have been accepted."
11314msgstr ""
11315
11316#: app/Http/RequestHandlers/PendingChangesLogPage.php:101
11317#: resources/views/admin/trees.phtml:190
11318msgid "Changes log"
11319msgstr ""
11320
11321#. I18N: the status of an edit accepted/rejected/pending
11322#: app/Http/RequestHandlers/PendingChangesLogPage.php:122
11323msgid "accepted"
11324msgstr ""
11325
11326#. I18N: the status of an edit accepted/rejected/pending
11327#: app/Http/RequestHandlers/PendingChangesLogPage.php:124
11328msgid "rejected"
11329msgstr ""
11330
11331#. I18N: the status of an edit accepted/rejected/pending
11332#: app/Http/RequestHandlers/PendingChangesLogPage.php:126
11333msgid "pending"
11334msgstr ""
11335
11336#. I18N: %s is the name of a genealogy record
11337#: app/Http/RequestHandlers/PendingChangesRejectRecord.php:67
11338#: app/Http/RequestHandlers/PendingChangesRejectTree.php:62
11339#, php-format
11340msgid "The changes to “%s” have been rejected."
11341msgstr ""
11342
11343#: app/Http/RequestHandlers/PhpInformation.php:60
11344#: resources/views/admin/control-panel.phtml:129
11345msgid "Server information"
11346msgstr ""
11347
11348#: app/Http/RequestHandlers/RegisterAction.php:146
11349#, php-format
11350msgid "Your registration at %s"
11351msgstr ""
11352
11353#. I18N: %s is a server name/URL
11354#: app/Http/RequestHandlers/RegisterAction.php:156
11355#, php-format
11356msgid "New registration at %s"
11357msgstr ""
11358
11359#: app/Http/RequestHandlers/RegisterAction.php:195
11360#: app/Http/RequestHandlers/RegisterPage.php:68
11361#: app/Module/WelcomeBlockModule.php:114 resources/views/login-page.phtml:65
11362#: resources/views/modules/login_block/sign-in.phtml:44
11363msgid "Request a new user account"
11364msgstr ""
11365
11366#: app/Http/RequestHandlers/RegisterAction.php:234
11367msgid "All fields must be completed."
11368msgstr ""
11369
11370#: app/Http/RequestHandlers/ReorderChildrenPage.php:57
11371#: resources/views/family-page-children.phtml:44
11372#: resources/views/family-page-menu.phtml:45
11373#: resources/views/modules/relatives/family.phtml:221
11374msgid "Re-order children"
11375msgstr ""
11376
11377#: app/Http/RequestHandlers/ReorderFamiliesPage.php:57
11378#: resources/views/individual-page-menu.phtml:62
11379#: resources/views/individual-page-menu.phtml:67
11380#: resources/views/modules/relatives/tab.phtml:97
11381msgid "Re-order families"
11382msgstr ""
11383
11384#: app/Http/RequestHandlers/ReorderNamesPage.php:57
11385#: resources/views/individual-page-menu.phtml:30
11386#: resources/views/individual-page-menu.phtml:35
11387msgid "Re-order names"
11388msgstr ""
11389
11390#: app/Http/RequestHandlers/ReportGenerate.php:122
11391#: resources/views/admin/modules.phtml:213
11392#: resources/views/admin/modules.phtml:216
11393#: resources/views/report-select-page.phtml:15
11394msgid "Report"
11395msgstr ""
11396
11397#: app/Http/RequestHandlers/ReportListPage.php:74
11398msgid "Choose a report to run"
11399msgstr ""
11400
11401#: app/Http/RequestHandlers/ReportSetupPage.php:147
11402#: resources/views/edit/input-addon-calendar.phtml:9
11403#: resources/views/edit/input-addon-calendar.phtml:12
11404msgid "Select a date"
11405msgstr ""
11406
11407#: app/Http/RequestHandlers/SearchAdvancedPage.php:171
11408#: app/Module/SearchMenuModule.php:125
11409msgid "Advanced search"
11410msgstr ""
11411
11412#: app/Http/RequestHandlers/SearchAdvancedPage.php:223
11413msgid "Exact date"
11414msgstr ""
11415
11416#: app/Http/RequestHandlers/SearchAdvancedPage.php:224
11417#: app/Http/RequestHandlers/SearchAdvancedPage.php:225
11418#: app/Http/RequestHandlers/SearchAdvancedPage.php:226
11419#, php-format
11420msgid "±%s year"
11421msgid_plural "±%s years"
11422msgstr[0] ""
11423msgstr[1] ""
11424
11425#: app/Http/RequestHandlers/SearchAdvancedPage.php:238
11426msgid "Exact"
11427msgstr ""
11428
11429#: app/Http/RequestHandlers/SearchAdvancedPage.php:239
11430msgid "Begins with"
11431msgstr ""
11432
11433#: app/Http/RequestHandlers/SearchAdvancedPage.php:240
11434msgid "Contains"
11435msgstr ""
11436
11437#: app/Http/RequestHandlers/SearchAdvancedPage.php:241
11438msgid "Sounds like"
11439msgstr ""
11440
11441#: app/Http/RequestHandlers/SearchGeneralPage.php:167
11442#: app/Module/SearchMenuModule.php:100
11443msgid "General search"
11444msgstr ""
11445
11446#. I18N: search using “sounds like”, rather than exact spelling
11447#: app/Http/RequestHandlers/SearchPhoneticPage.php:103
11448#: app/Module/SearchMenuModule.php:113 resources/views/branches-page.phtml:26
11449msgid "Phonetic search"
11450msgstr ""
11451
11452#: app/Http/RequestHandlers/SearchReplaceAction.php:75
11453#: app/Http/RequestHandlers/SearchReplaceAction.php:109
11454#: app/Http/RequestHandlers/SearchReplaceAction.php:115
11455#, php-format
11456msgid "%s individual has been updated."
11457msgid_plural "%s individuals have been updated."
11458msgstr[0] ""
11459msgstr[1] ""
11460
11461#: app/Http/RequestHandlers/SearchReplaceAction.php:79
11462#: app/Http/RequestHandlers/SearchReplaceAction.php:119
11463#, php-format
11464msgid "%s family has been updated."
11465msgid_plural "%s families have been updated."
11466msgstr[0] ""
11467msgstr[1] ""
11468
11469#: app/Http/RequestHandlers/SearchReplaceAction.php:83
11470#, php-format
11471msgid "%s repository has been updated."
11472msgid_plural "%s repositories have been updated."
11473msgstr[0] ""
11474msgstr[1] ""
11475
11476#: app/Http/RequestHandlers/SearchReplaceAction.php:87
11477#, php-format
11478msgid "%s source has been updated."
11479msgid_plural "%s sources have been updated."
11480msgstr[0] ""
11481msgstr[1] ""
11482
11483#: app/Http/RequestHandlers/SearchReplaceAction.php:91
11484#, php-format
11485msgid "%s note has been updated."
11486msgid_plural "%s notes have been updated."
11487msgstr[0] ""
11488msgstr[1] ""
11489
11490#. I18N: Name of a module
11491#: app/Http/RequestHandlers/SearchReplacePage.php:52
11492#: app/Module/FixSearchAndReplace.php:77 app/Module/SearchMenuModule.php:138
11493msgid "Search and replace"
11494msgstr ""
11495
11496#. I18N: %s is the name of a family tree
11497#: app/Http/RequestHandlers/SelectDefaultTree.php:54
11498#, php-format
11499msgid "The family tree “%s” will be shown to visitors when they first arrive at this website."
11500msgstr ""
11501
11502#: app/Http/RequestHandlers/SiteLogsPage.php:102
11503#: resources/views/admin/control-panel.phtml:117
11504msgid "Website logs"
11505msgstr ""
11506
11507#: app/Http/RequestHandlers/SitePreferencesAction.php:55
11508#, php-format
11509msgid "The folder “%s” does not exist."
11510msgstr ""
11511
11512#: app/Http/RequestHandlers/SitePreferencesPage.php:65
11513#: resources/views/admin/control-panel.phtml:95
11514msgid "Website preferences"
11515msgstr ""
11516
11517#: app/Http/RequestHandlers/SiteRegistrationPage.php:44
11518#: resources/views/admin/control-panel.phtml:107
11519msgid "Sign-in and registration"
11520msgstr ""
11521
11522#: app/Http/RequestHandlers/SiteRegistrationPage.php:47
11523msgid "No predefined text"
11524msgstr ""
11525
11526#: app/Http/RequestHandlers/SiteRegistrationPage.php:48
11527msgid "Predefined text that states all users can request a user account"
11528msgstr ""
11529
11530#: app/Http/RequestHandlers/SiteRegistrationPage.php:49
11531msgid "Predefined text that states admin will decide on each request for a user account"
11532msgstr ""
11533
11534#: app/Http/RequestHandlers/SiteRegistrationPage.php:50
11535msgid "Predefined text that states only family members can request a user account"
11536msgstr ""
11537
11538#: app/Http/RequestHandlers/SiteRegistrationPage.php:51
11539msgid "Choose user defined welcome text typed below"
11540msgstr ""
11541
11542#: app/Http/RequestHandlers/TreePageDefaultEdit.php:70
11543#: resources/views/admin/control-panel.phtml:165
11544msgid "Set the default blocks for new family trees"
11545msgstr ""
11546
11547#: app/Http/RequestHandlers/TreePageEdit.php:70
11548msgid "Change the “Home page” blocks"
11549msgstr ""
11550
11551#: app/Http/RequestHandlers/UnconnectedPage.php:108
11552#: resources/views/admin/trees.phtml:172
11553msgid "Find unrelated individuals"
11554msgstr ""
11555
11556#. I18N: Name of a module
11557#: app/Http/RequestHandlers/UserPage.php:90 app/Module/ModuleThemeTrait.php:357
11558#: app/Module/UserWelcomeModule.php:61 resources/views/admin/modules.phtml:177
11559#: resources/views/admin/modules.phtml:181
11560#: resources/views/layouts/administration.phtml:54
11561msgid "My page"
11562msgstr ""
11563
11564#: app/Http/RequestHandlers/UserPageDefaultEdit.php:69
11565#: resources/views/admin/control-panel.phtml:387
11566msgid "Set the default blocks for new users"
11567msgstr ""
11568
11569#: app/Http/RequestHandlers/UserPageEdit.php:70
11570msgid "Change the “My page” blocks"
11571msgstr ""
11572
11573#: app/Http/RequestHandlers/UsersCleanupAction.php:69
11574#, php-format
11575msgid "The user %s has been deleted."
11576msgstr ""
11577
11578#: app/Http/RequestHandlers/UsersCleanupPage.php:66
11579#: resources/views/admin/control-panel.phtml:381
11580msgid "Delete inactive users"
11581msgstr ""
11582
11583#: app/Http/RequestHandlers/VerifyEmail.php:73
11584msgid "User verification"
11585msgstr ""
11586
11587#. I18N: This is the format string for full dates. See http://php.net/date for codes
11588#: app/I18N.php:257
11589msgid "%j %F %Y"
11590msgstr ""
11591
11592#. I18N: This punctuation is used to separate lists of items
11593#: app/I18N.php:324
11594msgid ", "
11595msgstr ""
11596
11597#. I18N: This is the format string for the time-of-day. See http://php.net/date for codes
11598#: app/I18N.php:600
11599msgid "%H:%i:%s"
11600msgstr ""
11601
11602#. I18N: A range of numbers
11603#: app/Individual.php:578 app/Module/StatisticsChartModule.php:872
11604#, php-format
11605msgid "%1$s–%2$s"
11606msgstr ""
11607
11608#. I18N: A step-family. %s is an individual’s name
11609#: app/Individual.php:979
11610#, php-format
11611msgid "Father’s family with %s"
11612msgstr ""
11613
11614#. I18N: A step-family.
11615#: app/Individual.php:983
11616msgid "Father’s family with an unknown individual"
11617msgstr ""
11618
11619#. I18N: A step-family. %s is an individual’s name
11620#: app/Individual.php:989
11621#, php-format
11622msgid "Mother’s family with %s"
11623msgstr ""
11624
11625#. I18N: A step-family.
11626#: app/Individual.php:993
11627msgid "Mother’s family with an unknown individual"
11628msgstr ""
11629
11630#. I18N: %s is the spouse name
11631#: app/Individual.php:1018
11632#, php-format
11633msgid "Family with %s"
11634msgstr ""
11635
11636#. I18N: Name of a module/report
11637#. I18N: Name of a module/chart
11638#: app/Module/AhnentafelReportModule.php:40
11639#: app/Module/AncestorsChartModule.php:107
11640#: resources/xml/reports/ahnentafel_report.xml:4
11641msgid "Ancestors"
11642msgstr ""
11643
11644#. I18N: Description of the “Ancestors” module
11645#: app/Module/AhnentafelReportModule.php:52
11646#: resources/xml/reports/ahnentafel_report.xml:5
11647msgid "A report of an individual’s ancestors, in a narrative style."
11648msgstr ""
11649
11650#. I18N: Description of the “Album” module
11651#: app/Module/AlbumModule.php:56
11652msgid "An alternative to the “media” tab, and an enhanced image viewer."
11653msgstr ""
11654
11655#. I18N: Description of the “AncestorsChart” module
11656#: app/Module/AncestorsChartModule.php:118
11657msgid "A chart of an individual’s ancestors."
11658msgstr ""
11659
11660#. I18N: %s is an individual’s name
11661#: app/Module/AncestorsChartModule.php:153
11662#, php-format
11663msgid "Ancestors of %s"
11664msgstr ""
11665
11666#: app/Module/AncestorsChartModule.php:275
11667#: app/Module/DescendancyChartModule.php:264
11668#: resources/views/emails/register-notify-html.phtml:25
11669#: resources/views/emails/register-notify-text.phtml:15
11670msgid "Tree"
11671msgstr ""
11672
11673#. I18N: Name of a module/report. “Vital records” are life events - birth/marriage/death
11674#: app/Module/BirthDeathMarriageReportModule.php:40
11675#: resources/views/calendar-page.phtml:152
11676#: resources/xml/reports/bdm_report.xml:3
11677#: resources/xml/reports/bdm_report.xml:34
11678msgid "Vital records"
11679msgstr ""
11680
11681#. I18N: Description of the “Vital records” module. “Vital records” are life events - birth/marriage/death
11682#: app/Module/BirthDeathMarriageReportModule.php:52
11683#: resources/xml/reports/bdm_report.xml:4
11684msgid "A report of vital records for a given date or place."
11685msgstr ""
11686
11687#. I18N: Name of a module/report
11688#: app/Module/BirthReportModule.php:40
11689#: resources/views/modules/statistics-chart/custom.phtml:57
11690#: resources/xml/reports/birth_report.xml:3
11691#: resources/xml/reports/birth_report.xml:31
11692msgid "Births"
11693msgstr ""
11694
11695#. I18N: Description of the “Births” module
11696#: app/Module/BirthReportModule.php:52 resources/xml/reports/birth_report.xml:4
11697msgid "A report of individuals who were born in a given time or place."
11698msgstr ""
11699
11700#. I18N: Description of the “Branches” module
11701#: app/Module/BranchesListModule.php:60
11702msgid "A list of branches of a family."
11703msgstr ""
11704
11705#. I18N: Name of a module
11706#: app/Module/CalendarMenuModule.php:41 app/Module/CalendarMenuModule.php:80
11707#: resources/views/modules/yahrzeit/config.phtml:30
11708msgid "Calendar"
11709msgstr ""
11710
11711#. I18N: Description of the “Calendar” module
11712#: app/Module/CalendarMenuModule.php:52
11713msgid "The calendar menu."
11714msgstr ""
11715
11716#: app/Module/CalendarMenuModule.php:90 resources/views/calendar-page.phtml:16
11717msgid "Day"
11718msgstr ""
11719
11720#: app/Module/CalendarMenuModule.php:103
11721#: app/Module/StatisticsChartModule.php:288
11722#: app/Module/StatisticsChartModule.php:337
11723#: app/Module/StatisticsChartModule.php:386
11724#: app/Module/StatisticsChartModule.php:428
11725#: app/Module/StatisticsChartModule.php:477
11726#: resources/views/calendar-page.phtml:32
11727msgid "Month"
11728msgstr ""
11729
11730#: app/Module/CalendarMenuModule.php:116 resources/views/calendar-page.phtml:51
11731msgid "Year"
11732msgstr ""
11733
11734#. I18N: Name of a module/report
11735#: app/Module/CemeteryReportModule.php:40
11736#: resources/xml/reports/cemetery_report.xml:3
11737#: resources/xml/reports/cemetery_report.xml:34
11738msgid "Burials"
11739msgstr ""
11740
11741#. I18N: Description of the “Cemeteries” module
11742#: app/Module/CemeteryReportModule.php:52
11743#: resources/xml/reports/cemetery_report.xml:4
11744msgid "A report of individuals who were buried in a given place."
11745msgstr ""
11746
11747#. I18N: Name of a module
11748#: app/Module/CensusAssistantModule.php:51
11749msgid "Census assistant"
11750msgstr ""
11751
11752#. I18N: Description of the “Census assistant” module
11753#: app/Module/CensusAssistantModule.php:62
11754msgid "An alternative way to enter census transcripts and link them to individuals."
11755msgstr ""
11756
11757#: app/Module/CensusAssistantModule.php:232
11758#: app/Module/CensusAssistantModule.php:256
11759#: resources/views/modules/clippings/show.phtml:22
11760#: resources/views/modules/clippings/show.phtml:38
11761#: resources/views/modules/favorites/favorites.phtml:36
11762msgid "Remove"
11763msgstr ""
11764
11765#. I18N: Name of a module/report
11766#: app/Module/ChangeReportModule.php:44
11767#: resources/views/admin/users-edit.phtml:130
11768#: resources/views/pending-changes-page.phtml:52
11769#: resources/xml/reports/change_report.xml:3
11770#: resources/xml/reports/change_report.xml:44
11771msgid "Changes"
11772msgstr ""
11773
11774#. I18N: Description of the “Changes” module
11775#: app/Module/ChangeReportModule.php:56
11776#: resources/xml/reports/change_report.xml:4
11777msgid "A report of recent and pending changes."
11778msgstr ""
11779
11780#. I18N: Description of the “Charts” module
11781#: app/Module/ChartsBlockModule.php:73
11782msgid "An alternative way to display charts."
11783msgstr ""
11784
11785#. I18N: %s is an individual’s name
11786#: app/Module/ChartsBlockModule.php:154
11787#: app/Module/InteractiveTree/TreeView.php:156
11788#: app/Module/InteractiveTreeModule.php:162
11789#, php-format
11790msgid "Interactive tree of %s"
11791msgstr ""
11792
11793#: app/Module/ChartsBlockModule.php:161
11794msgid "You must select an individual and a chart type in the block preferences"
11795msgstr ""
11796
11797#. I18N: Name of a module/chart
11798#. I18N: Name of a report
11799#: app/Module/ChartsBlockModule.php:243 app/Module/PedigreeChartModule.php:118
11800#: app/Module/PedigreeReportModule.php:40
11801#: resources/views/edit/link-child-to-family.phtml:24
11802#: resources/xml/reports/pedigree_report.xml:3
11803#: resources/xml/reports/pedigree_report.xml:48
11804msgid "Pedigree"
11805msgstr ""
11806
11807#. I18N: Name of a module/chart
11808#: app/Module/ChartsBlockModule.php:245 app/Module/HourglassChartModule.php:89
11809msgid "Hourglass chart"
11810msgstr ""
11811
11812#. I18N: Name of a module
11813#: app/Module/ChartsBlockModule.php:246 app/Module/InteractiveTreeModule.php:52
11814msgid "Interactive tree"
11815msgstr ""
11816
11817#. I18N: Description of the “Charts” module
11818#: app/Module/ChartsMenuModule.php:71
11819msgid "The charts menu."
11820msgstr ""
11821
11822#. I18N: Name of a module. CKEditor is a trademark. Do not translate it? http://ckeditor.com
11823#: app/Module/CkeditorModule.php:43
11824msgid "CKEditor™"
11825msgstr ""
11826
11827#. I18N: Description of the “CKEditor” module. WYSIWYG = “what you see is what you get”
11828#: app/Module/CkeditorModule.php:54
11829msgid "Allow other modules to edit text using a “WYSIWYG” editor, instead of using HTML codes."
11830msgstr ""
11831
11832#. I18N: Name of a module
11833#: app/Module/ClippingsCartModule.php:117
11834msgid "Clippings cart"
11835msgstr ""
11836
11837#. I18N: Description of the “Clippings cart” module
11838#: app/Module/ClippingsCartModule.php:128
11839msgid "Select records from your family tree and save them as a GEDCOM file."
11840msgstr ""
11841
11842#: app/Module/ClippingsCartModule.php:176
11843#: resources/views/modules/clippings/add-options.phtml:15
11844msgid "Add to the clippings cart"
11845msgstr ""
11846
11847#: app/Module/ClippingsCartModule.php:180
11848msgid "Empty the clippings cart"
11849msgstr ""
11850
11851#: app/Module/ClippingsCartModule.php:186
11852#: app/Module/ClippingsCartModule.php:358
11853msgid "Download"
11854msgstr ""
11855
11856#: app/Module/ClippingsCartModule.php:358
11857#: app/Module/ClippingsCartModule.php:429
11858msgid "Family tree clippings cart"
11859msgstr ""
11860
11861#: app/Module/ClippingsCartModule.php:454
11862#: app/Module/ClippingsCartModule.php:592
11863#: app/Module/ClippingsCartModule.php:743
11864#: app/Module/ClippingsCartModule.php:811
11865#: app/Module/ClippingsCartModule.php:879
11866#: app/Module/ClippingsCartModule.php:947
11867#, php-format
11868msgid "Add %s to the clippings cart"
11869msgstr ""
11870
11871#. I18N: %s is a family (husband + wife)
11872#: app/Module/ClippingsCartModule.php:477
11873#, php-format
11874msgid "%s and their children"
11875msgstr ""
11876
11877#. I18N: %s is a family (husband + wife)
11878#: app/Module/ClippingsCartModule.php:479
11879#, php-format
11880msgid "%s and their descendants"
11881msgstr ""
11882
11883#: app/Module/ClippingsCartModule.php:615
11884#, php-format
11885msgid "%s, her parents and siblings"
11886msgstr ""
11887
11888#: app/Module/ClippingsCartModule.php:616
11889#, php-format
11890msgid "%s, her spouses and children"
11891msgstr ""
11892
11893#: app/Module/ClippingsCartModule.php:617
11894#, php-format
11895msgid "%s and her ancestors"
11896msgstr ""
11897
11898#: app/Module/ClippingsCartModule.php:618
11899#, php-format
11900msgid "%s, her ancestors and their families"
11901msgstr ""
11902
11903#: app/Module/ClippingsCartModule.php:619
11904#, php-format
11905msgid "%s, her spouses and descendants"
11906msgstr ""
11907
11908#: app/Module/ClippingsCartModule.php:625
11909#, php-format
11910msgid "%s, his parents and siblings"
11911msgstr ""
11912
11913#: app/Module/ClippingsCartModule.php:626
11914#, php-format
11915msgid "%s, his spouses and children"
11916msgstr ""
11917
11918#: app/Module/ClippingsCartModule.php:627
11919#, php-format
11920msgid "%s and his ancestors"
11921msgstr ""
11922
11923#: app/Module/ClippingsCartModule.php:628
11924#, php-format
11925msgid "%s, his ancestors and their families"
11926msgstr ""
11927
11928#: app/Module/ClippingsCartModule.php:629
11929#, php-format
11930msgid "%s, his spouses and descendants"
11931msgstr ""
11932
11933#: app/Module/ClippingsCartModule.php:969
11934#, php-format
11935msgid "%s and the individuals that reference it."
11936msgstr ""
11937
11938#. I18N: Name of a theme.
11939#: app/Module/CloudsTheme.php:43
11940msgid "clouds"
11941msgstr ""
11942
11943#. I18N: Name of a theme.
11944#: app/Module/ColorsTheme.php:53
11945msgid "colors"
11946msgstr ""
11947
11948#. I18N: A colour scheme
11949#: app/Module/ColorsTheme.php:124
11950msgid "Palette"
11951msgstr ""
11952
11953#. I18N: The name of a colour-scheme
11954#: app/Module/ColorsTheme.php:153
11955msgid "Aqua Marine"
11956msgstr ""
11957
11958#. I18N: The name of a colour-scheme
11959#: app/Module/ColorsTheme.php:155
11960msgid "Ash"
11961msgstr ""
11962
11963#. I18N: The name of a colour-scheme
11964#: app/Module/ColorsTheme.php:157
11965msgid "Belgian Chocolate"
11966msgstr ""
11967
11968#. I18N: The name of a colour-scheme
11969#: app/Module/ColorsTheme.php:159
11970msgid "Blue Lagoon"
11971msgstr ""
11972
11973#. I18N: The name of a colour-scheme
11974#: app/Module/ColorsTheme.php:161
11975msgid "Blue Marine"
11976msgstr ""
11977
11978#. I18N: The name of a colour-scheme
11979#: app/Module/ColorsTheme.php:163
11980msgid "Coffee and Cream"
11981msgstr ""
11982
11983#. I18N: The name of a colour-scheme
11984#: app/Module/ColorsTheme.php:165
11985msgid "Cold Day"
11986msgstr ""
11987
11988#. I18N: The name of a colour-scheme
11989#: app/Module/ColorsTheme.php:167
11990msgid "Green Beam"
11991msgstr ""
11992
11993#. I18N: The name of a colour-scheme
11994#: app/Module/ColorsTheme.php:169
11995msgid "Mediterranio"
11996msgstr ""
11997
11998#. I18N: The name of a colour-scheme
11999#: app/Module/ColorsTheme.php:171
12000msgid "Mercury"
12001msgstr ""
12002
12003#. I18N: The name of a colour-scheme
12004#: app/Module/ColorsTheme.php:173
12005msgid "Nocturnal"
12006msgstr ""
12007
12008#. I18N: The name of a colour-scheme
12009#: app/Module/ColorsTheme.php:175
12010msgid "Olivia"
12011msgstr ""
12012
12013#. I18N: The name of a colour-scheme
12014#: app/Module/ColorsTheme.php:177
12015msgid "Pink Plastic"
12016msgstr ""
12017
12018#. I18N: The name of a colour-scheme
12019#: app/Module/ColorsTheme.php:179
12020msgid "Sage"
12021msgstr ""
12022
12023#. I18N: The name of a colour-scheme
12024#: app/Module/ColorsTheme.php:181
12025msgid "Shiny Tomato"
12026msgstr ""
12027
12028#. I18N: The name of a colour-scheme
12029#: app/Module/ColorsTheme.php:183
12030msgid "Teal Top"
12031msgstr ""
12032
12033#. I18N: Name of a module/chart
12034#: app/Module/CompactTreeChartModule.php:84
12035msgid "Compact tree"
12036msgstr ""
12037
12038#. I18N: Description of the “CompactTreeChart” module
12039#: app/Module/CompactTreeChartModule.php:95
12040msgid "A chart of an individual’s ancestors, as a compact tree."
12041msgstr ""
12042
12043#. I18N: %s is an individual’s name
12044#: app/Module/CompactTreeChartModule.php:130
12045#, php-format
12046msgid "Compact tree of %s"
12047msgstr ""
12048
12049#. I18N: Name of a module
12050#: app/Module/ContactsFooterModule.php:57
12051#: resources/views/admin/trees-preferences.phtml:124
12052msgid "Contact information"
12053msgstr ""
12054
12055#. I18N: Description of the “Contact information” module
12056#: app/Module/ContactsFooterModule.php:68
12057msgid "A link to the site contacts."
12058msgstr ""
12059
12060#: app/Module/ContactsFooterModule.php:136
12061#, php-format
12062msgid "For technical support or genealogy questions contact %s."
12063msgstr ""
12064
12065#: app/Module/ContactsFooterModule.php:149
12066#, php-format
12067msgid "For help with genealogy questions contact %s."
12068msgstr ""
12069
12070#: app/Module/ContactsFooterModule.php:162
12071#, php-format
12072msgid "For technical support and information contact %s."
12073msgstr ""
12074
12075#. I18N: Description of the “CSS and JS” module.
12076#: app/Module/CustomCssJsModule.php:43
12077msgid "Add styling and scripts to every page."
12078msgstr ""
12079
12080#. I18N: Name of a module.
12081#: app/Module/CustomCssJsModule.php:82
12082msgid "CSS and JS"
12083msgstr ""
12084
12085#: app/Module/CustomCssJsModule.php:99
12086#: app/Module/RelationshipsChartModule.php:430 app/Module/SiteMapModule.php:180
12087#, php-format
12088msgid "The preferences for the module “%s” have been updated."
12089msgstr ""
12090
12091#. I18N: Name of a module/report
12092#: app/Module/DeathReportModule.php:40
12093#: resources/views/modules/statistics-chart/custom.phtml:59
12094#: resources/xml/reports/death_report.xml:3
12095#: resources/xml/reports/death_report.xml:32
12096msgid "Deaths"
12097msgstr ""
12098
12099#. I18N: Description of the “Deaths” module
12100#: app/Module/DeathReportModule.php:52 resources/xml/reports/death_report.xml:4
12101msgid "A report of individuals who died in a given time or place."
12102msgstr ""
12103
12104#. I18N: Description of the “DescendancyChart” module
12105#: app/Module/DescendancyChartModule.php:118
12106msgid "A chart of an individual’s descendants."
12107msgstr ""
12108
12109#. I18N: %s is an individual’s name
12110#: app/Module/DescendancyChartModule.php:153
12111#, php-format
12112msgid "Descendants of %s"
12113msgstr ""
12114
12115#. I18N: Description of the “Descendants” module
12116#: app/Module/DescendancyModule.php:72
12117msgid "A sidebar showing the descendants of an individual."
12118msgstr ""
12119
12120#: app/Module/DescendancyModule.php:268
12121#: resources/views/family-page-children.phtml:11
12122msgid "No children"
12123msgstr ""
12124
12125#. I18N: Description of the “Descendants” module
12126#: app/Module/DescendancyReportModule.php:52
12127#: resources/xml/reports/descendancy_report.xml:4
12128msgid "A report of an individual’s descendants, in a narrative style."
12129msgstr ""
12130
12131#. I18N: Name of a theme.
12132#: app/Module/FabTheme.php:39
12133msgid "F.A.B."
12134msgstr ""
12135
12136#. I18N: Description of the “Source” module
12137#: app/Module/FactSourcesReportModule.php:56
12138msgid "A report of the information provided by a source."
12139msgstr ""
12140
12141#. I18N: Name of a module/chart
12142#: app/Module/FamilyBookChartModule.php:91
12143msgid "Family book"
12144msgstr ""
12145
12146#. I18N: Description of the “FamilyBookChart” module
12147#: app/Module/FamilyBookChartModule.php:102
12148msgid "A chart of an individual’s ancestors and descendants, as a family book."
12149msgstr ""
12150
12151#. I18N: %s is an individual’s name
12152#: app/Module/FamilyBookChartModule.php:137
12153#, php-format
12154msgid "Family book of %s"
12155msgstr ""
12156
12157#. I18N: Description of the “Family” module
12158#: app/Module/FamilyGroupReportModule.php:56
12159#: resources/xml/reports/family_group_report.xml:4
12160msgid "A report of family members and their details."
12161msgstr ""
12162
12163#. I18N: Description of the “Families” module
12164#: app/Module/FamilyListModule.php:59
12165msgid "A list of families."
12166msgstr ""
12167
12168#. I18N: Name of a module/sidebar
12169#: app/Module/FamilyNavigatorModule.php:40
12170msgid "Family navigator"
12171msgstr ""
12172
12173#. I18N: Description of the “Family navigator” module
12174#: app/Module/FamilyNavigatorModule.php:51
12175msgid "A sidebar showing an individual’s close families and relatives."
12176msgstr ""
12177
12178#. I18N: Name of a module
12179#: app/Module/FamilyTreeFavoritesModule.php:55
12180#: app/Module/UserFavoritesModule.php:56
12181msgid "Favorites"
12182msgstr ""
12183
12184#. I18N: Description of the “Favorites” module
12185#: app/Module/FamilyTreeFavoritesModule.php:66
12186msgid "Display and manage a family tree’s favorite pages."
12187msgstr ""
12188
12189#. I18N: Description of the “News” module
12190#: app/Module/FamilyTreeNewsModule.php:65
12191msgid "Family news and site announcements."
12192msgstr ""
12193
12194#. I18N: Name of a module
12195#: app/Module/FamilyTreeNewsModule.php:118
12196msgid "News"
12197msgstr ""
12198
12199#: app/Module/FamilyTreeNewsModule.php:181 app/Module/UserJournalModule.php:181
12200msgid "Add/edit a journal/news entry"
12201msgstr ""
12202
12203#. I18N: Name of a module
12204#. I18N: Name of a module/chart
12205#: app/Module/FamilyTreeStatisticsModule.php:51
12206#: app/Module/HtmlBlockModule.php:201 app/Module/StatisticsChartModule.php:95
12207#: resources/views/modules/gedcom_stats/config.phtml:21
12208#: resources/views/modules/gedcom_stats/statistics.phtml:17
12209#: resources/views/modules/gedcom_stats/statistics.phtml:137
12210msgid "Statistics"
12211msgstr ""
12212
12213#. I18N: Description of “Statistics” module
12214#: app/Module/FamilyTreeStatisticsModule.php:62
12215msgid "The size of the family tree, earliest and latest events, common names, etc."
12216msgstr ""
12217
12218#. I18N: Name of a module/chart
12219#: app/Module/FanChartModule.php:116
12220msgid "Fan chart"
12221msgstr ""
12222
12223#. I18N: Description of the “Fan Chart” module
12224#: app/Module/FanChartModule.php:127
12225msgid "A fan chart of an individual’s ancestors."
12226msgstr ""
12227
12228#. I18N: http://en.wikipedia.org/wiki/Family_tree#Fan_chart - %s is an individual’s name
12229#: app/Module/FanChartModule.php:162
12230#, php-format
12231msgid "Fan chart of %s"
12232msgstr ""
12233
12234#. I18N: layout option for the fan chart
12235#: app/Module/FanChartModule.php:575
12236msgid "half circle"
12237msgstr ""
12238
12239#. I18N: layout option for the fan chart
12240#: app/Module/FanChartModule.php:577
12241msgid "three-quarter circle"
12242msgstr ""
12243
12244#. I18N: layout option for the fan chart
12245#: app/Module/FanChartModule.php:579
12246msgid "full circle"
12247msgstr ""
12248
12249#. I18N: Name of a module
12250#: app/Module/FixCemeteryTag.php:61
12251msgid "Convert CEME tags to GEDCOM 5.5.1"
12252msgstr ""
12253
12254#. I18N: Description of a “Data fix” module
12255#: app/Module/FixCemeteryTag.php:72
12256msgid "Replace cemetery tags with burial places."
12257msgstr ""
12258
12259#. I18N: Name of a module
12260#: app/Module/FixDuplicateLinks.php:63
12261msgid "Remove duplicate links"
12262msgstr ""
12263
12264#. I18N: Description of a “Data fix” module
12265#: app/Module/FixDuplicateLinks.php:74
12266msgid "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."
12267msgstr ""
12268
12269#. I18N: Name of a module
12270#: app/Module/FixMissingDeaths.php:59
12271msgid "Add missing death records"
12272msgstr ""
12273
12274#. I18N: Description of a “Data fix” module
12275#: app/Module/FixMissingDeaths.php:70
12276msgid "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."
12277msgstr ""
12278
12279#. I18N: Name of a module
12280#: app/Module/FixMissingMarriedNames.php:70
12281msgid "Add married names"
12282msgstr ""
12283
12284#. I18N: Description of a “Data fix” module
12285#: app/Module/FixMissingMarriedNames.php:81
12286msgid "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."
12287msgstr ""
12288
12289#: app/Module/FixMissingMarriedNames.php:94
12290msgid "Wife’s surname replaced by husband’s surname"
12291msgstr ""
12292
12293#: app/Module/FixMissingMarriedNames.php:95
12294msgid "Wife’s maiden surname becomes new given name"
12295msgstr ""
12296
12297#. I18N: Name of a module
12298#: app/Module/FixNameSlashesAndSpaces.php:60
12299msgid "Fix name slashes and spaces"
12300msgstr ""
12301
12302#. I18N: Description of a “Data fix” module
12303#: app/Module/FixNameSlashesAndSpaces.php:71
12304msgid "Correct NAME records of the form “John/DOE/” or “John /DOE”, as produced by older genealogy programs."
12305msgstr ""
12306
12307#. I18N: Name of a module
12308#: app/Module/FixPlaceNames.php:63
12309msgid "Update place names"
12310msgstr ""
12311
12312#. I18N: Description of a “Data fix” module
12313#: app/Module/FixPlaceNames.php:74
12314msgid "Update the higher-level parts of place names, while keeping the lower-level parts."
12315msgstr ""
12316
12317#. I18N: Name of a module
12318#: app/Module/FixPrimaryTag.php:49
12319msgid "Convert _PRIM tags to GEDCOM 5.5.1"
12320msgstr ""
12321
12322#. I18N: Description of a “Data fix” module
12323#: app/Module/FixPrimaryTag.php:60
12324msgid "“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."
12325msgstr ""
12326
12327#. I18N: Description of a “Data fix” module
12328#: app/Module/FixSearchAndReplace.php:88
12329msgid "Search and replace text, using simple searches or advanced pattern matching."
12330msgstr ""
12331
12332#: app/Module/FixSearchAndReplace.php:101
12333msgid "Match the exact text, even if it occurs in the middle of a word."
12334msgstr ""
12335
12336#: app/Module/FixSearchAndReplace.php:102
12337msgid "Match the exact text, unless it occurs in the middle of a word."
12338msgstr ""
12339
12340#: app/Module/FixSearchAndReplace.php:103
12341msgid "Use a “?” to match a single character, use “*” to match zero or more characters."
12342msgstr ""
12343
12344#. I18N: http://en.wikipedia.org/wiki/Regular_expression
12345#: app/Module/FixSearchAndReplace.php:105
12346msgid "Regular expression"
12347msgstr ""
12348
12349#. I18N: Name of a module
12350#: app/Module/FixSearchAndReplace.php:112 app/Module/NotesTabModule.php:59
12351#: resources/views/admin/control-panel.phtml:192
12352#: resources/views/admin/merge-records-step-1.phtml:27
12353#: resources/views/gedcom-record-page.phtml:102
12354#: resources/views/media-page.phtml:80
12355#: resources/views/modules/census-assistant.phtml:79
12356#: resources/views/note-page.phtml:73 resources/views/search-results.phtml:57
12357#: resources/views/source-page.phtml:67
12358#: resources/views/statistics/other/total-records.phtml:39
12359#: resources/xml/reports/individual_ext_report.xml:229
12360#: resources/xml/reports/individual_report.xml:226
12361msgid "Notes"
12362msgstr ""
12363
12364#. I18N: Name of a module. Abbreviation for “Frequently Asked Questions”
12365#: app/Module/FrequentlyAskedQuestionsModule.php:73
12366msgid "FAQ"
12367msgstr ""
12368
12369#. I18N: Description of the “FAQ” module
12370#: app/Module/FrequentlyAskedQuestionsModule.php:84
12371msgid "A list of frequently asked questions and answers."
12372msgstr ""
12373
12374#: app/Module/FrequentlyAskedQuestionsModule.php:158
12375#: app/Module/FrequentlyAskedQuestionsModule.php:405
12376#: resources/views/modules/faq/edit.phtml:9
12377msgid "Frequently asked questions"
12378msgstr ""
12379
12380#. I18N: FAQ = “Frequently Asked Question”
12381#: app/Module/FrequentlyAskedQuestionsModule.php:301
12382#: resources/views/modules/faq/config.phtml:34
12383msgid "Add an FAQ"
12384msgstr ""
12385
12386#: app/Module/FrequentlyAskedQuestionsModule.php:311
12387msgid "Edit the FAQ"
12388msgstr ""
12389
12390#. I18N: Name of a module
12391#. I18N: A configuration setting
12392#: app/Module/HitCountFooterModule.php:75
12393#: resources/views/admin/trees-preferences.phtml:631
12394msgid "Hit counters"
12395msgstr ""
12396
12397#. I18N: Description of the “Hit counters” module
12398#: app/Module/HitCountFooterModule.php:86
12399msgid "Count the visits to each page"
12400msgstr ""
12401
12402#: app/Module/HitCountFooterModule.php:115
12403#, php-format
12404msgid "This page has been viewed %s time."
12405msgid_plural "This page has been viewed %s times."
12406msgstr[0] ""
12407msgstr[1] ""
12408
12409#. I18N: Description of the “HourglassChart” module
12410#: app/Module/HourglassChartModule.php:100
12411msgid "An hourglass chart of an individual’s ancestors and descendants."
12412msgstr ""
12413
12414#. I18N: %s is an individual’s name
12415#: app/Module/HourglassChartModule.php:135
12416#, php-format
12417msgid "Hourglass chart of %s"
12418msgstr ""
12419
12420#. I18N: Name of a module
12421#: app/Module/HtmlBlockModule.php:64
12422msgid "HTML"
12423msgstr ""
12424
12425#. I18N: Description of the “HTML” module
12426#: app/Module/HtmlBlockModule.php:75
12427msgid "Add your own text and graphics."
12428msgstr ""
12429
12430#: app/Module/HtmlBlockModule.php:198 app/Module/StatisticsChartModule.php:168
12431msgid "Custom"
12432msgstr ""
12433
12434#: app/Module/HtmlBlockModule.php:199
12435msgid "Keyword examples"
12436msgstr ""
12437
12438#: app/Module/HtmlBlockModule.php:200
12439msgid "Narrative description"
12440msgstr ""
12441
12442#. I18N: Name of a module/tab on the individual page.
12443#: app/Module/IndividualFactsTabModule.php:66
12444#: resources/views/admin/fix-level-0-media.phtml:32
12445#: resources/views/family-page.phtml:51
12446#: resources/views/modules/random_media/config.phtml:12
12447#: resources/xml/reports/individual_ext_report.xml:153
12448#: resources/xml/reports/individual_report.xml:149
12449msgid "Facts and events"
12450msgstr ""
12451
12452#. I18N: Description of the “Facts and events” module
12453#: app/Module/IndividualFactsTabModule.php:77
12454msgid "A tab showing the facts and events of an individual."
12455msgstr ""
12456
12457#. I18N: Name of a module/report
12458#: app/Module/IndividualFamiliesReportModule.php:44
12459#: resources/xml/reports/individual_ext_report.xml:3
12460#: resources/xml/reports/individual_ext_report.xml:91
12461msgid "Related families"
12462msgstr ""
12463
12464#. I18N: Description of the “Related families”
12465#: app/Module/IndividualFamiliesReportModule.php:56
12466#: resources/xml/reports/individual_ext_report.xml:4
12467msgid "A report of the families that are closely related to an individual."
12468msgstr ""
12469
12470#. I18N: Description of the “Individuals” module
12471#: app/Module/IndividualListModule.php:59
12472msgid "A list of individuals."
12473msgstr ""
12474
12475#. I18N: Name of a module/sidebar
12476#: app/Module/IndividualMetadataModule.php:56
12477msgid "Extra information"
12478msgstr ""
12479
12480#. I18N: Description of the “Extra information” module
12481#: app/Module/IndividualMetadataModule.php:67
12482msgid "A sidebar showing non-genealogy information about an individual."
12483msgstr ""
12484
12485#. I18N: Description of the “Individual” module
12486#: app/Module/IndividualReportModule.php:52
12487#: resources/xml/reports/individual_report.xml:4
12488msgid "A report of an individual’s details."
12489msgstr ""
12490
12491#: app/Module/InteractiveTree/TreeView.php:352
12492msgctxt "unknown family"
12493msgid "unknown"
12494msgstr ""
12495
12496#. I18N: e.g. “Son of [father name & mother name]”
12497#: app/Module/InteractiveTree/TreeView.php:357
12498#, php-format
12499msgid "Son of %s"
12500msgstr ""
12501
12502#. I18N: e.g. “Daughter of [father name & mother name]”
12503#: app/Module/InteractiveTree/TreeView.php:361
12504#, php-format
12505msgid "Daughter of %s"
12506msgstr ""
12507
12508#. I18N: e.g. “Child of [father name & mother name]”
12509#: app/Module/InteractiveTree/TreeView.php:365
12510#, php-format
12511msgid "Child of %s"
12512msgstr ""
12513
12514#. I18N: Description of the “Interactive tree” module
12515#: app/Module/InteractiveTreeModule.php:63
12516msgid "An interactive tree, showing all the ancestors and descendants of an individual."
12517msgstr ""
12518
12519#. I18N: Name of a module/chart
12520#: app/Module/LifespansChartModule.php:83
12521msgid "Lifespans"
12522msgstr ""
12523
12524#. I18N: Description of the “LifespansChart” module
12525#: app/Module/LifespansChartModule.php:94
12526msgid "A chart of individuals’ lifespans."
12527msgstr ""
12528
12529#: app/Module/LifespansChartModule.php:244
12530#: resources/views/admin/trees-unconnected.phtml:37
12531#: resources/views/calendar-list.phtml:13
12532#, php-format
12533msgid "%s individual"
12534msgid_plural "%s individuals"
12535msgstr[0] ""
12536msgstr[1] ""
12537
12538#. I18N: Description of the “Lists” module
12539#: app/Module/ListsMenuModule.php:69
12540msgid "The lists menu."
12541msgstr ""
12542
12543#. I18N: Name of a module. (A list of users who are online now)
12544#: app/Module/LoggedInUsersModule.php:42
12545msgid "Who is online"
12546msgstr ""
12547
12548#. I18N: Description of the “Who is online” module
12549#: app/Module/LoggedInUsersModule.php:53
12550msgid "A list of users and visitors who are currently online."
12551msgstr ""
12552
12553#. I18N: Description of the “Sign in” module
12554#: app/Module/LoginBlockModule.php:54
12555msgid "An alternative way to sign in and sign out."
12556msgstr ""
12557
12558#: app/Module/LoginBlockModule.php:70 app/Module/ModuleThemeTrait.php:310
12559#: resources/views/layouts/administration.phtml:67
12560msgid "Sign out"
12561msgstr ""
12562
12563#. I18N: Name of a module/report
12564#: app/Module/MarriageReportModule.php:40
12565#: resources/views/modules/statistics-chart/custom.phtml:58
12566#: resources/xml/reports/marriage_report.xml:3
12567#: resources/xml/reports/marriage_report.xml:30
12568msgid "Marriages"
12569msgstr ""
12570
12571#. I18N: Description of the “Marriages” module
12572#: app/Module/MarriageReportModule.php:52
12573#: resources/xml/reports/marriage_report.xml:4
12574msgid "A report of individuals who were married in a given time or place."
12575msgstr ""
12576
12577#. I18N: Description of the “Media objects” module
12578#: app/Module/MediaListModule.php:62
12579msgid "A list of media objects."
12580msgstr ""
12581
12582#. I18N: Description of the “Media” module
12583#: app/Module/MediaTabModule.php:71
12584msgid "A tab showing the media objects linked to an individual."
12585msgstr ""
12586
12587#. I18N: Name of a theme.
12588#: app/Module/MinimalTheme.php:39
12589msgid "minimal"
12590msgstr ""
12591
12592#. I18N: Name of a module/report
12593#: app/Module/MissingFactsReportModule.php:44
12594#: resources/xml/reports/missing_facts_report.xml:3
12595#: resources/xml/reports/missing_facts_report.xml:52
12596msgid "Missing data"
12597msgstr ""
12598
12599#. I18N: Description of the “Missing data”
12600#: app/Module/MissingFactsReportModule.php:56
12601#: resources/xml/reports/missing_facts_report.xml:4
12602msgid "A report of the information that is missing for an individual and their relatives."
12603msgstr ""
12604
12605#: app/Module/ModuleHistoricEventsTrait.php:40
12606msgid "Add historic events to an individual’s page."
12607msgstr ""
12608
12609#: app/Module/ModuleThemeTrait.php:73 app/Module/ModuleThemeTrait.php:459
12610#: resources/views/admin/modules.phtml:245
12611#: resources/views/admin/modules.phtml:248
12612#: resources/views/admin/users-edit.phtml:180
12613msgid "Theme"
12614msgstr ""
12615
12616#: app/Module/ModuleThemeTrait.php:181 resources/views/chart-box.phtml:35
12617msgid "Family with spouse"
12618msgstr ""
12619
12620#: app/Module/ModuleThemeTrait.php:212 app/Module/ModuleThemeTrait.php:216
12621msgid "Customize this page"
12622msgstr ""
12623
12624#: app/Module/ModuleThemeTrait.php:342 app/Module/UserWelcomeModule.php:107
12625msgid "My individual record"
12626msgstr ""
12627
12628#: app/Module/ModuleThemeTrait.php:371
12629msgid "My pages"
12630msgstr ""
12631
12632#: app/Module/ModuleThemeTrait.php:405
12633msgid "My pedigree"
12634msgstr ""
12635
12636#. I18N: Description of the “Shared notes” module
12637#: app/Module/NoteListModule.php:61
12638msgid "A list of shared notes."
12639msgstr ""
12640
12641#. I18N: Description of the “Notes” module
12642#: app/Module/NotesTabModule.php:70
12643msgid "A tab showing the notes attached to an individual."
12644msgstr ""
12645
12646#. I18N: Name of a report
12647#: app/Module/OccupationReportModule.php:44
12648#: resources/xml/reports/occupation_report.xml:3
12649#: resources/xml/reports/occupation_report.xml:37
12650msgid "Occupations"
12651msgstr ""
12652
12653#. I18N: Description of the “Occupations” module
12654#: app/Module/OccupationReportModule.php:56
12655#: resources/xml/reports/occupation_report.xml:4
12656msgid "A report of individuals who had a given occupation."
12657msgstr ""
12658
12659#. I18N: Name of a module
12660#: app/Module/OnThisDayModule.php:96
12661msgid "On this day"
12662msgstr ""
12663
12664#. I18N: Description of the “On this day” module
12665#: app/Module/OnThisDayModule.php:107
12666msgid "A list of the anniversaries that occur today."
12667msgstr ""
12668
12669#. I18N: An option in a list-box
12670#: app/Module/OnThisDayModule.php:261 app/Module/RecentChangesModule.php:234
12671#: app/Module/UpcomingAnniversariesModule.php:282
12672#: resources/xml/reports/bdm_report.xml:11
12673#: resources/xml/reports/birth_report.xml:9
12674#: resources/xml/reports/cemetery_report.xml:6
12675#: resources/xml/reports/change_report.xml:7
12676#: resources/xml/reports/death_report.xml:9
12677#: resources/xml/reports/fact_sources.xml:7
12678#: resources/xml/reports/individual_ext_report.xml:8
12679#: resources/xml/reports/marriage_report.xml:9
12680#: resources/xml/reports/occupation_report.xml:6
12681#: resources/xml/reports/relative_ext_report.xml:7
12682msgid "sort by name"
12683msgstr ""
12684
12685#. I18N: An option in a list-box
12686#: app/Module/OnThisDayModule.php:263
12687#: app/Module/UpcomingAnniversariesModule.php:284
12688#: resources/xml/reports/change_report.xml:7
12689msgid "sort by date"
12690msgstr ""
12691
12692#. I18N: Description of the “PedigreeChart” module
12693#: app/Module/PedigreeChartModule.php:129
12694msgid "A chart of an individual’s ancestors, formatted as a tree."
12695msgstr ""
12696
12697#. I18N: %s is an individual’s name
12698#: app/Module/PedigreeChartModule.php:164
12699#, php-format
12700msgid "Pedigree tree of %s"
12701msgstr ""
12702
12703#: app/Module/PedigreeChartModule.php:390
12704msgid "Left"
12705msgstr ""
12706
12707#: app/Module/PedigreeChartModule.php:391
12708msgid "Right"
12709msgstr ""
12710
12711#: app/Module/PedigreeChartModule.php:392
12712msgid "Up"
12713msgstr ""
12714
12715#: app/Module/PedigreeChartModule.php:393
12716msgid "Down"
12717msgstr ""
12718
12719#. I18N: Name of a module
12720#: app/Module/PedigreeMapModule.php:126
12721msgid "Pedigree map"
12722msgstr ""
12723
12724#. I18N: Description of the “Pedigree map” module
12725#: app/Module/PedigreeMapModule.php:137
12726msgid "Show the birthplace of ancestors on a map."
12727msgstr ""
12728
12729#. I18N: %s is an individual’s name
12730#: app/Module/PedigreeMapModule.php:172 app/Module/PedigreeMapModule.php:236
12731#, php-format
12732msgid "Pedigree map of %s"
12733msgstr ""
12734
12735#. I18N: Description of the “Pedigree” module
12736#: app/Module/PedigreeReportModule.php:52
12737#: resources/xml/reports/pedigree_report.xml:4
12738msgid "A report of an individual’s ancestors, formatted as a tree."
12739msgstr ""
12740
12741#. I18N: Name of a module/list
12742#: app/Module/PlaceHierarchyListModule.php:46
12743#: resources/views/place-hierarchy.phtml:10
12744msgid "Place hierarchy"
12745msgstr ""
12746
12747#. I18N: Description of the “Place hierarchy” module
12748#: app/Module/PlaceHierarchyListModule.php:57
12749msgid "The place hierarchy."
12750msgstr ""
12751
12752#. I18N: Description of the “Places” module
12753#: app/Module/PlacesModule.php:79
12754msgid "Show the location of events on a map."
12755msgstr ""
12756
12757#. I18N: Name of a module
12758#: app/Module/PoweredByWebtreesModule.php:41
12759msgid "Powered by webtrees™"
12760msgstr ""
12761
12762#. I18N: Description of the “webtrees” module
12763#: app/Module/PoweredByWebtreesModule.php:52
12764msgid "A link to the webtrees home page."
12765msgstr ""
12766
12767#. I18N: Name of a module
12768#: app/Module/PrivacyPolicy.php:67 app/Module/PrivacyPolicy.php:128
12769#: resources/views/modules/privacy-policy/footer.phtml:10
12770msgid "Privacy policy"
12771msgstr ""
12772
12773#. I18N: Description of the “Cookie warning” module
12774#: app/Module/PrivacyPolicy.php:78
12775msgid "Show a privacy policy."
12776msgstr ""
12777
12778#. I18N: Name of a module
12779#: app/Module/RecentChangesModule.php:77
12780#: resources/xml/reports/change_report.xml:92
12781msgid "Recent changes"
12782msgstr ""
12783
12784#. I18N: Description of the “Recent changes” module
12785#: app/Module/RecentChangesModule.php:88
12786msgid "A list of records that have been updated recently."
12787msgstr ""
12788
12789#: app/Module/RecentChangesModule.php:128
12790#, php-format
12791msgid "There have been no changes within the last %s day."
12792msgid_plural "There have been no changes within the last %s days."
12793msgstr[0] ""
12794msgstr[1] ""
12795
12796#: app/Module/RecentChangesModule.php:152
12797#, php-format
12798msgid "Changes in the last %s day"
12799msgid_plural "Changes in the last %s days"
12800msgstr[0] ""
12801msgstr[1] ""
12802
12803#. I18N: An option in a list-box
12804#: app/Module/RecentChangesModule.php:236
12805msgid "sort by date, oldest first"
12806msgstr ""
12807
12808#. I18N: An option in a list-box
12809#: app/Module/RecentChangesModule.php:238
12810msgid "sort by date, newest first"
12811msgstr ""
12812
12813#. I18N: Description of the “Legacy URLs” module
12814#: app/Module/RedirectLegacyUrlsModule.php:112
12815msgid "Redirect old URLs from webtrees version 1."
12816msgstr ""
12817
12818#. I18N: Name of a module - historic/obsolete URLs.
12819#: app/Module/RedirectLegacyUrlsModule.php:118
12820msgid "Legacy URLs"
12821msgstr ""
12822
12823#. I18N: Name of a report
12824#: app/Module/RelatedIndividualsReportModule.php:40
12825#: resources/xml/reports/relative_ext_report.xml:3
12826#: resources/xml/reports/relative_ext_report.xml:43
12827msgid "Related individuals"
12828msgstr ""
12829
12830#. I18N: Description of the “Related individuals” module
12831#: app/Module/RelatedIndividualsReportModule.php:52
12832#: resources/xml/reports/relative_ext_report.xml:4
12833msgid "A report of the individuals that are closely related to an individual."
12834msgstr ""
12835
12836#. I18N: Description of the “RelationshipsChart” module
12837#: app/Module/RelationshipsChartModule.php:112
12838msgid "A chart displaying relationships between two individuals."
12839msgstr ""
12840
12841#: app/Module/RelationshipsChartModule.php:140
12842msgid "Relationship to me"
12843msgstr ""
12844
12845#. I18N: %s are individual’s names
12846#: app/Module/RelationshipsChartModule.php:249
12847#, php-format
12848msgid "Relationships between %1$s and %2$s"
12849msgstr ""
12850
12851#: app/Module/RelationshipsChartModule.php:312
12852#, php-format
12853msgid "Relationship: %s"
12854msgstr ""
12855
12856#: app/Module/RelationshipsChartModule.php:386
12857msgid "No link between the two individuals could be found."
12858msgstr ""
12859
12860#: app/Module/RelationshipsChartModule.php:409
12861msgid "Chart preferences"
12862msgstr ""
12863
12864#: app/Module/RelationshipsChartModule.php:443
12865msgid "Find any relationship"
12866msgstr ""
12867
12868#: app/Module/RelationshipsChartModule.php:444
12869#: resources/views/modules/relationships-chart/page.phtml:40
12870msgid "Find relationships via ancestors"
12871msgstr ""
12872
12873#: app/Module/RelationshipsChartModule.php:460
12874msgid "unlimited"
12875msgstr ""
12876
12877#: app/Module/RelationshipsChartModule.php:711
12878msgid "Find all possible relationships"
12879msgstr ""
12880
12881#: app/Module/RelationshipsChartModule.php:713
12882msgid "Find other relationships"
12883msgstr ""
12884
12885#: app/Module/RelationshipsChartModule.php:717
12886#: resources/views/modules/relationships-chart/page.phtml:54
12887msgid "Find the closest relationships"
12888msgstr ""
12889
12890#. I18N: Description of the “Families” module
12891#: app/Module/RelativesTabModule.php:53
12892msgid "A tab showing the close relatives of an individual."
12893msgstr ""
12894
12895#. I18N: Description of the “Reports” module
12896#: app/Module/ReportsMenuModule.php:74
12897msgid "The reports menu."
12898msgstr ""
12899
12900#. I18N: Description of the “Repositories” module
12901#: app/Module/RepositoryListModule.php:64
12902msgid "A list of repositories."
12903msgstr ""
12904
12905#. I18N: Name of a module. Tasks that need further research.
12906#: app/Module/ResearchTaskModule.php:58
12907msgid "Research tasks"
12908msgstr ""
12909
12910#. I18N: Description of “Research tasks” module
12911#: app/Module/ResearchTaskModule.php:69
12912msgid "A list of tasks and activities that are linked to the family tree."
12913msgstr ""
12914
12915#: app/Module/ResearchTaskModule.php:116
12916msgid "There are no research tasks in this family tree."
12917msgstr ""
12918
12919#. I18N: Description of the “Pending changes” module
12920#: app/Module/ReviewChangesModule.php:91
12921msgid "A list of changes that need to be reviewed by a moderator, and email notifications."
12922msgstr ""
12923
12924#: app/Module/ReviewChangesModule.php:155
12925#: resources/views/emails/pending-changes-html.phtml:13
12926#: resources/views/emails/pending-changes-text.phtml:10
12927msgid "There are pending changes for you to moderate."
12928msgstr ""
12929
12930#: app/Module/ReviewChangesModule.php:161
12931msgid "Last email reminder was sent "
12932msgstr ""
12933
12934#: app/Module/ReviewChangesModule.php:162
12935msgid "Next email reminder will be sent after "
12936msgstr ""
12937
12938#. I18N: Name of a module
12939#. I18N: A button label.
12940#: app/Module/SearchMenuModule.php:48 app/Module/SearchMenuModule.php:90
12941#: resources/views/admin/data-fix-page.phtml:41
12942#: resources/views/admin/location-edit.phtml:165
12943#: resources/views/admin/location-edit.phtml:201
12944#: resources/views/layouts/default.phtml:87
12945#: resources/views/layouts/default.phtml:88
12946#: resources/views/modules/descendancy/sidebar.phtml:10
12947#: resources/views/modules/descendancy/sidebar.phtml:29
12948#: resources/views/modules/fix-place-names/options.phtml:11
12949#: resources/views/search-replace-page.phtml:35
12950msgid "Search"
12951msgstr ""
12952
12953#. I18N: Description of the “Search” module
12954#: app/Module/SearchMenuModule.php:59
12955msgid "The search menu."
12956msgstr ""
12957
12958#. I18N: Description of the “Sitemaps” module
12959#: app/Module/SiteMapModule.php:117
12960msgid "Generate sitemap files for search engines."
12961msgstr ""
12962
12963#. I18N: Name of a module - see http://en.wikipedia.org/wiki/Sitemaps
12964#: app/Module/SiteMapModule.php:163
12965msgid "Sitemaps"
12966msgstr ""
12967
12968#. I18N: Description of the “Slide show” module
12969#: app/Module/SlideShowModule.php:60
12970msgid "Random images from the current family tree."
12971msgstr ""
12972
12973#: app/Module/SlideShowModule.php:163
12974msgid "This family tree has no images to display."
12975msgstr ""
12976
12977#. I18N: Description of the “Sources” module
12978#: app/Module/SourceListModule.php:63
12979msgid "A list of sources."
12980msgstr ""
12981
12982#. I18N: Description of the “Sources” module
12983#: app/Module/SourcesTabModule.php:70
12984msgid "A tab showing the sources linked to an individual."
12985msgstr ""
12986
12987#. I18N: Description of the “StatisticsChart” module
12988#: app/Module/StatisticsChartModule.php:106
12989msgid "Various statistics charts."
12990msgstr ""
12991
12992#: app/Module/StatisticsChartModule.php:287
12993#: resources/views/modules/statistics-chart/custom.phtml:27
12994msgid "Month of birth"
12995msgstr ""
12996
12997#: app/Module/StatisticsChartModule.php:336
12998#: resources/views/modules/statistics-chart/custom.phtml:28
12999msgid "Month of death"
13000msgstr ""
13001
13002#: app/Module/StatisticsChartModule.php:385
13003#: resources/views/modules/statistics-chart/custom.phtml:43
13004msgid "Month of marriage"
13005msgstr ""
13006
13007#: app/Module/StatisticsChartModule.php:427
13008#: resources/views/modules/statistics-chart/custom.phtml:29
13009msgid "Month of birth of first child in a relation"
13010msgstr ""
13011
13012#: app/Module/StatisticsChartModule.php:476
13013#: resources/views/modules/statistics-chart/custom.phtml:44
13014msgid "Month of first marriage"
13015msgstr ""
13016
13017#: app/Module/StatisticsChartModule.php:530
13018#: app/Statistics/Google/ChartAge.php:132
13019#: resources/views/modules/gedcom_stats/config.phtml:37
13020#: resources/views/modules/gedcom_stats/statistics.phtml:199
13021#: resources/views/modules/html/template-statistics.phtml:84
13022#: resources/views/modules/statistics-chart/custom.phtml:30
13023#: resources/views/statistics/individuals/lifespan.phtml:20
13024msgid "Average age at death"
13025msgstr ""
13026
13027#: app/Module/StatisticsChartModule.php:531
13028#: app/Module/StatisticsChartModule.php:593
13029#: app/Module/StatisticsChartModule.php:654
13030msgid "age"
13031msgstr ""
13032
13033#: app/Module/StatisticsChartModule.php:592
13034#: resources/views/lists/families-table.phtml:482
13035#: resources/views/lists/families-table.phtml:524
13036#: resources/views/modules/statistics-chart/custom.phtml:31
13037#: resources/views/statistics/families/marriage-age.phtml:12
13038msgid "Age in year of marriage"
13039msgstr ""
13040
13041#: app/Module/StatisticsChartModule.php:653
13042#: resources/views/modules/statistics-chart/custom.phtml:32
13043msgid "Age in year of first marriage"
13044msgstr ""
13045
13046#: app/Module/StatisticsChartModule.php:779
13047#: app/Statistics/Google/ChartBirth.php:109
13048#: app/Statistics/Google/ChartCommonGiven.php:82
13049#: app/Statistics/Google/ChartCommonSurname.php:141
13050#: app/Statistics/Google/ChartDeath.php:109
13051#: app/Statistics/Google/ChartDistribution.php:128
13052#: app/Statistics/Google/ChartDivorce.php:109
13053#: app/Statistics/Google/ChartFamilyLargest.php:105
13054#: app/Statistics/Google/ChartFamilyWithSources.php:77
13055#: app/Statistics/Google/ChartIndividualWithSources.php:77
13056#: app/Statistics/Google/ChartMarriage.php:109
13057#: app/Statistics/Google/ChartMedia.php:76
13058#: app/Statistics/Google/ChartMortality.php:67
13059#: app/Statistics/Google/ChartNoChildrenFamilies.php:103
13060#: app/Statistics/Google/ChartSex.php:56
13061#: resources/views/admin/control-panel.phtml:302
13062#: resources/views/lists/chart-by-age.phtml:24
13063#: resources/views/lists/chart-by-decade.phtml:16
13064msgid "Total"
13065msgstr ""
13066
13067#. I18N: Label on a graph; 40+ means 40 or more
13068#: app/Module/StatisticsChartModule.php:877
13069#, php-format
13070msgid "%s+"
13071msgstr ""
13072
13073#: app/Module/StatisticsChartModule.php:963
13074#: app/Statistics/Repository/EventRepository.php:245
13075#: app/Statistics/Repository/FamilyDatesRepository.php:102
13076#: app/Statistics/Repository/FamilyRepository.php:517
13077#: app/Statistics/Repository/IndividualRepository.php:1769
13078#: app/Statistics/Repository/IndividualRepository.php:1794
13079#: resources/views/statistics/families/birth-age.phtml:31
13080#: resources/views/statistics/families/birth-age.phtml:51
13081#: resources/views/statistics/families/birth-age.phtml:73
13082#: resources/views/statistics/families/birth-age.phtml:93
13083#: resources/views/statistics/families/marriage-age.phtml:31
13084#: resources/views/statistics/families/marriage-age.phtml:51
13085#: resources/views/statistics/families/marriage-age.phtml:73
13086#: resources/views/statistics/families/marriage-age.phtml:93
13087#: resources/views/statistics/families/marriage-length.phtml:31
13088#: resources/views/statistics/families/marriage-length.phtml:51
13089#: resources/views/statistics/families/top10-list-age.phtml:33
13090#: resources/views/statistics/families/top10-list-grand.phtml:26
13091#: resources/views/statistics/families/top10-list-spouses.phtml:24
13092#: resources/views/statistics/families/top10-list.phtml:26
13093#: resources/views/statistics/individuals/top10-list.phtml:24
13094#: resources/views/statistics/other/charts/column.phtml:12
13095#: resources/views/statistics/other/charts/combo.phtml:12
13096#: resources/views/statistics/other/charts/custom.phtml:10
13097#: resources/views/statistics/other/charts/geo.phtml:12
13098#: resources/views/statistics/other/charts/pie.phtml:12
13099#: resources/views/statistics/other/places.phtml:55
13100#: resources/views/statistics/other/top10-list.phtml:24
13101msgid "This information is not available."
13102msgstr ""
13103
13104#: app/Module/StatisticsChartModule.php:998
13105#: app/Statistics/Google/ChartAge.php:109
13106#: app/Statistics/Google/ChartAge.php:137
13107#: app/Statistics/Google/ChartBirth.php:108
13108#: app/Statistics/Google/ChartChildren.php:88
13109#: app/Statistics/Google/ChartChildren.php:111
13110#: app/Statistics/Google/ChartDeath.php:108
13111#: app/Statistics/Google/ChartDivorce.php:108
13112#: app/Statistics/Google/ChartMarriage.php:108
13113#: app/Statistics/Google/ChartMarriageAge.php:132
13114#: app/Statistics/Google/ChartMarriageAge.php:160
13115#: app/Statistics/Google/ChartMortality.php:66
13116#: app/Statistics/Google/ChartNoChildrenFamilies.php:102
13117#: app/Statistics/Google/ChartNoChildrenFamilies.php:136
13118#: resources/views/lists/chart-by-decade.phtml:19
13119#: resources/views/lists/families-table.phtml:112
13120#: resources/views/lists/families-table.phtml:127
13121#: resources/views/lists/individuals-table.phtml:128
13122#: resources/views/lists/individuals-table.phtml:143
13123msgid "Century"
13124msgstr ""
13125
13126#. I18N: Description of the “Stories” module
13127#: app/Module/StoriesModule.php:77
13128msgid "Add narrative stories to individuals in the family tree."
13129msgstr ""
13130
13131#. I18N: Name of a module
13132#: app/Module/StoriesModule.php:207
13133#: resources/views/modules/stories/edit.phtml:13
13134msgid "Stories"
13135msgstr ""
13136
13137#: app/Module/StoriesModule.php:296
13138#: resources/views/modules/stories/config.phtml:28
13139#: resources/views/modules/stories/tab.phtml:27
13140msgid "Add a story"
13141msgstr ""
13142
13143#: app/Module/StoriesModule.php:307
13144#: resources/views/modules/stories/tab.phtml:18
13145msgid "Edit the story"
13146msgstr ""
13147
13148#. I18N: Description of the “Shared submitters” module
13149#: app/Module/SubmitterListModule.php:64
13150msgid "A list of submitters."
13151msgstr ""
13152
13153#. I18N: Name of a module
13154#: app/Module/ThemeSelectModule.php:45
13155msgid "Theme change"
13156msgstr ""
13157
13158#. I18N: Description of the “Theme change” module
13159#: app/Module/ThemeSelectModule.php:56
13160msgid "An alternative way to select a new theme."
13161msgstr ""
13162
13163#. I18N: Name of a module/chart
13164#: app/Module/TimelineChartModule.php:96
13165msgid "Timeline"
13166msgstr ""
13167
13168#. I18N: Description of the “TimelineChart” module
13169#: app/Module/TimelineChartModule.php:107
13170msgid "A timeline displaying individual events."
13171msgstr ""
13172
13173#. I18N: Name of a module. Top=Most common
13174#: app/Module/TopGivenNamesModule.php:47
13175#: resources/views/statistics/individuals/names.phtml:55
13176msgid "Top given names"
13177msgstr ""
13178
13179#. I18N: Description of the “Top given names” module
13180#: app/Module/TopGivenNamesModule.php:58
13181msgid "A list of the most popular given names."
13182msgstr ""
13183
13184#. I18N: i.e. most popular given name.
13185#: app/Module/TopGivenNamesModule.php:101
13186msgid "Top given name"
13187msgstr ""
13188
13189#. 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
13190#: app/Module/TopGivenNamesModule.php:104
13191#, php-format
13192msgid "Top %s given name"
13193msgid_plural "Top %s given names"
13194msgstr[0] ""
13195msgstr[1] ""
13196
13197#. I18N: Name of a module
13198#: app/Module/TopPageViewsModule.php:46
13199msgid "Most viewed pages"
13200msgstr ""
13201
13202#. I18N: Description of the “Most viewed pages” module
13203#: app/Module/TopPageViewsModule.php:57
13204msgid "A list of the pages that have been viewed the most number of times."
13205msgstr ""
13206
13207#. I18N: Name of a module. Top=Most common
13208#: app/Module/TopSurnamesModule.php:64
13209#: resources/views/statistics/individuals/names.phtml:31
13210msgid "Top surnames"
13211msgstr ""
13212
13213#. I18N: Description of the “Top surnames” module
13214#: app/Module/TopSurnamesModule.php:75
13215msgid "A list of the most popular surnames."
13216msgstr ""
13217
13218#. I18N: i.e. most popular surname.
13219#: app/Module/TopSurnamesModule.php:158
13220msgid "Top surname"
13221msgstr ""
13222
13223#. I18N: Title for a list of the most common surnames, %s is a number. Note that a separate translation exists when %s is 1
13224#: app/Module/TopSurnamesModule.php:161
13225#, php-format
13226msgid "Top %s surname"
13227msgid_plural "Top %s surnames"
13228msgstr[0] ""
13229msgstr[1] ""
13230
13231#. I18N: An option in a list-box
13232#: app/Module/TopSurnamesModule.php:239
13233msgid "bullet list"
13234msgstr ""
13235
13236#. I18N: An option in a list-box
13237#: app/Module/TopSurnamesModule.php:241
13238msgid "compact list"
13239msgstr ""
13240
13241#. I18N: Name of a module
13242#: app/Module/TreesMenuModule.php:60 app/Module/TreesMenuModule.php:109
13243#: resources/views/admin/control-panel.phtml:142
13244#: resources/views/admin/control-panel.phtml:180
13245#: resources/views/search-general-page.phtml:73
13246#: resources/views/search-phonetic-page.phtml:74
13247msgid "Family trees"
13248msgstr ""
13249
13250#. I18N: Description of the “Family trees” module
13251#: app/Module/TreesMenuModule.php:71
13252msgid "The family trees menu."
13253msgstr ""
13254
13255#: app/Module/TreesMenuModule.php:96 resources/views/admin/changes-log.phtml:73
13256#: resources/views/admin/changes-log.phtml:120
13257#: resources/views/admin/control-panel.phtml:185
13258#: resources/views/admin/fix-level-0-media.phtml:28
13259#: resources/views/admin/site-logs.phtml:67
13260#: resources/views/admin/site-logs.phtml:111
13261#: resources/views/admin/trees.phtml:67
13262#: resources/views/admin/users-edit.phtml:266
13263#: resources/views/modules/batch_update/admin.phtml:19
13264#: resources/views/modules/faq/config.phtml:23
13265#: resources/views/modules/faq/config.phtml:42
13266#: resources/views/modules/faq/edit.phtml:61
13267#: resources/views/modules/stories/config.phtml:16
13268msgid "Family tree"
13269msgstr ""
13270
13271#. I18N: Name of a module
13272#: app/Module/UpcomingAnniversariesModule.php:106
13273msgid "Upcoming events"
13274msgstr ""
13275
13276#. I18N: Description of the “Upcoming events” module
13277#: app/Module/UpcomingAnniversariesModule.php:117
13278msgid "A list of the anniversaries that will occur in the near future."
13279msgstr ""
13280
13281#: app/Module/UpcomingAnniversariesModule.php:161
13282msgid "No events exist for tomorrow."
13283msgstr ""
13284
13285#. I18N: translation for %s==1 is unused; it is translated separately as “tomorrow”
13286#: app/Module/UpcomingAnniversariesModule.php:165
13287#, php-format
13288msgid "No events exist for the next %s day."
13289msgid_plural "No events exist for the next %s days."
13290msgstr[0] ""
13291msgstr[1] ""
13292
13293#. I18N: Description of the “Favorites” module
13294#: app/Module/UserFavoritesModule.php:67
13295msgid "Display and manage a user’s favorite pages."
13296msgstr ""
13297
13298#. I18N: Description of the “Journal” module
13299#: app/Module/UserJournalModule.php:65
13300msgid "A private area to record notes or keep a journal."
13301msgstr ""
13302
13303#. I18N: Name of a module
13304#: app/Module/UserJournalModule.php:118
13305msgid "Journal"
13306msgstr ""
13307
13308#. I18N: Name of a module
13309#. I18N: A configuration setting
13310#: app/Module/UserMessagesModule.php:74
13311#: resources/views/admin/site-mail.phtml:43
13312msgid "Messages"
13313msgstr ""
13314
13315#. I18N: Description of the “Messages” module
13316#: app/Module/UserMessagesModule.php:85
13317msgid "Communicate directly with other users, using private messages."
13318msgstr ""
13319
13320#: app/Module/UserMessagesModule.php:160
13321#: resources/views/admin/data-fix-select.phtml:32
13322#: resources/views/edit/add-fact-row.phtml:25
13323msgid "&lt;select&gt;"
13324msgstr ""
13325
13326#: app/Module/UserMessagesModule.php:165
13327#: resources/views/admin/broadcast.phtml:58
13328#: resources/views/admin/email-page.phtml:56
13329#: resources/views/contact-page.phtml:65 resources/views/message-page.phtml:56
13330msgid "Send"
13331msgstr ""
13332
13333#: app/Module/UserMessagesModule.php:173 app/Module/UserMessagesModule.php:220
13334msgid "Are you sure you want to delete this message? It cannot be retrieved later."
13335msgstr ""
13336
13337#: app/Module/UserMessagesModule.php:180
13338#: resources/views/admin/broadcast.phtml:38
13339#: resources/views/admin/email-page.phtml:36
13340#: resources/views/contact-page.phtml:45 resources/views/message-page.phtml:36
13341msgid "Subject"
13342msgstr ""
13343
13344#: app/Module/UserMessagesModule.php:181
13345msgid "Date sent"
13346msgstr ""
13347
13348#. I18N: When replying to an email, the subject becomes “RE: <subject>”
13349#: app/Module/UserMessagesModule.php:205 app/Module/UserMessagesModule.php:206
13350msgid "RE: "
13351msgstr ""
13352
13353#: app/Module/UserMessagesModule.php:218
13354msgid "Reply"
13355msgstr ""
13356
13357#: app/Module/UserMessagesModule.php:224
13358msgid "Delete selected messages"
13359msgstr ""
13360
13361#: app/Module/UserMessagesModule.php:235
13362#, php-format
13363msgid "%s message"
13364msgid_plural "%s messages"
13365msgstr[0] ""
13366msgstr[1] ""
13367
13368#. I18N: Description of the “My page” module
13369#: app/Module/UserWelcomeModule.php:72
13370msgid "A greeting message and useful links for a user."
13371msgstr ""
13372
13373#: app/Module/UserWelcomeModule.php:100 app/Module/WelcomeBlockModule.php:100
13374msgid "Default chart"
13375msgstr ""
13376
13377#. I18N: A %s is the user’s name
13378#: app/Module/UserWelcomeModule.php:122
13379#, php-format
13380msgid "Welcome %s"
13381msgstr ""
13382
13383#: app/Module/WebtreesTheme.php:38
13384msgid "webtrees"
13385msgstr ""
13386
13387#. I18N: Name of a module
13388#: app/Module/WelcomeBlockModule.php:60
13389#: resources/views/admin/control-panel.phtml:522
13390#: resources/views/admin/modules.phtml:186
13391#: resources/views/admin/modules.phtml:190 resources/views/admin/trees.phtml:73
13392msgid "Home page"
13393msgstr ""
13394
13395#. I18N: Description of the “Home page” module
13396#: app/Module/WelcomeBlockModule.php:71
13397msgid "A greeting message for site visitors."
13398msgstr ""
13399
13400#. I18N: A configuration setting
13401#: app/Module/WelcomeBlockModule.php:107
13402#: resources/views/admin/trees-preferences.phtml:65
13403#: resources/views/edit-account-page.phtml:63
13404msgid "Default individual"
13405msgstr ""
13406
13407#. I18N: Name of a theme.
13408#: app/Module/XeneaTheme.php:39
13409msgid "xenea"
13410msgstr ""
13411
13412#. I18N: Name of a module. Yahrzeiten (the plural of Yahrzeit) are special anniversaries of deaths in the Hebrew faith/calendar.
13413#: app/Module/YahrzeitModule.php:66
13414msgid "Yahrzeiten"
13415msgstr ""
13416
13417#. I18N: Description of the “Yahrzeiten” module. A “Hebrew death” is a death where the date is recorded in the Hebrew calendar.
13418#: app/Module/YahrzeitModule.php:77
13419msgid "A list of the Hebrew death anniversaries that will occur in the near future."
13420msgstr ""
13421
13422#: app/Place.php:242
13423msgid "unknown"
13424msgstr ""
13425
13426#. I18N: This is a report footer. %s is the name of the application.
13427#: app/Report/AbstractRenderer.php:280
13428#, php-format
13429msgid "Generated by %s"
13430msgstr ""
13431
13432#. I18N: Secure Sockets Layer - a secure communications protocol
13433#: app/Services/EmailService.php:236
13434msgid "ssl"
13435msgstr ""
13436
13437#. I18N: Transport Layer Security - a secure communications protocol
13438#: app/Services/EmailService.php:238
13439msgid "tls"
13440msgstr ""
13441
13442#. I18N: "sendmail" is the name of some mail software
13443#: app/Services/EmailService.php:251
13444msgid "Use sendmail to send messages"
13445msgstr ""
13446
13447#: app/Services/EmailService.php:252
13448msgid "Use SMTP to send messages"
13449msgstr ""
13450
13451#: app/Services/MessageService.php:127
13452msgid "webtrees message"
13453msgstr ""
13454
13455#: app/Services/MessageService.php:210
13456#: resources/views/admin/control-panel.phtml:397
13457msgid "Send a message to all users"
13458msgstr ""
13459
13460#: app/Services/MessageService.php:212
13461#: resources/views/admin/control-panel.phtml:403
13462msgid "Send a message to users who have never signed in"
13463msgstr ""
13464
13465#: app/Services/MessageService.php:214
13466#: resources/views/admin/control-panel.phtml:409
13467msgid "Send a message to users who have not signed in for 6 months"
13468msgstr ""
13469
13470#: app/Services/SearchService.php:1066
13471msgid "The search returned too many results."
13472msgstr ""
13473
13474#: app/Services/ServerCheckService.php:126
13475#, php-format
13476msgid "The PHP extension “%s” is not installed."
13477msgstr ""
13478
13479#: app/Services/ServerCheckService.php:145
13480#, php-format
13481msgid "The PHP.INI setting “%1$s” is disabled."
13482msgstr ""
13483
13484#: app/Services/ServerCheckService.php:149
13485#, php-format
13486msgid "The PHP.INI setting “%1$s” is enabled."
13487msgstr ""
13488
13489#: app/Services/ServerCheckService.php:184
13490#, php-format
13491msgid "The PHP function “%1$s” is disabled."
13492msgstr ""
13493
13494#: app/Services/ServerCheckService.php:199
13495#, php-format
13496msgid "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."
13497msgstr ""
13498
13499#: app/Services/ServerCheckService.php:217
13500#, php-format
13501msgid "SQLite version %s is installed. SQLite version %s or later is required."
13502msgstr ""
13503
13504#: app/Services/ServerCheckService.php:249
13505msgid "The server’s temporary folder cannot be accessed."
13506msgstr ""
13507
13508#: app/Services/ServerCheckService.php:324
13509msgid "SQLite is only suitable for small sites, testing and evaluation."
13510msgstr ""
13511
13512#: app/Services/ServerCheckService.php:329
13513msgid "Support for PostgreSQL is experimental."
13514msgstr ""
13515
13516#: app/Services/ServerCheckService.php:334
13517msgid "Support for SQL Server is experimental."
13518msgstr ""
13519
13520#. I18N: This should be a common/default/placeholder name of an individual. Put slashes around the surname.
13521#: app/Services/TreeService.php:202
13522msgid "John /DOE/"
13523msgstr ""
13524
13525#: app/Services/TreeService.php:203
13526msgid "Edit this individual and replace their details with your own."
13527msgstr ""
13528
13529#: app/Services/UpgradeService.php:254
13530msgid "This website is being upgraded. Try again in a few minutes."
13531msgstr ""
13532
13533#. I18N: http://en.wikipedia.org/wiki/Soundex
13534#: app/Soundex.php:3491 resources/views/branches-page.phtml:29
13535#: resources/views/search-phonetic-page.phtml:57
13536msgid "Russell"
13537msgstr ""
13538
13539#. I18N: http://en.wikipedia.org/wiki/Daitch–Mokotoff_Soundex
13540#: app/Soundex.php:3493 resources/views/branches-page.phtml:30
13541#: resources/views/search-phonetic-page.phtml:63
13542msgid "Daitch-Mokotoff"
13543msgstr ""
13544
13545#: app/Statistics/Google/ChartAge.php:110
13546#: app/Statistics/Google/ChartMarriageAge.php:133
13547#: app/Statistics/Google/ChartSex.php:62
13548#: resources/views/calendar-page.phtml:121
13549#: resources/views/lists/families-table.phtml:115
13550#: resources/views/lists/families-table.phtml:130
13551#: resources/views/lists/families-table.phtml:142
13552#: resources/views/lists/individuals-table.phtml:131
13553#: resources/views/lists/individuals-table.phtml:146
13554#: resources/views/lists/individuals-table.phtml:158
13555#: resources/views/modules/gedcom_stats/statistics.phtml:32
13556#: resources/views/modules/gedcom_stats/statistics.phtml:204
13557#: resources/views/modules/html/template-statistics.phtml:23
13558#: resources/views/modules/top10_givnnames/block.phtml:9
13559#: resources/views/statistics/individuals/greatest-age.phtml:20
13560#: resources/views/statistics/individuals/lifespan.phtml:29
13561#: resources/views/statistics/individuals/oldest-living.phtml:20
13562msgid "Males"
13563msgstr ""
13564
13565#: app/Statistics/Google/ChartAge.php:111
13566#: app/Statistics/Google/ChartMarriageAge.php:134
13567#: app/Statistics/Google/ChartSex.php:67
13568#: resources/views/calendar-page.phtml:131
13569#: resources/views/lists/families-table.phtml:118
13570#: resources/views/lists/families-table.phtml:133
13571#: resources/views/lists/families-table.phtml:143
13572#: resources/views/lists/individuals-table.phtml:134
13573#: resources/views/lists/individuals-table.phtml:149
13574#: resources/views/lists/individuals-table.phtml:159
13575#: resources/views/modules/gedcom_stats/statistics.phtml:43
13576#: resources/views/modules/gedcom_stats/statistics.phtml:206
13577#: resources/views/modules/html/template-statistics.phtml:27
13578#: resources/views/modules/top10_givnnames/block.phtml:13
13579#: resources/views/statistics/individuals/greatest-age.phtml:29
13580#: resources/views/statistics/individuals/lifespan.phtml:38
13581#: resources/views/statistics/individuals/oldest-living.phtml:29
13582msgid "Females"
13583msgstr ""
13584
13585#: app/Statistics/Google/ChartAge.php:112
13586#: app/Statistics/Google/ChartMarriageAge.php:135
13587#: resources/views/lists/families-table.phtml:144
13588#: resources/views/lists/individuals-table.phtml:160
13589msgid "Average age"
13590msgstr ""
13591
13592#: app/Statistics/Google/ChartAge.php:129
13593msgid "Average age related to death century"
13594msgstr ""
13595
13596#: app/Statistics/Google/ChartBirth.php:123
13597#: resources/views/statistics/individuals/total-events.phtml:31
13598msgid "Births by century"
13599msgstr ""
13600
13601#: app/Statistics/Google/ChartChildren.php:89
13602msgid "Average number"
13603msgstr ""
13604
13605#: app/Statistics/Google/ChartChildren.php:100
13606#: resources/views/modules/gedcom_stats/config.phtml:39
13607#: resources/views/modules/gedcom_stats/statistics.phtml:227
13608#: resources/views/modules/html/template-statistics.phtml:92
13609#: resources/views/statistics/families/children.phtml:20
13610msgid "Average number of children per family"
13611msgstr ""
13612
13613#: app/Statistics/Google/ChartDeath.php:123
13614#: resources/views/statistics/individuals/total-events.phtml:79
13615msgid "Deaths by century"
13616msgstr ""
13617
13618#: app/Statistics/Google/ChartDistribution.php:333
13619msgid "Surname distribution chart"
13620msgstr ""
13621
13622#: app/Statistics/Google/ChartDistribution.php:338
13623msgid "Birth by country"
13624msgstr ""
13625
13626#: app/Statistics/Google/ChartDistribution.php:343
13627msgid "Death by country"
13628msgstr ""
13629
13630#: app/Statistics/Google/ChartDistribution.php:348
13631msgid "Marriage by country"
13632msgstr ""
13633
13634#: app/Statistics/Google/ChartDistribution.php:354
13635msgid "Individual distribution chart"
13636msgstr ""
13637
13638#: app/Statistics/Google/ChartDivorce.php:123
13639#: resources/views/statistics/families/total-records.phtml:80
13640msgid "Divorces by century"
13641msgstr ""
13642
13643#: app/Statistics/Google/ChartFamilyLargest.php:123
13644#: resources/views/statistics/families/children.phtml:46
13645msgid "Largest families"
13646msgstr ""
13647
13648#: app/Statistics/Google/ChartFamilyWithSources.php:83
13649#: app/Statistics/Google/ChartIndividualWithSources.php:83
13650msgid "Without sources"
13651msgstr ""
13652
13653#: app/Statistics/Google/ChartFamilyWithSources.php:88
13654#: app/Statistics/Google/ChartIndividualWithSources.php:88
13655msgid "With sources"
13656msgstr ""
13657
13658#: app/Statistics/Google/ChartFamilyWithSources.php:96
13659#: resources/views/statistics/other/chart-sources.phtml:32
13660msgid "Families with sources"
13661msgstr ""
13662
13663#: app/Statistics/Google/ChartIndividualWithSources.php:96
13664#: resources/views/statistics/other/chart-sources.phtml:20
13665msgid "Individuals with sources"
13666msgstr ""
13667
13668#: app/Statistics/Google/ChartMarriage.php:123
13669#: resources/views/statistics/families/total-records.phtml:32
13670msgid "Marriages by century"
13671msgstr ""
13672
13673#: app/Statistics/Google/ChartMarriageAge.php:152
13674msgid "Average age in century of marriage"
13675msgstr ""
13676
13677#: app/Statistics/Google/ChartMarriageAge.php:155
13678msgid "Average age at marriage"
13679msgstr ""
13680
13681#: app/Statistics/Google/ChartMortality.php:73
13682msgid "Living"
13683msgstr ""
13684
13685#: app/Statistics/Google/ChartMortality.php:78
13686#: resources/views/lists/individuals-table.phtml:196
13687msgid "Dead"
13688msgstr ""
13689
13690#: app/Statistics/Google/ChartNoChildrenFamilies.php:120
13691msgctxt "unknown century"
13692msgid "Unknown"
13693msgstr ""
13694
13695#: app/Statistics/Google/ChartNoChildrenFamilies.php:125
13696#: resources/views/statistics/families/children.phtml:32
13697msgid "Number of families without children"
13698msgstr ""
13699
13700#: app/Statistics/Google/ChartNoChildrenFamilies.php:133
13701#: resources/views/statistics/families/total-records.phtml:12
13702#: resources/xml/reports/fact_sources.xml:248
13703#: resources/xml/reports/fact_sources.xml:252
13704#: resources/xml/reports/fact_sources.xml:350
13705#: resources/xml/reports/fact_sources.xml:354
13706#: resources/xml/reports/marriage_report.xml:111
13707msgid "Total families"
13708msgstr ""
13709
13710#: app/Statistics/Repository/EventRepository.php:253
13711#: app/Statistics/Repository/FamilyDatesRepository.php:110
13712#: app/Statistics/Repository/FamilyDatesRepository.php:381
13713#: app/Statistics/Repository/FamilyRepository.php:84
13714#: app/Statistics/Repository/FamilyRepository.php:472
13715#: app/Statistics/Repository/FamilyRepository.php:849
13716#: app/Statistics/Repository/FamilyRepository.php:1500
13717#: app/Statistics/Repository/IndividualRepository.php:835
13718#: app/Statistics/Repository/IndividualRepository.php:1149
13719#: app/Statistics/Repository/IndividualRepository.php:1169
13720#: app/Statistics/Repository/IndividualRepository.php:1189
13721#: app/Statistics/Repository/IndividualRepository.php:1209
13722#: app/Statistics/Repository/IndividualRepository.php:1229
13723#: app/Statistics/Repository/IndividualRepository.php:1249
13724msgid "This information is private and cannot be shown."
13725msgstr ""
13726
13727#: app/Statistics/Repository/EventRepository.php:324
13728msgid "birth"
13729msgstr ""
13730
13731#: app/Statistics/Repository/EventRepository.php:325
13732msgid "death"
13733msgstr ""
13734
13735#: app/Statistics/Repository/EventRepository.php:326
13736msgid "marriage"
13737msgstr ""
13738
13739#: app/Statistics/Repository/EventRepository.php:327
13740msgid "adoption"
13741msgstr ""
13742
13743#: app/Statistics/Repository/EventRepository.php:328
13744msgid "burial"
13745msgstr ""
13746
13747#: app/Statistics/Repository/EventRepository.php:329
13748msgid "census added"
13749msgstr ""
13750
13751#: app/Statistics/Repository/FamilyRepository.php:468
13752#: app/Statistics/Repository/UserRepository.php:96
13753#: resources/views/statistics/families/top10-list-age.phtml:23
13754#: resources/views/statistics/families/top10-nolist-age.phtml:21
13755#: resources/xml/reports/ahnentafel_report.xml:395
13756#: resources/xml/reports/descendancy_report.xml:131
13757#: resources/xml/reports/descendancy_report.xml:230
13758#: resources/xml/reports/descendancy_report.xml:299
13759#: resources/xml/reports/descendancy_report.xml:363
13760#: resources/xml/reports/descendancy_report.xml:433
13761#: resources/xml/reports/descendancy_report.xml:486
13762msgid "and"
13763msgstr ""
13764
13765#: app/Statistics/Repository/UserRepository.php:84
13766msgid "No signed-in and no anonymous users"
13767msgstr ""
13768
13769#: app/Statistics/Repository/UserRepository.php:88
13770#, php-format
13771msgid "%s anonymous signed-in user"
13772msgid_plural "%s anonymous signed-in users"
13773msgstr[0] ""
13774msgstr[1] ""
13775
13776#: app/Statistics/Repository/UserRepository.php:99
13777#, php-format
13778msgid "%s signed-in user"
13779msgid_plural "%s signed-in users"
13780msgstr[0] ""
13781msgstr[1] ""
13782
13783#: app/Statistics/Service/CenturyService.php:39
13784#, php-format
13785msgid "%s BCE"
13786msgstr ""
13787
13788#: app/Statistics/Service/CenturyService.php:45
13789msgctxt "CENTURY"
13790msgid "21st"
13791msgstr ""
13792
13793#: app/Statistics/Service/CenturyService.php:47
13794msgctxt "CENTURY"
13795msgid "20th"
13796msgstr ""
13797
13798#: app/Statistics/Service/CenturyService.php:49
13799msgctxt "CENTURY"
13800msgid "19th"
13801msgstr ""
13802
13803#: app/Statistics/Service/CenturyService.php:51
13804msgctxt "CENTURY"
13805msgid "18th"
13806msgstr ""
13807
13808#: app/Statistics/Service/CenturyService.php:53
13809msgctxt "CENTURY"
13810msgid "17th"
13811msgstr ""
13812
13813#: app/Statistics/Service/CenturyService.php:55
13814msgctxt "CENTURY"
13815msgid "16th"
13816msgstr ""
13817
13818#: app/Statistics/Service/CenturyService.php:57
13819msgctxt "CENTURY"
13820msgid "15th"
13821msgstr ""
13822
13823#: app/Statistics/Service/CenturyService.php:59
13824msgctxt "CENTURY"
13825msgid "14th"
13826msgstr ""
13827
13828#: app/Statistics/Service/CenturyService.php:61
13829msgctxt "CENTURY"
13830msgid "13th"
13831msgstr ""
13832
13833#: app/Statistics/Service/CenturyService.php:63
13834msgctxt "CENTURY"
13835msgid "12th"
13836msgstr ""
13837
13838#: app/Statistics/Service/CenturyService.php:65
13839msgctxt "CENTURY"
13840msgid "11th"
13841msgstr ""
13842
13843#: app/Statistics/Service/CenturyService.php:67
13844msgctxt "CENTURY"
13845msgid "10th"
13846msgstr ""
13847
13848#: app/Statistics/Service/CenturyService.php:69
13849msgctxt "CENTURY"
13850msgid "9th"
13851msgstr ""
13852
13853#: app/Statistics/Service/CenturyService.php:71
13854msgctxt "CENTURY"
13855msgid "8th"
13856msgstr ""
13857
13858#: app/Statistics/Service/CenturyService.php:73
13859msgctxt "CENTURY"
13860msgid "7th"
13861msgstr ""
13862
13863#: app/Statistics/Service/CenturyService.php:75
13864msgctxt "CENTURY"
13865msgid "6th"
13866msgstr ""
13867
13868#: app/Statistics/Service/CenturyService.php:77
13869msgctxt "CENTURY"
13870msgid "5th"
13871msgstr ""
13872
13873#: app/Statistics/Service/CenturyService.php:79
13874msgctxt "CENTURY"
13875msgid "4th"
13876msgstr ""
13877
13878#: app/Statistics/Service/CenturyService.php:81
13879msgctxt "CENTURY"
13880msgid "3rd"
13881msgstr ""
13882
13883#: app/Statistics/Service/CenturyService.php:83
13884msgctxt "CENTURY"
13885msgid "2nd"
13886msgstr ""
13887
13888#: app/Statistics/Service/CenturyService.php:85
13889msgctxt "CENTURY"
13890msgid "1st"
13891msgstr ""
13892
13893#. I18N: Name of a country or state
13894#: app/Statistics/Service/CountryService.php:40
13895msgid "Aruba"
13896msgstr ""
13897
13898#. I18N: Name of a country or state
13899#: app/Statistics/Service/CountryService.php:42
13900msgid "Afghanistan"
13901msgstr ""
13902
13903#. I18N: Name of a country or state
13904#: app/Statistics/Service/CountryService.php:44
13905msgid "Angola"
13906msgstr ""
13907
13908#. I18N: Name of a country or state
13909#: app/Statistics/Service/CountryService.php:46
13910msgid "Anguilla"
13911msgstr ""
13912
13913#. I18N: Name of a country or state
13914#: app/Statistics/Service/CountryService.php:48
13915msgid "Aland Islands"
13916msgstr ""
13917
13918#. I18N: Name of a country or state
13919#: app/Statistics/Service/CountryService.php:50
13920msgid "Albania"
13921msgstr ""
13922
13923#. I18N: Name of a country or state
13924#: app/Statistics/Service/CountryService.php:52
13925msgid "Andorra"
13926msgstr ""
13927
13928#. I18N: Name of a country or state
13929#: app/Statistics/Service/CountryService.php:54
13930msgid "United Arab Emirates"
13931msgstr ""
13932
13933#. I18N: Name of a country or state
13934#: app/Statistics/Service/CountryService.php:56
13935msgid "Argentina"
13936msgstr ""
13937
13938#. I18N: Name of a country or state
13939#: app/Statistics/Service/CountryService.php:58
13940msgid "Armenia"
13941msgstr ""
13942
13943#. I18N: Name of a country or state
13944#: app/Statistics/Service/CountryService.php:60
13945msgid "American Samoa"
13946msgstr ""
13947
13948#. I18N: Name of a country or state
13949#: app/Statistics/Service/CountryService.php:62
13950msgid "Antarctica"
13951msgstr ""
13952
13953#. I18N: Name of a country or state
13954#: app/Statistics/Service/CountryService.php:64
13955msgid "French Southern Territories"
13956msgstr ""
13957
13958#. I18N: Name of a country or state
13959#: app/Statistics/Service/CountryService.php:66
13960msgid "Antigua and Barbuda"
13961msgstr ""
13962
13963#. I18N: Name of a country or state
13964#: app/Statistics/Service/CountryService.php:68
13965msgid "Australia"
13966msgstr ""
13967
13968#. I18N: Name of a country or state
13969#: app/Statistics/Service/CountryService.php:70
13970msgid "Austria"
13971msgstr ""
13972
13973#. I18N: Name of a country or state
13974#: app/Statistics/Service/CountryService.php:72
13975msgid "Azerbaijan"
13976msgstr ""
13977
13978#. I18N: Name of a country or state
13979#: app/Statistics/Service/CountryService.php:74
13980msgid "Azores"
13981msgstr ""
13982
13983#. I18N: Name of a country or state
13984#: app/Statistics/Service/CountryService.php:76
13985msgid "Burundi"
13986msgstr ""
13987
13988#. I18N: Name of a country or state
13989#: app/Statistics/Service/CountryService.php:78
13990msgid "Belgium"
13991msgstr ""
13992
13993#. I18N: Name of a country or state
13994#: app/Statistics/Service/CountryService.php:80
13995msgid "Benin"
13996msgstr ""
13997
13998#. I18N: Name of a country or state
13999#: app/Statistics/Service/CountryService.php:83
14000msgid "Burkina Faso"
14001msgstr ""
14002
14003#. I18N: Name of a country or state
14004#: app/Statistics/Service/CountryService.php:85
14005msgid "Bangladesh"
14006msgstr ""
14007
14008#. I18N: Name of a country or state
14009#: app/Statistics/Service/CountryService.php:87
14010msgid "Bulgaria"
14011msgstr ""
14012
14013#. I18N: Name of a country or state
14014#: app/Statistics/Service/CountryService.php:89
14015msgid "Bahrain"
14016msgstr ""
14017
14018#. I18N: Name of a country or state
14019#: app/Statistics/Service/CountryService.php:91
14020msgid "Bahamas"
14021msgstr ""
14022
14023#. I18N: Name of a country or state
14024#: app/Statistics/Service/CountryService.php:93
14025msgid "Bosnia and Herzegovina"
14026msgstr ""
14027
14028#. I18N: Name of a country or state
14029#: app/Statistics/Service/CountryService.php:96
14030msgid "Belarus"
14031msgstr ""
14032
14033#. I18N: Name of a country or state
14034#: app/Statistics/Service/CountryService.php:98
14035msgid "Belize"
14036msgstr ""
14037
14038#. I18N: Name of a country or state
14039#: app/Statistics/Service/CountryService.php:100
14040msgid "Bermuda"
14041msgstr ""
14042
14043#. I18N: Name of a country or state
14044#: app/Statistics/Service/CountryService.php:102
14045msgid "Bolivia"
14046msgstr ""
14047
14048#. I18N: Name of a country or state
14049#: app/Statistics/Service/CountryService.php:104
14050msgid "Brazil"
14051msgstr ""
14052
14053#. I18N: Name of a country or state
14054#: app/Statistics/Service/CountryService.php:106
14055msgid "Barbados"
14056msgstr ""
14057
14058#. I18N: Name of a country or state
14059#: app/Statistics/Service/CountryService.php:108
14060msgid "Brunei Darussalam"
14061msgstr ""
14062
14063#. I18N: Name of a country or state
14064#: app/Statistics/Service/CountryService.php:110
14065msgid "Bhutan"
14066msgstr ""
14067
14068#. I18N: Name of a country or state
14069#: app/Statistics/Service/CountryService.php:112
14070msgid "Bouvet Island"
14071msgstr ""
14072
14073#. I18N: Name of a country or state
14074#: app/Statistics/Service/CountryService.php:114
14075msgid "Botswana"
14076msgstr ""
14077
14078#. I18N: Name of a country or state
14079#: app/Statistics/Service/CountryService.php:116
14080msgid "Central African Republic"
14081msgstr ""
14082
14083#. I18N: Name of a country or state
14084#: app/Statistics/Service/CountryService.php:118
14085msgid "Canada"
14086msgstr ""
14087
14088#. I18N: Name of a country or state
14089#: app/Statistics/Service/CountryService.php:120
14090msgid "Cocos (Keeling) Islands"
14091msgstr ""
14092
14093#. I18N: Name of a country or state
14094#: app/Statistics/Service/CountryService.php:122
14095msgid "Switzerland"
14096msgstr ""
14097
14098#. I18N: Name of a country or state
14099#: app/Statistics/Service/CountryService.php:124
14100msgid "Chile"
14101msgstr ""
14102
14103#. I18N: Name of a country or state
14104#: app/Statistics/Service/CountryService.php:126
14105msgid "China"
14106msgstr ""
14107
14108#. I18N: Name of a country or state
14109#: app/Statistics/Service/CountryService.php:128
14110msgid "Cote d’Ivoire"
14111msgstr ""
14112
14113#. I18N: Name of a country or state
14114#: app/Statistics/Service/CountryService.php:130
14115msgid "Cameroon"
14116msgstr ""
14117
14118#. I18N: Name of a country or state
14119#: app/Statistics/Service/CountryService.php:132
14120msgid "Democratic Republic of the Congo"
14121msgstr ""
14122
14123#. I18N: Name of a country or state
14124#: app/Statistics/Service/CountryService.php:134
14125msgid "Republic of the Congo"
14126msgstr ""
14127
14128#. I18N: Name of a country or state
14129#: app/Statistics/Service/CountryService.php:136
14130msgid "Cook Islands"
14131msgstr ""
14132
14133#. I18N: Name of a country or state
14134#: app/Statistics/Service/CountryService.php:138
14135msgid "Colombia"
14136msgstr ""
14137
14138#. I18N: Name of a country or state
14139#: app/Statistics/Service/CountryService.php:140
14140msgid "Comoros"
14141msgstr ""
14142
14143#. I18N: Name of a country or state
14144#: app/Statistics/Service/CountryService.php:142
14145msgid "Cape Verde"
14146msgstr ""
14147
14148#. I18N: Name of a country or state
14149#: app/Statistics/Service/CountryService.php:144
14150msgid "Costa Rica"
14151msgstr ""
14152
14153#. I18N: Name of a country or state
14154#: app/Statistics/Service/CountryService.php:146
14155msgid "Cuba"
14156msgstr ""
14157
14158#. I18N: Name of a country or state
14159#: app/Statistics/Service/CountryService.php:149
14160msgid "Christmas Island"
14161msgstr ""
14162
14163#. I18N: Name of a country or state
14164#: app/Statistics/Service/CountryService.php:151
14165msgid "Cayman Islands"
14166msgstr ""
14167
14168#. I18N: Name of a country or state
14169#: app/Statistics/Service/CountryService.php:153
14170msgid "Cyprus"
14171msgstr ""
14172
14173#. I18N: Name of a country or state
14174#: app/Statistics/Service/CountryService.php:155
14175msgid "Czech Republic"
14176msgstr ""
14177
14178#. I18N: Name of a country or state
14179#: app/Statistics/Service/CountryService.php:157
14180msgid "Germany"
14181msgstr ""
14182
14183#. I18N: Name of a country or state
14184#: app/Statistics/Service/CountryService.php:159
14185msgid "Djibouti"
14186msgstr ""
14187
14188#. I18N: Name of a country or state
14189#: app/Statistics/Service/CountryService.php:161
14190msgid "Dominica"
14191msgstr ""
14192
14193#. I18N: Name of a country or state
14194#: app/Statistics/Service/CountryService.php:163
14195msgid "Denmark"
14196msgstr ""
14197
14198#. I18N: Name of a country or state
14199#: app/Statistics/Service/CountryService.php:165
14200msgid "Dominican Republic"
14201msgstr ""
14202
14203#. I18N: Name of a country or state
14204#: app/Statistics/Service/CountryService.php:167
14205msgid "Algeria"
14206msgstr ""
14207
14208#. I18N: Name of a country or state
14209#: app/Statistics/Service/CountryService.php:169
14210msgid "Ecuador"
14211msgstr ""
14212
14213#. I18N: Name of a country or state
14214#: app/Statistics/Service/CountryService.php:171
14215msgid "Egypt"
14216msgstr ""
14217
14218#. I18N: Name of a country or state
14219#: app/Statistics/Service/CountryService.php:173
14220msgid "England"
14221msgstr ""
14222
14223#. I18N: Name of a country or state
14224#: app/Statistics/Service/CountryService.php:175
14225msgid "Eritrea"
14226msgstr ""
14227
14228#. I18N: Name of a country or state
14229#: app/Statistics/Service/CountryService.php:177
14230msgid "Western Sahara"
14231msgstr ""
14232
14233#. I18N: Name of a country or state
14234#: app/Statistics/Service/CountryService.php:179
14235msgid "Spain"
14236msgstr ""
14237
14238#. I18N: Name of a country or state
14239#: app/Statistics/Service/CountryService.php:181
14240msgid "Estonia"
14241msgstr ""
14242
14243#. I18N: Name of a country or state
14244#: app/Statistics/Service/CountryService.php:183
14245msgid "Ethiopia"
14246msgstr ""
14247
14248#. I18N: Name of a country or state
14249#: app/Statistics/Service/CountryService.php:185
14250msgid "Finland"
14251msgstr ""
14252
14253#. I18N: Name of a country or state
14254#: app/Statistics/Service/CountryService.php:187
14255msgid "Fiji"
14256msgstr ""
14257
14258#. I18N: Name of a country or state
14259#: app/Statistics/Service/CountryService.php:189
14260msgid "Flanders"
14261msgstr ""
14262
14263#. I18N: Name of a country or state
14264#: app/Statistics/Service/CountryService.php:191
14265msgid "Falkland Islands"
14266msgstr ""
14267
14268#. I18N: Name of a country or state
14269#: app/Statistics/Service/CountryService.php:193
14270msgid "France"
14271msgstr ""
14272
14273#. I18N: Name of a country or state
14274#: app/Statistics/Service/CountryService.php:195
14275msgid "Faroe Islands"
14276msgstr ""
14277
14278#. I18N: Name of a country or state
14279#: app/Statistics/Service/CountryService.php:197
14280msgid "Micronesia"
14281msgstr ""
14282
14283#. I18N: Name of a country or state
14284#: app/Statistics/Service/CountryService.php:199
14285msgid "Gabon"
14286msgstr ""
14287
14288#. I18N: Name of a country or state
14289#: app/Statistics/Service/CountryService.php:201
14290msgid "United Kingdom"
14291msgstr ""
14292
14293#. I18N: Name of a country or state
14294#: app/Statistics/Service/CountryService.php:203
14295msgid "Georgia"
14296msgstr ""
14297
14298#. I18N: Name of a country or state
14299#: app/Statistics/Service/CountryService.php:205
14300msgid "Guernsey"
14301msgstr ""
14302
14303#. I18N: Name of a country or state
14304#: app/Statistics/Service/CountryService.php:207
14305msgid "Ghana"
14306msgstr ""
14307
14308#. I18N: Name of a country or state
14309#: app/Statistics/Service/CountryService.php:209
14310msgid "Gibraltar"
14311msgstr ""
14312
14313#. I18N: Name of a country or state
14314#: app/Statistics/Service/CountryService.php:211
14315msgid "Guinea"
14316msgstr ""
14317
14318#. I18N: Name of a country or state
14319#: app/Statistics/Service/CountryService.php:213
14320msgid "Guadeloupe"
14321msgstr ""
14322
14323#. I18N: Name of a country or state
14324#: app/Statistics/Service/CountryService.php:215
14325msgid "Gambia"
14326msgstr ""
14327
14328#. I18N: Name of a country or state
14329#: app/Statistics/Service/CountryService.php:217
14330msgid "Guinea-Bissau"
14331msgstr ""
14332
14333#. I18N: Name of a country or state
14334#: app/Statistics/Service/CountryService.php:219
14335msgid "Equatorial Guinea"
14336msgstr ""
14337
14338#. I18N: Name of a country or state
14339#: app/Statistics/Service/CountryService.php:221
14340msgid "Greece"
14341msgstr ""
14342
14343#. I18N: Name of a country or state
14344#: app/Statistics/Service/CountryService.php:223
14345msgid "Grenada"
14346msgstr ""
14347
14348#. I18N: Name of a country or state
14349#: app/Statistics/Service/CountryService.php:225
14350msgid "Greenland"
14351msgstr ""
14352
14353#. I18N: Name of a country or state
14354#: app/Statistics/Service/CountryService.php:227
14355msgid "Guatemala"
14356msgstr ""
14357
14358#. I18N: Name of a country or state
14359#: app/Statistics/Service/CountryService.php:229
14360msgid "French Guiana"
14361msgstr ""
14362
14363#. I18N: Name of a country or state
14364#: app/Statistics/Service/CountryService.php:231
14365msgid "Guam"
14366msgstr ""
14367
14368#. I18N: Name of a country or state
14369#: app/Statistics/Service/CountryService.php:233
14370msgid "Guyana"
14371msgstr ""
14372
14373#. I18N: Name of a country or state
14374#: app/Statistics/Service/CountryService.php:237
14375msgid "Heard Island and McDonald Islands"
14376msgstr ""
14377
14378#. I18N: Name of a country or state
14379#: app/Statistics/Service/CountryService.php:239
14380msgid "Honduras"
14381msgstr ""
14382
14383#. I18N: Name of a country or state
14384#: app/Statistics/Service/CountryService.php:241
14385msgid "Croatia"
14386msgstr ""
14387
14388#. I18N: Name of a country or state
14389#: app/Statistics/Service/CountryService.php:243
14390msgid "Haiti"
14391msgstr ""
14392
14393#. I18N: Name of a country or state
14394#: app/Statistics/Service/CountryService.php:245
14395msgid "Hungary"
14396msgstr ""
14397
14398#. I18N: Name of a country or state
14399#: app/Statistics/Service/CountryService.php:247
14400msgid "Indonesia"
14401msgstr ""
14402
14403#. I18N: Name of a country or state
14404#: app/Statistics/Service/CountryService.php:249
14405msgid "India"
14406msgstr ""
14407
14408#. I18N: Name of a country or state
14409#: app/Statistics/Service/CountryService.php:251
14410msgid "Isle of Man"
14411msgstr ""
14412
14413#. I18N: Name of a country or state
14414#: app/Statistics/Service/CountryService.php:253
14415msgid "British Indian Ocean Territory"
14416msgstr ""
14417
14418#. I18N: Name of a country or state
14419#: app/Statistics/Service/CountryService.php:255
14420msgid "Ireland"
14421msgstr ""
14422
14423#. I18N: Name of a country or state
14424#: app/Statistics/Service/CountryService.php:257
14425msgid "Iran"
14426msgstr ""
14427
14428#. I18N: Name of a country or state
14429#: app/Statistics/Service/CountryService.php:259
14430msgid "Iraq"
14431msgstr ""
14432
14433#. I18N: Name of a country or state
14434#: app/Statistics/Service/CountryService.php:261
14435msgid "Iceland"
14436msgstr ""
14437
14438#. I18N: Name of a country or state
14439#: app/Statistics/Service/CountryService.php:263
14440msgid "Israel"
14441msgstr ""
14442
14443#. I18N: Name of a country or state
14444#: app/Statistics/Service/CountryService.php:265
14445msgid "Italy"
14446msgstr ""
14447
14448#. I18N: Name of a country or state
14449#: app/Statistics/Service/CountryService.php:267
14450msgid "Jamaica"
14451msgstr ""
14452
14453#. I18N: Name of a country or state
14454#: app/Statistics/Service/CountryService.php:270
14455msgid "Jordan"
14456msgstr ""
14457
14458#. I18N: Name of a country or state
14459#: app/Statistics/Service/CountryService.php:272
14460msgid "Japan"
14461msgstr ""
14462
14463#. I18N: Name of a country or state
14464#: app/Statistics/Service/CountryService.php:274
14465msgid "Kazakhstan"
14466msgstr ""
14467
14468#. I18N: Name of a country or state
14469#: app/Statistics/Service/CountryService.php:276
14470msgid "Kenya"
14471msgstr ""
14472
14473#. I18N: Name of a country or state
14474#: app/Statistics/Service/CountryService.php:278
14475msgid "Kyrgyzstan"
14476msgstr ""
14477
14478#. I18N: Name of a country or state
14479#: app/Statistics/Service/CountryService.php:280
14480msgid "Cambodia"
14481msgstr ""
14482
14483#. I18N: Name of a country or state
14484#: app/Statistics/Service/CountryService.php:282
14485msgid "Kiribati"
14486msgstr ""
14487
14488#. I18N: Name of a country or state
14489#: app/Statistics/Service/CountryService.php:284
14490msgid "Saint Kitts and Nevis"
14491msgstr ""
14492
14493#. I18N: Name of a country or state
14494#: app/Statistics/Service/CountryService.php:286
14495msgid "Korea"
14496msgstr ""
14497
14498#. I18N: Name of a country or state
14499#: app/Statistics/Service/CountryService.php:288
14500msgid "Kuwait"
14501msgstr ""
14502
14503#. I18N: Name of a country or state
14504#: app/Statistics/Service/CountryService.php:290
14505msgid "Laos"
14506msgstr ""
14507
14508#. I18N: Name of a country or state
14509#: app/Statistics/Service/CountryService.php:292
14510msgid "Lebanon"
14511msgstr ""
14512
14513#. I18N: Name of a country or state
14514#: app/Statistics/Service/CountryService.php:294
14515msgid "Liberia"
14516msgstr ""
14517
14518#. I18N: Name of a country or state
14519#: app/Statistics/Service/CountryService.php:296
14520msgid "Libya"
14521msgstr ""
14522
14523#. I18N: Name of a country or state
14524#: app/Statistics/Service/CountryService.php:298
14525msgid "Saint Lucia"
14526msgstr ""
14527
14528#. I18N: Name of a country or state
14529#: app/Statistics/Service/CountryService.php:300
14530msgid "Liechtenstein"
14531msgstr ""
14532
14533#. I18N: Name of a country or state
14534#: app/Statistics/Service/CountryService.php:302
14535msgid "Sri Lanka"
14536msgstr ""
14537
14538#. I18N: Name of a country or state
14539#: app/Statistics/Service/CountryService.php:304
14540msgid "Lesotho"
14541msgstr ""
14542
14543#. I18N: Name of a country or state
14544#: app/Statistics/Service/CountryService.php:306
14545msgid "Lithuania"
14546msgstr ""
14547
14548#. I18N: Name of a country or state
14549#: app/Statistics/Service/CountryService.php:308
14550msgid "Luxembourg"
14551msgstr ""
14552
14553#. I18N: Name of a country or state
14554#: app/Statistics/Service/CountryService.php:310
14555msgid "Latvia"
14556msgstr ""
14557
14558#. I18N: Name of a country or state
14559#: app/Statistics/Service/CountryService.php:312
14560msgid "Macau"
14561msgstr ""
14562
14563#. I18N: Name of a country or state
14564#: app/Statistics/Service/CountryService.php:315
14565msgid "Morocco"
14566msgstr ""
14567
14568#. I18N: Name of a country or state
14569#: app/Statistics/Service/CountryService.php:317
14570msgid "Monaco"
14571msgstr ""
14572
14573#. I18N: Name of a country or state
14574#: app/Statistics/Service/CountryService.php:319
14575msgid "Moldova"
14576msgstr ""
14577
14578#. I18N: Name of a country or state
14579#: app/Statistics/Service/CountryService.php:321
14580msgid "Madagascar"
14581msgstr ""
14582
14583#. I18N: Name of a country or state
14584#: app/Statistics/Service/CountryService.php:323
14585msgid "Maldives"
14586msgstr ""
14587
14588#. I18N: Name of a country or state
14589#: app/Statistics/Service/CountryService.php:325
14590msgid "Mexico"
14591msgstr ""
14592
14593#. I18N: Name of a country or state
14594#: app/Statistics/Service/CountryService.php:327
14595msgid "Marshall Islands"
14596msgstr ""
14597
14598#. I18N: Name of a country or state
14599#: app/Statistics/Service/CountryService.php:329
14600msgid "Macedonia"
14601msgstr ""
14602
14603#. I18N: Name of a country or state
14604#: app/Statistics/Service/CountryService.php:331
14605msgid "Mali"
14606msgstr ""
14607
14608#. I18N: Name of a country or state
14609#: app/Statistics/Service/CountryService.php:333
14610msgid "Malta"
14611msgstr ""
14612
14613#. I18N: Name of a country or state
14614#: app/Statistics/Service/CountryService.php:335
14615msgid "Myanmar"
14616msgstr ""
14617
14618#. I18N: Name of a country or state
14619#: app/Statistics/Service/CountryService.php:337
14620msgid "Mongolia"
14621msgstr ""
14622
14623#. I18N: Name of a country or state
14624#: app/Statistics/Service/CountryService.php:339
14625msgid "Northern Mariana Islands"
14626msgstr ""
14627
14628#. I18N: Name of a country or state
14629#: app/Statistics/Service/CountryService.php:341
14630msgid "Montenegro"
14631msgstr ""
14632
14633#. I18N: Name of a country or state
14634#: app/Statistics/Service/CountryService.php:343
14635msgid "Mozambique"
14636msgstr ""
14637
14638#. I18N: Name of a country or state
14639#: app/Statistics/Service/CountryService.php:345
14640msgid "Mauritania"
14641msgstr ""
14642
14643#. I18N: Name of a country or state
14644#: app/Statistics/Service/CountryService.php:347
14645msgid "Montserrat"
14646msgstr ""
14647
14648#. I18N: Name of a country or state
14649#: app/Statistics/Service/CountryService.php:349
14650msgid "Martinique"
14651msgstr ""
14652
14653#. I18N: Name of a country or state
14654#: app/Statistics/Service/CountryService.php:351
14655msgid "Mauritius"
14656msgstr ""
14657
14658#. I18N: Name of a country or state
14659#: app/Statistics/Service/CountryService.php:353
14660msgid "Malawi"
14661msgstr ""
14662
14663#. I18N: Name of a country or state
14664#: app/Statistics/Service/CountryService.php:355
14665msgid "Malaysia"
14666msgstr ""
14667
14668#. I18N: Name of a country or state
14669#: app/Statistics/Service/CountryService.php:357
14670msgid "Mayotte"
14671msgstr ""
14672
14673#. I18N: Name of a country or state
14674#: app/Statistics/Service/CountryService.php:359
14675msgid "Namibia"
14676msgstr ""
14677
14678#. I18N: Name of a country or state
14679#: app/Statistics/Service/CountryService.php:361
14680msgid "New Caledonia"
14681msgstr ""
14682
14683#. I18N: Name of a country or state
14684#: app/Statistics/Service/CountryService.php:363
14685msgid "Niger"
14686msgstr ""
14687
14688#. I18N: Name of a country or state
14689#: app/Statistics/Service/CountryService.php:365
14690msgid "Norfolk Island"
14691msgstr ""
14692
14693#. I18N: Name of a country or state
14694#: app/Statistics/Service/CountryService.php:367
14695msgid "Nigeria"
14696msgstr ""
14697
14698#. I18N: Name of a country or state
14699#: app/Statistics/Service/CountryService.php:369
14700msgid "Nicaragua"
14701msgstr ""
14702
14703#. I18N: Name of a country or state
14704#: app/Statistics/Service/CountryService.php:371
14705msgid "Northern Ireland"
14706msgstr ""
14707
14708#. I18N: Name of a country or state
14709#: app/Statistics/Service/CountryService.php:373
14710msgid "Niue"
14711msgstr ""
14712
14713#. I18N: Name of a country or state
14714#: app/Statistics/Service/CountryService.php:375
14715msgid "Netherlands"
14716msgstr ""
14717
14718#. I18N: Name of a country or state
14719#: app/Statistics/Service/CountryService.php:377
14720msgid "Norway"
14721msgstr ""
14722
14723#. I18N: Name of a country or state
14724#: app/Statistics/Service/CountryService.php:379
14725msgid "Nepal"
14726msgstr ""
14727
14728#. I18N: Name of a country or state
14729#: app/Statistics/Service/CountryService.php:381
14730msgid "Nauru"
14731msgstr ""
14732
14733#. I18N: Name of a country or state
14734#: app/Statistics/Service/CountryService.php:383
14735msgid "New Zealand"
14736msgstr ""
14737
14738#. I18N: Name of a country or state
14739#: app/Statistics/Service/CountryService.php:385
14740msgid "Oman"
14741msgstr ""
14742
14743#. I18N: Name of a country or state
14744#: app/Statistics/Service/CountryService.php:387
14745msgid "Pakistan"
14746msgstr ""
14747
14748#. I18N: Name of a country or state
14749#: app/Statistics/Service/CountryService.php:389
14750msgid "Panama"
14751msgstr ""
14752
14753#. I18N: Name of a country or state
14754#: app/Statistics/Service/CountryService.php:391
14755msgid "Pitcairn"
14756msgstr ""
14757
14758#. I18N: Name of a country or state
14759#: app/Statistics/Service/CountryService.php:393
14760msgid "Peru"
14761msgstr ""
14762
14763#. I18N: Name of a country or state
14764#: app/Statistics/Service/CountryService.php:395
14765msgid "Philippines"
14766msgstr ""
14767
14768#. I18N: Name of a country or state
14769#: app/Statistics/Service/CountryService.php:397
14770msgid "Palau"
14771msgstr ""
14772
14773#. I18N: Name of a country or state
14774#: app/Statistics/Service/CountryService.php:399
14775msgid "Papua New Guinea"
14776msgstr ""
14777
14778#. I18N: Name of a country or state
14779#: app/Statistics/Service/CountryService.php:401
14780msgid "Poland"
14781msgstr ""
14782
14783#. I18N: Name of a country or state
14784#: app/Statistics/Service/CountryService.php:403
14785msgid "Puerto Rico"
14786msgstr ""
14787
14788#. I18N: Name of a country or state
14789#: app/Statistics/Service/CountryService.php:405
14790msgid "North Korea"
14791msgstr ""
14792
14793#. I18N: Name of a country or state
14794#: app/Statistics/Service/CountryService.php:407
14795msgid "Portugal"
14796msgstr ""
14797
14798#. I18N: Name of a country or state
14799#: app/Statistics/Service/CountryService.php:409
14800msgid "Paraguay"
14801msgstr ""
14802
14803#. I18N: Name of a country or state
14804#: app/Statistics/Service/CountryService.php:411
14805msgid "Occupied Palestinian Territory"
14806msgstr ""
14807
14808#. I18N: Name of a country or state
14809#: app/Statistics/Service/CountryService.php:413
14810msgid "French Polynesia"
14811msgstr ""
14812
14813#. I18N: Name of a country or state
14814#: app/Statistics/Service/CountryService.php:415
14815msgid "Qatar"
14816msgstr ""
14817
14818#. I18N: Name of a country or state
14819#: app/Statistics/Service/CountryService.php:417
14820msgid "Reunion"
14821msgstr ""
14822
14823#. I18N: Name of a country or state
14824#: app/Statistics/Service/CountryService.php:419
14825msgid "Romania"
14826msgstr ""
14827
14828#. I18N: Name of a country or state
14829#: app/Statistics/Service/CountryService.php:421
14830msgid "Russia"
14831msgstr ""
14832
14833#. I18N: Name of a country or state
14834#: app/Statistics/Service/CountryService.php:423
14835msgid "Rwanda"
14836msgstr ""
14837
14838#. I18N: Name of a country or state
14839#: app/Statistics/Service/CountryService.php:425
14840msgid "Saudi Arabia"
14841msgstr ""
14842
14843#. I18N: Name of a country or state
14844#: app/Statistics/Service/CountryService.php:427
14845msgid "Scotland"
14846msgstr ""
14847
14848#. I18N: Name of a country or state
14849#: app/Statistics/Service/CountryService.php:429
14850msgid "Sudan"
14851msgstr ""
14852
14853#. I18N: Name of a country or state
14854#: app/Statistics/Service/CountryService.php:431
14855msgid "At sea"
14856msgstr ""
14857
14858#. I18N: Name of a country or state
14859#: app/Statistics/Service/CountryService.php:433
14860msgid "Senegal"
14861msgstr ""
14862
14863#. I18N: Name of a country or state
14864#: app/Statistics/Service/CountryService.php:435
14865msgid "Serbia"
14866msgstr ""
14867
14868#. I18N: Name of a country or state
14869#: app/Statistics/Service/CountryService.php:437
14870msgid "Singapore"
14871msgstr ""
14872
14873#. I18N: Name of a country or state
14874#: app/Statistics/Service/CountryService.php:439
14875msgid "South Georgia and the South Sandwich Islands"
14876msgstr ""
14877
14878#. I18N: Name of a country or state
14879#: app/Statistics/Service/CountryService.php:441
14880msgid "Saint Helena"
14881msgstr ""
14882
14883#. I18N: Name of a country or state
14884#: app/Statistics/Service/CountryService.php:443
14885msgid "Svalbard and Jan Mayen"
14886msgstr ""
14887
14888#. I18N: Name of a country or state
14889#: app/Statistics/Service/CountryService.php:445
14890msgid "Solomon Islands"
14891msgstr ""
14892
14893#. I18N: Name of a country or state
14894#: app/Statistics/Service/CountryService.php:447
14895msgid "Sierra Leone"
14896msgstr ""
14897
14898#. I18N: Name of a country or state
14899#: app/Statistics/Service/CountryService.php:449
14900msgid "El Salvador"
14901msgstr ""
14902
14903#. I18N: Name of a country or state
14904#: app/Statistics/Service/CountryService.php:451
14905msgid "San Marino"
14906msgstr ""
14907
14908#. I18N: Name of a country or state
14909#: app/Statistics/Service/CountryService.php:453
14910msgid "Somalia"
14911msgstr ""
14912
14913#. I18N: Name of a country or state
14914#: app/Statistics/Service/CountryService.php:455
14915msgid "Saint Pierre and Miquelon"
14916msgstr ""
14917
14918#. I18N: Name of a country or state
14919#: app/Statistics/Service/CountryService.php:457
14920msgid "South Sudan"
14921msgstr ""
14922
14923#. I18N: Name of a country or state
14924#: app/Statistics/Service/CountryService.php:459
14925msgid "Sao Tome and Principe"
14926msgstr ""
14927
14928#. I18N: Name of a country or state
14929#: app/Statistics/Service/CountryService.php:461
14930msgid "Suriname"
14931msgstr ""
14932
14933#. I18N: Name of a country or state
14934#: app/Statistics/Service/CountryService.php:463
14935msgid "Slovakia"
14936msgstr ""
14937
14938#. I18N: Name of a country or state
14939#: app/Statistics/Service/CountryService.php:465
14940msgid "Slovenia"
14941msgstr ""
14942
14943#. I18N: Name of a country or state
14944#: app/Statistics/Service/CountryService.php:467
14945msgid "Sweden"
14946msgstr ""
14947
14948#. I18N: Name of a country or state
14949#: app/Statistics/Service/CountryService.php:469
14950msgid "Swaziland"
14951msgstr ""
14952
14953#. I18N: Name of a country or state
14954#: app/Statistics/Service/CountryService.php:472
14955msgid "Seychelles"
14956msgstr ""
14957
14958#. I18N: Name of a country or state
14959#: app/Statistics/Service/CountryService.php:474
14960msgid "Syria"
14961msgstr ""
14962
14963#. I18N: Name of a country or state
14964#: app/Statistics/Service/CountryService.php:476
14965msgid "Turks and Caicos Islands"
14966msgstr ""
14967
14968#. I18N: Name of a country or state
14969#: app/Statistics/Service/CountryService.php:478
14970msgid "Chad"
14971msgstr ""
14972
14973#. I18N: Name of a country or state
14974#: app/Statistics/Service/CountryService.php:480
14975msgid "Togo"
14976msgstr ""
14977
14978#. I18N: Name of a country or state
14979#: app/Statistics/Service/CountryService.php:482
14980msgid "Thailand"
14981msgstr ""
14982
14983#. I18N: Name of a country or state
14984#: app/Statistics/Service/CountryService.php:484
14985msgid "Tajikistan"
14986msgstr ""
14987
14988#. I18N: Name of a country or state
14989#: app/Statistics/Service/CountryService.php:486
14990msgid "Tokelau"
14991msgstr ""
14992
14993#. I18N: Name of a country or state
14994#: app/Statistics/Service/CountryService.php:488
14995msgid "Turkmenistan"
14996msgstr ""
14997
14998#. I18N: Name of a country or state
14999#: app/Statistics/Service/CountryService.php:490
15000msgid "Timor-Leste"
15001msgstr ""
15002
15003#. I18N: Name of a country or state
15004#: app/Statistics/Service/CountryService.php:492
15005msgid "Tonga"
15006msgstr ""
15007
15008#. I18N: Name of a country or state
15009#: app/Statistics/Service/CountryService.php:494
15010msgid "Trinidad and Tobago"
15011msgstr ""
15012
15013#. I18N: Name of a country or state
15014#: app/Statistics/Service/CountryService.php:496
15015msgid "Tunisia"
15016msgstr ""
15017
15018#. I18N: Name of a country or state
15019#: app/Statistics/Service/CountryService.php:498
15020msgid "Turkey"
15021msgstr ""
15022
15023#. I18N: Name of a country or state
15024#: app/Statistics/Service/CountryService.php:500
15025msgid "Tuvalu"
15026msgstr ""
15027
15028#. I18N: Name of a country or state
15029#: app/Statistics/Service/CountryService.php:502
15030msgid "Taiwan"
15031msgstr ""
15032
15033#. I18N: Name of a country or state
15034#: app/Statistics/Service/CountryService.php:504
15035msgid "Tanzania"
15036msgstr ""
15037
15038#. I18N: Name of a country or state
15039#: app/Statistics/Service/CountryService.php:506
15040msgid "Uganda"
15041msgstr ""
15042
15043#. I18N: Name of a country or state
15044#: app/Statistics/Service/CountryService.php:508
15045msgid "Ukraine"
15046msgstr ""
15047
15048#. I18N: Name of a country or state
15049#: app/Statistics/Service/CountryService.php:510
15050msgid "US Minor Outlying Islands"
15051msgstr ""
15052
15053#. I18N: Name of a country or state
15054#: app/Statistics/Service/CountryService.php:512
15055msgid "Uruguay"
15056msgstr ""
15057
15058#. I18N: Name of a country or state
15059#: app/Statistics/Service/CountryService.php:514
15060msgid "United States"
15061msgstr ""
15062
15063#. I18N: Name of a country or state
15064#: app/Statistics/Service/CountryService.php:516
15065msgid "Uzbekistan"
15066msgstr ""
15067
15068#. I18N: Name of a country or state
15069#: app/Statistics/Service/CountryService.php:518
15070msgid "Vatican City"
15071msgstr ""
15072
15073#. I18N: Name of a country or state
15074#: app/Statistics/Service/CountryService.php:520
15075msgid "Saint Vincent and the Grenadines"
15076msgstr ""
15077
15078#. I18N: Name of a country or state
15079#: app/Statistics/Service/CountryService.php:522
15080msgid "Venezuela"
15081msgstr ""
15082
15083#. I18N: Name of a country or state
15084#: app/Statistics/Service/CountryService.php:524
15085msgid "British Virgin Islands"
15086msgstr ""
15087
15088#. I18N: Name of a country or state
15089#: app/Statistics/Service/CountryService.php:526
15090msgid "US Virgin Islands"
15091msgstr ""
15092
15093#. I18N: Name of a country or state
15094#: app/Statistics/Service/CountryService.php:528
15095msgid "Vietnam"
15096msgstr ""
15097
15098#. I18N: Name of a country or state
15099#: app/Statistics/Service/CountryService.php:530
15100msgid "Vanuatu"
15101msgstr ""
15102
15103#. I18N: Name of a country or state
15104#: app/Statistics/Service/CountryService.php:532
15105msgid "Wallis and Futuna"
15106msgstr ""
15107
15108#. I18N: Name of a country or state
15109#: app/Statistics/Service/CountryService.php:534
15110msgid "Wales"
15111msgstr ""
15112
15113#. I18N: Name of a country or state
15114#: app/Statistics/Service/CountryService.php:536
15115msgid "Samoa"
15116msgstr ""
15117
15118#. I18N: Name of a country or state
15119#: app/Statistics/Service/CountryService.php:538
15120msgid "Yemen"
15121msgstr ""
15122
15123#. I18N: Name of a country or state
15124#: app/Statistics/Service/CountryService.php:540
15125msgid "South Africa"
15126msgstr ""
15127
15128#. I18N: Name of a country or state
15129#: app/Statistics/Service/CountryService.php:542
15130msgid "Zambia"
15131msgstr ""
15132
15133#. I18N: Name of a country or state
15134#: app/Statistics/Service/CountryService.php:544
15135msgid "Zimbabwe"
15136msgstr ""
15137
15138#: app/SurnameTradition.php:77
15139msgctxt "Surname tradition"
15140msgid "paternal"
15141msgstr ""
15142
15143#. I18N: In the paternal surname tradition, ...
15144#. I18N: In the patrilineal surname tradition, ...
15145#. I18N: In the Polish surname tradition, ...
15146#. I18N: In the Lithuanian surname tradition, ...
15147#: app/SurnameTradition.php:79 app/SurnameTradition.php:86
15148#: app/SurnameTradition.php:102 app/SurnameTradition.php:109
15149msgid "Children take their father’s surname."
15150msgstr ""
15151
15152#. I18N: In the paternal surname tradition, ...
15153#. I18N: In the Polish surname tradition, ...
15154#. I18N: In the Lithuanian surname tradition, ...
15155#: app/SurnameTradition.php:81 app/SurnameTradition.php:104
15156#: app/SurnameTradition.php:111
15157msgid "Wives take their husband’s surname."
15158msgstr ""
15159
15160#. I18N: A system where children take their father’s surname
15161#: app/SurnameTradition.php:84
15162msgid "patrilineal"
15163msgstr ""
15164
15165#. I18N: A system where children take their mother’s surname
15166#: app/SurnameTradition.php:88
15167msgid "matrilineal"
15168msgstr ""
15169
15170#. I18N: In the matrilineal surname tradition, ...
15171#: app/SurnameTradition.php:90
15172msgid "Children take their mother’s surname."
15173msgstr ""
15174
15175#: app/SurnameTradition.php:91
15176msgctxt "Surname tradition"
15177msgid "Spanish"
15178msgstr ""
15179
15180#. I18N: In the Spanish surname tradition, ...
15181#: app/SurnameTradition.php:93
15182msgid "Children take one surname from the father and one surname from the mother."
15183msgstr ""
15184
15185#: app/SurnameTradition.php:94
15186msgctxt "Surname tradition"
15187msgid "Portuguese"
15188msgstr ""
15189
15190#. I18N: In the Portuguese surname tradition, ...
15191#: app/SurnameTradition.php:96
15192msgid "Children take one surname from the mother and one surname from the father."
15193msgstr ""
15194
15195#: app/SurnameTradition.php:97
15196msgctxt "Surname tradition"
15197msgid "Icelandic"
15198msgstr ""
15199
15200#. I18N: In the Icelandic surname tradition, ...
15201#: app/SurnameTradition.php:99
15202msgid "Children take a patronym instead of a surname."
15203msgstr ""
15204
15205#: app/SurnameTradition.php:100
15206msgctxt "Surname tradition"
15207msgid "Polish"
15208msgstr ""
15209
15210#. I18N: In the Polish surname tradition, ...
15211#: app/SurnameTradition.php:106
15212msgid "Surnames are inflected to indicate an individual’s gender."
15213msgstr ""
15214
15215#: app/SurnameTradition.php:107
15216msgctxt "Surname tradition"
15217msgid "Lithuanian"
15218msgstr ""
15219
15220#. I18N: In the Lithuanian surname tradition, ...
15221#: app/SurnameTradition.php:113
15222msgid "Surnames are inflected to indicate an individual’s gender and marital status."
15223msgstr ""
15224
15225#: app/SurnameTradition.php:114
15226msgctxt "Surname tradition"
15227msgid "none"
15228msgstr ""
15229
15230#: resources/views/admin/analytics-edit.phtml:8
15231#: resources/views/admin/control-panel.phtml:422
15232#: resources/views/modules/faq/config.phtml:8
15233#: resources/views/modules/faq/edit.phtml:9
15234#: resources/views/modules/relationships-chart/config.phtml:8
15235#: resources/views/modules/sitemap/config.phtml:8
15236#: resources/views/modules/stories/config.phtml:8
15237#: resources/views/modules/stories/edit.phtml:13
15238msgid "Modules"
15239msgstr ""
15240
15241#. I18N: A button label.
15242#: resources/views/admin/analytics-edit.phtml:31
15243#: resources/views/admin/components.phtml:139
15244#: resources/views/admin/location-edit.phtml:75
15245#: resources/views/admin/map-provider.phtml:55
15246#: resources/views/admin/merge-records-step-2.phtml:165
15247#: resources/views/admin/modules.phtml:267
15248#: resources/views/admin/site-mail.phtml:227
15249#: resources/views/admin/site-preferences.phtml:115
15250#: resources/views/admin/site-registration.phtml:83
15251#: resources/views/admin/trees-preferences.phtml:928
15252#: resources/views/admin/trees-privacy.phtml:284
15253#: resources/views/admin/users-create.phtml:71
15254#: resources/views/admin/users-edit.phtml:329
15255#: resources/views/edit-account-page.phtml:152
15256#: resources/views/edit-blocks-page.phtml:48
15257#: resources/views/edit/add-fact.phtml:87
15258#: resources/views/edit/change-family-members.phtml:78
15259#: resources/views/edit/edit-fact.phtml:116
15260#: resources/views/edit/link-child-to-family.phtml:39
15261#: resources/views/edit/link-spouse-to-individual.phtml:31
15262#: resources/views/edit/new-individual.phtml:315
15263#: resources/views/edit/raw-gedcom-fact.phtml:32
15264#: resources/views/edit/raw-gedcom-record.phtml:58
15265#: resources/views/edit/reorder-children.phtml:36
15266#: resources/views/edit/reorder-families.phtml:95
15267#: resources/views/edit/reorder-media.phtml:34
15268#: resources/views/edit/reorder-names.phtml:36
15269#: resources/views/edit/shared-note.phtml:32
15270#: resources/views/modals/create-media-from-file.phtml:58
15271#: resources/views/modals/footer-save-cancel.phtml:10
15272#: resources/views/modules/custom-css-js/edit.phtml:40
15273#: resources/views/modules/edit-block-config.phtml:25
15274#: resources/views/modules/faq/edit.phtml:77
15275#: resources/views/modules/favorites/favorites.phtml:175
15276#: resources/views/modules/gedcom_news/edit.phtml:42
15277#: resources/views/modules/relationships-chart/config.phtml:46
15278#: resources/views/modules/sitemap/config.phtml:28
15279#: resources/views/modules/stories/edit.phtml:60
15280#: resources/views/modules/user_blog/edit.phtml:42
15281msgid "save"
15282msgstr ""
15283
15284#. I18N: A button label.
15285#: resources/views/admin/analytics-edit.phtml:36
15286#: resources/views/admin/broadcast.phtml:61
15287#: resources/views/admin/components.phtml:144
15288#: resources/views/admin/email-page.phtml:59
15289#: resources/views/admin/location-edit.phtml:79
15290#: resources/views/admin/site-mail.phtml:232
15291#: resources/views/admin/site-preferences.phtml:120
15292#: resources/views/admin/site-registration.phtml:88
15293#: resources/views/admin/trees-preferences.phtml:932
15294#: resources/views/admin/trees-privacy.phtml:289
15295#: resources/views/contact-page.phtml:68
15296#: resources/views/edit-blocks-page.phtml:53
15297#: resources/views/edit/add-fact.phtml:92
15298#: resources/views/edit/change-family-members.phtml:83
15299#: resources/views/edit/edit-fact.phtml:121
15300#: resources/views/edit/link-child-to-family.phtml:44
15301#: resources/views/edit/link-spouse-to-individual.phtml:36
15302#: resources/views/edit/new-individual.phtml:327
15303#: resources/views/edit/raw-gedcom-fact.phtml:36
15304#: resources/views/edit/raw-gedcom-record.phtml:62
15305#: resources/views/edit/reorder-children.phtml:46
15306#: resources/views/edit/reorder-families.phtml:100
15307#: resources/views/edit/reorder-media.phtml:39
15308#: resources/views/edit/reorder-names.phtml:41
15309#: resources/views/edit/shared-note.phtml:37
15310#: resources/views/message-page.phtml:59
15311#: resources/views/modals/create-media-from-file.phtml:62
15312#: resources/views/modals/footer-save-cancel.phtml:14
15313#: resources/views/modules/clippings/add-options.phtml:32
15314#: resources/views/modules/clippings/download.phtml:87
15315#: resources/views/modules/custom-css-js/edit.phtml:45
15316#: resources/views/modules/edit-block-config.phtml:29
15317#: resources/views/modules/favorites/favorites.phtml:171
15318#: resources/views/modules/gedcom_news/edit.phtml:46
15319#: resources/views/modules/stories/edit.phtml:65
15320#: resources/views/modules/user_blog/edit.phtml:46
15321msgid "cancel"
15322msgstr ""
15323
15324#: resources/views/admin/broadcast.phtml:19
15325#: resources/views/admin/email-page.phtml:18
15326#: resources/views/message-page.phtml:17
15327msgctxt "Email sender"
15328msgid "From"
15329msgstr ""
15330
15331#: resources/views/admin/broadcast.phtml:28
15332#: resources/views/admin/email-page.phtml:27
15333#: resources/views/contact-page.phtml:18 resources/views/message-page.phtml:26
15334msgctxt "Email recipient"
15335msgid "To"
15336msgstr ""
15337
15338#: resources/views/admin/broadcast.phtml:47
15339#: resources/views/admin/email-page.phtml:45
15340#: resources/views/admin/site-logs.phtml:53
15341#: resources/views/admin/site-logs.phtml:108
15342#: resources/views/contact-page.phtml:54 resources/views/message-page.phtml:45
15343msgid "Message"
15344msgstr ""
15345
15346#: resources/views/admin/changes-log.phtml:22
15347#: resources/views/admin/site-logs.phtml:23
15348msgctxt "Start of date range"
15349msgid "From"
15350msgstr ""
15351
15352#: resources/views/admin/changes-log.phtml:29
15353#: resources/views/admin/site-logs.phtml:30
15354msgctxt "End of date range"
15355msgid "To"
15356msgstr ""
15357
15358#: resources/views/admin/changes-log.phtml:43
15359#: resources/views/admin/changes-log.phtml:117
15360#: resources/views/admin/data-fix-page.phtml:64
15361#: resources/views/admin/trees-privacy.phtml:225
15362#: resources/views/lists/anniversaries-table.phtml:34
15363#: resources/views/modules/clippings/show.phtml:21
15364#: resources/views/modules/recent_changes/changes-table.phtml:44
15365#: resources/views/modules/todo/research-tasks.phtml:32
15366msgid "Record"
15367msgstr ""
15368
15369#: resources/views/admin/changes-log.phtml:52
15370msgid "Old data"
15371msgstr ""
15372
15373#: resources/views/admin/changes-log.phtml:59
15374msgid "New data"
15375msgstr ""
15376
15377#: resources/views/admin/changes-log.phtml:66
15378#: resources/views/admin/changes-log.phtml:119
15379#: resources/views/admin/site-logs.phtml:60
15380#: resources/views/admin/site-logs.phtml:110
15381#: resources/views/modules/recent_changes/changes-table.phtml:51
15382#: resources/views/pending-changes-page.phtml:53
15383msgid "User"
15384msgstr ""
15385
15386#. I18N: A button label.
15387#: resources/views/admin/changes-log.phtml:82
15388#: resources/views/admin/site-logs.phtml:76
15389#: resources/views/modules/media-list/page.phtml:62
15390#: resources/views/search-advanced-page.phtml:72
15391#: resources/views/search-general-page.phtml:105
15392#: resources/views/search-phonetic-page.phtml:106
15393msgid "search"
15394msgstr ""
15395
15396#. I18N: A button label.
15397#: resources/views/admin/changes-log.phtml:87
15398#: resources/views/admin/site-logs.phtml:81
15399#: resources/views/modules/lifespans-chart/page.phtml:70
15400#: resources/views/modules/media-list/page.phtml:65
15401#: resources/views/modules/timeline-chart/page.phtml:30
15402msgid "reset"
15403msgstr ""
15404
15405#. I18N: A button label.
15406#: resources/views/admin/changes-log.phtml:91
15407#: resources/views/admin/site-logs.phtml:86
15408#: resources/views/modules/clippings/download.phtml:83
15409#: resources/views/report-setup-page.phtml:76
15410#: resources/views/report-setup-page.phtml:89
15411msgid "download"
15412msgstr ""
15413
15414#: resources/views/admin/changes-log.phtml:94
15415#: resources/views/admin/site-logs.phtml:89
15416msgid "Permanently delete these records?"
15417msgstr ""
15418
15419#. I18N: A button label.
15420#: resources/views/admin/changes-log.phtml:96
15421#: resources/views/admin/locations.phtml:82
15422#: resources/views/admin/site-logs.phtml:91
15423#: resources/views/admin/users-cleanup.phtml:65
15424#: resources/views/admin/webtrees1-thumbnails-form.phtml:27
15425msgid "delete"
15426msgstr ""
15427
15428#: resources/views/admin/changes-log.phtml:115
15429#: resources/views/admin/site-logs.phtml:106
15430msgid "Timestamp"
15431msgstr ""
15432
15433#: resources/views/admin/clean-data.phtml:14
15434#, php-format
15435msgid "Files marked with %s are required for proper operation and cannot be removed."
15436msgstr ""
15437
15438#: resources/views/admin/components.phtml:24
15439#: resources/views/admin/modules.phtml:55
15440msgid "Module"
15441msgstr ""
15442
15443#: resources/views/admin/components.phtml:25
15444#: resources/views/admin/components.phtml:64
15445#: resources/views/admin/modules.phtml:58
15446msgid "Enabled"
15447msgstr ""
15448
15449#: resources/views/admin/components.phtml:27
15450#: resources/views/admin/components.phtml:82
15451#: resources/views/admin/trees-privacy.phtml:231
15452msgid "Access level"
15453msgstr ""
15454
15455#: resources/views/admin/components.phtml:30
15456#: resources/views/admin/components.phtml:121
15457#: resources/views/modules/faq/config.phtml:44
15458msgid "Move up"
15459msgstr ""
15460
15461#: resources/views/admin/components.phtml:31
15462#: resources/views/admin/components.phtml:127
15463#: resources/views/modules/faq/config.phtml:45
15464msgid "Move down"
15465msgstr ""
15466
15467#: resources/views/admin/components.phtml:114
15468#: resources/views/family-page-menu.phtml:14
15469#: resources/views/gedcom-record-page-menu.phtml:13
15470#: resources/views/individual-page-menu.phtml:18
15471#: resources/views/media-page-menu.phtml:13
15472#: resources/views/note-page-menu.phtml:13
15473#: resources/views/repository-page-menu.phtml:13
15474#: resources/views/source-page-menu.phtml:13
15475#: resources/views/submitter-page-menu.phtml:13
15476msgid "edit"
15477msgstr ""
15478
15479#: resources/views/admin/control-panel.phtml:45
15480#: resources/views/admin/control-panel.phtml:483
15481#: resources/views/admin/trees-preferences.phtml:166
15482msgid "Website"
15483msgstr ""
15484
15485#. I18N: %s is a URL/link to the project website
15486#: resources/views/admin/control-panel.phtml:62
15487#, php-format
15488msgid "Support and documentation can be found at %s."
15489msgstr ""
15490
15491#: resources/views/admin/control-panel.phtml:83
15492msgid "An upgrade is available."
15493msgstr ""
15494
15495#: resources/views/admin/control-panel.phtml:151
15496#: resources/views/admin/trees.phtml:33
15497msgid "You need to create a family tree."
15498msgstr ""
15499
15500#: resources/views/admin/control-panel.phtml:335
15501#: resources/views/modules/gedcom_stats/statistics.phtml:123
15502#: resources/views/modules/html/template-statistics.phtml:55
15503msgid "Users"
15504msgstr ""
15505
15506#: resources/views/admin/control-panel.phtml:343
15507msgid "Administrators"
15508msgstr ""
15509
15510#: resources/views/admin/control-panel.phtml:343
15511msgid "Managers"
15512msgstr ""
15513
15514#: resources/views/admin/control-panel.phtml:343
15515msgid "Moderators"
15516msgstr ""
15517
15518#: resources/views/admin/control-panel.phtml:343
15519msgid "Not verified by the user"
15520msgstr ""
15521
15522#: resources/views/admin/control-panel.phtml:343
15523msgid "Not approved by an administrator"
15524msgstr ""
15525
15526#: resources/views/admin/control-panel.phtml:441
15527msgid "Genealogy"
15528msgstr ""
15529
15530#: resources/views/admin/control-panel.phtml:536
15531msgid "Individual page"
15532msgstr ""
15533
15534#: resources/views/admin/control-panel.phtml:682
15535msgid "Old files found"
15536msgstr ""
15537
15538#: resources/views/admin/control-panel.phtml:687
15539msgid "Files have been found from a previous version of webtrees. Old files can sometimes be a security risk. You should delete them."
15540msgstr ""
15541
15542#: resources/views/admin/custom-module-info.phtml:12
15543msgid "Custom module"
15544msgstr ""
15545
15546#: resources/views/admin/data-fix-page.phtml:46
15547#: resources/views/modules/batch_update/admin.phtml:82
15548#: resources/views/modules/batch_update/admin.phtml:86
15549msgid "Update all"
15550msgstr ""
15551
15552#: resources/views/admin/data-fix-page.phtml:68
15553#: resources/views/admin/data-fix-select.phtml:28
15554msgid "Data fix"
15555msgstr ""
15556
15557#: resources/views/admin/data-fix-page.phtml:80
15558msgid "Why does this list include records that do not need to be updated?"
15559msgstr ""
15560
15561#. I18N: A button label, next page
15562#: resources/views/admin/data-fix-select.phtml:49
15563#: resources/views/individual-page.phtml:82
15564#: resources/views/layouts/default.phtml:157
15565#: resources/views/lists/datatables-attributes.phtml:18
15566#: resources/views/modules/batch_update/admin.phtml:66
15567#: resources/views/modules/batch_update/admin.phtml:70
15568#: resources/views/modules/media-list/page.phtml:96
15569#: resources/views/modules/media-list/page.phtml:195
15570#: resources/views/setup/step-1-language.phtml:39
15571#: resources/views/setup/step-2-server-checks.phtml:67
15572#: resources/views/setup/step-3-database-type.phtml:75
15573#: resources/views/setup/step-4-database-mysql.phtml:116
15574#: resources/views/setup/step-4-database-pgsql.phtml:101
15575#: resources/views/setup/step-4-database-sqlite.phtml:75
15576#: resources/views/setup/step-4-database-sqlsvr.phtml:101
15577#: resources/views/setup/step-5-administrator.phtml:86
15578msgid "next"
15579msgstr ""
15580
15581#: resources/views/admin/fix-level-0-media-action.phtml:17
15582msgid "Move the media object?"
15583msgstr ""
15584
15585#: resources/views/admin/fix-level-0-media.phtml:14
15586msgid "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."
15587msgstr ""
15588
15589#: resources/views/admin/location-edit.phtml:31
15590#: resources/views/admin/locations.phtml:19
15591msgid "Flag"
15592msgstr ""
15593
15594#: resources/views/admin/location-edit.phtml:47
15595#: resources/views/admin/location-edit.phtml:58
15596msgid "degrees"
15597msgstr ""
15598
15599#: resources/views/admin/location-edit.phtml:63
15600#: resources/views/modules/fanchart/page.phtml:44
15601msgid "Zoom"
15602msgstr ""
15603
15604#: resources/views/admin/location-edit.phtml:138
15605msgid "Reset to initial map state"
15606msgstr ""
15607
15608#: resources/views/admin/location-edit.phtml:153
15609#: resources/views/modules/pedigree-map/chart.phtml:82
15610#: resources/views/modules/place-hierarchy/map.phtml:85
15611#: resources/views/modules/places/tab.phtml:73
15612#: resources/views/modules/timeline-chart/page.phtml:38
15613msgid "Zoom in"
15614msgstr ""
15615
15616#: resources/views/admin/location-edit.phtml:154
15617#: resources/views/modules/pedigree-map/chart.phtml:83
15618#: resources/views/modules/place-hierarchy/map.phtml:86
15619#: resources/views/modules/places/tab.phtml:74
15620#: resources/views/modules/timeline-chart/page.phtml:41
15621msgid "Zoom out"
15622msgstr ""
15623
15624#: resources/views/admin/location-edit.phtml:164
15625#: resources/views/modules/batch_update/admin.phtml:100
15626msgid "Nothing found."
15627msgstr ""
15628
15629#: resources/views/admin/locations.phtml:18
15630msgid "Zoom level"
15631msgstr ""
15632
15633#: resources/views/admin/locations.phtml:63
15634#, php-format
15635msgid "Flag of %s"
15636msgstr ""
15637
15638#: resources/views/admin/locations.phtml:79
15639msgid "Remove this location?"
15640msgstr ""
15641
15642#. I18N: A button label.
15643#: resources/views/admin/locations.phtml:102
15644msgid "add place"
15645msgstr ""
15646
15647#. I18N: A button label.
15648#: resources/views/admin/locations.phtml:108
15649msgid "export file"
15650msgstr ""
15651
15652#. I18N: A button label.
15653#: resources/views/admin/locations.phtml:121
15654msgid "import file"
15655msgstr ""
15656
15657#: resources/views/admin/locations.phtml:133
15658msgid "Import all places from a family tree"
15659msgstr ""
15660
15661#. I18N: A button label.
15662#: resources/views/admin/locations.phtml:142
15663msgid "import"
15664msgstr ""
15665
15666#: resources/views/admin/map-import-form.phtml:19
15667#: resources/views/admin/trees-export.phtml:18
15668#: resources/views/admin/trees-import.phtml:41
15669#: resources/views/modals/media-file-fields.phtml:19
15670#: resources/views/modals/media-file-fields.phtml:79
15671msgid "A file on the server"
15672msgstr ""
15673
15674#: resources/views/admin/map-import-form.phtml:43
15675#: resources/views/admin/trees-export.phtml:37
15676#: resources/views/admin/trees-import.phtml:30
15677#: resources/views/modals/media-file-fields.phtml:15
15678#: resources/views/modals/media-file-fields.phtml:31
15679msgid "A file on your computer"
15680msgstr ""
15681
15682#: resources/views/admin/map-import-form.phtml:54
15683msgid "Delete all existing geographic data before importing the file."
15684msgstr ""
15685
15686#: resources/views/admin/map-import-form.phtml:66
15687#: resources/views/admin/trees.phtml:270
15688msgid "Import"
15689msgstr ""
15690
15691#: resources/views/admin/map-import-form.phtml:69
15692msgid "Add new, and update existing records"
15693msgstr ""
15694
15695#: resources/views/admin/map-import-form.phtml:69
15696msgid "Only add new records"
15697msgstr ""
15698
15699#: resources/views/admin/map-import-form.phtml:69
15700msgid "Only update existing records"
15701msgstr ""
15702
15703#: resources/views/admin/map-import-form.phtml:91
15704msgid "Really delete all geographic data?"
15705msgstr ""
15706
15707#: resources/views/admin/map-provider.phtml:20
15708msgid "Do not use maps"
15709msgstr ""
15710
15711#: resources/views/admin/map-provider.phtml:31
15712msgid "Use the GeoNames database for autocomplete on places"
15713msgstr ""
15714
15715#. I18N: Help text for the “Use GeoNames database for autocomplete on places” configuration setting
15716#: resources/views/admin/map-provider.phtml:44
15717msgid "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."
15718msgstr ""
15719
15720#: resources/views/admin/media-upload.phtml:13
15721msgid "Upload one or more media files from your local computer. Media files can be pictures, video, audio, or other formats."
15722msgstr ""
15723
15724#: resources/views/admin/media-upload.phtml:14
15725#: resources/views/modals/media-file-fields.phtml:36
15726msgid "Maximum upload size: "
15727msgstr ""
15728
15729#: resources/views/admin/media-upload.phtml:21
15730#: resources/views/admin/media.phtml:95
15731#: resources/views/admin/webtrees1-thumbnails.phtml:35
15732#: resources/views/media-page.phtml:92 resources/views/media-page.phtml:187
15733#: resources/views/modals/create-media-from-file.phtml:24
15734#: resources/views/modals/media-file-fields.phtml:10
15735msgid "Media file"
15736msgstr ""
15737
15738#: resources/views/admin/media-upload.phtml:25
15739msgid "Media file to upload"
15740msgstr ""
15741
15742#: resources/views/admin/media-upload.phtml:35
15743#: resources/views/modals/media-file-fields.phtml:44
15744msgid "Filename on server"
15745msgstr ""
15746
15747#: resources/views/admin/media-upload.phtml:41
15748msgid "Leave this entry blank to keep the original filename"
15749msgstr ""
15750
15751#: resources/views/admin/media-upload.phtml:48
15752msgid "Folder name on server"
15753msgstr ""
15754
15755#. I18N: A button label.
15756#: resources/views/admin/media-upload.phtml:64
15757msgid "upload"
15758msgstr ""
15759
15760#: resources/views/admin/media.phtml:26
15761#: resources/views/admin/trees-preferences.phtml:232
15762msgid "Media files"
15763msgstr ""
15764
15765#: resources/views/admin/media.phtml:27
15766#: resources/views/admin/trees-preferences.phtml:208
15767msgid "Media folders"
15768msgstr ""
15769
15770#. I18N: “Local files” are stored on this computer
15771#: resources/views/admin/media.phtml:35
15772msgid "Local files"
15773msgstr ""
15774
15775#. I18N: “External files” are stored on other computers
15776#: resources/views/admin/media.phtml:40
15777msgid "External files"
15778msgstr ""
15779
15780#: resources/views/admin/media.phtml:45
15781msgid "Unused files"
15782msgstr ""
15783
15784#. I18N: A configuration setting
15785#: resources/views/admin/media.phtml:58
15786#: resources/views/admin/trees-preferences.phtml:213
15787msgid "Media folder"
15788msgstr ""
15789
15790#. I18N: Label for check-box
15791#: resources/views/admin/media.phtml:65
15792#: resources/views/modules/media-list/page.phtml:25
15793msgid "Include subfolders"
15794msgstr ""
15795
15796#: resources/views/admin/media.phtml:70
15797msgid "Exclude subfolders"
15798msgstr ""
15799
15800#: resources/views/admin/media.phtml:74
15801msgid "External media files have a URL instead of a filename."
15802msgstr ""
15803
15804#: resources/views/admin/merge-records-step-1.phtml:19
15805msgid "Select two records to merge."
15806msgstr ""
15807
15808#: resources/views/admin/merge-records-step-1.phtml:36
15809msgid "First record"
15810msgstr ""
15811
15812#: resources/views/admin/merge-records-step-1.phtml:70
15813msgid "Second record"
15814msgstr ""
15815
15816#: resources/views/admin/merge-records-step-2.phtml:21
15817msgid "Select the facts and events to keep from both records."
15818msgstr ""
15819
15820#: resources/views/admin/merge-records-step-2.phtml:26
15821msgid "The following facts and events were found in both records."
15822msgstr ""
15823
15824#: resources/views/admin/merge-records-step-2.phtml:35
15825#: resources/views/admin/merge-records-step-2.phtml:82
15826#: resources/views/admin/merge-records-step-2.phtml:128
15827msgid "Select"
15828msgstr ""
15829
15830#: resources/views/admin/merge-records-step-2.phtml:38
15831#: resources/views/admin/merge-records-step-2.phtml:85
15832#: resources/views/admin/merge-records-step-2.phtml:131
15833#: resources/views/gedcom-record-page.phtml:59
15834#: resources/views/media-page.phtml:53
15835#: resources/views/modules/statistics-chart/custom.phtml:66
15836#: resources/views/note-page.phtml:39 resources/views/repository-page.phtml:39
15837#: resources/views/source-page.phtml:40 resources/views/submitter-page.phtml:39
15838msgid "Details"
15839msgstr ""
15840
15841#: resources/views/admin/merge-records-step-2.phtml:62
15842#: resources/views/admin/merge-records-step-2.phtml:109
15843#: resources/views/admin/merge-records-step-2.phtml:155
15844msgid "No matching facts found"
15845msgstr ""
15846
15847#. I18N: the name of an individual, source, etc.
15848#: resources/views/admin/merge-records-step-2.phtml:73
15849#: resources/views/admin/merge-records-step-2.phtml:119
15850#, php-format
15851msgid "The following facts and events were only found in the record of %s."
15852msgstr ""
15853
15854#: resources/views/admin/modules.phtml:33
15855#, php-format
15856msgid "Preferences exist for the module “%s”, but this module no longer exists."
15857msgstr ""
15858
15859#: resources/views/admin/modules.phtml:35
15860msgid "Delete the preferences for this module."
15861msgstr ""
15862
15863#: resources/views/admin/modules.phtml:50
15864#: resources/views/modules/batch_update/admin.phtml:9
15865msgid "Module administration"
15866msgstr ""
15867
15868#: resources/views/admin/modules.phtml:150
15869#: resources/views/admin/modules.phtml:153
15870msgid "Menu"
15871msgstr ""
15872
15873#: resources/views/admin/modules.phtml:158
15874#: resources/views/admin/modules.phtml:161
15875msgid "Tab"
15876msgstr ""
15877
15878#: resources/views/admin/modules.phtml:166
15879#: resources/views/admin/modules.phtml:169
15880msgid "Sidebar"
15881msgstr ""
15882
15883#: resources/views/admin/modules.phtml:197
15884#: resources/views/admin/modules.phtml:200
15885msgid "Chart"
15886msgstr ""
15887
15888#: resources/views/admin/modules.phtml:205
15889#: resources/views/admin/modules.phtml:208
15890msgid "List"
15891msgstr ""
15892
15893#: resources/views/admin/modules.phtml:221
15894#: resources/views/admin/modules.phtml:224
15895msgid "Footer"
15896msgstr ""
15897
15898#: resources/views/admin/server-information.phtml:13
15899msgid "PHP information"
15900msgstr ""
15901
15902#: resources/views/admin/site-logs.phtml:44
15903#: resources/views/admin/site-logs.phtml:109
15904msgid "IP address"
15905msgstr ""
15906
15907#: resources/views/admin/site-mail.phtml:34
15908#: resources/views/modules/fix-search-and-replace/options.phtml:45
15909#, php-format
15910msgid "See %s for more information."
15911msgstr ""
15912
15913#. I18N: Help text for the “Messages” site configuration setting
15914#: resources/views/admin/site-mail.phtml:49
15915msgid "webtrees needs to send emails, such as password reminders and website notifications."
15916msgstr ""
15917
15918#. I18N: A configuration setting
15919#: resources/views/admin/site-mail.phtml:57
15920msgid "Sender name"
15921msgstr ""
15922
15923#. I18N: Help text for the “Sender name” site configuration setting
15924#: resources/views/admin/site-mail.phtml:63
15925msgid "This name is used in the “From” field, when sending automatic emails from this server."
15926msgstr ""
15927
15928#: resources/views/admin/site-mail.phtml:68
15929msgid "Most mail servers require a valid email address."
15930msgstr ""
15931
15932#: resources/views/admin/site-mail.phtml:74
15933msgid "SMTP mail server"
15934msgstr ""
15935
15936#. I18N: A configuration setting
15937#: resources/views/admin/site-mail.phtml:79
15938#: resources/views/setup/step-4-database-mysql.phtml:29
15939#: resources/views/setup/step-4-database-pgsql.phtml:29
15940#: resources/views/setup/step-4-database-sqlsvr.phtml:29
15941msgid "Server name"
15942msgstr ""
15943
15944#. I18N: Help text for the “Server name” site configuration setting
15945#: resources/views/admin/site-mail.phtml:85
15946msgid "This is the name of the SMTP server. “localhost” means that the mail service is running on the same computer as your web server."
15947msgstr ""
15948
15949#. I18N: A configuration setting
15950#: resources/views/admin/site-mail.phtml:93
15951#: resources/views/setup/step-4-database-mysql.phtml:49
15952#: resources/views/setup/step-4-database-pgsql.phtml:41
15953#: resources/views/setup/step-4-database-sqlsvr.phtml:41
15954msgid "Port number"
15955msgstr ""
15956
15957#. I18N: Help text for the "Port number" site configuration setting
15958#: resources/views/admin/site-mail.phtml:99
15959msgid "By default, SMTP works on port 25."
15960msgstr ""
15961
15962#. I18N: A configuration setting
15963#: resources/views/admin/site-mail.phtml:108
15964msgid "Use password"
15965msgstr ""
15966
15967#. I18N: Help text for the “Use password” site configuration setting
15968#: resources/views/admin/site-mail.phtml:114
15969msgid "Most SMTP servers require a password."
15970msgstr ""
15971
15972#. I18N: A configuration setting
15973#: resources/views/admin/site-mail.phtml:123
15974#: resources/views/admin/users-create.phtml:32
15975#: resources/views/admin/users-edit.phtml:36
15976#: resources/views/admin/users.phtml:20
15977#: resources/views/edit-account-page.phtml:20
15978#: resources/views/emails/register-notify-html.phtml:17
15979#: resources/views/emails/register-notify-text.phtml:11
15980#: resources/views/login-page.phtml:34
15981#: resources/views/modules/login_block/sign-in.phtml:19
15982#: resources/views/modules/todo/research-tasks.phtml:35
15983#: resources/views/password-reset-page.phtml:25
15984#: resources/views/register-page.phtml:58
15985#: resources/views/setup/step-5-administrator.phtml:48
15986msgid "Username"
15987msgstr ""
15988
15989#. I18N: Help text for the "Username" site configuration setting
15990#: resources/views/admin/site-mail.phtml:129
15991msgid "The username required for authentication with the SMTP server."
15992msgstr ""
15993
15994#. I18N: A configuration setting
15995#: resources/views/admin/site-mail.phtml:137
15996#: resources/views/admin/users-create.phtml:45
15997#: resources/views/admin/users-edit.phtml:49
15998#: resources/views/edit-account-page.phtml:76
15999#: resources/views/login-page.phtml:43
16000#: resources/views/modules/login_block/sign-in.phtml:26
16001#: resources/views/password-reset-page.phtml:34
16002#: resources/views/register-page.phtml:70
16003#: resources/views/setup/step-5-administrator.phtml:60
16004msgid "Password"
16005msgstr ""
16006
16007#. I18N: Help text for the "Password" site configuration setting
16008#: resources/views/admin/site-mail.phtml:143
16009msgid "The password required for authentication with the SMTP server."
16010msgstr ""
16011
16012#. I18N: A configuration setting
16013#: resources/views/admin/site-mail.phtml:151
16014msgid "Secure connection"
16015msgstr ""
16016
16017#. I18N: Help text for the “Secure connection” site configuration setting
16018#: resources/views/admin/site-mail.phtml:157
16019msgid "Most servers do not use secure connections."
16020msgstr ""
16021
16022#. I18N: A configuration setting
16023#: resources/views/admin/site-mail.phtml:165
16024msgid "Sending server name"
16025msgstr ""
16026
16027#. I18N: Help text for the "Sending server name" site configuration setting
16028#: resources/views/admin/site-mail.phtml:171
16029msgid "Most mail servers require that the sending server identifies itself correctly, using a valid domain name."
16030msgstr ""
16031
16032#: resources/views/admin/site-mail.phtml:176
16033msgid "Most mail servers require a valid domain name."
16034msgstr ""
16035
16036#. I18N: https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail
16037#: resources/views/admin/site-mail.phtml:184
16038msgid "DKIM digital signature"
16039msgstr ""
16040
16041#: resources/views/admin/site-mail.phtml:189
16042msgid "Domain name"
16043msgstr ""
16044
16045#: resources/views/admin/site-mail.phtml:198
16046msgid "Selector"
16047msgstr ""
16048
16049#: resources/views/admin/site-mail.phtml:207
16050msgid "Private key"
16051msgstr ""
16052
16053#: resources/views/admin/site-mail.phtml:221
16054msgid "Send a test email using these settings"
16055msgstr ""
16056
16057#. I18N: A configuration setting
16058#: resources/views/admin/site-preferences.phtml:26
16059msgid "Data folder"
16060msgstr ""
16061
16062#. I18N: Help text for the "Data folder" site configuration setting
16063#: resources/views/admin/site-preferences.phtml:32
16064msgid "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."
16065msgstr ""
16066
16067#. I18N: “Apache” is a software program.
16068#: resources/views/admin/site-preferences.phtml:36
16069msgid "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."
16070msgstr ""
16071
16072#: resources/views/admin/site-preferences.phtml:39
16073msgid "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."
16074msgstr ""
16075
16076#: resources/views/admin/site-preferences.phtml:42
16077msgid "The folder can be specified in full (e.g. /home/user_name/webtrees_data/) or relative to the installation folder (e.g. ../../webtrees_data/)."
16078msgstr ""
16079
16080#. I18N: A configuration setting
16081#: resources/views/admin/site-preferences.phtml:50
16082#: resources/views/admin/users-edit.phtml:117
16083#: resources/views/edit-account-page.phtml:99
16084msgid "Time zone"
16085msgstr ""
16086
16087#: resources/views/admin/site-preferences.phtml:55
16088#: resources/views/admin/users-edit.phtml:122
16089#: resources/views/edit-account-page.phtml:104
16090msgid "The time zone is required for date calculations, such as knowing today’s date."
16091msgstr ""
16092
16093#. I18N: A configuration setting
16094#: resources/views/admin/site-preferences.phtml:64
16095msgid "Default theme"
16096msgstr ""
16097
16098#. I18N: Help text for the "Default theme" site configuration setting
16099#: resources/views/admin/site-preferences.phtml:70
16100msgid "You can change the appearance of webtrees using “themes”. Each theme has a different style, layout, color scheme, etc."
16101msgstr ""
16102
16103#. I18N: Help text for the “Language” configuration setting
16104#: resources/views/admin/site-preferences.phtml:89
16105msgid "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."
16106msgstr ""
16107
16108#. I18N: A configuration setting
16109#: resources/views/admin/site-preferences.phtml:99
16110msgid "Show list of family trees"
16111msgstr ""
16112
16113#. I18N: Help text for the “Show list of family trees” site configuration setting
16114#: resources/views/admin/site-preferences.phtml:105
16115msgid "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."
16116msgstr ""
16117
16118#. I18N: A configuration setting
16119#: resources/views/admin/site-registration.phtml:26
16120msgid "Welcome text on sign-in page"
16121msgstr ""
16122
16123#. I18N: A configuration setting
16124#: resources/views/admin/site-registration.phtml:38
16125msgid "Custom welcome text"
16126msgstr ""
16127
16128#. I18N: Help text for the "Custom welcome text" site configuration setting
16129#: resources/views/admin/site-registration.phtml:43
16130msgid "To set this text for other languages, you must switch to that language, and visit this page again."
16131msgstr ""
16132
16133#. I18N: A configuration setting
16134#: resources/views/admin/site-registration.phtml:52
16135msgid "Allow visitors to request a new user account"
16136msgstr ""
16137
16138#: resources/views/admin/site-registration.phtml:57
16139msgid "The new user will be asked to confirm their email address before the account is created."
16140msgstr ""
16141
16142#: resources/views/admin/site-registration.phtml:58
16143msgid "Details of the new user will be sent to the genealogy contact for the corresponding family tree."
16144msgstr ""
16145
16146#: resources/views/admin/site-registration.phtml:59
16147msgid "An administrator must approve the new user account and select an access level before the user can sign in."
16148msgstr ""
16149
16150#. I18N: A configuration setting
16151#: resources/views/admin/site-registration.phtml:69
16152msgid "Show acceptable use agreement on “Request a new user account” page"
16153msgstr ""
16154
16155#. I18N: A configuration setting
16156#: resources/views/admin/trees-check.phtml:14
16157#: resources/views/admin/trees-preferences.phtml:616
16158msgid "GEDCOM errors"
16159msgstr ""
16160
16161#: resources/views/admin/trees-check.phtml:26
16162msgid "No errors have been found."
16163msgstr ""
16164
16165#: resources/views/admin/trees-create.phtml:18
16166#: resources/views/admin/trees-preferences.phtml:21
16167msgid "Family tree title"
16168msgstr ""
16169
16170#. I18N: help text for family tree / GEDCOM file names
16171#: resources/views/admin/trees-create.phtml:43
16172#: resources/views/admin/trees-preferences.phtml:57
16173msgid "Avoid spaces and punctuation. A family name might be a good choice."
16174msgstr ""
16175
16176#. I18N: A button label.
16177#: resources/views/admin/trees-create.phtml:52
16178msgid "create"
16179msgstr ""
16180
16181#: resources/views/admin/trees-create.phtml:55
16182msgid "After creating the family tree, you will be able to import data from a GEDCOM file."
16183msgstr ""
16184
16185#: resources/views/admin/trees-duplicates.phtml:30
16186msgid "Merge"
16187msgstr ""
16188
16189#: resources/views/admin/trees-duplicates.phtml:37
16190msgid "No duplicates have been found."
16191msgstr ""
16192
16193#: resources/views/admin/trees-export.phtml:44
16194msgid "Export preferences"
16195msgstr ""
16196
16197#: resources/views/admin/trees-export.phtml:58
16198msgid "Include media (automatically zips files)"
16199msgstr ""
16200
16201#. I18N: A media path (e.g. C:\aaa\bbb\ccc\) in a GEDCOM file
16202#: resources/views/admin/trees-export.phtml:76
16203msgid "Add the GEDCOM media path to filenames"
16204msgstr ""
16205
16206#. I18N: %s is the name of a folder.
16207#: resources/views/admin/trees-export.phtml:80
16208#, php-format
16209msgid "Media filenames will be prefixed by %s."
16210msgstr ""
16211
16212#: resources/views/admin/trees-export.phtml:87
16213#: resources/views/modules/clippings/download.phtml:15
16214#: resources/views/modules/clippings/download.phtml:47
16215msgid "Apply privacy settings"
16216msgstr ""
16217
16218#. I18N: %s is the name of a family tree
16219#: resources/views/admin/trees-import.phtml:14
16220#, php-format
16221msgid "This will delete all the genealogy data from “%s” and replace it with data from a GEDCOM file."
16222msgstr ""
16223
16224#: resources/views/admin/trees-import.phtml:17
16225msgid "You have selected a GEDCOM file with a different name. Is this correct?"
16226msgstr ""
16227
16228#: resources/views/admin/trees-import.phtml:24
16229msgid "Select a GEDCOM file to import"
16230msgstr ""
16231
16232#: resources/views/admin/trees-import.phtml:59
16233msgid "No GEDCOM files found."
16234msgstr ""
16235
16236#: resources/views/admin/trees-import.phtml:75
16237msgid "Import preferences"
16238msgstr ""
16239
16240#. I18N: A configuration setting
16241#: resources/views/admin/trees-import.phtml:80
16242msgid "Keep media objects"
16243msgstr ""
16244
16245#: resources/views/admin/trees-import.phtml:83
16246msgid "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."
16247msgstr ""
16248
16249#: resources/views/admin/trees-import.phtml:87
16250msgid "Add spaces where long lines were wrapped"
16251msgstr ""
16252
16253#: resources/views/admin/trees-import.phtml:90
16254msgid "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."
16255msgstr ""
16256
16257#. I18N: A media path (e.g. c:\aaa\bbb\ccc\ddd.jpeg) in a GEDCOM file
16258#: resources/views/admin/trees-import.phtml:93
16259msgid "Remove the GEDCOM media path from filenames"
16260msgstr ""
16261
16262#. I18N: Help text for the “GEDCOM media path” configuration setting. A “path” is something like “C:\Documents\Genealogy\Photos\John_Smith.jpeg16263#: resources/views/admin/trees-import.phtml:105
16264msgid "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."
16265msgstr ""
16266
16267#. I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names
16268#: resources/views/admin/trees-import.phtml:106
16269#, php-format
16270msgid "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."
16271msgstr ""
16272
16273#: resources/views/admin/trees-merge.phtml:14
16274#: resources/views/admin/trees-renumber.phtml:13
16275msgid "In a family tree, each record has an internal reference number (called an “XREF”) such as “F123” or “R14”."
16276msgstr ""
16277
16278#. I18N: An XREF is the identification number used in GEDCOM files.
16279#: resources/views/admin/trees-merge.phtml:17
16280#, php-format
16281msgid "The two family trees have %1$s record which uses the same “XREF”."
16282msgid_plural "The two family trees have %1$s records which use the same “XREF”."
16283msgstr[0] ""
16284msgstr[1] ""
16285
16286#: resources/views/admin/trees-merge.phtml:20
16287msgid "You must renumber the records in one of the trees before you can merge them."
16288msgstr ""
16289
16290#. I18N: Copy all the records from [family tree 1] into [family tree 2]
16291#: resources/views/admin/trees-merge.phtml:38
16292#, php-format
16293msgid "Copy all the records from %1$s into %2$s."
16294msgstr ""
16295
16296#: resources/views/admin/trees-preferences.phtml:16
16297#: resources/views/admin/trees-preferences.phtml:595
16298msgid "General"
16299msgstr ""
16300
16301#. I18N: Help text for the “Default individual” configuration setting
16302#: resources/views/admin/trees-preferences.phtml:70
16303#: resources/views/edit-account-page.phtml:68
16304msgid "This individual will be selected by default when viewing charts and reports."
16305msgstr ""
16306
16307#. I18N: A configuration setting
16308#: resources/views/admin/trees-preferences.phtml:79
16309#: resources/views/admin/trees-preferences.phtml:81
16310#: resources/views/admin/trees-preferences.phtml:84
16311msgid "Calendar conversion"
16312msgstr ""
16313
16314#. I18N: Help text for the “Calendar conversion” configuration setting
16315#: resources/views/admin/trees-preferences.phtml:97
16316msgid "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."
16317msgstr ""
16318
16319#. I18N: Help text for the “Calendar conversion” configuration setting
16320#: resources/views/admin/trees-preferences.phtml:100
16321#, php-format
16322msgid "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."
16323msgstr ""
16324
16325#. I18N: Help text for the “Calendar conversion” configuration setting
16326#: resources/views/admin/trees-preferences.phtml:103
16327msgid "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."
16328msgstr ""
16329
16330#. I18N: A configuration setting
16331#: resources/views/admin/trees-preferences.phtml:113
16332msgid "Add unique identifiers"
16333msgstr ""
16334
16335#. I18N: Help text for the “Add unique identifiers” configuration setting
16336#: resources/views/admin/trees-preferences.phtml:118
16337msgid "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."
16338msgstr ""
16339
16340#. I18N: A configuration setting
16341#: resources/views/admin/trees-preferences.phtml:129
16342msgid "Genealogy contact"
16343msgstr ""
16344
16345#. I18N: Help text for the “Genealogy contact” configuration setting
16346#: resources/views/admin/trees-preferences.phtml:141
16347msgid "The individual to contact about the genealogy data on this website."
16348msgstr ""
16349
16350#. I18N: A configuration setting
16351#: resources/views/admin/trees-preferences.phtml:149
16352msgid "Technical help contact"
16353msgstr ""
16354
16355#. I18N: Help text for the “Technical help contact” configuration setting
16356#: resources/views/admin/trees-preferences.phtml:161
16357msgid "The individual to be contacted about technical questions or errors encountered on your website."
16358msgstr ""
16359
16360#. I18N: A configuration setting
16361#: resources/views/admin/trees-preferences.phtml:171
16362msgid "Add to TITLE header tag"
16363msgstr ""
16364
16365#. I18N: Help text for the “Add to TITLE header tag” configuration setting
16366#: resources/views/admin/trees-preferences.phtml:183
16367msgid "This text will be appended to each page title. It will be shown in the browser’s title bar, bookmarks, etc."
16368msgstr ""
16369
16370#. I18N: A configuration setting
16371#: resources/views/admin/trees-preferences.phtml:191
16372msgid "Description META tag"
16373msgstr ""
16374
16375#. I18N: Help text for the “Description META tag” configuration setting
16376#: resources/views/admin/trees-preferences.phtml:203
16377msgid "Search engines may use this description of your site in their search results."
16378msgstr ""
16379
16380#. I18N: Help text for the “Media folder” configuration setting
16381#: resources/views/admin/trees-preferences.phtml:225
16382msgid "This folder will be used to store the media files for this family tree."
16383msgstr ""
16384
16385#. I18N: Help text for the “Media folder” configuration setting
16386#: resources/views/admin/trees-preferences.phtml:226
16387msgid "If you select a different folder, you must also move any media files from the existing folder to the new one."
16388msgstr ""
16389
16390#. I18N: Help text for the “Media folder” configuration setting
16391#: resources/views/admin/trees-preferences.phtml:227
16392msgid "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."
16393msgstr ""
16394
16395#. I18N: A configuration setting
16396#: resources/views/admin/trees-preferences.phtml:237
16397msgid "Who can upload new media files"
16398msgstr ""
16399
16400#. I18N: Help text for the “Who can upload new media files” configuration setting
16401#: resources/views/admin/trees-preferences.phtml:242
16402msgid "If you are concerned that users might upload inappropriate images, you can restrict media uploads to managers only."
16403msgstr ""
16404
16405#. I18N: A configuration setting
16406#: resources/views/admin/trees-preferences.phtml:251
16407msgid "Show a download link in the media viewer"
16408msgstr ""
16409
16410#. I18N: Help text for the “Show a download link in the media viewer” configuration setting
16411#: resources/views/admin/trees-preferences.phtml:256
16412msgid "This option will make it easier for users to download images."
16413msgstr ""
16414
16415#: resources/views/admin/trees-preferences.phtml:262
16416#: resources/views/admin/trees-preferences.phtml:268
16417msgid "Thumbnail images"
16418msgstr ""
16419
16420#: resources/views/admin/trees-preferences.phtml:271
16421#: resources/views/admin/trees-preferences.phtml:351
16422#: resources/views/admin/trees-preferences.phtml:366
16423#: resources/views/admin/trees-preferences.phtml:382
16424#: resources/views/admin/trees-preferences.phtml:507
16425#: resources/views/admin/trees-preferences.phtml:619
16426#: resources/views/admin/trees-preferences.phtml:634
16427msgid "hide"
16428msgstr ""
16429
16430#: resources/views/admin/trees-preferences.phtml:271
16431#: resources/views/admin/trees-preferences.phtml:351
16432#: resources/views/admin/trees-preferences.phtml:366
16433#: resources/views/admin/trees-preferences.phtml:382
16434#: resources/views/admin/trees-preferences.phtml:507
16435#: resources/views/admin/trees-preferences.phtml:619
16436#: resources/views/admin/trees-preferences.phtml:634
16437#: resources/views/modules/faq/config.phtml:26
16438#: resources/views/modules/stories/config.phtml:21
16439msgid "show"
16440msgstr ""
16441
16442#: resources/views/admin/trees-preferences.phtml:273
16443msgid "Show thumbnail images in charts and family groups."
16444msgstr ""
16445
16446#. I18N: A configuration setting
16447#: resources/views/admin/trees-preferences.phtml:283
16448msgid "Use silhouettes"
16449msgstr ""
16450
16451#. I18N: Help text for the “Use silhouettes” configuration setting
16452#: resources/views/admin/trees-preferences.phtml:288
16453msgid "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."
16454msgstr ""
16455
16456#: resources/views/admin/trees-preferences.phtml:294
16457msgid "Watermarks"
16458msgstr ""
16459
16460#: resources/views/admin/trees-preferences.phtml:299
16461msgid "Images without watermarks"
16462msgstr ""
16463
16464#. I18N: Help text for the “Images without watermarks” configuration setting
16465#: resources/views/admin/trees-preferences.phtml:304
16466msgid "Watermarks are optional and normally shown just to visitors."
16467msgstr ""
16468
16469#: resources/views/admin/trees-preferences.phtml:314
16470msgid "Surname list style"
16471msgstr ""
16472
16473#. I18N: A configuration setting
16474#: resources/views/admin/trees-preferences.phtml:326
16475msgid "Maximum number of surnames on individual list"
16476msgstr ""
16477
16478#. I18N: Help text for the “Maximum number of surnames on individual list” configuration setting
16479#: resources/views/admin/trees-preferences.phtml:339
16480msgid "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."
16481msgstr ""
16482
16483#. I18N: A configuration setting
16484#: resources/views/admin/trees-preferences.phtml:348
16485msgid "Estimated dates for birth and death"
16486msgstr ""
16487
16488#. I18N: Help text for the “Estimated dates for birth and death” configuration setting
16489#: resources/views/admin/trees-preferences.phtml:353
16490msgid "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."
16491msgstr ""
16492
16493#: resources/views/admin/trees-preferences.phtml:363
16494msgid "The date and time of the last update"
16495msgstr ""
16496
16497#. I18N: A configuration setting
16498#: resources/views/admin/trees-preferences.phtml:379
16499msgid "Age of parents next to child’s birthdate"
16500msgstr ""
16501
16502#. I18N: Help text for the “Age of parents next to child’s birthdate” configuration setting
16503#: resources/views/admin/trees-preferences.phtml:384
16504msgid "This option controls whether or not to show age of father and mother next to child’s birthdate on charts."
16505msgstr ""
16506
16507#: resources/views/admin/trees-preferences.phtml:393
16508msgid "Other facts to show in charts"
16509msgstr ""
16510
16511#. I18N: Help text for the “Other facts to show in charts” configuration setting
16512#: resources/views/admin/trees-preferences.phtml:400
16513msgid "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."
16514msgstr ""
16515
16516#: resources/views/admin/trees-preferences.phtml:405
16517msgid "Individual pages"
16518msgstr ""
16519
16520#: resources/views/admin/trees-preferences.phtml:411
16521msgid "Show the events of close relatives on the individual page"
16522msgstr ""
16523
16524#. I18N: A configuration setting
16525#: resources/views/admin/trees-preferences.phtml:504
16526msgid "Fact icons"
16527msgstr ""
16528
16529#. I18N: Help text for the “Fact icons” configuration setting
16530#: resources/views/admin/trees-preferences.phtml:509
16531msgid "Some themes can display icons on the “Facts and events” tab."
16532msgstr ""
16533
16534#. I18N: A configuration setting
16535#: resources/views/admin/trees-preferences.phtml:519
16536msgid "Automatically expand notes"
16537msgstr ""
16538
16539#. I18N: Help text for the “Automatically expand notes” configuration setting
16540#: resources/views/admin/trees-preferences.phtml:525
16541msgid "This option controls whether or not to automatically display content of a <i>Note</i> record on the Individual page."
16542msgstr ""
16543
16544#. I18N: A configuration setting
16545#: resources/views/admin/trees-preferences.phtml:535
16546msgid "Automatically expand sources"
16547msgstr ""
16548
16549#. I18N: Help text for the “Automatically expand sources” configuration setting
16550#: resources/views/admin/trees-preferences.phtml:541
16551msgid "This option controls whether or not to automatically display content of a <i>Source</i> record on the Individual page."
16552msgstr ""
16553
16554#. I18N: A configuration setting
16555#: resources/views/admin/trees-preferences.phtml:553
16556#: resources/views/admin/trees-preferences.phtml:555
16557#: resources/views/admin/trees-preferences.phtml:559
16558msgid "Abbreviate place names"
16559msgstr ""
16560
16561#. I18N: A button label, first page
16562#: resources/views/admin/trees-preferences.phtml:556
16563#: resources/views/lists/datatables-attributes.phtml:14
16564#: resources/views/modules/media-list/page.phtml:79
16565#: resources/views/modules/media-list/page.phtml:178
16566msgid "first"
16567msgstr ""
16568
16569#. I18N: A button label, last page
16570#: resources/views/admin/trees-preferences.phtml:556
16571#: resources/views/lists/datatables-attributes.phtml:16
16572#: resources/views/modules/media-list/page.phtml:103
16573#: resources/views/modules/media-list/page.phtml:202
16574msgid "last"
16575msgstr ""
16576
16577#: resources/views/admin/trees-preferences.phtml:565
16578msgctxt "Show the [first/last] [N] parts of a place name."
16579msgid "first"
16580msgstr ""
16581
16582#: resources/views/admin/trees-preferences.phtml:565
16583msgctxt "Show the [first/last] [N] parts of a place name."
16584msgid "last"
16585msgstr ""
16586
16587#. I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name
16588#: resources/views/admin/trees-preferences.phtml:564
16589#, php-format
16590msgid "Show the %1$s %2$s parts of a place name."
16591msgstr ""
16592
16593#. I18N: Help text for the “Abbreviate place names” configuration setting
16594#: resources/views/admin/trees-preferences.phtml:569
16595msgid "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>."
16596msgstr ""
16597
16598#. I18N: A configuration setting
16599#: resources/views/admin/trees-preferences.phtml:581
16600msgid "Format text and notes"
16601msgstr ""
16602
16603#. I18N: Help text for the “Format text and notes” configuration setting
16604#: resources/views/admin/trees-preferences.phtml:586
16605msgid "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."
16606msgstr ""
16607
16608#. I18N: Help text for the “Format text and notes” configuration setting
16609#: resources/views/admin/trees-preferences.phtml:589
16610msgid "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."
16611msgstr ""
16612
16613#. I18N: A configuration setting
16614#: resources/views/admin/trees-preferences.phtml:601
16615msgid "Allow users to see raw GEDCOM records"
16616msgstr ""
16617
16618#. I18N: Help text for the “Allow users to see raw GEDCOM records” configuration setting
16619#: resources/views/admin/trees-preferences.phtml:606
16620msgid "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."
16621msgstr ""
16622
16623#. I18N: Help text for the “GEDCOM errors” configuration setting
16624#: resources/views/admin/trees-preferences.phtml:621
16625msgid "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."
16626msgstr ""
16627
16628#. I18N: Help text for the “Hit counters” configuration setting
16629#: resources/views/admin/trees-preferences.phtml:636
16630msgid "Some pages can display the number of times that they have been visited."
16631msgstr ""
16632
16633#. I18N: Options for editing
16634#: resources/views/admin/trees-preferences.phtml:642
16635msgid "Edit preferences"
16636msgstr ""
16637
16638#: resources/views/admin/trees-preferences.phtml:644
16639msgid "Facts for individual records"
16640msgstr ""
16641
16642#: resources/views/admin/trees-preferences.phtml:649
16643msgid "All individual facts"
16644msgstr ""
16645
16646#. I18N: Help text for the “All individual facts” configuration setting
16647#: resources/views/admin/trees-preferences.phtml:654
16648msgid "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."
16649msgstr ""
16650
16651#: resources/views/admin/trees-preferences.phtml:662
16652msgid "Unique individual facts"
16653msgstr ""
16654
16655#. I18N: Help text for the “Unique individual facts” configuration setting
16656#: resources/views/admin/trees-preferences.phtml:667
16657msgid "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."
16658msgstr ""
16659
16660#: resources/views/admin/trees-preferences.phtml:675
16661msgid "Facts for new individuals"
16662msgstr ""
16663
16664#. I18N: Help text for the “Facts for new individuals” configuration setting
16665#: resources/views/admin/trees-preferences.phtml:680
16666msgid "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."
16667msgstr ""
16668
16669#: resources/views/admin/trees-preferences.phtml:688
16670msgid "Quick individual facts"
16671msgstr ""
16672
16673#. I18N: Help text for the “Quick individual facts” configuration setting
16674#: resources/views/admin/trees-preferences.phtml:693
16675msgid "The most common individual facts and events are listed separately, so that they can be added more easily."
16676msgstr ""
16677
16678#: resources/views/admin/trees-preferences.phtml:698
16679msgid "Facts for family records"
16680msgstr ""
16681
16682#: resources/views/admin/trees-preferences.phtml:703
16683msgid "All family facts"
16684msgstr ""
16685
16686#. I18N: Help text for the “All family facts” configuration setting
16687#: resources/views/admin/trees-preferences.phtml:708
16688msgid "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."
16689msgstr ""
16690
16691#: resources/views/admin/trees-preferences.phtml:716
16692msgid "Unique family facts"
16693msgstr ""
16694
16695#. I18N: Help text for the “Unique family facts” configuration setting
16696#: resources/views/admin/trees-preferences.phtml:721
16697msgid "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."
16698msgstr ""
16699
16700#: resources/views/admin/trees-preferences.phtml:729
16701msgid "Facts for new families"
16702msgstr ""
16703
16704#. I18N: Help text for the “Facts for new families” configuration setting
16705#: resources/views/admin/trees-preferences.phtml:734
16706msgid "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."
16707msgstr ""
16708
16709#: resources/views/admin/trees-preferences.phtml:742
16710msgid "Quick family facts"
16711msgstr ""
16712
16713#. I18N: Help text for the “Quick family facts” configuration setting
16714#: resources/views/admin/trees-preferences.phtml:747
16715msgid "The most common family facts and events are listed separately, so that they can be added more easily."
16716msgstr ""
16717
16718#: resources/views/admin/trees-preferences.phtml:752
16719msgid "Facts for source records"
16720msgstr ""
16721
16722#: resources/views/admin/trees-preferences.phtml:757
16723msgid "All source facts"
16724msgstr ""
16725
16726#. I18N: Help text for the “All source facts” configuration setting
16727#: resources/views/admin/trees-preferences.phtml:762
16728msgid "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."
16729msgstr ""
16730
16731#: resources/views/admin/trees-preferences.phtml:770
16732msgid "Unique source facts"
16733msgstr ""
16734
16735#. I18N: Help text for the “Unique source facts” configuration setting
16736#: resources/views/admin/trees-preferences.phtml:775
16737msgid "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."
16738msgstr ""
16739
16740#: resources/views/admin/trees-preferences.phtml:783
16741msgid "Quick source facts"
16742msgstr ""
16743
16744#. I18N: Help text for the “Quick source facts” configuration setting
16745#: resources/views/admin/trees-preferences.phtml:788
16746msgid "The most common source facts are listed separately, so that they can be added more easily."
16747msgstr ""
16748
16749#: resources/views/admin/trees-preferences.phtml:793
16750msgid "Facts for repository records"
16751msgstr ""
16752
16753#: resources/views/admin/trees-preferences.phtml:798
16754msgid "All repository facts"
16755msgstr ""
16756
16757#. I18N: Help text for the “All repository facts” configuration setting
16758#: resources/views/admin/trees-preferences.phtml:803
16759msgid "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."
16760msgstr ""
16761
16762#: resources/views/admin/trees-preferences.phtml:811
16763msgid "Unique repository facts"
16764msgstr ""
16765
16766#. I18N: Help text for the “Unique repository facts” configuration setting
16767#: resources/views/admin/trees-preferences.phtml:816
16768msgid "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."
16769msgstr ""
16770
16771#: resources/views/admin/trees-preferences.phtml:824
16772msgid "Quick repository facts"
16773msgstr ""
16774
16775#. I18N: Help text for the “Quick repository facts” configuration setting
16776#: resources/views/admin/trees-preferences.phtml:829
16777msgid "The most common repository facts are listed separately, so that they can be added more easily."
16778msgstr ""
16779
16780#: resources/views/admin/trees-preferences.phtml:834
16781msgid "Advanced fact preferences"
16782msgstr ""
16783
16784#: resources/views/admin/trees-preferences.phtml:839
16785msgid "Advanced name facts"
16786msgstr ""
16787
16788#. I18N: Help text for the “Advanced name facts” configuration setting
16789#: resources/views/admin/trees-preferences.phtml:844
16790msgid "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."
16791msgstr ""
16792
16793#: resources/views/admin/trees-preferences.phtml:852
16794msgid "Advanced place name facts"
16795msgstr ""
16796
16797#. I18N: Help text for the “Advanced place name facts” configuration setting
16798#: resources/views/admin/trees-preferences.phtml:857
16799msgid "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."
16800msgstr ""
16801
16802#: resources/views/admin/trees-preferences.phtml:862
16803msgid "Other preferences"
16804msgstr ""
16805
16806#: resources/views/admin/trees-preferences.phtml:868
16807msgid "Surname tradition"
16808msgstr ""
16809
16810#. I18N: Help text for the “Surname tradition” configuration setting
16811#: resources/views/admin/trees-preferences.phtml:873
16812msgid "When you add a new family member, a default surname can be provided. This surname will depend on the local tradition."
16813msgstr ""
16814
16815#. I18N: A configuration setting
16816#: resources/views/admin/trees-preferences.phtml:883
16817msgid "Use full source citations"
16818msgstr ""
16819
16820#. I18N: Help text for the “Use full source citations” configuration setting
16821#: resources/views/admin/trees-preferences.phtml:888
16822msgid "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."
16823msgstr ""
16824
16825#. I18N: A configuration setting
16826#: resources/views/admin/trees-preferences.phtml:898
16827#: resources/xml/reports/fact_sources.xml:6
16828msgid "Source type"
16829msgstr ""
16830
16831#. I18N: Help text for the “Source type” configuration setting
16832#: resources/views/admin/trees-preferences.phtml:903
16833msgid "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."
16834msgstr ""
16835
16836#. I18N: A configuration setting
16837#: resources/views/admin/trees-preferences.phtml:913
16838#: resources/views/edit/add-fact.phtml:74
16839#: resources/views/edit/edit-fact.phtml:103
16840msgid "Keep the existing “last change” information"
16841msgstr ""
16842
16843#. I18N: Help text for the “Keep the existing ‘last change’ information” configuration setting
16844#: resources/views/admin/trees-preferences.phtml:918
16845msgid "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."
16846msgstr ""
16847
16848#. I18N: Label for checkbox
16849#: resources/views/admin/trees-preferences.phtml:939
16850#: resources/views/admin/trees-privacy.phtml:296
16851msgid "Apply these preferences to all family trees"
16852msgstr ""
16853
16854#. I18N: Label for checkbox
16855#: resources/views/admin/trees-preferences.phtml:946
16856#: resources/views/admin/trees-privacy.phtml:303
16857msgid "Apply these preferences to new family trees"
16858msgstr ""
16859
16860#. I18N: A configuration setting
16861#: resources/views/admin/trees-privacy.phtml:21
16862msgid "Show the family tree"
16863msgstr ""
16864
16865#: resources/views/admin/trees-privacy.phtml:24
16866#: resources/views/admin/trees-privacy.phtml:43
16867#: resources/views/admin/trees-privacy.phtml:85
16868#: resources/views/admin/trees-privacy.phtml:127
16869#: resources/views/admin/trees-privacy.phtml:147
16870msgid "visitors"
16871msgstr ""
16872
16873#: resources/views/admin/trees-privacy.phtml:25
16874#: resources/views/admin/trees-privacy.phtml:44
16875#: resources/views/admin/trees-privacy.phtml:86
16876#: resources/views/admin/trees-privacy.phtml:128
16877#: resources/views/admin/trees-privacy.phtml:148
16878msgid "members"
16879msgstr ""
16880
16881#. I18N: Help text for the “Family tree” configuration setting
16882#: resources/views/admin/trees-privacy.phtml:31
16883msgid "Enabling this option will force all visitors to sign in before they can view any data on the website."
16884msgstr ""
16885
16886#. I18N: A configuration setting
16887#: resources/views/admin/trees-privacy.phtml:40
16888msgid "Show dead individuals"
16889msgstr ""
16890
16891#. I18N: Help text for the “Show dead individuals” configuration setting
16892#: resources/views/admin/trees-privacy.phtml:50
16893msgid "Set the privacy access level for all dead individuals."
16894msgstr ""
16895
16896#: resources/views/admin/trees-privacy.phtml:59
16897msgid "Age at which to assume an individual is dead"
16898msgstr ""
16899
16900#. I18N: Help text for the “Age at which to assume an individual is dead” configuration setting
16901#: resources/views/admin/trees-privacy.phtml:73
16902msgid "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."
16903msgstr ""
16904
16905#. I18N: A configuration setting
16906#: resources/views/admin/trees-privacy.phtml:83
16907msgid "Show living individuals"
16908msgstr ""
16909
16910#. I18N: Help text for the “Show living individuals” configuration setting
16911#: resources/views/admin/trees-privacy.phtml:93
16912msgid "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."
16913msgstr ""
16914
16915#. I18N: A configuration setting. …who were born in the last XX years or died in the    last YY years
16916#: resources/views/admin/trees-privacy.phtml:103
16917msgid "Extend privacy to dead individuals"
16918msgstr ""
16919
16920#. I18N: Extend privacy to dead individuals who were…
16921#: resources/views/admin/trees-privacy.phtml:109
16922#, php-format
16923msgid "born in the last %1$s years or died in the last %2$s years"
16924msgstr ""
16925
16926#. I18N: Help text for the “Extend privacy to dead individuals” configuration setting
16927#: resources/views/admin/trees-privacy.phtml:114
16928msgid "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."
16929msgstr ""
16930
16931#. I18N: A configuration setting
16932#: resources/views/admin/trees-privacy.phtml:124
16933msgid "Show names of private individuals"
16934msgstr ""
16935
16936#: resources/views/admin/trees-privacy.phtml:129
16937msgid "managers"
16938msgstr ""
16939
16940#. I18N: Help text for the “Show names of private individuals” configuration setting
16941#: resources/views/admin/trees-privacy.phtml:135
16942msgid "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."
16943msgstr ""
16944
16945#. I18N: A configuration setting
16946#: resources/views/admin/trees-privacy.phtml:144
16947msgid "Show private relationships"
16948msgstr ""
16949
16950#. I18N: Help text for the “Show private relationships” configuration setting
16951#: resources/views/admin/trees-privacy.phtml:154
16952msgid "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."
16953msgstr ""
16954
16955#. I18N: Privacy restrictions are set by RESN tags in GEDCOM.
16956#: resources/views/admin/trees-privacy.phtml:158
16957msgid "Privacy restrictions"
16958msgstr ""
16959
16960#. I18N: Privacy restrictions are RESN tags in GEDCOM.
16961#: resources/views/admin/trees-privacy.phtml:160
16962msgid "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."
16963msgstr ""
16964
16965#: resources/views/admin/trees-privacy.phtml:167
16966#: resources/views/admin/trees-privacy.phtml:253
16967msgid "All records"
16968msgstr ""
16969
16970#: resources/views/admin/trees-privacy.phtml:220
16971msgid "Privacy restrictions - these apply to records and facts that do not contain a GEDCOM RESN tag"
16972msgstr ""
16973
16974#: resources/views/admin/trees-privacy.phtml:228
16975#: resources/views/edit/add-fact-row.phtml:15
16976msgid "Fact or event"
16977msgstr ""
16978
16979#. I18N: A button label.
16980#: resources/views/admin/trees-privacy.phtml:236
16981#: resources/views/admin/webtrees1-thumbnails-form.phtml:18
16982#: resources/views/edit/add-fact-row.phtml:41
16983#: resources/views/edit/paste-fact-row.phtml:40
16984#: resources/views/modules/census-assistant.phtml:60
16985#: resources/views/modules/lifespans-chart/page.phtml:66
16986#: resources/views/modules/timeline-chart/page.phtml:27
16987msgid "add"
16988msgstr ""
16989
16990#: resources/views/admin/trees-privacy.phtml:249
16991msgid "This record does not exist."
16992msgstr ""
16993
16994#: resources/views/admin/trees-renumber.phtml:8
16995#: resources/views/admin/trees-unconnected.phtml:20
16996msgid "Manage family trees "
16997msgstr ""
16998
16999#: resources/views/admin/trees-renumber.phtml:17
17000msgid "You can renumber the records in a family tree, so that these internal reference numbers are not duplicated in any other family tree."
17001msgstr ""
17002
17003#: resources/views/admin/trees-renumber.phtml:21
17004#, php-format
17005msgid "This family tree has %s record which uses the same “XREF” as another family tree."
17006msgid_plural "This family tree has %s records which use the same “XREF” as another family tree."
17007msgstr[0] ""
17008msgstr[1] ""
17009
17010#: resources/views/admin/trees-renumber.phtml:26
17011msgid "You can renumber this family tree."
17012msgstr ""
17013
17014#: resources/views/admin/trees-renumber.phtml:37
17015#: resources/views/admin/trees.phtml:308
17016msgid "Caution! This may take a long time. Be patient."
17017msgstr ""
17018
17019#: resources/views/admin/trees-unconnected.phtml:27
17020msgid "Include associates"
17021msgstr ""
17022
17023#: resources/views/admin/trees-unconnected.phtml:28
17024msgid "Include aliases"
17025msgstr ""
17026
17027#: resources/views/admin/trees-unconnected.phtml:30
17028msgid "update"
17029msgstr ""
17030
17031#: resources/views/admin/trees-unconnected.phtml:34
17032#, php-format
17033msgid "These groups of individuals are not related to %s."
17034msgstr ""
17035
17036#: resources/views/admin/trees.phtml:55
17037#: resources/views/lists/datatables-attributes.phtml:31
17038msgid "Calculating…"
17039msgstr ""
17040
17041#: resources/views/admin/trees.phtml:109
17042msgid "Default family tree"
17043msgstr ""
17044
17045#: resources/views/admin/trees.phtml:112 resources/views/admin/trees.phtml:119
17046msgid "Set as default"
17047msgstr ""
17048
17049#. I18N: Individuals, sources, dates, places, etc.
17050#: resources/views/admin/trees.phtml:141
17051msgid "Genealogy data"
17052msgstr ""
17053
17054#: resources/views/admin/trees.phtml:180
17055msgid "Renumber"
17056msgstr ""
17057
17058#: resources/views/admin/trees.phtml:199
17059msgid "Add unlinked records"
17060msgstr ""
17061
17062#: resources/views/admin/trees.phtml:262
17063msgid "Export"
17064msgstr ""
17065
17066#: resources/views/admin/trees.phtml:290
17067msgid "Synchronize family trees with GEDCOM files"
17068msgstr ""
17069
17070#: resources/views/admin/trees.phtml:298
17071msgid "Create, update, and delete a family tree for every GEDCOM file in the data folder."
17072msgstr ""
17073
17074#: resources/views/admin/upgrade/steps.phtml:14
17075msgid "It can take several minutes to download and install the upgrade. Be patient."
17076msgstr ""
17077
17078#: resources/views/admin/upgrade/wizard.phtml:26
17079msgid "Depending on your server configuration, you may be able to upgrade automatically."
17080msgstr ""
17081
17082#: resources/views/admin/users-cleanup.phtml:29
17083msgid "User’s account has been inactive too long: "
17084msgstr ""
17085
17086#: resources/views/admin/users-cleanup.phtml:48
17087msgid "User didn’t verify within 7 days."
17088msgstr ""
17089
17090#: resources/views/admin/users-cleanup.phtml:50
17091msgid "User not verified by administrator."
17092msgstr ""
17093
17094#: resources/views/admin/users-cleanup.phtml:62
17095msgid "Nothing found to cleanup"
17096msgstr ""
17097
17098#: resources/views/admin/users-create.phtml:19
17099#: resources/views/admin/users-edit.phtml:23
17100#: resources/views/admin/users.phtml:21
17101#: resources/views/edit-account-page.phtml:32
17102#: resources/views/emails/register-notify-html.phtml:19
17103#: resources/views/emails/register-notify-text.phtml:12
17104#: resources/views/register-page.phtml:34
17105msgid "Real name"
17106msgstr ""
17107
17108#: resources/views/admin/users-create.phtml:24
17109#: resources/views/admin/users-edit.phtml:28
17110#: resources/views/edit-account-page.phtml:37
17111#: resources/views/register-page.phtml:39
17112#: resources/views/setup/step-5-administrator.phtml:41
17113msgid "This is your real name, as you would like it displayed on screen."
17114msgstr ""
17115
17116#: resources/views/admin/users-create.phtml:37
17117#: resources/views/admin/users-edit.phtml:41
17118#: resources/views/edit-account-page.phtml:25
17119#: resources/views/register-page.phtml:63
17120msgid "Usernames are case-insensitive and ignore accented letters, so that “chloe”, “chloë”, and “Chloe” are considered to be the same."
17121msgstr ""
17122
17123#. I18N: placeholder text for new-password field
17124#: resources/views/admin/users-create.phtml:48
17125#: resources/views/admin/users-edit.phtml:52
17126#: resources/views/register-page.phtml:74
17127#, php-format
17128msgid "Use at least %s character."
17129msgid_plural "Use at least %s characters."
17130msgstr[0] ""
17131msgstr[1] ""
17132
17133#: resources/views/admin/users-create.phtml:50
17134#: resources/views/admin/users-edit.phtml:54
17135#: resources/views/edit-account-page.phtml:81
17136#: resources/views/password-reset-page.phtml:39
17137#: resources/views/register-page.phtml:76
17138msgid "Passwords must be at least 8 characters long and are case-sensitive, so that “secret” is different from “SECRET”."
17139msgstr ""
17140
17141#: resources/views/admin/users-create.phtml:63
17142#: resources/views/admin/users-edit.phtml:67
17143#: resources/views/edit-account-page.phtml:116
17144#: resources/views/register-page.phtml:51
17145#: resources/views/setup/step-5-administrator.phtml:77
17146msgid "This email address will be used to send password reminders, website notifications, and messages from other family members who are registered on the website."
17147msgstr ""
17148
17149#: resources/views/admin/users-edit.phtml:76
17150msgid "Account approval and email verification"
17151msgstr ""
17152
17153#: resources/views/admin/users-edit.phtml:82
17154msgid "Email verified"
17155msgstr ""
17156
17157#: resources/views/admin/users-edit.phtml:86
17158msgid "Approved by administrator"
17159msgstr ""
17160
17161#: resources/views/admin/users-edit.phtml:89
17162msgid "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."
17163msgstr ""
17164
17165#: resources/views/admin/users-edit.phtml:92
17166msgid "If an administrator creates a user account, the verification email is not sent, and the email must be verified manually."
17167msgstr ""
17168
17169#: resources/views/admin/users-edit.phtml:95
17170msgid "You should not approve an account unless you know that the email address is correct."
17171msgstr ""
17172
17173#: resources/views/admin/users-edit.phtml:98
17174msgid "A user will not be able to sign in until both “email verified” and “approved by administrator” are selected."
17175msgstr ""
17176
17177#: resources/views/admin/users-edit.phtml:136
17178msgid "Automatically accept changes made by this user"
17179msgstr ""
17180
17181#: resources/views/admin/users-edit.phtml:139
17182msgid "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."
17183msgstr ""
17184
17185#. I18N: A configuration setting
17186#: resources/views/admin/users-edit.phtml:148
17187#: resources/views/edit-account-page.phtml:136
17188msgid "Visible online"
17189msgstr ""
17190
17191#. I18N: A configuration setting
17192#: resources/views/admin/users-edit.phtml:154
17193#: resources/views/edit-account-page.phtml:139
17194msgid "Visible to other users when online"
17195msgstr ""
17196
17197#: resources/views/admin/users-edit.phtml:157
17198#: resources/views/edit-account-page.phtml:141
17199msgid "You can choose whether to appear in the list of users who are currently signed-in."
17200msgstr ""
17201
17202#. I18N: A configuration setting
17203#: resources/views/admin/users-edit.phtml:166
17204msgid "Preferred contact method"
17205msgstr ""
17206
17207#. I18N: Help text for the “Preferred contact method” configuration setting
17208#: resources/views/admin/users-edit.phtml:172
17209#: resources/views/edit-account-page.phtml:128
17210msgid "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."
17211msgstr ""
17212
17213#: resources/views/admin/users-edit.phtml:190
17214msgid "Administrator comments on user"
17215msgstr ""
17216
17217#: resources/views/admin/users-edit.phtml:205
17218#: resources/views/admin/users-edit.phtml:254
17219msgid "Administrator"
17220msgstr ""
17221
17222#: resources/views/admin/users-edit.phtml:211
17223msgid "Access to family trees"
17224msgstr ""
17225
17226#: resources/views/admin/users-edit.phtml:214
17227msgid "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."
17228msgstr ""
17229
17230#: resources/views/admin/users-edit.phtml:223
17231msgid "Everybody has this role, including visitors to the website and search engines."
17232msgstr ""
17233
17234#: resources/views/admin/users-edit.phtml:229
17235msgid "This role has all the permissions of the visitor role, plus any additional access granted by the family tree configuration."
17236msgstr ""
17237
17238#: resources/views/admin/users-edit.phtml:237
17239msgid "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."
17240msgstr ""
17241
17242#: resources/views/admin/users-edit.phtml:243
17243msgid "This role has all the permissions of the editor role, plus permission to accept/reject changes made by other users."
17244msgstr ""
17245
17246#: resources/views/admin/users-edit.phtml:251
17247msgid "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."
17248msgstr ""
17249
17250#: resources/views/admin/users-edit.phtml:257
17251msgid "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."
17252msgstr ""
17253
17254#: resources/views/admin/users-edit.phtml:272
17255#: resources/views/edit-account-page.phtml:45
17256msgid "Individual record"
17257msgstr ""
17258
17259#: resources/views/admin/users-edit.phtml:286
17260msgid "Link this user to an individual in the family tree."
17261msgstr ""
17262
17263#: resources/views/admin/users-edit.phtml:344
17264msgid "You must specify an individual record before you can restrict the user to their immediate family."
17265msgstr ""
17266
17267#: resources/views/admin/users-table-options.phtml:34
17268msgid "Masquerade as this user"
17269msgstr ""
17270
17271#: resources/views/admin/users.phtml:25
17272msgid "Date registered"
17273msgstr ""
17274
17275#: resources/views/admin/users.phtml:27
17276msgid "Last signed in"
17277msgstr ""
17278
17279#: resources/views/admin/users.phtml:28
17280msgid "Verified"
17281msgstr ""
17282
17283#: resources/views/admin/users.phtml:29
17284msgid "Approved"
17285msgstr ""
17286
17287#. I18N: "thumbs" is fixed text.  Do not change it.
17288#: resources/views/admin/webtrees1-thumbnails.phtml:14
17289msgid "In webtrees version 1, you could add custom thumbnails to media objects by creating files in the “thumbs” folders."
17290msgstr ""
17291
17292#: resources/views/admin/webtrees1-thumbnails.phtml:16
17293msgid "In webtrees version 2, custom thumbnails are stored as a second media file in the same media object."
17294msgstr ""
17295
17296#: resources/views/admin/webtrees1-thumbnails.phtml:18
17297msgid "If the thumbnail image is the same as the original image, it is no longer needed and you should delete it."
17298msgstr ""
17299
17300#: resources/views/admin/webtrees1-thumbnails.phtml:19
17301msgid "If the thumbnail image is a custom image, you should add it to the media object."
17302msgstr ""
17303
17304#: resources/views/admin/webtrees1-thumbnails.phtml:34
17305msgid "Thumbnail image"
17306msgstr ""
17307
17308#: resources/views/admin/webtrees1-thumbnails.phtml:37
17309msgid "Comparison"
17310msgstr ""
17311
17312#: resources/views/admin/webtrees1-thumbnails.phtml:38
17313msgid "Action"
17314msgstr ""
17315
17316#. I18N: A button label.
17317#: resources/views/branches-page.phtml:40
17318#: resources/views/modules/ancestors-chart/page.phtml:46
17319#: resources/views/modules/compact-chart/page.phtml:26
17320#: resources/views/modules/descendancy_chart/page.phtml:46
17321#: resources/views/modules/family-book-chart/page.phtml:56
17322#: resources/views/modules/fanchart/page.phtml:61
17323#: resources/views/modules/hourglass-chart/page.phtml:47
17324#: resources/views/modules/interactive-tree/page.phtml:28
17325#: resources/views/modules/pedigree-chart/page.phtml:45
17326#: resources/views/modules/pedigree-map/page.phtml:35
17327#: resources/views/modules/relationships-chart/page.phtml:67
17328#: resources/views/report-setup-page.phtml:80
17329#: resources/views/report-setup-page.phtml:85
17330msgid "view"
17331msgstr ""
17332
17333#: resources/views/calendar-list.phtml:18
17334#, php-format
17335msgid "%s family"
17336msgid_plural "%s families"
17337msgstr[0] ""
17338msgstr[1] ""
17339
17340#: resources/views/calendar-page.phtml:81
17341msgid "Show"
17342msgstr ""
17343
17344#: resources/views/calendar-page.phtml:97
17345#: resources/views/calendar-page.phtml:109
17346msgid "All individuals"
17347msgstr ""
17348
17349#: resources/views/calendar-page.phtml:100
17350msgid "Living individuals"
17351msgstr ""
17352
17353#: resources/views/calendar-page.phtml:103
17354msgid "Recent years (&lt; 100 yrs)"
17355msgstr ""
17356
17357#: resources/views/calendar-page.phtml:179
17358#: resources/views/edit/add-fact-row.phtml:35
17359msgid "Custom event"
17360msgstr ""
17361
17362#: resources/views/calendar-page.phtml:191
17363msgid "View this day"
17364msgstr ""
17365
17366#: resources/views/calendar-page.phtml:195
17367msgid "View this month"
17368msgstr ""
17369
17370#: resources/views/calendar-page.phtml:199
17371msgid "View this year"
17372msgstr ""
17373
17374#: resources/views/cards/add-media-object.phtml:10
17375#: resources/views/family-page.phtml:98
17376#: resources/views/individual-page-menu.phtml:75
17377#: resources/views/individual-page.phtml:90
17378#: resources/views/source-page.phtml:92
17379msgid "Add a media object"
17380msgstr ""
17381
17382#: resources/views/cards/add-sour-data-even.phtml:10
17383msgid "Add an event"
17384msgstr ""
17385
17386#: resources/views/chart-box.phtml:108 resources/views/chart-box.phtml:120
17387#: resources/views/chart-box.phtml:121
17388msgid "Links"
17389msgstr ""
17390
17391#: resources/views/components/alert-warning-dismissible.phtml:10
17392#: resources/views/layouts/administration.phtml:76
17393#: resources/views/layouts/default.phtml:125
17394#: resources/views/layouts/default.phtml:160
17395#: resources/views/modals/create-media-from-file.phtml:17
17396#: resources/views/modals/footer-close.phtml:10
17397#: resources/views/modals/header.phtml:11
17398#: resources/views/modules/privacy-policy/footer.phtml:17
17399msgid "close"
17400msgstr ""
17401
17402#: resources/views/contact-page.phtml:28
17403#: resources/views/setup/step-5-administrator.phtml:36
17404msgid "Your name"
17405msgstr ""
17406
17407#: resources/views/edit-account-page.phtml:52
17408msgctxt "unknown people"
17409msgid "Unknown"
17410msgstr ""
17411
17412#: resources/views/edit-account-page.phtml:56
17413msgid "This is a link to your own record in the family tree. If this is the wrong individual, contact an administrator."
17414msgstr ""
17415
17416#: resources/views/edit-account-page.phtml:83
17417msgid "Leave the password blank if you want to keep the current password."
17418msgstr ""
17419
17420#: resources/views/edit-account-page.phtml:123
17421msgid "Contact method"
17422msgstr ""
17423
17424#: resources/views/edit-account-page.phtml:164
17425msgid "Delete your account"
17426msgstr ""
17427
17428#: resources/views/edit-blocks-block.phtml:16
17429msgid "Block"
17430msgstr ""
17431
17432#: resources/views/edit-blocks-page.phtml:11
17433msgid "Drag the blocks to change their position."
17434msgstr ""
17435
17436#: resources/views/edit-blocks-page.phtml:34
17437msgid "Add more blocks from the following list."
17438msgstr ""
17439
17440#: resources/views/edit-blocks-page.phtml:57
17441#: resources/views/edit-blocks-page.phtml:58
17442msgid "Restore the default block layout"
17443msgstr ""
17444
17445#: resources/views/edit/add-fact-row.phtml:32
17446msgid "Custom fact"
17447msgstr ""
17448
17449#: resources/views/edit/change-family-members.phtml:49
17450#: resources/xml/reports/family_group_report.xml:774
17451#: resources/xml/reports/individual_ext_report.xml:526
17452#: resources/xml/reports/individual_report.xml:530
17453msgid "Son"
17454msgstr ""
17455
17456#: resources/views/edit/change-family-members.phtml:51
17457#: resources/xml/reports/family_group_report.xml:809
17458#: resources/xml/reports/individual_ext_report.xml:562
17459#: resources/xml/reports/individual_report.xml:566
17460msgid "Daughter"
17461msgstr ""
17462
17463#: resources/views/edit/icon-fact-copy.phtml:8
17464#: resources/views/edit/icon-fact-copy.phtml:10
17465msgid "Copy"
17466msgstr ""
17467
17468#: resources/views/edit/input-addon-keyboard.phtml:9
17469#: resources/views/edit/input-addon-keyboard.phtml:12
17470#: resources/views/edit/shared-note.phtml:20
17471#: resources/views/edit/shared-note.phtml:22
17472msgid "Find a special character"
17473msgstr ""
17474
17475#: resources/views/edit/link-child-to-family.phtml:29
17476msgid "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."
17477msgstr ""
17478
17479#. I18N: A button label.
17480#: resources/views/edit/new-individual.phtml:321
17481msgid "go to new individual"
17482msgstr ""
17483
17484#: resources/views/edit/paste-fact-row.phtml:12
17485msgid "Add from clipboard"
17486msgstr ""
17487
17488#: resources/views/edit/raw-gedcom-fact.phtml:15
17489#: resources/views/edit/raw-gedcom-record.phtml:16
17490msgid "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."
17491msgstr ""
17492
17493#. I18N: %s is a URL
17494#: resources/views/edit/raw-gedcom-fact.phtml:18
17495#: resources/views/edit/raw-gedcom-record.phtml:19
17496#, php-format
17497msgid "You can download a copy of the GEDCOM specification from %s."
17498msgstr ""
17499
17500#: resources/views/edit/raw-gedcom-record.phtml:47
17501msgid "Add a fact"
17502msgstr ""
17503
17504#. I18N: A button label.
17505#: resources/views/edit/reorder-children.phtml:41
17506#: resources/xml/reports/bdm_report.xml:11
17507#: resources/xml/reports/birth_report.xml:9
17508#: resources/xml/reports/change_report.xml:7
17509#: resources/xml/reports/fact_sources.xml:7
17510#: resources/xml/reports/individual_ext_report.xml:8
17511#: resources/xml/reports/occupation_report.xml:6
17512#: resources/xml/reports/relative_ext_report.xml:7
17513msgid "sort by date of birth"
17514msgstr ""
17515
17516#: resources/views/edit/reorder-families.phtml:21
17517#: resources/views/lists/surnames-table.phtml:27
17518#: resources/views/modules/family-book-chart/page.phtml:45
17519#: resources/views/modules/pedigree-chart/previous.phtml:29
17520msgid "Spouses"
17521msgstr ""
17522
17523#: resources/views/edit/reorder-families.phtml:24
17524msgid "When an individual has more than one spouse, you should sort the families in date order."
17525msgstr ""
17526
17527#. I18N: A button label.
17528#: resources/views/edit/reorder-families.phtml:30
17529#: resources/xml/reports/marriage_report.xml:9
17530msgid "sort by date of marriage"
17531msgstr ""
17532
17533#: resources/views/edit/reorder-families.phtml:65
17534msgid "An individual can have more than one set of parents.  For example, birth and adopted."
17535msgstr ""
17536
17537#: resources/views/edit/reorder-families.phtml:67
17538msgid "The first family in the list will be used in charts, lists, reports, etc."
17539msgstr ""
17540
17541#: resources/views/emails/approve-user-html.phtml:9
17542#: resources/views/emails/message-copy-html.phtml:8
17543#: resources/views/emails/message-copy-text.phtml:6
17544#: resources/views/emails/message-user-html.phtml:8
17545#: resources/views/emails/message-user-text.phtml:6
17546#: resources/views/emails/password-request-html.phtml:8
17547#: resources/views/emails/password-request-text.phtml:6
17548#: resources/views/emails/pending-changes-html.phtml:9
17549#: resources/views/emails/pending-changes-text.phtml:8
17550#: resources/views/emails/register-user-html.phtml:8
17551#: resources/views/emails/register-user-text.phtml:7
17552#, php-format
17553msgid "Hello %s…"
17554msgstr ""
17555
17556#: resources/views/emails/approve-user-html.phtml:13
17557#: resources/views/emails/approve-user-text.phtml:8
17558#, php-format
17559msgid "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"
17560msgstr ""
17561
17562#: resources/views/emails/message-copy-html.phtml:12
17563#: resources/views/emails/message-copy-text.phtml:8
17564msgid "You sent the following message to a webtrees user:"
17565msgstr ""
17566
17567#: resources/views/emails/message-copy-html.phtml:25
17568#: resources/views/emails/message-copy-text.phtml:15
17569#: resources/views/emails/message-user-html.phtml:26
17570#: resources/views/emails/message-user-text.phtml:16
17571msgid "This message was sent while viewing the following URL: "
17572msgstr ""
17573
17574#. I18N: %s is a person's name
17575#: resources/views/emails/message-user-html.phtml:13
17576#: resources/views/emails/message-user-text.phtml:8
17577#, php-format
17578msgid "%s sent you the following message."
17579msgstr ""
17580
17581#: resources/views/emails/password-request-html.phtml:12
17582#: resources/views/emails/password-request-text.phtml:8
17583msgid "To set a new password, follow this link."
17584msgstr ""
17585
17586#: resources/views/emails/password-request-html.phtml:20
17587#: resources/views/emails/password-request-text.phtml:12
17588msgid "If you did not request a new password, please ignore this message."
17589msgstr ""
17590
17591#: resources/views/emails/register-notify-html.phtml:8
17592#: resources/views/emails/register-notify-text.phtml:6
17593#: resources/views/emails/verify-notify-html.phtml:8
17594#: resources/views/emails/verify-notify-text.phtml:6
17595msgid "Hello administrator…"
17596msgstr ""
17597
17598#. I18N: %s is a server name/URL
17599#: resources/views/emails/register-notify-html.phtml:13
17600#: resources/views/emails/register-notify-text.phtml:9
17601#, php-format
17602msgid "A prospective user has registered with webtrees at %s."
17603msgstr ""
17604
17605#: resources/views/emails/register-notify-html.phtml:23
17606#: resources/views/emails/register-notify-text.phtml:14
17607#: resources/views/register-page.phtml:83
17608msgid "Comments"
17609msgstr ""
17610
17611#: resources/views/emails/register-notify-html.phtml:30
17612#: resources/views/emails/register-notify-text.phtml:17
17613msgid "The user has been sent an email with the information necessary to confirm the access request."
17614msgstr ""
17615
17616#: resources/views/emails/register-notify-html.phtml:34
17617#: resources/views/emails/register-notify-text.phtml:19
17618msgid "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."
17619msgstr ""
17620
17621#. I18N: %1$s is the site URL and %2$s is an email address
17622#: resources/views/emails/register-user-html.phtml:13
17623#: resources/views/emails/register-user-text.phtml:9
17624#, php-format
17625msgid "You (or someone claiming to be you) has requested an account at %1$s using the email address %2$s."
17626msgstr ""
17627
17628#: resources/views/emails/register-user-html.phtml:17
17629#: resources/views/emails/register-user-text.phtml:11
17630msgid "Follow this link to verify your email address."
17631msgstr ""
17632
17633#: resources/views/emails/register-user-html.phtml:27
17634#: resources/views/emails/register-user-text.phtml:15
17635msgid "If you didn’t request an account, you can just delete this message."
17636msgstr ""
17637
17638#. I18N: %1$s is a real-name, %2$s is a username, %3$s is an email address
17639#: resources/views/emails/verify-notify-html.phtml:14
17640#: resources/views/emails/verify-notify-text.phtml:9
17641#, php-format
17642msgid "A new user (%1$s) has requested an account (%2$s) and verified an email address (%3$s)."
17643msgstr ""
17644
17645#: resources/views/emails/verify-notify-html.phtml:22
17646#: resources/views/emails/verify-notify-text.phtml:15
17647msgid "You need to review the account details."
17648msgstr ""
17649
17650#. I18N: You need to:
17651#: resources/views/emails/verify-notify-html.phtml:31
17652#: resources/views/emails/verify-notify-text.phtml:19
17653msgid "Set the status to “approved”."
17654msgstr ""
17655
17656#. I18N: You need to:
17657#: resources/views/emails/verify-notify-html.phtml:33
17658#: resources/views/emails/verify-notify-text.phtml:20
17659msgid "Set the access level for each tree."
17660msgstr ""
17661
17662#. I18N: You need to:
17663#: resources/views/emails/verify-notify-html.phtml:35
17664#: resources/views/emails/verify-notify-text.phtml:21
17665msgid "Link the user account to an individual."
17666msgstr ""
17667
17668#: resources/views/errors/database-connection.phtml:9
17669msgid "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."
17670msgstr ""
17671
17672#: resources/views/errors/database-connection.phtml:16
17673msgid "If you are the website administrator, you should check that:"
17674msgstr ""
17675
17676#. I18N: [you should check that:] ...
17677#: resources/views/errors/database-connection.phtml:20
17678msgid "the database connection settings in the file “/data/config.ini.php” are still correct"
17679msgstr ""
17680
17681#. I18N: [you should check that:] ...
17682#: resources/views/errors/database-connection.phtml:23
17683msgid "the folder “/data” and the file “/data/config.ini.php” have access permissions that allow the webserver to read them"
17684msgstr ""
17685
17686#. I18N: [you should check that:] ...
17687#: resources/views/errors/database-connection.phtml:26
17688msgid "you can connect to the database using other applications, such as phpmyadmin"
17689msgstr ""
17690
17691#: resources/views/errors/database-connection.phtml:31
17692msgid "If you cannot resolve the problem yourself, you can ask for help on the forums at <a href=\"https://webtrees.net\">webtrees.net</a>."
17693msgstr ""
17694
17695#: resources/views/errors/database-error.phtml:8
17696#: resources/views/setup/step-6-failed.phtml:8
17697msgid "An unexpected database error occurred."
17698msgstr ""
17699
17700#: resources/views/errors/database-error.phtml:16
17701#: resources/views/setup/step-6-failed.phtml:16
17702msgid "The webtrees developers would be very interested to learn about this error. If you contact them, they will help you resolve the problem."
17703msgstr ""
17704
17705#: resources/views/errors/no-tree-access.phtml:8
17706msgid "This user account does not have access to any tree."
17707msgstr ""
17708
17709#: resources/views/family-page-children.phtml:13
17710#: resources/views/modules/ancestors-chart/tree.phtml:39
17711#: resources/views/modules/descendancy_chart/tree.phtml:41
17712#: resources/views/statistics/families/top10-list.phtml:19
17713#: resources/views/statistics/families/top10-nolist.phtml:15
17714#, php-format
17715msgid "%s child"
17716msgid_plural "%s children"
17717msgstr[0] ""
17718msgstr[1] ""
17719
17720#: resources/views/family-page-menu.phtml:51
17721msgid "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?"
17722msgstr ""
17723
17724#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
17725#: resources/views/family-page.phtml:16
17726#: resources/views/gedcom-record-page.phtml:34
17727#: resources/views/individual-page.phtml:30 resources/views/media-page.phtml:28
17728#: resources/views/note-page.phtml:14 resources/views/repository-page.phtml:14
17729#: resources/views/source-page.phtml:15 resources/views/submitter-page.phtml:14
17730msgctxt "You should review the deletion and then accept or reject it."
17731msgid "accept"
17732msgstr ""
17733
17734#: resources/views/family-page.phtml:16
17735#: resources/views/gedcom-record-page.phtml:34
17736#: resources/views/individual-page.phtml:30 resources/views/media-page.phtml:28
17737#: resources/views/note-page.phtml:14 resources/views/repository-page.phtml:14
17738#: resources/views/source-page.phtml:15 resources/views/submitter-page.phtml:14
17739msgctxt "You should review the deletion and then accept or reject it."
17740msgid "reject"
17741msgstr ""
17742
17743#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
17744#: resources/views/family-page.phtml:16
17745#, php-format
17746msgid "This family has been deleted. You should review the deletion and then %1$s or %2$s it."
17747msgstr ""
17748
17749#: resources/views/family-page.phtml:18
17750msgid "This family has been deleted. The deletion will need to be reviewed by a moderator."
17751msgstr ""
17752
17753#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
17754#: resources/views/family-page.phtml:22
17755#: resources/views/gedcom-record-page.phtml:40
17756#: resources/views/individual-page.phtml:39 resources/views/media-page.phtml:34
17757#: resources/views/note-page.phtml:20 resources/views/repository-page.phtml:20
17758#: resources/views/source-page.phtml:21 resources/views/submitter-page.phtml:20
17759msgctxt "You should review the changes and then accept or reject them."
17760msgid "accept"
17761msgstr ""
17762
17763#: resources/views/family-page.phtml:22
17764#: resources/views/gedcom-record-page.phtml:40
17765#: resources/views/individual-page.phtml:39 resources/views/media-page.phtml:34
17766#: resources/views/note-page.phtml:20 resources/views/repository-page.phtml:20
17767#: resources/views/source-page.phtml:21 resources/views/submitter-page.phtml:20
17768msgctxt "You should review the changes and then accept or reject them."
17769msgid "reject"
17770msgstr ""
17771
17772#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
17773#: resources/views/family-page.phtml:22
17774#, php-format
17775msgid "This family has been edited. You should review the changes and then %1$s or %2$s them."
17776msgstr ""
17777
17778#: resources/views/family-page.phtml:24
17779msgid "This family has been edited. The changes need to be reviewed by a moderator."
17780msgstr ""
17781
17782#: resources/views/family-page.phtml:56
17783msgid "No facts exist for this family."
17784msgstr ""
17785
17786#: resources/views/family-page.phtml:75
17787#: resources/views/modules/notes/tab.phtml:45
17788msgid "Add a note"
17789msgstr ""
17790
17791#: resources/views/family-page.phtml:86 resources/views/media-page.phtml:171
17792#: resources/views/modules/notes/tab.phtml:55
17793msgid "Add a shared note"
17794msgstr ""
17795
17796#: resources/views/family-page.phtml:110 resources/views/media-page.phtml:161
17797#: resources/views/modules/sources_tab/tab.phtml:43
17798msgid "Add a source citation"
17799msgstr ""
17800
17801#: resources/views/forgot-password-page.phtml:21
17802#: resources/views/modules/login_block/sign-in.phtml:53
17803msgid "Username or email address"
17804msgstr ""
17805
17806#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
17807#: resources/views/gedcom-record-page.phtml:34
17808#: resources/views/submitter-page.phtml:14
17809#, php-format
17810msgid "This record has been deleted. You should review the deletion and then %1$s or %2$s it."
17811msgstr ""
17812
17813#: resources/views/gedcom-record-page.phtml:36
17814#: resources/views/submitter-page.phtml:16
17815msgid "This record has been deleted. The deletion will need to be reviewed by a moderator."
17816msgstr ""
17817
17818#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
17819#: resources/views/gedcom-record-page.phtml:40
17820#: resources/views/submitter-page.phtml:20
17821#, php-format
17822msgid "This record has been edited. You should review the changes and then %1$s or %2$s them."
17823msgstr ""
17824
17825#: resources/views/gedcom-record-page.phtml:42
17826#: resources/views/submitter-page.phtml:22
17827msgid "This record has been edited. The changes need to be reviewed by a moderator."
17828msgstr ""
17829
17830#: resources/views/help/data-fixes.phtml:8
17831msgid "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."
17832msgstr ""
17833
17834#: resources/views/help/data-fixes.phtml:12
17835msgid "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."
17836msgstr ""
17837
17838#: resources/views/help/data-fixes.phtml:16
17839msgid "This list is created using a simple (but fast) search, and therefore includes records that will not be updated."
17840msgstr ""
17841
17842#: resources/views/help/date.phtml:8
17843msgid "Dates are stored using English abbreviations and keywords. Shortcuts are available as alternatives to these abbreviations and keywords."
17844msgstr ""
17845
17846#: resources/views/help/date.phtml:21 resources/views/help/date.phtml:59
17847#: resources/views/help/date.phtml:97
17848msgid "Shortcut"
17849msgstr ""
17850
17851#: resources/views/help/date.phtml:46
17852msgid "Date ranges are used to indicate that an event, such as a birth, happened on an unknown date within a possible range."
17853msgstr ""
17854
17855#: resources/views/help/date.phtml:53
17856#: resources/views/modules/statistics-chart/custom.phtml:88
17857msgid "Date range"
17858msgstr ""
17859
17860#: resources/views/help/date.phtml:84
17861msgid "Date periods are used to indicate that a fact, such as an occupation, continued for a period of time."
17862msgstr ""
17863
17864#: resources/views/help/date.phtml:91
17865msgid "Date period"
17866msgstr ""
17867
17868#: resources/views/help/date.phtml:122
17869msgid "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."
17870msgstr ""
17871
17872#: resources/views/help/hebrew.phtml:8
17873msgid "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."
17874msgstr ""
17875
17876#: resources/views/help/iso-8859-1.phtml:8
17877msgid "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."
17878msgstr ""
17879
17880#: resources/views/help/media-object.phtml:8
17881msgid "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)."
17882msgstr ""
17883
17884#: resources/views/help/name.phtml:8
17885msgid "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."
17886msgstr ""
17887
17888#: resources/views/help/name.phtml:13
17889#, php-format
17890msgid "The surname is enclosed by slashes: <%s>John Paul /Smith/<%s>"
17891msgstr ""
17892
17893#: resources/views/help/name.phtml:16
17894#, php-format
17895msgid "If the surname is unknown, use empty slashes: <%s>Mary //<%s>"
17896msgstr ""
17897
17898#: resources/views/help/name.phtml:19
17899#, php-format
17900msgid "If an individual has two separate surnames, both should be enclosed by slashes: <%s>José Antonio /Gómez/ /Iglesias/<%s>"
17901msgstr ""
17902
17903#: resources/views/help/name.phtml:22
17904#, php-format
17905msgid "If an individual does not have a surname, no slashes are needed: <%s>Jón Einarsson<%s>"
17906msgstr ""
17907
17908#: resources/views/help/name.phtml:25
17909#, php-format
17910msgid "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>"
17911msgstr ""
17912
17913#: resources/views/help/name.phtml:28
17914#, php-format
17915msgid "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 &quot;Nobby&quot; /Clark/<%s>."
17916msgstr ""
17917
17918#: resources/views/help/pending-changes.phtml:8
17919msgid "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."
17920msgstr ""
17921
17922#: resources/views/help/pending-changes.phtml:12
17923msgid "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."
17924msgstr ""
17925
17926#: resources/views/help/pending-changes.phtml:16
17927msgid "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."
17928msgstr ""
17929
17930#: resources/views/help/pending-changes.phtml:21
17931msgid "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."
17932msgstr ""
17933
17934#: resources/views/help/place.phtml:8
17935msgid "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”."
17936msgstr ""
17937
17938#: resources/views/help/place.phtml:12
17939msgid "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."
17940msgstr ""
17941
17942#: resources/views/help/relationship-privacy.phtml:8
17943msgid "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."
17944msgstr ""
17945
17946#: resources/views/help/relationship-privacy.phtml:12
17947msgid "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)."
17948msgstr ""
17949
17950#: resources/views/help/relationship-privacy.phtml:16
17951msgid "Note: longer path lengths require a lot of calculation, which can make your website run slowly for these users."
17952msgstr ""
17953
17954#: resources/views/help/restriction.phtml:8
17955msgid "Restrictions can be added to records and/or facts. They restrict who can view the data and who can edit it."
17956msgstr ""
17957
17958#: resources/views/help/restriction.phtml:11
17959msgid "Note that if a user account is linked to a record, then that user will always be able to view that record."
17960msgstr ""
17961
17962#: resources/views/help/romanized.phtml:8
17963msgid "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."
17964msgstr ""
17965
17966#: resources/views/help/source-events.phtml:8
17967msgid "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."
17968msgstr ""
17969
17970#: resources/views/help/surname.phtml:8
17971msgid "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."
17972msgstr ""
17973
17974#: resources/views/help/zip-gedcom.phtml:8
17975msgid "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."
17976msgstr ""
17977
17978#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
17979#: resources/views/individual-page.phtml:30
17980#, php-format
17981msgid "This individual has been deleted. You should review the deletion and then %1$s or %2$s it."
17982msgstr ""
17983
17984#: resources/views/individual-page.phtml:33
17985msgid "This individual has been deleted. The deletion will need to be reviewed by a moderator."
17986msgstr ""
17987
17988#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
17989#: resources/views/individual-page.phtml:39
17990#, php-format
17991msgid "This individual has been edited. You should review the changes and then %1$s or %2$s them."
17992msgstr ""
17993
17994#: resources/views/individual-page.phtml:42
17995msgid "This individual has been edited. The changes need to be reviewed by a moderator."
17996msgstr ""
17997
17998#. I18N: A button label, previous page
17999#: resources/views/individual-page.phtml:78
18000#: resources/views/layouts/default.phtml:156
18001#: resources/views/lists/datatables-attributes.phtml:20
18002#: resources/views/modules/batch_update/admin.phtml:56
18003#: resources/views/modules/batch_update/admin.phtml:60
18004#: resources/views/modules/media-list/page.phtml:86
18005#: resources/views/modules/media-list/page.phtml:185
18006#: resources/views/setup/step-2-server-checks.phtml:71
18007#: resources/views/setup/step-3-database-type.phtml:79
18008#: resources/views/setup/step-4-database-mysql.phtml:120
18009#: resources/views/setup/step-4-database-pgsql.phtml:105
18010#: resources/views/setup/step-4-database-sqlite.phtml:79
18011#: resources/views/setup/step-4-database-sqlsvr.phtml:105
18012#: resources/views/setup/step-5-administrator.phtml:90
18013msgid "previous"
18014msgstr ""
18015
18016#. I18N: Skip over the headers and menus, to the main content of the page
18017#: resources/views/layouts/administration.phtml:48
18018#: resources/views/layouts/default.phtml:75
18019msgid "Skip to content"
18020msgstr ""
18021
18022#: resources/views/layouts/default.phtml:158
18023#: resources/views/modules/random_media/slide-show.phtml:21
18024#: resources/views/modules/random_media/slide-show.phtml:23
18025msgid "Play"
18026msgstr ""
18027
18028#: resources/views/layouts/default.phtml:159
18029#: resources/views/modules/random_media/slide-show.phtml:25
18030#: resources/views/modules/random_media/slide-show.phtml:27
18031msgid "Stop"
18032msgstr ""
18033
18034#: resources/views/layouts/error.phtml:13
18035#: resources/views/layouts/error.phtml:30
18036#: resources/views/layouts/offline.phtml:62
18037msgid "This website is temporarily unavailable"
18038msgstr ""
18039
18040#: resources/views/layouts/offline.phtml:65
18041msgid "This website is down for maintenance. You should <a href=\"index.php\">try again</a> in a few minutes."
18042msgstr ""
18043
18044#: resources/views/layouts/setup.phtml:12
18045#: resources/views/layouts/setup.phtml:20
18046msgid "Setup wizard for webtrees"
18047msgstr ""
18048
18049#. I18N: button label
18050#: resources/views/lists/anniversaries-list.phtml:23
18051#: resources/views/modules/gedcom_news/list.phtml:17
18052#: resources/views/modules/recent_changes/changes-list.phtml:21
18053#: resources/views/modules/user_blog/list.phtml:17
18054#: resources/views/modules/yahrzeit/list.phtml:20
18055msgid "show more"
18056msgstr ""
18057
18058#: resources/views/lists/anniversaries-table.phtml:41
18059#: resources/views/lists/families-table.phtml:222
18060#: resources/views/lists/individuals-table.phtml:239
18061#: resources/views/lists/individuals-table.phtml:249
18062#: resources/views/modules/yahrzeit/table.phtml:30
18063msgid "Anniversary"
18064msgstr ""
18065
18066#: resources/views/lists/datatables-attributes.phtml:22
18067#: resources/views/lists/datatables-attributes.phtml:33
18068msgid "No records to display"
18069msgstr ""
18070
18071#. I18N: %s are placeholders for numbers
18072#: resources/views/lists/datatables-attributes.phtml:24
18073#: resources/views/lists/datatables-attributes.phtml:25
18074#, php-format
18075msgid "Showing %1$s to %2$s of %3$s"
18076msgstr ""
18077
18078#. I18N: %s is a number
18079#: resources/views/lists/datatables-attributes.phtml:27
18080#, php-format
18081msgid "(filtered from %s total entries)"
18082msgstr ""
18083
18084#. I18N: %s is a number of records per page
18085#: resources/views/lists/datatables-attributes.phtml:29
18086#, php-format
18087msgid "Display %s"
18088msgstr ""
18089
18090#: resources/views/lists/datatables-attributes.phtml:30
18091msgid "Loading…"
18092msgstr ""
18093
18094#: resources/views/lists/datatables-attributes.phtml:32
18095msgid "Filter"
18096msgstr ""
18097
18098#: resources/views/lists/families-table.phtml:161
18099msgid "Both alive"
18100msgstr ""
18101
18102#: resources/views/lists/families-table.phtml:163
18103msgid "Show couples where only the female partner is dead."
18104msgstr ""
18105
18106#: resources/views/lists/families-table.phtml:165
18107msgid "Widower"
18108msgstr ""
18109
18110#: resources/views/lists/families-table.phtml:167
18111msgid "Show couples where only the male partner is dead."
18112msgstr ""
18113
18114#: resources/views/lists/families-table.phtml:169
18115msgid "Widow"
18116msgstr ""
18117
18118#: resources/views/lists/families-table.phtml:171
18119#: resources/views/lists/individuals-table.phtml:194
18120msgid "Show individuals who are dead or couples where both partners are dead."
18121msgstr ""
18122
18123#: resources/views/lists/families-table.phtml:173
18124msgid "Both dead"
18125msgstr ""
18126
18127#: resources/views/lists/families-table.phtml:178
18128#: resources/views/lists/individuals-table.phtml:220
18129msgid "Show “roots” couples or individuals. These individuals may also be called “patriarchs”. They are individuals who have no parents recorded in the database."
18130msgstr ""
18131
18132#: resources/views/lists/families-table.phtml:180
18133#: resources/views/lists/individuals-table.phtml:222
18134msgid "Roots"
18135msgstr ""
18136
18137#: resources/views/lists/families-table.phtml:182
18138#: resources/views/lists/individuals-table.phtml:224
18139msgid "Show “leaves” couples or individuals. These are individuals who are alive but have no children recorded in the database."
18140msgstr ""
18141
18142#: resources/views/lists/families-table.phtml:184
18143#: resources/views/lists/individuals-table.phtml:226
18144msgid "Leaves"
18145msgstr ""
18146
18147#: resources/views/lists/families-table.phtml:189
18148msgid "Show couples with an unknown marriage date."
18149msgstr ""
18150
18151#: resources/views/lists/families-table.phtml:193
18152msgid "Show couples who married more than 100 years ago."
18153msgstr ""
18154
18155#: resources/views/lists/families-table.phtml:197
18156msgid "Show couples who married within the last 100 years."
18157msgstr ""
18158
18159#: resources/views/lists/families-table.phtml:201
18160msgid "Show divorced couples."
18161msgstr ""
18162
18163#: resources/views/lists/families-table.phtml:205
18164msgid "Show couples where either partner married more than once."
18165msgstr ""
18166
18167#: resources/views/lists/families-table.phtml:207
18168msgid "Multiple marriages"
18169msgstr ""
18170
18171#: resources/views/lists/families-table.phtml:414
18172#: resources/views/lists/individuals-table.phtml:421
18173msgid "Show parents"
18174msgstr ""
18175
18176#: resources/views/lists/families-table.phtml:417
18177#: resources/views/lists/individuals-table.phtml:424
18178msgid "Show statistics charts"
18179msgstr ""
18180
18181#: resources/views/lists/families-table.phtml:432
18182#: resources/views/lists/families-table.phtml:448
18183#: resources/views/lists/individuals-table.phtml:439
18184#: resources/views/lists/individuals-table.phtml:456
18185msgid "Decade of birth"
18186msgstr ""
18187
18188#: resources/views/lists/families-table.phtml:457
18189#: resources/views/lists/families-table.phtml:473
18190msgid "Decade of marriage"
18191msgstr ""
18192
18193#: resources/views/lists/given-names-table.phtml:21
18194#: resources/views/search-phonetic-page.phtml:17
18195msgid "Given name"
18196msgstr ""
18197
18198#: resources/views/lists/individual-table-parents.phtml:14
18199#, php-format
18200msgid "Mother: %s"
18201msgstr ""
18202
18203#: resources/views/lists/individual-table-parents.phtml:16
18204#, php-format
18205msgid "Father: %s"
18206msgstr ""
18207
18208#: resources/views/lists/individuals-table.phtml:175
18209msgid "Show only males."
18210msgstr ""
18211
18212#: resources/views/lists/individuals-table.phtml:179
18213msgid "Show only females."
18214msgstr ""
18215
18216#: resources/views/lists/individuals-table.phtml:183
18217msgid "Show only individuals for whom the gender is not known."
18218msgstr ""
18219
18220#: resources/views/lists/individuals-table.phtml:190
18221msgid "Show individuals who are alive or couples where both partners are alive."
18222msgstr ""
18223
18224#: resources/views/lists/individuals-table.phtml:192
18225msgid "Alive"
18226msgstr ""
18227
18228#: resources/views/lists/individuals-table.phtml:198
18229msgid "Show individuals who died more than 100 years ago."
18230msgstr ""
18231
18232#: resources/views/lists/individuals-table.phtml:202
18233msgid "Show individuals who died within the last 100 years."
18234msgstr ""
18235
18236#: resources/views/lists/individuals-table.phtml:209
18237msgid "Show individuals born more than 100 years ago."
18238msgstr ""
18239
18240#: resources/views/lists/individuals-table.phtml:213
18241msgid "Show individuals born within the last 100 years."
18242msgstr ""
18243
18244#. I18N: Abbreviation for “Sosa-Stradonitz number”. This is an individual’s surname, so may need transliterating into non-latin alphabets.
18245#: resources/views/lists/individuals-table.phtml:236
18246msgid "Sosa"
18247msgstr ""
18248
18249#: resources/views/lists/individuals-table.phtml:465
18250#: resources/views/lists/individuals-table.phtml:482
18251msgid "Decade of death"
18252msgstr ""
18253
18254#: resources/views/lists/individuals-table.phtml:491
18255#: resources/views/lists/individuals-table.phtml:533
18256msgid "Age related to death year"
18257msgstr ""
18258
18259#: resources/views/lists/repositories-table.phtml:42
18260msgid "Repository name"
18261msgstr ""
18262
18263#: resources/views/lists/submitters-table.phtml:60
18264msgid "Submitter name"
18265msgstr ""
18266
18267#: resources/views/lists/surnames-table.phtml:18
18268#: resources/views/modules/gedcom_stats/config.phtml:48
18269#: resources/views/modules/gedcom_stats/statistics.phtml:56
18270#: resources/views/modules/statistics-chart/custom.phtml:155
18271msgid "Surnames"
18272msgstr ""
18273
18274#: resources/views/login-page.phtml:21
18275msgid "Welcome to this genealogy website"
18276msgstr ""
18277
18278#. I18N: A button label.
18279#: resources/views/login-page.phtml:56
18280#: resources/views/modules/login_block/sign-in.phtml:33
18281msgid "sign in"
18282msgstr ""
18283
18284#: resources/views/login-page.phtml:60
18285#: resources/views/modules/login_block/sign-in.phtml:37
18286msgid "Forgot password?"
18287msgstr ""
18288
18289#: resources/views/media-page-menu.phtml:19
18290#: resources/views/modals/link-media-to-individual.phtml:10
18291msgid "Link this media object to an individual"
18292msgstr ""
18293
18294#: resources/views/media-page-menu.phtml:24
18295#: resources/views/modals/link-media-to-family.phtml:10
18296msgid "Link this media object to a family"
18297msgstr ""
18298
18299#: resources/views/media-page-menu.phtml:29
18300#: resources/views/modals/link-media-to-source.phtml:10
18301msgid "Link this media object to a source"
18302msgstr ""
18303
18304#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
18305#: resources/views/media-page.phtml:28
18306#, php-format
18307msgid "This media object has been deleted. You should review the deletion and then %1$s or %2$s it."
18308msgstr ""
18309
18310#: resources/views/media-page.phtml:30
18311msgid "This media object has been deleted. The deletion will need to be reviewed by a moderator."
18312msgstr ""
18313
18314#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
18315#: resources/views/media-page.phtml:34
18316#, php-format
18317msgid "This media object has been edited. You should review the changes and then %1$s or %2$s them."
18318msgstr ""
18319
18320#: resources/views/media-page.phtml:36
18321msgid "This media object has been edited. The changes need to be reviewed by a moderator."
18322msgstr ""
18323
18324#. I18N: %s is a filename
18325#: resources/views/media-page.phtml:121
18326#: resources/views/modules/media-list/page.phtml:145
18327#, php-format
18328msgid "The file “%s” does not exist."
18329msgstr ""
18330
18331#: resources/views/media-page.phtml:138
18332msgid "Download file"
18333msgstr ""
18334
18335#: resources/views/media-page.phtml:181
18336msgid "Add a restriction"
18337msgstr ""
18338
18339#. I18N: URL = web address
18340#: resources/views/modals/media-file-fields.phtml:23
18341msgid "A URL"
18342msgstr ""
18343
18344#: resources/views/modals/media-file-fields.phtml:52
18345#: resources/views/modules/media-list/page.phtml:21
18346msgid "Folder"
18347msgstr ""
18348
18349#: resources/views/modals/media-file-fields.phtml:62
18350msgid "Same as uploaded file"
18351msgstr ""
18352
18353#: resources/views/modals/media-file-fields.phtml:66
18354msgid "If you have a large number of media files, you can organize them into folders and subfolders."
18355msgstr ""
18356
18357#: resources/views/modals/media-file-fields.phtml:71
18358msgid "Create a unique filename"
18359msgstr ""
18360
18361#: resources/views/modals/media-file-fields.phtml:96
18362msgid "Caution!"
18363msgstr ""
18364
18365#: resources/views/modals/media-file-fields.phtml:98
18366msgid "The GEDCOM standard does not allow URLs in media objects."
18367msgstr ""
18368
18369#: resources/views/modals/media-file-fields.phtml:99
18370msgid "Other genealogy applications might not recognize this data."
18371msgstr ""
18372
18373#: resources/views/modals/on-screen-keyboard.phtml:51
18374msgid "Keep open"
18375msgstr ""
18376
18377#. I18N: a restrction on viewing data
18378#: resources/views/modals/restriction-fields.phtml:9
18379msgid "Privacy restriction"
18380msgstr ""
18381
18382#. I18N: A restriction on editing data
18383#: resources/views/modals/restriction-fields.phtml:26
18384msgid "Editing restriction"
18385msgstr ""
18386
18387#: resources/views/modules/ancestors-chart/page.phtml:25
18388#: resources/views/modules/descendancy_chart/page.phtml:25
18389#: resources/views/modules/family-book-chart/page.phtml:26
18390#: resources/views/modules/fanchart/page.phtml:35
18391#: resources/views/modules/hourglass-chart/page.phtml:26
18392#: resources/views/modules/pedigree-chart/page.phtml:25
18393#: resources/views/modules/pedigree-map/page.phtml:24
18394#: resources/xml/reports/ahnentafel_report.xml:7
18395#: resources/xml/reports/descendancy_report.xml:6
18396#: resources/xml/reports/individual_ext_report.xml:7
18397#: resources/xml/reports/missing_facts_report.xml:7
18398msgid "Generations"
18399msgstr ""
18400
18401#: resources/views/modules/ancestors-chart/page.phtml:35
18402#: resources/views/modules/descendancy_chart/page.phtml:35
18403#: resources/views/modules/fanchart/page.phtml:26
18404#: resources/views/modules/hourglass-chart/page.phtml:36
18405#: resources/views/modules/pedigree-chart/page.phtml:34
18406msgid "Layout"
18407msgstr ""
18408
18409#: resources/views/modules/ancestors-chart/tree.phtml:18
18410msgid "Sosa-Stradonitz number"
18411msgstr ""
18412
18413#: resources/views/modules/batch_update/admin.phtml:25
18414msgid "Batch update"
18415msgstr ""
18416
18417#: resources/views/modules/batch_update/admin.phtml:85
18418msgid "Your user account does not have “automatically accept changes” enabled. You will only be able to change one record at a time."
18419msgstr ""
18420
18421#. I18N: A configuration setting
18422#: resources/views/modules/bing-webmaster-tools/form.phtml:9
18423#: resources/views/modules/google-webmaster-tools/form.phtml:9
18424msgid "Site verification code"
18425msgstr ""
18426
18427#: resources/views/modules/bing-webmaster-tools/form.phtml:18
18428#: resources/views/modules/google-webmaster-tools/form.phtml:18
18429msgid "Site verification codes do not work when webtrees is installed in a subfolder."
18430msgstr ""
18431
18432#: resources/views/modules/census-assistant.phtml:10
18433msgid "Create a shared note using the census assistant"
18434msgstr ""
18435
18436#: resources/views/modules/census-assistant.phtml:32
18437msgid "Citation"
18438msgstr ""
18439
18440#: resources/views/modules/census-assistant.phtml:106
18441msgid "Census transcript"
18442msgstr ""
18443
18444#: resources/views/modules/census-assistant.phtml:106
18445msgid "Household"
18446msgstr ""
18447
18448#: resources/views/modules/charts/config.phtml:9
18449#: resources/views/modules/statistics-chart/custom.phtml:18
18450#: resources/views/modules/statistics-chart/custom.phtml:147
18451#: resources/views/modules/statistics-chart/custom.phtml:149
18452msgid "Chart type"
18453msgstr ""
18454
18455#: resources/views/modules/clippings/show.phtml:10
18456msgid "The clippings cart allows you to take extracts from this family tree and download them as a GEDCOM file."
18457msgstr ""
18458
18459#: resources/views/modules/clippings/show.phtml:15
18460msgid "Your clippings cart is empty."
18461msgstr ""
18462
18463#: resources/views/modules/custom-css-js/edit.phtml:16
18464msgid "Add content to the end of the <code>&lt;head&gt;</code> element."
18465msgstr ""
18466
18467#: resources/views/modules/custom-css-js/edit.phtml:21
18468msgid "Include the <code>&lt;style&gt;&lt;/style&gt;</code> tags."
18469msgstr ""
18470
18471#: resources/views/modules/custom-css-js/edit.phtml:28
18472msgid "Add content to the end of the <code>&lt;body&gt;</code> element."
18473msgstr ""
18474
18475#: resources/views/modules/custom-css-js/edit.phtml:33
18476msgid "Include the <code>&lt;script&gt;&lt;/script&gt;</code> tags."
18477msgstr ""
18478
18479#: resources/views/modules/descendancy_chart/tree.phtml:17
18480msgid "d’Aboville number"
18481msgstr ""
18482
18483#: resources/views/modules/family-book-chart/chart.phtml:21
18484#, php-format
18485msgid "Family of %s"
18486msgstr ""
18487
18488#: resources/views/modules/family-book-chart/page.phtml:35
18489msgid "Descendant generations"
18490msgstr ""
18491
18492#: resources/views/modules/family-book-chart/page.phtml:48
18493#: resources/views/modules/hourglass-chart/page.phtml:39
18494#: resources/xml/reports/pedigree_report.xml:6
18495msgid "Show spouses"
18496msgstr ""
18497
18498#. I18N: FAQ = “Frequently Asked Question”
18499#: resources/views/modules/faq/config.phtml:14
18500msgid "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."
18501msgstr ""
18502
18503#: resources/views/modules/faq/config.phtml:15
18504msgid "You may use HTML to format the answer and to add links to other websites."
18505msgstr ""
18506
18507#. I18N: Label for a configuration option
18508#: resources/views/modules/faq/config.phtml:41
18509#: resources/views/modules/faq/edit.phtml:51
18510#: resources/views/modules/recent_changes/config.phtml:28
18511#: resources/views/modules/todays_events/config.phtml:36
18512#: resources/views/modules/upcoming_events/config.phtml:46
18513#: resources/xml/reports/bdm_report.xml:11
18514#: resources/xml/reports/birth_report.xml:9
18515#: resources/xml/reports/cemetery_report.xml:6
18516#: resources/xml/reports/change_report.xml:7
18517#: resources/xml/reports/death_report.xml:9
18518#: resources/xml/reports/fact_sources.xml:7
18519#: resources/xml/reports/individual_ext_report.xml:8
18520#: resources/xml/reports/marriage_report.xml:9
18521#: resources/xml/reports/occupation_report.xml:6
18522#: resources/xml/reports/relative_ext_report.xml:7
18523msgid "Sort order"
18524msgstr ""
18525
18526#: resources/views/modules/faq/config.phtml:43
18527#: resources/views/modules/faq/edit.phtml:19
18528msgid "Question"
18529msgstr ""
18530
18531#: resources/views/modules/faq/edit.phtml:30
18532msgid "Answer"
18533msgstr ""
18534
18535#. I18N: Label for a configuration option
18536#: resources/views/modules/faq/edit.phtml:41
18537#: resources/views/modules/html/config.phtml:56
18538#: resources/views/modules/stories/edit.phtml:49
18539msgid "Show this block for which languages"
18540msgstr ""
18541
18542#. I18N: FAQ = “Frequently Asked Question”
18543#: resources/views/modules/faq/edit.phtml:68
18544msgid "An FAQ can be displayed on just one of the family trees, or on all the family trees."
18545msgstr ""
18546
18547#: resources/views/modules/faq/show.phtml:24
18548msgid "back to top"
18549msgstr ""
18550
18551#: resources/views/modules/favorites/favorites.phtml:35
18552msgid "Are you sure you want to remove this item from your list of favorites?"
18553msgstr ""
18554
18555#: resources/views/modules/favorites/favorites.phtml:44
18556#: resources/views/modules/favorites/favorites.phtml:54
18557msgid "Add a favorite"
18558msgstr ""
18559
18560#: resources/views/modules/favorites/favorites.phtml:163
18561msgid "Enter an optional note about this favorite"
18562msgstr ""
18563
18564#: resources/views/modules/fix-add-marr-names/options.phtml:16
18565msgid "Surname option"
18566msgstr ""
18567
18568#. I18N: Label for option
18569#: resources/views/modules/fix-ceme-tag/options.phtml:16
18570msgid "Convert to"
18571msgstr ""
18572
18573#: resources/views/modules/fix-place-names/options.phtml:21
18574msgid "Replace"
18575msgstr ""
18576
18577#: resources/views/modules/fix-search-and-replace/options.phtml:18
18578msgid "Search text/pattern"
18579msgstr ""
18580
18581#: resources/views/modules/fix-search-and-replace/options.phtml:28
18582msgid "Replacement text"
18583msgstr ""
18584
18585#: resources/views/modules/fix-search-and-replace/options.phtml:38
18586msgid "Search method"
18587msgstr ""
18588
18589#: resources/views/modules/fix-search-and-replace/options.phtml:44
18590msgid "Regular expressions are an advanced pattern matching technique."
18591msgstr ""
18592
18593#: resources/views/modules/fix-search-and-replace/options.phtml:52
18594msgid "Case insensitive"
18595msgstr ""
18596
18597#. I18N: Help text for "Case insensitive" searches
18598#: resources/views/modules/fix-search-and-replace/options.phtml:58
18599msgid "Match both upper and lower case letters."
18600msgstr ""
18601
18602#: resources/views/modules/fix-search-and-replace/options.phtml:65
18603#: resources/views/search-general-page.phtml:28
18604#: resources/views/statistics/other/total-records.phtml:12
18605msgid "Records"
18606msgstr ""
18607
18608#: resources/views/modules/gedcom_news/edit.phtml:29
18609#: resources/views/modules/html/config.phtml:32
18610#: resources/views/modules/user_blog/edit.phtml:29
18611msgid "Content"
18612msgstr ""
18613
18614#: resources/views/modules/gedcom_news/list.phtml:9
18615#: resources/views/modules/user_blog/list.phtml:9
18616msgid "No news articles have been submitted."
18617msgstr ""
18618
18619#: resources/views/modules/gedcom_news/list.phtml:51
18620msgid "Add a news article"
18621msgstr ""
18622
18623#. I18N: label for yes/no option
18624#: resources/views/modules/gedcom_stats/config.phtml:13
18625msgid "Show date of last update"
18626msgstr ""
18627
18628#: resources/views/modules/gedcom_stats/config.phtml:25
18629#: resources/views/modules/html/template-statistics.phtml:31
18630#: resources/views/statistics/individuals/names.phtml:22
18631msgid "Total surnames"
18632msgstr ""
18633
18634#: resources/views/modules/gedcom_stats/config.phtml:30
18635#: resources/views/statistics/other/total-events.phtml:12
18636#: resources/xml/reports/missing_facts_report.xml:602
18637msgid "Total events"
18638msgstr ""
18639
18640#: resources/views/modules/gedcom_stats/config.phtml:31
18641msgid "Total users"
18642msgstr ""
18643
18644#: resources/views/modules/gedcom_stats/config.phtml:32
18645#: resources/views/modules/gedcom_stats/statistics.phtml:144
18646#: resources/views/modules/html/template-statistics.phtml:64
18647#: resources/views/statistics/individuals/total-events.phtml:44
18648msgid "Earliest birth"
18649msgstr ""
18650
18651#: resources/views/modules/gedcom_stats/config.phtml:33
18652#: resources/views/modules/gedcom_stats/statistics.phtml:155
18653#: resources/views/modules/html/template-statistics.phtml:68
18654#: resources/views/statistics/individuals/total-events.phtml:55
18655msgid "Latest birth"
18656msgstr ""
18657
18658#: resources/views/modules/gedcom_stats/config.phtml:34
18659#: resources/views/modules/gedcom_stats/statistics.phtml:166
18660#: resources/views/modules/html/template-statistics.phtml:72
18661#: resources/views/statistics/individuals/total-events.phtml:92
18662msgid "Earliest death"
18663msgstr ""
18664
18665#: resources/views/modules/gedcom_stats/config.phtml:35
18666#: resources/views/modules/gedcom_stats/statistics.phtml:177
18667#: resources/views/modules/html/template-statistics.phtml:76
18668#: resources/views/statistics/individuals/total-events.phtml:103
18669msgid "Latest death"
18670msgstr ""
18671
18672#: resources/views/modules/gedcom_stats/config.phtml:36
18673#: resources/views/modules/gedcom_stats/statistics.phtml:188
18674#: resources/views/modules/html/template-statistics.phtml:80
18675msgid "Individual who lived the longest"
18676msgstr ""
18677
18678#: resources/views/modules/gedcom_stats/config.phtml:38
18679#: resources/views/modules/gedcom_stats/statistics.phtml:214
18680#: resources/views/modules/html/template-statistics.phtml:88
18681msgid "Family with the most children"
18682msgstr ""
18683
18684#: resources/views/modules/gedcom_stats/config.phtml:52
18685#: resources/views/modules/gedcom_stats/statistics.phtml:243
18686#: resources/views/modules/html/template-statistics.phtml:100
18687msgid "Most common surnames"
18688msgstr ""
18689
18690#. I18N: ... to show in a list
18691#: resources/views/modules/gedcom_stats/config.phtml:60
18692#: resources/views/modules/top10_surnames/config.phtml:9
18693msgid "Number of surnames"
18694msgstr ""
18695
18696#: resources/views/modules/gedcom_stats/statistics.phtml:9
18697#: resources/views/modules/html/template-statistics.phtml:13
18698#, php-format
18699msgid "This family tree was last updated on %s."
18700msgstr ""
18701
18702#: resources/views/modules/gedcom_stats/statistics.phtml:112
18703#: resources/views/modules/html/template-statistics.phtml:51
18704#: resources/views/modules/todays_events/config.phtml:18
18705#: resources/views/modules/upcoming_events/config.phtml:28
18706#: resources/views/statistics/individuals/total-events.phtml:12
18707msgid "Events"
18708msgstr ""
18709
18710#. I18N: A configuration setting
18711#: resources/views/modules/google-analytics/form.phtml:9
18712#: resources/views/modules/matomo-analytics/form.phtml:9
18713#: resources/views/modules/statcounter/form.phtml:9
18714msgid "Site identification code"
18715msgstr ""
18716
18717#: resources/views/modules/html/config.phtml:20
18718msgid "Templates"
18719msgstr ""
18720
18721#: resources/views/modules/html/config.phtml:25
18722msgid "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."
18723msgstr ""
18724
18725#: resources/views/modules/html/config.phtml:36
18726msgid "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."
18727msgstr ""
18728
18729#: resources/views/modules/html/config.phtml:45
18730msgid "Show the date and time of update"
18731msgstr ""
18732
18733#. I18N: do not translate the #keywords#
18734#: resources/views/modules/html/template-narrative.phtml:7
18735msgid "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#."
18736msgstr ""
18737
18738#: resources/views/modules/interactive-tree/chart.phtml:10
18739msgid "Use compact layout"
18740msgstr ""
18741
18742#: resources/views/modules/lifespans-chart/page.phtml:20
18743msgid "Add individuals"
18744msgstr ""
18745
18746#. I18N: Label for a configuration option
18747#: resources/views/modules/lifespans-chart/page.phtml:24
18748msgid "Include the individual’s immediate family"
18749msgstr ""
18750
18751#: resources/views/modules/lifespans-chart/page.phtml:30
18752msgid "Select individuals by place or date"
18753msgstr ""
18754
18755#: resources/views/modules/lifespans-chart/page.phtml:45
18756msgid "Start year"
18757msgstr ""
18758
18759#: resources/views/modules/lifespans-chart/page.phtml:54
18760msgid "End year"
18761msgstr ""
18762
18763#: resources/views/modules/login_block/sign-out.phtml:10
18764#, php-format
18765msgid "You are signed in as %s."
18766msgstr ""
18767
18768#. I18N: A button label.
18769#: resources/views/modules/login_block/sign-out.phtml:15
18770msgid "sign out"
18771msgstr ""
18772
18773#: resources/views/modules/media-list/page.phtml:29
18774msgid "Media objects per page"
18775msgstr ""
18776
18777#: resources/views/modules/media-list/page.phtml:52
18778msgid "Search filters"
18779msgstr ""
18780
18781#: resources/views/modules/media-list/page.phtml:73
18782msgid "Media objects found"
18783msgstr ""
18784
18785#: resources/views/modules/media-list/page.phtml:91
18786#: resources/views/modules/media-list/page.phtml:190
18787#, php-format
18788msgid "Page %s of %s"
18789msgstr ""
18790
18791#: resources/views/modules/media/tab.phtml:20
18792msgid "There are no media objects for this individual."
18793msgstr ""
18794
18795#: resources/views/modules/notes/tab.phtml:16
18796msgid "Show all notes"
18797msgstr ""
18798
18799#: resources/views/modules/notes/tab.phtml:31
18800msgid "There are no notes for this individual."
18801msgstr ""
18802
18803#: resources/views/modules/pedigree-chart/page.phtml:37
18804msgid "left"
18805msgstr ""
18806
18807#: resources/views/modules/pedigree-chart/page.phtml:37
18808msgid "right"
18809msgstr ""
18810
18811#: resources/views/modules/pedigree-chart/page.phtml:37
18812msgid "up"
18813msgstr ""
18814
18815#: resources/views/modules/pedigree-chart/page.phtml:37
18816msgid "down"
18817msgstr ""
18818
18819#: resources/views/modules/pedigree-chart/previous.phtml:20
18820msgid "Siblings"
18821msgstr ""
18822
18823#: resources/views/modules/pedigree-chart/previous.phtml:22
18824msgid "Sibling"
18825msgstr ""
18826
18827#: resources/views/modules/pedigree-map/chart.phtml:67
18828#: resources/views/modules/place-hierarchy/map.phtml:71
18829#: resources/views/modules/places/tab.phtml:58
18830msgid "Reload map"
18831msgstr ""
18832
18833#: resources/views/modules/pedigree-map/chart.phtml:110
18834#: resources/views/modules/places/tab.phtml:102
18835msgid "Nothing to show"
18836msgstr ""
18837
18838#: resources/views/modules/personal_facts/tab.phtml:17
18839msgid "Events of close relatives"
18840msgstr ""
18841
18842#: resources/views/modules/personal_facts/tab.phtml:35
18843msgid "There are no facts for this individual."
18844msgstr ""
18845
18846#: resources/views/modules/place-hierarchy/events.phtml:24
18847#: resources/views/modules/place-hierarchy/events.phtml:36
18848#: resources/views/search-advanced-page.phtml:81
18849#: resources/views/search-general-page.phtml:113
18850#: resources/views/search-phonetic-page.phtml:114
18851msgid "No results found."
18852msgstr ""
18853
18854#: resources/views/modules/place-hierarchy/list.phtml:9
18855msgid "Place list"
18856msgstr ""
18857
18858#: resources/views/modules/place-hierarchy/page.phtml:50
18859#, php-format
18860msgid "View table of events occurring in %s"
18861msgstr ""
18862
18863#: resources/views/modules/place-hierarchy/sidebar.phtml:37
18864msgid "The location of this place is not known."
18865msgstr ""
18866
18867#: resources/views/modules/privacy-policy/footer.phtml:15
18868msgid "This website uses cookies to learn about visitor behavior."
18869msgstr ""
18870
18871#: resources/views/modules/privacy-policy/page.phtml:9
18872msgid "Personal data"
18873msgstr ""
18874
18875#: resources/views/modules/privacy-policy/page.phtml:13
18876msgid "This website processes personal data for the purpose of historical and genealogical research."
18877msgstr ""
18878
18879#: resources/views/modules/privacy-policy/page.phtml:16
18880msgid "This research is a “legitimate interest” under article 6(f) of the EU General Data Protection Regulations."
18881msgstr ""
18882
18883#: resources/views/modules/privacy-policy/page.phtml:20
18884msgid "Cookies"
18885msgstr ""
18886
18887#: resources/views/modules/privacy-policy/page.phtml:24
18888msgid "This website uses cookies to enable login sessions, and to remember preferences such as your chosen language."
18889msgstr ""
18890
18891#: resources/views/modules/privacy-policy/page.phtml:27
18892msgid "These cookies are “essential”, and do not require consent."
18893msgstr ""
18894
18895#: resources/views/modules/privacy-policy/page.phtml:36
18896msgid "This website uses third-party services to learn about visitor behavior."
18897msgstr ""
18898
18899#: resources/views/modules/privacy-policy/page.phtml:48
18900msgid "These services may use cookies or other tracking technology."
18901msgstr ""
18902
18903#: resources/views/modules/privacy-policy/page.phtml:52
18904msgid "You can opt out of tracking by setting the “Do Not Track” header in your browser preferences."
18905msgstr ""
18906
18907#: resources/views/modules/privacy-policy/page.phtml:57
18908msgid "Data controller"
18909msgstr ""
18910
18911#: resources/views/modules/privacy-policy/page.phtml:61
18912msgid "This website is operated by the following individuals."
18913msgstr ""
18914
18915#: resources/views/modules/random_media/config.phtml:9
18916msgid "Show only individuals, events, or all"
18917msgstr ""
18918
18919#: resources/views/modules/random_media/config.phtml:31
18920msgid "Show slide show controls"
18921msgstr ""
18922
18923#: resources/views/modules/random_media/config.phtml:40
18924msgid "Start slide show on page load"
18925msgstr ""
18926
18927#: resources/views/modules/random_media/slide-show.phtml:29
18928#: resources/views/modules/random_media/slide-show.phtml:31
18929msgid "Next image"
18930msgstr ""
18931
18932#. I18N: [a record was] Changed on <date/time> by <user>
18933#: resources/views/modules/recent_changes/changes-list.phtml:45
18934#, php-format
18935msgid "Changed on %1$s by %2$s"
18936msgstr ""
18937
18938#. I18N: [a record was] Changed on <date/time>
18939#: resources/views/modules/recent_changes/changes-list.phtml:47
18940#, php-format
18941msgid "Changed on %1$s"
18942msgstr ""
18943
18944#: resources/views/modules/recent_changes/config.phtml:9
18945#: resources/views/modules/upcoming_events/config.phtml:9
18946#: resources/views/modules/yahrzeit/config.phtml:9
18947msgid "Number of days to show"
18948msgstr ""
18949
18950#: resources/views/modules/recent_changes/config.phtml:13
18951#: resources/views/modules/upcoming_events/config.phtml:13
18952#: resources/views/modules/yahrzeit/config.phtml:14
18953#, php-format
18954msgid "maximum %s day"
18955msgid_plural "maximum %s days"
18956msgstr[0] ""
18957msgstr[1] ""
18958
18959#. I18N: Label for a configuration option
18960#: resources/views/modules/recent_changes/config.phtml:19
18961#: resources/views/modules/todays_events/config.phtml:27
18962#: resources/views/modules/top10_givnnames/config.phtml:18
18963#: resources/views/modules/top10_surnames/config.phtml:18
18964#: resources/views/modules/upcoming_events/config.phtml:37
18965#: resources/views/modules/yahrzeit/config.phtml:21
18966msgid "Presentation style"
18967msgstr ""
18968
18969#. I18N: label for a yes/no option
18970#: resources/views/modules/recent_changes/config.phtml:37
18971msgid "Show the user who made the change"
18972msgstr ""
18973
18974#: resources/views/modules/relationships-chart/config.phtml:12
18975msgid "Searching for all possible relationships can take a lot of time in complex trees."
18976msgstr ""
18977
18978#. I18N: Configuration option
18979#: resources/views/modules/relationships-chart/config.phtml:33
18980msgid "How much recursion to use when searching for relationships"
18981msgstr ""
18982
18983#: resources/views/modules/relationships-chart/page.phtml:17
18984msgid "Individual 1"
18985msgstr ""
18986
18987#: resources/views/modules/relationships-chart/page.phtml:26
18988msgid "Individual 2"
18989msgstr ""
18990
18991#. I18N: Reverse the order of two individuals
18992#: resources/views/modules/relationships-chart/page.phtml:72
18993msgid "Swap individuals"
18994msgstr ""
18995
18996#: resources/views/modules/relatives/family.phtml:136
18997msgid "Add marriage details"
18998msgstr ""
18999
19000#: resources/views/modules/relatives/family.phtml:207
19001msgid "Add a brother"
19002msgstr ""
19003
19004#: resources/views/modules/relatives/family.phtml:211
19005msgid "Add a sister"
19006msgstr ""
19007
19008#: resources/views/modules/relatives/family.phtml:215
19009msgid "Add a sibling"
19010msgstr ""
19011
19012#: resources/views/modules/relatives/tab.phtml:16
19013msgid "Date differences"
19014msgstr ""
19015
19016#: resources/views/modules/review_changes/config.phtml:8
19017msgid "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."
19018msgstr ""
19019
19020#. I18N: Label for a configuration option
19021#: resources/views/modules/review_changes/config.phtml:14
19022msgid "Send out reminder emails"
19023msgstr ""
19024
19025#: resources/views/modules/review_changes/config.phtml:24
19026msgid "Reminder email frequency (days)"
19027msgstr ""
19028
19029#. I18N: The www.sitemaps.org site is translated into many languages (e.g. http://www.sitemaps.org/fr/) - choose an appropriate URL.
19030#: resources/views/modules/sitemap/config.phtml:13
19031msgid "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>."
19032msgstr ""
19033
19034#. I18N: Label for a configuration option
19035#: resources/views/modules/sitemap/config.phtml:17
19036msgid "Which family trees should be included in the sitemaps"
19037msgstr ""
19038
19039#: resources/views/modules/sitemap/config.phtml:40
19040msgid "To tell search engines that sitemaps are available, you can use the following links."
19041msgstr ""
19042
19043#: resources/views/modules/sources_tab/tab.phtml:16
19044msgid "Show all sources"
19045msgstr ""
19046
19047#: resources/views/modules/sources_tab/tab.phtml:29
19048msgid "There are no source citations for this individual."
19049msgstr ""
19050
19051#. I18N: A configuration setting
19052#: resources/views/modules/statcounter/form.phtml:18
19053msgid "Security code"
19054msgstr ""
19055
19056#: resources/views/modules/statistics-chart/custom.phtml:10
19057msgid "Create your own chart"
19058msgstr ""
19059
19060#: resources/views/modules/statistics-chart/custom.phtml:71
19061msgid "Categories"
19062msgstr ""
19063
19064#: resources/views/modules/statistics-chart/custom.phtml:80
19065msgid "gender"
19066msgstr ""
19067
19068#: resources/views/modules/statistics-chart/custom.phtml:85
19069msgid "date periods"
19070msgstr ""
19071
19072#. I18N: from 1700 interval 50 years
19073#: resources/views/modules/statistics-chart/custom.phtml:93
19074#: resources/views/modules/statistics-chart/custom.phtml:96
19075#: resources/views/modules/statistics-chart/custom.phtml:99
19076#: resources/views/modules/statistics-chart/custom.phtml:102
19077#: resources/views/modules/statistics-chart/custom.phtml:105
19078#: resources/views/modules/statistics-chart/custom.phtml:108
19079#, php-format
19080msgid "from %1$s interval %2$s year"
19081msgid_plural "from %1$s interval %2$s years"
19082msgstr[0] ""
19083msgstr[1] ""
19084
19085#: resources/views/modules/statistics-chart/custom.phtml:114
19086msgid "Results"
19087msgstr ""
19088
19089#: resources/views/modules/statistics-chart/custom.phtml:118
19090msgid "numbers"
19091msgstr ""
19092
19093#: resources/views/modules/statistics-chart/custom.phtml:123
19094msgid "percentage"
19095msgstr ""
19096
19097#: resources/views/modules/statistics-chart/custom.phtml:128
19098#: resources/views/modules/statistics-chart/custom.phtml:131
19099#: resources/views/modules/statistics-chart/custom.phtml:137
19100msgid "Age interval"
19101msgstr ""
19102
19103#: resources/views/modules/statistics-chart/custom.phtml:140
19104msgid "Select the desired age interval"
19105msgstr ""
19106
19107#: resources/views/modules/statistics-chart/custom.phtml:166
19108#: resources/views/modules/statistics-chart/custom.phtml:168
19109msgid "Geographic area"
19110msgstr ""
19111
19112#: resources/views/modules/statistics-chart/custom.phtml:174
19113msgid "Europe"
19114msgstr ""
19115
19116#: resources/views/modules/statistics-chart/custom.phtml:177
19117msgid "Northern America"
19118msgstr ""
19119
19120#: resources/views/modules/statistics-chart/custom.phtml:180
19121msgid "South America"
19122msgstr ""
19123
19124#: resources/views/modules/statistics-chart/custom.phtml:183
19125msgid "Asia"
19126msgstr ""
19127
19128#: resources/views/modules/statistics-chart/custom.phtml:186
19129msgid "Middle East"
19130msgstr ""
19131
19132#: resources/views/modules/statistics-chart/custom.phtml:189
19133msgid "Africa"
19134msgstr ""
19135
19136#: resources/views/modules/statistics-chart/custom.phtml:200
19137msgid "show the chart"
19138msgstr ""
19139
19140#: resources/views/modules/stories/config.phtml:36
19141#: resources/views/modules/stories/edit.phtml:31
19142#: resources/views/modules/stories/list.phtml:12
19143msgid "Story title"
19144msgstr ""
19145
19146#: resources/views/modules/stories/edit.phtml:40
19147msgid "Story"
19148msgstr ""
19149
19150#: resources/views/modules/timeline-chart/chart.phtml:139
19151#: resources/views/modules/timeline-chart/chart.phtml:141
19152#: resources/views/modules/timeline-chart/chart.phtml:143
19153msgid "Month:"
19154msgstr ""
19155
19156#: resources/views/modules/timeline-chart/chart.phtml:139
19157#: resources/views/modules/timeline-chart/chart.phtml:141
19158#: resources/views/modules/timeline-chart/chart.phtml:143
19159msgid "Day:"
19160msgstr ""
19161
19162#: resources/views/modules/timeline-chart/chart.phtml:141
19163msgid "years"
19164msgstr ""
19165
19166#: resources/views/modules/timeline-chart/chart.phtml:143
19167#: resources/views/modules/timeline-chart/chart.phtml:408
19168msgid "Year:"
19169msgstr ""
19170
19171#: resources/views/modules/timeline-chart/chart.phtml:351
19172msgid "Wife’s age"
19173msgstr ""
19174
19175#: resources/views/modules/timeline-chart/chart.phtml:353
19176msgid "Husband’s age"
19177msgstr ""
19178
19179#: resources/views/modules/timeline-chart/page.phtml:60
19180msgid "Remove individual"
19181msgstr ""
19182
19183#. I18N: an age indicator, which can be dragged around the screen
19184#: resources/views/modules/timeline-chart/page.phtml:67
19185msgid "Show an age cursor"
19186msgstr ""
19187
19188#: resources/views/modules/todays_events/config.phtml:9
19189#: resources/views/modules/upcoming_events/config.phtml:19
19190msgid "Show only events of living individuals"
19191msgstr ""
19192
19193#: resources/views/modules/todays_events/empty.phtml:8
19194msgid "No events exist for today."
19195msgstr ""
19196
19197#: resources/views/modules/todo/config.phtml:8
19198msgid "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."
19199msgstr ""
19200
19201#: resources/views/modules/todo/config.phtml:9
19202msgid "To create new research tasks, you must first add “research task” to the list of facts and events in the family tree’s preferences."
19203msgstr ""
19204
19205#: resources/views/modules/todo/config.phtml:10
19206msgid "Research tasks are stored using the custom GEDCOM tag “_TODO”. Other genealogy applications may not recognize this tag."
19207msgstr ""
19208
19209#: resources/views/modules/todo/config.phtml:15
19210msgid "Show research tasks that are assigned to other users"
19211msgstr ""
19212
19213#: resources/views/modules/todo/config.phtml:25
19214msgid "Show research tasks that are not assigned to any user"
19215msgstr ""
19216
19217#: resources/views/modules/todo/config.phtml:34
19218msgid "Show research tasks that have a date in the future"
19219msgstr ""
19220
19221#. I18N: ... to show in a list
19222#: resources/views/modules/top10_givnnames/config.phtml:9
19223msgid "Number of given names"
19224msgstr ""
19225
19226#. I18N: ... to show in a list
19227#: resources/views/modules/top10_pageviews/config.phtml:9
19228msgid "Number of pages"
19229msgstr ""
19230
19231#: resources/views/modules/user_blog/list.phtml:50
19232msgid "Add a journal entry"
19233msgstr ""
19234
19235#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
19236#: resources/views/note-page.phtml:14
19237#, php-format
19238msgid "This note has been deleted. You should review the deletion and then %1$s or %2$s it."
19239msgstr ""
19240
19241#: resources/views/note-page.phtml:16
19242msgid "This note has been deleted. The deletion will need to be reviewed by a moderator."
19243msgstr ""
19244
19245#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
19246#: resources/views/note-page.phtml:20
19247#, php-format
19248msgid "This note has been edited. You should review the changes and then %1$s or %2$s them."
19249msgstr ""
19250
19251#: resources/views/note-page.phtml:22
19252msgid "This note has been edited. The changes need to be reviewed by a moderator."
19253msgstr ""
19254
19255#: resources/views/password-request-page.phtml:21
19256msgid "Email"
19257msgstr ""
19258
19259#: resources/views/pending-changes-page.phtml:51
19260#: resources/views/pending-changes-page.phtml:63
19261msgid "Accept"
19262msgstr ""
19263
19264#: resources/views/pending-changes-page.phtml:55
19265#: resources/views/pending-changes-page.phtml:93
19266msgid "Reject"
19267msgstr ""
19268
19269#: resources/views/pending-changes-page.phtml:104
19270msgid "Accept all changes"
19271msgstr ""
19272
19273#: resources/views/pending-changes-page.phtml:107
19274msgid "Are you sure you want to reject all the changes to this family tree?"
19275msgstr ""
19276
19277#: resources/views/pending-changes-page.phtml:108
19278msgid "Reject all changes"
19279msgstr ""
19280
19281#: resources/views/register-page.phtml:24
19282msgid "<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>"
19283msgstr ""
19284
19285#. I18N: placeholder text for registration-comments field
19286#: resources/views/register-page.phtml:87
19287msgid "Explain why you are requesting an account."
19288msgstr ""
19289
19290#: resources/views/register-page.phtml:89
19291msgid "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."
19292msgstr ""
19293
19294#: resources/views/register-success-page.phtml:13
19295#, php-format
19296msgid "Hello %s…<br>Thank you for your registration."
19297msgstr ""
19298
19299#: resources/views/register-success-page.phtml:17
19300#, php-format
19301msgid "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."
19302msgstr ""
19303
19304#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
19305#: resources/views/repository-page.phtml:14
19306#, php-format
19307msgid "This repository has been deleted. You should review the deletion and then %1$s or %2$s it."
19308msgstr ""
19309
19310#: resources/views/repository-page.phtml:16
19311msgid "This repository has been deleted. The deletion will need to be reviewed by a moderator."
19312msgstr ""
19313
19314#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
19315#: resources/views/repository-page.phtml:20
19316#, php-format
19317msgid "This repository has been edited. You should review the changes and then %1$s or %2$s them."
19318msgstr ""
19319
19320#: resources/views/repository-page.phtml:22
19321msgid "This repository has been edited. The changes need to be reviewed by a moderator."
19322msgstr ""
19323
19324#: resources/views/search-advanced-page.phtml:30
19325msgid "Add more fields"
19326msgstr ""
19327
19328#: resources/views/search-advanced-page.phtml:47
19329#: resources/xml/reports/bdm_report.xml:118
19330#: resources/xml/reports/family_group_report.xml:467
19331#: resources/xml/reports/family_group_report.xml:730
19332#: resources/xml/reports/individual_ext_report.xml:243
19333#: resources/xml/reports/individual_report.xml:240
19334#: resources/xml/reports/relative_ext_report.xml:64
19335msgid "Father"
19336msgstr ""
19337
19338#: resources/views/search-advanced-page.phtml:59
19339#: resources/xml/reports/bdm_report.xml:120
19340#: resources/xml/reports/family_group_report.xml:474
19341#: resources/xml/reports/family_group_report.xml:737
19342#: resources/xml/reports/individual_ext_report.xml:279
19343#: resources/xml/reports/individual_report.xml:276
19344#: resources/xml/reports/relative_ext_report.xml:65
19345msgid "Mother"
19346msgstr ""
19347
19348#: resources/views/search-general-page.phtml:16
19349#: resources/views/search-replace-page.phtml:17
19350msgid "Search for"
19351msgstr ""
19352
19353#. I18N: select all (of the family trees)
19354#: resources/views/search-general-page.phtml:89
19355#: resources/views/search-phonetic-page.phtml:90
19356msgid "select all"
19357msgstr ""
19358
19359#. I18N: select none (of the family trees)
19360#: resources/views/search-general-page.phtml:90
19361#: resources/views/search-phonetic-page.phtml:91
19362msgid "select none"
19363msgstr ""
19364
19365#: resources/views/search-general-page.phtml:92
19366#: resources/views/search-phonetic-page.phtml:93
19367msgid "invert selection"
19368msgstr ""
19369
19370#: resources/views/search-phonetic-page.phtml:51
19371msgid "Phonetic algorithm"
19372msgstr ""
19373
19374#: resources/views/search-replace-page.phtml:26
19375msgid "Replace with"
19376msgstr ""
19377
19378#: resources/views/search-replace-page.phtml:38
19379msgid "Entire record"
19380msgstr ""
19381
19382#: resources/views/search-replace-page.phtml:38
19383#: resources/views/statistics/individuals/names.phtml:12
19384#: resources/xml/reports/cemetery_report.xml:7
19385#: resources/xml/reports/death_report.xml:10
19386msgid "Names"
19387msgstr ""
19388
19389#. I18N: A button label.
19390#: resources/views/search-replace-page.phtml:44
19391msgid "replace"
19392msgstr ""
19393
19394#: resources/views/setup/step-2-server-checks.phtml:22
19395msgid "Checking server configuration"
19396msgstr ""
19397
19398#: resources/views/setup/step-2-server-checks.phtml:35
19399msgid "The server configuration is OK."
19400msgstr ""
19401
19402#: resources/views/setup/step-2-server-checks.phtml:39
19403msgid "Checking server capacity"
19404msgstr ""
19405
19406#: resources/views/setup/step-2-server-checks.phtml:42
19407msgid "The memory and CPU time requirements depend on the number of individuals in your family tree."
19408msgstr ""
19409
19410#: resources/views/setup/step-2-server-checks.phtml:45
19411msgid "The following list shows typical requirements."
19412msgstr ""
19413
19414#: resources/views/setup/step-2-server-checks.phtml:48
19415msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds"
19416msgstr ""
19417
19418#: resources/views/setup/step-2-server-checks.phtml:50
19419msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds"
19420msgstr ""
19421
19422#: resources/views/setup/step-2-server-checks.phtml:52
19423msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds"
19424msgstr ""
19425
19426#: resources/views/setup/step-2-server-checks.phtml:56
19427#, php-format
19428msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds."
19429msgstr ""
19430
19431#: resources/views/setup/step-2-server-checks.phtml:60
19432msgid "If you try to exceed these limits, you may experience server time-outs and blank pages."
19433msgstr ""
19434
19435#: resources/views/setup/step-3-database-type.phtml:17
19436msgid "Connection to database server"
19437msgstr ""
19438
19439#: resources/views/setup/step-3-database-type.phtml:29
19440msgid "webtrees needs a database to store your genealogy data."
19441msgstr ""
19442
19443#: resources/views/setup/step-3-database-type.phtml:34
19444msgid "Database type"
19445msgstr ""
19446
19447#: resources/views/setup/step-4-database-mysql.phtml:16
19448#: resources/views/setup/step-4-database-pgsql.phtml:16
19449#: resources/views/setup/step-4-database-sqlite.phtml:21
19450#: resources/views/setup/step-4-database-sqlsvr.phtml:16
19451msgid "Database connection"
19452msgstr ""
19453
19454#: resources/views/setup/step-4-database-mysql.phtml:36
19455#: resources/views/setup/step-4-database-pgsql.phtml:34
19456#: resources/views/setup/step-4-database-sqlsvr.phtml:34
19457msgid "Most sites are configured to use localhost. This means that your database runs on the same computer as your web server."
19458msgstr ""
19459
19460#: resources/views/setup/step-4-database-mysql.phtml:41
19461msgid "If you connect to the database using a UNIX socket, enter the path here and leave the port number empty."
19462msgstr ""
19463
19464#: resources/views/setup/step-4-database-mysql.phtml:56
19465msgid "Most sites are configured to use the default value of 3306."
19466msgstr ""
19467
19468#: resources/views/setup/step-4-database-mysql.phtml:63
19469#: resources/views/setup/step-4-database-pgsql.phtml:53
19470#: resources/views/setup/step-4-database-sqlsvr.phtml:53
19471msgid "Database user account"
19472msgstr ""
19473
19474#: resources/views/setup/step-4-database-mysql.phtml:70
19475#: resources/views/setup/step-4-database-mysql.phtml:84
19476#: resources/views/setup/step-4-database-pgsql.phtml:58
19477#: resources/views/setup/step-4-database-pgsql.phtml:70
19478#: resources/views/setup/step-4-database-sqlsvr.phtml:58
19479#: resources/views/setup/step-4-database-sqlsvr.phtml:70
19480msgid "This is case sensitive."
19481msgstr ""
19482
19483#: resources/views/setup/step-4-database-mysql.phtml:77
19484#: resources/views/setup/step-4-database-pgsql.phtml:65
19485#: resources/views/setup/step-4-database-sqlsvr.phtml:65
19486msgid "Database password"
19487msgstr ""
19488
19489#: resources/views/setup/step-4-database-mysql.phtml:91
19490#: resources/views/setup/step-4-database-pgsql.phtml:77
19491#: resources/views/setup/step-4-database-sqlite.phtml:34
19492#: resources/views/setup/step-4-database-sqlsvr.phtml:77
19493msgid "Database name"
19494msgstr ""
19495
19496#: resources/views/setup/step-4-database-mysql.phtml:101
19497#: resources/views/setup/step-4-database-pgsql.phtml:86
19498#: resources/views/setup/step-4-database-sqlite.phtml:58
19499#: resources/views/setup/step-4-database-sqlsvr.phtml:86
19500msgid "Table prefix"
19501msgstr ""
19502
19503#: resources/views/setup/step-4-database-mysql.phtml:106
19504#: resources/views/setup/step-4-database-pgsql.phtml:91
19505#: resources/views/setup/step-4-database-sqlite.phtml:65
19506#: resources/views/setup/step-4-database-sqlsvr.phtml:91
19507msgid "The prefix is optional, but recommended. By giving the table names a unique prefix you can let several different applications share the same database."
19508msgstr ""
19509
19510#: resources/views/setup/step-4-database-mysql.phtml:107
19511#: resources/views/setup/step-4-database-pgsql.phtml:92
19512#: resources/views/setup/step-4-database-sqlite.phtml:51
19513#: resources/views/setup/step-4-database-sqlite.phtml:66
19514#: resources/views/setup/step-4-database-sqlsvr.phtml:92
19515msgid "Use letters A-Z, a-z, digits 0-9, or underscores"
19516msgstr ""
19517
19518#: resources/views/setup/step-4-database-pgsql.phtml:46
19519msgid "Most sites are configured to use the default value of 5432."
19520msgstr ""
19521
19522#: resources/views/setup/step-4-database-sqlsvr.phtml:46
19523msgid "Most sites are configured to use the default value of 1433."
19524msgstr ""
19525
19526#: resources/views/setup/step-5-administrator.phtml:19
19527msgid "Administrator account"
19528msgstr ""
19529
19530#: resources/views/setup/step-5-administrator.phtml:31
19531msgid "You need to set up an administrator account. This account can control all aspects of this webtrees installation. Please choose a strong password."
19532msgstr ""
19533
19534#: resources/views/setup/step-5-administrator.phtml:53
19535msgid "You will use this to sign in to webtrees."
19536msgstr ""
19537
19538#: resources/views/setup/step-5-administrator.phtml:65
19539msgid "This must be at least six characters long. It is case-sensitive."
19540msgstr ""
19541
19542#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
19543#: resources/views/source-page.phtml:15
19544#, php-format
19545msgid "This source has been deleted. You should review the deletion and then %1$s or %2$s it."
19546msgstr ""
19547
19548#: resources/views/source-page.phtml:17
19549msgid "This source has been deleted. The deletion will need to be reviewed by a moderator."
19550msgstr ""
19551
19552#. I18N: %1$s is “accept”, %2$s is “reject”. These are links.
19553#: resources/views/source-page.phtml:21
19554#, php-format
19555msgid "This source has been edited. You should review the changes and then %1$s or %2$s them."
19556msgstr ""
19557
19558#: resources/views/source-page.phtml:23
19559msgid "This source has been edited. The changes need to be reviewed by a moderator."
19560msgstr ""
19561
19562#: resources/views/statistics/families/age-difference.phtml:12
19563msgid "Age difference"
19564msgstr ""
19565
19566#: resources/views/statistics/families/age-difference.phtml:20
19567msgid "Age between siblings"
19568msgstr ""
19569
19570#: resources/views/statistics/families/age-difference.phtml:29
19571msgid "Greatest age between siblings"
19572msgstr ""
19573
19574#: resources/views/statistics/families/age-difference.phtml:42
19575msgid "Age between husband and wife"
19576msgstr ""
19577
19578#: resources/views/statistics/families/age-difference.phtml:51
19579msgid "Age between wife and husband"
19580msgstr ""
19581
19582#: resources/views/statistics/families/birth-age.phtml:12
19583msgid "Age at birth of child"
19584msgstr ""
19585
19586#: resources/views/statistics/families/birth-age.phtml:22
19587msgid "Youngest father"
19588msgstr ""
19589
19590#: resources/views/statistics/families/birth-age.phtml:42
19591msgid "Youngest mother"
19592msgstr ""
19593
19594#: resources/views/statistics/families/birth-age.phtml:64
19595msgid "Oldest father"
19596msgstr ""
19597
19598#: resources/views/statistics/families/birth-age.phtml:84
19599msgid "Oldest mother"
19600msgstr ""
19601
19602#: resources/views/statistics/families/children.phtml:12
19603msgid "Children in family"
19604msgstr ""
19605
19606#: resources/views/statistics/families/children.phtml:55
19607msgid "Largest number of grandchildren"
19608msgstr ""
19609
19610#: resources/views/statistics/families/marriage-age.phtml:22
19611msgid "Youngest male"
19612msgstr ""
19613
19614#: resources/views/statistics/families/marriage-age.phtml:42
19615msgid "Youngest female"
19616msgstr ""
19617
19618#: resources/views/statistics/families/marriage-age.phtml:64
19619msgid "Oldest male"
19620msgstr ""
19621
19622#: resources/views/statistics/families/marriage-age.phtml:84
19623msgid "Oldest female"
19624msgstr ""
19625
19626#: resources/views/statistics/families/marriage-length.phtml:12
19627msgid "Length of marriage"
19628msgstr ""
19629
19630#: resources/views/statistics/families/marriage-length.phtml:22
19631msgid "Longest marriage"
19632msgstr ""
19633
19634#: resources/views/statistics/families/marriage-length.phtml:42
19635msgid "Shortest marriage"
19636msgstr ""
19637
19638#: resources/views/statistics/families/top10-list-grand.phtml:19
19639#: resources/views/statistics/families/top10-nolist-grand.phtml:15
19640#, php-format
19641msgid "%s grandchild"
19642msgid_plural "%s grandchildren"
19643msgstr[0] ""
19644msgstr[1] ""
19645
19646#: resources/views/statistics/families/total-records.phtml:23
19647msgid "Total marriages"
19648msgstr ""
19649
19650#: resources/views/statistics/families/total-records.phtml:45
19651msgid "Earliest marriage"
19652msgstr ""
19653
19654#: resources/views/statistics/families/total-records.phtml:56
19655msgid "Latest marriage"
19656msgstr ""
19657
19658#: resources/views/statistics/families/total-records.phtml:71
19659msgid "Total divorces"
19660msgstr ""
19661
19662#: resources/views/statistics/families/total-records.phtml:93
19663msgid "Earliest divorce"
19664msgstr ""
19665
19666#: resources/views/statistics/families/total-records.phtml:104
19667msgid "Latest divorce"
19668msgstr ""
19669
19670#: resources/views/statistics/individuals/greatest-age.phtml:12
19671msgid "Greatest age at death"
19672msgstr ""
19673
19674#: resources/views/statistics/individuals/lifespan.phtml:12
19675msgid "Lifespan"
19676msgstr ""
19677
19678#: resources/views/statistics/individuals/names.phtml:46
19679msgid "Total given names"
19680msgstr ""
19681
19682#: resources/views/statistics/individuals/oldest-living.phtml:12
19683msgid "Oldest living individuals"
19684msgstr ""
19685
19686#: resources/views/statistics/individuals/total-events.phtml:22
19687msgid "Total births"
19688msgstr ""
19689
19690#: resources/views/statistics/individuals/total-events.phtml:70
19691msgid "Total deaths"
19692msgstr ""
19693
19694#: resources/views/statistics/individuals/total-records.phtml:12
19695#: resources/xml/reports/bdm_report.xml:210
19696#: resources/xml/reports/birth_report.xml:66
19697#: resources/xml/reports/cemetery_report.xml:89
19698#: resources/xml/reports/death_report.xml:99
19699#: resources/xml/reports/fact_sources.xml:142
19700#: resources/xml/reports/fact_sources.xml:146
19701#: resources/xml/reports/fact_sources.xml:305
19702#: resources/xml/reports/fact_sources.xml:309
19703#: resources/xml/reports/missing_facts_report.xml:601
19704#: resources/xml/reports/occupation_report.xml:94
19705#: resources/xml/reports/relative_ext_report.xml:140
19706msgid "Total individuals"
19707msgstr ""
19708
19709#: resources/views/statistics/individuals/total-records.phtml:23
19710msgid "Total males"
19711msgstr ""
19712
19713#: resources/views/statistics/individuals/total-records.phtml:32
19714msgid "Total females"
19715msgstr ""
19716
19717#: resources/views/statistics/individuals/total-records.phtml:53
19718msgid "Total living"
19719msgstr ""
19720
19721#: resources/views/statistics/individuals/total-records.phtml:61
19722msgid "Total dead"
19723msgstr ""
19724
19725#: resources/views/statistics/other/places.phtml:21
19726msgid "Birth places"
19727msgstr ""
19728
19729#: resources/views/statistics/other/places.phtml:30
19730msgid "Death places"
19731msgstr ""
19732
19733#: resources/views/statistics/other/places.phtml:39
19734msgid "Marriage places"
19735msgstr ""
19736
19737#: resources/views/statistics/other/places.phtml:48
19738msgid "Events in countries"
19739msgstr ""
19740
19741#: resources/views/statistics/other/total-events.phtml:23
19742msgid "First event"
19743msgstr ""
19744
19745#: resources/views/statistics/other/total-events.phtml:39
19746msgid "Last event"
19747msgstr ""
19748
19749#: resources/views/verify-failure-page.phtml:13
19750msgid "Could not verify the information you entered. Please try again or contact the site administrator for more information."
19751msgstr ""
19752
19753#: resources/views/verify-success-page.phtml:13
19754msgid "You have confirmed your request to become a registered user."
19755msgstr ""
19756
19757#: resources/views/verify-success-page.phtml:16
19758msgid "The administrator has been informed. As soon as they give you permission to sign in, you can sign in with your username and password."
19759msgstr ""
19760
19761#: resources/xml/reports/ahnentafel_report.xml:8
19762#: resources/xml/reports/descendancy_report.xml:7
19763#: resources/xml/reports/family_group_report.xml:7
19764#: resources/xml/reports/individual_ext_report.xml:9
19765#: resources/xml/reports/individual_report.xml:6
19766msgid "Show sources"
19767msgstr ""
19768
19769#: resources/xml/reports/ahnentafel_report.xml:9
19770#: resources/xml/reports/family_group_report.xml:8
19771#: resources/xml/reports/individual_ext_report.xml:10
19772#: resources/xml/reports/individual_report.xml:7
19773msgid "Show notes"
19774msgstr ""
19775
19776#: resources/xml/reports/ahnentafel_report.xml:10
19777msgid "Show occupations"
19778msgstr ""
19779
19780#: resources/xml/reports/ahnentafel_report.xml:11
19781msgid "Show residences"
19782msgstr ""
19783
19784#: resources/xml/reports/ahnentafel_report.xml:12
19785msgid "Show children of ancestors"
19786msgstr ""
19787
19788#: resources/xml/reports/ahnentafel_report.xml:13
19789#: resources/xml/reports/bdm_report.xml:12
19790#: resources/xml/reports/birth_report.xml:10
19791#: resources/xml/reports/cemetery_report.xml:8
19792#: resources/xml/reports/change_report.xml:9
19793#: resources/xml/reports/death_report.xml:11
19794#: resources/xml/reports/descendancy_report.xml:8
19795#: resources/xml/reports/fact_sources.xml:8
19796#: resources/xml/reports/family_group_report.xml:11
19797#: resources/xml/reports/individual_ext_report.xml:12
19798#: resources/xml/reports/individual_report.xml:9
19799#: resources/xml/reports/marriage_report.xml:10
19800#: resources/xml/reports/missing_facts_report.xml:8
19801#: resources/xml/reports/occupation_report.xml:7
19802#: resources/xml/reports/pedigree_report.xml:8
19803#: resources/xml/reports/relative_ext_report.xml:8
19804msgctxt "paper size"
19805msgid "A4"
19806msgstr ""
19807
19808#: resources/xml/reports/ahnentafel_report.xml:13
19809#: resources/xml/reports/bdm_report.xml:12
19810#: resources/xml/reports/birth_report.xml:10
19811#: resources/xml/reports/cemetery_report.xml:8
19812#: resources/xml/reports/change_report.xml:9
19813#: resources/xml/reports/death_report.xml:11
19814#: resources/xml/reports/descendancy_report.xml:8
19815#: resources/xml/reports/fact_sources.xml:8
19816#: resources/xml/reports/family_group_report.xml:11
19817#: resources/xml/reports/individual_ext_report.xml:12
19818#: resources/xml/reports/individual_report.xml:9
19819#: resources/xml/reports/marriage_report.xml:10
19820#: resources/xml/reports/missing_facts_report.xml:8
19821#: resources/xml/reports/occupation_report.xml:7
19822#: resources/xml/reports/pedigree_report.xml:8
19823#: resources/xml/reports/relative_ext_report.xml:8
19824msgctxt "paper size"
19825msgid "A3"
19826msgstr ""
19827
19828#: resources/xml/reports/ahnentafel_report.xml:13
19829#: resources/xml/reports/bdm_report.xml:12
19830#: resources/xml/reports/birth_report.xml:10
19831#: resources/xml/reports/cemetery_report.xml:8
19832#: resources/xml/reports/change_report.xml:9
19833#: resources/xml/reports/death_report.xml:11
19834#: resources/xml/reports/descendancy_report.xml:8
19835#: resources/xml/reports/fact_sources.xml:8
19836#: resources/xml/reports/family_group_report.xml:11
19837#: resources/xml/reports/individual_ext_report.xml:12
19838#: resources/xml/reports/individual_report.xml:9
19839#: resources/xml/reports/marriage_report.xml:10
19840#: resources/xml/reports/missing_facts_report.xml:8
19841#: resources/xml/reports/occupation_report.xml:7
19842#: resources/xml/reports/pedigree_report.xml:8
19843#: resources/xml/reports/relative_ext_report.xml:8
19844msgctxt "paper size"
19845msgid "Letter"
19846msgstr ""
19847
19848#: resources/xml/reports/ahnentafel_report.xml:13
19849#: resources/xml/reports/bdm_report.xml:12
19850#: resources/xml/reports/birth_report.xml:10
19851#: resources/xml/reports/cemetery_report.xml:8
19852#: resources/xml/reports/change_report.xml:9
19853#: resources/xml/reports/descendancy_report.xml:8
19854#: resources/xml/reports/fact_sources.xml:8
19855#: resources/xml/reports/family_group_report.xml:11
19856#: resources/xml/reports/individual_ext_report.xml:12
19857#: resources/xml/reports/individual_report.xml:9
19858#: resources/xml/reports/marriage_report.xml:10
19859#: resources/xml/reports/missing_facts_report.xml:8
19860#: resources/xml/reports/occupation_report.xml:7
19861#: resources/xml/reports/pedigree_report.xml:8
19862#: resources/xml/reports/relative_ext_report.xml:8
19863msgctxt "paper size"
19864msgid "Tabloid"
19865msgstr ""
19866
19867#: resources/xml/reports/ahnentafel_report.xml:13
19868#: resources/xml/reports/bdm_report.xml:12
19869#: resources/xml/reports/birth_report.xml:10
19870#: resources/xml/reports/cemetery_report.xml:8
19871#: resources/xml/reports/change_report.xml:9
19872#: resources/xml/reports/death_report.xml:11
19873#: resources/xml/reports/descendancy_report.xml:8
19874#: resources/xml/reports/fact_sources.xml:8
19875#: resources/xml/reports/family_group_report.xml:11
19876#: resources/xml/reports/individual_ext_report.xml:12
19877#: resources/xml/reports/individual_report.xml:9
19878#: resources/xml/reports/marriage_report.xml:10
19879#: resources/xml/reports/missing_facts_report.xml:8
19880#: resources/xml/reports/occupation_report.xml:7
19881#: resources/xml/reports/pedigree_report.xml:8
19882#: resources/xml/reports/relative_ext_report.xml:8
19883msgid "Page size"
19884msgstr ""
19885
19886#: resources/xml/reports/ahnentafel_report.xml:15
19887#: resources/xml/reports/bdm_report.xml:14
19888#: resources/xml/reports/birth_report.xml:12
19889#: resources/xml/reports/cemetery_report.xml:10
19890#: resources/xml/reports/change_report.xml:12
19891#: resources/xml/reports/death_report.xml:13
19892#: resources/xml/reports/descendancy_report.xml:10
19893#: resources/xml/reports/fact_sources.xml:10
19894#: resources/xml/reports/family_group_report.xml:14
19895#: resources/xml/reports/individual_ext_report.xml:15
19896#: resources/xml/reports/individual_report.xml:12
19897#: resources/xml/reports/marriage_report.xml:12
19898#: resources/xml/reports/missing_facts_report.xml:10
19899#: resources/xml/reports/occupation_report.xml:9
19900#: resources/xml/reports/pedigree_report.xml:10
19901#: resources/xml/reports/relative_ext_report.xml:10
19902msgctxt "font name"
19903msgid "Arial"
19904msgstr ""
19905
19906#: resources/xml/reports/ahnentafel_report.xml:15
19907#: resources/xml/reports/bdm_report.xml:14
19908#: resources/xml/reports/birth_report.xml:12
19909#: resources/xml/reports/cemetery_report.xml:10
19910#: resources/xml/reports/change_report.xml:12
19911#: resources/xml/reports/death_report.xml:13
19912#: resources/xml/reports/descendancy_report.xml:10
19913#: resources/xml/reports/fact_sources.xml:10
19914#: resources/xml/reports/family_group_report.xml:14
19915#: resources/xml/reports/individual_ext_report.xml:15
19916#: resources/xml/reports/individual_report.xml:12
19917#: resources/xml/reports/marriage_report.xml:12
19918#: resources/xml/reports/missing_facts_report.xml:10
19919#: resources/xml/reports/occupation_report.xml:9
19920#: resources/xml/reports/pedigree_report.xml:10
19921#: resources/xml/reports/relative_ext_report.xml:10
19922msgctxt "font name"
19923msgid "DejaVu"
19924msgstr ""
19925
19926#: resources/xml/reports/ahnentafel_report.xml:15
19927#: resources/xml/reports/bdm_report.xml:14
19928#: resources/xml/reports/birth_report.xml:12
19929#: resources/xml/reports/cemetery_report.xml:10
19930#: resources/xml/reports/change_report.xml:12
19931#: resources/xml/reports/death_report.xml:13
19932#: resources/xml/reports/descendancy_report.xml:10
19933#: resources/xml/reports/fact_sources.xml:10
19934#: resources/xml/reports/family_group_report.xml:14
19935#: resources/xml/reports/individual_ext_report.xml:15
19936#: resources/xml/reports/individual_report.xml:12
19937#: resources/xml/reports/marriage_report.xml:12
19938#: resources/xml/reports/missing_facts_report.xml:10
19939#: resources/xml/reports/occupation_report.xml:9
19940#: resources/xml/reports/pedigree_report.xml:10
19941#: resources/xml/reports/relative_ext_report.xml:10
19942msgctxt "font name"
19943msgid "Helvetica"
19944msgstr ""
19945
19946#: resources/xml/reports/ahnentafel_report.xml:15
19947#: resources/xml/reports/bdm_report.xml:14
19948#: resources/xml/reports/birth_report.xml:12
19949#: resources/xml/reports/cemetery_report.xml:10
19950#: resources/xml/reports/change_report.xml:12
19951#: resources/xml/reports/death_report.xml:13
19952#: resources/xml/reports/descendancy_report.xml:10
19953#: resources/xml/reports/fact_sources.xml:10
19954#: resources/xml/reports/family_group_report.xml:14
19955#: resources/xml/reports/individual_ext_report.xml:15
19956#: resources/xml/reports/individual_report.xml:12
19957#: resources/xml/reports/marriage_report.xml:12
19958#: resources/xml/reports/missing_facts_report.xml:10
19959#: resources/xml/reports/occupation_report.xml:9
19960#: resources/xml/reports/pedigree_report.xml:10
19961#: resources/xml/reports/relative_ext_report.xml:10
19962msgid "Font"
19963msgstr ""
19964
19965#: resources/xml/reports/ahnentafel_report.xml:55
19966msgid "Ancestors of "
19967msgstr ""
19968
19969#: resources/xml/reports/ahnentafel_report.xml:56
19970#: resources/xml/reports/bdm_report.xml:42
19971#: resources/xml/reports/birth_report.xml:32
19972#: resources/xml/reports/cemetery_report.xml:35
19973#: resources/xml/reports/change_report.xml:45
19974#: resources/xml/reports/death_report.xml:33
19975#: resources/xml/reports/descendancy_report.xml:43
19976#: resources/xml/reports/fact_sources.xml:44
19977#: resources/xml/reports/family_group_report.xml:89
19978#: resources/xml/reports/individual_ext_report.xml:92
19979#: resources/xml/reports/individual_report.xml:89
19980#: resources/xml/reports/marriage_report.xml:31
19981#: resources/xml/reports/missing_facts_report.xml:53
19982#: resources/xml/reports/occupation_report.xml:38
19983#: resources/xml/reports/relative_ext_report.xml:44
19984msgid "Page"
19985msgstr ""
19986
19987#: resources/xml/reports/ahnentafel_report.xml:56
19988#: resources/xml/reports/bdm_report.xml:42
19989#: resources/xml/reports/birth_report.xml:32
19990#: resources/xml/reports/cemetery_report.xml:35
19991#: resources/xml/reports/change_report.xml:45
19992#: resources/xml/reports/death_report.xml:33
19993#: resources/xml/reports/descendancy_report.xml:43
19994#: resources/xml/reports/fact_sources.xml:44
19995#: resources/xml/reports/family_group_report.xml:89
19996#: resources/xml/reports/individual_report.xml:89
19997#: resources/xml/reports/marriage_report.xml:31
19998#: resources/xml/reports/occupation_report.xml:38
19999#: resources/xml/reports/relative_ext_report.xml:44
20000msgid "of"
20001msgstr ""
20002
20003#: resources/xml/reports/ahnentafel_report.xml:78
20004#: resources/xml/reports/descendancy_report.xml:55
20005msgid "Generation "
20006msgstr ""
20007
20008#: resources/xml/reports/ahnentafel_report.xml:140
20009#: resources/xml/reports/descendancy_report.xml:102
20010msgctxt "MALE"
20011msgid "was born"
20012msgstr ""
20013
20014#: resources/xml/reports/ahnentafel_report.xml:141
20015#: resources/xml/reports/descendancy_report.xml:105
20016msgctxt "FEMALE"
20017msgid "was born"
20018msgstr ""
20019
20020#: resources/xml/reports/ahnentafel_report.xml:159
20021#: resources/xml/reports/ahnentafel_report.xml:187
20022#: resources/xml/reports/ahnentafel_report.xml:214
20023#: resources/xml/reports/ahnentafel_report.xml:281
20024#: resources/xml/reports/ahnentafel_report.xml:308
20025#: resources/xml/reports/ahnentafel_report.xml:333
20026#: resources/xml/reports/ahnentafel_report.xml:358
20027#: resources/xml/reports/descendancy_report.xml:125
20028#: resources/xml/reports/descendancy_report.xml:157
20029#: resources/xml/reports/descendancy_report.xml:315
20030#: resources/xml/reports/descendancy_report.xml:353
20031#: resources/xml/reports/descendancy_report.xml:384
20032#: resources/xml/reports/descendancy_report.xml:423
20033#: resources/xml/reports/descendancy_report.xml:454
20034msgid " in "
20035msgstr ""
20036
20037#: resources/xml/reports/ahnentafel_report.xml:160
20038#: resources/xml/reports/ahnentafel_report.xml:188
20039#: resources/xml/reports/ahnentafel_report.xml:282
20040#: resources/xml/reports/ahnentafel_report.xml:309
20041#: resources/xml/reports/ahnentafel_report.xml:334
20042#: resources/xml/reports/ahnentafel_report.xml:359
20043msgid " but the details are unknown"
20044msgstr ""
20045
20046#: resources/xml/reports/ahnentafel_report.xml:166
20047msgid "He was christened"
20048msgstr ""
20049
20050#: resources/xml/reports/ahnentafel_report.xml:167
20051msgid "She was christened"
20052msgstr ""
20053
20054#: resources/xml/reports/ahnentafel_report.xml:195
20055msgid "His occupation was"
20056msgstr ""
20057
20058#: resources/xml/reports/ahnentafel_report.xml:196
20059msgid "Her occupation was"
20060msgstr ""
20061
20062#: resources/xml/reports/ahnentafel_report.xml:222
20063msgid "He resided at"
20064msgstr ""
20065
20066#: resources/xml/reports/ahnentafel_report.xml:223
20067msgid "She resided at"
20068msgstr ""
20069
20070#: resources/xml/reports/ahnentafel_report.xml:259
20071#: resources/xml/reports/descendancy_report.xml:173
20072msgid "He married"
20073msgstr ""
20074
20075#: resources/xml/reports/ahnentafel_report.xml:260
20076#: resources/xml/reports/descendancy_report.xml:242
20077msgid "She married"
20078msgstr ""
20079
20080#: resources/xml/reports/ahnentafel_report.xml:289
20081msgid "He died"
20082msgstr ""
20083
20084#: resources/xml/reports/ahnentafel_report.xml:290
20085msgid "She died"
20086msgstr ""
20087
20088#: resources/xml/reports/ahnentafel_report.xml:314
20089msgid "He was cremated"
20090msgstr ""
20091
20092#: resources/xml/reports/ahnentafel_report.xml:315
20093msgid "She was cremated"
20094msgstr ""
20095
20096#: resources/xml/reports/ahnentafel_report.xml:339
20097msgid "He was buried"
20098msgstr ""
20099
20100#: resources/xml/reports/ahnentafel_report.xml:340
20101msgid "She was buried"
20102msgstr ""
20103
20104#: resources/xml/reports/ahnentafel_report.xml:389
20105#: resources/xml/reports/descendancy_report.xml:480
20106msgid "Child of "
20107msgstr ""
20108
20109#: resources/xml/reports/ahnentafel_report.xml:392
20110#: resources/xml/reports/descendancy_report.xml:483
20111msgid "Children of "
20112msgstr ""
20113
20114#: resources/xml/reports/bdm_report.xml:7
20115#: resources/xml/reports/birth_report.xml:7
20116msgid "Birth date range start"
20117msgstr ""
20118
20119#: resources/xml/reports/bdm_report.xml:8
20120#: resources/xml/reports/birth_report.xml:8
20121msgid "Birth date range end"
20122msgstr ""
20123
20124#: resources/xml/reports/bdm_report.xml:9
20125#: resources/xml/reports/death_report.xml:7
20126msgid "Death date range start"
20127msgstr ""
20128
20129#: resources/xml/reports/bdm_report.xml:10
20130#: resources/xml/reports/death_report.xml:8
20131msgid "Death date range end"
20132msgstr ""
20133
20134#: resources/xml/reports/bdm_report.xml:11
20135#: resources/xml/reports/cemetery_report.xml:6
20136#: resources/xml/reports/death_report.xml:9
20137#: resources/xml/reports/relative_ext_report.xml:7
20138msgid "sort by date of death"
20139msgstr ""
20140
20141#: resources/xml/reports/birth_report.xml:6
20142msgid "Birthplace contains"
20143msgstr ""
20144
20145#: resources/xml/reports/cemetery_report.xml:5
20146msgid "Burial place contains"
20147msgstr ""
20148
20149#: resources/xml/reports/change_report.xml:5
20150msgid "Starting range of change dates"
20151msgstr ""
20152
20153#: resources/xml/reports/change_report.xml:6
20154msgid "Ending range of change dates"
20155msgstr ""
20156
20157#: resources/xml/reports/change_report.xml:8
20158msgid "Show pending changes"
20159msgstr ""
20160
20161#: resources/xml/reports/change_report.xml:10
20162#: resources/xml/reports/pedigree_report.xml:7
20163msgid "Orientation"
20164msgstr ""
20165
20166#: resources/xml/reports/change_report.xml:60
20167msgid "Differences"
20168msgstr ""
20169
20170#: resources/xml/reports/change_report.xml:87
20171msgid "Total pending changes: "
20172msgstr ""
20173
20174#: resources/xml/reports/change_report.xml:127
20175msgid "Total accepted changes: "
20176msgstr ""
20177
20178#: resources/xml/reports/death_report.xml:6
20179msgid "Death place contains"
20180msgstr ""
20181
20182#: resources/xml/reports/descendancy_report.xml:42
20183msgid "Descendants of "
20184msgstr ""
20185
20186#: resources/xml/reports/descendancy_report.xml:134
20187#: resources/xml/reports/descendancy_report.xml:435
20188msgctxt "MALE"
20189msgid "died"
20190msgstr ""
20191
20192#: resources/xml/reports/descendancy_report.xml:137
20193#: resources/xml/reports/descendancy_report.xml:365
20194msgctxt "FEMALE"
20195msgid "died"
20196msgstr ""
20197
20198#: resources/xml/reports/descendancy_report.xml:176
20199msgctxt "MALE"
20200msgid "married"
20201msgstr ""
20202
20203#: resources/xml/reports/descendancy_report.xml:226
20204msgid "daughter of"
20205msgstr ""
20206
20207#: resources/xml/reports/descendancy_report.xml:245
20208msgctxt "FEMALE"
20209msgid "married"
20210msgstr ""
20211
20212#: resources/xml/reports/descendancy_report.xml:295
20213msgid "son of"
20214msgstr ""
20215
20216#: resources/xml/reports/descendancy_report.xml:331
20217msgid "She was born"
20218msgstr ""
20219
20220#: resources/xml/reports/descendancy_report.xml:358
20221msgid "She "
20222msgstr ""
20223
20224#: resources/xml/reports/descendancy_report.xml:401
20225msgid "He was born"
20226msgstr ""
20227
20228#: resources/xml/reports/descendancy_report.xml:428
20229msgid "He "
20230msgstr ""
20231
20232#: resources/xml/reports/fact_sources.xml:4
20233msgid "A report of facts which are supported by a given source."
20234msgstr ""
20235
20236#: resources/xml/reports/fact_sources.xml:5
20237msgid "Find a source"
20238msgstr ""
20239
20240#: resources/xml/reports/family_group_report.xml:9
20241#: resources/xml/reports/individual_ext_report.xml:11
20242#: resources/xml/reports/individual_report.xml:8
20243msgid "Show photos"
20244msgstr ""
20245
20246#: resources/xml/reports/family_group_report.xml:10
20247msgid "Print basic events when blank"
20248msgstr ""
20249
20250#: resources/xml/reports/family_group_report.xml:12
20251#: resources/xml/reports/individual_ext_report.xml:13
20252#: resources/xml/reports/individual_report.xml:10
20253msgid "Use colors"
20254msgstr ""
20255
20256#: resources/xml/reports/individual_ext_report.xml:6
20257#: resources/xml/reports/missing_facts_report.xml:6
20258#: resources/xml/reports/relative_ext_report.xml:6
20259msgid "Parents and siblings"
20260msgstr ""
20261
20262#: resources/xml/reports/individual_ext_report.xml:6
20263#: resources/xml/reports/missing_facts_report.xml:6
20264#: resources/xml/reports/relative_ext_report.xml:6
20265msgid "Spouses and children"
20266msgstr ""
20267
20268#: resources/xml/reports/individual_ext_report.xml:6
20269#: resources/xml/reports/missing_facts_report.xml:6
20270#: resources/xml/reports/relative_ext_report.xml:6
20271msgid "Direct line ancestors"
20272msgstr ""
20273
20274#: resources/xml/reports/individual_ext_report.xml:6
20275#: resources/xml/reports/missing_facts_report.xml:6
20276#: resources/xml/reports/relative_ext_report.xml:6
20277msgid "Direct line ancestors and their families"
20278msgstr ""
20279
20280#: resources/xml/reports/individual_ext_report.xml:6
20281#: resources/xml/reports/missing_facts_report.xml:6
20282#: resources/xml/reports/relative_ext_report.xml:6
20283msgid "Choose relatives"
20284msgstr ""
20285
20286#: resources/xml/reports/individual_ext_report.xml:319
20287#: resources/xml/reports/individual_report.xml:316
20288msgid "Brother"
20289msgstr ""
20290
20291#: resources/xml/reports/individual_ext_report.xml:355
20292#: resources/xml/reports/individual_report.xml:352
20293msgid "Sister"
20294msgstr ""
20295
20296#: resources/xml/reports/individual_ext_report.xml:435
20297#: resources/xml/reports/individual_report.xml:486
20298msgid "Family with wife"
20299msgstr ""
20300
20301#: resources/xml/reports/individual_ext_report.xml:441
20302#: resources/xml/reports/individual_report.xml:446
20303msgid "Family with husband"
20304msgstr ""
20305
20306#: resources/xml/reports/marriage_report.xml:6
20307msgid "Marriage place contains"
20308msgstr ""
20309
20310#: resources/xml/reports/marriage_report.xml:7
20311msgid "Marriage date range start"
20312msgstr ""
20313
20314#: resources/xml/reports/marriage_report.xml:8
20315msgid "Marriage date range end"
20316msgstr ""
20317
20318#: resources/xml/reports/missing_facts_report.xml:14
20319msgid "Sources to the events"
20320msgstr ""
20321
20322#: resources/xml/reports/pedigree_report.xml:750
20323msgid "Pedigree chart"
20324msgstr ""
20325