* 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:
Alex Roitman
2004-02-22 19:24:31 +00:00
parent 2ff3704314
commit 64bbfc7d78
7 changed files with 66 additions and 48 deletions

View File

@@ -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: