* src/plugins/FtmStyleAncestors.py: Fix coma-sepration for endnotes.

Translate "Endnotes" sub-heading. Enable pagebreak only when
generation > 1 (was 0).
* src/plugins/FtmStyleDescendants.py: Likewise.
* src/const.py.in: Make the confidence order high to low (was l->h).
* src/plugins/AncestorChart.py: Enable translation for "b." and "d."
* src/plugins/DesGraph.py: Likewise.
* src/po/template.po: Update the above corrections in template.


svn: r1887
This commit is contained in:
Alex Roitman
2003-07-16 00:58:10 +00:00
parent d7c7132756
commit e9cf966cbb
7 changed files with 227 additions and 201 deletions

View File

@ -179,11 +179,11 @@ childRelations = {
#
#-------------------------------------------------------------------------
confidence = [
_("Very Low"),
_("Low"),
_("Normal"),
_("Very High"),
_("High"),
_("Very High")
_("Normal"),
_("Low"),
_("Very Low")
]
#-------------------------------------------------------------------------