* src/plugins/DetAncestralReport.py: Translation corrections.
Change "was" to "is". * src/plugins/DetDescendantReport.py: Translation corrections. Change "was" to "is". * src/plugins/FtmStyleAncestors.py (print_more_about): Translate event names. Add description. * src/plugins/FtmStyleDescendants.py (print_more_about, print_more_about_families): Translate event names. Add description. * src/po/de.po: Change Priesterweihe to Ordination. * src/plugins/FamilyGroup.py: Translation corrections. svn: r2895
This commit is contained in:
@@ -271,7 +271,7 @@ class FamilyGroup:
|
||||
self.doc.end_row()
|
||||
|
||||
families = len(person.get_family_id_list())
|
||||
self.dump_child_event('FGR-TextChild1','Birth',person.get_birth())
|
||||
self.dump_child_event('FGR-TextChild1',_('Birth'),person.get_birth())
|
||||
if families == 0:
|
||||
self.dump_child_event('FGR-TextChild2',_('Death'),person.get_death())
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user